Version Description
Read the blog post update = * NEW Google Analytics v4 widget to get stats in WP Dashboard * NEW HTML Sitemap block for Gutenberg * NEW Compatibility with official AMP plugin (first iteration) * NEW Dozens of user interface and user experience enhancements * NEW Swedish language (professional translation) * NEW Option to remove noreferrer attribute on links (SEO, Advanced, Advanced tab) * NEW 'seopress_link_attrs' hook to filter link attribute on post_content (https://www.seopress.org/support/hooks/filter-link-attributes-on-post_content/) * NEW Add redirection meta to the SEOPress REST API (https://www.seopress.org/support/guides/get-started-with-the-seopress-rest-api/) * INFO Universal SEO metabox: change quick button order 'site separator' and 'site title' to match global settings (UI) * INFO Remove 'Disable trailing slash for metas' option from Advanced settings: we now automatically take care of this * INFO Disable Bing XML sitemap ping (CRON) if IndexNow is enabled (Instant Indexing) * INFO If 'seopress_404_cleaning_query' filter used, the period is now dynamically displayed to the UI * INFO Improve Google Preview encoding for universal SEO metabox * INFO Oxygen v4 compatibility for keyword density and word counters * FIX Uncaught TypeError: array_key_first() /wp-seopress/inc/admin/callbacks/InstantIndexing.php:165 * FIX Empty xml sub sitemap for product if WC is disabled * FIX Bricks builder compatibility: duplicated beacon on homepage * FIX Trailingslash for post type archive link in XML sitemaps * FIX OG type for products * FIX Redirection suggestion URL by using home_url() instead of site_url() * FIX Missing addressCountry field for manual Job schema * FIX Primary product category * FIX Undefined $html variable with Local Business block * FIX i18n
View our complete changelog
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 5.9 |
Comparing to | |
See all releases |
Code changes from version 5.8.0.5 to 5.9
- assets/css/seopress-setup.css +317 -243
- assets/css/seopress-setup.min.css +1 -1
- assets/css/seopress.css +47 -1
- assets/css/seopress.min.css +1 -1
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/accordion.js +0 -0
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/edit.js +0 -0
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/editor.scss +0 -0
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/image-control.js +0 -0
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/index.js +0 -1
- {inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src → assets/js/src/blocks/faq}/style.scss +0 -0
- assets/js/src/blocks/sitemap/block.json +26 -0
- assets/js/src/blocks/sitemap/edit.js +34 -0
- assets/js/src/blocks/sitemap/editor.scss +5 -0
- assets/js/src/blocks/sitemap/index.js +11 -0
- assets/js/src/blocks/sitemap/inspector.js +39 -0
- inc/admin/admin-features-list.php +46 -52
- inc/admin/admin-pages/Analytics.php +20 -45
- inc/admin/blocks/intro.php +1 -1
- inc/admin/blocks/notifications-center.php +30 -68
- inc/admin/blocks/tasks.php +53 -67
- inc/admin/callbacks/Advanced.php +562 -569
- inc/admin/callbacks/InstantIndexing.php +9 -8
- inc/admin/callbacks/Sitemaps.php +7 -20
- inc/admin/callbacks/Social.php +12 -11
- inc/admin/callbacks/Titles.php +8 -1
- inc/admin/cron.php +7 -0
- inc/admin/docs/DocsLinks.php +4 -0
- inc/admin/index.php +0 -1
- inc/admin/metaboxes/admin-metaboxes-form.php +8 -6
- inc/admin/metaboxes/admin-metaboxes.php +1 -1
- inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php +2 -4
- inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php +1 -1
- inc/admin/page-builders/gutenberg/{inc/blocks/faq-block/src/register-block.php → block-faq.php} +7 -6
- inc/admin/page-builders/gutenberg/block-sitemap.php +18 -0
- inc/admin/page-builders/gutenberg/blocks.php +63 -0
- inc/admin/page-builders/gutenberg/gutenberg-addon.php +0 -45
- inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.asset.php +0 -1
- inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/accordion.css +0 -0
- inc/admin/sections/Advanced.php +63 -0
- inc/admin/sections/Analytics.php +45 -22
- inc/admin/sections/Sitemaps.php +70 -54
- inc/admin/settings/Advanced.php +107 -62
- inc/admin/settings/Analytics.php +18 -8
- inc/admin/wizard/admin-wizard.php +97 -46
- inc/functions/options-advanced-admin.php +1 -0
- inc/functions/options-advanced.php +56 -36
- inc/functions/options-google-analytics.php +232 -462
- inc/functions/options-google-ecommerce.php +73 -70
- inc/functions/options-instant-indexing.php +2 -2
- inc/functions/options-matomo.php +99 -155
- inc/functions/options-sitemap.php +30 -63
- inc/functions/options-social.php +8 -51
- inc/functions/options-titles-metas.php +13 -98
- inc/functions/options.php +15 -120
- inc/index.php +0 -1
- languages/wp-seopress-ar.mo +0 -0
- languages/wp-seopress-ar.po +0 -6222
- languages/wp-seopress-bg_BG.mo +0 -0
- languages/wp-seopress-bg_BG.po +0 -5956
- languages/wp-seopress-da_DK.mo +0 -0
- languages/wp-seopress-da_DK.po +0 -2997
@@ -1,31 +1,41 @@
|
|
1 |
html {
|
2 |
-
|
3 |
-
|
4 |
}
|
|
|
5 |
body.seopress-setup {
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
}
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
14 |
min-width: inherit;
|
15 |
width: 100%;
|
16 |
display: inline-block;
|
17 |
}
|
|
|
18 |
body.seopress-setup label {
|
19 |
width: 100%;
|
20 |
display: inline-block;
|
21 |
}
|
|
|
22 |
.media-frame-title h1,
|
23 |
.uploader-inline h2 {
|
24 |
border: none;
|
25 |
}
|
|
|
26 |
.seopress-setup .wrap iframe {
|
27 |
max-width: 100%;
|
28 |
}
|
|
|
29 |
.wp-core-ui select:focus,
|
30 |
input[type="text"]:focus,
|
31 |
input[type="password"]:focus,
|
@@ -45,18 +55,21 @@ input[type="checkbox"]:focus,
|
|
45 |
input[type="radio"]:focus,
|
46 |
select:focus,
|
47 |
textarea:focus {
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
}
|
|
|
52 |
.spinner {
|
53 |
-
|
54 |
-
|
55 |
}
|
|
|
56 |
.seopress-setup-content {
|
57 |
width: 100%;
|
58 |
padding: 25px 40px 40px;
|
59 |
}
|
|
|
60 |
.admin_page_seopress_csv_importer.seopress-styles .seopress-option {
|
61 |
margin: 40px auto;
|
62 |
background: #fff;
|
@@ -64,73 +77,88 @@ textarea:focus {
|
|
64 |
display: block;
|
65 |
max-width: 700px;
|
66 |
}
|
|
|
67 |
.admin_page_seopress_csv_importer .description {
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
}
|
|
|
72 |
.admin_page_seopress_csv_importer .description code {
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
}
|
|
|
79 |
.admin_page_seopress_csv_importer .seopress-setup-content table thead th {
|
80 |
-
|
81 |
}
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
tr:nth-child(odd)
|
86 |
-
td {
|
87 |
-
background: #fbfbfb;
|
88 |
}
|
|
|
89 |
.admin_page_seopress_csv_importer .seopress-setup-content table td select {
|
90 |
-
|
91 |
}
|
|
|
92 |
.admin_page_seopress_csv_importer .seopress-wizard-services {
|
93 |
-
|
94 |
}
|
|
|
95 |
.seopress-setup .seopress-setup-footer {
|
96 |
padding: 0 40px 20px;
|
97 |
position: relative;
|
98 |
width: 100%;
|
99 |
}
|
|
|
100 |
.admin_page_seopress_csv_importer.seopress-setup .seopress-setup-content {
|
101 |
max-width: inherit;
|
102 |
margin: 0 auto 20px;
|
103 |
}
|
|
|
104 |
table.seopress-importer-mapping-table,
|
105 |
table.seopress-importer-error-log-table {
|
106 |
border: none;
|
107 |
box-shadow: none;
|
108 |
}
|
|
|
109 |
.seopress-importer-mapping-table tr:nth-child(odd) {
|
110 |
background: #fbfbfb;
|
111 |
}
|
|
|
112 |
.seopress-importer-done,
|
113 |
.seopress-progress-form-content {
|
114 |
padding: 0 0 20px 0;
|
115 |
}
|
|
|
116 |
.seopress-setup-content h1,
|
117 |
.seopress-setup-content h2,
|
118 |
.seopress-setup-content h3,
|
119 |
.seopress-setup-content table {
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
|
|
|
|
126 |
}
|
|
|
127 |
.seopress-setup-content p {
|
128 |
-
|
129 |
}
|
|
|
130 |
.seopress-setup-content p.intro {
|
131 |
font-weight: bold;
|
132 |
font-size: 14px;
|
133 |
}
|
|
|
134 |
#seopress-tabs.wrap ul {
|
135 |
display: inline-block;
|
136 |
max-width: 100%;
|
@@ -138,308 +166,354 @@ table.seopress-importer-error-log-table {
|
|
138 |
padding: 0 0 0 5px;
|
139 |
list-style: none;
|
140 |
}
|
|
|
141 |
.seopress-setup-content table {
|
142 |
-
|
143 |
}
|
|
|
144 |
.seopress-setup-content .m0 {
|
145 |
-
|
146 |
}
|
|
|
147 |
.seopress-option .section-tool::after {
|
148 |
-
|
149 |
}
|
|
|
150 |
.seopress-setup-content .seopress-setup-next-steps {
|
151 |
-
|
152 |
-
|
153 |
}
|
|
|
154 |
.seopress-setup-content .seopress-setup-next-steps h2 {
|
155 |
-
|
156 |
}
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
width: 50%;
|
162 |
}
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
width: 50%;
|
168 |
}
|
|
|
169 |
.seopress-setup-content .seopress-setup-next-steps ul {
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
}
|
|
|
174 |
.seopress-setup-content .seopress-setup-next-steps ul li a {
|
175 |
-
|
176 |
-
|
177 |
}
|
|
|
178 |
.seopress-setup-content .seopress-setup-next-steps ul li a::before {
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
}
|
|
|
189 |
.seopress-setup-steps {
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
}
|
|
|
202 |
.seopress-setup-steps li {
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
}
|
|
|
214 |
.seopress-setup-steps li .icon {
|
215 |
-
|
216 |
}
|
|
|
217 |
.seopress-setup-steps li a {
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
}
|
|
|
226 |
.seopress-setup-steps li .icon::after {
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
}
|
|
|
241 |
.seopress-setup-steps li.active .icon::after {
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
}
|
|
|
246 |
.seopress-setup-steps li.active {
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
}
|
|
|
255 |
.seopress-setup-steps li .divider {
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
}
|
|
|
260 |
.seopress-setup-steps li.done .icon::after {
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
}
|
|
|
267 |
.seopress-setup .seopress-setup-actions {
|
268 |
-
margin:20px auto;
|
269 |
-
position:relative;
|
270 |
}
|
|
|
271 |
.seopress-setup-footer-links {
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
}
|
|
|
278 |
.no_nav_menu .seopress-setup-steps {
|
279 |
-
|
280 |
}
|
|
|
281 |
.seopress-setup.no_nav_menu .seopress-setup-content {
|
282 |
-
|
283 |
}
|
|
|
284 |
.seopress-setup.no_nav_menu p.seopress-setup-actions {
|
285 |
font-size: 18px;
|
286 |
}
|
|
|
287 |
.seopress-setup-sub-steps {
|
288 |
padding: 0;
|
289 |
}
|
|
|
290 |
.seopress-wizard-services {
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
}
|
|
|
298 |
.seopress-wizard-services:first-child {
|
299 |
-
|
300 |
-
|
301 |
}
|
|
|
302 |
.seopress-wizard-services ul {
|
303 |
-
|
304 |
}
|
|
|
305 |
.seopress-wizard-services p {
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
}
|
|
|
311 |
.seopress-wizard-services h3 {
|
312 |
margin: 2rem 0 1rem 0;
|
313 |
}
|
|
|
314 |
.seopress-wizard-service-item {
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
}
|
|
|
321 |
.seopress-wizard-service-item {
|
322 |
-
|
323 |
}
|
|
|
324 |
.description {
|
325 |
margin: 0 0 2em 0;
|
326 |
}
|
|
|
327 |
.seopress-wizard-service-item:last-child {
|
328 |
-
|
329 |
}
|
|
|
330 |
.seopress-wizard-services.manual .seopress-wizard-service-item {
|
331 |
-
|
332 |
}
|
|
|
333 |
.seopress-wizard-next-steps {
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
}
|
|
|
338 |
.seopress-wizard-next-steps li {
|
339 |
-
|
340 |
}
|
|
|
341 |
.seopress-wizard-next-steps .seopress-wizard-next-step-item {
|
342 |
-
|
343 |
-
|
344 |
}
|
|
|
345 |
.seopress-wizard-next-steps .seopress-wizard-next-step-item:first-child {
|
346 |
-
|
347 |
}
|
|
|
348 |
.seopress-wizard-next-steps .seopress-wizard-next-step-description {
|
349 |
-
|
350 |
-
|
351 |
}
|
|
|
352 |
.seopress-wizard-next-steps .seopress-wizard-next-step-action {
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
}
|
|
|
359 |
.seopress-wizard-next-steps p.next-step-heading {
|
360 |
-
|
361 |
-
|
362 |
}
|
|
|
363 |
.seopress-wizard-next-steps p.next-step-extra-info {
|
364 |
-
|
365 |
}
|
|
|
366 |
.seopress-wizard-next-steps h3.next-step-description {
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
}
|
|
|
371 |
.seopress-wizard-next-steps .seopress-wizard-additional-steps {
|
372 |
-
|
373 |
}
|
374 |
|
375 |
-
.seopress-wizard-next-steps
|
376 |
-
|
377 |
-
.seopress-wizard-next-step-description {
|
378 |
-
margin-bottom: 0;
|
379 |
}
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
margin: 0 0 1.5em 0;
|
384 |
}
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
.seopress-setup-content .recommended-step {
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
}
|
|
|
395 |
.seopress-setup-content .recommended-step a {
|
396 |
-
|
397 |
}
|
|
|
398 |
@media only screen and (max-width: 768px) {
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
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 |
}
|
1 |
html {
|
2 |
+
background-color: #f6f7f7;
|
3 |
+
margin: 0;
|
4 |
}
|
5 |
+
|
6 |
body.seopress-setup {
|
7 |
+
box-shadow: none;
|
8 |
+
background: #f6f7f7;
|
9 |
+
padding: 0;
|
10 |
+
margin: 0;
|
11 |
+
max-width: 100%;
|
12 |
+
border: none;
|
13 |
+
}
|
14 |
+
|
15 |
+
body.seopress-setup input[type="text"],
|
16 |
+
body.seopress-setup input[type="password"],
|
17 |
+
body.seopress-setup input[type="number"],
|
18 |
+
body.seopress-setup textarea,
|
19 |
+
body.seopress-setup select {
|
20 |
min-width: inherit;
|
21 |
width: 100%;
|
22 |
display: inline-block;
|
23 |
}
|
24 |
+
|
25 |
body.seopress-setup label {
|
26 |
width: 100%;
|
27 |
display: inline-block;
|
28 |
}
|
29 |
+
|
30 |
.media-frame-title h1,
|
31 |
.uploader-inline h2 {
|
32 |
border: none;
|
33 |
}
|
34 |
+
|
35 |
.seopress-setup .wrap iframe {
|
36 |
max-width: 100%;
|
37 |
}
|
38 |
+
|
39 |
.wp-core-ui select:focus,
|
40 |
input[type="text"]:focus,
|
41 |
input[type="password"]:focus,
|
55 |
input[type="radio"]:focus,
|
56 |
select:focus,
|
57 |
textarea:focus {
|
58 |
+
border-color: var(--backgroundPrimary);
|
59 |
+
box-shadow: 0 0 0 1px var(--backgroundPrimary);
|
60 |
+
outline: 2px solid transparent;
|
61 |
}
|
62 |
+
|
63 |
.spinner {
|
64 |
+
display: inline-block;
|
65 |
+
vertical-align: middle;
|
66 |
}
|
67 |
+
|
68 |
.seopress-setup-content {
|
69 |
width: 100%;
|
70 |
padding: 25px 40px 40px;
|
71 |
}
|
72 |
+
|
73 |
.admin_page_seopress_csv_importer.seopress-styles .seopress-option {
|
74 |
margin: 40px auto;
|
75 |
background: #fff;
|
77 |
display: block;
|
78 |
max-width: 700px;
|
79 |
}
|
80 |
+
|
81 |
.admin_page_seopress_csv_importer .description {
|
82 |
+
color: var(--color);
|
83 |
+
margin-top: 4px;
|
84 |
+
display: block;
|
85 |
}
|
86 |
+
|
87 |
.admin_page_seopress_csv_importer .description code {
|
88 |
+
background: 0 0;
|
89 |
+
padding: 0;
|
90 |
+
white-space: pre-line;
|
91 |
+
word-wrap: break-word;
|
92 |
+
word-break: break-all;
|
93 |
}
|
94 |
+
|
95 |
.admin_page_seopress_csv_importer .seopress-setup-content table thead th {
|
96 |
+
font-weight: bold;
|
97 |
}
|
98 |
+
|
99 |
+
.admin_page_seopress_csv_importer .seopress-setup-content table tr:nth-child(odd) td {
|
100 |
+
background: #fbfbfb;
|
|
|
|
|
|
|
101 |
}
|
102 |
+
|
103 |
.admin_page_seopress_csv_importer .seopress-setup-content table td select {
|
104 |
+
width: 100%;
|
105 |
}
|
106 |
+
|
107 |
.admin_page_seopress_csv_importer .seopress-wizard-services {
|
108 |
+
padding: 0;
|
109 |
}
|
110 |
+
|
111 |
.seopress-setup .seopress-setup-footer {
|
112 |
padding: 0 40px 20px;
|
113 |
position: relative;
|
114 |
width: 100%;
|
115 |
}
|
116 |
+
|
117 |
.admin_page_seopress_csv_importer.seopress-setup .seopress-setup-content {
|
118 |
max-width: inherit;
|
119 |
margin: 0 auto 20px;
|
120 |
}
|
121 |
+
|
122 |
table.seopress-importer-mapping-table,
|
123 |
table.seopress-importer-error-log-table {
|
124 |
border: none;
|
125 |
box-shadow: none;
|
126 |
}
|
127 |
+
|
128 |
.seopress-importer-mapping-table tr:nth-child(odd) {
|
129 |
background: #fbfbfb;
|
130 |
}
|
131 |
+
|
132 |
.seopress-importer-done,
|
133 |
.seopress-progress-form-content {
|
134 |
padding: 0 0 20px 0;
|
135 |
}
|
136 |
+
|
137 |
.seopress-setup-content h1,
|
138 |
.seopress-setup-content h2,
|
139 |
.seopress-setup-content h3,
|
140 |
.seopress-setup-content table {
|
141 |
+
margin: 30px 0 10px;
|
142 |
+
border: 0;
|
143 |
+
padding: 0;
|
144 |
+
color: var(--colorDark);
|
145 |
+
clear: none;
|
146 |
+
font-weight: 500;
|
147 |
+
}
|
148 |
+
|
149 |
+
.seopress-setup-content h3:first-child {
|
150 |
+
margin-top: 0;
|
151 |
}
|
152 |
+
|
153 |
.seopress-setup-content p {
|
154 |
+
font-size: var(--fontSize);
|
155 |
}
|
156 |
+
|
157 |
.seopress-setup-content p.intro {
|
158 |
font-weight: bold;
|
159 |
font-size: 14px;
|
160 |
}
|
161 |
+
|
162 |
#seopress-tabs.wrap ul {
|
163 |
display: inline-block;
|
164 |
max-width: 100%;
|
166 |
padding: 0 0 0 5px;
|
167 |
list-style: none;
|
168 |
}
|
169 |
+
|
170 |
.seopress-setup-content table {
|
171 |
+
font-size: var(--fontSize);
|
172 |
}
|
173 |
+
|
174 |
.seopress-setup-content .m0 {
|
175 |
+
margin: 0;
|
176 |
}
|
177 |
+
|
178 |
.seopress-option .section-tool::after {
|
179 |
+
content: none;
|
180 |
}
|
181 |
+
|
182 |
.seopress-setup-content .seopress-setup-next-steps {
|
183 |
+
margin: 0 0 24px;
|
184 |
+
padding-bottom: 2px;
|
185 |
}
|
186 |
+
|
187 |
.seopress-setup-content .seopress-setup-next-steps h2 {
|
188 |
+
margin-bottom: 12px;
|
189 |
}
|
190 |
+
|
191 |
+
.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-first {
|
192 |
+
float: left;
|
193 |
+
width: 50%;
|
|
|
194 |
}
|
195 |
+
|
196 |
+
.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-last {
|
197 |
+
float: right;
|
198 |
+
width: 50%;
|
|
|
199 |
}
|
200 |
+
|
201 |
.seopress-setup-content .seopress-setup-next-steps ul {
|
202 |
+
padding: 0 2em 0 0;
|
203 |
+
list-style: none outside;
|
204 |
+
margin: 0;
|
205 |
}
|
206 |
+
|
207 |
.seopress-setup-content .seopress-setup-next-steps ul li a {
|
208 |
+
display: block;
|
209 |
+
padding: 0 0 0.75em;
|
210 |
}
|
211 |
+
|
212 |
.seopress-setup-content .seopress-setup-next-steps ul li a::before {
|
213 |
+
color: var(--color);
|
214 |
+
font: normal 20px/1 'dashicons';
|
215 |
+
speak: none;
|
216 |
+
display: inline-block;
|
217 |
+
padding: 0 10px 0 0;
|
218 |
+
top: 1px;
|
219 |
+
position: relative;
|
220 |
+
text-decoration: none !important;
|
221 |
+
vertical-align: top;
|
222 |
}
|
223 |
+
|
224 |
.seopress-setup-steps {
|
225 |
+
padding: 0 10px;
|
226 |
+
margin: 0;
|
227 |
+
list-style: none outside;
|
228 |
+
color: var(--color);
|
229 |
+
width: 100%;
|
230 |
+
height: 60px;
|
231 |
+
border-bottom: 1px solid var(--borderColorCard);
|
232 |
+
align-items: center;
|
233 |
+
justify-content: center;
|
234 |
+
background: #fff;
|
235 |
+
display: inline-flex;
|
236 |
}
|
237 |
+
|
238 |
.seopress-setup-steps li {
|
239 |
+
width: 100%;
|
240 |
+
display: flex;
|
241 |
+
padding: 0;
|
242 |
+
margin: 0;
|
243 |
+
text-align: center;
|
244 |
+
position: relative;
|
245 |
+
line-height: 24px;
|
246 |
+
font-size: 16px;
|
247 |
+
align-items: center;
|
248 |
+
justify-content: space-evenly;
|
249 |
}
|
250 |
+
|
251 |
.seopress-setup-steps li .icon {
|
252 |
+
margin-left: 10px;
|
253 |
}
|
254 |
+
|
255 |
.seopress-setup-steps li a {
|
256 |
+
text-decoration: none;
|
257 |
+
position: relative;
|
258 |
+
z-index: 1;
|
259 |
+
color: var(--colorDark);
|
260 |
+
line-height: 24px;
|
261 |
+
font-size: 16px;
|
262 |
+
transition: color 300ms linear;
|
263 |
}
|
264 |
+
|
265 |
.seopress-setup-steps li .icon::after {
|
266 |
+
content: attr(data-step);
|
267 |
+
border: 1px solid var(--borderColorLight40);
|
268 |
+
border-radius: 100%;
|
269 |
+
width: 24px;
|
270 |
+
height: 24px;
|
271 |
+
position: relative;
|
272 |
+
background: var(--borderColorLight40);
|
273 |
+
line-height: 24px;
|
274 |
+
color: var(--color);
|
275 |
+
display: inline-flex;
|
276 |
+
align-items: center;
|
277 |
+
justify-content: center;
|
278 |
+
margin-right: 10px;
|
279 |
}
|
280 |
+
|
281 |
.seopress-setup-steps li.active .icon::after {
|
282 |
+
background: var(--backgroundPrimary);
|
283 |
+
color: #fff;
|
284 |
+
border: 1px solid var(--backgroundPrimary);
|
285 |
}
|
286 |
+
|
287 |
.seopress-setup-steps li.active {
|
288 |
+
color: var(--backgroundPrimary);
|
289 |
+
font-weight: 700;
|
290 |
+
text-decoration: none;
|
291 |
+
position: relative;
|
292 |
+
z-index: 1;
|
293 |
+
color: var(--colorDark);
|
294 |
+
line-height: 24px;
|
295 |
}
|
296 |
+
|
297 |
.seopress-setup-steps li .divider {
|
298 |
+
flex-grow: 1;
|
299 |
+
border-bottom: 1px solid var(--borderColorLight40);
|
300 |
+
margin-left: 10px;
|
301 |
}
|
302 |
+
|
303 |
.seopress-setup-steps li.done .icon::after {
|
304 |
+
content: "\f15e";
|
305 |
+
font-family: "dashicons";
|
306 |
+
color: #fff;
|
307 |
+
background: var(--backgroundPrimary);
|
308 |
+
border: 1px solid var(--backgroundPrimary);
|
309 |
}
|
310 |
+
|
311 |
.seopress-setup .seopress-setup-actions {
|
312 |
+
margin: 20px auto;
|
313 |
+
position: relative;
|
314 |
}
|
315 |
+
|
316 |
.seopress-setup-footer-links {
|
317 |
+
font-size: 0.85em;
|
318 |
+
color: var(--color);
|
319 |
+
margin: 1.18em auto;
|
320 |
+
display: inline-block;
|
321 |
+
text-align: center;
|
322 |
}
|
323 |
+
|
324 |
.no_nav_menu .seopress-setup-steps {
|
325 |
+
display: none;
|
326 |
}
|
327 |
+
|
328 |
.seopress-setup.no_nav_menu .seopress-setup-content {
|
329 |
+
max-width: 50rem;
|
330 |
}
|
331 |
+
|
332 |
.seopress-setup.no_nav_menu p.seopress-setup-actions {
|
333 |
font-size: 18px;
|
334 |
}
|
335 |
+
|
336 |
.seopress-setup-sub-steps {
|
337 |
padding: 0;
|
338 |
}
|
339 |
+
|
340 |
.seopress-wizard-services {
|
341 |
+
border-bottom: 1px solid var(--borderColorLight40);
|
342 |
+
padding: 0 0 20px 0;
|
343 |
+
margin: 0 0 20px 0;
|
344 |
+
list-style: none;
|
345 |
+
display: inline-block;
|
346 |
+
width: 100%;
|
347 |
}
|
348 |
+
|
349 |
.seopress-wizard-services:first-child {
|
350 |
+
border-top: 1px solid var(--borderColorLight40);
|
351 |
+
padding-top: 20px;
|
352 |
}
|
353 |
+
|
354 |
.seopress-wizard-services ul {
|
355 |
+
padding: 0;
|
356 |
}
|
357 |
+
|
358 |
.seopress-wizard-services p {
|
359 |
+
margin: 0 0 1em 0;
|
360 |
+
padding: 0;
|
361 |
+
font-size: 1em;
|
362 |
+
line-height: 1.5em;
|
363 |
}
|
364 |
+
|
365 |
.seopress-wizard-services h3 {
|
366 |
margin: 2rem 0 1rem 0;
|
367 |
}
|
368 |
+
|
369 |
.seopress-wizard-service-item {
|
370 |
+
display: flex;
|
371 |
+
flex-wrap: nowrap;
|
372 |
+
padding: 0;
|
373 |
+
align-items: center;
|
374 |
+
margin: 1rem 0;
|
375 |
}
|
376 |
+
|
377 |
.seopress-wizard-service-item {
|
378 |
+
margin-top: 0;
|
379 |
}
|
380 |
+
|
381 |
.description {
|
382 |
margin: 0 0 2em 0;
|
383 |
}
|
384 |
+
|
385 |
.seopress-wizard-service-item:last-child {
|
386 |
+
border-bottom: 0;
|
387 |
}
|
388 |
+
|
389 |
.seopress-wizard-services.manual .seopress-wizard-service-item {
|
390 |
+
display: none;
|
391 |
}
|
392 |
+
|
393 |
.seopress-wizard-next-steps {
|
394 |
+
border-radius: 4px;
|
395 |
+
list-style: none;
|
396 |
+
padding: 0;
|
397 |
}
|
398 |
+
|
399 |
.seopress-wizard-next-steps li {
|
400 |
+
padding: 0;
|
401 |
}
|
402 |
+
|
403 |
.seopress-wizard-next-steps .seopress-wizard-next-step-item {
|
404 |
+
display: flex;
|
405 |
+
border-top: 1px solid var(--borderColorLight40);
|
406 |
}
|
407 |
+
|
408 |
.seopress-wizard-next-steps .seopress-wizard-next-step-item:first-child {
|
409 |
+
border-top: 0;
|
410 |
}
|
411 |
+
|
412 |
.seopress-wizard-next-steps .seopress-wizard-next-step-description {
|
413 |
+
padding: 20px;
|
414 |
+
flex-grow: 1;
|
415 |
}
|
416 |
+
|
417 |
.seopress-wizard-next-steps .seopress-wizard-next-step-action {
|
418 |
+
flex-grow: 0;
|
419 |
+
display: flex;
|
420 |
+
align-items: center;
|
421 |
+
padding: 0 20px;
|
422 |
+
margin: 0;
|
423 |
}
|
424 |
+
|
425 |
.seopress-wizard-next-steps p.next-step-heading {
|
426 |
+
margin: 0;
|
427 |
+
font-variant: all-petite-caps;
|
428 |
}
|
429 |
+
|
430 |
.seopress-wizard-next-steps p.next-step-extra-info {
|
431 |
+
margin: 0;
|
432 |
}
|
433 |
+
|
434 |
.seopress-wizard-next-steps h3.next-step-description {
|
435 |
+
margin: 0;
|
436 |
+
font-size: 16px;
|
437 |
+
font-weight: 600;
|
438 |
}
|
439 |
+
|
440 |
.seopress-wizard-next-steps .seopress-wizard-additional-steps {
|
441 |
+
border-top: 1px solid var(--borderColorLight40);
|
442 |
}
|
443 |
|
444 |
+
.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-wizard-next-step-description {
|
445 |
+
margin-bottom: 0;
|
|
|
|
|
446 |
}
|
447 |
+
|
448 |
+
.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions {
|
449 |
+
margin: 0 0 1.5em 0;
|
|
|
450 |
}
|
451 |
+
|
452 |
+
.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions a {
|
453 |
+
margin: 0 0 1em 0;
|
454 |
+
}
|
455 |
+
|
456 |
.seopress-setup-content .recommended-step {
|
457 |
+
padding: 0;
|
458 |
+
display: inline-block;
|
459 |
+
width: 100%;
|
460 |
}
|
461 |
+
|
462 |
.seopress-setup-content .recommended-step a {
|
463 |
+
text-decoration: none;
|
464 |
}
|
465 |
+
|
466 |
@media only screen and (max-width: 768px) {
|
467 |
+
.seopress-setup .seopress-setup-content {
|
468 |
+
margin: 25px auto 24px;
|
469 |
+
}
|
470 |
+
|
471 |
+
#seopress-logo img {
|
472 |
+
max-width: 80%;
|
473 |
+
}
|
474 |
+
|
475 |
+
.seopress-wizard-service-item {
|
476 |
+
flex-wrap: wrap;
|
477 |
+
}
|
478 |
+
|
479 |
+
.seopress-wizard-service-item .seopress-wizard-service-enable {
|
480 |
+
order: 2;
|
481 |
+
padding: 20px 0 0;
|
482 |
+
}
|
483 |
+
|
484 |
+
.seopress-wizard-service-item .seopress-wizard-service-description {
|
485 |
+
order: 3;
|
486 |
+
}
|
487 |
+
|
488 |
+
.seopress-wizard-service-item .seopress-wizard-service-name {
|
489 |
+
padding: 20px 20px 0;
|
490 |
+
justify-content: space-between !important;
|
491 |
+
}
|
492 |
+
|
493 |
+
.seopress-wizard-service-item .seopress-wizard-service-name img {
|
494 |
+
margin: 0;
|
495 |
+
}
|
496 |
+
|
497 |
+
.seopress-wizard-next-steps .seopress-wizard-next-step-item {
|
498 |
+
flex-wrap: wrap;
|
499 |
+
}
|
500 |
+
|
501 |
+
.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-description {
|
502 |
+
margin-bottom: 0;
|
503 |
+
}
|
504 |
+
|
505 |
+
.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-action p {
|
506 |
+
margin: 0;
|
507 |
+
}
|
508 |
+
|
509 |
+
.seopress-setup-steps li a {
|
510 |
+
text-indent: -9999px;
|
511 |
+
position: absolute;
|
512 |
+
left: calc(50% - 24px);
|
513 |
+
top: -10px;
|
514 |
+
}
|
515 |
+
|
516 |
+
.seopress-setup-steps li span {
|
517 |
+
display: none;
|
518 |
+
}
|
519 |
}
|
@@ -1 +1 @@
|
|
1 |
-
html{background-color:#f6f7f7;margin:0}body.seopress-setup{box-shadow:none;background:#f6f7f7;padding:0;margin:0;max-width:100%;border:none}body.seopress-setup input[type=number],body.seopress-setup input[type=password],body.seopress-setup input[type=text],body.seopress-setup select,body.seopress-setup textarea{min-width:inherit;width:100%;display:inline-block}body.seopress-setup label{width:100%;display:inline-block}.media-frame-title h1,.uploader-inline h2{border:none}.seopress-setup .wrap iframe{max-width:100%}.wp-core-ui select:focus,input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{border-color:var(--backgroundPrimary);box-shadow:0 0 0 1px var(--backgroundPrimary);outline:2px solid transparent}.spinner{display:inline-block;vertical-align:middle}.seopress-setup-content{width:100%;padding:25px 40px 40px}.admin_page_seopress_csv_importer.seopress-styles .seopress-option{margin:40px auto;background:#fff;padding:10px 1.5rem;display:block;max-width:700px}.admin_page_seopress_csv_importer .description{color:var(--color);margin-top:4px;display:block}.admin_page_seopress_csv_importer .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.admin_page_seopress_csv_importer .seopress-setup-content table thead th{font-weight:700}.admin_page_seopress_csv_importer .seopress-setup-content table tr:nth-child(odd) td{background:#fbfbfb}.admin_page_seopress_csv_importer .seopress-setup-content table td select{width:100%}.admin_page_seopress_csv_importer .seopress-wizard-services{padding:0}.seopress-setup .seopress-setup-footer{padding:0 40px 20px;position:relative;width:100%}.admin_page_seopress_csv_importer.seopress-setup .seopress-setup-content{max-width:inherit;margin:0 auto 20px}table.seopress-importer-error-log-table,table.seopress-importer-mapping-table{border:none;box-shadow:none}.seopress-importer-mapping-table tr:nth-child(odd){background:#fbfbfb}.seopress-importer-done,.seopress-progress-form-content{padding:0 0 20px 0}.seopress-setup-content h1,.seopress-setup-content h2,.seopress-setup-content h3,.seopress-setup-content table{margin:30px 0 10px;border:0;padding:0;color:var(--colorDark);clear:none;font-weight:500}.seopress-setup-content p{font-size:var(--fontSize)}.seopress-setup-content p.intro{font-weight:700;font-size:14px}#seopress-tabs.wrap ul{display:inline-block;max-width:100%;width:100%;padding:0 0 0 5px;list-style:none}.seopress-setup-content table{font-size:var(--fontSize)}.seopress-setup-content .m0{margin:0}.seopress-option .section-tool::after{content:none}.seopress-setup-content .seopress-setup-next-steps{margin:0 0 24px;padding-bottom:2px}.seopress-setup-content .seopress-setup-next-steps h2{margin-bottom:12px}.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-first{float:left;width:50%}.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-last{float:right;width:50%}.seopress-setup-content .seopress-setup-next-steps ul{padding:0 2em 0 0;list-style:none outside;margin:0}.seopress-setup-content .seopress-setup-next-steps ul li a{display:block;padding:0 0 .75em}.seopress-setup-content .seopress-setup-next-steps ul li a::before{color:var(--color);font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;text-decoration:none!important;vertical-align:top}.seopress-setup-steps{padding:0 10px;margin:0;list-style:none outside;color:var(--color);width:100%;height:60px;border-bottom:1px solid var(--borderColorCard);align-items:center;justify-content:center;background:#fff;display:inline-flex}.seopress-setup-steps li{width:100%;display:flex;padding:0;margin:0;text-align:center;position:relative;line-height:24px;font-size:16px;align-items:center;justify-content:space-evenly}.seopress-setup-steps li .icon{margin-left:10px}.seopress-setup-steps li a{text-decoration:none;position:relative;z-index:1;color:var(--colorDark);line-height:24px;font-size:16px;transition:color .3s linear}.seopress-setup-steps li .icon::after{content:attr(data-step);border:1px solid var(--borderColorLight40);border-radius:100%;width:24px;height:24px;position:relative;background:var(--borderColorLight40);line-height:24px;color:var(--color);display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.seopress-setup-steps li.active .icon::after{background:var(--backgroundPrimary);color:#fff;border:1px solid var(--backgroundPrimary)}.seopress-setup-steps li.active{color:var(--backgroundPrimary);font-weight:700;text-decoration:none;position:relative;z-index:1;color:var(--colorDark);line-height:24px}.seopress-setup-steps li .divider{flex-grow:1;border-bottom:1px solid var(--borderColorLight40);margin-left:10px}.seopress-setup-steps li.done .icon::after{content:"\f15e";font-family:dashicons;color:#fff;background:var(--backgroundPrimary);border:1px solid var(--backgroundPrimary)}.seopress-setup .seopress-setup-actions{margin:20px auto;position:relative}.seopress-setup-footer-links{font-size:.85em;color:var(--color);margin:1.18em auto;display:inline-block;text-align:center}.no_nav_menu .seopress-setup-steps{display:none}.seopress-setup.no_nav_menu .seopress-setup-content{max-width:50rem}.seopress-setup.no_nav_menu p.seopress-setup-actions{font-size:18px}.seopress-setup-sub-steps{padding:0}.seopress-wizard-services{border-bottom:1px solid var(--borderColorLight40);padding:0 0 20px 0;margin:0 0 20px 0;list-style:none;display:inline-block;width:100%}.seopress-wizard-services:first-child{border-top:1px solid var(--borderColorLight40);padding-top:20px}.seopress-wizard-services ul{padding:0}.seopress-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.seopress-wizard-services h3{margin:2rem 0 1rem 0}.seopress-wizard-service-item{display:flex;flex-wrap:nowrap;padding:0;align-items:center;margin:1rem 0}.seopress-wizard-service-item{margin-top:0}.description{margin:0 0 2em 0}.seopress-wizard-service-item:last-child{border-bottom:0}.seopress-wizard-services.manual .seopress-wizard-service-item{display:none}.seopress-wizard-next-steps{border-radius:4px;list-style:none;padding:0}.seopress-wizard-next-steps li{padding:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item{display:flex;border-top:1px solid var(--borderColorLight40)}.seopress-wizard-next-steps .seopress-wizard-next-step-item:first-child{border-top:0}.seopress-wizard-next-steps .seopress-wizard-next-step-description{padding:20px;flex-grow:1}.seopress-wizard-next-steps .seopress-wizard-next-step-action{flex-grow:0;display:flex;align-items:center;padding:0 20px;margin:0}.seopress-wizard-next-steps p.next-step-heading{margin:0;font-variant:all-petite-caps}.seopress-wizard-next-steps p.next-step-extra-info{margin:0}.seopress-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.seopress-wizard-next-steps .seopress-wizard-additional-steps{border-top:1px solid var(--borderColorLight40)}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-wizard-next-step-description{margin-bottom:0}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions{margin:0 0 1.5em 0}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions a{margin:0 0 1em 0}.seopress-setup-content .recommended-step{padding:0;display:inline-block;width:100%}.seopress-setup-content .recommended-step a{text-decoration:none}@media only screen and (max-width:768px){.seopress-setup .seopress-setup-content{margin:25px auto 24px}#seopress-logo img{max-width:80%}.seopress-wizard-service-item{flex-wrap:wrap}.seopress-wizard-service-item .seopress-wizard-service-enable{order:2;padding:20px 0 0}.seopress-wizard-service-item .seopress-wizard-service-description{order:3}.seopress-wizard-service-item .seopress-wizard-service-name{padding:20px 20px 0;justify-content:space-between!important}.seopress-wizard-service-item .seopress-wizard-service-name img{margin:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item{flex-wrap:wrap}.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-description{margin-bottom:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-action p{margin:0}.seopress-setup-steps li a{text-indent:-9999px;position:absolute;left:calc(50% - 24px);top:-10px}.seopress-setup-steps li span{display:none}}
|
1 |
+
html{background-color:#f6f7f7;margin:0}body.seopress-setup{box-shadow:none;background:#f6f7f7;padding:0;margin:0;max-width:100%;border:none}body.seopress-setup input[type=number],body.seopress-setup input[type=password],body.seopress-setup input[type=text],body.seopress-setup select,body.seopress-setup textarea{min-width:inherit;width:100%;display:inline-block}body.seopress-setup label{width:100%;display:inline-block}.media-frame-title h1,.uploader-inline h2{border:none}.seopress-setup .wrap iframe{max-width:100%}.wp-core-ui select:focus,input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{border-color:var(--backgroundPrimary);box-shadow:0 0 0 1px var(--backgroundPrimary);outline:2px solid transparent}.spinner{display:inline-block;vertical-align:middle}.seopress-setup-content{width:100%;padding:25px 40px 40px}.admin_page_seopress_csv_importer.seopress-styles .seopress-option{margin:40px auto;background:#fff;padding:10px 1.5rem;display:block;max-width:700px}.admin_page_seopress_csv_importer .description{color:var(--color);margin-top:4px;display:block}.admin_page_seopress_csv_importer .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.admin_page_seopress_csv_importer .seopress-setup-content table thead th{font-weight:700}.admin_page_seopress_csv_importer .seopress-setup-content table tr:nth-child(odd) td{background:#fbfbfb}.admin_page_seopress_csv_importer .seopress-setup-content table td select{width:100%}.admin_page_seopress_csv_importer .seopress-wizard-services{padding:0}.seopress-setup .seopress-setup-footer{padding:0 40px 20px;position:relative;width:100%}.admin_page_seopress_csv_importer.seopress-setup .seopress-setup-content{max-width:inherit;margin:0 auto 20px}table.seopress-importer-error-log-table,table.seopress-importer-mapping-table{border:none;box-shadow:none}.seopress-importer-mapping-table tr:nth-child(odd){background:#fbfbfb}.seopress-importer-done,.seopress-progress-form-content{padding:0 0 20px 0}.seopress-setup-content h1,.seopress-setup-content h2,.seopress-setup-content h3,.seopress-setup-content table{margin:30px 0 10px;border:0;padding:0;color:var(--colorDark);clear:none;font-weight:500}.seopress-setup-content h3:first-child{margin-top:0}.seopress-setup-content p{font-size:var(--fontSize)}.seopress-setup-content p.intro{font-weight:700;font-size:14px}#seopress-tabs.wrap ul{display:inline-block;max-width:100%;width:100%;padding:0 0 0 5px;list-style:none}.seopress-setup-content table{font-size:var(--fontSize)}.seopress-setup-content .m0{margin:0}.seopress-option .section-tool::after{content:none}.seopress-setup-content .seopress-setup-next-steps{margin:0 0 24px;padding-bottom:2px}.seopress-setup-content .seopress-setup-next-steps h2{margin-bottom:12px}.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-first{float:left;width:50%}.seopress-setup-content .seopress-setup-next-steps .seopress-setup-next-steps-last{float:right;width:50%}.seopress-setup-content .seopress-setup-next-steps ul{padding:0 2em 0 0;list-style:none outside;margin:0}.seopress-setup-content .seopress-setup-next-steps ul li a{display:block;padding:0 0 .75em}.seopress-setup-content .seopress-setup-next-steps ul li a::before{color:var(--color);font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;text-decoration:none!important;vertical-align:top}.seopress-setup-steps{padding:0 10px;margin:0;list-style:none outside;color:var(--color);width:100%;height:60px;border-bottom:1px solid var(--borderColorCard);align-items:center;justify-content:center;background:#fff;display:inline-flex}.seopress-setup-steps li{width:100%;display:flex;padding:0;margin:0;text-align:center;position:relative;line-height:24px;font-size:16px;align-items:center;justify-content:space-evenly}.seopress-setup-steps li .icon{margin-left:10px}.seopress-setup-steps li a{text-decoration:none;position:relative;z-index:1;color:var(--colorDark);line-height:24px;font-size:16px;transition:color .3s linear}.seopress-setup-steps li .icon::after{content:attr(data-step);border:1px solid var(--borderColorLight40);border-radius:100%;width:24px;height:24px;position:relative;background:var(--borderColorLight40);line-height:24px;color:var(--color);display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.seopress-setup-steps li.active .icon::after{background:var(--backgroundPrimary);color:#fff;border:1px solid var(--backgroundPrimary)}.seopress-setup-steps li.active{color:var(--backgroundPrimary);font-weight:700;text-decoration:none;position:relative;z-index:1;color:var(--colorDark);line-height:24px}.seopress-setup-steps li .divider{flex-grow:1;border-bottom:1px solid var(--borderColorLight40);margin-left:10px}.seopress-setup-steps li.done .icon::after{content:"\f15e";font-family:dashicons;color:#fff;background:var(--backgroundPrimary);border:1px solid var(--backgroundPrimary)}.seopress-setup .seopress-setup-actions{margin:20px auto;position:relative}.seopress-setup-footer-links{font-size:.85em;color:var(--color);margin:1.18em auto;display:inline-block;text-align:center}.no_nav_menu .seopress-setup-steps{display:none}.seopress-setup.no_nav_menu .seopress-setup-content{max-width:50rem}.seopress-setup.no_nav_menu p.seopress-setup-actions{font-size:18px}.seopress-setup-sub-steps{padding:0}.seopress-wizard-services{border-bottom:1px solid var(--borderColorLight40);padding:0 0 20px 0;margin:0 0 20px 0;list-style:none;display:inline-block;width:100%}.seopress-wizard-services:first-child{border-top:1px solid var(--borderColorLight40);padding-top:20px}.seopress-wizard-services ul{padding:0}.seopress-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.seopress-wizard-services h3{margin:2rem 0 1rem 0}.seopress-wizard-service-item{display:flex;flex-wrap:nowrap;padding:0;align-items:center;margin:1rem 0}.seopress-wizard-service-item{margin-top:0}.description{margin:0 0 2em 0}.seopress-wizard-service-item:last-child{border-bottom:0}.seopress-wizard-services.manual .seopress-wizard-service-item{display:none}.seopress-wizard-next-steps{border-radius:4px;list-style:none;padding:0}.seopress-wizard-next-steps li{padding:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item{display:flex;border-top:1px solid var(--borderColorLight40)}.seopress-wizard-next-steps .seopress-wizard-next-step-item:first-child{border-top:0}.seopress-wizard-next-steps .seopress-wizard-next-step-description{padding:20px;flex-grow:1}.seopress-wizard-next-steps .seopress-wizard-next-step-action{flex-grow:0;display:flex;align-items:center;padding:0 20px;margin:0}.seopress-wizard-next-steps p.next-step-heading{margin:0;font-variant:all-petite-caps}.seopress-wizard-next-steps p.next-step-extra-info{margin:0}.seopress-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.seopress-wizard-next-steps .seopress-wizard-additional-steps{border-top:1px solid var(--borderColorLight40)}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-wizard-next-step-description{margin-bottom:0}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions{margin:0 0 1.5em 0}.seopress-wizard-next-steps .seopress-wizard-additional-steps .seopress-setup-actions a{margin:0 0 1em 0}.seopress-setup-content .recommended-step{padding:0;display:inline-block;width:100%}.seopress-setup-content .recommended-step a{text-decoration:none}@media only screen and (max-width:768px){.seopress-setup .seopress-setup-content{margin:25px auto 24px}#seopress-logo img{max-width:80%}.seopress-wizard-service-item{flex-wrap:wrap}.seopress-wizard-service-item .seopress-wizard-service-enable{order:2;padding:20px 0 0}.seopress-wizard-service-item .seopress-wizard-service-description{order:3}.seopress-wizard-service-item .seopress-wizard-service-name{padding:20px 20px 0;justify-content:space-between!important}.seopress-wizard-service-item .seopress-wizard-service-name img{margin:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item{flex-wrap:wrap}.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-description{margin-bottom:0}.seopress-wizard-next-steps .seopress-wizard-next-step-item .seopress-wizard-next-step-action p{margin:0}.seopress-setup-steps li a{text-indent:-9999px;position:absolute;left:calc(50% - 24px);top:-10px}.seopress-setup-steps li span{display:none}}
|
@@ -154,7 +154,7 @@
|
|
154 |
align-self: center;
|
155 |
flex-grow: 1;
|
156 |
height: 1px;
|
157 |
-
margin: 0
|
158 |
border: 0;
|
159 |
border-top: 1px solid #dcdcde;
|
160 |
border-bottom: 1px solid #f6f7f7;
|
@@ -176,6 +176,10 @@
|
|
176 |
text-decoration: none;
|
177 |
}
|
178 |
|
|
|
|
|
|
|
|
|
179 |
#seopress-news-panel .seopress-item-inner .dashicons {
|
180 |
vertical-align: top;
|
181 |
}
|
@@ -396,6 +400,10 @@ body .seopress-option input[type="checkbox"]:active,
|
|
396 |
margin-bottom: 15px;
|
397 |
}
|
398 |
|
|
|
|
|
|
|
|
|
399 |
table.wp-list-table .manage_column.column-seopress_noindex,
|
400 |
table.wp-list-table .manage_column.column-seopress_tkw,
|
401 |
table.wp-list-table .manage_column.column-seopress_redirect_url,
|
@@ -819,6 +827,10 @@ table.fixed thead .column-seopress_noindex {
|
|
819 |
align-items: center;
|
820 |
}
|
821 |
|
|
|
|
|
|
|
|
|
822 |
.seopress-list-items .seopress-item .seopress-item-inner:hover {
|
823 |
background: var(--backgroundSecondaryHover);
|
824 |
}
|
@@ -886,6 +898,13 @@ table.fixed thead .column-seopress_noindex {
|
|
886 |
text-align: center;
|
887 |
}
|
888 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
889 |
.seopress-list-items .seopress-item .seopress-item-inner.done::before,
|
890 |
.indexing-log.indexing-done::before,
|
891 |
.indexing-log.indexing-failed::before {
|
@@ -893,6 +912,26 @@ table.fixed thead .column-seopress_noindex {
|
|
893 |
border: none;
|
894 |
content: "\f15e";
|
895 |
font-family: "Dashicons";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
}
|
897 |
|
898 |
.indexing-log.indexing-done::before {
|
@@ -2555,6 +2594,7 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
2555 |
|
2556 |
.seopress-option .sp-section-header h2 {
|
2557 |
font-size: 1.5em;
|
|
|
2558 |
}
|
2559 |
|
2560 |
.seopress-option .sp-section-header>.dashicons {
|
@@ -2615,6 +2655,12 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
2615 |
background: rgb(244 162 162 / 30%);
|
2616 |
}
|
2617 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2618 |
#seopress-tabs.wrap {
|
2619 |
margin: 30px 0 0 0;
|
2620 |
}
|
154 |
align-self: center;
|
155 |
flex-grow: 1;
|
156 |
height: 1px;
|
157 |
+
margin: 0;
|
158 |
border: 0;
|
159 |
border-top: 1px solid #dcdcde;
|
160 |
border-bottom: 1px solid #f6f7f7;
|
176 |
text-decoration: none;
|
177 |
}
|
178 |
|
179 |
+
.seopress-activity-panel .dashicons {
|
180 |
+
margin-right: 0;
|
181 |
+
}
|
182 |
+
|
183 |
#seopress-news-panel .seopress-item-inner .dashicons {
|
184 |
vertical-align: top;
|
185 |
}
|
400 |
margin-bottom: 15px;
|
401 |
}
|
402 |
|
403 |
+
.form-table td label {
|
404 |
+
display: block;
|
405 |
+
}
|
406 |
+
|
407 |
table.wp-list-table .manage_column.column-seopress_noindex,
|
408 |
table.wp-list-table .manage_column.column-seopress_tkw,
|
409 |
table.wp-list-table .manage_column.column-seopress_redirect_url,
|
827 |
align-items: center;
|
828 |
}
|
829 |
|
830 |
+
.seopress-list-items .seopress-item .seopress-item-inner.done {
|
831 |
+
text-decoration: line-through;
|
832 |
+
}
|
833 |
+
|
834 |
.seopress-list-items .seopress-item .seopress-item-inner:hover {
|
835 |
background: var(--backgroundSecondaryHover);
|
836 |
}
|
898 |
text-align: center;
|
899 |
}
|
900 |
|
901 |
+
.seopress-list-items .seopress-item .seopress-item-inner.check::before {
|
902 |
+
content: attr(data-index);
|
903 |
+
color: var(--primaryColor);
|
904 |
+
font-size: 16px;
|
905 |
+
border-color: var(--primaryColor);
|
906 |
+
}
|
907 |
+
|
908 |
.seopress-list-items .seopress-item .seopress-item-inner.done::before,
|
909 |
.indexing-log.indexing-done::before,
|
910 |
.indexing-log.indexing-failed::before {
|
912 |
border: none;
|
913 |
content: "\f15e";
|
914 |
font-family: "Dashicons";
|
915 |
+
color: #fff;
|
916 |
+
font-size: 24px;
|
917 |
+
}
|
918 |
+
|
919 |
+
.seopress-list-items .seopress-item.is-active:first-child a {
|
920 |
+
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
921 |
+
transition: box-shadow .1s linear;
|
922 |
+
}
|
923 |
+
|
924 |
+
.seopress-list-items .seopress-item.is-active:first-child a::after {
|
925 |
+
content: '';
|
926 |
+
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
927 |
+
transition: box-shadow .1s linear;
|
928 |
+
background-color: var(--primaryColor);
|
929 |
+
opacity: .1;
|
930 |
+
position: absolute;
|
931 |
+
width: 100%;
|
932 |
+
height: 100%;
|
933 |
+
left: 0;
|
934 |
+
top: 0;
|
935 |
}
|
936 |
|
937 |
.indexing-log.indexing-done::before {
|
2594 |
|
2595 |
.seopress-option .sp-section-header h2 {
|
2596 |
font-size: 1.5em;
|
2597 |
+
margin: 20px 0;
|
2598 |
}
|
2599 |
|
2600 |
.seopress-option .sp-section-header>.dashicons {
|
2655 |
background: rgb(244 162 162 / 30%);
|
2656 |
}
|
2657 |
|
2658 |
+
.seopress-setup .seopress-notice.is-inline,
|
2659 |
+
#seopress-tabs .seopress-notice.is-inline {
|
2660 |
+
margin-bottom: 0;
|
2661 |
+
width: fit-content;
|
2662 |
+
}
|
2663 |
+
|
2664 |
#seopress-tabs.wrap {
|
2665 |
margin: 30px 0 0 0;
|
2666 |
}
|
@@ -1 +1 @@
|
|
1 |
-
#seopress_content_analysis *,#seopress_cpt *,#seopress_pro_cpt *,.seopress-option *,.seopress-styles *{box-sizing:border-box}@font-face{font-family:seopress;src:url(../fonts/seopress.eot?81521271);src:url(../fonts/seopress.eot?81521271#iefix) format("embedded-opentype"),url(../fonts/seopress.woff?81521271) format("woff2"),url(../fonts/seopress.woff?81521271) format("woff"),url(../fonts/seopress.ttf?81521271) format("truetype"),url(../fonts/seopress.svg?81521271#seopress) format("svg");font-weight:400;font-style:normal}[class*=" icon-seopress"],[class^=icon-seopress-]{font-family:seopress!important;font-size:14px!important;line-height:24px!important}#adminmenu div.wp-menu-image.dashicons-admin-seopress::before{content:"\e800";font-family:seopress;font-weight:700;font-size:12px;line-height:20px}#seopress_content_analysis,#seopress_cpt,#seopress_pro_cpt,#wpadminbar,.column-seopress_score,.post-type-seopress_404 #wpcontent,.post-type-seopress_schemas #wpcontent,.seopress-option #wpcontent,.seopress-styles #wpcontent,.seopress-ui-datepicker{--primaryColor:#007cba;--paragraphColor:#757575;--fontSize:13px;--fontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--color:#757575;--colorDark:#1e1e1e;--colorAlert:#eb0f00;--colorWarning:#ffba00;--colorSuccess:#4ab866;--colorLowAlert:#e39f48;--colorPre:#37864b;--colorIcon:#d7dade;--lineHeight:24px;--titleColor:#3c434a;--titleFontSize:20px;--titleFontWeight:normal;--titleMargin:10px 0;--backgroundPrimary:#007cba;--backgroundPrimaryHover:#006ba1;--backgroundSecondaryHover:#f0f0f0;--borderColor:#a7aaad;--borderColorLight:#dcdcde;--borderColorLight40:rgba(220, 220, 222, 0.4);--borderColorCard:#e2e4e7;--borderColorTab:#c3c4c7}.seopress-option .text-center,.seopress-styles .text-center{text-align:center}.post-type-seopress_404 .btn,.post-type-seopress_schemas .btn,.seopress-option .btn,.seopress-styles .btn{display:inline-flex;text-decoration:none;font-size:var(--fontSize);margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:0 0;transition:box-shadow .1s linear;height:36px;align-items:center;padding:6px 12px;border-radius:2px;vertical-align:middle;color:var(--colorDark);white-space:nowrap;outline:1px solid transparent}.post-type-seopress_404 .btnPrimary,.post-type-seopress_schemas .btnPrimary,.seopress-option .btnPrimary,.seopress-styles .btnPrimary{background:var(--primaryColor);color:#fff;text-decoration:none}.post-type-seopress_404 .btnPrimary:hover,.post-type-seopress_schemas .btnPrimary:hover,.seopress-option .btnPrimary:hover,.seopress-styles .btnPrimary:hover{background:var(--backgroundPrimaryHover);color:#fff}.post-type-seopress_404 .btnSecondary,.post-type-seopress_schemas .btnSecondary,.seopress-option .btnSecondary,.seopress-styles .btnSecondary{box-shadow:inset 0 0 0 1px var(--primaryColor);color:var(--primaryColor);background:0 0}.seopress-option .btnSecondary.is-deletable,.seopress-styles .btnSecondary.is-deletable{border-color:#cc1818;color:#cc1818;box-shadow:rgb(204 24 24) 0 0 0 1px inset}.post-type-seopress_404 .btnTertiary,.post-type-seopress_schemas .btnTertiary,.seopress-option .btnTertiary,.seopress-styles .btnTertiary{color:var(--primaryColor);background:0 0}.post-type-seopress_404 .btnTertiary:hover,.post-type-seopress_schemas .btnTertiary:hover,.seopress-option .btnTertiary:hover,.seopress-styles .btnTertiary:hover{box-shadow:inset 0 0 0 1px var(--primaryColor)}.seopress-option hr,.seopress-setup hr,.seopress-styles hr{align-self:center;flex-grow:1;height:1px;margin:0 10px;border:0;border-top:1px solid #dcdcde;border-bottom:1px solid #f6f7f7}.seopress-setup hr{margin-left:10px}#seopress-tabs.wrap .list-none{list-style:none;padding-left:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px;text-decoration:none}#seopress-news-panel .seopress-item-inner .dashicons{vertical-align:top}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;font-size:14px;line-height:20px;padding:6px 8px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}body .seopress-option h2{color:var(--titleColor);font-size:20px;line-height:24px;font-weight:400}body .seopress-option h3{color:var(--titleColor);font-size:16px;line-height:20px}#seopress_content_analysis input[type=text],#seopress_content_analysis textarea,#seopress_cpt input[type=text],#seopress_cpt textarea,#seopress_pro_cpt input[type=text],#seopress_pro_cpt textarea{width:100%;display:inline-block}#seopress_cpt #tabs-6 input[type=number]{min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_content_analysis label,#seopress_cpt label,#seopress_pro_cpt label{margin-bottom:8px;display:inline-block;width:100%}#seopress_cpt #tabs-6{padding:0}body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option select,body .seopress-option textarea{max-width:35rem;border:1px solid var(--borderColor);box-shadow:0 2px 6px rgb(0 0 0 / 5%);width:100%}body .seopress-option select{min-height:50px}.wrap-opening-hours select{width:inherit}body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text]{line-height:46px}body .seopress-option input[type=number]:hover,body .seopress-option input[type=password]:hover,body .seopress-option input[type=text]:hover,body .seopress-option select:hover,body .seopress-option textarea:hover{border-color:#787c82}body .seopress-option input[type=number]:active,body .seopress-option input[type=number]:focus,body .seopress-option input[type=password]:active,body .seopress-option input[type=password]:focus,body .seopress-option input[type=text]:active,body .seopress-option input[type=text]:focus,body .seopress-option select:active,body .seopress-option select:focus,body .seopress-option textarea:active,body .seopress-option textarea:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}@media only screen and (max-width:1024px){body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option textarea{min-width:inherit;width:100%}}#seopress_content_analysis input[type=checkbox],#seopress_cpt input[type=checkbox],#seopress_pro_cpt input[type=checkbox],body .seopress-option input[type=checkbox]{font-family:var(--fontFamily);padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid var(--color);font-size:16px;line-height:normal;border:1px solid var(--colorDark);margin-right:12px;transition:none;border-radius:2px;background:#fff;color:var(--colorDark);clear:none;cursor:pointer;display:inline-block;line-height:0;margin:-1px 4px 0 0!important;outline:0;padding:0!important;text-align:center;vertical-align:top;width:20px;height:20px;-webkit-appearance:none;appearance:none;transition:.1s border-color ease-in-out}#seopress_content_analysis input[type=checkbox]:checked::before,#seopress_cpt input[type=checkbox]:checked::before,#seopress_pro_cpt input[type=checkbox]:checked::before,body .seopress-option input[type=checkbox]:checked::before{content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background:var(--primaryColor);margin:-1px;width:20px;height:20px}#seopress_content_analysis input[type=checkbox]:active,#seopress_content_analysis input[type=checkbox]:focus,#seopress_cpt input[type=checkbox]:active,#seopress_cpt input[type=checkbox]:focus,#seopress_pro_cpt input[type=checkbox]:active,#seopress_pro_cpt input[type=checkbox]:focus,body .seopress-option input[type=checkbox]:active,body .seopress-option input[type=checkbox]:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}.field-recommended,.field-required{font-weight:700}.field-required{color:var(--colorAlert)}.field-recommended{color:var(--colorWarning)}.form-table td{padding:15px 0}.form-table td p{margin:4px 0}.form-table td p.seopress_wrap_archive_cpt{margin-bottom:15px}table.wp-list-table .manage_column.column-seopress_canonical,table.wp-list-table .manage_column.column-seopress_desc,table.wp-list-table .manage_column.column-seopress_insights,table.wp-list-table .manage_column.column-seopress_noindex,table.wp-list-table .manage_column.column-seopress_redirect_enable,table.wp-list-table .manage_column.column-seopress_redirect_url,table.wp-list-table .manage_column.column-seopress_title,table.wp-list-table .manage_column.column-seopress_tkw{width:7%!important}.post-type-product table.fixed thead .column-seopress_desc,.post-type-product table.fixed thead .column-seopress_title{width:8%}.post-type-product .fixed .column-seopress_ps,.post-type-product .fixed .column-seopress_words,.post-type-product table.fixed thead .column-seopress_canonical,.post-type-product table.fixed thead .column-seopress_redirect_enable,.post-type-product table.fixed thead .column-seopress_redirect_url,.post-type-product table.fixed thead .column-seopress_tkw{width:6%}.post-type-product .fixed .column-seopress_score{width:50px}table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex{width:100px}@media only screen and (max-width:1200px){table.fixed .column-seopress_canonical>div,table.fixed .column-seopress_desc>div,table.fixed .column-seopress_redirect_enable>div,table.fixed .column-seopress_redirect_url>div,table.fixed .column-seopress_title>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.fixed thead .column-seopress_canonical,table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex,table.fixed thead .column-seopress_ps,table.fixed thead .column-seopress_redirect_enable,table.fixed thead .column-seopress_redirect_url,table.fixed thead .column-seopress_score,table.fixed thead .column-seopress_tkw,table.fixed thead .column-seopress_words{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #seopress-header{padding:22px 120px 22px 40px;height:60px;margin:0 auto;width:calc(100% - 160px);background:#fff;position:fixed;top:32px;z-index:110;display:flex;justify-content:space-between;align-items:center}.folded.seopress-styles #seopress-header{width:calc(100% - 35px)}@media only screen and (max-width:782px){.seopress-styles #seopress-header{width:100%;padding:22px;top:46px;position:absolute}}#seopress-header #seopress-navbar ul{margin:0;padding:0}#seopress-header #seopress-navbar ul li{margin:0;display:inline-block;position:relative;padding:0 20px 0 0;font-weight:700}#seopress-header #seopress-navbar ul li::after{content:"/";color:var(--paragraphColor);position:absolute;display:block;top:0;left:calc(100% - 10px)}#seopress-header #seopress-navbar ul li:last-child:after{content:none}.sp-dashboard-card-highlight{border:1px dashed #c3c4c7;margin:20px 0}.seopress-summary-items{display:flex;flex-wrap:wrap}.seopress-summary-item{display:flex;flex-direction:column;padding:20px;border-bottom:1px solid var(--borderColorLight40);border-right:1px solid var(--borderColorLight40);line-height:1.4em;text-decoration:none;width:50%;color:var(--colorDark);justify-content:center}@media only screen and (max-width:782px){.seopress-summary-item{width:100%}}.seopress-summary-item-label{display:block;margin-bottom:16px;color:var(--color);font-size:14px;line-height:20px}.seopress-summary-item-data{margin-bottom:4px;font-weight:500;color:var(--colorDark);font-size:20px;line-height:28px}.seopress-summary-item-data small{font-weight:400;font-size:11px;text-transform:uppercase}.seopress-summary-items .inside,.seopress-tab.inside{padding:20px}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress-admin-tabs.wrap{background:#fff;display:block;width:64rem;max-width:100%;margin:0 auto}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap{width:100%}}#seopress-admin-tabs .seopress-tab{width:100%;display:none}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}.seopress-dashboard-columns{display:flex;max-width:64rem;margin:0 auto;justify-content:space-between;flex-direction:row}.seopress-dashboard-column{align-self:flex-start;width:calc(50% - 12px);margin:0}@media only screen and (max-width:782px){.seopress-dashboard-columns{max-width:100%;flex-direction:column}.seopress-dashboard-column{width:100%}}#seopress-admin-tabs .ui-tabs-nav,.seopress-get-started{margin:0 auto 20px;max-width:64rem;padding:2rem;width:100%;border-radius:0 0 4px 4px}.seopress-get-started{background:#fff url(../img/bg-hero-started.svg) no-repeat 100% 50%/contain;position:relative}.seopress-get-started .inside{padding:2rem}.seopress-get-started .preheader{text-transform:uppercase;font-size:11px;font-weight:600;color:var(--paragraphColor)}.seopress-activity-panel-tabs{height:60px;display:flex;align-items:center}.seopress-activity-panel-tabs .btn{display:flex;flex-direction:column;justify-content:center;color:var(--color);height:60px;padding:10px 26px;border-bottom:3px solid transparent}.seopress-activity-panel-tabs .btn:hover{background:var(--backgroundSecondaryHover)}.seopress-activity-panel-tabs .btn.is-active{border-bottom:3px solid var(--backgroundPrimary);color:var(--colorDark)}.seopress-activity-panel-wrapper{height:calc(100vh - 92px);top:92px;background:var(--backgroundSecondaryHover);width:510px;transform:translateX(100%);transition-duration:.3s;transition-timing-function:ease-in-out;position:fixed;right:0;z-index:1000;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:782px){.seopress-activity-panel-wrapper{top:106px}}.seopress-activity-panel-wrapper.is-open{transform:none;box-shadow:0 12px 12px 0 rgb(85 93 102 / 30%)}.seopress-activity-panel-header{background:#e0e0e0;padding:16px 24px}.seopress-activity-panel-content{background:#fff;padding:16px 24px}.seopress-list-items,.seopress-list-items .seopress-item{margin:0}.seopress-list-items .seopress-item{border-bottom:1px solid var(--borderColorLight40)}.seopress-list-items .seopress-item:last-child{border-bottom:none}.seopress-list-items .seopress-item .seopress-item-inner{color:var(--primaryColor);text-decoration:none;padding:15px 20px;background:#fff;font-size:var(--fontSize);font-weight:700;width:100%}.seopress-option .has-action{display:flex;align-items:center}.seopress-list-items .seopress-item .seopress-item-inner:hover{background:var(--backgroundSecondaryHover)}.seopress-list-items .seopress-item-after,.seopress-list-items .seopress-item-before{margin:0 20px 0 10px;position:relative}.seopress-list-items .seopress-item-after::after,.seopress-list-items .seopress-item-before::before{content:"\f330";font-family:Dashicons;vertical-align:middle;font-size:20px;font-weight:400}.seopress-list-items .seopress-item-after{margin-left:auto;padding-left:20px;margin-right:0}.seopress-list-items .seopress-item-after::after{content:"\f345"}.seopress-list-items .seopress-item .seopress-item-title{margin:5px 0;color:var(--primaryColor)}.seopress-list-items .seopress-item .seopress-item-date{color:var(--paragraphColor);font-weight:400;margin:0}.seopress-list-items .seopress-item .seopress-item-content{color:var(--colorDark);font-weight:400;margin:0}.indexing-log,.seopress-list-items .seopress-item .seopress-item-inner.check{position:relative}.indexing-log::before,.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:"";width:32px;height:32px;font-size:24px;vertical-align:middle;border-radius:50px;color:#fff;margin-right:10px;display:inline-block;border:1px solid var(--borderColorLight);line-height:32px;text-align:center}.indexing-log.indexing-done::before,.indexing-log.indexing-failed::before,.seopress-list-items .seopress-item .seopress-item-inner.done::before{background:var(--backgroundPrimary);border:none;content:"\f15e";font-family:Dashicons}.indexing-log.indexing-done::before{background:var(--colorSuccess)}.indexing-log.indexing-failed::before{background:var(--colorAlert);content:"\f335"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help;vertical-align:bottom;text-align:left;background:0 0;border:none;padding:0}.sp-tooltip .dashicons{color:var(--colorDark)}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;width:350px;right:-310px;padding:20px;top:25px;font-weight:400;box-shadow:0 3px 30px rgb(25 30 35 / 10%);border:1px solid var(--borderColorLight40);background:#fff;word-break:break-word;text-transform:none}.sp-tooltip .sp-tooltiptext::before{border:8px solid var(--borderColorLight40);top:-8px}.sp-tooltip .sp-tooltiptext::after{border:8px solid #fff;top:-6px}.sp-tooltip .sp-tooltiptext::after,.sp-tooltip .sp-tooltiptext::before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px;content:"";position:absolute;height:0;width:0;line-height:0;left:30px}.sp-tooltip:active .sp-tooltiptext,.sp-tooltip:focus .sp-tooltiptext,.sp-tooltip:hover .sp-tooltiptext{visibility:visible}.sp-tooltip .sp-tooltip-headings{font-size:18px;font-weight:600;margin-bottom:20px;display:block}.sp-tooltip .sp-tooltip-desc{margin-bottom:20px;display:block;border-bottom:1px solid var(--borderColorLight40);padding-bottom:20px;font-size:var(--fontSize);line-height:1.5}.sp-tooltip .sp-tooltip-code{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;display:block;word-break:break-all;color:var(--colorPre);font-size:11px}.analysis-score .sp-tooltip{vertical-align:middle;font-size:.75em}#seopress_content_analysis .wrap-insights-post .sp-tooltip *{font-weight:400}#seopress_content_analysis .wrap-insights-post .sp-tooltip-headings{font-weight:700}#seopress_content_analysis a{color:var(--backgroundPrimary)}#seopress_content_analysis a.nounderline,#seopress_content_analysis a.nounderline:hover{text-decoration:none}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0;position:relative;left:-5px}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_content_analysis .analysis-score{clear:both;border-top:1px solid var(--borderColorCard);display:flex;justify-content:space-between;align-items:center}.column-seopress_score .analysis-score{display:flex;align-content:center}#seopress_content_analysis .analysis-score p,.column-seopress_score .analysis-score p{font-weight:700;font-size:1.2em}#seopress-ca-tabs .seopress-gsc-render{margin:1rem 0}#seopress-ca-tabs .dashicons{vertical-align:middle;margin-right:1rem}#seopress-ca-tabs .seopress-gsc-verdict .dashicons{font-size:30px;width:30px;height:30px}#seopress-ca-tabs .dashicons-yes-alt{color:var(--colorSuccess)}#seopress-ca-tabs .dashicons-info{color:var(--colorWarning)}#seopress-ca-tabs .dashicons-dismiss{color:var(--colorAlert)}#seopress-ca-tabs .seopress-gsc-analysis{margin-top:1rem;margin-bottom:1rem;display:inline-block;width:100%}#seopress-ca-tabs .seopress-gsc-cat{border-bottom:1px solid var(--borderColorCard);margin-bottom:.5rem;font-weight:700;padding-bottom:.5rem}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item{display:flex}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item-name{width:240px}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item div{margin:.5rem 0}#seopress-ca-tabs .seopress-gsc-summary{display:block;padding:20px;margin:20px 0;top:0;left:0}#seopress-ca-tabs .seopress-gsc-verdict{font-weight:700;font-size:1.2em}#seopress_content_analysis .analysis-score svg,.column-seopress_score .analysis-score svg{display:inline-block;height:30px;width:30px;margin:0;border-radius:100%;position:relative;font-weight:600;shape-rendering:geometricprecision;font-size:.5rem;vertical-align:middle;margin-right:15px}.column-seopress_score .analysis-score p,.column-seopress_score .analysis-score svg{margin:0}@keyframes loadingPulse{0%{stroke:#adc5d2}50%{stroke:#00a0d2}100%{stroke:#adc5d2}}#seopress_content_analysis .analysis-score .loading #bar{stroke-dashoffset:0!important;stroke:#adc5d2!important;animation:loadingPulse 3s infinite ease-in-out}#seopress_content_analysis .analysis-score .good #bar,.column-seopress_score .analysis-score #bar.good{stroke:var(--colorSuccess)}#seopress_content_analysis .analysis-score .notgood #bar,.column-seopress_score .analysis-score #bar.notgood{stroke-dashoffset:101px;stroke:var(--colorWarning)}#seopress_content_analysis .analysis-score svg circle,.column-seopress_score .analysis-score svg circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#ccc;stroke-width:2em}#tab_seopress_page_speed .ps-score svg path,#tab_seopress_ps .ps-score svg path{stroke-linecap:round;stroke-width:2.8;fill:none}#tab_seopress_page_speed .ps-score,#tab_seopress_ps .ps-score{position:relative;display:inline-block}#tab_seopress_page_speed .ps-score svg,#tab_seopress_ps .ps-score svg{width:80px;height:80px}#tab_seopress_page_speed .ps-score span,#tab_seopress_ps .ps-score span{font-weight:700;left:0;position:absolute;top:0;width:80px;height:80px;align-items:center;display:flex;justify-content:center;margin:0}#tab_seopress_page_speed .ps-score.green #bar,#tab_seopress_ps .ps-score.green #bar{stroke:var(--colorSuccess)}#tab_seopress_page_speed .ps-score.yellow #bar,#tab_seopress_ps .ps-score.yellow #bar{stroke:var(--colorWarning)}#tab_seopress_page_speed .ps-score.red #bar,#tab_seopress_ps .ps-score.red #bar{stroke:var(--colorAlert)}#tab_seopress_ps .score,.wrap-seopress-score .score{width:12px;height:12px;display:inline-block;margin-right:10px;vertical-align:middle}#tab_seopress_ps .score.red,.wrap-seopress-score .score.red{border-bottom-color:var(--colorAlert);border-bottom-style:solid;border-bottom-width:12px;border-left-color:transparent;border-left-style:solid;border-left-width:6px;border-right-color:transparent;border-right-style:solid;border-right-width:6px}.wrap-seopress-score small{font-size:12px}.wrap-seopress-score small.red,.wrap-seopress-score small.yellow{color:var(--colorAlert)}#tab_seopress_ps .score.yellow,.wrap-seopress-score .score.yellow{background-color:var(--colorWarning);display:inline-block}#tab_seopress_ps .score.green,.wrap-seopress-score .score.green{border-radius:100%;background-color:var(--colorSuccess)}.wrap-seopress-score small.green{color:var(--colorSuccess)}.wrap-seopress-score .score.null{background:#ccc;border-radius:100%}#seopress_content_analysis .gr-analysis{clear:both}#seopress_content_analysis .gr-analysis-title{border-top:1px solid var(--borderColorCard);position:relative}#seopress_content_analysis .gr-analysis-title .impact,#seopress_cpt .impact{position:absolute;left:10px;top:calc(50% - 5px);width:10px;height:10px;border-radius:50px;padding:0;margin:0;border:1px solid #fff}#seopress_content_analysis .gr-analysis .impact.good{background:var(--colorSuccess);box-shadow:0 0 5px var(--colorSuccess)}#seopress_content_analysis .gr-analysis .impact.low{background:var(--colorWarning);box-shadow:0 0 5px var(--colorWarning)}#seopress_content_analysis .gr-analysis .impact.medium{background:var(--colorLowAlert);box-shadow:0 0 5px var(--colorLowAlert)}#seopress_content_analysis .gr-analysis .impact.high,#seopress_cpt .impact.high{background:var(--colorAlert);box-shadow:0 0 5px var(--colorAlert)}#seopress_content_analysis .gr-analysis-content .impact.high{background:var(--colorAlert);box-shadow:none;color:#fff;padding:2px 4px;margin-left:5px;border-radius:4px;font-weight:700}#seopress_cpt .impact.high{position:relative;top:calc(50% - 18px);display:inline-block;left:inherit;right:-10px}#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{display:block;font-size:12px;color:var(--color)}@media only screen and (max-width:782px){#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{word-break:break-word}}#seopress_content_analysis input~span.description,#seopress_content_analysis span.description~input,#seopress_cpt input~span.description,#seopress_cpt span.description~input,#seopress_pro_cpt input~span.description,#seopress_pro_cpt span.description~input{margin-top:5px}#seopress_content_analysis .gr-analysis-title button{background:#fff;border:0;cursor:pointer;display:block;margin:0;position:relative;text-align:left;width:100%;padding:15px 30px;align-items:center;transition:all .3s linear}#seopress_content_analysis .gr-analysis-title button:hover{background:#f3f4f5}#seopress_content_analysis .gr-analysis-title button:focus{color:#191e23;border:none;box-shadow:none;outline-offset:-2px;outline:1px dotted #555d66}#seopress_content_analysis .gr-analysis-title button .seopress-arrow::after{content:"\f343";font-family:Dashicons;position:absolute;right:10px;top:calc(50% - 7px)}#seopress_content_analysis .gr-analysis-title button.open .seopress-arrow::after{content:"\f347"}#seopress_content_analysis .gr-analysis-content{padding:0 1rem .5rem 1rem;display:none;width:100%;border-top:1px solid var(--borderColorCard)}#seopress_content_analysis h3{margin:0;font-size:1em}#seopress_content_analysis h4{border-bottom:1px solid var(--borderColorCard);padding-bottom:.5rem;text-transform:uppercase;font-size:.85em;position:-webkit-sticky;position:sticky;top:0;background:#fff}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default;user-select:auto}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid var(--borderColorLight);padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;border:1px solid var(--borderColorLight);cursor:default;padding:1px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress-analysis-tabs{clear:both}#seopress_content_analysis .dashicons-no-alt,#seopress_content_analysis .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:var(--colorSuccess);border-radius:50px;margin-right:10px}#seopress_content_analysis .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:var(--colorAlert)}#seopress-schemas-tabs .description-alt,#seopress_content_analysis .description-alt,#seopress_cpt .description-alt{padding:1em 0;border-top:1px solid var(--borderColorLight);border-bottom:1px solid var(--borderColorLight);display:flex}#seopress_cpt .desc-fb{margin-top:0;border-top:none}#seopress-schemas-tabs .description-alt svg,#seopress_content_analysis .description-alt svg,#seopress_cpt .description-alt svg{vertical-align:middle;align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}#seopress_cpt .notice{padding:10px 14px;margin:0}#seopress_cpt .inside{margin:0;padding:0}#seopress_cpt .ui-tabs .ui-tabs-nav{display:flex;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;align-items:center;padding:0;height:48px;border-bottom:1px solid #ddd;background:inherit;line-height:inherit;color:inherit;border-top:none;border-left:none;border-right:none}#seopress_cpt .ui-tabs .sp-section{font-weight:700;font-size:var(--fontSize)}#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%}#seopress_content_analysis .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:4px solid var(--backgroundPrimary)!important}#seopress_cpt .wp-color-result{margin:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid var(--borderColorLight)}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid var(--borderColorLight)}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:var(--colorAlert)}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt #tabs-3 .box-left{width:44%}#seopress_cpt #tabs-3 .box-right{width:54%}@media only screen and (max-width:1200px){#seopress_cpt .box-left,#seopress_cpt .box-right{float:none;width:100%;margin:0}}@media only screen and (max-width:1500px){#seopress_cpt #tabs-3 .box-left,#seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}}#edittag #seopress_cpt #tabs-3 .box-left,#edittag #seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}#seopress-tabs .seopress_media_upload,#seopress_pro_cpt .seopress_media_upload{margin-top:.5rem}#term-seopress #seopress_cpt{width:95%}#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;position:relative;padding:0;white-space:nowrap;margin:0;border:none;height:48px;background:0 0}#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:flex;padding:3px 15px;align-items:center}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0;padding-bottom:0}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{font-weight:500}#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:48px}#seopress_cpt .ui-tabs .ui-tabs-nav li a:focus,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus{outline:3px solid transparent;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),inset 0 -4px 0 0 var(--backgroundPrimary)}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet{margin:0 0 10px 0;box-shadow:0 1px 6px rgba(32,33,36,.28);border-radius:8px;padding:12px 16px}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:18px;font-weight:400;line-height:21.6px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default{font-size:16px;line-height:20px;margin-bottom:12px}#seopress_cpt .google-snippet-preview .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-permalink{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile{display:flex;justify-content:space-between}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-meta-desc{margin-right:8px}#seopress_cpt .google-snippet-preview .wrap-post-thumb{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb{margin-left:8px;display:block}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-post-thumb{width:104px;max-width:inherit;height:104px;border-radius:8px;object-fit:cover}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;display:flex}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink{display:block;color:#3c4043;font-size:12px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon{margin-right:12px;vertical-align:middle}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img{width:16px;height:16px;max-width:inherit}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child{color:#3c4043;white-space:nowrap;font-size:12px;display:block}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#545454;font-size:14px;font-weight:400;line-height:18.2px;display:inline;hyphens:none;word-break:normal}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default{color:#3c4043;font-size:14px;line-height:20px}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .facebook-snippet-box{color:#4b4f56;font-size:14px;width:524px;max-width:100%}#seopress_cpt .facebook-snippet-box .notice,#seopress_cpt .twitter-snippet-box .notice{padding:10px 14px;margin:0 0 10px 0;width:100%}#seopress_cpt .facebook-snippet-box .notice span,#seopress_cpt .twitter-snippet-box .notice span{font-weight:700}#seopress_cpt .snippet-meta{display:flex;overflow:hidden;max-height:12px}#seopress_cpt .fb-by,#seopress_cpt .snippet-fb-site-name,#seopress_cpt .snippet-fb-url{color:#606770;font-size:12px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .fb-sep{padding-left:5px;padding-right:5px;color:#606770;line-height:11px;font-size:12px}#seopress_cpt .facebook-snippet-box .facebook-snippet-text{border:1px solid #dadde1;background-color:#f2f3f5;padding:10px 12px}#seopress_cpt .facebook-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .facebook-snippet-box .snippet-fb-title,#seopress_cpt .facebook-snippet-box .snippet-fb-title-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-title-default{font-size:16px;line-height:20px;margin:3px 0 0;padding-top:2px;color:#1d2129;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-height:22px}#seopress_cpt .facebook-snippet-box .snippet-fb-description,#seopress_cpt .facebook-snippet-box .snippet-fb-description-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-description-default{color:#606770;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .facebook-snippet-box img{display:block;height:274px;width:524px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.term-php #seopress_cpt .facebook-snippet-box img,.term-php #seopress_cpt .twitter-snippet-box img{width:100%;height:auto}.seopress_social_fb_img_upload,.seopress_social_twitter_img_upload{position:absolute;width:100%;cursor:pointer;height:100%;left:0;top:0}.seopress_social_fb_img_upload:hover::after,.seopress_social_twitter_img_upload:hover::after{content:"\f464";position:absolute;font-family:dashicons;width:100%;height:100%;top:0;left:0;font-size:40px;background:rgb(255 255 255 / 70%);display:flex;justify-content:center;align-items:center;color:#1e1e1e}.snippet-fb-img,.snippet-fb-img-custom,.snippet-fb-img-default,.snippet-twitter-img,.snippet-twitter-img-custom,.snippet-twitter-img-default{position:relative}#seopress_cpt .twitter-snippet-box{color:#4b4f56;font-size:14px;width:504px;max-width:100%}#seopress_cpt .snippet-twitter-url{color:#8899a6;font-size:14px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .twitter-snippet-box .twitter-snippet-text{border:1px solid #dadde1;background-color:#fff;padding:10px 12px;border-radius:0 0 10px 10px}#seopress_cpt .twitter-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-img,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-default{border-radius:10px 10px 0 0;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-title,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-default{font-size:1em;line-height:20px;margin-bottom:5px;max-height:1.3em;color:#000;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word}#seopress_cpt .twitter-snippet-box .snippet-twitter-description,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-default{color:#000;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .twitter-snippet-box img{display:block;height:263px;width:504px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.wrap-toggle-preview{position:relative}.wrap-toggle-preview p{font-weight:700;margin:0 0 1rem 0}#seopress_add_to_insights{margin-left:1rem}#seopress_add_to_insights_status{display:inline-block;font-weight:700;margin:0 0 0 1rem;vertical-align:middle;padding:.3rem;font-style:italic}.seo_page_seopress-instant-indexing .wrap-sp-progress{max-width:35rem}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters,.seopress-setup .wrap-seopress-counters,.seopress-styles .wrap-seopress-counters{text-align:right;background:#e9ecef;padding:2px 5px;display:flex;font-size:12px;justify-content:flex-end;border-radius:0 0 .25rem .25rem}#seopress_cpt .sp-progress,#seopress_pro_cpt .sp-progress,.seopress-setup .sp-progress,.seopress-styles .sp-progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem .25rem 0 0;margin:-15px 0 0 0}#seopress_cpt .sp-progress-bar,#seopress_pro_cpt .sp-progress-bar,.seopress-setup .sp-progress-bar,.seopress-styles .sp-progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0085ba;transition:width .6s ease}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}.seopress-styles .seopress-option{margin:85px 40px 40px}@media only screen and (max-width:782px){.seopress-styles .seopress-option{margin:85px 22px 22px}}.seopress-setup .seopress-option h1,.seopress-styles .seopress-option h1{font-size:var(--titleFontSize);color:var(--titleColor);font-weight:var(--titleFontWeight);margin:var(--titleMargin);display:flex;justify-content:space-between}.seopress-setup .seopress-option h1{margin-bottom:30px}.seopress_wrap_archive_cpt,.seopress_wrap_single_cpt,.seopress_wrap_single_tax,.seopress_wrap_tax{margin:0 0 20px 0}#tab_seopress_titles_archives .form-table th:empty,#tab_seopress_titles_single .form-table th:empty,#tab_seopress_titles_tax .form-table th:empty{display:none}.seopress-styles .seopress-option .link-archive{font-size:var(--fontSize)}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .seopress-option .submit{padding:20px 0 20px 0;left:0;margin:0;position:sticky;bottom:0;z-index:100;display:inline-block}@media only screen and (max-width:782px){.seopress-styles .seopress-option .submit{position:relative}}.seopress-styles .seopress-option .seopress-tab .submit{display:block;position:relative}.seopress-styles #wpcontent{padding-left:0}.seopress-styles pre{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:10px;display:inline-block;background-color:var(--backgroundSecondaryHover);border-radius:3px;color:var(--colorDark);font-size:var(--fontSize)}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;max-width:64rem;margin:0 auto}#seopress-tabs .seopress-tab{padding:10px 1.5rem;width:100%;display:none}#seopress-tabs.full-width .seopress-tab{width:100%}@media only screen and (max-width:1024px){#seopress-tabs .seopress-tab{width:100%}}#seopress-tabs .seopress-tab.active{display:inline-block;background:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tab.active{width:100%;border-left:none;border-top:1px solid RGB(238,238,238)}}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option .wp-picker-container button{box-shadow:none;border:1px solid #0071a1;border-radius:3px;background:#f3f5f6;text-transform:none}.seopress-option .wp-picker-container input[type=text].wp-color-picker{min-width:inherit}.seopress-option .wp-picker-container .wp-picker-default{margin:0}.seopress-option .wp-picker-container .wp-picker-clear{box-shadow:none;text-transform:none;border-radius:0;background:0 0;margin:0}.seopress-option .wp-picker-container .wp-picker-clear:hover{background:0 0;text-decoration:currentColor;color:inherit}.seopress-inbox-title p{font-size:20px;color:var(--titleColor);margin:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}.seopress-intro{padding:20px}.seopress-option .seopress-table{background:#fff;border:1px solid var(--borderColorLight)}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid var(--borderColorLight);font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:11px;font-weight:400}@media only screen and (max-width:782px){#seopress-content .feature-state,.seopress-option .feature-state{display:none}}.seopress-option #tab_seopress_titles_archives h3,.seopress-option #tab_seopress_titles_single h3,.seopress-option #tab_seopress_titles_tax h3{margin:2em 0 1em 0;border-top:1px solid var(--borderColorLight);padding:1em 0 0 0}.seopress-option #tab_seopress_titles_archives h3:first-child,.seopress-option #tab_seopress_titles_single h3:first-child,.seopress-option #tab_seopress_titles_tax h3:first-child{margin:0 0 1em 0}.seopress-option #tab_seopress_titles_archives h3 div,.seopress-option #tab_seopress_titles_single h3 div,.seopress-option #tab_seopress_titles_tax h3 div{display:inline}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline-block}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{display:none;font-weight:700}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt #seopress_titles_title_meta{margin-bottom:.2rem}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:"";background:#dedede;height:1px;width:100%;display:block}.seopress-option .section-tool:last-child{margin-bottom:0}.seopress-option .section-tool:last-child::after{content:none}.seopress-option .section-tool .inside{padding-left:0;padding-right:0}.seopress-option .sp-section-header{width:100%;display:flex;position:relative;align-items:center}.seopress-option .sp-section-header h2{font-size:1.5em}.seopress-option .sp-section-header>.dashicons{color:var(--primaryColor);padding:10px;border-radius:6px;margin-right:10px;background:#c4f0ff}.seopress-option .sp-section-header .wrap-toggle-checkboxes{display:flex}.seopress-notice{margin:5px 0 35px 15px;position:relative;top:75px;left:25px;background:rgb(0 124 186 / 10%);border-left:4px solid var(--primaryColor);padding:8px 12px;width:calc(100% - 108px);z-index:10}#seopress-ca-tabs .seopress-notice,#seopress-tabs .seopress-notice,#seopress_insights_dashboard_rankings_widget .seopress-notice,#seopress_pro_cpt .seopress-notice,.seopress-setup .seopress-notice{top:inherit;left:inherit;margin:15px 0 30px 0;width:auto}.seopress-hidden{display:none}.seopress-notice pre{background:#fff}.seopress-notice.is-success{border-left-color:var(--colorSuccess);background:#eff9f1}.seopress-notice.is-warning{border-left-color:#f0b849;background:#fef8ee}.seopress-notice.is-error{border-left-color:#cc1818;background:rgb(244 162 162 / 30%)}#seopress-tabs.wrap{margin:30px 0 0 0}#seopress-notifications-center .seopress-alert ul,#seopress-tabs.wrap ul{list-style:square inside;padding-left:5px;display:inline-block;max-width:35rem;width:100%}.post-type-seopress_404 .seopress-BlankState-message::before,.post-type-seopress_schemas .seopress-BlankState-message::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"\f103"}.post-type-seopress_schemas .seopress-BlankState-message::before{content:"\f495"}.seopress-BlankState{text-align:center;padding:5em 0 0}.seopress-BlankState .seopress-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.seopress-BlankState .seopress-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.seopress-BlankState .seopress-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em}.seopress-BlankState{max-width:764px;text-align:center;margin:auto}.seopress-BlankState .seopress-BlankState-message{color:var(--titleColor);font-size:1.5em;margin:0 auto 1em}.seopress-BlankState .seopress-BlankState-message::before{font-size:120px}.seopress-BlankState .seopress-BlankState-buttons{margin-bottom:4em}#seopress_content_analysis .up,#seopress_content_analysis .up .dashicons{color:var(--colorSuccess)}#seopress_content_analysis .down,#seopress_content_analysis .down .dashicons{color:var(--colorAlert)}#seopress_content_analysis .up .dashicons{transform:rotateZ(45deg)}#seopress_content_analysis .stable .dashicons{transform:rotateZ(90deg)}#seopress_content_analysis .down .dashicons{transform:rotateZ(135deg)}#seopress_content_analysis .wrap-insights-post{clear:both;border-top:1px solid var(--borderColorCard);display:flex;align-items:center}#seopress_content_analysis .wrap-insights-post .widget-insights-title{margin:0 1rem}#seopress_content_analysis .wrap-insights-post span{font-weight:700;margin:0 .2rem 0 0}.wrap-user-roles{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:782px){.wrap-user-roles{display:block}}#notice-insights-alert.is-active,#seopress-news-panel.is-active,#seopress-notifications-center.is-active{display:block!important}#seopress-notifications-center .seopress-alert{padding:16px 25px;position:relative;transition:all 150ms ease;justify-content:space-between;margin-bottom:20px}#seopress-notifications-center .seopress-alert:last-child{margin-bottom:0;border-bottom:none}#seopress-notifications-center .dashicons{display:flex;align-self:normal;width:30px;height:30px;color:var(--colorIcon);font-size:30px;margin:0 0 10px 0}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0;border-radius:0;width:100%}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none;margin:0 0 0 .3rem}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:1.5rem auto}.post-type-seopress_404 .seopress-notice,.post-type-seopress_bot .seopress-notice,.post-type-seopress_schemas .seopress-notice{left:0;top:40px;margin:0 0 50px;width:calc(100% - 48px)}.seopress-search{position:relative;padding:20px}.seopress-search::before{content:"\f179";font-family:Dashicons;position:absolute;top:35px;left:30px;font-size:20px}.seopress-search input{padding-left:40px}.seopress-item-toggle-options{position:relative;cursor:pointer;padding:5px 10px;border:1px solid var(--borderColor);border-radius:3px;transform:rotate(90deg);display:inline-block}.seopress-item-toggle-options::before{content:"\f11c";font-family:Dashicons;font-size:18px;vertical-align:middle}.seopress-card{background:#fff;border:1px solid var(--borderColorCard);border-radius:3px;position:relative}.seopress-option .seopress-card-actions a+button{margin-left:.5em}.seopress-card-title{border-bottom:1px solid var(--borderColorCard);padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.seopress-dashboard-columns .seopress-dashboard-column:last-child .seopress-card-title:hover{cursor:move}.seopress-card-title h2{margin:0}.seopress-cart-list{border-bottom:1px solid var(--borderColorCard);padding:0 0 0 24px;display:flex;align-items:center;text-decoration:none;color:var(--primaryColor);font-weight:700;line-height:20px}.seopress-cart-list *{text-decoration:none}.seopress-cart-list a{display:block;width:100%;padding:18px 24px 18px 0}.seopress-cart-list:last-child{border-bottom:none}.seopress-cart-list:active,.seopress-cart-list:focus,.seopress-cart-list:hover{background:var(--backgroundSecondaryHover)}body .seopress-cart-list h3{font-size:var(--fontSize);color:var(--primaryColor);font-weight:700;margin:0}.seopress-cart-list p{color:var(--titleColor);font-weight:400;margin:0;font-size:12px;line-height:20px}.seopress-card-footer{padding:10px 20px;border-top:1px solid var(--borderColorLight40)}.seopress-card-popover{display:none;background:#fff;border:1px solid var(--borderColor);padding:20px;position:absolute;top:55px;overflow-y:auto;right:28px;z-index:20}.seopress-card-popover.is-open{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-flex;width:100%;margin:10px 0}.seopress-option .wrap-tags{flex-wrap:wrap}.seopress-option .wrap-tags button{margin-bottom:10px}@media only screen and (max-width:782px){#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{flex-wrap:wrap}}#seopress-tabs .sp-wrap-tag-variables-list,#seopress_cpt .sp-wrap-tag-variables-list,#seopress_pro_cpt .sp-wrap-tag-variables-list{position:relative;float:left;display:none}#seopress-tabs.wrap .sp-tag-variables-list,#seopress_cpt .sp-tag-variables-list,#seopress_pro_cpt .sp-tag-variables-list{position:absolute;left:-48px;width:300px;z-index:100;top:20px;color:var(--titleColor);height:300px;z-index:100;overflow:auto;background:#fff;border:1px solid var(--borderColorLight);box-shadow:0 2px 6px rgb(0 0 0 / 5%);border-radius:2px;list-style:none;padding:0}#seopress-tabs .sp-wrap-tag-variables-list.open,#seopress_cpt .sp-wrap-tag-variables-list.open,#seopress_pro_cpt .sp-wrap-tag-variables-list.open{display:block}#seopress-tabs .seopress-tag-single-all.tag-description .dashicons,#seopress-tabs .seopress-tag-single-all.tag-title .dashicons,#seopress_cpt .seopress-tag-single-all.seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-single-all.tag-title .dashicons,#seopress_pro_cpt .seopress-tag-single-all.tag-title .dashicons{margin:0;transition:all 150ms linear}#seopress-tabs .seopress-tag-single-all.open .dashicons,#seopress_cpt .seopress-tag-single-all.open .dashicons,#seopress_pro_cpt .seopress-tag-single-all.open .dashicons{transform:rotateX(180deg)}#seopress-tabs.wrap .sp-tag-variables-list li,#seopress_cpt .sp-tag-variables-list li,#seopress_pro_cpt .sp-tag-variables-list li{padding:8px 12px;cursor:pointer;margin:0;border-bottom:1px solid var(--borderColorLight40)}#seopress-tabs .sp-tag-variables-list li span,#seopress_cpt .sp-tag-variables-list li span,#seopress_pro_cpt .sp-tag-variables-list li span{display:block;font-weight:700;font-size:12px;margin-bottom:2px}#seopress-tabs.wrap .sp-tag-variables-list li:hover,#seopress_cpt .sp-tag-variables-list li:hover,#seopress_pro_cpt .sp-tag-variables-list li:hover{background:var(--backgroundPrimaryHover);color:#fff;border-bottom-color:#fff}#seopress-tabs.wrap .sp-tag-variables-list li::after,#seopress_cpt .sp-tag-variables-list li::after,#seopress_pro_cpt .sp-tag-variables-list li::after{content:attr(data-value);display:inline-block;background:#e9ecef;padding:1px 5px;color:#333;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;border-radius:3px;font-size:11px}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-dropdown .dashicons,#seopress_cpt .tag-title .dashicons,#seopress_pro_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;color:var(--primaryColor);vertical-align:middle}#seopress-tabs.wrap .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .tag-title:hover .dashicons,#seopress_pro_cpt .tag-title:hover .dashicons,.seopress-option .tag-title:hover .dashicons{color:#fff}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons{margin:0}.seopress-overlay-tag-dropdown{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:50}.seopress-overlay-tag-dropdown.active{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:5px 12px;font-size:10px;user-select:none;margin:0 5px 0 0;display:inline-flex;text-transform:uppercase;align-items:center;color:var(--primaryColor)}#seopress-tabs .seopress-tag-dropdown:focus,#seopress-tabs .seopress-tag-dropdown:hover,#seopress_cpt .seopress-tag-dropdown:focus,#seopress_cpt .seopress-tag-dropdown:hover,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{box-shadow:0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary);background:var(--backgroundPrimaryHover);color:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{margin-bottom:10px}}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid var(--borderColorLight)}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.seopress-styles #screen-meta{position:relative;top:60px}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:fixed;top:32px;z-index:2000;right:40px}@media only screen and (max-width:782px){.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:60px}}#seopress-content input.toggle,#seopress_cpt input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0;position:relative}.seopress-feature input.toggle{display:block}#seopress_cpt input.toggle,.seopress_wrap_single_cpt input.toggle,.seopress_wrap_tax input.toggle{margin:0;border:none;min-width:0}#seopress-content input.toggle+label,#seopress_cpt #tabs-1 input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:20px;width:40px;border-radius:15px;margin:0 10px 0 0}#seopress-content input.toggle+label{margin:0;left:-20px}#seopress_cpt #tabs-1 input.toggle+label{margin:0}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,#seopress_cpt input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:20px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);transition:.25s ease-in-out}#seopress-content input.toggle+label:after,#seopress_cpt input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:20px;width:20px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);transition:.25s ease-in-out}#seopress_cpt input.toggle+label,#seopress_cpt input.toggle+label:before,.seopress_wrap_single_cpt input.toggle+label,.seopress_wrap_single_cpt input.toggle+label:before,.seopress_wrap_tax input.toggle+label,.seopress_wrap_tax input.toggle+label:before{width:40px;height:20px}#seopress_cpt input.toggle+label:after,.seopress_wrap_single_cpt input.toggle+label:after,.seopress_wrap_tax input.toggle+label:after{width:20px;height:20px}#seopress-content input.toggle[data-toggle="1"]+label:before,#seopress_cpt input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before{width:40px;background:var(--backgroundPrimary)}#seopress-content input.toggle[data-toggle="1"]+label:after,#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after{box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative;display:block;max-width:64rem}@media only screen and (max-width:782px){#seopress-content .seopress-page-list{grid-template-columns:repeat(1,1fr)}}.seopress-setup .wrap,.seopress-styles .wrap{margin:0;display:flex;position:relative}.toplevel_page_seopress-option.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}@media only screen and (max-width:782px){.seopress-setup .wrap,.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}}.seopress-option .wrap div.nav-tab-wrapper{margin:0;padding:0;line-height:inherit;width:15%;z-index:10;font-weight:400;display:block;border-bottom:none}@media only screen and (max-width:782px){.seopress-option .wrap div.nav-tab-wrapper{width:100%;margin:0 0 20px 0;padding:0}}#seopress-admin-tabs.wrap div.nav-tab-wrapper{background:#fff;margin:0 auto;max-width:64rem;width:100%;border-bottom:1px solid var(--borderColorCard);padding:0;line-height:inherit;position:sticky;z-index:10;top:92px;border-radius:4px 4px 0 0;font-weight:400;overflow:hidden;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:600px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{top:0;display:block}}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{display:block}}.seopress-option .nav-tab{border:0;background:0 0;opacity:.5;padding:6px 30px 6px 10px;transition:opacity .3s linear;color:var(--titleColor);margin:0;float:none;display:inline-block;width:100%;text-align:left;font-weight:400;white-space:normal;line-height:1.71428571;font-size:14px;text-decoration:none}#seopress-admin-tabs .nav-tab{background:0 0;opacity:.5;padding:14px 20px;transition:opacity .3s linear;margin:0;float:none;display:inline-block;font-weight:400}#seopress-admin-tabs .nav-tab{width:100%}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{opacity:1;outline:0;font-weight:600;position:relative;border-left:3px solid var(--backgroundPrimary)}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus{border-bottom:4px solid var(--backgroundPrimary);border-left:none}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}@keyframes sp-fade-in-out{0%{opacity:0;bottom:0;visibility:hidden}25%{opacity:1;bottom:40px;visibility:visible}75%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}.sp-components-snackbar-list{position:fixed;right:0;bottom:40px;padding-left:16px;padding-right:16px;animation-name:sp-fade-in-out;animation-duration:5s;animation-iteration-count:1;animation-fill-mode:forwards;visibility:hidden;z-index:1}.sp-components-snackbar__content{display:flex;align-items:center;justify-content:space-between;line-height:1.4}.sp-components-snackbar{font-family:var(--fontFamily);font-size:var(--fontSize);background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;cursor:pointer}.sp-components-snackbar .dashicons{color:#fff}
|
1 |
+
#seopress_content_analysis *,#seopress_cpt *,#seopress_pro_cpt *,.seopress-option *,.seopress-styles *{box-sizing:border-box}@font-face{font-family:seopress;src:url(../fonts/seopress.eot?81521271);src:url(../fonts/seopress.eot?81521271#iefix) format("embedded-opentype"),url(../fonts/seopress.woff?81521271) format("woff2"),url(../fonts/seopress.woff?81521271) format("woff"),url(../fonts/seopress.ttf?81521271) format("truetype"),url(../fonts/seopress.svg?81521271#seopress) format("svg");font-weight:400;font-style:normal}[class*=" icon-seopress"],[class^=icon-seopress-]{font-family:seopress!important;font-size:14px!important;line-height:24px!important}#adminmenu div.wp-menu-image.dashicons-admin-seopress::before{content:"\e800";font-family:seopress;font-weight:700;font-size:12px;line-height:20px}#seopress_content_analysis,#seopress_cpt,#seopress_pro_cpt,#wpadminbar,.column-seopress_score,.post-type-seopress_404 #wpcontent,.post-type-seopress_schemas #wpcontent,.seopress-option #wpcontent,.seopress-styles #wpcontent,.seopress-ui-datepicker{--primaryColor:#007cba;--paragraphColor:#757575;--fontSize:13px;--fontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--color:#757575;--colorDark:#1e1e1e;--colorAlert:#eb0f00;--colorWarning:#ffba00;--colorSuccess:#4ab866;--colorLowAlert:#e39f48;--colorPre:#37864b;--colorIcon:#d7dade;--lineHeight:24px;--titleColor:#3c434a;--titleFontSize:20px;--titleFontWeight:normal;--titleMargin:10px 0;--backgroundPrimary:#007cba;--backgroundPrimaryHover:#006ba1;--backgroundSecondaryHover:#f0f0f0;--borderColor:#a7aaad;--borderColorLight:#dcdcde;--borderColorLight40:rgba(220, 220, 222, 0.4);--borderColorCard:#e2e4e7;--borderColorTab:#c3c4c7}.seopress-option .text-center,.seopress-styles .text-center{text-align:center}.post-type-seopress_404 .btn,.post-type-seopress_schemas .btn,.seopress-option .btn,.seopress-styles .btn{display:inline-flex;text-decoration:none;font-size:var(--fontSize);margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:0 0;transition:box-shadow .1s linear;height:36px;align-items:center;padding:6px 12px;border-radius:2px;vertical-align:middle;color:var(--colorDark);white-space:nowrap;outline:1px solid transparent}.post-type-seopress_404 .btnPrimary,.post-type-seopress_schemas .btnPrimary,.seopress-option .btnPrimary,.seopress-styles .btnPrimary{background:var(--primaryColor);color:#fff;text-decoration:none}.post-type-seopress_404 .btnPrimary:hover,.post-type-seopress_schemas .btnPrimary:hover,.seopress-option .btnPrimary:hover,.seopress-styles .btnPrimary:hover{background:var(--backgroundPrimaryHover);color:#fff}.post-type-seopress_404 .btnSecondary,.post-type-seopress_schemas .btnSecondary,.seopress-option .btnSecondary,.seopress-styles .btnSecondary{box-shadow:inset 0 0 0 1px var(--primaryColor);color:var(--primaryColor);background:0 0}.seopress-option .btnSecondary.is-deletable,.seopress-styles .btnSecondary.is-deletable{border-color:#cc1818;color:#cc1818;box-shadow:rgb(204 24 24) 0 0 0 1px inset}.post-type-seopress_404 .btnTertiary,.post-type-seopress_schemas .btnTertiary,.seopress-option .btnTertiary,.seopress-styles .btnTertiary{color:var(--primaryColor);background:0 0}.post-type-seopress_404 .btnTertiary:hover,.post-type-seopress_schemas .btnTertiary:hover,.seopress-option .btnTertiary:hover,.seopress-styles .btnTertiary:hover{box-shadow:inset 0 0 0 1px var(--primaryColor)}.seopress-option hr,.seopress-setup hr,.seopress-styles hr{align-self:center;flex-grow:1;height:1px;margin:0;border:0;border-top:1px solid #dcdcde;border-bottom:1px solid #f6f7f7}.seopress-setup hr{margin-left:10px}#seopress-tabs.wrap .list-none{list-style:none;padding-left:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px;text-decoration:none}.seopress-activity-panel .dashicons{margin-right:0}#seopress-news-panel .seopress-item-inner .dashicons{vertical-align:top}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;font-size:14px;line-height:20px;padding:6px 8px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}body .seopress-option h2{color:var(--titleColor);font-size:20px;line-height:24px;font-weight:400}body .seopress-option h3{color:var(--titleColor);font-size:16px;line-height:20px}#seopress_content_analysis input[type=text],#seopress_content_analysis textarea,#seopress_cpt input[type=text],#seopress_cpt textarea,#seopress_pro_cpt input[type=text],#seopress_pro_cpt textarea{width:100%;display:inline-block}#seopress_cpt #tabs-6 input[type=number]{min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_content_analysis label,#seopress_cpt label,#seopress_pro_cpt label{margin-bottom:8px;display:inline-block;width:100%}#seopress_cpt #tabs-6{padding:0}body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option select,body .seopress-option textarea{max-width:35rem;border:1px solid var(--borderColor);box-shadow:0 2px 6px rgb(0 0 0 / 5%);width:100%}body .seopress-option select{min-height:50px}.wrap-opening-hours select{width:inherit}body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text]{line-height:46px}body .seopress-option input[type=number]:hover,body .seopress-option input[type=password]:hover,body .seopress-option input[type=text]:hover,body .seopress-option select:hover,body .seopress-option textarea:hover{border-color:#787c82}body .seopress-option input[type=number]:active,body .seopress-option input[type=number]:focus,body .seopress-option input[type=password]:active,body .seopress-option input[type=password]:focus,body .seopress-option input[type=text]:active,body .seopress-option input[type=text]:focus,body .seopress-option select:active,body .seopress-option select:focus,body .seopress-option textarea:active,body .seopress-option textarea:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}@media only screen and (max-width:1024px){body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option textarea{min-width:inherit;width:100%}}#seopress_content_analysis input[type=checkbox],#seopress_cpt input[type=checkbox],#seopress_pro_cpt input[type=checkbox],body .seopress-option input[type=checkbox]{font-family:var(--fontFamily);padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid var(--color);font-size:16px;line-height:normal;border:1px solid var(--colorDark);margin-right:12px;transition:none;border-radius:2px;background:#fff;color:var(--colorDark);clear:none;cursor:pointer;display:inline-block;line-height:0;margin:-1px 4px 0 0!important;outline:0;padding:0!important;text-align:center;vertical-align:top;width:20px;height:20px;-webkit-appearance:none;appearance:none;transition:.1s border-color ease-in-out}#seopress_content_analysis input[type=checkbox]:checked::before,#seopress_cpt input[type=checkbox]:checked::before,#seopress_pro_cpt input[type=checkbox]:checked::before,body .seopress-option input[type=checkbox]:checked::before{content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background:var(--primaryColor);margin:-1px;width:20px;height:20px}#seopress_content_analysis input[type=checkbox]:active,#seopress_content_analysis input[type=checkbox]:focus,#seopress_cpt input[type=checkbox]:active,#seopress_cpt input[type=checkbox]:focus,#seopress_pro_cpt input[type=checkbox]:active,#seopress_pro_cpt input[type=checkbox]:focus,body .seopress-option input[type=checkbox]:active,body .seopress-option input[type=checkbox]:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}.field-recommended,.field-required{font-weight:700}.field-required{color:var(--colorAlert)}.field-recommended{color:var(--colorWarning)}.form-table td{padding:15px 0}.form-table td p{margin:4px 0}.form-table td p.seopress_wrap_archive_cpt{margin-bottom:15px}.form-table td label{display:block}table.wp-list-table .manage_column.column-seopress_canonical,table.wp-list-table .manage_column.column-seopress_desc,table.wp-list-table .manage_column.column-seopress_insights,table.wp-list-table .manage_column.column-seopress_noindex,table.wp-list-table .manage_column.column-seopress_redirect_enable,table.wp-list-table .manage_column.column-seopress_redirect_url,table.wp-list-table .manage_column.column-seopress_title,table.wp-list-table .manage_column.column-seopress_tkw{width:7%!important}.post-type-product table.fixed thead .column-seopress_desc,.post-type-product table.fixed thead .column-seopress_title{width:8%}.post-type-product .fixed .column-seopress_ps,.post-type-product .fixed .column-seopress_words,.post-type-product table.fixed thead .column-seopress_canonical,.post-type-product table.fixed thead .column-seopress_redirect_enable,.post-type-product table.fixed thead .column-seopress_redirect_url,.post-type-product table.fixed thead .column-seopress_tkw{width:6%}.post-type-product .fixed .column-seopress_score{width:50px}table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex{width:100px}@media only screen and (max-width:1200px){table.fixed .column-seopress_canonical>div,table.fixed .column-seopress_desc>div,table.fixed .column-seopress_redirect_enable>div,table.fixed .column-seopress_redirect_url>div,table.fixed .column-seopress_title>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.fixed thead .column-seopress_canonical,table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex,table.fixed thead .column-seopress_ps,table.fixed thead .column-seopress_redirect_enable,table.fixed thead .column-seopress_redirect_url,table.fixed thead .column-seopress_score,table.fixed thead .column-seopress_tkw,table.fixed thead .column-seopress_words{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #seopress-header{padding:22px 120px 22px 40px;height:60px;margin:0 auto;width:calc(100% - 160px);background:#fff;position:fixed;top:32px;z-index:110;display:flex;justify-content:space-between;align-items:center}.folded.seopress-styles #seopress-header{width:calc(100% - 35px)}@media only screen and (max-width:782px){.seopress-styles #seopress-header{width:100%;padding:22px;top:46px;position:absolute}}#seopress-header #seopress-navbar ul{margin:0;padding:0}#seopress-header #seopress-navbar ul li{margin:0;display:inline-block;position:relative;padding:0 20px 0 0;font-weight:700}#seopress-header #seopress-navbar ul li::after{content:"/";color:var(--paragraphColor);position:absolute;display:block;top:0;left:calc(100% - 10px)}#seopress-header #seopress-navbar ul li:last-child:after{content:none}.sp-dashboard-card-highlight{border:1px dashed #c3c4c7;margin:20px 0}.seopress-summary-items{display:flex;flex-wrap:wrap}.seopress-summary-item{display:flex;flex-direction:column;padding:20px;border-bottom:1px solid var(--borderColorLight40);border-right:1px solid var(--borderColorLight40);line-height:1.4em;text-decoration:none;width:50%;color:var(--colorDark);justify-content:center}@media only screen and (max-width:782px){.seopress-summary-item{width:100%}}.seopress-summary-item-label{display:block;margin-bottom:16px;color:var(--color);font-size:14px;line-height:20px}.seopress-summary-item-data{margin-bottom:4px;font-weight:500;color:var(--colorDark);font-size:20px;line-height:28px}.seopress-summary-item-data small{font-weight:400;font-size:11px;text-transform:uppercase}.seopress-summary-items .inside,.seopress-tab.inside{padding:20px}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress-admin-tabs.wrap{background:#fff;display:block;width:64rem;max-width:100%;margin:0 auto}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap{width:100%}}#seopress-admin-tabs .seopress-tab{width:100%;display:none}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}.seopress-dashboard-columns{display:flex;max-width:64rem;margin:0 auto;justify-content:space-between;flex-direction:row}.seopress-dashboard-column{align-self:flex-start;width:calc(50% - 12px);margin:0}@media only screen and (max-width:782px){.seopress-dashboard-columns{max-width:100%;flex-direction:column}.seopress-dashboard-column{width:100%}}#seopress-admin-tabs .ui-tabs-nav,.seopress-get-started{margin:0 auto 20px;max-width:64rem;padding:2rem;width:100%;border-radius:0 0 4px 4px}.seopress-get-started{background:#fff url(../img/bg-hero-started.svg) no-repeat 100% 50%/contain;position:relative}.seopress-get-started .inside{padding:2rem}.seopress-get-started .preheader{text-transform:uppercase;font-size:11px;font-weight:600;color:var(--paragraphColor)}.seopress-activity-panel-tabs{height:60px;display:flex;align-items:center}.seopress-activity-panel-tabs .btn{display:flex;flex-direction:column;justify-content:center;color:var(--color);height:60px;padding:10px 26px;border-bottom:3px solid transparent}.seopress-activity-panel-tabs .btn:hover{background:var(--backgroundSecondaryHover)}.seopress-activity-panel-tabs .btn.is-active{border-bottom:3px solid var(--backgroundPrimary);color:var(--colorDark)}.seopress-activity-panel-wrapper{height:calc(100vh - 92px);top:92px;background:var(--backgroundSecondaryHover);width:510px;transform:translateX(100%);transition-duration:.3s;transition-timing-function:ease-in-out;position:fixed;right:0;z-index:1000;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:782px){.seopress-activity-panel-wrapper{top:106px}}.seopress-activity-panel-wrapper.is-open{transform:none;box-shadow:0 12px 12px 0 rgb(85 93 102 / 30%)}.seopress-activity-panel-header{background:#e0e0e0;padding:16px 24px}.seopress-activity-panel-content{background:#fff;padding:16px 24px}.seopress-list-items,.seopress-list-items .seopress-item{margin:0}.seopress-list-items .seopress-item{border-bottom:1px solid var(--borderColorLight40)}.seopress-list-items .seopress-item:last-child{border-bottom:none}.seopress-list-items .seopress-item .seopress-item-inner{color:var(--primaryColor);text-decoration:none;padding:15px 20px;background:#fff;font-size:var(--fontSize);font-weight:700;width:100%}.seopress-option .has-action{display:flex;align-items:center}.seopress-list-items .seopress-item .seopress-item-inner.done{text-decoration:line-through}.seopress-list-items .seopress-item .seopress-item-inner:hover{background:var(--backgroundSecondaryHover)}.seopress-list-items .seopress-item-after,.seopress-list-items .seopress-item-before{margin:0 20px 0 10px;position:relative}.seopress-list-items .seopress-item-after::after,.seopress-list-items .seopress-item-before::before{content:"\f330";font-family:Dashicons;vertical-align:middle;font-size:20px;font-weight:400}.seopress-list-items .seopress-item-after{margin-left:auto;padding-left:20px;margin-right:0}.seopress-list-items .seopress-item-after::after{content:"\f345"}.seopress-list-items .seopress-item .seopress-item-title{margin:5px 0;color:var(--primaryColor)}.seopress-list-items .seopress-item .seopress-item-date{color:var(--paragraphColor);font-weight:400;margin:0}.seopress-list-items .seopress-item .seopress-item-content{color:var(--colorDark);font-weight:400;margin:0}.indexing-log,.seopress-list-items .seopress-item .seopress-item-inner.check{position:relative}.indexing-log::before,.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:"";width:32px;height:32px;font-size:24px;vertical-align:middle;border-radius:50px;color:#fff;margin-right:10px;display:inline-block;border:1px solid var(--borderColorLight);line-height:32px;text-align:center}.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:attr(data-index);color:var(--primaryColor);font-size:16px;border-color:var(--primaryColor)}.indexing-log.indexing-done::before,.indexing-log.indexing-failed::before,.seopress-list-items .seopress-item .seopress-item-inner.done::before{background:var(--backgroundPrimary);border:none;content:"\f15e";font-family:Dashicons;color:#fff;font-size:24px}.seopress-list-items .seopress-item.is-active:first-child a{box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear}.seopress-list-items .seopress-item.is-active:first-child a::after{content:'';box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear;background-color:var(--primaryColor);opacity:.1;position:absolute;width:100%;height:100%;left:0;top:0}.indexing-log.indexing-done::before{background:var(--colorSuccess)}.indexing-log.indexing-failed::before{background:var(--colorAlert);content:"\f335"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help;vertical-align:bottom;text-align:left;background:0 0;border:none;padding:0}.sp-tooltip .dashicons{color:var(--colorDark)}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;width:350px;right:-310px;padding:20px;top:25px;font-weight:400;box-shadow:0 3px 30px rgb(25 30 35 / 10%);border:1px solid var(--borderColorLight40);background:#fff;word-break:break-word;text-transform:none}.sp-tooltip .sp-tooltiptext::before{border:8px solid var(--borderColorLight40);top:-8px}.sp-tooltip .sp-tooltiptext::after{border:8px solid #fff;top:-6px}.sp-tooltip .sp-tooltiptext::after,.sp-tooltip .sp-tooltiptext::before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px;content:"";position:absolute;height:0;width:0;line-height:0;left:30px}.sp-tooltip:active .sp-tooltiptext,.sp-tooltip:focus .sp-tooltiptext,.sp-tooltip:hover .sp-tooltiptext{visibility:visible}.sp-tooltip .sp-tooltip-headings{font-size:18px;font-weight:600;margin-bottom:20px;display:block}.sp-tooltip .sp-tooltip-desc{margin-bottom:20px;display:block;border-bottom:1px solid var(--borderColorLight40);padding-bottom:20px;font-size:var(--fontSize);line-height:1.5}.sp-tooltip .sp-tooltip-code{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;display:block;word-break:break-all;color:var(--colorPre);font-size:11px}.analysis-score .sp-tooltip{vertical-align:middle;font-size:.75em}#seopress_content_analysis .wrap-insights-post .sp-tooltip *{font-weight:400}#seopress_content_analysis .wrap-insights-post .sp-tooltip-headings{font-weight:700}#seopress_content_analysis a{color:var(--backgroundPrimary)}#seopress_content_analysis a.nounderline,#seopress_content_analysis a.nounderline:hover{text-decoration:none}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0;position:relative;left:-5px}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_content_analysis .analysis-score{clear:both;border-top:1px solid var(--borderColorCard);display:flex;justify-content:space-between;align-items:center}.column-seopress_score .analysis-score{display:flex;align-content:center}#seopress_content_analysis .analysis-score p,.column-seopress_score .analysis-score p{font-weight:700;font-size:1.2em}#seopress-ca-tabs .seopress-gsc-render{margin:1rem 0}#seopress-ca-tabs .dashicons{vertical-align:middle;margin-right:1rem}#seopress-ca-tabs .seopress-gsc-verdict .dashicons{font-size:30px;width:30px;height:30px}#seopress-ca-tabs .dashicons-yes-alt{color:var(--colorSuccess)}#seopress-ca-tabs .dashicons-info{color:var(--colorWarning)}#seopress-ca-tabs .dashicons-dismiss{color:var(--colorAlert)}#seopress-ca-tabs .seopress-gsc-analysis{margin-top:1rem;margin-bottom:1rem;display:inline-block;width:100%}#seopress-ca-tabs .seopress-gsc-cat{border-bottom:1px solid var(--borderColorCard);margin-bottom:.5rem;font-weight:700;padding-bottom:.5rem}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item{display:flex}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item-name{width:240px}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item div{margin:.5rem 0}#seopress-ca-tabs .seopress-gsc-summary{display:block;padding:20px;margin:20px 0;top:0;left:0}#seopress-ca-tabs .seopress-gsc-verdict{font-weight:700;font-size:1.2em}#seopress_content_analysis .analysis-score svg,.column-seopress_score .analysis-score svg{display:inline-block;height:30px;width:30px;margin:0;border-radius:100%;position:relative;font-weight:600;shape-rendering:geometricprecision;font-size:.5rem;vertical-align:middle;margin-right:15px}.column-seopress_score .analysis-score p,.column-seopress_score .analysis-score svg{margin:0}@keyframes loadingPulse{0%{stroke:#adc5d2}50%{stroke:#00a0d2}100%{stroke:#adc5d2}}#seopress_content_analysis .analysis-score .loading #bar{stroke-dashoffset:0!important;stroke:#adc5d2!important;animation:loadingPulse 3s infinite ease-in-out}#seopress_content_analysis .analysis-score .good #bar,.column-seopress_score .analysis-score #bar.good{stroke:var(--colorSuccess)}#seopress_content_analysis .analysis-score .notgood #bar,.column-seopress_score .analysis-score #bar.notgood{stroke-dashoffset:101px;stroke:var(--colorWarning)}#seopress_content_analysis .analysis-score svg circle,.column-seopress_score .analysis-score svg circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#ccc;stroke-width:2em}#tab_seopress_page_speed .ps-score svg path,#tab_seopress_ps .ps-score svg path{stroke-linecap:round;stroke-width:2.8;fill:none}#tab_seopress_page_speed .ps-score,#tab_seopress_ps .ps-score{position:relative;display:inline-block}#tab_seopress_page_speed .ps-score svg,#tab_seopress_ps .ps-score svg{width:80px;height:80px}#tab_seopress_page_speed .ps-score span,#tab_seopress_ps .ps-score span{font-weight:700;left:0;position:absolute;top:0;width:80px;height:80px;align-items:center;display:flex;justify-content:center;margin:0}#tab_seopress_page_speed .ps-score.green #bar,#tab_seopress_ps .ps-score.green #bar{stroke:var(--colorSuccess)}#tab_seopress_page_speed .ps-score.yellow #bar,#tab_seopress_ps .ps-score.yellow #bar{stroke:var(--colorWarning)}#tab_seopress_page_speed .ps-score.red #bar,#tab_seopress_ps .ps-score.red #bar{stroke:var(--colorAlert)}#tab_seopress_ps .score,.wrap-seopress-score .score{width:12px;height:12px;display:inline-block;margin-right:10px;vertical-align:middle}#tab_seopress_ps .score.red,.wrap-seopress-score .score.red{border-bottom-color:var(--colorAlert);border-bottom-style:solid;border-bottom-width:12px;border-left-color:transparent;border-left-style:solid;border-left-width:6px;border-right-color:transparent;border-right-style:solid;border-right-width:6px}.wrap-seopress-score small{font-size:12px}.wrap-seopress-score small.red,.wrap-seopress-score small.yellow{color:var(--colorAlert)}#tab_seopress_ps .score.yellow,.wrap-seopress-score .score.yellow{background-color:var(--colorWarning);display:inline-block}#tab_seopress_ps .score.green,.wrap-seopress-score .score.green{border-radius:100%;background-color:var(--colorSuccess)}.wrap-seopress-score small.green{color:var(--colorSuccess)}.wrap-seopress-score .score.null{background:#ccc;border-radius:100%}#seopress_content_analysis .gr-analysis{clear:both}#seopress_content_analysis .gr-analysis-title{border-top:1px solid var(--borderColorCard);position:relative}#seopress_content_analysis .gr-analysis-title .impact,#seopress_cpt .impact{position:absolute;left:10px;top:calc(50% - 5px);width:10px;height:10px;border-radius:50px;padding:0;margin:0;border:1px solid #fff}#seopress_content_analysis .gr-analysis .impact.good{background:var(--colorSuccess);box-shadow:0 0 5px var(--colorSuccess)}#seopress_content_analysis .gr-analysis .impact.low{background:var(--colorWarning);box-shadow:0 0 5px var(--colorWarning)}#seopress_content_analysis .gr-analysis .impact.medium{background:var(--colorLowAlert);box-shadow:0 0 5px var(--colorLowAlert)}#seopress_content_analysis .gr-analysis .impact.high,#seopress_cpt .impact.high{background:var(--colorAlert);box-shadow:0 0 5px var(--colorAlert)}#seopress_content_analysis .gr-analysis-content .impact.high{background:var(--colorAlert);box-shadow:none;color:#fff;padding:2px 4px;margin-left:5px;border-radius:4px;font-weight:700}#seopress_cpt .impact.high{position:relative;top:calc(50% - 18px);display:inline-block;left:inherit;right:-10px}#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{display:block;font-size:12px;color:var(--color)}@media only screen and (max-width:782px){#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{word-break:break-word}}#seopress_content_analysis input~span.description,#seopress_content_analysis span.description~input,#seopress_cpt input~span.description,#seopress_cpt span.description~input,#seopress_pro_cpt input~span.description,#seopress_pro_cpt span.description~input{margin-top:5px}#seopress_content_analysis .gr-analysis-title button{background:#fff;border:0;cursor:pointer;display:block;margin:0;position:relative;text-align:left;width:100%;padding:15px 30px;align-items:center;transition:all .3s linear}#seopress_content_analysis .gr-analysis-title button:hover{background:#f3f4f5}#seopress_content_analysis .gr-analysis-title button:focus{color:#191e23;border:none;box-shadow:none;outline-offset:-2px;outline:1px dotted #555d66}#seopress_content_analysis .gr-analysis-title button .seopress-arrow::after{content:"\f343";font-family:Dashicons;position:absolute;right:10px;top:calc(50% - 7px)}#seopress_content_analysis .gr-analysis-title button.open .seopress-arrow::after{content:"\f347"}#seopress_content_analysis .gr-analysis-content{padding:0 1rem .5rem 1rem;display:none;width:100%;border-top:1px solid var(--borderColorCard)}#seopress_content_analysis h3{margin:0;font-size:1em}#seopress_content_analysis h4{border-bottom:1px solid var(--borderColorCard);padding-bottom:.5rem;text-transform:uppercase;font-size:.85em;position:-webkit-sticky;position:sticky;top:0;background:#fff}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default;user-select:auto}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid var(--borderColorLight);padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;border:1px solid var(--borderColorLight);cursor:default;padding:1px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress-analysis-tabs{clear:both}#seopress_content_analysis .dashicons-no-alt,#seopress_content_analysis .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:var(--colorSuccess);border-radius:50px;margin-right:10px}#seopress_content_analysis .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:var(--colorAlert)}#seopress-schemas-tabs .description-alt,#seopress_content_analysis .description-alt,#seopress_cpt .description-alt{padding:1em 0;border-top:1px solid var(--borderColorLight);border-bottom:1px solid var(--borderColorLight);display:flex}#seopress_cpt .desc-fb{margin-top:0;border-top:none}#seopress-schemas-tabs .description-alt svg,#seopress_content_analysis .description-alt svg,#seopress_cpt .description-alt svg{vertical-align:middle;align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}#seopress_cpt .notice{padding:10px 14px;margin:0}#seopress_cpt .inside{margin:0;padding:0}#seopress_cpt .ui-tabs .ui-tabs-nav{display:flex;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;align-items:center;padding:0;height:48px;border-bottom:1px solid #ddd;background:inherit;line-height:inherit;color:inherit;border-top:none;border-left:none;border-right:none}#seopress_cpt .ui-tabs .sp-section{font-weight:700;font-size:var(--fontSize)}#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%}#seopress_content_analysis .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:4px solid var(--backgroundPrimary)!important}#seopress_cpt .wp-color-result{margin:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid var(--borderColorLight)}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid var(--borderColorLight)}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:var(--colorAlert)}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt #tabs-3 .box-left{width:44%}#seopress_cpt #tabs-3 .box-right{width:54%}@media only screen and (max-width:1200px){#seopress_cpt .box-left,#seopress_cpt .box-right{float:none;width:100%;margin:0}}@media only screen and (max-width:1500px){#seopress_cpt #tabs-3 .box-left,#seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}}#edittag #seopress_cpt #tabs-3 .box-left,#edittag #seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}#seopress-tabs .seopress_media_upload,#seopress_pro_cpt .seopress_media_upload{margin-top:.5rem}#term-seopress #seopress_cpt{width:95%}#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;position:relative;padding:0;white-space:nowrap;margin:0;border:none;height:48px;background:0 0}#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:flex;padding:3px 15px;align-items:center}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0;padding-bottom:0}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{font-weight:500}#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:48px}#seopress_cpt .ui-tabs .ui-tabs-nav li a:focus,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus{outline:3px solid transparent;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),inset 0 -4px 0 0 var(--backgroundPrimary)}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet{margin:0 0 10px 0;box-shadow:0 1px 6px rgba(32,33,36,.28);border-radius:8px;padding:12px 16px}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:18px;font-weight:400;line-height:21.6px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default{font-size:16px;line-height:20px;margin-bottom:12px}#seopress_cpt .google-snippet-preview .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-permalink{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile{display:flex;justify-content:space-between}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-meta-desc{margin-right:8px}#seopress_cpt .google-snippet-preview .wrap-post-thumb{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb{margin-left:8px;display:block}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-post-thumb{width:104px;max-width:inherit;height:104px;border-radius:8px;object-fit:cover}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;display:flex}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink{display:block;color:#3c4043;font-size:12px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon{margin-right:12px;vertical-align:middle}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img{width:16px;height:16px;max-width:inherit}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child{color:#3c4043;white-space:nowrap;font-size:12px;display:block}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#545454;font-size:14px;font-weight:400;line-height:18.2px;display:inline;hyphens:none;word-break:normal}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default{color:#3c4043;font-size:14px;line-height:20px}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .facebook-snippet-box{color:#4b4f56;font-size:14px;width:524px;max-width:100%}#seopress_cpt .facebook-snippet-box .notice,#seopress_cpt .twitter-snippet-box .notice{padding:10px 14px;margin:0 0 10px 0;width:100%}#seopress_cpt .facebook-snippet-box .notice span,#seopress_cpt .twitter-snippet-box .notice span{font-weight:700}#seopress_cpt .snippet-meta{display:flex;overflow:hidden;max-height:12px}#seopress_cpt .fb-by,#seopress_cpt .snippet-fb-site-name,#seopress_cpt .snippet-fb-url{color:#606770;font-size:12px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .fb-sep{padding-left:5px;padding-right:5px;color:#606770;line-height:11px;font-size:12px}#seopress_cpt .facebook-snippet-box .facebook-snippet-text{border:1px solid #dadde1;background-color:#f2f3f5;padding:10px 12px}#seopress_cpt .facebook-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .facebook-snippet-box .snippet-fb-title,#seopress_cpt .facebook-snippet-box .snippet-fb-title-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-title-default{font-size:16px;line-height:20px;margin:3px 0 0;padding-top:2px;color:#1d2129;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-height:22px}#seopress_cpt .facebook-snippet-box .snippet-fb-description,#seopress_cpt .facebook-snippet-box .snippet-fb-description-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-description-default{color:#606770;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .facebook-snippet-box img{display:block;height:274px;width:524px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.term-php #seopress_cpt .facebook-snippet-box img,.term-php #seopress_cpt .twitter-snippet-box img{width:100%;height:auto}.seopress_social_fb_img_upload,.seopress_social_twitter_img_upload{position:absolute;width:100%;cursor:pointer;height:100%;left:0;top:0}.seopress_social_fb_img_upload:hover::after,.seopress_social_twitter_img_upload:hover::after{content:"\f464";position:absolute;font-family:dashicons;width:100%;height:100%;top:0;left:0;font-size:40px;background:rgb(255 255 255 / 70%);display:flex;justify-content:center;align-items:center;color:#1e1e1e}.snippet-fb-img,.snippet-fb-img-custom,.snippet-fb-img-default,.snippet-twitter-img,.snippet-twitter-img-custom,.snippet-twitter-img-default{position:relative}#seopress_cpt .twitter-snippet-box{color:#4b4f56;font-size:14px;width:504px;max-width:100%}#seopress_cpt .snippet-twitter-url{color:#8899a6;font-size:14px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .twitter-snippet-box .twitter-snippet-text{border:1px solid #dadde1;background-color:#fff;padding:10px 12px;border-radius:0 0 10px 10px}#seopress_cpt .twitter-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-img,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-default{border-radius:10px 10px 0 0;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-title,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-default{font-size:1em;line-height:20px;margin-bottom:5px;max-height:1.3em;color:#000;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word}#seopress_cpt .twitter-snippet-box .snippet-twitter-description,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-default{color:#000;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .twitter-snippet-box img{display:block;height:263px;width:504px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.wrap-toggle-preview{position:relative}.wrap-toggle-preview p{font-weight:700;margin:0 0 1rem 0}#seopress_add_to_insights{margin-left:1rem}#seopress_add_to_insights_status{display:inline-block;font-weight:700;margin:0 0 0 1rem;vertical-align:middle;padding:.3rem;font-style:italic}.seo_page_seopress-instant-indexing .wrap-sp-progress{max-width:35rem}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters,.seopress-setup .wrap-seopress-counters,.seopress-styles .wrap-seopress-counters{text-align:right;background:#e9ecef;padding:2px 5px;display:flex;font-size:12px;justify-content:flex-end;border-radius:0 0 .25rem .25rem}#seopress_cpt .sp-progress,#seopress_pro_cpt .sp-progress,.seopress-setup .sp-progress,.seopress-styles .sp-progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem .25rem 0 0;margin:-15px 0 0 0}#seopress_cpt .sp-progress-bar,#seopress_pro_cpt .sp-progress-bar,.seopress-setup .sp-progress-bar,.seopress-styles .sp-progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0085ba;transition:width .6s ease}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}.seopress-styles .seopress-option{margin:85px 40px 40px}@media only screen and (max-width:782px){.seopress-styles .seopress-option{margin:85px 22px 22px}}.seopress-setup .seopress-option h1,.seopress-styles .seopress-option h1{font-size:var(--titleFontSize);color:var(--titleColor);font-weight:var(--titleFontWeight);margin:var(--titleMargin);display:flex;justify-content:space-between}.seopress-setup .seopress-option h1{margin-bottom:30px}.seopress_wrap_archive_cpt,.seopress_wrap_single_cpt,.seopress_wrap_single_tax,.seopress_wrap_tax{margin:0 0 20px 0}#tab_seopress_titles_archives .form-table th:empty,#tab_seopress_titles_single .form-table th:empty,#tab_seopress_titles_tax .form-table th:empty{display:none}.seopress-styles .seopress-option .link-archive{font-size:var(--fontSize)}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .seopress-option .submit{padding:20px 0 20px 0;left:0;margin:0;position:sticky;bottom:0;z-index:100;display:inline-block}@media only screen and (max-width:782px){.seopress-styles .seopress-option .submit{position:relative}}.seopress-styles .seopress-option .seopress-tab .submit{display:block;position:relative}.seopress-styles #wpcontent{padding-left:0}.seopress-styles pre{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:10px;display:inline-block;background-color:var(--backgroundSecondaryHover);border-radius:3px;color:var(--colorDark);font-size:var(--fontSize)}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;max-width:64rem;margin:0 auto}#seopress-tabs .seopress-tab{padding:10px 1.5rem;width:100%;display:none}#seopress-tabs.full-width .seopress-tab{width:100%}@media only screen and (max-width:1024px){#seopress-tabs .seopress-tab{width:100%}}#seopress-tabs .seopress-tab.active{display:inline-block;background:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tab.active{width:100%;border-left:none;border-top:1px solid RGB(238,238,238)}}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option .wp-picker-container button{box-shadow:none;border:1px solid #0071a1;border-radius:3px;background:#f3f5f6;text-transform:none}.seopress-option .wp-picker-container input[type=text].wp-color-picker{min-width:inherit}.seopress-option .wp-picker-container .wp-picker-default{margin:0}.seopress-option .wp-picker-container .wp-picker-clear{box-shadow:none;text-transform:none;border-radius:0;background:0 0;margin:0}.seopress-option .wp-picker-container .wp-picker-clear:hover{background:0 0;text-decoration:currentColor;color:inherit}.seopress-inbox-title p{font-size:20px;color:var(--titleColor);margin:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}.seopress-intro{padding:20px}.seopress-option .seopress-table{background:#fff;border:1px solid var(--borderColorLight)}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid var(--borderColorLight);font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:11px;font-weight:400}@media only screen and (max-width:782px){#seopress-content .feature-state,.seopress-option .feature-state{display:none}}.seopress-option #tab_seopress_titles_archives h3,.seopress-option #tab_seopress_titles_single h3,.seopress-option #tab_seopress_titles_tax h3{margin:2em 0 1em 0;border-top:1px solid var(--borderColorLight);padding:1em 0 0 0}.seopress-option #tab_seopress_titles_archives h3:first-child,.seopress-option #tab_seopress_titles_single h3:first-child,.seopress-option #tab_seopress_titles_tax h3:first-child{margin:0 0 1em 0}.seopress-option #tab_seopress_titles_archives h3 div,.seopress-option #tab_seopress_titles_single h3 div,.seopress-option #tab_seopress_titles_tax h3 div{display:inline}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline-block}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{display:none;font-weight:700}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt #seopress_titles_title_meta{margin-bottom:.2rem}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:"";background:#dedede;height:1px;width:100%;display:block}.seopress-option .section-tool:last-child{margin-bottom:0}.seopress-option .section-tool:last-child::after{content:none}.seopress-option .section-tool .inside{padding-left:0;padding-right:0}.seopress-option .sp-section-header{width:100%;display:flex;position:relative;align-items:center}.seopress-option .sp-section-header h2{font-size:1.5em;margin:20px 0}.seopress-option .sp-section-header>.dashicons{color:var(--primaryColor);padding:10px;border-radius:6px;margin-right:10px;background:#c4f0ff}.seopress-option .sp-section-header .wrap-toggle-checkboxes{display:flex}.seopress-notice{margin:5px 0 35px 15px;position:relative;top:75px;left:25px;background:rgb(0 124 186 / 10%);border-left:4px solid var(--primaryColor);padding:8px 12px;width:calc(100% - 108px);z-index:10}#seopress-ca-tabs .seopress-notice,#seopress-tabs .seopress-notice,#seopress_insights_dashboard_rankings_widget .seopress-notice,#seopress_pro_cpt .seopress-notice,.seopress-setup .seopress-notice{top:inherit;left:inherit;margin:15px 0 30px 0;width:auto}.seopress-hidden{display:none}.seopress-notice pre{background:#fff}.seopress-notice.is-success{border-left-color:var(--colorSuccess);background:#eff9f1}.seopress-notice.is-warning{border-left-color:#f0b849;background:#fef8ee}.seopress-notice.is-error{border-left-color:#cc1818;background:rgb(244 162 162 / 30%)}#seopress-tabs .seopress-notice.is-inline,.seopress-setup .seopress-notice.is-inline{margin-bottom:0;width:fit-content}#seopress-tabs.wrap{margin:30px 0 0 0}#seopress-notifications-center .seopress-alert ul,#seopress-tabs.wrap ul{list-style:square inside;padding-left:5px;display:inline-block;max-width:35rem;width:100%}.post-type-seopress_404 .seopress-BlankState-message::before,.post-type-seopress_schemas .seopress-BlankState-message::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"\f103"}.post-type-seopress_schemas .seopress-BlankState-message::before{content:"\f495"}.seopress-BlankState{text-align:center;padding:5em 0 0}.seopress-BlankState .seopress-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.seopress-BlankState .seopress-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.seopress-BlankState .seopress-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em}.seopress-BlankState{max-width:764px;text-align:center;margin:auto}.seopress-BlankState .seopress-BlankState-message{color:var(--titleColor);font-size:1.5em;margin:0 auto 1em}.seopress-BlankState .seopress-BlankState-message::before{font-size:120px}.seopress-BlankState .seopress-BlankState-buttons{margin-bottom:4em}#seopress_content_analysis .up,#seopress_content_analysis .up .dashicons{color:var(--colorSuccess)}#seopress_content_analysis .down,#seopress_content_analysis .down .dashicons{color:var(--colorAlert)}#seopress_content_analysis .up .dashicons{transform:rotateZ(45deg)}#seopress_content_analysis .stable .dashicons{transform:rotateZ(90deg)}#seopress_content_analysis .down .dashicons{transform:rotateZ(135deg)}#seopress_content_analysis .wrap-insights-post{clear:both;border-top:1px solid var(--borderColorCard);display:flex;align-items:center}#seopress_content_analysis .wrap-insights-post .widget-insights-title{margin:0 1rem}#seopress_content_analysis .wrap-insights-post span{font-weight:700;margin:0 .2rem 0 0}.wrap-user-roles{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:782px){.wrap-user-roles{display:block}}#notice-insights-alert.is-active,#seopress-news-panel.is-active,#seopress-notifications-center.is-active{display:block!important}#seopress-notifications-center .seopress-alert{padding:16px 25px;position:relative;transition:all 150ms ease;justify-content:space-between;margin-bottom:20px}#seopress-notifications-center .seopress-alert:last-child{margin-bottom:0;border-bottom:none}#seopress-notifications-center .dashicons{display:flex;align-self:normal;width:30px;height:30px;color:var(--colorIcon);font-size:30px;margin:0 0 10px 0}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0;border-radius:0;width:100%}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none;margin:0 0 0 .3rem}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:1.5rem auto}.post-type-seopress_404 .seopress-notice,.post-type-seopress_bot .seopress-notice,.post-type-seopress_schemas .seopress-notice{left:0;top:40px;margin:0 0 50px;width:calc(100% - 48px)}.seopress-search{position:relative;padding:20px}.seopress-search::before{content:"\f179";font-family:Dashicons;position:absolute;top:35px;left:30px;font-size:20px}.seopress-search input{padding-left:40px}.seopress-item-toggle-options{position:relative;cursor:pointer;padding:5px 10px;border:1px solid var(--borderColor);border-radius:3px;transform:rotate(90deg);display:inline-block}.seopress-item-toggle-options::before{content:"\f11c";font-family:Dashicons;font-size:18px;vertical-align:middle}.seopress-card{background:#fff;border:1px solid var(--borderColorCard);border-radius:3px;position:relative}.seopress-option .seopress-card-actions a+button{margin-left:.5em}.seopress-card-title{border-bottom:1px solid var(--borderColorCard);padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.seopress-dashboard-columns .seopress-dashboard-column:last-child .seopress-card-title:hover{cursor:move}.seopress-card-title h2{margin:0}.seopress-cart-list{border-bottom:1px solid var(--borderColorCard);padding:0 0 0 24px;display:flex;align-items:center;text-decoration:none;color:var(--primaryColor);font-weight:700;line-height:20px}.seopress-cart-list *{text-decoration:none}.seopress-cart-list a{display:block;width:100%;padding:18px 24px 18px 0}.seopress-cart-list:last-child{border-bottom:none}.seopress-cart-list:active,.seopress-cart-list:focus,.seopress-cart-list:hover{background:var(--backgroundSecondaryHover)}body .seopress-cart-list h3{font-size:var(--fontSize);color:var(--primaryColor);font-weight:700;margin:0}.seopress-cart-list p{color:var(--titleColor);font-weight:400;margin:0;font-size:12px;line-height:20px}.seopress-card-footer{padding:10px 20px;border-top:1px solid var(--borderColorLight40)}.seopress-card-popover{display:none;background:#fff;border:1px solid var(--borderColor);padding:20px;position:absolute;top:55px;overflow-y:auto;right:28px;z-index:20}.seopress-card-popover.is-open{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-flex;width:100%;margin:10px 0}.seopress-option .wrap-tags{flex-wrap:wrap}.seopress-option .wrap-tags button{margin-bottom:10px}@media only screen and (max-width:782px){#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{flex-wrap:wrap}}#seopress-tabs .sp-wrap-tag-variables-list,#seopress_cpt .sp-wrap-tag-variables-list,#seopress_pro_cpt .sp-wrap-tag-variables-list{position:relative;float:left;display:none}#seopress-tabs.wrap .sp-tag-variables-list,#seopress_cpt .sp-tag-variables-list,#seopress_pro_cpt .sp-tag-variables-list{position:absolute;left:-48px;width:300px;z-index:100;top:20px;color:var(--titleColor);height:300px;z-index:100;overflow:auto;background:#fff;border:1px solid var(--borderColorLight);box-shadow:0 2px 6px rgb(0 0 0 / 5%);border-radius:2px;list-style:none;padding:0}#seopress-tabs .sp-wrap-tag-variables-list.open,#seopress_cpt .sp-wrap-tag-variables-list.open,#seopress_pro_cpt .sp-wrap-tag-variables-list.open{display:block}#seopress-tabs .seopress-tag-single-all.tag-description .dashicons,#seopress-tabs .seopress-tag-single-all.tag-title .dashicons,#seopress_cpt .seopress-tag-single-all.seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-single-all.tag-title .dashicons,#seopress_pro_cpt .seopress-tag-single-all.tag-title .dashicons{margin:0;transition:all 150ms linear}#seopress-tabs .seopress-tag-single-all.open .dashicons,#seopress_cpt .seopress-tag-single-all.open .dashicons,#seopress_pro_cpt .seopress-tag-single-all.open .dashicons{transform:rotateX(180deg)}#seopress-tabs.wrap .sp-tag-variables-list li,#seopress_cpt .sp-tag-variables-list li,#seopress_pro_cpt .sp-tag-variables-list li{padding:8px 12px;cursor:pointer;margin:0;border-bottom:1px solid var(--borderColorLight40)}#seopress-tabs .sp-tag-variables-list li span,#seopress_cpt .sp-tag-variables-list li span,#seopress_pro_cpt .sp-tag-variables-list li span{display:block;font-weight:700;font-size:12px;margin-bottom:2px}#seopress-tabs.wrap .sp-tag-variables-list li:hover,#seopress_cpt .sp-tag-variables-list li:hover,#seopress_pro_cpt .sp-tag-variables-list li:hover{background:var(--backgroundPrimaryHover);color:#fff;border-bottom-color:#fff}#seopress-tabs.wrap .sp-tag-variables-list li::after,#seopress_cpt .sp-tag-variables-list li::after,#seopress_pro_cpt .sp-tag-variables-list li::after{content:attr(data-value);display:inline-block;background:#e9ecef;padding:1px 5px;color:#333;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;border-radius:3px;font-size:11px}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-dropdown .dashicons,#seopress_cpt .tag-title .dashicons,#seopress_pro_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;color:var(--primaryColor);vertical-align:middle}#seopress-tabs.wrap .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .tag-title:hover .dashicons,#seopress_pro_cpt .tag-title:hover .dashicons,.seopress-option .tag-title:hover .dashicons{color:#fff}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons{margin:0}.seopress-overlay-tag-dropdown{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:50}.seopress-overlay-tag-dropdown.active{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:5px 12px;font-size:10px;user-select:none;margin:0 5px 0 0;display:inline-flex;text-transform:uppercase;align-items:center;color:var(--primaryColor)}#seopress-tabs .seopress-tag-dropdown:focus,#seopress-tabs .seopress-tag-dropdown:hover,#seopress_cpt .seopress-tag-dropdown:focus,#seopress_cpt .seopress-tag-dropdown:hover,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{box-shadow:0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary);background:var(--backgroundPrimaryHover);color:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{margin-bottom:10px}}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid var(--borderColorLight)}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.seopress-styles #screen-meta{position:relative;top:60px}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:fixed;top:32px;z-index:2000;right:40px}@media only screen and (max-width:782px){.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:60px}}#seopress-content input.toggle,#seopress_cpt input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0;position:relative}.seopress-feature input.toggle{display:block}#seopress_cpt input.toggle,.seopress_wrap_single_cpt input.toggle,.seopress_wrap_tax input.toggle{margin:0;border:none;min-width:0}#seopress-content input.toggle+label,#seopress_cpt #tabs-1 input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:20px;width:40px;border-radius:15px;margin:0 10px 0 0}#seopress-content input.toggle+label{margin:0;left:-20px}#seopress_cpt #tabs-1 input.toggle+label{margin:0}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,#seopress_cpt input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:20px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);transition:.25s ease-in-out}#seopress-content input.toggle+label:after,#seopress_cpt input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:20px;width:20px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);transition:.25s ease-in-out}#seopress_cpt input.toggle+label,#seopress_cpt input.toggle+label:before,.seopress_wrap_single_cpt input.toggle+label,.seopress_wrap_single_cpt input.toggle+label:before,.seopress_wrap_tax input.toggle+label,.seopress_wrap_tax input.toggle+label:before{width:40px;height:20px}#seopress_cpt input.toggle+label:after,.seopress_wrap_single_cpt input.toggle+label:after,.seopress_wrap_tax input.toggle+label:after{width:20px;height:20px}#seopress-content input.toggle[data-toggle="1"]+label:before,#seopress_cpt input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before{width:40px;background:var(--backgroundPrimary)}#seopress-content input.toggle[data-toggle="1"]+label:after,#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after{box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative;display:block;max-width:64rem}@media only screen and (max-width:782px){#seopress-content .seopress-page-list{grid-template-columns:repeat(1,1fr)}}.seopress-setup .wrap,.seopress-styles .wrap{margin:0;display:flex;position:relative}.toplevel_page_seopress-option.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}@media only screen and (max-width:782px){.seopress-setup .wrap,.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}}.seopress-option .wrap div.nav-tab-wrapper{margin:0;padding:0;line-height:inherit;width:15%;z-index:10;font-weight:400;display:block;border-bottom:none}@media only screen and (max-width:782px){.seopress-option .wrap div.nav-tab-wrapper{width:100%;margin:0 0 20px 0;padding:0}}#seopress-admin-tabs.wrap div.nav-tab-wrapper{background:#fff;margin:0 auto;max-width:64rem;width:100%;border-bottom:1px solid var(--borderColorCard);padding:0;line-height:inherit;position:sticky;z-index:10;top:92px;border-radius:4px 4px 0 0;font-weight:400;overflow:hidden;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:600px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{top:0;display:block}}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{display:block}}.seopress-option .nav-tab{border:0;background:0 0;opacity:.5;padding:6px 30px 6px 10px;transition:opacity .3s linear;color:var(--titleColor);margin:0;float:none;display:inline-block;width:100%;text-align:left;font-weight:400;white-space:normal;line-height:1.71428571;font-size:14px;text-decoration:none}#seopress-admin-tabs .nav-tab{background:0 0;opacity:.5;padding:14px 20px;transition:opacity .3s linear;margin:0;float:none;display:inline-block;font-weight:400}#seopress-admin-tabs .nav-tab{width:100%}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{opacity:1;outline:0;font-weight:600;position:relative;border-left:3px solid var(--backgroundPrimary)}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus{border-bottom:4px solid var(--backgroundPrimary);border-left:none}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}@keyframes sp-fade-in-out{0%{opacity:0;bottom:0;visibility:hidden}25%{opacity:1;bottom:40px;visibility:visible}75%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}.sp-components-snackbar-list{position:fixed;right:0;bottom:40px;padding-left:16px;padding-right:16px;animation-name:sp-fade-in-out;animation-duration:5s;animation-iteration-count:1;animation-fill-mode:forwards;visibility:hidden;z-index:1}.sp-components-snackbar__content{display:flex;align-items:center;justify-content:space-between;line-height:1.4}.sp-components-snackbar{font-family:var(--fontFamily);font-size:var(--fontSize);background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;cursor:pointer}.sp-components-snackbar .dashicons{color:#fff}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -3,7 +3,6 @@ import './style.scss'
|
|
3 |
import edit from './edit'
|
4 |
import { registerBlockType } from '@wordpress/blocks'
|
5 |
import { __ } from '@wordpress/i18n'
|
6 |
-
|
7 |
registerBlockType('wpseopress/faq-block', {
|
8 |
title: __('FAQ', 'wp-seopress'),
|
9 |
icon: 'index-card',
|
3 |
import edit from './edit'
|
4 |
import { registerBlockType } from '@wordpress/blocks'
|
5 |
import { __ } from '@wordpress/i18n'
|
|
|
6 |
registerBlockType('wpseopress/faq-block', {
|
7 |
title: __('FAQ', 'wp-seopress'),
|
8 |
icon: 'index-card',
|
File without changes
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apiVersion": 2,
|
3 |
+
"name": "wpseopress/sitemap",
|
4 |
+
"title": "Sitemap",
|
5 |
+
"description": "Display an HTML sitemap",
|
6 |
+
"icon": "feedback",
|
7 |
+
"category": "wpseopress",
|
8 |
+
"textdomain": "wp-seopress",
|
9 |
+
"supports": {
|
10 |
+
"html": false,
|
11 |
+
"color": {
|
12 |
+
"gradients": true,
|
13 |
+
"link": true
|
14 |
+
},
|
15 |
+
"spacing": {
|
16 |
+
"margin": true,
|
17 |
+
"padding": true
|
18 |
+
},
|
19 |
+
"typography": {
|
20 |
+
"fontSize": true,
|
21 |
+
"lineHeight": true
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"editorScript": "file:../../../../../public/gutenberg/blocks/sitemap/index.js",
|
25 |
+
"editorStyle": "file:../../../../../public/gutenberg/blocks/sitemap/index.css"
|
26 |
+
}
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { __ } from '@wordpress/i18n';
|
2 |
+
import { Notice } from '@wordpress/components';
|
3 |
+
import { useBlockProps } from '@wordpress/block-editor';
|
4 |
+
import { withSelect } from '@wordpress/data';
|
5 |
+
import Inspector from './inspector.js';
|
6 |
+
import ServerSideRender from '@wordpress/server-side-render';
|
7 |
+
import './editor.scss';
|
8 |
+
|
9 |
+
export default function edit({ attributes, setAttributes }) {
|
10 |
+
const { isSiteMapEnabled, optionsPageUrl } = attributes;
|
11 |
+
const notice = __('It looks like the Sitemap feature is not enabled from your SEO settings. You must activate it to use this block. Make sure the HTML sitemap option is also enabled.', 'wp-seopress');
|
12 |
+
const noticeActions = [{ label: __('Review settings', 'wp-seopress'), url: optionsPageUrl, variant: 'primary', isPrimary: true, noDefaultClasses: true }];
|
13 |
+
const excludes = ['attachment', 'wp_navigation', 'nav_menu_item', 'wp_block', 'wp_template', 'wp_template_part', 'wp_navigation'];
|
14 |
+
|
15 |
+
const Settings = withSelect((select, props) => {
|
16 |
+
let allPostTypes = select('core').getPostTypes() || [];
|
17 |
+
let allowedPostTypes = [];
|
18 |
+
if (allPostTypes && allPostTypes.length) allowedPostTypes = allPostTypes.filter(postType => !excludes.includes(postType.slug));
|
19 |
+
return { allowedPostTypes, ...props };
|
20 |
+
})(Inspector);
|
21 |
+
|
22 |
+
return (
|
23 |
+
<div {...useBlockProps()}>
|
24 |
+
<Settings attributes={attributes} setAttributes={setAttributes} />
|
25 |
+
{isSiteMapEnabled
|
26 |
+
? <ServerSideRender
|
27 |
+
block="wpseopress/sitemap"
|
28 |
+
attributes={attributes}
|
29 |
+
/>
|
30 |
+
: <Notice status="warning" isDismissible={false} actions={noticeActions}><p>{notice}</p></Notice>
|
31 |
+
}
|
32 |
+
</div>
|
33 |
+
);
|
34 |
+
}
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wp-block-wpseopress-sitemap {
|
2 |
+
.components-notice__content {
|
3 |
+
color: initial;
|
4 |
+
}
|
5 |
+
}
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { __ } from '@wordpress/i18n';
|
2 |
+
import { registerBlockType } from '@wordpress/blocks';
|
3 |
+
import edit from './edit';
|
4 |
+
|
5 |
+
registerBlockType('wpseopress/sitemap', {
|
6 |
+
title: __('Sitemap', 'wp-seopress'),
|
7 |
+
description: __('Display an HTML sitemap.', 'wp-seopress'),
|
8 |
+
keywords: [__('sitemap', 'wp-seopress'), __('navigation', 'wp-seopress')],
|
9 |
+
edit,
|
10 |
+
save: () => null
|
11 |
+
});
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { __ } from '@wordpress/i18n';
|
2 |
+
import { InspectorControls } from '@wordpress/block-editor';
|
3 |
+
import { PanelBody, CheckboxControl } from "@wordpress/components";
|
4 |
+
|
5 |
+
const Inspector = ({ attributes, setAttributes, allowedPostTypes }) => {
|
6 |
+
const onChange = slug => {
|
7 |
+
let postTypes = [...attributes.postTypes];
|
8 |
+
if (postTypes.includes(slug)) {
|
9 |
+
postTypes = postTypes.filter(postType => postType !== slug);
|
10 |
+
} else {
|
11 |
+
postTypes.push(slug);
|
12 |
+
}
|
13 |
+
setAttributes({ postTypes });
|
14 |
+
}
|
15 |
+
return (
|
16 |
+
<InspectorControls>
|
17 |
+
<PanelBody title={__('Post types to display', 'wp-seopress')}>
|
18 |
+
{allowedPostTypes &&
|
19 |
+
<>
|
20 |
+
<p>{__('By default, if you have not selected any post types below, we’ll automatically take the ones set from the Sitemap setting page.', 'wp-seopress')}</p>
|
21 |
+
<ul>
|
22 |
+
{allowedPostTypes.map(postType => (
|
23 |
+
<li key={postType.slug}>
|
24 |
+
<CheckboxControl
|
25 |
+
label={postType.name}
|
26 |
+
checked={attributes.postTypes.includes(postType.slug)}
|
27 |
+
onChange={e => onChange(postType.slug)}
|
28 |
+
/>
|
29 |
+
</li>
|
30 |
+
))}
|
31 |
+
</ul>
|
32 |
+
</>
|
33 |
+
}
|
34 |
+
</PanelBody>
|
35 |
+
</InspectorControls>
|
36 |
+
);
|
37 |
+
}
|
38 |
+
|
39 |
+
export default Inspector;
|
@@ -61,29 +61,11 @@
|
|
61 |
];
|
62 |
}
|
63 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
64 |
-
$features['
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
];
|
70 |
-
$features['edd'] = [
|
71 |
-
'title' => __('Easy Digital Downloads', 'wp-seopress'),
|
72 |
-
'desc' => __('Improve Easy Digital Downloads SEO.', 'wp-seopress'),
|
73 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_edd'),
|
74 |
-
'filter' => 'seopress_remove_feature_edd',
|
75 |
-
];
|
76 |
-
$features['local-business'] = [
|
77 |
-
'title' => __('Local Business', 'wp-seopress'),
|
78 |
-
'desc' => __('Add Google Local Business data type.', 'wp-seopress'),
|
79 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_local_business'),
|
80 |
-
'filter' => 'seopress_remove_feature_local_business',
|
81 |
-
];
|
82 |
-
$features['dublin-core'] = [
|
83 |
-
'title' => __('Dublin Core', 'wp-seopress'),
|
84 |
-
'desc' => __('Add Dublin Core meta tags.', 'wp-seopress'),
|
85 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_dublin_core'),
|
86 |
-
'filter' => 'seopress_remove_feature_dublin_core',
|
87 |
];
|
88 |
$features['rich-snippets'] = [
|
89 |
'title' => __('Structured Data Types', 'wp-seopress'),
|
@@ -91,12 +73,47 @@
|
|
91 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets'),
|
92 |
'filter' => 'seopress_remove_feature_schemas',
|
93 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
$features['breadcrumbs'] = [
|
95 |
'title' => __('Breadcrumbs', 'wp-seopress'),
|
96 |
'desc' => __('Enable Breadcrumbs for your theme and improve your SEO in SERPs.', 'wp-seopress'),
|
97 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_breadcrumbs'),
|
98 |
'filter' => 'seopress_remove_feature_breadcrumbs',
|
99 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
$features['page-speed'] = [
|
101 |
'title' => __('Google Page Speed', 'wp-seopress'),
|
102 |
'desc' => __('Track your website performance to improve SEO with Google Page Speed.', 'wp-seopress'),
|
@@ -111,53 +128,30 @@
|
|
111 |
'filter' => 'seopress_remove_feature_inspect_url',
|
112 |
'toggle' => true,
|
113 |
];
|
114 |
-
if (! is_multisite() || (is_multisite() && defined('SUBDOMAIN_INSTALL') && true === constant('SUBDOMAIN_INSTALL'))) {//subdomains or single site
|
115 |
-
$features['robots'] = [
|
116 |
-
'title' => __('robots.txt', 'wp-seopress'),
|
117 |
-
'desc' => __('Edit your robots.txt file.', 'wp-seopress'),
|
118 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_robots'),
|
119 |
-
'filter' => 'seopress_remove_feature_robots',
|
120 |
-
];
|
121 |
-
}
|
122 |
$features['news'] = [
|
123 |
'title' => __('Google News Sitemap', 'wp-seopress'),
|
124 |
'desc' => __('Optimize your site for Google News.', 'wp-seopress'),
|
125 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_news'),
|
126 |
'filter' => 'seopress_remove_feature_news',
|
127 |
];
|
128 |
-
$features['rich-snippets'] = [
|
129 |
-
'title' => __('Schemas', 'wp-seopress'),
|
130 |
-
'desc' => __('Create / manage your schemas.', 'wp-seopress'),
|
131 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets'),
|
132 |
-
'filter' => 'seopress_remove_feature_schemas',
|
133 |
-
];
|
134 |
-
$features['404'] = [
|
135 |
-
'title' => __('Redirections', 'wp-seopress'),
|
136 |
-
'desc' => __('Monitor 404, create 301, 302 and 307 redirections.', 'wp-seopress'),
|
137 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_404'),
|
138 |
-
'filter' => 'seopress_remove_feature_redirects',
|
139 |
-
];
|
140 |
$features['bot'] = [
|
141 |
'title' => __('Broken links', 'wp-seopress'),
|
142 |
'desc' => __('Scan your site to find SEO problems.', 'wp-seopress'),
|
143 |
'btn_primary' => admin_url('admin.php?page=seopress-bot-batch'),
|
144 |
'filter' => 'seopress_remove_feature_bot',
|
145 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
$features['rewrite'] = [
|
147 |
'title' => __('URL Rewriting', 'wp-seopress'),
|
148 |
'desc' => __('Customize your permalinks.', 'wp-seopress'),
|
149 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rewrite'),
|
150 |
'filter' => 'seopress_remove_feature_rewrite',
|
151 |
];
|
152 |
-
if (! is_multisite()) {
|
153 |
-
$features['htaccess'] = [
|
154 |
-
'title' => __('.htaccess', 'wp-seopress'),
|
155 |
-
'desc' => __('Edit your htaccess file.', 'wp-seopress'),
|
156 |
-
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_htaccess'),
|
157 |
-
'filter' => 'seopress_remove_feature_htaccess',
|
158 |
-
'toggle' => false,
|
159 |
-
];
|
160 |
-
}
|
161 |
$features['rss'] = [
|
162 |
'title' => __('RSS', 'wp-seopress'),
|
163 |
'desc' => __('Configure default WordPress RSS.', 'wp-seopress'),
|
61 |
];
|
62 |
}
|
63 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
64 |
+
$features['404'] = [
|
65 |
+
'title' => __('Redirections', 'wp-seopress'),
|
66 |
+
'desc' => __('Monitor 404, create 301, 302 and 307 redirections.', 'wp-seopress'),
|
67 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_404'),
|
68 |
+
'filter' => 'seopress_remove_feature_redirects',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
];
|
70 |
$features['rich-snippets'] = [
|
71 |
'title' => __('Structured Data Types', 'wp-seopress'),
|
73 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets'),
|
74 |
'filter' => 'seopress_remove_feature_schemas',
|
75 |
];
|
76 |
+
if (! is_multisite() || (is_multisite() && defined('SUBDOMAIN_INSTALL') && true === constant('SUBDOMAIN_INSTALL'))) {//subdomains or single site
|
77 |
+
$features['robots'] = [
|
78 |
+
'title' => __('robots.txt', 'wp-seopress'),
|
79 |
+
'desc' => __('Edit your robots.txt file.', 'wp-seopress'),
|
80 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_robots'),
|
81 |
+
'filter' => 'seopress_remove_feature_robots',
|
82 |
+
];
|
83 |
+
}
|
84 |
+
if (! is_multisite()) {
|
85 |
+
$features['htaccess'] = [
|
86 |
+
'title' => __('.htaccess', 'wp-seopress'),
|
87 |
+
'desc' => __('Edit your htaccess file.', 'wp-seopress'),
|
88 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_htaccess'),
|
89 |
+
'filter' => 'seopress_remove_feature_htaccess',
|
90 |
+
'toggle' => false,
|
91 |
+
];
|
92 |
+
}
|
93 |
+
$features['local-business'] = [
|
94 |
+
'title' => __('Local Business', 'wp-seopress'),
|
95 |
+
'desc' => __('Add Google Local Business data type.', 'wp-seopress'),
|
96 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_local_business'),
|
97 |
+
'filter' => 'seopress_remove_feature_local_business',
|
98 |
+
];
|
99 |
$features['breadcrumbs'] = [
|
100 |
'title' => __('Breadcrumbs', 'wp-seopress'),
|
101 |
'desc' => __('Enable Breadcrumbs for your theme and improve your SEO in SERPs.', 'wp-seopress'),
|
102 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_breadcrumbs'),
|
103 |
'filter' => 'seopress_remove_feature_breadcrumbs',
|
104 |
];
|
105 |
+
$features['woocommerce'] = [
|
106 |
+
'title' => __('WooCommerce', 'wp-seopress'),
|
107 |
+
'desc' => __('Improve WooCommerce SEO.', 'wp-seopress'),
|
108 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_woocommerce'),
|
109 |
+
'filter' => 'seopress_remove_feature_woocommerce',
|
110 |
+
];
|
111 |
+
$features['edd'] = [
|
112 |
+
'title' => __('Easy Digital Downloads', 'wp-seopress'),
|
113 |
+
'desc' => __('Improve Easy Digital Downloads SEO.', 'wp-seopress'),
|
114 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_edd'),
|
115 |
+
'filter' => 'seopress_remove_feature_edd',
|
116 |
+
];
|
117 |
$features['page-speed'] = [
|
118 |
'title' => __('Google Page Speed', 'wp-seopress'),
|
119 |
'desc' => __('Track your website performance to improve SEO with Google Page Speed.', 'wp-seopress'),
|
128 |
'filter' => 'seopress_remove_feature_inspect_url',
|
129 |
'toggle' => true,
|
130 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
$features['news'] = [
|
132 |
'title' => __('Google News Sitemap', 'wp-seopress'),
|
133 |
'desc' => __('Optimize your site for Google News.', 'wp-seopress'),
|
134 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_news'),
|
135 |
'filter' => 'seopress_remove_feature_news',
|
136 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
$features['bot'] = [
|
138 |
'title' => __('Broken links', 'wp-seopress'),
|
139 |
'desc' => __('Scan your site to find SEO problems.', 'wp-seopress'),
|
140 |
'btn_primary' => admin_url('admin.php?page=seopress-bot-batch'),
|
141 |
'filter' => 'seopress_remove_feature_bot',
|
142 |
];
|
143 |
+
$features['dublin-core'] = [
|
144 |
+
'title' => __('Dublin Core', 'wp-seopress'),
|
145 |
+
'desc' => __('Add Dublin Core meta tags.', 'wp-seopress'),
|
146 |
+
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_dublin_core'),
|
147 |
+
'filter' => 'seopress_remove_feature_dublin_core',
|
148 |
+
];
|
149 |
$features['rewrite'] = [
|
150 |
'title' => __('URL Rewriting', 'wp-seopress'),
|
151 |
'desc' => __('Customize your permalinks.', 'wp-seopress'),
|
152 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rewrite'),
|
153 |
'filter' => 'seopress_remove_feature_rewrite',
|
154 |
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
$features['rss'] = [
|
156 |
'title' => __('RSS', 'wp-seopress'),
|
157 |
'desc' => __('Configure default WordPress RSS.', 'wp-seopress'),
|
@@ -16,31 +16,15 @@ settings_fields('seopress_google_analytics_option_group'); ?>
|
|
16 |
<div id="seopress-tabs" class="wrap">
|
17 |
<?php
|
18 |
$current_tab = '';
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
'tab_seopress_google_analytics_gdpr' => __('Cookie bar / GDPR', 'wp-seopress'),
|
29 |
-
'tab_seopress_google_analytics_matomo' => __('Matomo', 'wp-seopress'),
|
30 |
-
'tab_seopress_google_analytics_clarity' => __('Clarity', 'wp-seopress'),
|
31 |
-
];
|
32 |
-
} else {
|
33 |
-
$plugin_settings_tabs = [
|
34 |
-
'tab_seopress_google_analytics_enable' => __('General', 'wp-seopress'),
|
35 |
-
'tab_seopress_google_analytics_features' => __('Tracking', 'wp-seopress'),
|
36 |
-
'tab_seopress_google_analytics_custom_tracking' => __('Custom Tracking', 'wp-seopress'),
|
37 |
-
'tab_seopress_google_analytics_events' => __('Events', 'wp-seopress'),
|
38 |
-
'tab_seopress_google_analytics_custom_dimensions' => __('Custom Dimensions', 'wp-seopress'),
|
39 |
-
'tab_seopress_google_analytics_gdpr' => __('Cookie bar / GDPR', 'wp-seopress'),
|
40 |
-
'tab_seopress_google_analytics_matomo' => __('Matomo', 'wp-seopress'),
|
41 |
-
'tab_seopress_google_analytics_clarity' => __('Clarity', 'wp-seopress'),
|
42 |
-
];
|
43 |
-
}
|
44 |
|
45 |
echo '<div class="nav-tab-wrapper">';
|
46 |
foreach ($plugin_settings_tabs as $tab_key => $tab_caption) {
|
@@ -49,34 +33,25 @@ foreach ($plugin_settings_tabs as $tab_key => $tab_caption) {
|
|
49 |
echo '</div>'; ?>
|
50 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_enable' == $current_tab) {
|
51 |
echo 'active';
|
52 |
-
} ?>" id="tab_seopress_google_analytics_enable"
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
57 |
</div>
|
58 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_custom_tracking' == $current_tab) {
|
59 |
echo 'active';
|
60 |
} ?>" id="tab_seopress_google_analytics_custom_tracking"><?php do_settings_sections('seopress-settings-admin-google-analytics-custom-tracking'); ?>
|
61 |
-
</div>
|
62 |
-
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_events' == $current_tab) {
|
63 |
-
echo 'active';
|
64 |
-
} ?>" id="tab_seopress_google_analytics_events"><?php do_settings_sections('seopress-settings-admin-google-analytics-events'); ?>
|
65 |
</div>
|
66 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_custom_dimensions' == $current_tab) {
|
67 |
echo 'active';
|
68 |
-
} ?>" id="tab_seopress_google_analytics_custom_dimensions"
|
69 |
-
|
70 |
-
|
71 |
-
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_dashboard' == $current_tab) {
|
72 |
-
echo 'active';
|
73 |
-
} ?>" id="tab_seopress_google_analytics_dashboard"><?php do_settings_sections('seopress-settings-admin-google-analytics-dashboard'); ?>
|
74 |
-
</div>
|
75 |
-
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_ecommerce' == $current_tab) {
|
76 |
-
echo 'active';
|
77 |
-
} ?>" id="tab_seopress_google_analytics_ecommerce"><?php do_settings_sections('seopress-settings-admin-google-analytics-ecommerce'); ?>
|
78 |
</div>
|
79 |
-
<?php } ?>
|
80 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_gdpr' == $current_tab) {
|
81 |
echo 'active';
|
82 |
} ?>" id="tab_seopress_google_analytics_gdpr"><?php do_settings_sections('seopress-settings-admin-google-analytics-gdpr'); ?>
|
16 |
<div id="seopress-tabs" class="wrap">
|
17 |
<?php
|
18 |
$current_tab = '';
|
19 |
+
|
20 |
+
$plugin_settings_tabs = [
|
21 |
+
'tab_seopress_google_analytics_enable' => __('Google Analytics', 'wp-seopress'),
|
22 |
+
'tab_seopress_google_analytics_matomo' => __('Matomo', 'wp-seopress'),
|
23 |
+
'tab_seopress_google_analytics_clarity' => __('Clarity', 'wp-seopress'),
|
24 |
+
'tab_seopress_google_analytics_custom_dimensions' => __('Advanced', 'wp-seopress'),
|
25 |
+
'tab_seopress_google_analytics_gdpr' => __('Cookie bar / GDPR', 'wp-seopress'),
|
26 |
+
'tab_seopress_google_analytics_custom_tracking' => __('Custom Tracking', 'wp-seopress'),
|
27 |
+
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
echo '<div class="nav-tab-wrapper">';
|
30 |
foreach ($plugin_settings_tabs as $tab_key => $tab_caption) {
|
33 |
echo '</div>'; ?>
|
34 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_enable' == $current_tab) {
|
35 |
echo 'active';
|
36 |
+
} ?>" id="tab_seopress_google_analytics_enable">
|
37 |
+
<?php do_settings_sections('seopress-settings-admin-google-analytics-enable'); ?>
|
38 |
+
<?php do_settings_sections('seopress-settings-admin-google-analytics-features'); ?>
|
39 |
+
<?php do_settings_sections('seopress-settings-admin-google-analytics-events'); ?>
|
40 |
+
<?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
41 |
+
do_settings_sections('seopress-settings-admin-google-analytics-ecommerce');
|
42 |
+
do_settings_sections('seopress-settings-admin-google-analytics-dashboard');
|
43 |
+
} ?>
|
44 |
</div>
|
45 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_custom_tracking' == $current_tab) {
|
46 |
echo 'active';
|
47 |
} ?>" id="tab_seopress_google_analytics_custom_tracking"><?php do_settings_sections('seopress-settings-admin-google-analytics-custom-tracking'); ?>
|
|
|
|
|
|
|
|
|
48 |
</div>
|
49 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_custom_dimensions' == $current_tab) {
|
50 |
echo 'active';
|
51 |
+
} ?>" id="tab_seopress_google_analytics_custom_dimensions">
|
52 |
+
<?php do_settings_sections('seopress-settings-admin-google-analytics-custom-dimensions'); ?>
|
53 |
+
<?php do_settings_sections('seopress-settings-admin-google-analytics-advanced'); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
</div>
|
|
|
55 |
<div class="seopress-tab <?php if ('tab_seopress_google_analytics_gdpr' == $current_tab) {
|
56 |
echo 'active';
|
57 |
} ?>" id="tab_seopress_google_analytics_gdpr"><?php do_settings_sections('seopress-settings-admin-google-analytics-gdpr'); ?>
|
@@ -9,5 +9,5 @@
|
|
9 |
|
10 |
<div id="seopress-intro" class="seopress-intro">
|
11 |
<h2><?php _e('Your SEO today', 'wp-seopress'); ?></h2>
|
12 |
-
<p><?php _e('To do\'s, tips, and insights for your business', ''); ?></p>
|
13 |
</div>
|
9 |
|
10 |
<div id="seopress-intro" class="seopress-intro">
|
11 |
<h2><?php _e('Your SEO today', 'wp-seopress'); ?></h2>
|
12 |
+
<p><?php _e('To do\'s, tips, and insights for your business', 'wp-seopress'); ?></p>
|
13 |
</div>
|
@@ -36,7 +36,36 @@
|
|
36 |
{
|
37 |
return seopress_get_service('AdvancedOption')->getAccessUniversalMetaboxGutenberg();
|
38 |
}
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
function seopress_get_hidden_notices_usm_option()
|
41 |
{
|
42 |
$seopress_get_hidden_notices_usm_option = get_option('seopress_notices');
|
@@ -196,42 +225,6 @@
|
|
196 |
}
|
197 |
}
|
198 |
}
|
199 |
-
if ('/' != substr(get_option('permalink_structure'), -1) && '' == seopress_advanced_advanced_trailingslash_option()) {
|
200 |
-
$args = [
|
201 |
-
'id' => 'notice-permalinks',
|
202 |
-
'title' => __('Your permalinks don\'t have a trailingslash', 'wp-seopress'),
|
203 |
-
'desc' => __('To avoid any SEO issues, we recommend you to activate the "<strong>Disable trailing slash for metas</strong>" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.', 'wp-seopress'),
|
204 |
-
'impact' => [
|
205 |
-
'high' => __('High impact', 'wp-seopress'),
|
206 |
-
],
|
207 |
-
'link' => [
|
208 |
-
'en' => admin_url('admin.php?page=seopress-advanced#tab=seopress_advanced_advanced'),
|
209 |
-
'title' => __('Fix this!', 'wp-seopress'),
|
210 |
-
'external' => false,
|
211 |
-
],
|
212 |
-
'icon' => 'dashicons-admin-links',
|
213 |
-
'deleteable' => false,
|
214 |
-
];
|
215 |
-
seopress_notification($args);
|
216 |
-
}
|
217 |
-
if ('/' == substr(get_option('permalink_structure'), -1) && '1' == seopress_advanced_advanced_trailingslash_option()) {
|
218 |
-
$args = [
|
219 |
-
'id' => 'notice-permalinks',
|
220 |
-
'title' => __('Your permalinks have a trailingslash', 'wp-seopress'),
|
221 |
-
'desc' => __('To avoid any SEO issues, we recommend you to de-activate the "<strong>Disable trailing slash for metas</strong>" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.', 'wp-seopress'),
|
222 |
-
'impact' => [
|
223 |
-
'high' => __('High impact', 'wp-seopress'),
|
224 |
-
],
|
225 |
-
'link' => [
|
226 |
-
'en' => admin_url('admin.php?page=seopress-advanced#tab=seopress_advanced_advanced'),
|
227 |
-
'title' => __('Fix this!', 'wp-seopress'),
|
228 |
-
'external' => false,
|
229 |
-
],
|
230 |
-
'icon' => 'dashicons-admin-links',
|
231 |
-
'deleteable' => false,
|
232 |
-
];
|
233 |
-
seopress_notification($args);
|
234 |
-
}
|
235 |
if (is_plugin_active('td-composer/td-composer.php')) {
|
236 |
function seopress_get_hidden_notices_tagdiv_option()
|
237 |
{
|
@@ -783,37 +776,6 @@
|
|
783 |
seopress_notification($args);
|
784 |
}
|
785 |
}
|
786 |
-
|
787 |
-
function seopress_get_hidden_notices_review_option()
|
788 |
-
{
|
789 |
-
$seopress_get_hidden_notices_review_option = get_option('seopress_notices');
|
790 |
-
if (! empty($seopress_get_hidden_notices_review_option)) {
|
791 |
-
foreach ($seopress_get_hidden_notices_review_option as $key => $seopress_get_hidden_notices_review_value) {
|
792 |
-
$options[$key] = $seopress_get_hidden_notices_review_value;
|
793 |
-
}
|
794 |
-
if (isset($seopress_get_hidden_notices_review_option['notice-review'])) {
|
795 |
-
return $seopress_get_hidden_notices_review_option['notice-review'];
|
796 |
-
}
|
797 |
-
}
|
798 |
-
}
|
799 |
-
if ('1' != seopress_get_hidden_notices_review_option()) {
|
800 |
-
$args = [
|
801 |
-
'id' => 'notice-review',
|
802 |
-
'title' => __('You like SEOPress? Please help us by rating us 5 stars!', 'wp-seopress'),
|
803 |
-
'desc' => __('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!', 'wp-seopress'),
|
804 |
-
'impact' => [
|
805 |
-
'info' => __('Information', 'wp-seopress'),
|
806 |
-
],
|
807 |
-
'link' => [
|
808 |
-
'en' => 'https://wordpress.org/support/view/plugin-reviews/wp-seopress?rate=5#postform',
|
809 |
-
'title' => __('Rate us!', 'wp-seopress'),
|
810 |
-
'external' => true,
|
811 |
-
],
|
812 |
-
'icon' => 'dashicons-thumbs-up',
|
813 |
-
'deleteable' => true,
|
814 |
-
];
|
815 |
-
seopress_notification($args);
|
816 |
-
}
|
817 |
if ('1' == get_option('page_comments')) {
|
818 |
function seopress_get_hidden_notices_divide_comments_option()
|
819 |
{
|
36 |
{
|
37 |
return seopress_get_service('AdvancedOption')->getAccessUniversalMetaboxGutenberg();
|
38 |
}
|
39 |
+
function seopress_get_hidden_notices_review_option()
|
40 |
+
{
|
41 |
+
$seopress_get_hidden_notices_review_option = get_option('seopress_notices');
|
42 |
+
if (! empty($seopress_get_hidden_notices_review_option)) {
|
43 |
+
foreach ($seopress_get_hidden_notices_review_option as $key => $seopress_get_hidden_notices_review_value) {
|
44 |
+
$options[$key] = $seopress_get_hidden_notices_review_value;
|
45 |
+
}
|
46 |
+
if (isset($seopress_get_hidden_notices_review_option['notice-review'])) {
|
47 |
+
return $seopress_get_hidden_notices_review_option['notice-review'];
|
48 |
+
}
|
49 |
+
}
|
50 |
+
}
|
51 |
+
if ('1' != seopress_get_hidden_notices_review_option()) {
|
52 |
+
$args = [
|
53 |
+
'id' => 'notice-review',
|
54 |
+
'title' => __('You like SEOPress? Please help us by rating us 5 stars!', 'wp-seopress'),
|
55 |
+
'desc' => __('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!', 'wp-seopress'),
|
56 |
+
'impact' => [
|
57 |
+
'info' => __('Information', 'wp-seopress'),
|
58 |
+
],
|
59 |
+
'link' => [
|
60 |
+
'en' => 'https://wordpress.org/support/view/plugin-reviews/wp-seopress?rate=5#postform',
|
61 |
+
'title' => __('Rate us!', 'wp-seopress'),
|
62 |
+
'external' => true,
|
63 |
+
],
|
64 |
+
'icon' => 'dashicons-thumbs-up',
|
65 |
+
'deleteable' => true,
|
66 |
+
];
|
67 |
+
seopress_notification($args);
|
68 |
+
}
|
69 |
function seopress_get_hidden_notices_usm_option()
|
70 |
{
|
71 |
$seopress_get_hidden_notices_usm_option = get_option('seopress_notices');
|
225 |
}
|
226 |
}
|
227 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
if (is_plugin_active('td-composer/td-composer.php')) {
|
229 |
function seopress_get_hidden_notices_tagdiv_option()
|
230 |
{
|
776 |
seopress_notification($args);
|
777 |
}
|
778 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
779 |
if ('1' == get_option('page_comments')) {
|
780 |
function seopress_get_hidden_notices_divide_comments_option()
|
781 |
{
|
@@ -42,76 +42,62 @@
|
|
42 |
</div>
|
43 |
</div>
|
44 |
<div class="seopress-card-content">
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
}
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
<?php _e('Generate XML sitemaps', 'wp-seopress'); ?>
|
68 |
-
</a>
|
69 |
-
</li>
|
70 |
-
<?php $done = '';
|
71 |
-
$options = get_option('seopress_social_option_name');
|
72 |
-
$check = isset($options['seopress_social_facebook_og']);
|
73 |
-
if ('1' == $check) {
|
74 |
-
$done = 'done';
|
75 |
-
}
|
76 |
-
?>
|
77 |
-
<li class="seopress-item has-action seopress-item-inner">
|
78 |
-
<a href="<?php echo admin_url('admin.php?page=seopress-social'); ?>"
|
79 |
-
class="seopress-item-inner check <?php echo $done; ?>">
|
80 |
-
<?php _e('Be social', 'wp-seopress'); ?>
|
81 |
-
</a>
|
82 |
-
</li>
|
83 |
-
<?php
|
84 |
-
$done = '';
|
85 |
-
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
86 |
-
if ('1' === seopress_get_toggle_option('local-business')) {
|
87 |
-
$done = 'done';
|
88 |
-
} ?>
|
89 |
-
<li class="seopress-item has-action seopress-item-inner">
|
90 |
-
<a href="<?php echo admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_local_business'); ?>"
|
91 |
-
class="seopress-item-inner check <?php echo $done; ?>">
|
92 |
-
<?php _e('Improve Local SEO', 'wp-seopress'); ?>
|
93 |
-
</a>
|
94 |
-
</li>
|
95 |
-
<?php
|
96 |
-
} ?>
|
97 |
-
<?php
|
98 |
-
$done = '';
|
99 |
-
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
100 |
-
$options = get_option('seopress_pro_option_name');
|
101 |
-
$check = isset($options['seopress_rich_snippets_enable']);
|
102 |
-
if ('1' === seopress_get_toggle_option('rich-snippets') && '1' == $check) {
|
103 |
-
$done = 'done';
|
104 |
-
} ?>
|
105 |
-
<li class="seopress-item has-action seopress-item-inner">
|
106 |
-
<a href="<?php echo admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets'); ?>"
|
107 |
-
class="seopress-item-inner check <?php echo $done; ?>">
|
108 |
-
<?php _e('Add Structured Data Types to increase visibility in SERPs', 'wp-seopress'); ?>
|
109 |
-
</a>
|
110 |
-
</li>
|
111 |
-
<?php
|
112 |
-
} ?>
|
113 |
</ul>
|
114 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
</div>
|
116 |
|
117 |
<?php }
|
42 |
</div>
|
43 |
</div>
|
44 |
<div class="seopress-card-content">
|
45 |
+
<?php
|
46 |
+
$tasks = [
|
47 |
+
[
|
48 |
+
'done' => ('valid' === get_option('seopress_pro_license_status') && is_plugin_active('wp-seopress-pro/seopress-pro.php') && ! is_multisite()) ? 'done' : '',
|
49 |
+
'link' => admin_url('admin.php?page=seopress-license'),
|
50 |
+
'label' => __('Activate your license key', 'wp-seopress'),
|
51 |
+
],
|
52 |
+
[
|
53 |
+
$options = get_option('seopress_xml_sitemap_option_name'),
|
54 |
+
'done' => isset($options['seopress_xml_sitemap_general_enable']) ? 'done' : '',
|
55 |
+
'link' => admin_url('admin.php?page=seopress-xml-sitemap'),
|
56 |
+
'label' => __('Generate XML sitemaps', 'wp-seopress'),
|
57 |
+
],
|
58 |
+
[
|
59 |
+
$options = get_option('seopress_social_option_name'),
|
60 |
+
'done' => isset($options['seopress_social_facebook_og']) ? 'done' : '',
|
61 |
+
'link' => admin_url('admin.php?page=seopress-social'),
|
62 |
+
'label' => __('Be social', 'wp-seopress'),
|
63 |
+
],
|
64 |
+
[
|
65 |
+
'done' => (is_plugin_active('wp-seopress-pro/seopress-pro.php') && seopress_get_toggle_option('local-business') === '1') ? 'done' : '',
|
66 |
+
'link' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_local_business'),
|
67 |
+
'label' => __('Improve Local SEO', 'wp-seopress'),
|
68 |
+
],
|
69 |
+
[
|
70 |
+
$options = get_option('seopress_pro_option_name'),
|
71 |
+
'done' => (is_plugin_active('wp-seopress-pro/seopress-pro.php') && isset($options['seopress_rich_snippets_enable'])) ? 'done' : '',
|
72 |
+
'link' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets'),
|
73 |
+
'label' => __('Add Structured Data Types to increase visibility in SERPs', 'wp-seopress'),
|
74 |
+
]
|
75 |
+
];
|
76 |
+
|
77 |
+
if (!is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
78 |
+
unset($tasks[0]);
|
79 |
+
unset($tasks[3]);
|
80 |
+
unset($tasks[4]);
|
81 |
+
$tasks = array_values($tasks);
|
82 |
}
|
83 |
+
?>
|
84 |
+
|
85 |
+
<ul class="seopress-list-items" role="menu">
|
86 |
+
<?php foreach($tasks as $key => $task) { ?>
|
87 |
+
<li class="seopress-item has-action seopress-item-inner <?php if (empty($task['done'])) { echo 'is-active'; }; ?>">
|
88 |
+
<a href="<?php echo $task['link']; ?>" class="seopress-item-inner check <?php echo $task['done']; ?>" data-index="<?php echo $key + 1; ?>">
|
89 |
+
<?php echo $task['label']; ?>
|
90 |
+
</a>
|
91 |
+
</li>
|
92 |
+
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
</ul>
|
94 |
</div>
|
95 |
+
<div class="seopress-card-footer">
|
96 |
+
<a href="https://wordpress.org/support/view/plugin-reviews/wp-seopress?rate=5#postform" target="_blank">
|
97 |
+
<?php _e('You like SEOPress? Please help us by rating us 5 stars!', 'wp-seopress'); ?>
|
98 |
+
</a>
|
99 |
+
<span class="dashicons dashicons-external"></span>
|
100 |
+
</div>
|
101 |
</div>
|
102 |
|
103 |
<?php }
|
@@ -3,995 +3,988 @@
|
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
5 |
function seopress_advanced_advanced_replytocom_callback() {
|
6 |
-
|
7 |
|
8 |
-
|
9 |
|
10 |
<label for="seopress_advanced_advanced_replytocom">
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
</label>
|
18 |
|
19 |
<?php if (isset($options['seopress_advanced_advanced_replytocom'])) {
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
function seopress_advanced_advanced_tax_desc_editor_callback() {
|
25 |
-
|
26 |
|
27 |
-
|
28 |
|
29 |
<label for="seopress_advanced_advanced_tax_desc_editor">
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
</label>
|
37 |
|
38 |
<?php if (isset($options['seopress_advanced_advanced_tax_desc_editor'])) {
|
39 |
-
|
40 |
-
|
41 |
}
|
42 |
|
43 |
function seopress_advanced_advanced_category_url_callback() {
|
44 |
-
|
45 |
|
46 |
-
|
47 |
|
48 |
<label for="seopress_advanced_advanced_category_url">
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
|
60 |
-
|
61 |
</label>
|
62 |
|
63 |
<p class="description">
|
64 |
-
|
65 |
</p>
|
66 |
|
67 |
<div class="seopress-notice">
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
</div>
|
72 |
|
73 |
<?php
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
}
|
78 |
|
79 |
function seopress_advanced_advanced_product_cat_url_callback() {
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
}
|
134 |
-
|
135 |
-
function seopress_advanced_advanced_trailingslash_callback() {
|
136 |
-
$options = get_option('seopress_advanced_option_name');
|
137 |
-
|
138 |
-
$check = isset($options['seopress_advanced_advanced_trailingslash']); ?>
|
139 |
-
|
140 |
-
|
141 |
-
<label for="seopress_advanced_advanced_trailingslash">
|
142 |
-
<input id="seopress_advanced_advanced_trailingslash"
|
143 |
-
name="seopress_advanced_option_name[seopress_advanced_advanced_trailingslash]" type="checkbox" <?php if ('1' == $check) { ?>
|
144 |
-
checked="yes"
|
145 |
-
<?php } ?>
|
146 |
-
value="1"/>
|
147 |
-
<?php _e('Disable trailing slash for metas', 'wp-seopress'); ?>
|
148 |
-
</label>
|
149 |
-
|
150 |
-
<div class="seopress-notice">
|
151 |
-
<p>
|
152 |
-
<?php _e('You must check this box if the structure of your permalinks <strong>DOES NOT</strong> contain a slash at the end (eg: /%postname%)', 'wp-seopress'); ?>
|
153 |
-
</p>
|
154 |
-
</div>
|
155 |
-
|
156 |
-
<?php
|
157 |
-
if (isset($options['seopress_advanced_advanced_trailingslash'])) {
|
158 |
-
esc_attr($options['seopress_advanced_advanced_trailingslash']);
|
159 |
-
}
|
160 |
}
|
161 |
|
162 |
function seopress_advanced_advanced_wp_generator_callback() {
|
163 |
-
|
164 |
|
165 |
-
|
166 |
|
167 |
<label for="seopress_advanced_advanced_wp_generator">
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
</label>
|
175 |
|
176 |
<?php if (isset($options['seopress_advanced_advanced_wp_generator'])) {
|
177 |
-
|
178 |
-
|
179 |
}
|
180 |
|
181 |
function seopress_advanced_advanced_hentry_callback() {
|
182 |
-
|
183 |
|
184 |
-
|
185 |
|
186 |
<label for="seopress_advanced_advanced_hentry">
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
|
193 |
-
|
194 |
</label>
|
195 |
|
196 |
<?php if (isset($options['seopress_advanced_advanced_hentry'])) {
|
197 |
-
|
198 |
-
|
199 |
}
|
200 |
|
201 |
function seopress_advanced_advanced_comments_author_url_callback() {
|
202 |
-
|
203 |
|
204 |
-
|
205 |
|
206 |
<label for="seopress_advanced_advanced_comments_author_url">
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
|
213 |
-
|
214 |
</label>
|
215 |
|
216 |
<?php if (isset($options['seopress_advanced_advanced_comments_author_url'])) {
|
217 |
-
|
218 |
-
|
219 |
}
|
220 |
|
221 |
function seopress_advanced_advanced_comments_website_callback() {
|
222 |
-
|
223 |
|
224 |
-
|
225 |
|
226 |
<label for="seopress_advanced_advanced_comments_website">
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
|
233 |
-
|
234 |
</label>
|
235 |
|
236 |
<?php if (isset($options['seopress_advanced_advanced_comments_website'])) {
|
237 |
-
|
238 |
-
|
239 |
}
|
240 |
|
241 |
function seopress_advanced_advanced_comments_form_link_callback() {
|
242 |
-
|
243 |
|
244 |
-
|
245 |
|
246 |
<label for="seopress_advanced_advanced_comments_form_link">
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
|
253 |
-
|
254 |
</label>
|
255 |
|
256 |
<?php if (isset($options['seopress_advanced_advanced_comments_form_link'])) {
|
257 |
-
|
258 |
-
|
259 |
}
|
260 |
|
261 |
function seopress_advanced_advanced_wp_shortlink_callback() {
|
262 |
-
|
263 |
|
264 |
-
|
265 |
|
266 |
<label for="seopress_advanced_advanced_wp_shortlink">
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
</label>
|
278 |
|
279 |
<?php if (isset($options['seopress_advanced_advanced_wp_shortlink'])) {
|
280 |
-
|
281 |
-
|
282 |
}
|
283 |
|
284 |
function seopress_advanced_advanced_wp_wlw_callback() {
|
285 |
-
|
286 |
|
287 |
-
|
288 |
|
289 |
<label for="seopress_advanced_advanced_wp_wlw">
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
</label>
|
301 |
|
302 |
<?php if (isset($options['seopress_advanced_advanced_wp_wlw'])) {
|
303 |
-
|
304 |
-
|
305 |
}
|
306 |
|
307 |
function seopress_advanced_advanced_wp_rsd_callback() {
|
308 |
-
|
309 |
|
310 |
-
|
311 |
|
312 |
<label for="seopress_advanced_advanced_wp_rsd">
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
</label>
|
324 |
|
325 |
<p class="description">
|
326 |
-
|
327 |
</p>
|
328 |
|
329 |
<?php if (isset($options['seopress_advanced_advanced_wp_rsd'])) {
|
330 |
-
|
331 |
-
|
332 |
}
|
333 |
|
334 |
function seopress_advanced_advanced_google_callback() {
|
335 |
-
|
336 |
-
|
337 |
|
338 |
-
|
339 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_google]" placeholder="' . esc_html__('Enter Google meta value site verification', 'wp-seopress') . '" aria-label="' . __('Google site verification', 'wp-seopress') . '" value="%s"/>',
|
340 |
esc_html($check)
|
341 |
); ?>
|
342 |
<p class="description">
|
343 |
-
|
344 |
</p>
|
345 |
|
346 |
<?php
|
347 |
}
|
348 |
|
349 |
function seopress_advanced_advanced_bing_callback() {
|
350 |
-
|
351 |
-
|
352 |
|
353 |
-
|
354 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_bing]" placeholder="' . esc_html__('Enter Bing meta value site verification', 'wp-seopress') . '" aria-label="' . __('Bing site verification', 'wp-seopress') . '" value="%s"/>',
|
355 |
esc_html($check)
|
356 |
); ?>
|
357 |
<p class="description">
|
358 |
-
|
359 |
</p>
|
360 |
|
361 |
<?php
|
362 |
}
|
363 |
|
364 |
function seopress_advanced_advanced_pinterest_callback() {
|
365 |
-
|
366 |
-
|
367 |
|
368 |
-
|
369 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_pinterest]" placeholder="' . esc_html__('Enter Pinterest meta value site verification', 'wp-seopress') . '" aria-label="' . __('Pinterest site verification', 'wp-seopress') . '" value="%s"/>',
|
370 |
esc_html($check)
|
371 |
);
|
372 |
}
|
373 |
|
374 |
function seopress_advanced_advanced_yandex_callback() {
|
375 |
-
|
376 |
-
|
377 |
|
378 |
-
|
379 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_yandex]" aria-label="' . __('Yandex site verification', 'wp-seopress') . '" placeholder="' . esc_html__('Enter Yandex meta value site verification', 'wp-seopress') . '" value="%s"/>',
|
380 |
esc_html($check)
|
381 |
);
|
382 |
}
|
383 |
|
384 |
function seopress_advanced_appearance_adminbar_callback() {
|
385 |
-
|
386 |
|
387 |
-
|
388 |
|
389 |
<label for="seopress_advanced_appearance_adminbar">
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
|
396 |
-
|
397 |
</label>
|
398 |
|
399 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
400 |
-
|
401 |
-
|
402 |
}
|
403 |
|
404 |
function seopress_advanced_appearance_universal_metabox_callback() {
|
405 |
-
|
406 |
|
407 |
-
|
|
|
|
|
|
|
|
|
|
|
408 |
|
409 |
<label for="seopress_advanced_appearance_universal_metabox">
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
|
416 |
-
|
417 |
</label>
|
418 |
|
419 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
420 |
-
|
421 |
-
|
422 |
}
|
423 |
|
424 |
function seopress_advanced_appearance_universal_metabox_disable_callback() {
|
425 |
-
|
426 |
-
|
427 |
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
?>
|
437 |
|
438 |
<label for="seopress_advanced_appearance_universal_metabox_disable">
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
|
445 |
-
|
446 |
</label>
|
447 |
|
448 |
<p class="description">
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
</p>
|
454 |
|
455 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
456 |
-
|
457 |
-
|
458 |
}
|
459 |
|
460 |
function seopress_advanced_appearance_adminbar_noindex_callback() {
|
461 |
-
|
462 |
|
463 |
-
|
464 |
|
465 |
<label for="seopress_advanced_appearance_adminbar_noindex">
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
|
472 |
-
|
473 |
</label>
|
474 |
|
475 |
<?php if (isset($options['seopress_advanced_appearance_adminbar_noindex'])) {
|
476 |
-
|
477 |
-
|
478 |
}
|
479 |
|
480 |
function seopress_advanced_appearance_metaboxe_position_callback() {
|
481 |
-
|
482 |
|
483 |
-
|
484 |
|
485 |
<select id="seopress_advanced_appearance_metaboxe_position"
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
</select>
|
503 |
|
504 |
<?php if (isset($options['seopress_advanced_appearance_metaboxe_position'])) {
|
505 |
-
|
506 |
-
|
507 |
}
|
508 |
|
509 |
function seopress_advanced_appearance_schema_default_tab_callback() {
|
510 |
-
|
511 |
-
|
512 |
|
513 |
-
|
514 |
|
515 |
<select id="seopress_advanced_appearance_schema_default_tab"
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
</select>
|
528 |
|
529 |
<?php if (isset($options['seopress_advanced_appearance_schema_default_tab'])) {
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
}
|
534 |
|
535 |
function seopress_advanced_appearance_notifications_callback() {
|
536 |
-
|
537 |
|
538 |
-
|
539 |
|
540 |
<label for="seopress_advanced_appearance_notifications">
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
|
547 |
-
|
548 |
</label>
|
549 |
|
550 |
<?php if (isset($options['seopress_advanced_appearance_notifications'])) {
|
551 |
-
|
552 |
-
|
553 |
}
|
554 |
|
555 |
function seopress_advanced_appearance_news_callback() {
|
556 |
-
|
557 |
|
558 |
-
|
559 |
|
560 |
<label for="seopress_advanced_appearance_news">
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
|
567 |
-
|
568 |
</label>
|
569 |
|
570 |
<?php if (isset($options['seopress_advanced_appearance_news'])) {
|
571 |
-
|
572 |
-
|
573 |
}
|
574 |
|
575 |
function seopress_advanced_appearance_seo_tools_callback() {
|
576 |
-
|
577 |
|
578 |
-
|
579 |
|
580 |
<label for="seopress_advanced_appearance_seo_tools">
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
|
587 |
-
|
588 |
|
589 |
<?php if (isset($options['seopress_advanced_appearance_seo_tools'])) {
|
590 |
-
|
591 |
-
|
592 |
}
|
593 |
|
594 |
function seopress_advanced_appearance_title_col_callback() {
|
595 |
-
|
596 |
|
597 |
-
|
598 |
|
599 |
<label for="seopress_advanced_appearance_title_col">
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
|
606 |
-
|
607 |
</label>
|
608 |
|
609 |
<?php if (isset($options['seopress_advanced_appearance_title_col'])) {
|
610 |
-
|
611 |
-
|
612 |
}
|
613 |
|
614 |
function seopress_advanced_appearance_meta_desc_col_callback() {
|
615 |
-
|
616 |
|
617 |
-
|
618 |
|
619 |
<label for="seopress_advanced_appearance_meta_desc_col">
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
|
626 |
-
|
627 |
</label>
|
628 |
|
629 |
<?php if (isset($options['seopress_advanced_appearance_meta_desc_col'])) {
|
630 |
-
|
631 |
-
|
632 |
}
|
633 |
|
634 |
function seopress_advanced_appearance_redirect_enable_col_callback() {
|
635 |
-
|
636 |
|
637 |
-
|
638 |
|
639 |
<label for="seopress_advanced_appearance_redirect_enable_col">
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
|
646 |
-
|
647 |
</label>
|
648 |
|
649 |
<?php if (isset($options['seopress_advanced_appearance_redirect_enable_col'])) {
|
650 |
-
|
651 |
-
|
652 |
}
|
653 |
|
654 |
function seopress_advanced_appearance_redirect_url_col_callback() {
|
655 |
-
|
656 |
|
657 |
-
|
658 |
|
659 |
<label for="seopress_advanced_appearance_redirect_url_col">
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
|
666 |
-
|
667 |
</label>
|
668 |
|
669 |
<?php if (isset($options['seopress_advanced_appearance_redirect_url_col'])) {
|
670 |
-
|
671 |
-
|
672 |
}
|
673 |
|
674 |
function seopress_advanced_appearance_canonical_callback() {
|
675 |
-
|
676 |
|
677 |
-
|
678 |
|
679 |
<label for="seopress_advanced_appearance_canonical">
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
|
686 |
-
|
687 |
</label>
|
688 |
|
689 |
<?php if (isset($options['seopress_advanced_appearance_canonical'])) {
|
690 |
-
|
691 |
-
|
692 |
}
|
693 |
|
694 |
function seopress_advanced_appearance_target_kw_col_callback() {
|
695 |
-
|
696 |
|
697 |
-
|
698 |
|
699 |
<label for="seopress_advanced_appearance_target_kw_col">
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
|
706 |
-
|
707 |
</label>
|
708 |
|
709 |
<?php if (isset($options['seopress_advanced_appearance_target_kw_col'])) {
|
710 |
-
|
711 |
-
|
712 |
}
|
713 |
|
714 |
function seopress_advanced_appearance_noindex_col_callback() {
|
715 |
-
|
716 |
|
717 |
-
|
718 |
|
719 |
<label for="seopress_advanced_appearance_noindex_col">
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
|
726 |
-
|
727 |
</label>
|
728 |
|
729 |
<?php if (isset($options['seopress_advanced_appearance_noindex_col'])) {
|
730 |
-
|
731 |
-
|
732 |
}
|
733 |
|
734 |
function seopress_advanced_appearance_nofollow_col_callback() {
|
735 |
-
|
736 |
|
737 |
-
|
738 |
|
739 |
<label for="seopress_advanced_appearance_nofollow_col">
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
|
746 |
-
|
747 |
</label>
|
748 |
|
749 |
<?php if (isset($options['seopress_advanced_appearance_nofollow_col'])) {
|
750 |
-
|
751 |
-
|
752 |
}
|
753 |
|
754 |
function seopress_advanced_appearance_words_col_callback() {
|
755 |
-
|
756 |
|
757 |
-
|
758 |
|
759 |
<label for="seopress_advanced_appearance_words_col">
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
|
766 |
-
|
767 |
</label>
|
768 |
|
769 |
<?php if (isset($options['seopress_advanced_appearance_words_col'])) {
|
770 |
-
|
771 |
-
|
772 |
}
|
773 |
|
774 |
function seopress_advanced_appearance_ps_col_callback() {
|
775 |
-
|
776 |
-
|
777 |
|
778 |
-
|
779 |
|
780 |
<label for="seopress_advanced_appearance_ps_col">
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
|
787 |
-
|
788 |
</label>
|
789 |
|
790 |
<?php if (isset($options['seopress_advanced_appearance_ps_col'])) {
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
}
|
795 |
|
796 |
function seopress_advanced_appearance_insights_col_callback() {
|
797 |
-
|
798 |
-
|
799 |
|
800 |
-
|
801 |
<label for="seopress_advanced_appearance_insights_col">
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
|
808 |
-
|
809 |
</label>
|
810 |
|
811 |
<?php if (isset($options['seopress_advanced_appearance_insights_col'])) {
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
}
|
816 |
|
817 |
function seopress_advanced_appearance_score_col_callback() {
|
818 |
-
|
819 |
|
820 |
-
|
821 |
|
822 |
<label for="seopress_advanced_appearance_score_col">
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
|
829 |
-
|
830 |
</label>
|
831 |
|
832 |
<?php if (isset($options['seopress_advanced_appearance_score_col'])) {
|
833 |
-
|
834 |
-
|
835 |
}
|
836 |
|
837 |
function seopress_advanced_appearance_ca_metaboxe_callback() {
|
838 |
-
|
839 |
|
840 |
-
|
841 |
|
842 |
<label for="seopress_advanced_appearance_ca_metaboxe">
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
|
849 |
-
|
850 |
</label>
|
851 |
|
852 |
<?php if (isset($options['seopress_advanced_appearance_ca_metaboxe'])) {
|
853 |
-
|
854 |
-
|
855 |
}
|
856 |
|
857 |
function seopress_advanced_appearance_genesis_seo_metaboxe_callback() {
|
858 |
-
|
859 |
|
860 |
-
|
861 |
|
862 |
<label for="seopress_advanced_appearance_genesis_seo_metaboxe">
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
|
869 |
-
|
870 |
</label>
|
871 |
|
872 |
<?php if (isset($options['seopress_advanced_appearance_genesis_seo_metaboxe'])) {
|
873 |
-
|
874 |
-
|
875 |
}
|
876 |
|
877 |
function seopress_advanced_appearance_genesis_seo_menu_callback() {
|
878 |
-
|
879 |
|
880 |
-
|
881 |
|
882 |
<label for="seopress_advanced_appearance_genesis_seo_menu">
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
|
889 |
-
|
890 |
</label>
|
891 |
|
892 |
<?php if (isset($options['seopress_advanced_appearance_genesis_seo_menu'])) {
|
893 |
-
|
894 |
-
|
895 |
}
|
896 |
|
897 |
function seopress_advanced_appearance_advice_schema_callback() {
|
898 |
-
|
899 |
|
900 |
-
|
901 |
|
902 |
<label for="seopress_advanced_appearance_advice_schema">
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
|
909 |
-
|
910 |
</label>
|
911 |
|
912 |
<?php if (isset($options['seopress_advanced_appearance_advice_schema'])) {
|
913 |
-
|
914 |
-
|
915 |
}
|
916 |
|
917 |
function seopress_advanced_security_metaboxe_role_callback() {
|
918 |
-
|
919 |
|
920 |
-
|
921 |
|
922 |
-
|
923 |
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
|
928 |
-
<div class="wrap-user-roles">
|
929 |
|
930 |
-
|
931 |
-
|
932 |
|
933 |
-
|
934 |
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
|
|
|
|
|
|
|
|
942 |
|
943 |
-
|
944 |
-
for="seopress_advanced_security_metaboxe_role_<?php echo $key; ?>">
|
945 |
-
<strong><?php echo $value; ?></strong> (<em><?php echo translate_user_role($value, 'default'); ?>)</em>
|
946 |
-
</label>
|
947 |
|
948 |
-
|
|
|
|
|
|
|
949 |
|
950 |
-
<?php if (isset($options['seopress_advanced_security_metaboxe_role'][$key])) {
|
951 |
-
esc_attr($options['seopress_advanced_security_metaboxe_role'][$key]);
|
952 |
-
}
|
953 |
-
} ?>
|
954 |
-
</div>
|
955 |
<?php echo seopress_tooltip_link($docs['security']['metaboxe_seo'], __('Hook to filter structured data types metabox call by post type - new window', 'wp-seopress')); ?>
|
956 |
|
957 |
<?php
|
958 |
}
|
959 |
|
960 |
function seopress_advanced_security_metaboxe_ca_role_callback() {
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
}
|
993 |
-
} ?>
|
994 |
-
</div>
|
995 |
|
996 |
<?php echo seopress_tooltip_link($docs['security']['metaboxe_ca'], __('Hook to filter structured data types metabox call by post type - new window', 'wp-seopress')); ?>
|
997 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
5 |
function seopress_advanced_advanced_replytocom_callback() {
|
6 |
+
$options = get_option('seopress_advanced_option_name');
|
7 |
|
8 |
+
$check = isset($options['seopress_advanced_advanced_replytocom']); ?>
|
9 |
|
10 |
<label for="seopress_advanced_advanced_replytocom">
|
11 |
+
<input id="seopress_advanced_advanced_replytocom"
|
12 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_replytocom]" type="checkbox" <?php if ('1' == $check) { ?>
|
13 |
+
checked="yes"
|
14 |
+
<?php } ?>
|
15 |
+
value="1"/>
|
16 |
+
<?php _e('Remove ?replytocom link in source code', 'wp-seopress'); ?>
|
17 |
</label>
|
18 |
|
19 |
<?php if (isset($options['seopress_advanced_advanced_replytocom'])) {
|
20 |
+
esc_attr($options['seopress_advanced_advanced_replytocom']);
|
21 |
+
}
|
22 |
+
}
|
23 |
+
|
24 |
+
function seopress_advanced_advanced_noreferrer_callback() {
|
25 |
+
$options = get_option('seopress_advanced_option_name');
|
26 |
+
|
27 |
+
$check = isset($options['seopress_advanced_advanced_noreferrer']); ?>
|
28 |
+
|
29 |
+
<label for="seopress_advanced_advanced_noreferrer">
|
30 |
+
<input id="seopress_advanced_advanced_noreferrer"
|
31 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_noreferrer]" type="checkbox" <?php if ('1' == $check) { ?>
|
32 |
+
checked="yes"
|
33 |
+
<?php } ?>
|
34 |
+
value="1"/>
|
35 |
+
<?php _e('Remove noreferrer link attribute in source code', 'wp-seopress'); ?>
|
36 |
+
</label>
|
37 |
+
|
38 |
+
<p class="description">
|
39 |
+
<?php _e('Useful for affiliate links (eg: Amazon).','wp-seopress'); ?>
|
40 |
+
</p>
|
41 |
+
|
42 |
+
<?php if (isset($options['seopress_advanced_advanced_noreferrer'])) {
|
43 |
+
esc_attr($options['seopress_advanced_advanced_noreferrer']);
|
44 |
+
}
|
45 |
}
|
46 |
|
47 |
function seopress_advanced_advanced_tax_desc_editor_callback() {
|
48 |
+
$options = get_option('seopress_advanced_option_name');
|
49 |
|
50 |
+
$check = isset($options['seopress_advanced_advanced_tax_desc_editor']); ?>
|
51 |
|
52 |
<label for="seopress_advanced_advanced_tax_desc_editor">
|
53 |
+
<input id="seopress_advanced_advanced_tax_desc_editor"
|
54 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_tax_desc_editor]" type="checkbox" <?php if ('1' == $check) { ?>
|
55 |
+
checked="yes"
|
56 |
+
<?php } ?>
|
57 |
+
value="1"/>
|
58 |
+
<?php _e('Add TINYMCE editor to term description', 'wp-seopress'); ?>
|
59 |
</label>
|
60 |
|
61 |
<?php if (isset($options['seopress_advanced_advanced_tax_desc_editor'])) {
|
62 |
+
esc_attr($options['seopress_advanced_advanced_tax_desc_editor']);
|
63 |
+
}
|
64 |
}
|
65 |
|
66 |
function seopress_advanced_advanced_category_url_callback() {
|
67 |
+
$options = get_option('seopress_advanced_option_name');
|
68 |
|
69 |
+
$check = isset($options['seopress_advanced_advanced_category_url']); ?>
|
70 |
|
71 |
<label for="seopress_advanced_advanced_category_url">
|
72 |
+
<input id="seopress_advanced_advanced_category_url"
|
73 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_category_url]" type="checkbox" <?php if ('1' == $check) { ?>
|
74 |
+
checked="yes"
|
75 |
+
<?php } ?>
|
76 |
+
value="1"/>
|
77 |
+
<?php
|
78 |
+
$category_base = '/category/';
|
79 |
+
if (get_option('category_base')) {
|
80 |
+
$category_base = '/' . get_option('category_base');
|
81 |
+
}
|
82 |
|
83 |
+
printf(__('Remove <strong>%s</strong> in your permalinks', 'wp-seopress'), $category_base); ?>
|
84 |
</label>
|
85 |
|
86 |
<p class="description">
|
87 |
+
<?php _e('e.g. "https://example.com/category/my-post-category/" => "https://example.com/my-post-category/"','wp-seopress'); ?>
|
88 |
</p>
|
89 |
|
90 |
<div class="seopress-notice">
|
91 |
+
<p>
|
92 |
+
<?php _e('You have to flush your permalinks each time you change this setting.', 'wp-seopress'); ?>
|
93 |
+
</p>
|
94 |
</div>
|
95 |
|
96 |
<?php
|
97 |
+
if (isset($options['seopress_advanced_advanced_category_url'])) {
|
98 |
+
esc_attr($options['seopress_advanced_advanced_category_url']);
|
99 |
+
}
|
100 |
}
|
101 |
|
102 |
function seopress_advanced_advanced_product_cat_url_callback() {
|
103 |
+
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
104 |
+
$options = get_option('seopress_advanced_option_name');
|
105 |
+
|
106 |
+
$check = isset($options['seopress_advanced_advanced_product_cat_url']);
|
107 |
+
|
108 |
+
?>
|
109 |
+
|
110 |
+
<label for="seopress_advanced_advanced_product_cat_url">
|
111 |
+
<input id="seopress_advanced_advanced_product_cat_url"
|
112 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_product_cat_url]" type="checkbox" <?php if ('1' == $check) { ?>
|
113 |
+
checked="yes"
|
114 |
+
<?php } ?>
|
115 |
+
value="1"/>
|
116 |
+
|
117 |
+
<?php
|
118 |
+
$category_base = get_option('woocommerce_permalinks');
|
119 |
+
$category_base = $category_base['category_base'];
|
120 |
+
|
121 |
+
if ('' != $category_base) {
|
122 |
+
$category_base = '/' . $category_base . '/';
|
123 |
+
} else {
|
124 |
+
$category_base = '/product-category/';
|
125 |
+
}
|
126 |
+
|
127 |
+
printf(__('Remove <strong>%s</strong> in your permalinks', 'wp-seopress'), $category_base); ?>
|
128 |
+
|
129 |
+
</label>
|
130 |
+
|
131 |
+
<p class="description">
|
132 |
+
<?php _e('e.g. "https://example.com/product-category/my-product-category/" => "https://example.com/my-product-category/"','wp-seopress'); ?>
|
133 |
+
</p>
|
134 |
+
|
135 |
+
<div class="seopress-notice">
|
136 |
+
<p>
|
137 |
+
<?php _e('You have to flush your permalinks each time you change this setting.', 'wp-seopress'); ?>
|
138 |
+
</p>
|
139 |
+
<p>
|
140 |
+
<?php _e('Make sure you don\'t have identical URLs after activating this option to prevent conflicts.', 'wp-seopress'); ?>
|
141 |
+
</p>
|
142 |
+
</div>
|
143 |
+
|
144 |
+
<?php
|
145 |
+
if (isset($options['seopress_advanced_advanced_product_cat_url'])) {
|
146 |
+
esc_attr($options['seopress_advanced_advanced_product_cat_url']);
|
147 |
+
}
|
148 |
+
} else { ?>
|
149 |
+
<div class="seopress-notice is-warning">
|
150 |
+
<p>
|
151 |
+
<?php _e('You need to enable <strong>WooCommerce</strong> to apply these settings.', 'wp-seopress'); ?>
|
152 |
+
</p>
|
153 |
+
</div>
|
154 |
+
<?php
|
155 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
}
|
157 |
|
158 |
function seopress_advanced_advanced_wp_generator_callback() {
|
159 |
+
$options = get_option('seopress_advanced_option_name');
|
160 |
|
161 |
+
$check = isset($options['seopress_advanced_advanced_wp_generator']); ?>
|
162 |
|
163 |
<label for="seopress_advanced_advanced_wp_generator">
|
164 |
+
<input id="seopress_advanced_advanced_wp_generator"
|
165 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_wp_generator]" type="checkbox" <?php if ('1' == $check) { ?>
|
166 |
+
checked="yes"
|
167 |
+
<?php } ?>
|
168 |
+
value="1"/>
|
169 |
+
<?php _e('Remove WordPress meta generator in source code', 'wp-seopress'); ?>
|
170 |
</label>
|
171 |
|
172 |
<?php if (isset($options['seopress_advanced_advanced_wp_generator'])) {
|
173 |
+
esc_attr($options['seopress_advanced_advanced_wp_generator']);
|
174 |
+
}
|
175 |
}
|
176 |
|
177 |
function seopress_advanced_advanced_hentry_callback() {
|
178 |
+
$options = get_option('seopress_advanced_option_name');
|
179 |
|
180 |
+
$check = isset($options['seopress_advanced_advanced_hentry']); ?>
|
181 |
|
182 |
<label for="seopress_advanced_advanced_hentry">
|
183 |
+
<input id="seopress_advanced_advanced_hentry"
|
184 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_hentry]" type="checkbox" <?php if ('1' == $check) { ?>
|
185 |
+
checked="yes"
|
186 |
+
<?php } ?>
|
187 |
+
value="1"/>
|
188 |
|
189 |
+
<?php _e('Remove hentry post class to prevent Google from seeing this as structured data (schema)', 'wp-seopress'); ?>
|
190 |
</label>
|
191 |
|
192 |
<?php if (isset($options['seopress_advanced_advanced_hentry'])) {
|
193 |
+
esc_attr($options['seopress_advanced_advanced_hentry']);
|
194 |
+
}
|
195 |
}
|
196 |
|
197 |
function seopress_advanced_advanced_comments_author_url_callback() {
|
198 |
+
$options = get_option('seopress_advanced_option_name');
|
199 |
|
200 |
+
$check = isset($options['seopress_advanced_advanced_comments_author_url']); ?>
|
201 |
|
202 |
<label for="seopress_advanced_advanced_comments_author_url">
|
203 |
+
<input id="seopress_advanced_advanced_comments_author_url"
|
204 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_comments_author_url]" type="checkbox" <?php if ('1' == $check) { ?>
|
205 |
+
checked="yes"
|
206 |
+
<?php } ?>
|
207 |
+
value="1"/>
|
208 |
|
209 |
+
<?php _e('Remove comment author URL in comments if the website is filled from profile page', 'wp-seopress'); ?>
|
210 |
</label>
|
211 |
|
212 |
<?php if (isset($options['seopress_advanced_advanced_comments_author_url'])) {
|
213 |
+
esc_attr($options['seopress_advanced_advanced_comments_author_url']);
|
214 |
+
}
|
215 |
}
|
216 |
|
217 |
function seopress_advanced_advanced_comments_website_callback() {
|
218 |
+
$options = get_option('seopress_advanced_option_name');
|
219 |
|
220 |
+
$check = isset($options['seopress_advanced_advanced_comments_website']); ?>
|
221 |
|
222 |
<label for="seopress_advanced_advanced_comments_website">
|
223 |
+
<input id="seopress_advanced_advanced_comments_website"
|
224 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_comments_website]" type="checkbox" <?php if ('1' == $check) { ?>
|
225 |
+
checked="yes"
|
226 |
+
<?php } ?>
|
227 |
+
value="1"/>
|
228 |
|
229 |
+
<?php _e('Remove website field from comment form to reduce spam', 'wp-seopress'); ?>
|
230 |
</label>
|
231 |
|
232 |
<?php if (isset($options['seopress_advanced_advanced_comments_website'])) {
|
233 |
+
esc_attr($options['seopress_advanced_advanced_comments_website']);
|
234 |
+
}
|
235 |
}
|
236 |
|
237 |
function seopress_advanced_advanced_comments_form_link_callback() {
|
238 |
+
$options = get_option('seopress_advanced_option_name');
|
239 |
|
240 |
+
$check = isset($options['seopress_advanced_advanced_comments_form_link']); ?>
|
241 |
|
242 |
<label for="seopress_advanced_advanced_comments_form_link">
|
243 |
+
<input id="seopress_advanced_advanced_comments_form_link"
|
244 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_comments_form_link]" type="checkbox" <?php if ('1' == $check) { ?>
|
245 |
+
checked="yes"
|
246 |
+
<?php } ?>
|
247 |
+
value="1"/>
|
248 |
|
249 |
+
<?php _e('Prevent search engines to follow / index the link to the comments form (<em>eg: https://www.example.com/my-blog-post/#respond</em>)', 'wp-seopress'); ?>
|
250 |
</label>
|
251 |
|
252 |
<?php if (isset($options['seopress_advanced_advanced_comments_form_link'])) {
|
253 |
+
esc_attr($options['seopress_advanced_advanced_comments_form_link']);
|
254 |
+
}
|
255 |
}
|
256 |
|
257 |
function seopress_advanced_advanced_wp_shortlink_callback() {
|
258 |
+
$options = get_option('seopress_advanced_option_name');
|
259 |
|
260 |
+
$check = isset($options['seopress_advanced_advanced_wp_shortlink']); ?>
|
261 |
|
262 |
<label for="seopress_advanced_advanced_wp_shortlink">
|
263 |
+
<input id="seopress_advanced_advanced_wp_shortlink"
|
264 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_wp_shortlink]" type="checkbox" <?php if ('1' == $check) { ?>
|
265 |
+
checked="yes"
|
266 |
+
<?php } ?>
|
267 |
+
value="1"/>
|
268 |
|
269 |
+
<?php _e('Remove WordPress shortlink meta tag in source code (eg:', 'wp-seopress'); ?>
|
270 |
+
<em>
|
271 |
+
<?php echo esc_attr('<link rel="shortlink" href="https://www.example.com/"/>'); ?>
|
272 |
+
</em>)
|
273 |
</label>
|
274 |
|
275 |
<?php if (isset($options['seopress_advanced_advanced_wp_shortlink'])) {
|
276 |
+
esc_attr($options['seopress_advanced_advanced_wp_shortlink']);
|
277 |
+
}
|
278 |
}
|
279 |
|
280 |
function seopress_advanced_advanced_wp_wlw_callback() {
|
281 |
+
$options = get_option('seopress_advanced_option_name');
|
282 |
|
283 |
+
$check = isset($options['seopress_advanced_advanced_wp_wlw']); ?>
|
284 |
|
285 |
<label for="seopress_advanced_advanced_wp_wlw">
|
286 |
+
<input id="seopress_advanced_advanced_wp_wlw"
|
287 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_wp_wlw]" type="checkbox" <?php if ('1' == $check) { ?>
|
288 |
+
checked="yes"
|
289 |
+
<?php } ?>
|
290 |
+
value="1"/>
|
291 |
|
292 |
+
<?php _e('Remove Windows Live Writer meta tag in source code (eg:', 'wp-seopress'); ?>
|
293 |
+
<em>
|
294 |
+
<?php echo esc_attr('<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.example.com/wp-includes/wlwmanifest.xml" />'); ?>
|
295 |
+
</em>)
|
296 |
</label>
|
297 |
|
298 |
<?php if (isset($options['seopress_advanced_advanced_wp_wlw'])) {
|
299 |
+
esc_attr($options['seopress_advanced_advanced_wp_wlw']);
|
300 |
+
}
|
301 |
}
|
302 |
|
303 |
function seopress_advanced_advanced_wp_rsd_callback() {
|
304 |
+
$options = get_option('seopress_advanced_option_name');
|
305 |
|
306 |
+
$check = isset($options['seopress_advanced_advanced_wp_rsd']); ?>
|
307 |
|
308 |
<label for="seopress_advanced_advanced_wp_rsd">
|
309 |
+
<input id="seopress_advanced_advanced_wp_rsd"
|
310 |
+
name="seopress_advanced_option_name[seopress_advanced_advanced_wp_rsd]" type="checkbox" <?php if ('1' == $check) { ?>
|
311 |
+
checked="yes"
|
312 |
+
<?php } ?>
|
313 |
+
value="1"/>
|
314 |
|
315 |
+
<?php _e('Remove Really Simple Discovery meta tag in source code (eg:', 'wp-seopress'); ?>
|
316 |
+
<em>
|
317 |
+
<?php echo esc_attr('<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.example.com/xmlrpc.php?rsd" />'); ?>
|
318 |
+
</em>)
|
319 |
</label>
|
320 |
|
321 |
<p class="description">
|
322 |
+
<?php _e('WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.', 'wp-seopress'); ?>
|
323 |
</p>
|
324 |
|
325 |
<?php if (isset($options['seopress_advanced_advanced_wp_rsd'])) {
|
326 |
+
esc_attr($options['seopress_advanced_advanced_wp_rsd']);
|
327 |
+
}
|
328 |
}
|
329 |
|
330 |
function seopress_advanced_advanced_google_callback() {
|
331 |
+
$options = get_option('seopress_advanced_option_name');
|
332 |
+
$check = isset($options['seopress_advanced_advanced_google']) ? $options['seopress_advanced_advanced_google'] : null;
|
333 |
|
334 |
+
printf(
|
335 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_google]" placeholder="' . esc_html__('Enter Google meta value site verification', 'wp-seopress') . '" aria-label="' . __('Google site verification', 'wp-seopress') . '" value="%s"/>',
|
336 |
esc_html($check)
|
337 |
); ?>
|
338 |
<p class="description">
|
339 |
+
<?php _e('If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.', 'wp-seopress'); ?>
|
340 |
</p>
|
341 |
|
342 |
<?php
|
343 |
}
|
344 |
|
345 |
function seopress_advanced_advanced_bing_callback() {
|
346 |
+
$options = get_option('seopress_advanced_option_name');
|
347 |
+
$check = isset($options['seopress_advanced_advanced_bing']) ? $options['seopress_advanced_advanced_bing'] : null;
|
348 |
|
349 |
+
printf(
|
350 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_bing]" placeholder="' . esc_html__('Enter Bing meta value site verification', 'wp-seopress') . '" aria-label="' . __('Bing site verification', 'wp-seopress') . '" value="%s"/>',
|
351 |
esc_html($check)
|
352 |
); ?>
|
353 |
<p class="description">
|
354 |
+
<?php _e('If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.', 'wp-seopress'); ?>
|
355 |
</p>
|
356 |
|
357 |
<?php
|
358 |
}
|
359 |
|
360 |
function seopress_advanced_advanced_pinterest_callback() {
|
361 |
+
$options = get_option('seopress_advanced_option_name');
|
362 |
+
$check = isset($options['seopress_advanced_advanced_pinterest']) ? $options['seopress_advanced_advanced_pinterest'] : null;
|
363 |
|
364 |
+
printf(
|
365 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_pinterest]" placeholder="' . esc_html__('Enter Pinterest meta value site verification', 'wp-seopress') . '" aria-label="' . __('Pinterest site verification', 'wp-seopress') . '" value="%s"/>',
|
366 |
esc_html($check)
|
367 |
);
|
368 |
}
|
369 |
|
370 |
function seopress_advanced_advanced_yandex_callback() {
|
371 |
+
$options = get_option('seopress_advanced_option_name');
|
372 |
+
$check = isset($options['seopress_advanced_advanced_yandex']) ? $options['seopress_advanced_advanced_yandex'] : null;
|
373 |
|
374 |
+
printf(
|
375 |
'<input type="text" name="seopress_advanced_option_name[seopress_advanced_advanced_yandex]" aria-label="' . __('Yandex site verification', 'wp-seopress') . '" placeholder="' . esc_html__('Enter Yandex meta value site verification', 'wp-seopress') . '" value="%s"/>',
|
376 |
esc_html($check)
|
377 |
);
|
378 |
}
|
379 |
|
380 |
function seopress_advanced_appearance_adminbar_callback() {
|
381 |
+
$options = get_option('seopress_advanced_option_name');
|
382 |
|
383 |
+
$check = isset($options['seopress_advanced_appearance_adminbar']); ?>
|
384 |
|
385 |
<label for="seopress_advanced_appearance_adminbar">
|
386 |
+
<input id="seopress_advanced_appearance_adminbar"
|
387 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_adminbar]" type="checkbox" <?php if ('1' == $check) { ?>
|
388 |
+
checked="yes"
|
389 |
+
<?php } ?>
|
390 |
+
value="1"/>
|
391 |
|
392 |
+
<?php _e('Remove SEO from Admin Bar in backend and frontend', 'wp-seopress'); ?>
|
393 |
</label>
|
394 |
|
395 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
396 |
+
esc_attr($options['seopress_advanced_appearance_adminbar']);
|
397 |
+
}
|
398 |
}
|
399 |
|
400 |
function seopress_advanced_appearance_universal_metabox_callback() {
|
401 |
+
$options = get_option('seopress_advanced_option_name');
|
402 |
|
403 |
+
if(!$options){
|
404 |
+
$check = "1";
|
405 |
+
} else {
|
406 |
+
$check = isset($options['seopress_advanced_appearance_universal_metabox']) && $options['seopress_advanced_appearance_universal_metabox'] === '1' ? true : false;
|
407 |
+
}
|
408 |
+
?>
|
409 |
|
410 |
<label for="seopress_advanced_appearance_universal_metabox">
|
411 |
+
<input id="seopress_advanced_appearance_universal_metabox"
|
412 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_universal_metabox]"
|
413 |
+
type="checkbox"
|
414 |
+
<?php checked($check, "1"); ?>
|
415 |
+
value="1"/>
|
416 |
|
417 |
+
<?php _e('Enable the universal SEO metabox for the Block Editor (Gutenberg)', 'wp-seopress'); ?>
|
418 |
</label>
|
419 |
|
420 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
421 |
+
esc_attr($options['seopress_advanced_appearance_adminbar']);
|
422 |
+
}
|
423 |
}
|
424 |
|
425 |
function seopress_advanced_appearance_universal_metabox_disable_callback() {
|
426 |
+
$docs = function_exists('seopress_get_docs_links') ? seopress_get_docs_links() : '';
|
427 |
+
$options = get_option('seopress_advanced_option_name');
|
428 |
|
429 |
+
if(!$options){
|
430 |
+
$check = "1";
|
431 |
+
} else {
|
432 |
+
$check = isset($options['seopress_advanced_appearance_universal_metabox_disable']) && $options['seopress_advanced_appearance_universal_metabox_disable'] === '1' ? true : false;
|
433 |
+
}
|
434 |
+
?>
|
|
|
|
|
|
|
435 |
|
436 |
<label for="seopress_advanced_appearance_universal_metabox_disable">
|
437 |
+
<input id="seopress_advanced_appearance_universal_metabox_disable"
|
438 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_universal_metabox_disable]"
|
439 |
+
type="checkbox"
|
440 |
+
<?php checked($check, "1"); ?>
|
441 |
+
value="1"/>
|
442 |
|
443 |
+
<?php _e('Disable the universal SEO metabox', 'wp-seopress'); ?>
|
444 |
</label>
|
445 |
|
446 |
<p class="description">
|
447 |
+
<a class="seopress-help" href="<?php echo $docs['universal']['introduction']; ?>" target="_blank">
|
448 |
+
<?php _e('Learn more about how we interface with all page builders to optimize your productivity','wp-seopress'); ?>
|
449 |
+
<span class="seopress-help dashicons dashicons-external"></span>
|
450 |
+
</a>
|
451 |
</p>
|
452 |
|
453 |
<?php if (isset($options['seopress_advanced_appearance_adminbar'])) {
|
454 |
+
esc_attr($options['seopress_advanced_appearance_adminbar']);
|
455 |
+
}
|
456 |
}
|
457 |
|
458 |
function seopress_advanced_appearance_adminbar_noindex_callback() {
|
459 |
+
$options = get_option('seopress_advanced_option_name');
|
460 |
|
461 |
+
$check = isset($options['seopress_advanced_appearance_adminbar_noindex']); ?>
|
462 |
|
463 |
<label for="seopress_advanced_appearance_adminbar_noindex">
|
464 |
+
<input id="seopress_advanced_appearance_adminbar_noindex"
|
465 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_adminbar_noindex]" type="checkbox" <?php if ('1' == $check) { ?>
|
466 |
+
checked="yes"
|
467 |
+
<?php } ?>
|
468 |
+
value="1"/>
|
469 |
|
470 |
+
<?php _e('Remove noindex item from Admin Bar in backend and frontend', 'wp-seopress'); ?>
|
471 |
</label>
|
472 |
|
473 |
<?php if (isset($options['seopress_advanced_appearance_adminbar_noindex'])) {
|
474 |
+
esc_attr($options['seopress_advanced_appearance_adminbar_noindex']);
|
475 |
+
}
|
476 |
}
|
477 |
|
478 |
function seopress_advanced_appearance_metaboxe_position_callback() {
|
479 |
+
$options = get_option('seopress_advanced_option_name');
|
480 |
|
481 |
+
$selected = isset($options['seopress_advanced_appearance_metaboxe_position']) ? $options['seopress_advanced_appearance_metaboxe_position'] : null; ?>
|
482 |
|
483 |
<select id="seopress_advanced_appearance_metaboxe_position"
|
484 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_metaboxe_position]">
|
485 |
+
<option <?php if ('high' == $selected) { ?>
|
486 |
+
selected="selected"
|
487 |
+
<?php } ?>
|
488 |
+
value="high"><?php _e('High priority (top)', 'wp-seopress'); ?>
|
489 |
+
</option>
|
490 |
+
<option <?php if ('default' == $selected) { ?>
|
491 |
+
selected="selected"
|
492 |
+
<?php } ?>
|
493 |
+
value="default"><?php _e('Normal priority (default)', 'wp-seopress'); ?>
|
494 |
+
</option>
|
495 |
+
<option <?php if ('low' == $selected) { ?>
|
496 |
+
selected="selected"
|
497 |
+
<?php } ?>
|
498 |
+
value="low"><?php _e('Low priority', 'wp-seopress'); ?>
|
499 |
+
</option>
|
500 |
</select>
|
501 |
|
502 |
<?php if (isset($options['seopress_advanced_appearance_metaboxe_position'])) {
|
503 |
+
esc_attr($options['seopress_advanced_appearance_metaboxe_position']);
|
504 |
+
}
|
505 |
}
|
506 |
|
507 |
function seopress_advanced_appearance_schema_default_tab_callback() {
|
508 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
509 |
+
$options = get_option('seopress_advanced_option_name');
|
510 |
|
511 |
+
$selected = isset($options['seopress_advanced_appearance_schema_default_tab']) ? $options['seopress_advanced_appearance_schema_default_tab'] : null; ?>
|
512 |
|
513 |
<select id="seopress_advanced_appearance_schema_default_tab"
|
514 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_schema_default_tab]">
|
515 |
+
<option <?php if ('automatic' == $selected) { ?>
|
516 |
+
selected="selected"
|
517 |
+
<?php } ?>
|
518 |
+
value="automatic"><?php _e('Automatic tab (default)', 'wp-seopress'); ?>
|
519 |
+
</option>
|
520 |
+
<option <?php if ('manual' == $selected) { ?>
|
521 |
+
selected="selected"
|
522 |
+
<?php } ?>
|
523 |
+
value="manual"><?php _e('Manual tab', 'wp-seopress'); ?>
|
524 |
+
</option>
|
525 |
</select>
|
526 |
|
527 |
<?php if (isset($options['seopress_advanced_appearance_schema_default_tab'])) {
|
528 |
+
esc_attr($options['seopress_advanced_appearance_schema_default_tab']);
|
529 |
+
}
|
530 |
+
}
|
531 |
}
|
532 |
|
533 |
function seopress_advanced_appearance_notifications_callback() {
|
534 |
+
$options = get_option('seopress_advanced_option_name');
|
535 |
|
536 |
+
$check = isset($options['seopress_advanced_appearance_notifications']); ?>
|
537 |
|
538 |
<label for="seopress_advanced_appearance_notifications">
|
539 |
+
<input id="seopress_advanced_appearance_notifications"
|
540 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_notifications]" type="checkbox" <?php if ('1' == $check) { ?>
|
541 |
+
checked="yes"
|
542 |
+
<?php } ?>
|
543 |
+
value="1"/>
|
544 |
|
545 |
+
<?php _e('Hide Notifications Center in SEO Dashboard page', 'wp-seopress'); ?>
|
546 |
</label>
|
547 |
|
548 |
<?php if (isset($options['seopress_advanced_appearance_notifications'])) {
|
549 |
+
esc_attr($options['seopress_advanced_appearance_notifications']);
|
550 |
+
}
|
551 |
}
|
552 |
|
553 |
function seopress_advanced_appearance_news_callback() {
|
554 |
+
$options = get_option('seopress_advanced_option_name');
|
555 |
|
556 |
+
$check = isset($options['seopress_advanced_appearance_news']); ?>
|
557 |
|
558 |
<label for="seopress_advanced_appearance_news">
|
559 |
+
<input id="seopress_advanced_appearance_news"
|
560 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_news]" type="checkbox" <?php if ('1' == $check) { ?>
|
561 |
+
checked="yes"
|
562 |
+
<?php } ?>
|
563 |
+
value="1"/>
|
564 |
|
565 |
+
<?php _e('Hide SEO News in SEO Dashboard page', 'wp-seopress'); ?>
|
566 |
</label>
|
567 |
|
568 |
<?php if (isset($options['seopress_advanced_appearance_news'])) {
|
569 |
+
esc_attr($options['seopress_advanced_appearance_news']);
|
570 |
+
}
|
571 |
}
|
572 |
|
573 |
function seopress_advanced_appearance_seo_tools_callback() {
|
574 |
+
$options = get_option('seopress_advanced_option_name');
|
575 |
|
576 |
+
$check = isset($options['seopress_advanced_appearance_seo_tools']); ?>
|
577 |
|
578 |
<label for="seopress_advanced_appearance_seo_tools">
|
579 |
+
<input id="seopress_advanced_appearance_seo_tools"
|
580 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_seo_tools]" type="checkbox" <?php if ('1' == $check) { ?>
|
581 |
+
checked="yes"
|
582 |
+
<?php } ?>
|
583 |
+
value="1"/>
|
584 |
|
585 |
+
<?php _e('Hide Site Overview in SEO Dashboard page', 'wp-seopress'); ?></label>
|
586 |
|
587 |
<?php if (isset($options['seopress_advanced_appearance_seo_tools'])) {
|
588 |
+
esc_attr($options['seopress_advanced_appearance_seo_tools']);
|
589 |
+
}
|
590 |
}
|
591 |
|
592 |
function seopress_advanced_appearance_title_col_callback() {
|
593 |
+
$options = get_option('seopress_advanced_option_name');
|
594 |
|
595 |
+
$check = isset($options['seopress_advanced_appearance_title_col']); ?>
|
596 |
|
597 |
<label for="seopress_advanced_appearance_title_col">
|
598 |
+
<input id="seopress_advanced_appearance_title_col"
|
599 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_title_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
600 |
+
checked="yes"
|
601 |
+
<?php } ?>
|
602 |
+
value="1"/>
|
603 |
|
604 |
+
<?php _e('Add title column', 'wp-seopress'); ?>
|
605 |
</label>
|
606 |
|
607 |
<?php if (isset($options['seopress_advanced_appearance_title_col'])) {
|
608 |
+
esc_attr($options['seopress_advanced_appearance_title_col']);
|
609 |
+
}
|
610 |
}
|
611 |
|
612 |
function seopress_advanced_appearance_meta_desc_col_callback() {
|
613 |
+
$options = get_option('seopress_advanced_option_name');
|
614 |
|
615 |
+
$check = isset($options['seopress_advanced_appearance_meta_desc_col']); ?>
|
616 |
|
617 |
<label for="seopress_advanced_appearance_meta_desc_col">
|
618 |
+
<input id="seopress_advanced_appearance_meta_desc_col"
|
619 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_meta_desc_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
620 |
+
checked="yes"
|
621 |
+
<?php } ?>
|
622 |
+
value="1"/>
|
623 |
|
624 |
+
<?php _e('Add meta description column', 'wp-seopress'); ?>
|
625 |
</label>
|
626 |
|
627 |
<?php if (isset($options['seopress_advanced_appearance_meta_desc_col'])) {
|
628 |
+
esc_attr($options['seopress_advanced_appearance_meta_desc_col']);
|
629 |
+
}
|
630 |
}
|
631 |
|
632 |
function seopress_advanced_appearance_redirect_enable_col_callback() {
|
633 |
+
$options = get_option('seopress_advanced_option_name');
|
634 |
|
635 |
+
$check = isset($options['seopress_advanced_appearance_redirect_enable_col']); ?>
|
636 |
|
637 |
<label for="seopress_advanced_appearance_redirect_enable_col">
|
638 |
+
<input id="seopress_advanced_appearance_redirect_enable_col"
|
639 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_redirect_enable_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
640 |
+
checked="yes"
|
641 |
+
<?php } ?>
|
642 |
+
value="1"/>
|
643 |
|
644 |
+
<?php _e('Add redirection enable column', 'wp-seopress'); ?>
|
645 |
</label>
|
646 |
|
647 |
<?php if (isset($options['seopress_advanced_appearance_redirect_enable_col'])) {
|
648 |
+
esc_attr($options['seopress_advanced_appearance_redirect_enable_col']);
|
649 |
+
}
|
650 |
}
|
651 |
|
652 |
function seopress_advanced_appearance_redirect_url_col_callback() {
|
653 |
+
$options = get_option('seopress_advanced_option_name');
|
654 |
|
655 |
+
$check = isset($options['seopress_advanced_appearance_redirect_url_col']); ?>
|
656 |
|
657 |
<label for="seopress_advanced_appearance_redirect_url_col">
|
658 |
+
<input id="seopress_advanced_appearance_redirect_url_col"
|
659 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_redirect_url_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
660 |
+
checked="yes"
|
661 |
+
<?php } ?>
|
662 |
+
value="1"/>
|
663 |
|
664 |
+
<?php _e('Add redirection URL column', 'wp-seopress'); ?>
|
665 |
</label>
|
666 |
|
667 |
<?php if (isset($options['seopress_advanced_appearance_redirect_url_col'])) {
|
668 |
+
esc_attr($options['seopress_advanced_appearance_redirect_url_col']);
|
669 |
+
}
|
670 |
}
|
671 |
|
672 |
function seopress_advanced_appearance_canonical_callback() {
|
673 |
+
$options = get_option('seopress_advanced_option_name');
|
674 |
|
675 |
+
$check = isset($options['seopress_advanced_appearance_canonical']); ?>
|
676 |
|
677 |
<label for="seopress_advanced_appearance_canonical">
|
678 |
+
<input id="seopress_advanced_appearance_canonical"
|
679 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_canonical]" type="checkbox" <?php if ('1' == $check) { ?>
|
680 |
+
checked="yes"
|
681 |
+
<?php } ?>
|
682 |
+
value="1"/>
|
683 |
|
684 |
+
<?php _e('Add canonical URL column', 'wp-seopress'); ?>
|
685 |
</label>
|
686 |
|
687 |
<?php if (isset($options['seopress_advanced_appearance_canonical'])) {
|
688 |
+
esc_attr($options['seopress_advanced_appearance_canonical']);
|
689 |
+
}
|
690 |
}
|
691 |
|
692 |
function seopress_advanced_appearance_target_kw_col_callback() {
|
693 |
+
$options = get_option('seopress_advanced_option_name');
|
694 |
|
695 |
+
$check = isset($options['seopress_advanced_appearance_target_kw_col']); ?>
|
696 |
|
697 |
<label for="seopress_advanced_appearance_target_kw_col">
|
698 |
+
<input id="seopress_advanced_appearance_target_kw_col"
|
699 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_target_kw_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
700 |
+
checked="yes"
|
701 |
+
<?php } ?>
|
702 |
+
value="1"/>
|
703 |
|
704 |
+
<?php _e('Add target keyword column', 'wp-seopress'); ?>
|
705 |
</label>
|
706 |
|
707 |
<?php if (isset($options['seopress_advanced_appearance_target_kw_col'])) {
|
708 |
+
esc_attr($options['seopress_advanced_appearance_target_kw_col']);
|
709 |
+
}
|
710 |
}
|
711 |
|
712 |
function seopress_advanced_appearance_noindex_col_callback() {
|
713 |
+
$options = get_option('seopress_advanced_option_name');
|
714 |
|
715 |
+
$check = isset($options['seopress_advanced_appearance_noindex_col']); ?>
|
716 |
|
717 |
<label for="seopress_advanced_appearance_noindex_col">
|
718 |
+
<input id="seopress_advanced_appearance_noindex_col"
|
719 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_noindex_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
720 |
+
checked="yes"
|
721 |
+
<?php } ?>
|
722 |
+
value="1"/>
|
723 |
|
724 |
+
<?php _e('Display noindex status', 'wp-seopress'); ?>
|
725 |
</label>
|
726 |
|
727 |
<?php if (isset($options['seopress_advanced_appearance_noindex_col'])) {
|
728 |
+
esc_attr($options['seopress_advanced_appearance_noindex_col']);
|
729 |
+
}
|
730 |
}
|
731 |
|
732 |
function seopress_advanced_appearance_nofollow_col_callback() {
|
733 |
+
$options = get_option('seopress_advanced_option_name');
|
734 |
|
735 |
+
$check = isset($options['seopress_advanced_appearance_nofollow_col']); ?>
|
736 |
|
737 |
<label for="seopress_advanced_appearance_nofollow_col">
|
738 |
+
<input id="seopress_advanced_appearance_nofollow_col"
|
739 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_nofollow_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
740 |
+
checked="yes"
|
741 |
+
<?php } ?>
|
742 |
+
value="1"/>
|
743 |
|
744 |
+
<?php _e('Display nofollow status', 'wp-seopress'); ?>
|
745 |
</label>
|
746 |
|
747 |
<?php if (isset($options['seopress_advanced_appearance_nofollow_col'])) {
|
748 |
+
esc_attr($options['seopress_advanced_appearance_nofollow_col']);
|
749 |
+
}
|
750 |
}
|
751 |
|
752 |
function seopress_advanced_appearance_words_col_callback() {
|
753 |
+
$options = get_option('seopress_advanced_option_name');
|
754 |
|
755 |
+
$check = isset($options['seopress_advanced_appearance_words_col']); ?>
|
756 |
|
757 |
<label for="seopress_advanced_appearance_words_col">
|
758 |
+
<input id="seopress_advanced_appearance_words_col"
|
759 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_words_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
760 |
+
checked="yes"
|
761 |
+
<?php } ?>
|
762 |
+
value="1"/>
|
763 |
|
764 |
+
<?php _e('Display total number of words in content', 'wp-seopress'); ?>
|
765 |
</label>
|
766 |
|
767 |
<?php if (isset($options['seopress_advanced_appearance_words_col'])) {
|
768 |
+
esc_attr($options['seopress_advanced_appearance_words_col']);
|
769 |
+
}
|
770 |
}
|
771 |
|
772 |
function seopress_advanced_appearance_ps_col_callback() {
|
773 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
774 |
+
$options = get_option('seopress_advanced_option_name');
|
775 |
|
776 |
+
$check = isset($options['seopress_advanced_appearance_ps_col']); ?>
|
777 |
|
778 |
<label for="seopress_advanced_appearance_ps_col">
|
779 |
+
<input id="seopress_advanced_appearance_ps_col"
|
780 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_ps_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
781 |
+
checked="yes"
|
782 |
+
<?php } ?>
|
783 |
+
value="1"/>
|
784 |
|
785 |
+
<?php _e('Display Page Speed column to check performances', 'wp-seopress'); ?>
|
786 |
</label>
|
787 |
|
788 |
<?php if (isset($options['seopress_advanced_appearance_ps_col'])) {
|
789 |
+
esc_attr($options['seopress_advanced_appearance_ps_col']);
|
790 |
+
}
|
791 |
+
}
|
792 |
}
|
793 |
|
794 |
function seopress_advanced_appearance_insights_col_callback() {
|
795 |
+
if (is_plugin_active('wp-seopress-insights/seopress-insights.php')) {
|
796 |
+
$options = get_option('seopress_advanced_option_name');
|
797 |
|
798 |
+
$check = isset($options['seopress_advanced_appearance_insights_col']); ?>
|
799 |
<label for="seopress_advanced_appearance_insights_col">
|
800 |
+
<input id="seopress_advanced_appearance_insights_col"
|
801 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_insights_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
802 |
+
checked="yes"
|
803 |
+
<?php } ?>
|
804 |
+
value="1"/>
|
805 |
|
806 |
+
<?php _e('Display SEO Insights column to check rankings', 'wp-seopress'); ?>
|
807 |
</label>
|
808 |
|
809 |
<?php if (isset($options['seopress_advanced_appearance_insights_col'])) {
|
810 |
+
esc_attr($options['seopress_advanced_appearance_insights_col']);
|
811 |
+
}
|
812 |
+
}
|
813 |
}
|
814 |
|
815 |
function seopress_advanced_appearance_score_col_callback() {
|
816 |
+
$options = get_option('seopress_advanced_option_name');
|
817 |
|
818 |
+
$check = isset($options['seopress_advanced_appearance_score_col']); ?>
|
819 |
|
820 |
<label for="seopress_advanced_appearance_score_col">
|
821 |
+
<input id="seopress_advanced_appearance_score_col"
|
822 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_score_col]" type="checkbox" <?php if ('1' == $check) { ?>
|
823 |
+
checked="yes"
|
824 |
+
<?php } ?>
|
825 |
+
value="1"/>
|
826 |
|
827 |
+
<?php _e('Display Content Analysis results column ("Good" or "Should be improved")', 'wp-seopress'); ?>
|
828 |
</label>
|
829 |
|
830 |
<?php if (isset($options['seopress_advanced_appearance_score_col'])) {
|
831 |
+
esc_attr($options['seopress_advanced_appearance_score_col']);
|
832 |
+
}
|
833 |
}
|
834 |
|
835 |
function seopress_advanced_appearance_ca_metaboxe_callback() {
|
836 |
+
$options = get_option('seopress_advanced_option_name');
|
837 |
|
838 |
+
$check = isset($options['seopress_advanced_appearance_ca_metaboxe']); ?>
|
839 |
|
840 |
<label for="seopress_advanced_appearance_ca_metaboxe">
|
841 |
+
<input id="seopress_advanced_appearance_ca_metaboxe"
|
842 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_ca_metaboxe]" type="checkbox" <?php if ('1' == $check) { ?>
|
843 |
+
checked="yes"
|
844 |
+
<?php } ?>
|
845 |
+
value="1"/>
|
846 |
|
847 |
+
<?php _e('Remove Content Analysis Metabox', 'wp-seopress'); ?>
|
848 |
</label>
|
849 |
|
850 |
<?php if (isset($options['seopress_advanced_appearance_ca_metaboxe'])) {
|
851 |
+
esc_attr($options['seopress_advanced_appearance_ca_metaboxe']);
|
852 |
+
}
|
853 |
}
|
854 |
|
855 |
function seopress_advanced_appearance_genesis_seo_metaboxe_callback() {
|
856 |
+
$options = get_option('seopress_advanced_option_name');
|
857 |
|
858 |
+
$check = isset($options['seopress_advanced_appearance_genesis_seo_metaboxe']); ?>
|
859 |
|
860 |
<label for="seopress_advanced_appearance_genesis_seo_metaboxe">
|
861 |
+
<input id="seopress_advanced_appearance_genesis_seo_metaboxe"
|
862 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_genesis_seo_metaboxe]" type="checkbox" <?php if ('1' == $check) { ?>
|
863 |
+
checked="yes"
|
864 |
+
<?php } ?>
|
865 |
+
value="1"/>
|
866 |
|
867 |
+
<?php _e('Remove Genesis SEO Metabox', 'wp-seopress'); ?>
|
868 |
</label>
|
869 |
|
870 |
<?php if (isset($options['seopress_advanced_appearance_genesis_seo_metaboxe'])) {
|
871 |
+
esc_attr($options['seopress_advanced_appearance_genesis_seo_metaboxe']);
|
872 |
+
}
|
873 |
}
|
874 |
|
875 |
function seopress_advanced_appearance_genesis_seo_menu_callback() {
|
876 |
+
$options = get_option('seopress_advanced_option_name');
|
877 |
|
878 |
+
$check = isset($options['seopress_advanced_appearance_genesis_seo_menu']); ?>
|
879 |
|
880 |
<label for="seopress_advanced_appearance_genesis_seo_menu">
|
881 |
+
<input id="seopress_advanced_appearance_genesis_seo_menu"
|
882 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_genesis_seo_menu]" type="checkbox" <?php if ('1' == $check) { ?>
|
883 |
+
checked="yes"
|
884 |
+
<?php } ?>
|
885 |
+
value="1"/>
|
886 |
|
887 |
+
<?php _e('Remove Genesis SEO link in WP Admin Menu', 'wp-seopress'); ?>
|
888 |
</label>
|
889 |
|
890 |
<?php if (isset($options['seopress_advanced_appearance_genesis_seo_menu'])) {
|
891 |
+
esc_attr($options['seopress_advanced_appearance_genesis_seo_menu']);
|
892 |
+
}
|
893 |
}
|
894 |
|
895 |
function seopress_advanced_appearance_advice_schema_callback() {
|
896 |
+
$options = get_option('seopress_advanced_option_name');
|
897 |
|
898 |
+
$check = isset($options['seopress_advanced_appearance_advice_schema']); ?>
|
899 |
|
900 |
<label for="seopress_advanced_appearance_advice_schema">
|
901 |
+
<input id="seopress_advanced_appearance_advice_schema"
|
902 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_advice_schema]" type="checkbox" <?php if ('1' == $check) { ?>
|
903 |
+
checked="yes"
|
904 |
+
<?php } ?>
|
905 |
+
value="1"/>
|
906 |
|
907 |
+
<?php _e('Remove the advice if None schema selected', 'wp-seopress'); ?>
|
908 |
</label>
|
909 |
|
910 |
<?php if (isset($options['seopress_advanced_appearance_advice_schema'])) {
|
911 |
+
esc_attr($options['seopress_advanced_appearance_advice_schema']);
|
912 |
+
}
|
913 |
}
|
914 |
|
915 |
function seopress_advanced_security_metaboxe_role_callback() {
|
916 |
+
$docs = seopress_get_docs_links();
|
917 |
|
918 |
+
$options = get_option('seopress_advanced_option_name');
|
919 |
|
920 |
+
global $wp_roles;
|
921 |
|
922 |
+
if ( ! isset($wp_roles)) {
|
923 |
+
$wp_roles = new WP_Roles();
|
924 |
+
} ?>
|
925 |
|
|
|
926 |
|
927 |
+
<?php foreach ($wp_roles->get_names() as $key => $value) {
|
928 |
+
$check = isset($options['seopress_advanced_security_metaboxe_role'][$key]); ?>
|
929 |
|
930 |
+
<p>
|
931 |
|
932 |
+
<label
|
933 |
+
for="seopress_advanced_security_metaboxe_role_<?php echo $key; ?>">
|
934 |
+
<input
|
935 |
+
id="seopress_advanced_security_metaboxe_role_<?php echo $key; ?>"
|
936 |
+
name="seopress_advanced_option_name[seopress_advanced_security_metaboxe_role][<?php echo $key; ?>]"
|
937 |
+
type="checkbox" <?php if ('1' == $check) { ?>
|
938 |
+
checked="yes"
|
939 |
+
<?php } ?>
|
940 |
+
value="1"/>
|
941 |
+
<strong><?php echo $value; ?></strong> (<em><?php echo translate_user_role($value, 'default'); ?>)</em>
|
942 |
+
</label>
|
943 |
|
944 |
+
</p>
|
|
|
|
|
|
|
945 |
|
946 |
+
<?php if (isset($options['seopress_advanced_security_metaboxe_role'][$key])) {
|
947 |
+
esc_attr($options['seopress_advanced_security_metaboxe_role'][$key]);
|
948 |
+
}
|
949 |
+
} ?>
|
950 |
|
|
|
|
|
|
|
|
|
|
|
951 |
<?php echo seopress_tooltip_link($docs['security']['metaboxe_seo'], __('Hook to filter structured data types metabox call by post type - new window', 'wp-seopress')); ?>
|
952 |
|
953 |
<?php
|
954 |
}
|
955 |
|
956 |
function seopress_advanced_security_metaboxe_ca_role_callback() {
|
957 |
+
$docs = seopress_get_docs_links();
|
958 |
+
$options = get_option('seopress_advanced_option_name');
|
959 |
+
|
960 |
+
global $wp_roles;
|
961 |
+
|
962 |
+
if ( ! isset($wp_roles)) {
|
963 |
+
$wp_roles = new WP_Roles();
|
964 |
+
} ?>
|
965 |
+
|
966 |
+
<?php foreach ($wp_roles->get_names() as $key => $value) {
|
967 |
+
$check = isset($options['seopress_advanced_security_metaboxe_ca_role'][$key]); ?>
|
968 |
+
|
969 |
+
<p>
|
970 |
+
<label
|
971 |
+
for="seopress_advanced_security_metaboxe_ca_role_<?php echo $key; ?>">
|
972 |
+
<input
|
973 |
+
id="seopress_advanced_security_metaboxe_ca_role_<?php echo $key; ?>"
|
974 |
+
name="seopress_advanced_option_name[seopress_advanced_security_metaboxe_ca_role][<?php echo $key; ?>]"
|
975 |
+
type="checkbox" <?php if ('1' == $check) { ?>
|
976 |
+
checked="yes"
|
977 |
+
<?php } ?>
|
978 |
+
value="1"/>
|
979 |
+
|
980 |
+
<strong><?php echo $value; ?></strong> (<em><?php echo translate_user_role($value, 'default'); ?>)</em>
|
981 |
+
</label>
|
982 |
+
</p>
|
983 |
+
|
984 |
+
<?php if (isset($options['seopress_advanced_security_metaboxe_ca_role'][$key])) {
|
985 |
+
esc_attr($options['seopress_advanced_security_metaboxe_ca_role'][$key]);
|
986 |
+
}
|
987 |
+
} ?>
|
|
|
|
|
|
|
988 |
|
989 |
<?php echo seopress_tooltip_link($docs['security']['metaboxe_ca'], __('Hook to filter structured data types metabox call by post type - new window', 'wp-seopress')); ?>
|
990 |
|
@@ -157,7 +157,7 @@ if (!empty($bing_response['response'])) {
|
|
157 |
</div>
|
158 |
<?php }
|
159 |
|
160 |
-
if (!empty($google_response)) { ?>
|
161 |
<div class="wrap-google-response">
|
162 |
<h4><?php _e('Google Response','wp-seopress'); ?></h4>
|
163 |
|
@@ -255,13 +255,14 @@ function seopress_instant_indexing_automate_submission_callback() {
|
|
255 |
|
256 |
$check = isset($options['seopress_instant_indexing_automate_submission']); ?>
|
257 |
|
258 |
-
<
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
265 |
|
266 |
<p class="description">
|
267 |
<?php _e('Notify search engines using IndexNow protocol (currently Bing and Yandex) whenever a post is created, updated or deleted.', 'wp-seopress'); ?>
|
157 |
</div>
|
158 |
<?php }
|
159 |
|
160 |
+
if (is_array($google_response) && !empty($google_response)) { ?>
|
161 |
<div class="wrap-google-response">
|
162 |
<h4><?php _e('Google Response','wp-seopress'); ?></h4>
|
163 |
|
255 |
|
256 |
$check = isset($options['seopress_instant_indexing_automate_submission']); ?>
|
257 |
|
258 |
+
<label for="seopress_instant_indexing_automate_submission">
|
259 |
+
<input id="seopress_instant_indexing_automate_submission" name="seopress_instant_indexing_option_name[seopress_instant_indexing_automate_submission]" type="checkbox"
|
260 |
+
<?php if ('1' == $check) {
|
261 |
+
echo 'checked="yes"';
|
262 |
+
} ?>
|
263 |
+
value="1"/>
|
264 |
+
<?php _e('Enable automatic URL submission for IndexNow API', 'wp-seopress'); ?>
|
265 |
+
</label>
|
266 |
|
267 |
<p class="description">
|
268 |
<?php _e('Notify search engines using IndexNow protocol (currently Bing and Yandex) whenever a post is created, updated or deleted.', 'wp-seopress'); ?>
|
@@ -18,9 +18,9 @@ function seopress_xml_sitemap_general_enable_callback()
|
|
18 |
<?php } ?>
|
19 |
value="1"/>
|
20 |
<?php _e('Enable XML Sitemap', 'wp-seopress'); ?>
|
|
|
21 |
</label>
|
22 |
|
23 |
-
<?php echo seopress_tooltip_link($docs['sitemaps']['xml'], __('Guide to enable XML Sitemaps - new window', 'wp-seopress')); ?>
|
24 |
|
25 |
<?php if (isset($options['seopress_xml_sitemap_general_enable'])) {
|
26 |
esc_attr($options['seopress_xml_sitemap_general_enable']);
|
@@ -43,9 +43,9 @@ function seopress_xml_sitemap_img_enable_callback()
|
|
43 |
<?php } ?>
|
44 |
value="1"/>
|
45 |
<?php _e('Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)', 'wp-seopress'); ?>
|
|
|
46 |
</label>
|
47 |
|
48 |
-
<?php echo seopress_tooltip_link($docs['sitemaps']['image'], __('Guide to enable XML image sitemaps - new window', 'wp-seopress')); ?>
|
49 |
|
50 |
<p class="description">
|
51 |
<?php _e('Images in XML sitemaps are visible only from the source code.', 'wp-seopress'); ?>
|
@@ -73,9 +73,9 @@ function seopress_xml_sitemap_video_enable_callback()
|
|
73 |
<?php } ?>
|
74 |
value="1"/>
|
75 |
<?php _e('Enable Video Sitemaps', 'wp-seopress'); ?>
|
|
|
76 |
</label>
|
77 |
|
78 |
-
<?php echo seopress_tooltip_link($docs['sitemaps']['video'], __('Guide to enable XML video sitemaps - new window', 'wp-seopress')); ?>
|
79 |
|
80 |
<p class="description">
|
81 |
<?php printf(__('Your video sitemap is empty? Read our guide to learn more about <a href="%s" target="_blank">adding videos to your sitemap.</a>', 'wp-seopress'), $docs['sitemaps']['video']); ?><br>
|
@@ -130,9 +130,9 @@ function seopress_xml_sitemap_html_enable_callback()
|
|
130 |
<?php } ?>
|
131 |
value="1"/>
|
132 |
<?php _e('Enable HTML Sitemap', 'wp-seopress'); ?>
|
|
|
133 |
</label>
|
134 |
|
135 |
-
<?php echo seopress_tooltip_link($docs['sitemaps']['html'], __('Guide to enable a HTML Sitemap - new window', 'wp-seopress')); ?>
|
136 |
|
137 |
<?php if (isset($options['seopress_xml_sitemap_html_enable'])) {
|
138 |
esc_attr($options['seopress_xml_sitemap_html_enable']);
|
@@ -184,8 +184,8 @@ function seopress_xml_sitemap_post_types_list_callback()
|
|
184 |
</label>
|
185 |
|
186 |
<?php if ('attachment' == $seopress_cpt_value->name) { ?>
|
187 |
-
<div class="seopress-notice is-warning">
|
188 |
-
<p
|
189 |
<?php _e('You should never include <strong>attachment</strong> post type in your sitemap. Be careful if you checked this.', 'wp-seopress'); ?>
|
190 |
</p>
|
191 |
</div>
|
@@ -258,20 +258,7 @@ function seopress_xml_sitemap_html_mapping_callback()
|
|
258 |
printf(
|
259 |
'<input type="text" name="seopress_xml_sitemap_option_name[seopress_xml_sitemap_html_mapping]" placeholder="' . esc_html__('eg: 2, 28, 68', 'wp-seopress') . '" aria-label="' . __('Enter a post, page or custom post type ID(s) to display the sitemap', 'wp-seopress') . '" value="%s"/>',
|
260 |
esc_html($check)
|
261 |
-
);
|
262 |
-
|
263 |
-
<p>
|
264 |
-
<?php _e('You can also use this shortcode:', 'wp-seopress'); ?>
|
265 |
-
</p>
|
266 |
-
|
267 |
-
<pre>[seopress_html_sitemap]</pre>
|
268 |
-
|
269 |
-
<p><?php _e('To include specific custom post types, use the CPT attribute:', 'wp-seopress'); ?>
|
270 |
-
</p>
|
271 |
-
|
272 |
-
<pre>[seopress_html_sitemap cpt="post,product"]</pre>
|
273 |
-
|
274 |
-
<?php
|
275 |
}
|
276 |
|
277 |
function seopress_xml_sitemap_html_exclude_callback()
|
18 |
<?php } ?>
|
19 |
value="1"/>
|
20 |
<?php _e('Enable XML Sitemap', 'wp-seopress'); ?>
|
21 |
+
<?php echo seopress_tooltip_link($docs['sitemaps']['xml'], __('Guide to enable XML Sitemaps - new window', 'wp-seopress')); ?>
|
22 |
</label>
|
23 |
|
|
|
24 |
|
25 |
<?php if (isset($options['seopress_xml_sitemap_general_enable'])) {
|
26 |
esc_attr($options['seopress_xml_sitemap_general_enable']);
|
43 |
<?php } ?>
|
44 |
value="1"/>
|
45 |
<?php _e('Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)', 'wp-seopress'); ?>
|
46 |
+
<?php echo seopress_tooltip_link($docs['sitemaps']['image'], __('Guide to enable XML image sitemaps - new window', 'wp-seopress')); ?>
|
47 |
</label>
|
48 |
|
|
|
49 |
|
50 |
<p class="description">
|
51 |
<?php _e('Images in XML sitemaps are visible only from the source code.', 'wp-seopress'); ?>
|
73 |
<?php } ?>
|
74 |
value="1"/>
|
75 |
<?php _e('Enable Video Sitemaps', 'wp-seopress'); ?>
|
76 |
+
<?php echo seopress_tooltip_link($docs['sitemaps']['video'], __('Guide to enable XML video sitemaps - new window', 'wp-seopress')); ?>
|
77 |
</label>
|
78 |
|
|
|
79 |
|
80 |
<p class="description">
|
81 |
<?php printf(__('Your video sitemap is empty? Read our guide to learn more about <a href="%s" target="_blank">adding videos to your sitemap.</a>', 'wp-seopress'), $docs['sitemaps']['video']); ?><br>
|
130 |
<?php } ?>
|
131 |
value="1"/>
|
132 |
<?php _e('Enable HTML Sitemap', 'wp-seopress'); ?>
|
133 |
+
<?php echo seopress_tooltip_link($docs['sitemaps']['html'], __('Guide to enable a HTML Sitemap - new window', 'wp-seopress')); ?>
|
134 |
</label>
|
135 |
|
|
|
136 |
|
137 |
<?php if (isset($options['seopress_xml_sitemap_html_enable'])) {
|
138 |
esc_attr($options['seopress_xml_sitemap_html_enable']);
|
184 |
</label>
|
185 |
|
186 |
<?php if ('attachment' == $seopress_cpt_value->name) { ?>
|
187 |
+
<div class="seopress-notice is-warning is-inline">
|
188 |
+
<p>
|
189 |
<?php _e('You should never include <strong>attachment</strong> post type in your sitemap. Be careful if you checked this.', 'wp-seopress'); ?>
|
190 |
</p>
|
191 |
</div>
|
258 |
printf(
|
259 |
'<input type="text" name="seopress_xml_sitemap_option_name[seopress_xml_sitemap_html_mapping]" placeholder="' . esc_html__('eg: 2, 28, 68', 'wp-seopress') . '" aria-label="' . __('Enter a post, page or custom post type ID(s) to display the sitemap', 'wp-seopress') . '" value="%s"/>',
|
260 |
esc_html($check)
|
261 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
}
|
263 |
|
264 |
function seopress_xml_sitemap_html_exclude_callback()
|
@@ -321,18 +321,19 @@ function seopress_social_facebook_img_default_callback()
|
|
321 |
|
322 |
$check = isset($options['seopress_social_facebook_img_default']); ?>
|
323 |
|
324 |
-
<
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
|
|
331 |
|
332 |
<?php $def_og_img = isset($options['seopress_social_facebook_img']) ? $options['seopress_social_facebook_img'] : '';
|
333 |
|
334 |
if ('' == $def_og_img) { ?>
|
335 |
-
<div class="seopress-notice is-warning">
|
336 |
<p>
|
337 |
<?php _e('Please define a <strong>default OG Image</strong> from the field above', 'wp-seopress'); ?>
|
338 |
</p>
|
@@ -403,7 +404,7 @@ function seopress_social_facebook_link_ownership_id_callback()
|
|
403 |
$check = isset($options['seopress_social_facebook_link_ownership_id']) ? $options['seopress_social_facebook_link_ownership_id'] : null;
|
404 |
|
405 |
printf(
|
406 |
-
'<input type="text" name="seopress_social_option_name[seopress_social_facebook_link_ownership_id]" value="%s"/>',
|
407 |
esc_html($check)
|
408 |
); ?>
|
409 |
|
@@ -428,7 +429,7 @@ function seopress_social_facebook_admin_id_callback()
|
|
428 |
$check = isset($options['seopress_social_facebook_admin_id']) ? $options['seopress_social_facebook_admin_id'] : null;
|
429 |
|
430 |
printf(
|
431 |
-
'<input type="text" name="seopress_social_option_name[seopress_social_facebook_admin_id]" value="%s"/>',
|
432 |
esc_html($check)
|
433 |
); ?>
|
434 |
|
@@ -447,7 +448,7 @@ function seopress_social_facebook_app_id_callback()
|
|
447 |
$check = isset($options['seopress_social_facebook_app_id']) ? $options['seopress_social_facebook_app_id'] : null;
|
448 |
|
449 |
printf(
|
450 |
-
'<input type="text" name="seopress_social_option_name[seopress_social_facebook_app_id]" value="%s"/>',
|
451 |
esc_html($check)
|
452 |
); ?>
|
453 |
|
321 |
|
322 |
$check = isset($options['seopress_social_facebook_img_default']); ?>
|
323 |
|
324 |
+
<label for="seopress_social_facebook_img_default">
|
325 |
+
<input id="seopress_social_facebook_img_default"
|
326 |
+
name="seopress_social_option_name[seopress_social_facebook_img_default]" type="checkbox" <?php if ('1' == $check) { ?>
|
327 |
+
checked="yes"
|
328 |
+
<?php } ?>
|
329 |
+
value="1"/>
|
330 |
+
<?php _e('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).', 'wp-seopress'); ?>
|
331 |
+
</label>
|
332 |
|
333 |
<?php $def_og_img = isset($options['seopress_social_facebook_img']) ? $options['seopress_social_facebook_img'] : '';
|
334 |
|
335 |
if ('' == $def_og_img) { ?>
|
336 |
+
<div class="seopress-notice is-warning is-inline">
|
337 |
<p>
|
338 |
<?php _e('Please define a <strong>default OG Image</strong> from the field above', 'wp-seopress'); ?>
|
339 |
</p>
|
404 |
$check = isset($options['seopress_social_facebook_link_ownership_id']) ? $options['seopress_social_facebook_link_ownership_id'] : null;
|
405 |
|
406 |
printf(
|
407 |
+
'<input type="text" placeholder="' . __('1234567890','wp-seopress') . '" name="seopress_social_option_name[seopress_social_facebook_link_ownership_id]" value="%s"/>',
|
408 |
esc_html($check)
|
409 |
); ?>
|
410 |
|
429 |
$check = isset($options['seopress_social_facebook_admin_id']) ? $options['seopress_social_facebook_admin_id'] : null;
|
430 |
|
431 |
printf(
|
432 |
+
'<input type="text" placeholder="' . __('1234567890','wp-seopress') . '" name="seopress_social_option_name[seopress_social_facebook_admin_id]" value="%s"/>',
|
433 |
esc_html($check)
|
434 |
); ?>
|
435 |
|
448 |
$check = isset($options['seopress_social_facebook_app_id']) ? $options['seopress_social_facebook_app_id'] : null;
|
449 |
|
450 |
printf(
|
451 |
+
'<input type="text" placeholder="' . __('1234567890','wp-seopress') . '" name="seopress_social_option_name[seopress_social_facebook_app_id]" value="%s"/>',
|
452 |
esc_html($check)
|
453 |
); ?>
|
454 |
|
@@ -298,7 +298,7 @@ function seopress_titles_single_titles_callback()
|
|
298 |
<?php $cpt_in_sitemap = seopress_get_service('SitemapOption')->getPostTypesList();
|
299 |
|
300 |
if ('1' == $check && isset($cpt_in_sitemap[$seopress_cpt_key]) && '1' === $cpt_in_sitemap[$seopress_cpt_key]['include']) { ?>
|
301 |
-
<div class="seopress-notice is-error">
|
302 |
<p>
|
303 |
<?php printf(__('This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you <a href="%s">check this out here</a>.', 'wp-seopress'), admin_url('admin.php?page=seopress-xml-sitemap')); ?>
|
304 |
</p>
|
@@ -738,6 +738,13 @@ function seopress_titles_tax_titles_callback()
|
|
738 |
<?php } ?>
|
739 |
value="1"/>
|
740 |
<?php _e('Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>', 'wp-seopress'); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
</label>
|
742 |
|
743 |
<?php $tax_in_sitemap = seopress_get_service('SitemapOption')->getTaxonomiesList();
|
298 |
<?php $cpt_in_sitemap = seopress_get_service('SitemapOption')->getPostTypesList();
|
299 |
|
300 |
if ('1' == $check && isset($cpt_in_sitemap[$seopress_cpt_key]) && '1' === $cpt_in_sitemap[$seopress_cpt_key]['include']) { ?>
|
301 |
+
<div class="seopress-notice is-error is-inline">
|
302 |
<p>
|
303 |
<?php printf(__('This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you <a href="%s">check this out here</a>.', 'wp-seopress'), admin_url('admin.php?page=seopress-xml-sitemap')); ?>
|
304 |
</p>
|
738 |
<?php } ?>
|
739 |
value="1"/>
|
740 |
<?php _e('Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>', 'wp-seopress'); ?>
|
741 |
+
<?php if ($seopress_tax_key ==='post_tag') { ?>
|
742 |
+
<div class="seopress-notice is-warning is-inline">
|
743 |
+
<p>
|
744 |
+
<?php _e('We do not recommend indexing <strong>tags</strong> which are, in the vast majority of cases, a source of duplicate content.', 'wp-seopress'); ?>
|
745 |
+
</p>
|
746 |
+
</div>
|
747 |
+
<?php } ?>
|
748 |
</label>
|
749 |
|
750 |
<?php $tax_in_sitemap = seopress_get_service('SitemapOption')->getTaxonomiesList();
|
@@ -21,6 +21,13 @@ function seopress_xml_sitemaps_ping_cron_action() {
|
|
21 |
if ('1' !== seopress_xml_sitemap_general_enable_option() || '1' !== seopress_get_toggle_option('xml-sitemap')) {
|
22 |
return;
|
23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
$url = rawurlencode(get_option('home').'/sitemaps.xml/');
|
25 |
|
26 |
$url = apply_filters( 'seopress_sitemaps_xml_ping_url', $url);
|
21 |
if ('1' !== seopress_xml_sitemap_general_enable_option() || '1' !== seopress_get_toggle_option('xml-sitemap')) {
|
22 |
return;
|
23 |
}
|
24 |
+
|
25 |
+
//Disable if IndexNow is enabled
|
26 |
+
$options = get_option('seopress_instant_indexing_option_name');
|
27 |
+
if ('1' == seopress_get_toggle_option('instant-indexing') && isset($options['engines']['bing']) && $options['engines']['bing'] === '1') {
|
28 |
+
return;
|
29 |
+
}
|
30 |
+
|
31 |
$url = rawurlencode(get_option('home').'/sitemaps.xml/');
|
32 |
|
33 |
$url = apply_filters( 'seopress_sitemaps_xml_ping_url', $url);
|
@@ -114,6 +114,8 @@ function seopress_get_docs_links()
|
|
114 |
'add' => 'https://www.seopress.org/fr/support/tutoriels/comment-utiliser-les-schemas-dans-votre-site-wordpress-avec-seopress-pro-1/' . $utm,
|
115 |
'faq_acf' => 'https://www.seopress.org/fr/support/guides/creer-un-schema-faq-automatique-avec-les-champs-repeteurs-dacf/' . $utm,
|
116 |
'dynamic' => 'https://www.seopress.org/fr/support/guides/gerez-vos-balises-titres-et-metas/' . $utm,
|
|
|
|
|
117 |
],
|
118 |
'page_speed' => [
|
119 |
'cwv' => 'https://www.seopress.org/fr/newsroom/reportage/les-core-web-vitals-et-leurs-effets-sur-le-seo-des-sites-wordpress/' . $utm,
|
@@ -244,6 +246,8 @@ function seopress_get_docs_links()
|
|
244 |
'add' => 'https://www.seopress.org/support/tutorials/how-to-add-schema-to-wordpress-with-seopress-1/' . $utm,
|
245 |
'faq_acf' => 'https://www.seopress.org/support/guides/create-an-automatic-faq-schema-with-acf-repeater-fields/' . $utm,
|
246 |
'dynamic' => 'https://www.seopress.org/support/guides/manage-titles-meta-descriptions/' . $utm,
|
|
|
|
|
247 |
],
|
248 |
'page_speed' => [
|
249 |
'cwv' => 'https://www.seopress.org/newsroom/featured-stories/core-web-vitals-and-wordpress-seo/' . $utm,
|
114 |
'add' => 'https://www.seopress.org/fr/support/tutoriels/comment-utiliser-les-schemas-dans-votre-site-wordpress-avec-seopress-pro-1/' . $utm,
|
115 |
'faq_acf' => 'https://www.seopress.org/fr/support/guides/creer-un-schema-faq-automatique-avec-les-champs-repeteurs-dacf/' . $utm,
|
116 |
'dynamic' => 'https://www.seopress.org/fr/support/guides/gerez-vos-balises-titres-et-metas/' . $utm,
|
117 |
+
'variables' => 'https://www.seopress.org/fr/support/hooks/filtrer-la-liste-des-variables-dynamiques-predefinies-pour-les-schemas-automatiques/' . $utm,
|
118 |
+
'custom_fields' => 'https://www.seopress.org/fr/support/hooks/filtrer-la-liste-des-champs-personnalises-dans-les-schemas/' . $utm,
|
119 |
],
|
120 |
'page_speed' => [
|
121 |
'cwv' => 'https://www.seopress.org/fr/newsroom/reportage/les-core-web-vitals-et-leurs-effets-sur-le-seo-des-sites-wordpress/' . $utm,
|
246 |
'add' => 'https://www.seopress.org/support/tutorials/how-to-add-schema-to-wordpress-with-seopress-1/' . $utm,
|
247 |
'faq_acf' => 'https://www.seopress.org/support/guides/create-an-automatic-faq-schema-with-acf-repeater-fields/' . $utm,
|
248 |
'dynamic' => 'https://www.seopress.org/support/guides/manage-titles-meta-descriptions/' . $utm,
|
249 |
+
'variables' => 'https://www.seopress.org/support/hooks/filter-predefined-dynamic-variables-for-automatic-schemas/' . $utm,
|
250 |
+
'custom_fields' => 'https://www.seopress.org/support/hooks/filter-custom-fields-list-in-schemas/' . $utm,
|
251 |
],
|
252 |
'page_speed' => [
|
253 |
'cwv' => 'https://www.seopress.org/newsroom/featured-stories/core-web-vitals-and-wordpress-seo/' . $utm,
|
@@ -1,3 +1,2 @@
|
|
1 |
<?php
|
2 |
// Silence is golden.
|
3 |
-
?>
|
1 |
<?php
|
2 |
// Silence is golden.
|
|
@@ -670,12 +670,14 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
670 |
<option <?php echo selected('307', $seopress_redirections_type, false); ?>
|
671 |
value="307"><?php _e('307 Moved Temporarily', 'wp-seopress'); ?>
|
672 |
</option>
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
|
|
|
|
679 |
</select>
|
680 |
</p>
|
681 |
<p>
|
670 |
<option <?php echo selected('307', $seopress_redirections_type, false); ?>
|
671 |
value="307"><?php _e('307 Moved Temporarily', 'wp-seopress'); ?>
|
672 |
</option>
|
673 |
+
<?php if ('seopress_404' == $typenow) { ?>
|
674 |
+
<option <?php echo selected('410', $seopress_redirections_type, false); ?>
|
675 |
+
value="410"><?php _e('410 Gone', 'wp-seopress'); ?>
|
676 |
+
</option>
|
677 |
+
<option <?php echo selected('451', $seopress_redirections_type, false); ?>
|
678 |
+
value="451"><?php _e('451 Unavailable For Legal Reasons', 'wp-seopress'); ?>
|
679 |
+
</option>
|
680 |
+
<?php } ?>
|
681 |
</select>
|
682 |
</p>
|
683 |
<p>
|
@@ -269,7 +269,7 @@ function seopress_display_seo_metaboxe()
|
|
269 |
if ($get_current_screen->is_block_editor) {
|
270 |
wp_enqueue_script('seopress-block-editor-js', SEOPRESS_ASSETS_DIR . '/js/seopress-block-editor' . $prefix . '.js', ['jquery'], SEOPRESS_VERSION, true);
|
271 |
if ( version_compare( $wp_version, '5.8', '>=' ) ) {
|
272 |
-
wp_enqueue_script( 'seopress-primary-category-js',
|
273 |
}
|
274 |
}
|
275 |
}
|
269 |
if ($get_current_screen->is_block_editor) {
|
270 |
wp_enqueue_script('seopress-block-editor-js', SEOPRESS_ASSETS_DIR . '/js/seopress-block-editor' . $prefix . '.js', ['jquery'], SEOPRESS_VERSION, true);
|
271 |
if ( version_compare( $wp_version, '5.8', '>=' ) ) {
|
272 |
+
wp_enqueue_script( 'seopress-primary-category-js', SEOPRESS_URL_PUBLIC . '/gutenberg/primary-category-select/index.js', ['wp-hooks'], SEOPRESS_VERSION, true);
|
273 |
}
|
274 |
}
|
275 |
}
|
@@ -81,7 +81,7 @@ class Document_Settings_Section {
|
|
81 |
}
|
82 |
|
83 |
/**
|
84 |
-
* Add WP
|
85 |
*
|
86 |
* @return void
|
87 |
*/
|
@@ -509,9 +509,7 @@ class Document_Settings_Section {
|
|
509 |
'options' => [
|
510 |
301 => __('301 Moved Permanently', 'wp-seopress'),
|
511 |
302 => __('302 Found / Moved Temporarily', 'wp-seopress'),
|
512 |
-
307 => __('307 Moved Temporarily', 'wp-seopress')
|
513 |
-
410 => __('410 Gone', 'wp-seopress'),
|
514 |
-
451 => __('451 Unavailable For Legal Reasons', 'wp-seopress'),
|
515 |
],
|
516 |
'default' => $redirections_type ? (int) $redirections_type : 301,
|
517 |
]
|
81 |
}
|
82 |
|
83 |
/**
|
84 |
+
* Add WP SEOPress section under document settings.
|
85 |
*
|
86 |
* @return void
|
87 |
*/
|
509 |
'options' => [
|
510 |
301 => __('301 Moved Permanently', 'wp-seopress'),
|
511 |
302 => __('302 Found / Moved Temporarily', 'wp-seopress'),
|
512 |
+
307 => __('307 Moved Temporarily', 'wp-seopress')
|
|
|
|
|
513 |
],
|
514 |
'default' => $redirections_type ? (int) $redirections_type : 301,
|
515 |
]
|
@@ -64,8 +64,8 @@ class Text_Letter_Counter_Control extends \Elementor\Base_Data_Control {
|
|
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-alt2"></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-alt2"></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-alt2"></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-alt2"></span><?php _e( 'Post Excerpt', 'wp-seopress' ); ?></span>
|
71 |
<# } #>
|
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-alt2"></span><?php _e( 'Post Title','wp-seopress' ); ?></span>
|
|
|
67 |
<span class="seopress-tag-single-sep tag-title" data-tag="%%sep%%"><span class="dashicons dashicons-plus-alt2"></span><?php _e( 'Separator','wp-seopress' ); ?></span>
|
68 |
+
<span class="seopress-tag-single-site-title tag-title" data-tag="%%sitetitle%%"><span class="dashicons dashicons-plus-alt2"></span><?php _e( 'Site Title','wp-seopress' ); ?></span>
|
69 |
<# } else { #>
|
70 |
<span class="seopress-tag-single-excerpt tag-title" data-tag="%%post_excerpt%%"><span class="dashicons dashicons-plus-alt2"></span><?php _e( 'Post Excerpt', 'wp-seopress' ); ?></span>
|
71 |
<# } #>
|
@@ -4,19 +4,20 @@ if (! defined('ABSPATH')) {
|
|
4 |
die();
|
5 |
}
|
6 |
|
7 |
-
function seopress_register_block_faq(
|
8 |
-
|
|
|
9 |
wp_register_script(
|
10 |
'wp-seopress-gutenberg-faq-block',
|
11 |
-
|
12 |
$asset_file['dependencies'],
|
13 |
$asset_file['version']
|
14 |
);
|
15 |
|
16 |
wp_register_style(
|
17 |
'wp-seopress-gutenberg-faq-block',
|
18 |
-
|
19 |
-
|
20 |
$asset_file['version']
|
21 |
);
|
22 |
|
@@ -149,7 +150,7 @@ function seopress_block_faq_render_frontend($attributes)
|
|
149 |
echo $css;
|
150 |
}
|
151 |
//Our simple accordion JS
|
152 |
-
wp_enqueue_script('seopress-accordion',
|
153 |
}
|
154 |
|
155 |
$image = '';
|
4 |
die();
|
5 |
}
|
6 |
|
7 |
+
function seopress_register_block_faq() {
|
8 |
+
$asset_file = include SEOPRESS_PLUGIN_DIR_PATH . 'public/gutenberg/blocks/faq/index.asset.php';
|
9 |
+
|
10 |
wp_register_script(
|
11 |
'wp-seopress-gutenberg-faq-block',
|
12 |
+
SEOPRESS_URL_PUBLIC . '/gutenberg/blocks/faq/index.js',
|
13 |
$asset_file['dependencies'],
|
14 |
$asset_file['version']
|
15 |
);
|
16 |
|
17 |
wp_register_style(
|
18 |
'wp-seopress-gutenberg-faq-block',
|
19 |
+
SEOPRESS_URL_PUBLIC . '/gutenberg/blocks/faq/index.css',
|
20 |
+
'',
|
21 |
$asset_file['version']
|
22 |
);
|
23 |
|
150 |
echo $css;
|
151 |
}
|
152 |
//Our simple accordion JS
|
153 |
+
wp_enqueue_script('seopress-accordion', SEOPRESS_ASSETS_DIR . '/js/src/blocks/faq/accordion.js', '', SEOPRESS_VERSION, true);
|
154 |
}
|
155 |
|
156 |
$image = '';
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Sitemap block display callback
|
4 |
+
*
|
5 |
+
* @param array $attributes Block attributes
|
6 |
+
* @param string $content Inner block content
|
7 |
+
* @param WP_Block $block Actual block
|
8 |
+
* @return string $html
|
9 |
+
*/
|
10 |
+
function seopress_sitemap_block( $attributes, $content, $block ){
|
11 |
+
$attr = get_block_wrapper_attributes();
|
12 |
+
$html = '';
|
13 |
+
if ( '1' == seopress_get_toggle_option( 'xml-sitemap' ) && '1' == seopress_get_service('SitemapOption')->getHtmlEnable() ) {
|
14 |
+
$atts = ! empty( $attributes['postTypes'] ) ? ['cpt' => join( ',', $attributes['postTypes'] ) ] : [];
|
15 |
+
$html = sprintf( '<div %s>%s</div>', $attr, seopress_xml_sitemap_html_hook( $atts ) );
|
16 |
+
}
|
17 |
+
return $html;
|
18 |
+
}
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
die();
|
5 |
+
}
|
6 |
+
|
7 |
+
global $wp_version;
|
8 |
+
$hook_name = version_compare( $wp_version, '5.8' ) >= 0 ? 'block_categories_all' : 'block_categories';
|
9 |
+
add_filter( $hook_name, 'seopress_register_block_categories' );
|
10 |
+
/**
|
11 |
+
* Declares a new category
|
12 |
+
*
|
13 |
+
* @param array $categories Existing categories
|
14 |
+
* @return array $categories
|
15 |
+
*/
|
16 |
+
function seopress_register_block_categories( $categories ) {
|
17 |
+
return array_merge(
|
18 |
+
$categories,[
|
19 |
+
[
|
20 |
+
'slug' => 'wpseopress',
|
21 |
+
'title' => __( 'SEO', 'wp-seopress' ),
|
22 |
+
],
|
23 |
+
]
|
24 |
+
);
|
25 |
+
}
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Register blocks
|
29 |
+
*/
|
30 |
+
add_action( 'init', 'seopress_register_blocks', 1000 );
|
31 |
+
function seopress_register_blocks() {
|
32 |
+
require_once __DIR__ . '/block-faq.php';
|
33 |
+
require_once __DIR__ . '/block-sitemap.php';
|
34 |
+
|
35 |
+
// FAQ Block
|
36 |
+
seopress_register_block_faq();
|
37 |
+
|
38 |
+
// Sitemap Block
|
39 |
+
register_block_type( SEOPRESS_PLUGIN_DIR_PATH . 'assets/js/src/blocks/sitemap', [
|
40 |
+
'render_callback' => 'seopress_sitemap_block',
|
41 |
+
'attributes' => [
|
42 |
+
'postTypes' => [
|
43 |
+
'type' => 'array',
|
44 |
+
'default' => []
|
45 |
+
],
|
46 |
+
'isSiteMapEnabled' => [
|
47 |
+
'type' => 'boolean',
|
48 |
+
'default' => ( '1' == seopress_get_toggle_option( 'xml-sitemap' ) ) && ( '1' == seopress_xml_sitemap_html_enable_option() )
|
49 |
+
],
|
50 |
+
'optionsPageUrl' => [
|
51 |
+
'type' => 'string',
|
52 |
+
'default' => add_query_arg( 'page', 'seopress-xml-sitemap', admin_url( 'admin.php' ) )
|
53 |
+
],
|
54 |
+
'fontSize' => [ 'type' => 'string' ],
|
55 |
+
'backgroundColor' => [ 'type' => 'string' ],
|
56 |
+
'style' => [ 'type' => 'object' ],
|
57 |
+
'textColor' => [ 'type' => 'string' ],
|
58 |
+
'gradient' => [ 'type' => 'string' ],
|
59 |
+
'className' => [ 'type' => 'string' ],
|
60 |
+
]
|
61 |
+
]);
|
62 |
+
wp_set_script_translations( 'wpseopress/sitemap', 'wp-seopress' );
|
63 |
+
}
|
@@ -1,45 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
-
die();
|
5 |
-
}
|
6 |
-
|
7 |
-
if ( ! defined( 'SEOPRESS_GUTENBERG_ADDON_DIR' ) ) {
|
8 |
-
define( 'SEOPRESS_GUTENBERG_ADDON_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
|
9 |
-
}
|
10 |
-
|
11 |
-
if ( ! defined( 'SEOPRESS_GUTENBERG_ADDON_URL' ) ) {
|
12 |
-
define( 'SEOPRESS_GUTENBERG_ADDON_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
13 |
-
}
|
14 |
-
|
15 |
-
include_once __DIR__ . '/inc/blocks/faq-block/src/register-block.php';
|
16 |
-
|
17 |
-
add_action( 'init', 'seopress_register_blocks');
|
18 |
-
|
19 |
-
function seopress_register_blocks() {
|
20 |
-
seopress_register_block_faq([
|
21 |
-
'dependencies' => [
|
22 |
-
'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'
|
23 |
-
],
|
24 |
-
'version' => '32cbd8f1ef6cd98f5a5b3e8855d79aec'
|
25 |
-
]);
|
26 |
-
}
|
27 |
-
|
28 |
-
|
29 |
-
global $wp_version;
|
30 |
-
$hook_name = version_compare($wp_version, '5.8') >= 0 ? 'block_categories_all' : 'block_categories';
|
31 |
-
|
32 |
-
add_filter( $hook_name, 'seopress_register_block_categories' );
|
33 |
-
|
34 |
-
function seopress_register_block_categories( $categories ) {
|
35 |
-
return array_merge(
|
36 |
-
$categories,[
|
37 |
-
[
|
38 |
-
'slug' => 'wpseopress',
|
39 |
-
'title' => __( 'SEO', 'wp-seopress' ),
|
40 |
-
],
|
41 |
-
]
|
42 |
-
);
|
43 |
-
}
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1 +0,0 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '348968cf73cea0dd9b2b');
|
|
File without changes
|
@@ -67,3 +67,66 @@ function print_section_info_advanced_security_roles()
|
|
67 |
|
68 |
<?php
|
69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
<?php
|
69 |
}
|
70 |
+
|
71 |
+
function print_section_info_advanced_appearance_col()
|
72 |
+
{ ?>
|
73 |
+
<hr>
|
74 |
+
|
75 |
+
<h3>
|
76 |
+
<?php _e('Columns', 'wp-seopress'); ?>
|
77 |
+
</h3>
|
78 |
+
|
79 |
+
<p><?php _e('Customize the SEO columns.','wp-seopress'); ?></p>
|
80 |
+
|
81 |
+
<?php
|
82 |
+
}
|
83 |
+
|
84 |
+
function print_section_info_advanced_appearance_metabox()
|
85 |
+
{ ?>
|
86 |
+
<hr>
|
87 |
+
|
88 |
+
<h3>
|
89 |
+
<?php _e('Metaboxes', 'wp-seopress'); ?>
|
90 |
+
</h3>
|
91 |
+
|
92 |
+
<p><?php _e('Edit your SEO metadata directly from your favorite page builder.','wp-seopress'); ?></p>
|
93 |
+
|
94 |
+
<?php
|
95 |
+
}
|
96 |
+
|
97 |
+
function print_section_info_advanced_appearance_dashboard()
|
98 |
+
{ ?>
|
99 |
+
<hr>
|
100 |
+
|
101 |
+
<h3>
|
102 |
+
<?php _e('SEO Dashboard', 'wp-seopress'); ?>
|
103 |
+
</h3>
|
104 |
+
|
105 |
+
<p><?php _e('Customize the SEO dashboard UI.','wp-seopress'); ?></p>
|
106 |
+
|
107 |
+
<?php
|
108 |
+
}
|
109 |
+
|
110 |
+
function print_section_info_advanced_appearance_admin_bar()
|
111 |
+
{ ?>
|
112 |
+
<hr>
|
113 |
+
|
114 |
+
<h3>
|
115 |
+
<?php _e('Admin bar', 'wp-seopress'); ?>
|
116 |
+
</h3>
|
117 |
+
|
118 |
+
<p><?php _e('The admin bar appears on the top of your pages when logged in to your WP admin.','wp-seopress'); ?></p>
|
119 |
+
|
120 |
+
<?php
|
121 |
+
}
|
122 |
+
|
123 |
+
function print_section_info_advanced_appearance_misc()
|
124 |
+
{ ?>
|
125 |
+
<hr>
|
126 |
+
|
127 |
+
<h3>
|
128 |
+
<?php _e('Misc', 'wp-seopress'); ?>
|
129 |
+
</h3>
|
130 |
+
|
131 |
+
<?php
|
132 |
+
}
|
@@ -7,12 +7,22 @@ function print_section_info_google_analytics_enable()
|
|
7 |
?>
|
8 |
<div class="sp-section-header">
|
9 |
<h2>
|
10 |
-
<?php _e('
|
11 |
</h2>
|
12 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
<p>
|
14 |
<?php _e('Link your Google Analytics to your website. The tracking code will be automatically added to your site.', 'wp-seopress'); ?>
|
15 |
</p>
|
|
|
|
|
16 |
|
17 |
<?php
|
18 |
}
|
@@ -37,13 +47,13 @@ function print_section_info_google_analytics_gdpr()
|
|
37 |
}
|
38 |
|
39 |
function print_section_info_google_analytics_features()
|
40 |
-
{
|
41 |
-
|
42 |
-
<
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
<p>
|
48 |
<?php _e('Configure your Google Analytics tracking code.', 'wp-seopress'); ?>
|
49 |
</p>
|
@@ -73,13 +83,12 @@ function print_section_info_google_analytics_custom_tracking()
|
|
73 |
|
74 |
function print_section_info_google_analytics_events()
|
75 |
{
|
76 |
-
|
77 |
-
|
78 |
-
<
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
</div>
|
83 |
<p>
|
84 |
<?php _e('Track events in Google Analytics.', 'wp-seopress'); ?>
|
85 |
</p>
|
@@ -98,9 +107,19 @@ function print_section_info_google_analytics_custom_dimensions()
|
|
98 |
$docs = seopress_get_docs_links(); ?>
|
99 |
<div class="sp-section-header">
|
100 |
<h2>
|
101 |
-
<?php _e('
|
102 |
</h2>
|
103 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
<p>
|
105 |
<?php _e('Configure your Google Analytics custom dimensions.', 'wp-seopress'); ?>
|
106 |
</p>
|
@@ -114,17 +133,21 @@ function print_section_info_google_analytics_custom_dimensions()
|
|
114 |
<?php _e('Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.', 'wp-seopress'); ?>
|
115 |
</p>
|
116 |
|
117 |
-
<div class="seopress-notice">
|
118 |
-
<p>
|
119 |
-
<?php _e('Custom dimensions also work with <strong>Matomo</strong> tracking code.', 'wp-seopress'); ?>
|
120 |
-
</p>
|
121 |
-
</div>
|
122 |
-
|
123 |
<?php echo seopress_tooltip_link($docs['analytics']['custom_dimensions'], __('Guide to create custom dimensions in Google Analytics - new window', 'wp-seopress')); ?>
|
124 |
|
125 |
<?php
|
126 |
}
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
function print_section_info_google_analytics_matomo()
|
129 |
{
|
130 |
?>
|
7 |
?>
|
8 |
<div class="sp-section-header">
|
9 |
<h2>
|
10 |
+
<?php _e('Google Analytics', 'wp-seopress'); ?>
|
11 |
</h2>
|
12 |
</div>
|
13 |
+
|
14 |
+
<div class="seopress-sub-tabs">
|
15 |
+
<a href="#seopress-analytics-general"><?php _e('General', 'wp-seopress'); ?></a> |
|
16 |
+
<a href="#seopress-analytics-tracking"><?php _e('Tracking', 'wp-seopress'); ?></a> |
|
17 |
+
<a href="#seopress-analytics-events"><?php _e('Events', 'wp-seopress'); ?></a>
|
18 |
+
<?php if ( is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?> | <a href="#seopress-analytics-ecommerce"><?php _e('Ecommerce', 'wp-seopress'); ?></a> | <a href="#seopress-analytics-stats"><?php _e('Stats in Dashboard', 'wp-seopress'); ?></a><?php } ?>
|
19 |
+
</div>
|
20 |
+
|
21 |
<p>
|
22 |
<?php _e('Link your Google Analytics to your website. The tracking code will be automatically added to your site.', 'wp-seopress'); ?>
|
23 |
</p>
|
24 |
+
<hr>
|
25 |
+
<h3 id="seopress-analytics-general"><?php _e('General','wp-seopress'); ?></h3>
|
26 |
|
27 |
<?php
|
28 |
}
|
47 |
}
|
48 |
|
49 |
function print_section_info_google_analytics_features()
|
50 |
+
{ ?>
|
51 |
+
|
52 |
+
<hr>
|
53 |
+
<h3 id="seopress-analytics-tracking">
|
54 |
+
<?php _e('Tracking', 'wp-seopress'); ?>
|
55 |
+
</h3>
|
56 |
+
|
57 |
<p>
|
58 |
<?php _e('Configure your Google Analytics tracking code.', 'wp-seopress'); ?>
|
59 |
</p>
|
83 |
|
84 |
function print_section_info_google_analytics_events()
|
85 |
{
|
86 |
+
$docs = seopress_get_docs_links();
|
87 |
+
?>
|
88 |
+
<hr>
|
89 |
+
<h3 id="seopress-analytics-events">
|
90 |
+
<?php _e('Events', 'wp-seopress'); ?>
|
91 |
+
</h3>
|
|
|
92 |
<p>
|
93 |
<?php _e('Track events in Google Analytics.', 'wp-seopress'); ?>
|
94 |
</p>
|
107 |
$docs = seopress_get_docs_links(); ?>
|
108 |
<div class="sp-section-header">
|
109 |
<h2>
|
110 |
+
<?php _e('Advanced settings', 'wp-seopress'); ?>
|
111 |
</h2>
|
112 |
</div>
|
113 |
+
|
114 |
+
<div class="seopress-notice">
|
115 |
+
<p>
|
116 |
+
<?php _e('All advanced settings work with <strong>Google Analytics</strong> and <strong>Matomo</strong> tracking code.', 'wp-seopress'); ?>
|
117 |
+
</p>
|
118 |
+
</div>
|
119 |
+
|
120 |
+
<hr>
|
121 |
+
<h3><?php _e('Custom Dimensions','wp-seopress'); ?></h3>
|
122 |
+
|
123 |
<p>
|
124 |
<?php _e('Configure your Google Analytics custom dimensions.', 'wp-seopress'); ?>
|
125 |
</p>
|
133 |
<?php _e('Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.', 'wp-seopress'); ?>
|
134 |
</p>
|
135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
<?php echo seopress_tooltip_link($docs['analytics']['custom_dimensions'], __('Guide to create custom dimensions in Google Analytics - new window', 'wp-seopress')); ?>
|
137 |
|
138 |
<?php
|
139 |
}
|
140 |
|
141 |
+
function print_section_info_google_analytics_advanced()
|
142 |
+
{
|
143 |
+
?>
|
144 |
+
<br>
|
145 |
+
<hr>
|
146 |
+
<h3><?php _e('Misc','wp-seopress'); ?></h3>
|
147 |
+
|
148 |
+
<?php
|
149 |
+
}
|
150 |
+
|
151 |
function print_section_info_google_analytics_matomo()
|
152 |
{
|
153 |
?>
|
@@ -25,23 +25,64 @@ function print_section_info_xml_sitemap_general()
|
|
25 |
</div>
|
26 |
<?php } ?>
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
<div class="seopress-notice">
|
29 |
<p>
|
30 |
-
<?php _e('
|
31 |
</p>
|
32 |
-
|
33 |
<p>
|
34 |
-
<?php _e('
|
35 |
</p>
|
36 |
-
|
37 |
<p>
|
38 |
-
<?php _e('
|
39 |
-
|
40 |
-
</div>
|
41 |
|
42 |
-
<p>
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
<?php if (isset($_SERVER['SERVER_SOFTWARE'])) {
|
47 |
$server_software = explode('/', $_SERVER['SERVER_SOFTWARE']);
|
@@ -68,50 +109,6 @@ function print_section_info_xml_sitemap_general()
|
|
68 |
</div>
|
69 |
<?php }
|
70 |
} ?>
|
71 |
-
<p>
|
72 |
-
<?php _e('<strong>Noindex content</strong> will not be displayed in Sitemaps.', 'wp-seopress'); ?>
|
73 |
-
</p>
|
74 |
-
<p>
|
75 |
-
<?php _e('If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.', 'wp-seopress'); ?>
|
76 |
-
</p>
|
77 |
-
|
78 |
-
<p class="seopress-help">
|
79 |
-
<span class="dashicons dashicons-external"></span>
|
80 |
-
<a href="<?php echo $docs['sitemaps']['error']['blank']; ?>"
|
81 |
-
target="_blank">
|
82 |
-
<?php _e('Blank sitemap?', 'wp-seopress'); ?></a>
|
83 |
-
|
84 |
-
<span class="dashicons dashicons-external"></span>
|
85 |
-
<a href="<?php echo $docs['sitemaps']['error']['404']; ?>"
|
86 |
-
target="_blank">
|
87 |
-
<?php _e('404 error?', 'wp-seopress'); ?></a>
|
88 |
-
|
89 |
-
<span class="dashicons dashicons-external"></span>
|
90 |
-
<a href="<?php echo $docs['sitemaps']['error']['html']; ?>"
|
91 |
-
target="_blank">
|
92 |
-
<?php _e('HTML error? Exclude XML and XSL from caching plugins!', 'wp-seopress'); ?></a>
|
93 |
-
<span class="dashicons dashicons-external"></span>
|
94 |
-
<a href="<?php echo array_shift($docs['get_started']['sitemaps']); ?>"
|
95 |
-
target="_blank">
|
96 |
-
<?php _e('Add your XML sitemaps to Google Search Console (video)', 'wp-seopress'); ?></a>
|
97 |
-
</p>
|
98 |
-
|
99 |
-
<p>
|
100 |
-
<a href="<?php echo get_option('home'); ?>/sitemaps.xml"
|
101 |
-
target="_blank" class="btn btnSecondary">
|
102 |
-
<?php _e('View your sitemap', 'wp-seopress'); ?>
|
103 |
-
</a>
|
104 |
-
|
105 |
-
<a href="https://www.google.com/ping?sitemap=<?php echo get_option('home'); ?>/sitemaps.xml/"
|
106 |
-
target="_blank" class="btn btnSecondary">
|
107 |
-
<?php _e('Ping Google manually', 'wp-seopress'); ?>
|
108 |
-
</a>
|
109 |
-
|
110 |
-
<button type="button" id="seopress-flush-permalinks" class="btn btnSecondary">
|
111 |
-
<?php _e('Flush permalinks', 'wp-seopress'); ?>
|
112 |
-
</button>
|
113 |
-
<span class="spinner"></span>
|
114 |
-
</p>
|
115 |
|
116 |
<?php
|
117 |
}
|
@@ -142,6 +139,25 @@ function print_section_info_html_sitemap()
|
|
142 |
</a>
|
143 |
</p>
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
<?php
|
146 |
}
|
147 |
|
25 |
</div>
|
26 |
<?php } ?>
|
27 |
|
28 |
+
<p>
|
29 |
+
<?php _e('A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.', 'wp-seopress'); ?>
|
30 |
+
</p>
|
31 |
+
|
32 |
+
<p>
|
33 |
+
<?php _e('The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.', 'wp-seopress'); ?>
|
34 |
+
</p>
|
35 |
+
|
36 |
+
<p><?php _e('This is the URL of your index sitemaps to submit to search engines:','wp-seopress'); ?></p>
|
37 |
+
|
38 |
+
<p>
|
39 |
+
<pre><span class="dashicons dashicons-external"></span><a href="<?php echo get_option('home'); ?>/sitemaps.xml" target="_blank"><?php echo get_option('home'); ?>/sitemaps.xml</a></pre>
|
40 |
+
</p>
|
41 |
+
|
42 |
+
<p>
|
43 |
+
<a href="https://www.google.com/ping?sitemap=<?php echo get_option('home'); ?>/sitemaps.xml/"
|
44 |
+
target="_blank" class="btn btnSecondary">
|
45 |
+
<?php _e('Ping Google manually', 'wp-seopress'); ?>
|
46 |
+
</a>
|
47 |
+
|
48 |
+
<button type="button" id="seopress-flush-permalinks" class="btn btnSecondary">
|
49 |
+
<?php _e('Flush permalinks', 'wp-seopress'); ?>
|
50 |
+
</button>
|
51 |
+
<span class="spinner"></span>
|
52 |
+
</p>
|
53 |
+
|
54 |
<div class="seopress-notice">
|
55 |
<p>
|
56 |
+
<?php _e('To view your sitemap, <strong>enable permalinks</strong> (not default one), and save settings to flush them.', 'wp-seopress'); ?>
|
57 |
</p>
|
|
|
58 |
<p>
|
59 |
+
<?php _e('<strong>Noindex content</strong> will not be displayed in Sitemaps. Same for custom canonical URLs.', 'wp-seopress'); ?>
|
60 |
</p>
|
|
|
61 |
<p>
|
62 |
+
<?php _e('If you disable globally this feature (using the blue toggle from above), the <strong>native WordPress XML sitemaps</strong> will be re-activated.', 'wp-seopress'); ?>
|
63 |
+
</p>
|
|
|
64 |
|
65 |
+
<p class="seopress-help">
|
66 |
+
<span class="dashicons dashicons-external"></span>
|
67 |
+
<a href="<?php echo $docs['sitemaps']['error']['blank']; ?>"
|
68 |
+
target="_blank">
|
69 |
+
<?php _e('Blank sitemap?', 'wp-seopress'); ?></a>
|
70 |
+
|
71 |
+
<span class="dashicons dashicons-external"></span>
|
72 |
+
<a href="<?php echo $docs['sitemaps']['error']['404']; ?>"
|
73 |
+
target="_blank">
|
74 |
+
<?php _e('404 error?', 'wp-seopress'); ?></a>
|
75 |
+
|
76 |
+
<span class="dashicons dashicons-external"></span>
|
77 |
+
<a href="<?php echo $docs['sitemaps']['error']['html']; ?>"
|
78 |
+
target="_blank">
|
79 |
+
<?php _e('HTML error? Exclude XML and XSL from caching plugins!', 'wp-seopress'); ?></a>
|
80 |
+
<span class="dashicons dashicons-external"></span>
|
81 |
+
<a href="<?php echo array_shift($docs['get_started']['sitemaps']); ?>"
|
82 |
+
target="_blank">
|
83 |
+
<?php _e('Add your XML sitemaps to Google Search Console (video)', 'wp-seopress'); ?></a>
|
84 |
+
</p>
|
85 |
+
</div>
|
86 |
|
87 |
<?php if (isset($_SERVER['SERVER_SOFTWARE'])) {
|
88 |
$server_software = explode('/', $_SERVER['SERVER_SOFTWARE']);
|
109 |
</div>
|
110 |
<?php }
|
111 |
} ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
<?php
|
114 |
}
|
139 |
</a>
|
140 |
</p>
|
141 |
|
142 |
+
|
143 |
+
<div class="seopress-notice">
|
144 |
+
<h3><?php _e('How to use the HTML Sitemap?', 'wp-seopress-pro'); ?></h3>
|
145 |
+
|
146 |
+
<h4><?php _e('Block Editor', 'wp-seopress-pro'); ?></h4>
|
147 |
+
<p><?php _e('Add the HTML sitemap block using the <strong>Block Editor</strong>.', 'wp-seopress-pro'); ?></p>
|
148 |
+
|
149 |
+
<hr>
|
150 |
+
<h4><?php _e('Shortcode', 'wp-seopress-pro'); ?></h4>
|
151 |
+
|
152 |
+
<p><?php _e('You can also use this shortcode in your content (post, page, post type...):', 'wp-seopress-pro'); ?></p>
|
153 |
+
<pre>[seopress_html_sitemap]</pre>
|
154 |
+
|
155 |
+
<p><?php _e('To include specific custom post types, use the CPT attribute:', 'wp-seopress-pro'); ?></p>
|
156 |
+
<pre>[seopress_html_sitemap cpt="post,product"]</pre>
|
157 |
+
|
158 |
+
<h4><?php _e('Other', 'wp-seopress-pro'); ?></h4>
|
159 |
+
<p><?php _e('Dynamically display the sitemap by entering an ID to the first field below.', 'wp-seopress-pro'); ?></p>
|
160 |
+
</div>
|
161 |
<?php
|
162 |
}
|
163 |
|
@@ -36,17 +36,17 @@ add_settings_field(
|
|
36 |
);
|
37 |
|
38 |
add_settings_field(
|
39 |
-
'
|
40 |
-
__('
|
41 |
-
'
|
42 |
'seopress-settings-admin-advanced-advanced', // Page
|
43 |
'seopress_setting_section_advanced_advanced' // Section
|
44 |
);
|
45 |
|
46 |
add_settings_field(
|
47 |
-
'
|
48 |
-
__('Remove
|
49 |
-
'
|
50 |
'seopress-settings-admin-advanced-advanced', // Page
|
51 |
'seopress_setting_section_advanced_advanced' // Section
|
52 |
);
|
@@ -156,12 +156,13 @@ add_settings_section(
|
|
156 |
'seopress-settings-admin-advanced-appearance' // Page
|
157 |
);
|
158 |
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
'
|
163 |
-
|
164 |
-
'
|
|
|
165 |
);
|
166 |
|
167 |
add_settings_field(
|
@@ -169,22 +170,14 @@ add_settings_field(
|
|
169 |
__('Universal Metabox (Gutenberg)', 'wp-seopress'), // Title
|
170 |
'seopress_advanced_appearance_universal_metabox_callback', // Callback
|
171 |
'seopress-settings-admin-advanced-appearance', // Page
|
172 |
-
'
|
173 |
);
|
174 |
add_settings_field(
|
175 |
'seopress_advanced_appearance_universal_metabox_disable', // ID
|
176 |
__('Disable Universal Metabox', 'wp-seopress'), // Title
|
177 |
'seopress_advanced_appearance_universal_metabox_disable_callback', // Callback
|
178 |
'seopress-settings-admin-advanced-appearance', // Page
|
179 |
-
'
|
180 |
-
);
|
181 |
-
|
182 |
-
add_settings_field(
|
183 |
-
'seopress_advanced_appearance_adminbar_noindex', // ID
|
184 |
-
__('Noindex in admin bar', 'wp-seopress'), // Title
|
185 |
-
'seopress_advanced_appearance_adminbar_noindex_callback', // Callback
|
186 |
-
'seopress-settings-admin-advanced-appearance', // Page
|
187 |
-
'seopress_setting_section_advanced_appearance' // Section
|
188 |
);
|
189 |
|
190 |
add_settings_field(
|
@@ -192,7 +185,7 @@ add_settings_field(
|
|
192 |
__("Move SEO metabox's position", 'wp-seopress'), // Title
|
193 |
'seopress_advanced_appearance_metaboxe_position_callback', // Callback
|
194 |
'seopress-settings-admin-advanced-appearance', // Page
|
195 |
-
'
|
196 |
);
|
197 |
|
198 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
@@ -201,16 +194,74 @@ if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
|
201 |
__('Set default tab for Structured data metabox', 'wp-seopress'), // Title
|
202 |
'seopress_advanced_appearance_schema_default_tab_callback', // Callback
|
203 |
'seopress-settings-admin-advanced-appearance', // Page
|
204 |
-
'
|
205 |
);
|
206 |
}
|
207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
add_settings_field(
|
209 |
'seopress_advanced_appearance_notifications', // ID
|
210 |
__('Hide Notifications Center', 'wp-seopress'), // Title
|
211 |
'seopress_advanced_appearance_notifications_callback', // Callback
|
212 |
'seopress-settings-admin-advanced-appearance', // Page
|
213 |
-
'
|
214 |
);
|
215 |
|
216 |
add_settings_field(
|
@@ -218,7 +269,7 @@ add_settings_field(
|
|
218 |
__('Hide SEO News', 'wp-seopress'), // Title
|
219 |
'seopress_advanced_appearance_news_callback', // Callback
|
220 |
'seopress-settings-admin-advanced-appearance', // Page
|
221 |
-
'
|
222 |
);
|
223 |
|
224 |
add_settings_field(
|
@@ -226,7 +277,16 @@ add_settings_field(
|
|
226 |
__('Hide Site Overview', 'wp-seopress'), // Title
|
227 |
'seopress_advanced_appearance_seo_tools_callback', // Callback
|
228 |
'seopress-settings-admin-advanced-appearance', // Page
|
229 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
);
|
231 |
|
232 |
add_settings_field(
|
@@ -234,7 +294,7 @@ add_settings_field(
|
|
234 |
__('Show Title tag column in post types', 'wp-seopress'), // Title
|
235 |
'seopress_advanced_appearance_title_col_callback', // Callback
|
236 |
'seopress-settings-admin-advanced-appearance', // Page
|
237 |
-
'
|
238 |
);
|
239 |
|
240 |
add_settings_field(
|
@@ -242,7 +302,7 @@ add_settings_field(
|
|
242 |
__('Show Meta description column in post types', 'wp-seopress'), // Title
|
243 |
'seopress_advanced_appearance_meta_desc_col_callback', // Callback
|
244 |
'seopress-settings-admin-advanced-appearance', // Page
|
245 |
-
'
|
246 |
);
|
247 |
|
248 |
add_settings_field(
|
@@ -250,7 +310,7 @@ add_settings_field(
|
|
250 |
__('Show Redirection Enable column in post types', 'wp-seopress'), // Title
|
251 |
'seopress_advanced_appearance_redirect_enable_col_callback', // Callback
|
252 |
'seopress-settings-admin-advanced-appearance', // Page
|
253 |
-
'
|
254 |
);
|
255 |
|
256 |
add_settings_field(
|
@@ -258,7 +318,7 @@ add_settings_field(
|
|
258 |
__('Show Redirect URL column in post types', 'wp-seopress'), // Title
|
259 |
'seopress_advanced_appearance_redirect_url_col_callback', // Callback
|
260 |
'seopress-settings-admin-advanced-appearance', // Page
|
261 |
-
'
|
262 |
);
|
263 |
|
264 |
add_settings_field(
|
@@ -266,7 +326,7 @@ add_settings_field(
|
|
266 |
__('Show canonical URL column in post types', 'wp-seopress'), // Title
|
267 |
'seopress_advanced_appearance_canonical_callback', // Callback
|
268 |
'seopress-settings-admin-advanced-appearance', // Page
|
269 |
-
'
|
270 |
);
|
271 |
|
272 |
add_settings_field(
|
@@ -274,7 +334,7 @@ add_settings_field(
|
|
274 |
__('Show Target Keyword column in post types', 'wp-seopress'), // Title
|
275 |
'seopress_advanced_appearance_target_kw_col_callback', // Callback
|
276 |
'seopress-settings-admin-advanced-appearance', // Page
|
277 |
-
'
|
278 |
);
|
279 |
|
280 |
add_settings_field(
|
@@ -282,7 +342,7 @@ add_settings_field(
|
|
282 |
__('Show noindex column in post types', 'wp-seopress'), // Title
|
283 |
'seopress_advanced_appearance_noindex_col_callback', // Callback
|
284 |
'seopress-settings-admin-advanced-appearance', // Page
|
285 |
-
'
|
286 |
);
|
287 |
|
288 |
add_settings_field(
|
@@ -290,7 +350,7 @@ add_settings_field(
|
|
290 |
__('Show nofollow column in post types', 'wp-seopress'), // Title
|
291 |
'seopress_advanced_appearance_nofollow_col_callback', // Callback
|
292 |
'seopress-settings-admin-advanced-appearance', // Page
|
293 |
-
'
|
294 |
);
|
295 |
|
296 |
add_settings_field(
|
@@ -298,7 +358,7 @@ add_settings_field(
|
|
298 |
__('Show total number of words column in post types', 'wp-seopress'), // Title
|
299 |
'seopress_advanced_appearance_words_col_callback', // Callback
|
300 |
'seopress-settings-admin-advanced-appearance', // Page
|
301 |
-
'
|
302 |
);
|
303 |
|
304 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
@@ -307,7 +367,7 @@ if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
|
307 |
__('Show Google Page Speed column in post types', 'wp-seopress'), // Title
|
308 |
'seopress_advanced_appearance_ps_col_callback', // Callback
|
309 |
'seopress-settings-admin-advanced-appearance', // Page
|
310 |
-
'
|
311 |
);
|
312 |
}
|
313 |
|
@@ -317,7 +377,7 @@ if (is_plugin_active('wp-seopress-insights/seopress-insights.php')) {
|
|
317 |
__('Show Insights column in post types', 'wp-seopress'), // Title
|
318 |
'seopress_advanced_appearance_insights_col_callback', // Callback
|
319 |
'seopress-settings-admin-advanced-appearance', // Page
|
320 |
-
'
|
321 |
);
|
322 |
}
|
323 |
|
@@ -326,23 +386,16 @@ add_settings_field(
|
|
326 |
__('Show content analysis score column in post types', 'wp-seopress'), // Title
|
327 |
'seopress_advanced_appearance_score_col_callback', // Callback
|
328 |
'seopress-settings-admin-advanced-appearance', // Page
|
329 |
-
'
|
330 |
-
);
|
331 |
-
|
332 |
-
add_settings_field(
|
333 |
-
'seopress_advanced_appearance_ca_metaboxe', // ID
|
334 |
-
__('Remove Content Analysis Metabox', 'wp-seopress'), // Title
|
335 |
-
'seopress_advanced_appearance_ca_metaboxe_callback', // Callback
|
336 |
-
'seopress-settings-admin-advanced-appearance', // Page
|
337 |
-
'seopress_setting_section_advanced_appearance' // Section
|
338 |
);
|
339 |
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
'
|
344 |
-
|
345 |
-
'
|
|
|
346 |
);
|
347 |
|
348 |
add_settings_field(
|
@@ -350,15 +403,7 @@ add_settings_field(
|
|
350 |
__('Hide Genesis SEO Settings link', 'wp-seopress'), // Title
|
351 |
'seopress_advanced_appearance_genesis_seo_menu_callback', // Callback
|
352 |
'seopress-settings-admin-advanced-appearance', // Page
|
353 |
-
'
|
354 |
-
);
|
355 |
-
|
356 |
-
add_settings_field(
|
357 |
-
'seopress_advanced_appearance_advice_schema', // ID
|
358 |
-
__('Hide advice in Structured Data Types metabox', 'wp-seopress'), // Title
|
359 |
-
'seopress_advanced_appearance_advice_schema_callback', // Callback
|
360 |
-
'seopress-settings-admin-advanced-appearance', // Page
|
361 |
-
'seopress_setting_section_advanced_appearance' // Section
|
362 |
);
|
363 |
|
364 |
//Security SECTION=======================================================================
|
36 |
);
|
37 |
|
38 |
add_settings_field(
|
39 |
+
'seopress_advanced_advanced_replytocom', // ID
|
40 |
+
__('Remove ?replytocom link to avoid duplicate content', 'wp-seopress'), // Title
|
41 |
+
'seopress_advanced_advanced_replytocom_callback', // Callback
|
42 |
'seopress-settings-admin-advanced-advanced', // Page
|
43 |
'seopress_setting_section_advanced_advanced' // Section
|
44 |
);
|
45 |
|
46 |
add_settings_field(
|
47 |
+
'seopress_advanced_advanced_noreferrer', // ID
|
48 |
+
__('Remove noreferrer link attribute in post content', 'wp-seopress'), // Title
|
49 |
+
'seopress_advanced_advanced_noreferrer_callback', // Callback
|
50 |
'seopress-settings-admin-advanced-advanced', // Page
|
51 |
'seopress_setting_section_advanced_advanced' // Section
|
52 |
);
|
156 |
'seopress-settings-admin-advanced-appearance' // Page
|
157 |
);
|
158 |
|
159 |
+
//Metaboxes
|
160 |
+
add_settings_section(
|
161 |
+
'seopress_setting_section_advanced_appearance_metabox', // ID
|
162 |
+
'',
|
163 |
+
//__("Metaboxes","wp-seopress"), // Title
|
164 |
+
'print_section_info_advanced_appearance_metabox', // Callback
|
165 |
+
'seopress-settings-admin-advanced-appearance' // Page
|
166 |
);
|
167 |
|
168 |
add_settings_field(
|
170 |
__('Universal Metabox (Gutenberg)', 'wp-seopress'), // Title
|
171 |
'seopress_advanced_appearance_universal_metabox_callback', // Callback
|
172 |
'seopress-settings-admin-advanced-appearance', // Page
|
173 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
174 |
);
|
175 |
add_settings_field(
|
176 |
'seopress_advanced_appearance_universal_metabox_disable', // ID
|
177 |
__('Disable Universal Metabox', 'wp-seopress'), // Title
|
178 |
'seopress_advanced_appearance_universal_metabox_disable_callback', // Callback
|
179 |
'seopress-settings-admin-advanced-appearance', // Page
|
180 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
);
|
182 |
|
183 |
add_settings_field(
|
185 |
__("Move SEO metabox's position", 'wp-seopress'), // Title
|
186 |
'seopress_advanced_appearance_metaboxe_position_callback', // Callback
|
187 |
'seopress-settings-admin-advanced-appearance', // Page
|
188 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
189 |
);
|
190 |
|
191 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
194 |
__('Set default tab for Structured data metabox', 'wp-seopress'), // Title
|
195 |
'seopress_advanced_appearance_schema_default_tab_callback', // Callback
|
196 |
'seopress-settings-admin-advanced-appearance', // Page
|
197 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
198 |
);
|
199 |
}
|
200 |
|
201 |
+
add_settings_field(
|
202 |
+
'seopress_advanced_appearance_ca_metaboxe', // ID
|
203 |
+
__('Remove Content Analysis Metabox', 'wp-seopress'), // Title
|
204 |
+
'seopress_advanced_appearance_ca_metaboxe_callback', // Callback
|
205 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
206 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
207 |
+
);
|
208 |
+
|
209 |
+
add_settings_field(
|
210 |
+
'seopress_advanced_appearance_genesis_seo_metaboxe', // ID
|
211 |
+
__('Hide Genesis SEO Metabox', 'wp-seopress'), // Title
|
212 |
+
'seopress_advanced_appearance_genesis_seo_metaboxe_callback', // Callback
|
213 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
214 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
215 |
+
);
|
216 |
+
|
217 |
+
add_settings_field(
|
218 |
+
'seopress_advanced_appearance_advice_schema', // ID
|
219 |
+
__('Hide advice in Structured Data Types metabox', 'wp-seopress'), // Title
|
220 |
+
'seopress_advanced_appearance_advice_schema_callback', // Callback
|
221 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
222 |
+
'seopress_setting_section_advanced_appearance_metabox' // Section
|
223 |
+
);
|
224 |
+
|
225 |
+
//SEO Admin bar
|
226 |
+
add_settings_section(
|
227 |
+
'seopress_setting_section_advanced_appearance_admin_bar', // ID
|
228 |
+
'',
|
229 |
+
//__("Admin bar","wp-seopress"), // Title
|
230 |
+
'print_section_info_advanced_appearance_admin_bar', // Callback
|
231 |
+
'seopress-settings-admin-advanced-appearance' // Page
|
232 |
+
);
|
233 |
+
|
234 |
+
add_settings_field(
|
235 |
+
'seopress_advanced_appearance_adminbar', // ID
|
236 |
+
__('SEO in admin bar', 'wp-seopress'), // Title
|
237 |
+
'seopress_advanced_appearance_adminbar_callback', // Callback
|
238 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
239 |
+
'seopress_setting_section_advanced_appearance_admin_bar' // Section
|
240 |
+
);
|
241 |
+
|
242 |
+
add_settings_field(
|
243 |
+
'seopress_advanced_appearance_adminbar_noindex', // ID
|
244 |
+
__('Noindex in admin bar', 'wp-seopress'), // Title
|
245 |
+
'seopress_advanced_appearance_adminbar_noindex_callback', // Callback
|
246 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
247 |
+
'seopress_setting_section_advanced_appearance_admin_bar' // Section
|
248 |
+
);
|
249 |
+
|
250 |
+
//SEO Dashboard
|
251 |
+
add_settings_section(
|
252 |
+
'seopress_setting_section_advanced_appearance_dashboard', // ID
|
253 |
+
'',
|
254 |
+
//__("Dashboard","wp-seopress"), // Title
|
255 |
+
'print_section_info_advanced_appearance_dashboard', // Callback
|
256 |
+
'seopress-settings-admin-advanced-appearance' // Page
|
257 |
+
);
|
258 |
+
|
259 |
add_settings_field(
|
260 |
'seopress_advanced_appearance_notifications', // ID
|
261 |
__('Hide Notifications Center', 'wp-seopress'), // Title
|
262 |
'seopress_advanced_appearance_notifications_callback', // Callback
|
263 |
'seopress-settings-admin-advanced-appearance', // Page
|
264 |
+
'seopress_setting_section_advanced_appearance_dashboard' // Section
|
265 |
);
|
266 |
|
267 |
add_settings_field(
|
269 |
__('Hide SEO News', 'wp-seopress'), // Title
|
270 |
'seopress_advanced_appearance_news_callback', // Callback
|
271 |
'seopress-settings-admin-advanced-appearance', // Page
|
272 |
+
'seopress_setting_section_advanced_appearance_dashboard' // Section
|
273 |
);
|
274 |
|
275 |
add_settings_field(
|
277 |
__('Hide Site Overview', 'wp-seopress'), // Title
|
278 |
'seopress_advanced_appearance_seo_tools_callback', // Callback
|
279 |
'seopress-settings-admin-advanced-appearance', // Page
|
280 |
+
'seopress_setting_section_advanced_appearance_dashboard' // Section
|
281 |
+
);
|
282 |
+
|
283 |
+
//Columns
|
284 |
+
add_settings_section(
|
285 |
+
'seopress_setting_section_advanced_appearance_col', // ID
|
286 |
+
'',
|
287 |
+
//__("Columns","wp-seopress"), // Title
|
288 |
+
'print_section_info_advanced_appearance_col', // Callback
|
289 |
+
'seopress-settings-admin-advanced-appearance' // Page
|
290 |
);
|
291 |
|
292 |
add_settings_field(
|
294 |
__('Show Title tag column in post types', 'wp-seopress'), // Title
|
295 |
'seopress_advanced_appearance_title_col_callback', // Callback
|
296 |
'seopress-settings-admin-advanced-appearance', // Page
|
297 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
298 |
);
|
299 |
|
300 |
add_settings_field(
|
302 |
__('Show Meta description column in post types', 'wp-seopress'), // Title
|
303 |
'seopress_advanced_appearance_meta_desc_col_callback', // Callback
|
304 |
'seopress-settings-admin-advanced-appearance', // Page
|
305 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
306 |
);
|
307 |
|
308 |
add_settings_field(
|
310 |
__('Show Redirection Enable column in post types', 'wp-seopress'), // Title
|
311 |
'seopress_advanced_appearance_redirect_enable_col_callback', // Callback
|
312 |
'seopress-settings-admin-advanced-appearance', // Page
|
313 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
314 |
);
|
315 |
|
316 |
add_settings_field(
|
318 |
__('Show Redirect URL column in post types', 'wp-seopress'), // Title
|
319 |
'seopress_advanced_appearance_redirect_url_col_callback', // Callback
|
320 |
'seopress-settings-admin-advanced-appearance', // Page
|
321 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
322 |
);
|
323 |
|
324 |
add_settings_field(
|
326 |
__('Show canonical URL column in post types', 'wp-seopress'), // Title
|
327 |
'seopress_advanced_appearance_canonical_callback', // Callback
|
328 |
'seopress-settings-admin-advanced-appearance', // Page
|
329 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
330 |
);
|
331 |
|
332 |
add_settings_field(
|
334 |
__('Show Target Keyword column in post types', 'wp-seopress'), // Title
|
335 |
'seopress_advanced_appearance_target_kw_col_callback', // Callback
|
336 |
'seopress-settings-admin-advanced-appearance', // Page
|
337 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
338 |
);
|
339 |
|
340 |
add_settings_field(
|
342 |
__('Show noindex column in post types', 'wp-seopress'), // Title
|
343 |
'seopress_advanced_appearance_noindex_col_callback', // Callback
|
344 |
'seopress-settings-admin-advanced-appearance', // Page
|
345 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
346 |
);
|
347 |
|
348 |
add_settings_field(
|
350 |
__('Show nofollow column in post types', 'wp-seopress'), // Title
|
351 |
'seopress_advanced_appearance_nofollow_col_callback', // Callback
|
352 |
'seopress-settings-admin-advanced-appearance', // Page
|
353 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
354 |
);
|
355 |
|
356 |
add_settings_field(
|
358 |
__('Show total number of words column in post types', 'wp-seopress'), // Title
|
359 |
'seopress_advanced_appearance_words_col_callback', // Callback
|
360 |
'seopress-settings-admin-advanced-appearance', // Page
|
361 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
362 |
);
|
363 |
|
364 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
367 |
__('Show Google Page Speed column in post types', 'wp-seopress'), // Title
|
368 |
'seopress_advanced_appearance_ps_col_callback', // Callback
|
369 |
'seopress-settings-admin-advanced-appearance', // Page
|
370 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
371 |
);
|
372 |
}
|
373 |
|
377 |
__('Show Insights column in post types', 'wp-seopress'), // Title
|
378 |
'seopress_advanced_appearance_insights_col_callback', // Callback
|
379 |
'seopress-settings-admin-advanced-appearance', // Page
|
380 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
381 |
);
|
382 |
}
|
383 |
|
386 |
__('Show content analysis score column in post types', 'wp-seopress'), // Title
|
387 |
'seopress_advanced_appearance_score_col_callback', // Callback
|
388 |
'seopress-settings-admin-advanced-appearance', // Page
|
389 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
);
|
391 |
|
392 |
+
//Misc
|
393 |
+
add_settings_section(
|
394 |
+
'seopress_setting_section_advanced_appearance_misc', // ID
|
395 |
+
'',
|
396 |
+
//__("Misc","wp-seopress"), // Title
|
397 |
+
'print_section_info_advanced_appearance_misc', // Callback
|
398 |
+
'seopress-settings-admin-advanced-appearance' // Page
|
399 |
);
|
400 |
|
401 |
add_settings_field(
|
403 |
__('Hide Genesis SEO Settings link', 'wp-seopress'), // Title
|
404 |
'seopress_advanced_appearance_genesis_seo_menu_callback', // Callback
|
405 |
'seopress-settings-admin-advanced-appearance', // Page
|
406 |
+
'seopress_setting_section_advanced_appearance_misc' // Section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
407 |
);
|
408 |
|
409 |
//Security SECTION=======================================================================
|
@@ -35,14 +35,6 @@ add_settings_field(
|
|
35 |
'seopress_setting_section_google_analytics_enable' // Section
|
36 |
);
|
37 |
|
38 |
-
add_settings_field(
|
39 |
-
'seopress_google_analytics_roles', // ID
|
40 |
-
__('Exclude user roles from tracking (Google Analytics and Matomo)', 'wp-seopress'), // Title
|
41 |
-
'seopress_google_analytics_roles_callback', // Callback
|
42 |
-
'seopress-settings-admin-google-analytics-enable', // Page
|
43 |
-
'seopress_setting_section_google_analytics_enable' // Section
|
44 |
-
);
|
45 |
-
|
46 |
//Cookie bar / GDPR SECTION================================================================
|
47 |
add_settings_section(
|
48 |
'seopress_setting_section_google_analytics_gdpr', // ID
|
@@ -452,6 +444,24 @@ add_settings_field(
|
|
452 |
'seopress_setting_section_google_analytics_custom_dimensions' // Section
|
453 |
);
|
454 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
//Matomo SECTION===========================================================================
|
456 |
add_settings_section(
|
457 |
'seopress_setting_section_google_analytics_matomo', // ID
|
35 |
'seopress_setting_section_google_analytics_enable' // Section
|
36 |
);
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
//Cookie bar / GDPR SECTION================================================================
|
39 |
add_settings_section(
|
40 |
'seopress_setting_section_google_analytics_gdpr', // ID
|
444 |
'seopress_setting_section_google_analytics_custom_dimensions' // Section
|
445 |
);
|
446 |
|
447 |
+
//Google Analytics Advanced SECTION================================================================
|
448 |
+
|
449 |
+
add_settings_section(
|
450 |
+
'seopress_setting_section_google_analytics_advanced', // ID
|
451 |
+
'',
|
452 |
+
//__("Advanced","wp-seopress"), // Title
|
453 |
+
'print_section_info_google_analytics_advanced', // Callback
|
454 |
+
'seopress-settings-admin-google-analytics-advanced' // Page
|
455 |
+
);
|
456 |
+
|
457 |
+
add_settings_field(
|
458 |
+
'seopress_google_analytics_roles', // ID
|
459 |
+
__('Exclude user roles from tracking (Google Analytics and Matomo)', 'wp-seopress'), // Title
|
460 |
+
'seopress_google_analytics_roles_callback', // Callback
|
461 |
+
'seopress-settings-admin-google-analytics-advanced', // Page
|
462 |
+
'seopress_setting_section_google_analytics_advanced' // Section
|
463 |
+
);
|
464 |
+
|
465 |
//Matomo SECTION===========================================================================
|
466 |
add_settings_section(
|
467 |
'seopress_setting_section_google_analytics_matomo', // ID
|
@@ -663,11 +663,16 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
663 |
$seopress_titles_option = get_option('seopress_titles_option_name');
|
664 |
$seopress_social_option = get_option('seopress_social_option_name');
|
665 |
|
|
|
|
|
|
|
666 |
$site_sep = isset($seopress_titles_option['seopress_titles_sep']) ? $seopress_titles_option['seopress_titles_sep'] : null;
|
667 |
$site_title = isset($seopress_titles_option['seopress_titles_home_site_title']) ? $seopress_titles_option['seopress_titles_home_site_title'] : null;
|
668 |
$knowledge_type = isset($seopress_social_option['seopress_social_knowledge_type']) ? $seopress_social_option['seopress_social_knowledge_type'] : null;
|
669 |
$knowledge_name = isset($seopress_social_option['seopress_social_knowledge_name']) ? $seopress_social_option['seopress_social_knowledge_name'] : null;
|
670 |
-
$knowledge_img = isset($seopress_social_option['seopress_social_knowledge_img']) ? $seopress_social_option['seopress_social_knowledge_img'] : null;
|
|
|
|
|
671 |
|
672 |
<div class="seopress-setup-content">
|
673 |
<h1><?php esc_html_e('Your site', 'wp-seopress'); ?><hr role="presentation"></h1>
|
@@ -739,12 +744,30 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
739 |
<p>
|
740 |
<label for="knowledge_img_meta"><?php esc_html_e('Your photo/organization logo', 'wp-seopress'); ?></label>
|
741 |
<input type="text" id="knowledge_img_meta" class="location-input" name="knowledge_img"
|
742 |
-
|
743 |
-
|
744 |
|
745 |
<input id="knowledge_img_upload" class="btn btnSecondary" type="button" value="<?php _e('Upload an Image', 'wp-seopress'); ?>" />
|
746 |
</p>
|
747 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
<p class="seopress-setup-actions step">
|
749 |
<button type="submit" class="btnPrimary btn btnNext"
|
750 |
value="<?php esc_attr_e('Save & Continue', 'wp-seopress'); ?>"
|
@@ -774,14 +797,32 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
774 |
$seopress_titles_option['seopress_titles_home_site_title'] = isset($_POST['site_title']) ? sanitize_text_field(wp_unslash($_POST['site_title'])) : '';
|
775 |
|
776 |
//Social
|
777 |
-
$seopress_social_option['seopress_social_knowledge_type']
|
778 |
-
$seopress_social_option['seopress_social_knowledge_name']
|
779 |
-
$seopress_social_option['seopress_social_knowledge_img']
|
|
|
|
|
780 |
|
781 |
//Save options
|
782 |
update_option('seopress_titles_option_name', $seopress_titles_option, false);
|
783 |
update_option('seopress_social_option_name', $seopress_social_option, false);
|
784 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
785 |
wp_safe_redirect(esc_url_raw($this->get_next_step_link()));
|
786 |
exit;
|
787 |
}
|
@@ -913,6 +954,9 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
913 |
<?php _e('For which single post types, should indexing be disabled?', 'wp-seopress'); ?>
|
914 |
</h2>
|
915 |
|
|
|
|
|
|
|
916 |
<ul>
|
917 |
<?php
|
918 |
//Post Types
|
@@ -1011,6 +1055,9 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1011 |
<?php _e('For which post type archives, should indexing be disabled?', 'wp-seopress'); ?>
|
1012 |
</h2>
|
1013 |
|
|
|
|
|
|
|
1014 |
<ul>
|
1015 |
<?php
|
1016 |
foreach ($cpt as $seopress_cpt_key => $seopress_cpt_value) {
|
@@ -1109,6 +1156,9 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1109 |
<?php _e('For which taxonomy archives, should indexing be disabled?', 'wp-seopress'); ?>
|
1110 |
</h2>
|
1111 |
|
|
|
|
|
|
|
1112 |
<ul>
|
1113 |
<?php
|
1114 |
//Archives
|
@@ -1129,6 +1179,13 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1129 |
} ?>
|
1130 |
value="1"/>
|
1131 |
<?php _e('Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>', 'wp-seopress'); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1132 |
</label>
|
1133 |
</li>
|
1134 |
<?php
|
@@ -1248,29 +1305,31 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1248 |
<?php printf(__('Shorten your URLs by removing %s and improve your SEO.', 'wp-seopress'), $category_base); ?>
|
1249 |
</li>
|
1250 |
|
1251 |
-
|
1252 |
-
|
1253 |
-
<
|
1254 |
-
<
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
|
|
1261 |
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
|
|
1274 |
</ul>
|
1275 |
|
1276 |
<p class="seopress-setup-actions step">
|
@@ -1305,6 +1364,10 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1305 |
$seopress_advanced_option['seopress_advanced_advanced_attachments_file'] = isset($_POST['attachments_file']) ? esc_attr(wp_unslash($_POST['attachments_file'])) : null;
|
1306 |
$seopress_advanced_option['seopress_advanced_advanced_category_url'] = isset($_POST['category_url']) ? esc_attr(wp_unslash($_POST['category_url'])) : null;
|
1307 |
|
|
|
|
|
|
|
|
|
1308 |
//Save options
|
1309 |
update_option('seopress_titles_option_name', $seopress_titles_option, false);
|
1310 |
update_option('seopress_advanced_option_name', $seopress_advanced_option, false);
|
@@ -1319,8 +1382,8 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1319 |
*/
|
1320 |
public function seopress_setup_universal() {
|
1321 |
$seopress_advanced_option = get_option('seopress_advanced_option_name');
|
1322 |
-
$
|
1323 |
-
|
1324 |
|
1325 |
<div class="seopress-setup-content">
|
1326 |
|
@@ -1347,22 +1410,10 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1347 |
<!-- Universal SEO metabox for page builers -->
|
1348 |
<li class="seopress-wizard-service-item checkbox">
|
1349 |
<label for="universal_seo_metabox">
|
1350 |
-
<input id="universal_seo_metabox" name="universal_seo_metabox" type="checkbox" class="location-input" <?php if ('1'
|
1351 |
-
echo 'checked="yes"';
|
1352 |
-
} ?> value="1"/>
|
1353 |
-
<?php _e('No, I prefer to use the good old one SEO metabox', 'wp-seopress'); ?>
|
1354 |
-
</label>
|
1355 |
-
</li>
|
1356 |
-
<li class="description">
|
1357 |
-
<?php _e('You can change this setting at anytime from SEO, Advanced settings page, Appearance tab.', 'wp-seopress'); ?>
|
1358 |
-
</li>
|
1359 |
-
<!-- Universal SEO metabox for Block Editor -->
|
1360 |
-
<li class="seopress-wizard-service-item checkbox">
|
1361 |
-
<label for="universal_seo_block_editor">
|
1362 |
-
<input id="universal_seo_block_editor" name="universal_seo_block_editor" type="checkbox" class="location-input" <?php if ('1' == $universal_seo_block_editor) {
|
1363 |
echo 'checked="yes"';
|
1364 |
} ?> value="1"/>
|
1365 |
-
<?php _e('Yes, enable the universal SEO metabox
|
1366 |
</label>
|
1367 |
</li>
|
1368 |
<li class="description">
|
@@ -1395,10 +1446,10 @@ class SEOPRESS_Admin_Setup_Wizard {
|
|
1395 |
$seopress_advanced_option = get_option('seopress_advanced_option_name');
|
1396 |
|
1397 |
//Advanced
|
1398 |
-
$seopress_advanced_option['seopress_advanced_appearance_universal_metabox_disable'] = isset($_POST['universal_seo_metabox']) ?
|
1399 |
-
$seopress_advanced_option['seopress_advanced_appearance_universal_metabox'] = isset($_POST['
|
1400 |
|
1401 |
-
|
1402 |
update_option('seopress_advanced_option_name', $seopress_advanced_option, false);
|
1403 |
|
1404 |
if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
|
663 |
$seopress_titles_option = get_option('seopress_titles_option_name');
|
664 |
$seopress_social_option = get_option('seopress_social_option_name');
|
665 |
|
666 |
+
$current_user = wp_get_current_user();
|
667 |
+
$current_user_email = isset($current_user->user_email) ? $current_user->user_email : null;
|
668 |
+
|
669 |
$site_sep = isset($seopress_titles_option['seopress_titles_sep']) ? $seopress_titles_option['seopress_titles_sep'] : null;
|
670 |
$site_title = isset($seopress_titles_option['seopress_titles_home_site_title']) ? $seopress_titles_option['seopress_titles_home_site_title'] : null;
|
671 |
$knowledge_type = isset($seopress_social_option['seopress_social_knowledge_type']) ? $seopress_social_option['seopress_social_knowledge_type'] : null;
|
672 |
$knowledge_name = isset($seopress_social_option['seopress_social_knowledge_name']) ? $seopress_social_option['seopress_social_knowledge_name'] : null;
|
673 |
+
$knowledge_img = isset($seopress_social_option['seopress_social_knowledge_img']) ? $seopress_social_option['seopress_social_knowledge_img'] : null;
|
674 |
+
$knowledge_email = isset($seopress_social_option['seopress_social_knowledge_email']) ? $seopress_social_option['seopress_social_knowledge_email'] : $current_user_email;
|
675 |
+
$knowledge_nl = isset($seopress_social_option['seopress_social_knowledge_nl']); ?>
|
676 |
|
677 |
<div class="seopress-setup-content">
|
678 |
<h1><?php esc_html_e('Your site', 'wp-seopress'); ?><hr role="presentation"></h1>
|
744 |
<p>
|
745 |
<label for="knowledge_img_meta"><?php esc_html_e('Your photo/organization logo', 'wp-seopress'); ?></label>
|
746 |
<input type="text" id="knowledge_img_meta" class="location-input" name="knowledge_img"
|
747 |
+
placeholder="<?php esc_html_e('eg: https://www.example.com/logo.png', 'wp-seopress'); ?>"
|
748 |
+
value="<?php echo $knowledge_img; ?>" />
|
749 |
|
750 |
<input id="knowledge_img_upload" class="btn btnSecondary" type="button" value="<?php _e('Upload an Image', 'wp-seopress'); ?>" />
|
751 |
</p>
|
752 |
|
753 |
+
<?php if (function_exists('seopress_get_toggle_white_label_option') && '1' !== seopress_get_toggle_white_label_option()) { ?>
|
754 |
+
<p>
|
755 |
+
<label for="knowledge_email"><?php esc_html_e('Your email', 'wp-seopress'); ?></label>
|
756 |
+
<input type="text" id="knowledge_email" class="location-input" name="knowledge_email"
|
757 |
+
placeholder="<?php esc_html_e('eg: enter', 'wp-seopress'); ?>"
|
758 |
+
value="<?php echo $knowledge_email; ?>" />
|
759 |
+
</p>
|
760 |
+
|
761 |
+
<p>
|
762 |
+
<label for="knowledge_nl">
|
763 |
+
<input id="knowledge_nl" class="location-input" name="knowledge_nl" type="checkbox" <?php if ('1' == $knowledge_nl) {
|
764 |
+
echo 'checked="yes"';
|
765 |
+
} ?> value="1"/>
|
766 |
+
<?php _e('Be alerted to changes in Google’s algorithm, get product updates, tutorials and ebooks to improve your conversion and traffic.'); ?>
|
767 |
+
</label>
|
768 |
+
</p>
|
769 |
+
<?php } ?>
|
770 |
+
|
771 |
<p class="seopress-setup-actions step">
|
772 |
<button type="submit" class="btnPrimary btn btnNext"
|
773 |
value="<?php esc_attr_e('Save & Continue', 'wp-seopress'); ?>"
|
797 |
$seopress_titles_option['seopress_titles_home_site_title'] = isset($_POST['site_title']) ? sanitize_text_field(wp_unslash($_POST['site_title'])) : '';
|
798 |
|
799 |
//Social
|
800 |
+
$seopress_social_option['seopress_social_knowledge_type'] = isset($_POST['knowledge_type']) ? esc_attr(wp_unslash($_POST['knowledge_type'])) : '';
|
801 |
+
$seopress_social_option['seopress_social_knowledge_name'] = isset($_POST['knowledge_name']) ? sanitize_text_field(wp_unslash($_POST['knowledge_name'])) : '';
|
802 |
+
$seopress_social_option['seopress_social_knowledge_img'] = isset($_POST['knowledge_img']) ? sanitize_text_field(wp_unslash($_POST['knowledge_img'])) : '';
|
803 |
+
$seopress_social_option['seopress_social_knowledge_email'] = isset($_POST['knowledge_email']) ? sanitize_text_field(wp_unslash($_POST['knowledge_email'])) : '';
|
804 |
+
$seopress_social_option['seopress_social_knowledge_nl'] = isset($_POST['knowledge_nl']) ? esc_attr(wp_unslash($_POST['knowledge_nl'])) : null;
|
805 |
|
806 |
//Save options
|
807 |
update_option('seopress_titles_option_name', $seopress_titles_option, false);
|
808 |
update_option('seopress_social_option_name', $seopress_social_option, false);
|
809 |
|
810 |
+
//Send email to SG if we have user consent
|
811 |
+
if (function_exists('seopress_get_toggle_white_label_option') && '1' !== seopress_get_toggle_white_label_option()) {
|
812 |
+
if (isset($seopress_social_option['seopress_social_knowledge_email']) && $seopress_social_option['seopress_social_knowledge_nl'] === '1') {
|
813 |
+
$endpoint_url = 'https://www.seopress.org/wizard-nl/';
|
814 |
+
$body = ['email' => $seopress_social_option['seopress_social_knowledge_email'], 'lang' => seopress_get_locale()];
|
815 |
+
|
816 |
+
$response = wp_remote_post( $endpoint_url, array(
|
817 |
+
'method' => 'POST',
|
818 |
+
'body' => $body,
|
819 |
+
'timeout' => 5,
|
820 |
+
'blocking' => true
|
821 |
+
)
|
822 |
+
);
|
823 |
+
}
|
824 |
+
}
|
825 |
+
|
826 |
wp_safe_redirect(esc_url_raw($this->get_next_step_link()));
|
827 |
exit;
|
828 |
}
|
954 |
<?php _e('For which single post types, should indexing be disabled?', 'wp-seopress'); ?>
|
955 |
</h2>
|
956 |
|
957 |
+
<p><?php _e('Custom post types are a content type in WordPress. By default, <strong>Post</strong> and <strong>Page</strong> are the <strong>default post types</strong>.','wp-seopress'); ?></p>
|
958 |
+
<p><?php _e('You can create your own type of content like "product" or "business": these are <strong>custom post types</strong>.','wp-seopress'); ?></p>
|
959 |
+
|
960 |
<ul>
|
961 |
<?php
|
962 |
//Post Types
|
1055 |
<?php _e('For which post type archives, should indexing be disabled?', 'wp-seopress'); ?>
|
1056 |
</h2>
|
1057 |
|
1058 |
+
<p><?php _e('<strong>Archive pages</strong> are automatically generated by WordPress. They group specific content such as your latest articles, a product category or your content by author or date.', 'wp-seopress'); ?></p>
|
1059 |
+
<p><?php _e('Below the list of your <strong>post type archives</strong>:', 'wp-seopress'); ?></p>
|
1060 |
+
|
1061 |
<ul>
|
1062 |
<?php
|
1063 |
foreach ($cpt as $seopress_cpt_key => $seopress_cpt_value) {
|
1156 |
<?php _e('For which taxonomy archives, should indexing be disabled?', 'wp-seopress'); ?>
|
1157 |
</h2>
|
1158 |
|
1159 |
+
<p><?php _e('<strong>Taxonomies</strong> are the method of classifying content and data in WordPress. When you use a taxonomy you’re grouping similar things together. The taxonomy refers to the sum of those groups.','wp-seopress'); ?></p>
|
1160 |
+
<p><?php _e('<strong>Categories</strong> and <strong>Tags</strong> are the default taxonomies. You can add your own taxonomies like "product categories": these are called <strong>custom taxonomies</strong>.','wp-seopress'); ?></p>
|
1161 |
+
|
1162 |
<ul>
|
1163 |
<?php
|
1164 |
//Archives
|
1179 |
} ?>
|
1180 |
value="1"/>
|
1181 |
<?php _e('Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>', 'wp-seopress'); ?>
|
1182 |
+
<?php if ($seopress_tax_key =='post_tag') { ?>
|
1183 |
+
<div class="seopress-notice is-warning is-inline">
|
1184 |
+
<p>
|
1185 |
+
<?php _e('We do not recommend indexing <strong>tags</strong> which are, in the vast majority of cases, a source of duplicate content.', 'wp-seopress'); ?>
|
1186 |
+
</p>
|
1187 |
+
</div>
|
1188 |
+
<?php } ?>
|
1189 |
</label>
|
1190 |
</li>
|
1191 |
<?php
|
1305 |
<?php printf(__('Shorten your URLs by removing %s and improve your SEO.', 'wp-seopress'), $category_base); ?>
|
1306 |
</li>
|
1307 |
|
1308 |
+
<?php if (is_plugin_active('woocommerce/woocommerce.php')) { ?>
|
1309 |
+
<!-- Remove /product-category/ in URLs -->
|
1310 |
+
<li class="seopress-wizard-service-item checkbox">
|
1311 |
+
<label for="product_category_url">
|
1312 |
+
<input id="product_category_url" name="product_category_url" type="checkbox" class="location-input"
|
1313 |
+
<?php if ('1' == $product_category_url) {
|
1314 |
+
echo 'checked="yes"';
|
1315 |
+
} ?> value="1"/>
|
1316 |
+
<?php
|
1317 |
+
$category_base = get_option('woocommerce_permalinks');
|
1318 |
+
$category_base = $category_base['category_base'];
|
1319 |
|
1320 |
+
if ('' != $category_base) {
|
1321 |
+
$category_base = '/' . $category_base . '/';
|
1322 |
+
} else {
|
1323 |
+
$category_base = '/product-category/';
|
1324 |
+
}
|
1325 |
|
1326 |
+
printf(__('Remove <strong>%s</strong> in your permalinks', 'wp-seopress'), $category_base); ?>
|
1327 |
+
</label>
|
1328 |
+
</li>
|
1329 |
+
<li class="description">
|
1330 |
+
<?php printf(__('Shorten your URLs by removing %s and improve your SEO.', 'wp-seopress'), $category_base); ?>
|
1331 |
+
</li>
|
1332 |
+
<?php } ?>
|
1333 |
</ul>
|
1334 |
|
1335 |
<p class="seopress-setup-actions step">
|
1364 |
$seopress_advanced_option['seopress_advanced_advanced_attachments_file'] = isset($_POST['attachments_file']) ? esc_attr(wp_unslash($_POST['attachments_file'])) : null;
|
1365 |
$seopress_advanced_option['seopress_advanced_advanced_category_url'] = isset($_POST['category_url']) ? esc_attr(wp_unslash($_POST['category_url'])) : null;
|
1366 |
|
1367 |
+
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
1368 |
+
$seopress_advanced_option['seopress_advanced_advanced_product_cat_url'] = isset($_POST['product_category_url']) ? esc_attr(wp_unslash($_POST['product_category_url'])) : null;
|
1369 |
+
}
|
1370 |
+
|
1371 |
//Save options
|
1372 |
update_option('seopress_titles_option_name', $seopress_titles_option, false);
|
1373 |
update_option('seopress_advanced_option_name', $seopress_advanced_option, false);
|
1382 |
*/
|
1383 |
public function seopress_setup_universal() {
|
1384 |
$seopress_advanced_option = get_option('seopress_advanced_option_name');
|
1385 |
+
$universal_seo_metabox = isset($seopress_advanced_option['seopress_advanced_appearance_universal_metabox_disable']) ? esc_attr($seopress_advanced_option['seopress_advanced_appearance_universal_metabox_disable']) : null;
|
1386 |
+
?>
|
1387 |
|
1388 |
<div class="seopress-setup-content">
|
1389 |
|
1410 |
<!-- Universal SEO metabox for page builers -->
|
1411 |
<li class="seopress-wizard-service-item checkbox">
|
1412 |
<label for="universal_seo_metabox">
|
1413 |
+
<input id="universal_seo_metabox" name="universal_seo_metabox" type="checkbox" class="location-input" <?php if ('1' !== $universal_seo_metabox) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1414 |
echo 'checked="yes"';
|
1415 |
} ?> value="1"/>
|
1416 |
+
<?php _e('Yes, please enable the universal SEO metabox!', 'wp-seopress'); ?>
|
1417 |
</label>
|
1418 |
</li>
|
1419 |
<li class="description">
|
1446 |
$seopress_advanced_option = get_option('seopress_advanced_option_name');
|
1447 |
|
1448 |
//Advanced
|
1449 |
+
$seopress_advanced_option['seopress_advanced_appearance_universal_metabox_disable'] = isset($_POST['universal_seo_metabox']) ? '' : '1';
|
1450 |
+
$seopress_advanced_option['seopress_advanced_appearance_universal_metabox'] = isset($_POST['universal_seo_metabox']) ? '1' : '';
|
1451 |
|
1452 |
+
//Save options
|
1453 |
update_option('seopress_advanced_option_name', $seopress_advanced_option, false);
|
1454 |
|
1455 |
if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
|
@@ -188,6 +188,7 @@ function seopress_advanced_appearance_schema_default_tab_option()
|
|
188 |
//Columns in post types
|
189 |
/**
|
190 |
* @deprecated 5.4.0
|
|
|
191 |
*/
|
192 |
function seopress_advanced_appearance_title_col_option()
|
193 |
{
|
188 |
//Columns in post types
|
189 |
/**
|
190 |
* @deprecated 5.4.0
|
191 |
+
* @use seopress_get_service('AdvancedOption')
|
192 |
*/
|
193 |
function seopress_advanced_appearance_title_col_option()
|
194 |
{
|
@@ -2,6 +2,7 @@
|
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
|
|
5 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedReplytocom()) {
|
6 |
add_filter('comment_reply_link', 'seopress_remove_reply_to_com');
|
7 |
}
|
@@ -9,6 +10,26 @@ function seopress_remove_reply_to_com($link) {
|
|
9 |
return preg_replace('/href=\'(.*(\?|&)replytocom=(\d+)#respond)/', 'href=\'#comment-$3', $link);
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedWPGenerator()) {
|
13 |
remove_action('wp_head', 'wp_generator');
|
14 |
}
|
@@ -16,6 +37,7 @@ if ('1' == seopress_get_service('AdvancedOption')->getAdvancedWPGenerator()) {
|
|
16 |
//Remove hentry post class
|
17 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedHentry()) {
|
18 |
function seopress_advanced_advanced_hentry_hook($classes) {
|
|
|
19 |
$classes = array_diff($classes, ['hentry']);
|
20 |
|
21 |
return $classes;
|
@@ -40,60 +62,58 @@ if ('1' == seopress_get_service('AdvancedOption')->getAdvancedWPRSD()) {
|
|
40 |
|
41 |
//Google site verification
|
42 |
function seopress_advanced_advanced_google_hook() {
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
48 |
}
|
49 |
}
|
50 |
-
|
51 |
-
add_action('wp_head', 'seopress_advanced_advanced_google_hook', 2);
|
52 |
-
}
|
53 |
|
54 |
//Bing site verification
|
55 |
function seopress_advanced_advanced_bing_hook() {
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
61 |
}
|
62 |
}
|
63 |
-
|
64 |
-
add_action('wp_head', 'seopress_advanced_advanced_bing_hook', 2);
|
65 |
-
}
|
66 |
|
67 |
//Pinterest site verification
|
68 |
function seopress_advanced_advanced_pinterest_hook() {
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
74 |
}
|
75 |
}
|
76 |
-
|
77 |
-
if (is_home() || is_front_page()) {
|
78 |
-
add_action('wp_head', 'seopress_advanced_advanced_pinterest_hook', 2);
|
79 |
-
}
|
80 |
|
81 |
//Yandex site verification
|
82 |
function seopress_advanced_advanced_yandex_hook() {
|
83 |
-
|
|
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
$meta = '<meta name="yandex-verification" content="' . $contentYandex . '" />';
|
90 |
-
$meta .= "\n";
|
91 |
-
echo $meta;
|
92 |
-
}
|
93 |
|
94 |
-
|
95 |
-
|
|
|
|
|
96 |
}
|
|
|
97 |
|
98 |
//Automatic alt text based on target kw
|
99 |
if (!empty(seopress_get_service('AdvancedOption')->getAdvancedImageAutoAltTargetKw())) {
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
5 |
+
//Remove reply to com link
|
6 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedReplytocom()) {
|
7 |
add_filter('comment_reply_link', 'seopress_remove_reply_to_com');
|
8 |
}
|
10 |
return preg_replace('/href=\'(.*(\?|&)replytocom=(\d+)#respond)/', 'href=\'#comment-$3', $link);
|
11 |
}
|
12 |
|
13 |
+
//Remove noreferrer on links
|
14 |
+
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedNoReferrer()) {
|
15 |
+
add_filter('the_content', 'seopress_remove_noreferrer', 999);
|
16 |
+
}
|
17 |
+
function seopress_remove_noreferrer($content) {
|
18 |
+
if (empty($content)) {
|
19 |
+
return $content;
|
20 |
+
}
|
21 |
+
|
22 |
+
$attrs = [
|
23 |
+
"noreferrer " => "",
|
24 |
+
" noreferrer" => ""
|
25 |
+
];
|
26 |
+
|
27 |
+
$attrs = apply_filters( 'seopress_link_attrs', $attrs );
|
28 |
+
|
29 |
+
return strtr($content, $attrs);
|
30 |
+
}
|
31 |
+
|
32 |
+
//Remove WP meta generator
|
33 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedWPGenerator()) {
|
34 |
remove_action('wp_head', 'wp_generator');
|
35 |
}
|
37 |
//Remove hentry post class
|
38 |
if ('1' == seopress_get_service('AdvancedOption')->getAdvancedHentry()) {
|
39 |
function seopress_advanced_advanced_hentry_hook($classes) {
|
40 |
+
|
41 |
$classes = array_diff($classes, ['hentry']);
|
42 |
|
43 |
return $classes;
|
62 |
|
63 |
//Google site verification
|
64 |
function seopress_advanced_advanced_google_hook() {
|
65 |
+
if (is_home() || is_front_page()) {
|
66 |
+
$optionGoogle = seopress_get_service('AdvancedOption')->getAdvancedGoogleVerification();
|
67 |
+
if (!empty($optionGoogle)) {
|
68 |
+
$seopress_advanced_advanced_google = '<meta name="google-site-verification" content="' . $optionGoogle . '" />';
|
69 |
+
$seopress_advanced_advanced_google .= "\n";
|
70 |
+
echo $seopress_advanced_advanced_google;
|
71 |
+
}
|
72 |
}
|
73 |
}
|
74 |
+
add_action('wp_head', 'seopress_advanced_advanced_google_hook', 2);
|
|
|
|
|
75 |
|
76 |
//Bing site verification
|
77 |
function seopress_advanced_advanced_bing_hook() {
|
78 |
+
if (is_home() || is_front_page()) {
|
79 |
+
$optionBing = seopress_get_service('AdvancedOption')->getAdvancedBingVerification();
|
80 |
+
if (!empty($optionBing)) {
|
81 |
+
$seopress_advanced_advanced_bing = '<meta name="msvalidate.01" content="' . $optionBing . '" />';
|
82 |
+
$seopress_advanced_advanced_bing .= "\n";
|
83 |
+
echo $seopress_advanced_advanced_bing;
|
84 |
+
}
|
85 |
}
|
86 |
}
|
87 |
+
add_action('wp_head', 'seopress_advanced_advanced_bing_hook', 2);
|
|
|
|
|
88 |
|
89 |
//Pinterest site verification
|
90 |
function seopress_advanced_advanced_pinterest_hook() {
|
91 |
+
if (is_home() || is_front_page()) {
|
92 |
+
$optionPinterest =seopress_get_service('AdvancedOption')->getAdvancedPinterestVerification();
|
93 |
+
if (!empty($optionPinterest)) {
|
94 |
+
$seopress_advanced_advanced_pinterest = '<meta name="p:domain_verify" content="' . $optionPinterest . '" />';
|
95 |
+
$seopress_advanced_advanced_pinterest .= "\n";
|
96 |
+
echo $seopress_advanced_advanced_pinterest;
|
97 |
+
}
|
98 |
}
|
99 |
}
|
100 |
+
add_action('wp_head', 'seopress_advanced_advanced_pinterest_hook', 2);
|
|
|
|
|
|
|
101 |
|
102 |
//Yandex site verification
|
103 |
function seopress_advanced_advanced_yandex_hook() {
|
104 |
+
if (is_home() || is_front_page()) {
|
105 |
+
$contentYandex = seopress_get_service('AdvancedOption')->getAdvancedYandexVerification();
|
106 |
|
107 |
+
if(empty($contentYandex)){
|
108 |
+
return;
|
109 |
+
}
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
+
$meta = '<meta name="yandex-verification" content="' . $contentYandex . '" />';
|
112 |
+
$meta .= "\n";
|
113 |
+
echo $meta;
|
114 |
+
}
|
115 |
}
|
116 |
+
add_action('wp_head', 'seopress_advanced_advanced_yandex_hook', 2);
|
117 |
|
118 |
//Automatic alt text based on target kw
|
119 |
if (!empty(seopress_get_service('AdvancedOption')->getAdvancedImageAutoAltTargetKw())) {
|
@@ -4,89 +4,6 @@ defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks
|
|
4 |
|
5 |
//Google Analytics
|
6 |
//=================================================================================================
|
7 |
-
function seopress_google_analytics_hook_option() {
|
8 |
-
return seopress_get_service('GoogleAnalyticsOption')->getHook();
|
9 |
-
}
|
10 |
-
|
11 |
-
function seopress_google_analytics_opt_out_msg_ok_option() {
|
12 |
-
return seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageOk();
|
13 |
-
}
|
14 |
-
|
15 |
-
function seopress_google_analytics_opt_out_msg_close_option() {
|
16 |
-
return seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageClose();
|
17 |
-
}
|
18 |
-
|
19 |
-
function seopress_google_analytics_cb_bg_option() {
|
20 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBg();
|
21 |
-
}
|
22 |
-
|
23 |
-
function seopress_google_analytics_cb_txt_col_option() {
|
24 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbTxtCol();
|
25 |
-
}
|
26 |
-
|
27 |
-
function seopress_google_analytics_cb_lk_col_option() {
|
28 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbLkCol();
|
29 |
-
}
|
30 |
-
|
31 |
-
function seopress_google_analytics_cb_btn_bg_option() {
|
32 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnBg();
|
33 |
-
}
|
34 |
-
|
35 |
-
function seopress_google_analytics_cb_btn_bg_hov_option() {
|
36 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnBgHov();
|
37 |
-
}
|
38 |
-
|
39 |
-
function seopress_google_analytics_cb_btn_col_option() {
|
40 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnCol();
|
41 |
-
}
|
42 |
-
|
43 |
-
function seopress_google_analytics_cb_btn_col_hov_option() {
|
44 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnColHov();
|
45 |
-
}
|
46 |
-
|
47 |
-
function seopress_google_analytics_cb_btn_sec_bg_option() {
|
48 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecBg();
|
49 |
-
}
|
50 |
-
|
51 |
-
function seopress_google_analytics_cb_btn_sec_col_option() {
|
52 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecCol();
|
53 |
-
}
|
54 |
-
|
55 |
-
function seopress_google_analytics_cb_btn_sec_bg_hov_option() {
|
56 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecBgHov();
|
57 |
-
}
|
58 |
-
|
59 |
-
function seopress_google_analytics_cb_btn_sec_col_hov_option() {
|
60 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecColHov();
|
61 |
-
}
|
62 |
-
|
63 |
-
function seopress_google_analytics_cb_pos_option() {
|
64 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbPos();
|
65 |
-
}
|
66 |
-
|
67 |
-
function seopress_google_analytics_cb_width_option() {
|
68 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbWidth();
|
69 |
-
}
|
70 |
-
|
71 |
-
function seopress_google_analytics_cb_backdrop_option() {
|
72 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBackdrop();
|
73 |
-
}
|
74 |
-
|
75 |
-
function seopress_google_analytics_cb_backdrop_bg_option() {
|
76 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbBackdropBg();
|
77 |
-
}
|
78 |
-
|
79 |
-
function seopress_google_analytics_cb_txt_align_option() {
|
80 |
-
return seopress_get_service('GoogleAnalyticsOption')->getCbTxtAlign();
|
81 |
-
}
|
82 |
-
|
83 |
-
function seopress_google_analytics_opt_out_edit_choice_option() {
|
84 |
-
return seopress_get_service('GoogleAnalyticsOption')->getOptOutEditChoice();
|
85 |
-
}
|
86 |
-
|
87 |
-
function seopress_google_analytics_opt_out_msg_edit_option() {
|
88 |
-
return seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageEdit();
|
89 |
-
}
|
90 |
|
91 |
function seopress_cookies_user_consent_html() {
|
92 |
if ('' != seopress_google_analytics_opt_out_msg_option()) {
|
@@ -104,15 +21,14 @@ function seopress_cookies_user_consent_html() {
|
|
104 |
|
105 |
$msg = apply_filters('seopress_rgpd_message', $msg);
|
106 |
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
$consent_btn = __('Accept', 'wp-seopress');
|
111 |
}
|
112 |
|
113 |
-
|
114 |
-
|
115 |
-
} else {
|
116 |
$close_btn = __('X', 'wp-seopress');
|
117 |
}
|
118 |
|
@@ -132,31 +48,33 @@ function seopress_cookies_user_consent_html() {
|
|
132 |
}
|
133 |
|
134 |
function seopress_cookies_edit_choice_html() {
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
$edit_cookie_btn = __('Manage cookies', 'wp-seopress');
|
140 |
-
}
|
141 |
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
</div>';
|
147 |
|
148 |
-
|
|
|
|
|
|
|
|
|
149 |
|
150 |
-
|
151 |
-
|
|
|
152 |
}
|
153 |
|
154 |
function seopress_cookies_user_consent_styles() {
|
155 |
$styles = '<style>.seopress-user-consent {left: 50%;position: fixed;z-index: 8000;padding: 20px;display: inline-flex;justify-content: center;border: 1px solid #CCC;max-width:100%;';
|
156 |
|
157 |
//Width
|
158 |
-
|
159 |
-
|
160 |
$needle = '%';
|
161 |
|
162 |
if (false !== strpos($width, $needle)) {
|
@@ -171,10 +89,11 @@ function seopress_cookies_user_consent_styles() {
|
|
171 |
}
|
172 |
|
173 |
//Position
|
174 |
-
|
|
|
175 |
$styles .= 'top:0;';
|
176 |
$styles .= 'transform: translate(-50%, 0%);';
|
177 |
-
} elseif ('center' ===
|
178 |
$styles .= 'top:45%;';
|
179 |
$styles .= 'transform: translate(-50%, -50%);';
|
180 |
} else {
|
@@ -183,17 +102,19 @@ function seopress_cookies_user_consent_styles() {
|
|
183 |
}
|
184 |
|
185 |
//Text alignment
|
186 |
-
|
|
|
187 |
$styles .= 'text-align:left;';
|
188 |
-
} elseif ('right' ===
|
189 |
$styles .= 'text-align:right;';
|
190 |
} else {
|
191 |
$styles .= 'text-align:center;';
|
192 |
}
|
193 |
|
194 |
//Background color
|
195 |
-
|
196 |
-
|
|
|
197 |
} else {
|
198 |
$styles .= 'background:#F1F1F1;';
|
199 |
}
|
@@ -201,46 +122,53 @@ function seopress_cookies_user_consent_styles() {
|
|
201 |
$styles .= '}@media (max-width: 782px) {.seopress-user-consent {display: block;}}.seopress-user-consent.seopress-user-message p:first-child {margin-right:20px}.seopress-user-consent p {margin: 0;font-size: 0.8em;align-self: center;';
|
202 |
|
203 |
//Text color
|
204 |
-
|
205 |
-
|
|
|
206 |
}
|
207 |
|
208 |
$styles .= '}.seopress-user-consent button {vertical-align: middle;margin: 0;font-size: 14px;';
|
209 |
|
210 |
//Btn background color
|
211 |
-
|
212 |
-
|
|
|
213 |
}
|
214 |
|
215 |
//Btn text color
|
216 |
-
|
217 |
-
|
|
|
218 |
}
|
219 |
|
220 |
$styles .= '}.seopress-user-consent button:hover{';
|
221 |
|
222 |
//Background hover color
|
223 |
-
|
224 |
-
|
|
|
225 |
}
|
226 |
|
227 |
//Text hover color
|
228 |
-
|
229 |
-
|
|
|
230 |
}
|
231 |
|
232 |
$styles .= '}#seopress-user-consent-close{margin: 0;position: relative;font-weight: bold;border: 1px solid #ccc;';
|
233 |
|
234 |
//Background secondary button
|
235 |
-
|
236 |
-
|
|
|
237 |
} else {
|
238 |
$styles .= 'background:none;';
|
239 |
}
|
240 |
|
241 |
//Color secondary button
|
242 |
-
|
243 |
-
|
|
|
244 |
} else {
|
245 |
$styles .= 'color:inherit;';
|
246 |
}
|
@@ -248,15 +176,17 @@ function seopress_cookies_user_consent_styles() {
|
|
248 |
$styles .= '}#seopress-user-consent-close:hover{cursor:pointer;';
|
249 |
|
250 |
//Background secondary button hover
|
251 |
-
|
252 |
-
|
|
|
253 |
} else {
|
254 |
$styles .= 'background:#222;';
|
255 |
}
|
256 |
|
257 |
//Color secondary button hover
|
258 |
-
|
259 |
-
|
|
|
260 |
} else {
|
261 |
$styles .= 'color:#fff;';
|
262 |
}
|
@@ -264,18 +194,20 @@ function seopress_cookies_user_consent_styles() {
|
|
264 |
$styles .= '}';
|
265 |
|
266 |
//Link color
|
267 |
-
|
|
|
268 |
$styles .= '.seopress-user-consent a{';
|
269 |
-
$styles .= 'color:' .
|
270 |
$styles .= '}';
|
271 |
}
|
272 |
|
273 |
$styles .= '.seopress-user-consent-hide{display:none;}';
|
274 |
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
|
|
279 |
}
|
280 |
|
281 |
$styles .= '.seopress-user-consent-backdrop{-webkit-box-align: center;
|
@@ -319,9 +251,9 @@ function seopress_cookies_user_consent_styles() {
|
|
319 |
}
|
320 |
|
321 |
function seopress_cookies_user_consent_render() {
|
322 |
-
$hook = '
|
323 |
-
if (
|
324 |
-
$hook =
|
325 |
}
|
326 |
|
327 |
add_action($hook, 'seopress_cookies_user_consent_html');
|
@@ -330,22 +262,24 @@ function seopress_cookies_user_consent_render() {
|
|
330 |
}
|
331 |
|
332 |
if ('1' == seopress_google_analytics_disable_option()) {
|
333 |
-
if (is_user_logged_in()) {
|
334 |
-
|
|
|
|
|
335 |
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
} else {
|
350 |
seopress_cookies_user_consent_render();
|
351 |
}
|
@@ -356,301 +290,120 @@ if ('1' == seopress_google_analytics_disable_option()) {
|
|
356 |
|
357 |
//Optimize
|
358 |
function seopress_google_analytics_optimize_option() {
|
359 |
-
|
360 |
-
if ( ! empty($seopress_google_analytics_optimize_option)) {
|
361 |
-
foreach ($seopress_google_analytics_optimize_option as $key => $seopress_google_analytics_optimize_value) {
|
362 |
-
$options[$key] = $seopress_google_analytics_optimize_value;
|
363 |
-
}
|
364 |
-
if (isset($seopress_google_analytics_optimize_option['seopress_google_analytics_optimize'])) {
|
365 |
-
return $seopress_google_analytics_optimize_option['seopress_google_analytics_optimize'];
|
366 |
-
}
|
367 |
-
}
|
368 |
}
|
369 |
|
370 |
//Ads
|
371 |
function seopress_google_analytics_ads_option() {
|
372 |
-
|
373 |
-
if ( ! empty($seopress_google_analytics_ads_option)) {
|
374 |
-
foreach ($seopress_google_analytics_ads_option as $key => $seopress_google_analytics_ads_value) {
|
375 |
-
$options[$key] = $seopress_google_analytics_ads_value;
|
376 |
-
}
|
377 |
-
if (isset($seopress_google_analytics_ads_option['seopress_google_analytics_ads'])) {
|
378 |
-
return $seopress_google_analytics_ads_option['seopress_google_analytics_ads'];
|
379 |
-
}
|
380 |
-
}
|
381 |
}
|
382 |
|
383 |
//Additional tracking code - head
|
384 |
function seopress_google_analytics_other_tracking_option() {
|
385 |
-
|
386 |
-
if ( ! empty($seopress_google_analytics_other_tracking_option)) {
|
387 |
-
foreach ($seopress_google_analytics_other_tracking_option as $key => $seopress_google_analytics_other_tracking_value) {
|
388 |
-
$options[$key] = $seopress_google_analytics_other_tracking_value;
|
389 |
-
}
|
390 |
-
if (isset($seopress_google_analytics_other_tracking_option['seopress_google_analytics_other_tracking'])) {
|
391 |
-
return $seopress_google_analytics_other_tracking_option['seopress_google_analytics_other_tracking'];
|
392 |
-
}
|
393 |
-
}
|
394 |
}
|
395 |
|
396 |
//Additional tracking code - body
|
397 |
function seopress_google_analytics_other_tracking_body_option() {
|
398 |
-
|
399 |
-
if ( ! empty($seopress_google_analytics_other_tracking_body_option)) {
|
400 |
-
foreach ($seopress_google_analytics_other_tracking_body_option as $key => $seopress_google_analytics_other_tracking_body_value) {
|
401 |
-
$options[$key] = $seopress_google_analytics_other_tracking_body_value;
|
402 |
-
}
|
403 |
-
if (isset($seopress_google_analytics_other_tracking_body_option['seopress_google_analytics_other_tracking_body'])) {
|
404 |
-
return $seopress_google_analytics_other_tracking_body_option['seopress_google_analytics_other_tracking_body'];
|
405 |
-
}
|
406 |
-
}
|
407 |
}
|
408 |
|
409 |
//Additional tracking code - footer
|
410 |
function seopress_google_analytics_other_tracking_footer_option() {
|
411 |
-
|
412 |
-
if ( ! empty($seopress_google_analytics_other_tracking_footer_option)) {
|
413 |
-
foreach ($seopress_google_analytics_other_tracking_footer_option as $key => $seopress_google_analytics_other_tracking_footer_value) {
|
414 |
-
$options[$key] = $seopress_google_analytics_other_tracking_footer_value;
|
415 |
-
}
|
416 |
-
if (isset($seopress_google_analytics_other_tracking_footer_option['seopress_google_analytics_other_tracking_footer'])) {
|
417 |
-
return $seopress_google_analytics_other_tracking_footer_option['seopress_google_analytics_other_tracking_footer'];
|
418 |
-
}
|
419 |
-
}
|
420 |
}
|
421 |
|
422 |
//Remarketing
|
423 |
function seopress_google_analytics_remarketing_option() {
|
424 |
-
|
425 |
-
if ( ! empty($seopress_google_analytics_remarketing_option)) {
|
426 |
-
foreach ($seopress_google_analytics_remarketing_option as $key => $seopress_google_analytics_remarketing_value) {
|
427 |
-
$options[$key] = $seopress_google_analytics_remarketing_value;
|
428 |
-
}
|
429 |
-
if (isset($seopress_google_analytics_remarketing_option['seopress_google_analytics_remarketing'])) {
|
430 |
-
return $seopress_google_analytics_remarketing_option['seopress_google_analytics_remarketing'];
|
431 |
-
}
|
432 |
-
}
|
433 |
}
|
434 |
|
435 |
//IP Anonymization
|
436 |
function seopress_google_analytics_ip_anonymization_option() {
|
437 |
-
|
438 |
-
if ( ! empty($seopress_google_analytics_ip_anonymization_option)) {
|
439 |
-
foreach ($seopress_google_analytics_ip_anonymization_option as $key => $seopress_google_analytics_ip_anonymization_value) {
|
440 |
-
$options[$key] = $seopress_google_analytics_ip_anonymization_value;
|
441 |
-
}
|
442 |
-
if (isset($seopress_google_analytics_ip_anonymization_option['seopress_google_analytics_ip_anonymization'])) {
|
443 |
-
return $seopress_google_analytics_ip_anonymization_option['seopress_google_analytics_ip_anonymization'];
|
444 |
-
}
|
445 |
-
}
|
446 |
}
|
447 |
|
448 |
//Link attribution
|
449 |
function seopress_google_analytics_link_attribution_option() {
|
450 |
-
|
451 |
-
if ( ! empty($seopress_google_analytics_link_attribution_option)) {
|
452 |
-
foreach ($seopress_google_analytics_link_attribution_option as $key => $seopress_google_analytics_link_attribution_value) {
|
453 |
-
$options[$key] = $seopress_google_analytics_link_attribution_value;
|
454 |
-
}
|
455 |
-
if (isset($seopress_google_analytics_link_attribution_option['seopress_google_analytics_link_attribution'])) {
|
456 |
-
return $seopress_google_analytics_link_attribution_option['seopress_google_analytics_link_attribution'];
|
457 |
-
}
|
458 |
-
}
|
459 |
}
|
460 |
|
461 |
//Cross Domain Enable
|
462 |
function seopress_google_analytics_cross_enable_option() {
|
463 |
-
|
464 |
-
if ( ! empty($seopress_google_analytics_cross_enable_option)) {
|
465 |
-
foreach ($seopress_google_analytics_cross_enable_option as $key => $seopress_google_analytics_cross_enable_value) {
|
466 |
-
$options[$key] = $seopress_google_analytics_cross_enable_value;
|
467 |
-
}
|
468 |
-
if (isset($seopress_google_analytics_cross_enable_option['seopress_google_analytics_cross_enable'])) {
|
469 |
-
return $seopress_google_analytics_cross_enable_option['seopress_google_analytics_cross_enable'];
|
470 |
-
}
|
471 |
-
}
|
472 |
}
|
473 |
|
474 |
//Cross Domain
|
475 |
function seopress_google_analytics_cross_domain_option() {
|
476 |
-
|
477 |
-
if ( ! empty($seopress_google_analytics_cross_domain_option)) {
|
478 |
-
foreach ($seopress_google_analytics_cross_domain_option as $key => $seopress_google_analytics_cross_domain_value) {
|
479 |
-
$options[$key] = $seopress_google_analytics_cross_domain_value;
|
480 |
-
}
|
481 |
-
if (isset($seopress_google_analytics_cross_domain_option['seopress_google_analytics_cross_domain'])) {
|
482 |
-
return $seopress_google_analytics_cross_domain_option['seopress_google_analytics_cross_domain'];
|
483 |
-
}
|
484 |
-
}
|
485 |
}
|
486 |
|
487 |
//Events external links tracking Enable
|
488 |
function seopress_google_analytics_link_tracking_enable_option() {
|
489 |
-
|
490 |
-
if ( ! empty($seopress_google_analytics_link_tracking_enable_option)) {
|
491 |
-
foreach ($seopress_google_analytics_link_tracking_enable_option as $key => $seopress_google_analytics_link_tracking_enable_value) {
|
492 |
-
$options[$key] = $seopress_google_analytics_link_tracking_enable_value;
|
493 |
-
}
|
494 |
-
if (isset($seopress_google_analytics_link_tracking_enable_option['seopress_google_analytics_link_tracking_enable'])) {
|
495 |
-
return $seopress_google_analytics_link_tracking_enable_option['seopress_google_analytics_link_tracking_enable'];
|
496 |
-
}
|
497 |
-
}
|
498 |
}
|
499 |
|
500 |
//Events downloads tracking Enable
|
501 |
function seopress_google_analytics_download_tracking_enable_option() {
|
502 |
-
|
503 |
-
if ( ! empty($seopress_google_analytics_download_tracking_enable_option)) {
|
504 |
-
foreach ($seopress_google_analytics_download_tracking_enable_option as $key => $seopress_google_analytics_download_tracking_enable_value) {
|
505 |
-
$options[$key] = $seopress_google_analytics_download_tracking_enable_value;
|
506 |
-
}
|
507 |
-
if (isset($seopress_google_analytics_download_tracking_enable_option['seopress_google_analytics_download_tracking_enable'])) {
|
508 |
-
return $seopress_google_analytics_download_tracking_enable_option['seopress_google_analytics_download_tracking_enable'];
|
509 |
-
}
|
510 |
-
}
|
511 |
}
|
512 |
|
513 |
//Events tracking file types
|
514 |
function seopress_google_analytics_download_tracking_option() {
|
515 |
-
|
516 |
-
if ( ! empty($seopress_google_analytics_download_tracking_option)) {
|
517 |
-
foreach ($seopress_google_analytics_download_tracking_option as $key => $seopress_google_analytics_download_tracking_value) {
|
518 |
-
$options[$key] = $seopress_google_analytics_download_tracking_value;
|
519 |
-
}
|
520 |
-
if (isset($seopress_google_analytics_download_tracking_option['seopress_google_analytics_download_tracking'])) {
|
521 |
-
return $seopress_google_analytics_download_tracking_option['seopress_google_analytics_download_tracking'];
|
522 |
-
}
|
523 |
-
}
|
524 |
}
|
525 |
|
526 |
//Events affiliate links tracking Enable
|
527 |
function seopress_google_analytics_affiliate_tracking_enable_option() {
|
528 |
-
|
529 |
-
if ( ! empty($seopress_google_analytics_affiliate_tracking_enable_option)) {
|
530 |
-
foreach ($seopress_google_analytics_affiliate_tracking_enable_option as $key => $seopress_google_analytics_affiliate_tracking_enable_value) {
|
531 |
-
$options[$key] = $seopress_google_analytics_affiliate_tracking_enable_value;
|
532 |
-
}
|
533 |
-
if (isset($seopress_google_analytics_affiliate_tracking_enable_option['seopress_google_analytics_affiliate_tracking_enable'])) {
|
534 |
-
return $seopress_google_analytics_affiliate_tracking_enable_option['seopress_google_analytics_affiliate_tracking_enable'];
|
535 |
-
}
|
536 |
-
}
|
537 |
}
|
538 |
|
539 |
//Events tracking affiliate match
|
540 |
function seopress_google_analytics_affiliate_tracking_option() {
|
541 |
-
|
542 |
-
if ( ! empty($seopress_google_analytics_affiliate_tracking_option)) {
|
543 |
-
foreach ($seopress_google_analytics_affiliate_tracking_option as $key => $seopress_google_analytics_affiliate_tracking_value) {
|
544 |
-
$options[$key] = $seopress_google_analytics_affiliate_tracking_value;
|
545 |
-
}
|
546 |
-
if (isset($seopress_google_analytics_affiliate_tracking_option['seopress_google_analytics_affiliate_tracking'])) {
|
547 |
-
return $seopress_google_analytics_affiliate_tracking_option['seopress_google_analytics_affiliate_tracking'];
|
548 |
-
}
|
549 |
-
}
|
550 |
}
|
551 |
|
552 |
//Custom Dimension Author
|
553 |
function seopress_google_analytics_cd_author_option() {
|
554 |
-
|
555 |
-
if ( ! empty($seopress_google_analytics_cd_author_option)) {
|
556 |
-
foreach ($seopress_google_analytics_cd_author_option as $key => $seopress_google_analytics_cd_author_value) {
|
557 |
-
$options[$key] = $seopress_google_analytics_cd_author_value;
|
558 |
-
}
|
559 |
-
if (isset($seopress_google_analytics_cd_author_option['seopress_google_analytics_cd_author'])) {
|
560 |
-
return $seopress_google_analytics_cd_author_option['seopress_google_analytics_cd_author'];
|
561 |
-
}
|
562 |
-
}
|
563 |
}
|
564 |
|
565 |
//Custom Dimension Category
|
566 |
function seopress_google_analytics_cd_category_option() {
|
567 |
-
|
568 |
-
if ( ! empty($seopress_google_analytics_cd_category_option)) {
|
569 |
-
foreach ($seopress_google_analytics_cd_category_option as $key => $seopress_google_analytics_cd_category_value) {
|
570 |
-
$options[$key] = $seopress_google_analytics_cd_category_value;
|
571 |
-
}
|
572 |
-
if (isset($seopress_google_analytics_cd_category_option['seopress_google_analytics_cd_category'])) {
|
573 |
-
return $seopress_google_analytics_cd_category_option['seopress_google_analytics_cd_category'];
|
574 |
-
}
|
575 |
-
}
|
576 |
}
|
577 |
|
578 |
//Custom Dimension Tag
|
579 |
function seopress_google_analytics_cd_tag_option() {
|
580 |
-
|
581 |
-
if ( ! empty($seopress_google_analytics_cd_tag_option)) {
|
582 |
-
foreach ($seopress_google_analytics_cd_tag_option as $key => $seopress_google_analytics_cd_tag_value) {
|
583 |
-
$options[$key] = $seopress_google_analytics_cd_tag_value;
|
584 |
-
}
|
585 |
-
if (isset($seopress_google_analytics_cd_tag_option['seopress_google_analytics_cd_tag'])) {
|
586 |
-
return $seopress_google_analytics_cd_tag_option['seopress_google_analytics_cd_tag'];
|
587 |
-
}
|
588 |
-
}
|
589 |
}
|
590 |
|
591 |
//Custom Dimension Post Type
|
592 |
function seopress_google_analytics_cd_post_type_option() {
|
593 |
-
|
594 |
-
if ( ! empty($seopress_google_analytics_cd_post_type_option)) {
|
595 |
-
foreach ($seopress_google_analytics_cd_post_type_option as $key => $seopress_google_analytics_cd_post_type_value) {
|
596 |
-
$options[$key] = $seopress_google_analytics_cd_post_type_value;
|
597 |
-
}
|
598 |
-
if (isset($seopress_google_analytics_cd_post_type_option['seopress_google_analytics_cd_post_type'])) {
|
599 |
-
return $seopress_google_analytics_cd_post_type_option['seopress_google_analytics_cd_post_type'];
|
600 |
-
}
|
601 |
-
}
|
602 |
}
|
603 |
|
604 |
//Custom Dimension Logged In
|
605 |
function seopress_google_analytics_cd_logged_in_user_option() {
|
606 |
-
|
607 |
-
if ( ! empty($seopress_google_analytics_cd_logged_in_user_option)) {
|
608 |
-
foreach ($seopress_google_analytics_cd_logged_in_user_option as $key => $seopress_google_analytics_cd_logged_in_user_value) {
|
609 |
-
$options[$key] = $seopress_google_analytics_cd_logged_in_user_value;
|
610 |
-
}
|
611 |
-
if (isset($seopress_google_analytics_cd_logged_in_user_option['seopress_google_analytics_cd_logged_in_user'])) {
|
612 |
-
return $seopress_google_analytics_cd_logged_in_user_option['seopress_google_analytics_cd_logged_in_user'];
|
613 |
-
}
|
614 |
-
}
|
615 |
}
|
616 |
|
617 |
// Get option for "Measure purchases"
|
618 |
function seopress_google_analytics_purchases_option() {
|
619 |
-
|
620 |
-
if ( ! empty($seopress_google_analytics_add_to_cart_option)) {
|
621 |
-
foreach ($seopress_google_analytics_add_to_cart_option as $key => $seopress_google_analytics_add_to_cart_value) {
|
622 |
-
$options[$key] = $seopress_google_analytics_add_to_cart_value;
|
623 |
-
}
|
624 |
-
if (isset($seopress_google_analytics_add_to_cart_option['seopress_google_analytics_purchases'])) {
|
625 |
-
return $seopress_google_analytics_add_to_cart_option['seopress_google_analytics_purchases'];
|
626 |
-
}
|
627 |
-
}
|
628 |
}
|
|
|
629 |
// Get option for "Add to cart event"
|
630 |
function seopress_google_analytics_add_to_cart_option() {
|
631 |
-
|
632 |
-
if ( ! empty($seopress_google_analytics_add_to_cart_option)) {
|
633 |
-
foreach ($seopress_google_analytics_add_to_cart_option as $key => $seopress_google_analytics_add_to_cart_value) {
|
634 |
-
$options[$key] = $seopress_google_analytics_add_to_cart_value;
|
635 |
-
}
|
636 |
-
if (isset($seopress_google_analytics_add_to_cart_option['seopress_google_analytics_add_to_cart'])) {
|
637 |
-
return $seopress_google_analytics_add_to_cart_option['seopress_google_analytics_add_to_cart'];
|
638 |
-
}
|
639 |
-
}
|
640 |
}
|
|
|
641 |
// Get option for "Remove from cart event"
|
642 |
function seopress_google_analytics_remove_from_cart_option() {
|
643 |
-
|
644 |
-
if ( ! empty($seopress_google_analytics_remove_from_option)) {
|
645 |
-
foreach ($seopress_google_analytics_remove_from_option as $key => $seopress_google_analytics_remove_from_value) {
|
646 |
-
$options[$key] = $seopress_google_analytics_remove_from_value;
|
647 |
-
}
|
648 |
-
if (isset($seopress_google_analytics_remove_from_option['seopress_google_analytics_remove_from_cart'])) {
|
649 |
-
return $seopress_google_analytics_remove_from_option['seopress_google_analytics_remove_from_cart'];
|
650 |
-
}
|
651 |
-
}
|
652 |
}
|
653 |
|
|
|
654 |
//Build Custom GA
|
655 |
function seopress_google_analytics_js($echo) {
|
656 |
if (('' != seopress_google_analytics_ua_option() || '' != seopress_google_analytics_ga4_option()) && '1' == seopress_google_analytics_enable_option()) {
|
@@ -668,8 +421,9 @@ function gtag(){dataLayer.push(arguments);}";
|
|
668 |
$seopress_google_analytics_html .= "gtag('js', new Date());\n";
|
669 |
|
670 |
//Cross domains
|
671 |
-
|
672 |
-
|
|
|
673 |
|
674 |
if ( ! empty($domains)) {
|
675 |
$domains_count = count($domains);
|
@@ -688,19 +442,21 @@ function gtag(){dataLayer.push(arguments);}";
|
|
688 |
}
|
689 |
|
690 |
//Optimize
|
691 |
-
|
692 |
-
|
|
|
693 |
$seopress_google_analytics_config['optimize'] = apply_filters('seopress_gtag_optimize_id', $seopress_google_analytics_config['optimize']);
|
694 |
}
|
695 |
|
696 |
//Remarketing
|
697 |
-
|
|
|
698 |
$seopress_google_analytics_config['allow_display_features'] = "'allow_display_features': false,";
|
699 |
$seopress_google_analytics_config['allow_display_features'] = apply_filters('seopress_gtag_allow_display_features', $seopress_google_analytics_config['allow_display_features']);
|
700 |
}
|
701 |
|
702 |
//Link attribution
|
703 |
-
if ('1' ==
|
704 |
$seopress_google_analytics_config['link_attribution'] = "'link_attribution': true,";
|
705 |
$seopress_google_analytics_config['link_attribution'] = apply_filters('seopress_gtag_link_attribution', $seopress_google_analytics_config['link_attribution']);
|
706 |
}
|
@@ -716,11 +472,16 @@ function gtag(){dataLayer.push(arguments);}";
|
|
716 |
unset($seopress_google_analytics_config['cd']['cd_hook']);
|
717 |
}
|
718 |
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
|
|
|
|
|
|
|
|
|
|
724 |
|| ('' != isset($seopress_google_analytics_config['cd']['cd_hook']) && '' != isset($seopress_google_analytics_event['cd_hook']))
|
725 |
) {
|
726 |
$seopress_google_analytics_config['cd']['cd_start'] = '{';
|
@@ -728,10 +489,10 @@ function gtag(){dataLayer.push(arguments);}";
|
|
728 |
unset($seopress_google_analytics_config['cd']);
|
729 |
}
|
730 |
|
731 |
-
if (
|
732 |
-
if ('none' !=
|
733 |
if (is_singular()) {
|
734 |
-
$seopress_google_analytics_config['cd']['cd_author'] = "'" .
|
735 |
|
736 |
$seopress_google_analytics_event['cd_author'] = "gtag('event', '" . __('Authors', 'wp-seopress') . "', {'cd_author': '" . get_the_author() . "', 'non_interaction': true});";
|
737 |
|
@@ -741,8 +502,8 @@ function gtag(){dataLayer.push(arguments);}";
|
|
741 |
}
|
742 |
}
|
743 |
}
|
744 |
-
if (
|
745 |
-
if ('none' !=
|
746 |
if (is_single() && has_category()) {
|
747 |
$categories = get_the_category();
|
748 |
|
@@ -750,7 +511,7 @@ function gtag(){dataLayer.push(arguments);}";
|
|
750 |
$get_first_category = esc_html($categories[0]->name);
|
751 |
}
|
752 |
|
753 |
-
$seopress_google_analytics_config['cd']['cd_categories'] = "'" .
|
754 |
|
755 |
$seopress_google_analytics_event['cd_categories'] = "gtag('event', '" . __('Categories', 'wp-seopress') . "', {'cd_categories': '" . $get_first_category . "', 'non_interaction': true});";
|
756 |
|
@@ -761,57 +522,51 @@ function gtag(){dataLayer.push(arguments);}";
|
|
761 |
}
|
762 |
}
|
763 |
|
764 |
-
if ('' !=
|
765 |
-
if (
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
$get_tags .= ', ';
|
775 |
-
}
|
776 |
}
|
777 |
}
|
|
|
778 |
|
779 |
-
|
780 |
|
781 |
-
|
782 |
|
783 |
-
|
784 |
|
785 |
-
|
786 |
-
}
|
787 |
}
|
788 |
}
|
789 |
|
790 |
-
if ('' !=
|
791 |
-
if (
|
792 |
-
|
793 |
-
$seopress_google_analytics_config['cd']['cd_cpt'] = "'" . seopress_google_analytics_cd_post_type_option() . "': 'cd_cpt',";
|
794 |
|
795 |
-
|
796 |
|
797 |
-
|
798 |
|
799 |
-
|
800 |
-
}
|
801 |
}
|
802 |
}
|
803 |
|
804 |
-
if ('' !=
|
805 |
-
if (
|
806 |
-
|
807 |
-
$seopress_google_analytics_config['cd']['cd_logged_in'] = "'" . seopress_google_analytics_cd_logged_in_user_option() . "': 'cd_logged_in',";
|
808 |
|
809 |
-
|
810 |
|
811 |
-
|
812 |
|
813 |
-
|
814 |
-
}
|
815 |
}
|
816 |
}
|
817 |
|
@@ -827,35 +582,34 @@ function gtag(){dataLayer.push(arguments);}";
|
|
827 |
}
|
828 |
|
829 |
//External links
|
830 |
-
if (''
|
831 |
-
|
832 |
-
$seopress_google_analytics_click_event['link_tracking'] =
|
833 |
"window.addEventListener('load', function () {
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
";
|
845 |
-
|
846 |
-
|
847 |
-
}
|
848 |
}
|
849 |
|
850 |
//Downloads tracking
|
851 |
-
if (''
|
852 |
-
|
|
|
853 |
$seopress_google_analytics_click_event['download_tracking'] =
|
854 |
"window.addEventListener('load', function () {
|
855 |
var donwload_links = document.querySelectorAll('a');
|
856 |
for (let j = 0; j < donwload_links.length; j++) {
|
857 |
donwload_links[j].addEventListener('click', function(e) {
|
858 |
-
var down = this.href.match(/.*\.(" .
|
859 |
if (down != null) {
|
860 |
gtag('event', 'click', {'event_category': 'downloads','event_label' : this.href});
|
861 |
}
|
@@ -869,14 +623,15 @@ function gtag(){dataLayer.push(arguments);}";
|
|
869 |
}
|
870 |
|
871 |
//Affiliate tracking
|
872 |
-
if (''
|
873 |
-
|
|
|
874 |
$seopress_google_analytics_click_event['outbound_tracking'] =
|
875 |
"window.addEventListener('load', function () {
|
876 |
var outbound_links = document.querySelectorAll('a');
|
877 |
for (let k = 0; k < outbound_links.length; k++) {
|
878 |
outbound_links[k].addEventListener('click', function(e) {
|
879 |
-
var out = this.href.match(/(?:\/" .
|
880 |
if (out != null) {
|
881 |
gtag('event', 'click', {'event_category': 'outbound/affiliate','event_label' : this.href});
|
882 |
}
|
@@ -892,7 +647,8 @@ function gtag(){dataLayer.push(arguments);}";
|
|
892 |
require_once dirname(__FILE__) . '/options-google-ecommerce.php';
|
893 |
|
894 |
//Anonymize IP
|
895 |
-
|
|
|
896 |
$seopress_google_analytics_config['anonymize_ip'] = "'anonymize_ip': true,";
|
897 |
$seopress_google_analytics_config['anonymize_ip'] = apply_filters('seopress_gtag_anonymize_ip', $seopress_google_analytics_config['anonymize_ip']);
|
898 |
}
|
@@ -942,8 +698,9 @@ function gtag(){dataLayer.push(arguments);}";
|
|
942 |
}
|
943 |
|
944 |
//Ads
|
945 |
-
|
946 |
-
|
|
|
947 |
$seopress_gtag_ads = apply_filters('seopress_gtag_ads', $seopress_gtag_ads);
|
948 |
$seopress_google_analytics_html .= $seopress_gtag_ads;
|
949 |
$seopress_google_analytics_html .= "\n";
|
@@ -989,14 +746,16 @@ function seopress_custom_tracking_hook() {
|
|
989 |
|
990 |
//Build custom code after body tag opening
|
991 |
function seopress_google_analytics_body_code($echo) {
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
|
|
|
|
1000 |
}
|
1001 |
}
|
1002 |
add_action('seopress_custom_body_tracking_html', 'seopress_google_analytics_body_code', 10, 1);
|
@@ -1008,14 +767,16 @@ function seopress_custom_tracking_body_hook() {
|
|
1008 |
|
1009 |
//Build custom code before body tag closing
|
1010 |
function seopress_google_analytics_footer_code($echo) {
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
|
|
|
|
1019 |
}
|
1020 |
}
|
1021 |
add_action('seopress_custom_footer_tracking_html', 'seopress_google_analytics_footer_code', 10, 1);
|
@@ -1027,15 +788,17 @@ function seopress_custom_tracking_footer_hook() {
|
|
1027 |
|
1028 |
//Build custom code in head
|
1029 |
function seopress_google_analytics_head_code($echo) {
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
|
|
1033 |
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
|
|
1039 |
}
|
1040 |
}
|
1041 |
add_action('seopress_custom_head_tracking_html', 'seopress_google_analytics_head_code', 10, 1);
|
@@ -1052,6 +815,10 @@ require_once dirname(__FILE__) . '/options-matomo.php';
|
|
1052 |
require_once dirname(__FILE__) . '/options-clarity.php';
|
1053 |
|
1054 |
if ('1' == seopress_google_analytics_half_disable_option() || (((isset($_COOKIE['seopress-user-consent-accept']) && '1' == $_COOKIE['seopress-user-consent-accept']) && '1' == seopress_google_analytics_disable_option()) || ('1' != seopress_google_analytics_disable_option()))) { //User consent cookie OK
|
|
|
|
|
|
|
|
|
1055 |
if (is_user_logged_in()) {
|
1056 |
global $wp_roles;
|
1057 |
|
@@ -1078,7 +845,8 @@ if ('1' == seopress_google_analytics_half_disable_option() || (((isset($_COOKIE[
|
|
1078 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
1079 |
|
1080 |
//ecommerce
|
1081 |
-
|
|
|
1082 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
1083 |
}
|
1084 |
|
@@ -1101,7 +869,8 @@ if ('1' == seopress_google_analytics_half_disable_option() || (((isset($_COOKIE[
|
|
1101 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
1102 |
|
1103 |
//ecommerce
|
1104 |
-
|
|
|
1105 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
1106 |
}
|
1107 |
|
@@ -1125,7 +894,8 @@ if ('1' == seopress_google_analytics_half_disable_option() || (((isset($_COOKIE[
|
|
1125 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
1126 |
|
1127 |
//ecommerce
|
1128 |
-
|
|
|
1129 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
1130 |
}
|
1131 |
|
4 |
|
5 |
//Google Analytics
|
6 |
//=================================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
function seopress_cookies_user_consent_html() {
|
9 |
if ('' != seopress_google_analytics_opt_out_msg_option()) {
|
21 |
|
22 |
$msg = apply_filters('seopress_rgpd_message', $msg);
|
23 |
|
24 |
+
|
25 |
+
$consent_btn = seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageOk();
|
26 |
+
if (empty($consent_btn) || !$consent_btn) {
|
27 |
$consent_btn = __('Accept', 'wp-seopress');
|
28 |
}
|
29 |
|
30 |
+
$close_btn = seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageClose();
|
31 |
+
if (empty($close_btn) || !$close_btn) {
|
|
|
32 |
$close_btn = __('X', 'wp-seopress');
|
33 |
}
|
34 |
|
48 |
}
|
49 |
|
50 |
function seopress_cookies_edit_choice_html() {
|
51 |
+
$optOutEditChoice = seopress_get_service('GoogleAnalyticsOption')->getOptOutEditChoice();
|
52 |
+
if ('1' !== $optOutEditChoice) {
|
53 |
+
return;
|
54 |
+
}
|
|
|
|
|
55 |
|
56 |
+
$edit_cookie_btn = seopress_get_service('GoogleAnalyticsOption')->getOptOutMessageEdit();
|
57 |
+
if (empty($edit_cookie_btn) || !$edit_cookie_btn) {
|
58 |
+
$edit_cookie_btn = __('Manage cookies', 'wp-seopress');
|
59 |
+
}
|
|
|
60 |
|
61 |
+
$user_msg = '<div data-nosnippet class="seopress-user-consent seopress-edit-choice">
|
62 |
+
<p>
|
63 |
+
<button id="seopress-user-consent-edit" type="button">' . $edit_cookie_btn . '</button>
|
64 |
+
</p>
|
65 |
+
</div>';
|
66 |
|
67 |
+
$user_msg = apply_filters('seopress_rgpd_full_message', $user_msg, $edit_cookie_btn);
|
68 |
+
|
69 |
+
echo $user_msg;
|
70 |
}
|
71 |
|
72 |
function seopress_cookies_user_consent_styles() {
|
73 |
$styles = '<style>.seopress-user-consent {left: 50%;position: fixed;z-index: 8000;padding: 20px;display: inline-flex;justify-content: center;border: 1px solid #CCC;max-width:100%;';
|
74 |
|
75 |
//Width
|
76 |
+
$width = seopress_get_service('GoogleAnalyticsOption')->getCbWidth();
|
77 |
+
if (!empty($width)) {
|
78 |
$needle = '%';
|
79 |
|
80 |
if (false !== strpos($width, $needle)) {
|
89 |
}
|
90 |
|
91 |
//Position
|
92 |
+
$position = seopress_get_service('GoogleAnalyticsOption')->getCbPos();
|
93 |
+
if ('top' === $position) {
|
94 |
$styles .= 'top:0;';
|
95 |
$styles .= 'transform: translate(-50%, 0%);';
|
96 |
+
} elseif ('center' === $position) {
|
97 |
$styles .= 'top:45%;';
|
98 |
$styles .= 'transform: translate(-50%, -50%);';
|
99 |
} else {
|
102 |
}
|
103 |
|
104 |
//Text alignment
|
105 |
+
$txtAlign = seopress_get_service('GoogleAnalyticsOption')->getCbTxtAlign();
|
106 |
+
if ('left' === $txtAlign) {
|
107 |
$styles .= 'text-align:left;';
|
108 |
+
} elseif ('right' === $position) {
|
109 |
$styles .= 'text-align:right;';
|
110 |
} else {
|
111 |
$styles .= 'text-align:center;';
|
112 |
}
|
113 |
|
114 |
//Background color
|
115 |
+
$bgColor = seopress_get_service('GoogleAnalyticsOption')->getCbBg();
|
116 |
+
if (!empty($bgColor)) {
|
117 |
+
$styles .= 'background:' . $bgColor . ';';
|
118 |
} else {
|
119 |
$styles .= 'background:#F1F1F1;';
|
120 |
}
|
122 |
$styles .= '}@media (max-width: 782px) {.seopress-user-consent {display: block;}}.seopress-user-consent.seopress-user-message p:first-child {margin-right:20px}.seopress-user-consent p {margin: 0;font-size: 0.8em;align-self: center;';
|
123 |
|
124 |
//Text color
|
125 |
+
$txtColor = seopress_get_service('GoogleAnalyticsOption')->getCbTxtCol();
|
126 |
+
if (!empty($txtColor)) {
|
127 |
+
$styles .= 'color:' . $txtColor . ';';
|
128 |
}
|
129 |
|
130 |
$styles .= '}.seopress-user-consent button {vertical-align: middle;margin: 0;font-size: 14px;';
|
131 |
|
132 |
//Btn background color
|
133 |
+
$btnBgColor = seopress_get_service('GoogleAnalyticsOption')->getCbBtnBg();
|
134 |
+
if (!empty($btnBgColor)) {
|
135 |
+
$styles .= 'background:' . $btnBgColor . ';';
|
136 |
}
|
137 |
|
138 |
//Btn text color
|
139 |
+
$btnTxtColor = seopress_get_service('GoogleAnalyticsOption')->getCbBtnCol();
|
140 |
+
if (!empty($btnTxtColor)) {
|
141 |
+
$styles .= 'color:' . $btnTxtColor . ';';
|
142 |
}
|
143 |
|
144 |
$styles .= '}.seopress-user-consent button:hover{';
|
145 |
|
146 |
//Background hover color
|
147 |
+
$bgHovercolor = seopress_get_service('GoogleAnalyticsOption')->getCbBtnBgHov();
|
148 |
+
if (!empty($bgHoverColor)) {
|
149 |
+
$styles .= 'background:' . $bgHoverColor . ';';
|
150 |
}
|
151 |
|
152 |
//Text hover color
|
153 |
+
$txtHovercolor = seopress_get_service('GoogleAnalyticsOption')->getCbBtnColHov();
|
154 |
+
if (!empty($txtHoverColor)) {
|
155 |
+
$styles .= 'color:' . $txtHoverColor . ';';
|
156 |
}
|
157 |
|
158 |
$styles .= '}#seopress-user-consent-close{margin: 0;position: relative;font-weight: bold;border: 1px solid #ccc;';
|
159 |
|
160 |
//Background secondary button
|
161 |
+
$bgSecondaryBtn = seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecBg();
|
162 |
+
if (!empty($bgSecondaryBtn)) {
|
163 |
+
$styles .= 'background:' . $bgSecondaryBtn . ';';
|
164 |
} else {
|
165 |
$styles .= 'background:none;';
|
166 |
}
|
167 |
|
168 |
//Color secondary button
|
169 |
+
$colorSecondaryBtn = seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecCol();
|
170 |
+
if (!empty($colorSecondaryBtn)) {
|
171 |
+
$styles .= 'color:' . $colorSecondaryBtn . ';';
|
172 |
} else {
|
173 |
$styles .= 'color:inherit;';
|
174 |
}
|
176 |
$styles .= '}#seopress-user-consent-close:hover{cursor:pointer;';
|
177 |
|
178 |
//Background secondary button hover
|
179 |
+
$bgSecondaryBtnHover = seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecBgHov();
|
180 |
+
if (!empty($bgSecondaryBtnHover)) {
|
181 |
+
$styles .= 'background:' . $bgSecondaryBtnHover . ';';
|
182 |
} else {
|
183 |
$styles .= 'background:#222;';
|
184 |
}
|
185 |
|
186 |
//Color secondary button hover
|
187 |
+
$colorSecondaryBtnHover = seopress_get_service('GoogleAnalyticsOption')->getCbBtnSecColHov();
|
188 |
+
if (!empty($colorSecondaryBtnHover)) {
|
189 |
+
$styles .= 'color:' . $colorSecondaryBtnHover . ';';
|
190 |
} else {
|
191 |
$styles .= 'color:#fff;';
|
192 |
}
|
194 |
$styles .= '}';
|
195 |
|
196 |
//Link color
|
197 |
+
$linkColor = seopress_get_service('GoogleAnalyticsOption')->getCbLkCol();
|
198 |
+
if (!empty($linkColor)) {
|
199 |
$styles .= '.seopress-user-consent a{';
|
200 |
+
$styles .= 'color:' . $linkColor;
|
201 |
$styles .= '}';
|
202 |
}
|
203 |
|
204 |
$styles .= '.seopress-user-consent-hide{display:none;}';
|
205 |
|
206 |
+
$cbBackdrop = seopress_get_service('GoogleAnalyticsOption')->getCbBackdrop();
|
207 |
+
if (!empty($cbBackdrop)) {
|
208 |
+
$bg_backdrop = seopress_get_service('GoogleAnalyticsOption')->getCbBackdropBg();
|
209 |
+
if (empty($bg_backdrop) || !$bg_backdrop) {
|
210 |
+
$bg_backdrop = 'rgba(0,0,0,.65)';
|
211 |
}
|
212 |
|
213 |
$styles .= '.seopress-user-consent-backdrop{-webkit-box-align: center;
|
251 |
}
|
252 |
|
253 |
function seopress_cookies_user_consent_render() {
|
254 |
+
$hook = seopress_get_service('GoogleAnalyticsOption')->getHook();
|
255 |
+
if (empty($hook) || !$hook) {
|
256 |
+
$hook = 'wp_head';
|
257 |
}
|
258 |
|
259 |
add_action($hook, 'seopress_cookies_user_consent_html');
|
262 |
}
|
263 |
|
264 |
if ('1' == seopress_google_analytics_disable_option()) {
|
265 |
+
if (!is_user_logged_in()) {
|
266 |
+
seopress_cookies_user_consent_render();
|
267 |
+
return;
|
268 |
+
}
|
269 |
|
270 |
+
global $wp_roles;
|
271 |
+
|
272 |
+
//Get current user role
|
273 |
+
if (empty(wp_get_current_user()->roles) || !isset(wp_get_current_user()->roles[0])) {
|
274 |
+
seopress_cookies_user_consent_render();
|
275 |
+
return;
|
276 |
+
}
|
277 |
+
|
278 |
+
$seopress_user_role = wp_get_current_user()->roles[0];
|
279 |
+
//If current user role matchs values from SEOPress GA settings then apply
|
280 |
+
if (function_exists('seopress_google_analytics_roles_option') && '' != seopress_google_analytics_roles_option()) {
|
281 |
+
if (array_key_exists($seopress_user_role, seopress_google_analytics_roles_option())) {
|
282 |
+
//do nothing
|
283 |
} else {
|
284 |
seopress_cookies_user_consent_render();
|
285 |
}
|
290 |
|
291 |
//Optimize
|
292 |
function seopress_google_analytics_optimize_option() {
|
293 |
+
return seopress_get_service('GoogleAnalyticsOption')->getOptimize();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
}
|
295 |
|
296 |
//Ads
|
297 |
function seopress_google_analytics_ads_option() {
|
298 |
+
return seopress_get_service('GoogleAnalyticsOption')->getAds();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
}
|
300 |
|
301 |
//Additional tracking code - head
|
302 |
function seopress_google_analytics_other_tracking_option() {
|
303 |
+
return seopress_get_service('GoogleAnalyticsOption')->getOtherTracking();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
}
|
305 |
|
306 |
//Additional tracking code - body
|
307 |
function seopress_google_analytics_other_tracking_body_option() {
|
308 |
+
return seopress_get_service('GoogleAnalyticsOption')->getOtherTrackingBody();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
}
|
310 |
|
311 |
//Additional tracking code - footer
|
312 |
function seopress_google_analytics_other_tracking_footer_option() {
|
313 |
+
return seopress_get_service('GoogleAnalyticsOption')->getOtherTrackingFooter();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
}
|
315 |
|
316 |
//Remarketing
|
317 |
function seopress_google_analytics_remarketing_option() {
|
318 |
+
return seopress_get_service('GoogleAnalyticsOption')->getRemarketing();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
}
|
320 |
|
321 |
//IP Anonymization
|
322 |
function seopress_google_analytics_ip_anonymization_option() {
|
323 |
+
return seopress_get_service('GoogleAnalyticsOption')->getIpAnonymization();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
}
|
325 |
|
326 |
//Link attribution
|
327 |
function seopress_google_analytics_link_attribution_option() {
|
328 |
+
return seopress_get_service('GoogleAnalyticsOption')->getLinkAttribution();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
}
|
330 |
|
331 |
//Cross Domain Enable
|
332 |
function seopress_google_analytics_cross_enable_option() {
|
333 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCrossEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
}
|
335 |
|
336 |
//Cross Domain
|
337 |
function seopress_google_analytics_cross_domain_option() {
|
338 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCrossDomain();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
}
|
340 |
|
341 |
//Events external links tracking Enable
|
342 |
function seopress_google_analytics_link_tracking_enable_option() {
|
343 |
+
return seopress_get_service('GoogleAnalyticsOption')->getLinkTrackingEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
}
|
345 |
|
346 |
//Events downloads tracking Enable
|
347 |
function seopress_google_analytics_download_tracking_enable_option() {
|
348 |
+
return seopress_get_service('GoogleAnalyticsOption')->getDownloadTrackingEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
}
|
350 |
|
351 |
//Events tracking file types
|
352 |
function seopress_google_analytics_download_tracking_option() {
|
353 |
+
return seopress_get_service('GoogleAnalyticsOption')->getDownloadTracking();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
}
|
355 |
|
356 |
//Events affiliate links tracking Enable
|
357 |
function seopress_google_analytics_affiliate_tracking_enable_option() {
|
358 |
+
return seopress_get_service('GoogleAnalyticsOption')->getAffiliateTrackingEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
}
|
360 |
|
361 |
//Events tracking affiliate match
|
362 |
function seopress_google_analytics_affiliate_tracking_option() {
|
363 |
+
return seopress_get_service('GoogleAnalyticsOption')->getAffiliateTracking();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
}
|
365 |
|
366 |
//Custom Dimension Author
|
367 |
function seopress_google_analytics_cd_author_option() {
|
368 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCdAuthor();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
}
|
370 |
|
371 |
//Custom Dimension Category
|
372 |
function seopress_google_analytics_cd_category_option() {
|
373 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCdCategory();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
}
|
375 |
|
376 |
//Custom Dimension Tag
|
377 |
function seopress_google_analytics_cd_tag_option() {
|
378 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCdTag();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
}
|
380 |
|
381 |
//Custom Dimension Post Type
|
382 |
function seopress_google_analytics_cd_post_type_option() {
|
383 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCdPostType();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
}
|
385 |
|
386 |
//Custom Dimension Logged In
|
387 |
function seopress_google_analytics_cd_logged_in_user_option() {
|
388 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCdLoggedInUser();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
}
|
390 |
|
391 |
// Get option for "Measure purchases"
|
392 |
function seopress_google_analytics_purchases_option() {
|
393 |
+
return seopress_get_service('GoogleAnalyticsOption')->getPurchases();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
}
|
395 |
+
|
396 |
// Get option for "Add to cart event"
|
397 |
function seopress_google_analytics_add_to_cart_option() {
|
398 |
+
return seopress_get_service('GoogleAnalyticsOption')->getAddToCart();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
}
|
400 |
+
|
401 |
// Get option for "Remove from cart event"
|
402 |
function seopress_google_analytics_remove_from_cart_option() {
|
403 |
+
return seopress_get_service('GoogleAnalyticsOption')->getRemoveToCart();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
}
|
405 |
|
406 |
+
|
407 |
//Build Custom GA
|
408 |
function seopress_google_analytics_js($echo) {
|
409 |
if (('' != seopress_google_analytics_ua_option() || '' != seopress_google_analytics_ga4_option()) && '1' == seopress_google_analytics_enable_option()) {
|
421 |
$seopress_google_analytics_html .= "gtag('js', new Date());\n";
|
422 |
|
423 |
//Cross domains
|
424 |
+
$crossDomains = seopress_get_service('GoogleAnalyticsOption')->getCrossDomain();
|
425 |
+
if ('1' == seopress_get_service('GoogleAnalyticsOption')->getCrossEnable() && $crossDomains) {
|
426 |
+
$domains = array_map('trim', array_filter(explode(',', $crossDomains)));
|
427 |
|
428 |
if ( ! empty($domains)) {
|
429 |
$domains_count = count($domains);
|
442 |
}
|
443 |
|
444 |
//Optimize
|
445 |
+
$optimizeOption = seopress_get_service('GoogleAnalyticsOption')->getOptimize();
|
446 |
+
if (!empty($optimizeOption)) {
|
447 |
+
$seopress_google_analytics_config['optimize'] = "'optimize_id': '" . $optimizeOption . "',";
|
448 |
$seopress_google_analytics_config['optimize'] = apply_filters('seopress_gtag_optimize_id', $seopress_google_analytics_config['optimize']);
|
449 |
}
|
450 |
|
451 |
//Remarketing
|
452 |
+
$remarketingOption = seopress_get_service('GoogleAnalyticsOption')->getRemarketing();
|
453 |
+
if ('1' != $remarketingOption) {
|
454 |
$seopress_google_analytics_config['allow_display_features'] = "'allow_display_features': false,";
|
455 |
$seopress_google_analytics_config['allow_display_features'] = apply_filters('seopress_gtag_allow_display_features', $seopress_google_analytics_config['allow_display_features']);
|
456 |
}
|
457 |
|
458 |
//Link attribution
|
459 |
+
if ('1' == seopress_get_service('GoogleAnalyticsOption')->getLinkAttribution()) {
|
460 |
$seopress_google_analytics_config['link_attribution'] = "'link_attribution': true,";
|
461 |
$seopress_google_analytics_config['link_attribution'] = apply_filters('seopress_gtag_link_attribution', $seopress_google_analytics_config['link_attribution']);
|
462 |
}
|
472 |
unset($seopress_google_analytics_config['cd']['cd_hook']);
|
473 |
}
|
474 |
|
475 |
+
$cdAuthorOption = seopress_get_service('GoogleAnalyticsOption')->getCdAuthor();
|
476 |
+
$cdCategoryOption = seopress_get_service('GoogleAnalyticsOption')->getCdCategory();
|
477 |
+
$cdTagOption = seopress_get_service('GoogleAnalyticsOption')->getCdTag();
|
478 |
+
$cdPostTypeOption = seopress_get_service('GoogleAnalyticsOption')->getCdPostType();
|
479 |
+
$cdLoggedInUserOption = seopress_get_service('GoogleAnalyticsOption')->getCdLoggedInUser();
|
480 |
+
if ((!empty($cdAuthorOption) && 'none' != $cdAuthorOption)
|
481 |
+
|| (!empty($cdCategoryOption) && 'none' != $cdCategoryOption)
|
482 |
+
|| (!empty($cdTagOption) && 'none' != $cdTagOption)
|
483 |
+
|| (!empty($cdPostTypeOption) && 'none' != $cdPostTypeOption)
|
484 |
+
|| (!empty($cdLoggedInUserOption) && 'none' != $cdLoggedInUserOption)
|
485 |
|| ('' != isset($seopress_google_analytics_config['cd']['cd_hook']) && '' != isset($seopress_google_analytics_event['cd_hook']))
|
486 |
) {
|
487 |
$seopress_google_analytics_config['cd']['cd_start'] = '{';
|
489 |
unset($seopress_google_analytics_config['cd']);
|
490 |
}
|
491 |
|
492 |
+
if (!empty($cdAuthorOption)) {
|
493 |
+
if ('none' != $cdAuthorOption) {
|
494 |
if (is_singular()) {
|
495 |
+
$seopress_google_analytics_config['cd']['cd_author'] = "'" . $cdAuthorOption . "': 'cd_author',";
|
496 |
|
497 |
$seopress_google_analytics_event['cd_author'] = "gtag('event', '" . __('Authors', 'wp-seopress') . "', {'cd_author': '" . get_the_author() . "', 'non_interaction': true});";
|
498 |
|
502 |
}
|
503 |
}
|
504 |
}
|
505 |
+
if (!empty($cdCategoryOption)) {
|
506 |
+
if ('none' != $cdCategoryOption) {
|
507 |
if (is_single() && has_category()) {
|
508 |
$categories = get_the_category();
|
509 |
|
511 |
$get_first_category = esc_html($categories[0]->name);
|
512 |
}
|
513 |
|
514 |
+
$seopress_google_analytics_config['cd']['cd_categories'] = "'" . $cdCategoryOption . "': 'cd_categories',";
|
515 |
|
516 |
$seopress_google_analytics_event['cd_categories'] = "gtag('event', '" . __('Categories', 'wp-seopress') . "', {'cd_categories': '" . $get_first_category . "', 'non_interaction': true});";
|
517 |
|
522 |
}
|
523 |
}
|
524 |
|
525 |
+
if (!empty($cdTagOption) && 'none' != $cdTagOption) {
|
526 |
+
if (is_single() && has_tag()) {
|
527 |
+
$tags = get_the_tags();
|
528 |
+
if ( ! empty($tags)) {
|
529 |
+
$seopress_comma_count = count($tags);
|
530 |
+
$get_tags = '';
|
531 |
+
foreach ($tags as $key => $value) {
|
532 |
+
$get_tags .= esc_html($value->name);
|
533 |
+
if ($key < $seopress_comma_count - 1) {
|
534 |
+
$get_tags .= ', ';
|
|
|
|
|
535 |
}
|
536 |
}
|
537 |
+
}
|
538 |
|
539 |
+
$seopress_google_analytics_config['cd']['cd_tags'] = "'" . $cdTagOption . "': 'cd_tags',";
|
540 |
|
541 |
+
$seopress_google_analytics_event['cd_tags'] = "gtag('event', '" . __('Tags', 'wp-seopress') . "', {'cd_tags': '" . $get_tags . "', 'non_interaction': true});";
|
542 |
|
543 |
+
$seopress_google_analytics_config['cd']['cd_tags'] = apply_filters('seopress_gtag_cd_tags_cf', $seopress_google_analytics_config['cd']['cd_tags']);
|
544 |
|
545 |
+
$seopress_google_analytics_event['cd_tags'] = apply_filters('seopress_gtag_cd_tags_ev', $seopress_google_analytics_event['cd_tags']);
|
|
|
546 |
}
|
547 |
}
|
548 |
|
549 |
+
if (!empty($cdPostTypeOption) && 'none' != $cdPostTypeOption) {
|
550 |
+
if (is_single()) {
|
551 |
+
$seopress_google_analytics_config['cd']['cd_cpt'] = "'" . $cdPostTypeOption . "': 'cd_cpt',";
|
|
|
552 |
|
553 |
+
$seopress_google_analytics_event['cd_cpt'] = "gtag('event', '" . __('Post types', 'wp-seopress') . "', {'cd_cpt': '" . get_post_type() . "', 'non_interaction': true});";
|
554 |
|
555 |
+
$seopress_google_analytics_config['cd']['cd_cpt'] = apply_filters('seopress_gtag_cd_cpt_cf', $seopress_google_analytics_config['cd']['cd_cpt']);
|
556 |
|
557 |
+
$seopress_google_analytics_event['cd_cpt'] = apply_filters('seopress_gtag_cd_cpt_ev', $seopress_google_analytics_event['cd_cpt']);
|
|
|
558 |
}
|
559 |
}
|
560 |
|
561 |
+
if (!empty($cdLoggedInUserOption) && 'none' != $cdLoggedInUserOption) {
|
562 |
+
if (wp_get_current_user()->ID) {
|
563 |
+
$seopress_google_analytics_config['cd']['cd_logged_in'] = "'" . $cdLoggedInUserOption . "': 'cd_logged_in',";
|
|
|
564 |
|
565 |
+
$seopress_google_analytics_event['cd_logged_in'] = "gtag('event', '" . __('Connected users', 'wp-seopress') . "', {'cd_logged_in': '" . wp_get_current_user()->ID . "', 'non_interaction': true});";
|
566 |
|
567 |
+
$seopress_google_analytics_config['cd']['cd_logged_in'] = apply_filters('seopress_gtag_cd_logged_in_cf', $seopress_google_analytics_config['cd']['cd_logged_in']);
|
568 |
|
569 |
+
$seopress_google_analytics_event['cd_logged_in'] = apply_filters('seopress_gtag_cd_logged_in_ev', $seopress_google_analytics_event['cd_logged_in']);
|
|
|
570 |
}
|
571 |
}
|
572 |
|
582 |
}
|
583 |
|
584 |
//External links
|
585 |
+
if (!empty(seopress_get_service('GoogleAnalyticsOption')->getLinkTrackingEnable())) {
|
586 |
+
$seopress_google_analytics_click_event['link_tracking'] =
|
|
|
587 |
"window.addEventListener('load', function () {
|
588 |
+
var links = document.querySelectorAll('a');
|
589 |
+
for (let i = 0; i < links.length; i++) {
|
590 |
+
links[i].addEventListener('click', function(e) {
|
591 |
+
var n = this.href.includes('" . wp_parse_url(get_home_url(), PHP_URL_HOST) . "');
|
592 |
+
if (n == false) {
|
593 |
+
gtag('event', 'click', {'event_category': 'external links','event_label' : this.href});
|
594 |
+
}
|
595 |
+
});
|
596 |
+
}
|
597 |
+
});
|
598 |
";
|
599 |
+
$seopress_google_analytics_click_event['link_tracking'] = apply_filters('seopress_gtag_link_tracking_ev', $seopress_google_analytics_click_event['link_tracking']);
|
600 |
+
$seopress_google_analytics_html .= $seopress_google_analytics_click_event['link_tracking'];
|
|
|
601 |
}
|
602 |
|
603 |
//Downloads tracking
|
604 |
+
if (!empty(seopress_get_service('GoogleAnalyticsOption')->getDownloadTrackingEnable())) {
|
605 |
+
$downloadTrackingOption = seopress_get_service('GoogleAnalyticsOption')->getDownloadTracking();
|
606 |
+
if (!empty($downloadTrackingOption)) {
|
607 |
$seopress_google_analytics_click_event['download_tracking'] =
|
608 |
"window.addEventListener('load', function () {
|
609 |
var donwload_links = document.querySelectorAll('a');
|
610 |
for (let j = 0; j < donwload_links.length; j++) {
|
611 |
donwload_links[j].addEventListener('click', function(e) {
|
612 |
+
var down = this.href.match(/.*\.(" . $downloadTrackingOption . ")(\?.*)?$/);
|
613 |
if (down != null) {
|
614 |
gtag('event', 'click', {'event_category': 'downloads','event_label' : this.href});
|
615 |
}
|
623 |
}
|
624 |
|
625 |
//Affiliate tracking
|
626 |
+
if (!empty(seopress_get_service('GoogleAnalyticsOption')->getAffiliateTrackingEnable())) {
|
627 |
+
$affiliateTrackingOption = seopress_get_service('GoogleAnalyticsOption')->getAffiliateTracking();
|
628 |
+
if (!empty($affiliateTrackingOption)) {
|
629 |
$seopress_google_analytics_click_event['outbound_tracking'] =
|
630 |
"window.addEventListener('load', function () {
|
631 |
var outbound_links = document.querySelectorAll('a');
|
632 |
for (let k = 0; k < outbound_links.length; k++) {
|
633 |
outbound_links[k].addEventListener('click', function(e) {
|
634 |
+
var out = this.href.match(/(?:\/" . $affiliateTrackingOption . "\/)/gi);
|
635 |
if (out != null) {
|
636 |
gtag('event', 'click', {'event_category': 'outbound/affiliate','event_label' : this.href});
|
637 |
}
|
647 |
require_once dirname(__FILE__) . '/options-google-ecommerce.php';
|
648 |
|
649 |
//Anonymize IP
|
650 |
+
$ipAnonymize = seopress_get_service('GoogleAnalyticsOption')->getIpAnonymization();
|
651 |
+
if ('1' == $ipAnonymize) {
|
652 |
$seopress_google_analytics_config['anonymize_ip'] = "'anonymize_ip': true,";
|
653 |
$seopress_google_analytics_config['anonymize_ip'] = apply_filters('seopress_gtag_anonymize_ip', $seopress_google_analytics_config['anonymize_ip']);
|
654 |
}
|
698 |
}
|
699 |
|
700 |
//Ads
|
701 |
+
$adsOptions = seopress_get_service('GoogleAnalyticsOption')->getAds();
|
702 |
+
if (!empty($adsOptions)) {
|
703 |
+
$seopress_gtag_ads = "gtag('config', '" . $adsOptions . "');";
|
704 |
$seopress_gtag_ads = apply_filters('seopress_gtag_ads', $seopress_gtag_ads);
|
705 |
$seopress_google_analytics_html .= $seopress_gtag_ads;
|
706 |
$seopress_google_analytics_html .= "\n";
|
746 |
|
747 |
//Build custom code after body tag opening
|
748 |
function seopress_google_analytics_body_code($echo) {
|
749 |
+
$seopress_html_body = seopress_get_service('GoogleAnalyticsOption')->getOtherTrackingBody();
|
750 |
+
if (empty($seopress_html_body) || !$seopress_html_body) {
|
751 |
+
return;
|
752 |
+
}
|
753 |
+
|
754 |
+
$seopress_html_body = apply_filters('seopress_custom_body_tracking', $seopress_html_body);
|
755 |
+
if (true == $echo) {
|
756 |
+
echo "\n" . $seopress_html_body;
|
757 |
+
} else {
|
758 |
+
return "\n" . $seopress_html_body;
|
759 |
}
|
760 |
}
|
761 |
add_action('seopress_custom_body_tracking_html', 'seopress_google_analytics_body_code', 10, 1);
|
767 |
|
768 |
//Build custom code before body tag closing
|
769 |
function seopress_google_analytics_footer_code($echo) {
|
770 |
+
$seopress_html_footer = seopress_get_service('GoogleAnalyticsOption')->getOtherTrackingFooter();
|
771 |
+
if(empty($seopress_html_footer) || !$seopress_html_footer) {
|
772 |
+
return;
|
773 |
+
}
|
774 |
+
|
775 |
+
$seopress_html_footer = apply_filters('seopress_custom_footer_tracking', $seopress_html_footer);
|
776 |
+
if (true == $echo) {
|
777 |
+
echo "\n" . $seopress_html_footer;
|
778 |
+
} else {
|
779 |
+
return "\n" . $seopress_html_footer;
|
780 |
}
|
781 |
}
|
782 |
add_action('seopress_custom_footer_tracking_html', 'seopress_google_analytics_footer_code', 10, 1);
|
788 |
|
789 |
//Build custom code in head
|
790 |
function seopress_google_analytics_head_code($echo) {
|
791 |
+
$seopress_html_head = seopress_get_service('GoogleAnalyticsOption')->getOtherTracking();
|
792 |
+
if (empty($seopress_html_head) || !$seopress_html_head) {
|
793 |
+
return;
|
794 |
+
}
|
795 |
|
796 |
+
$seopress_html_head = apply_filters('seopress_gtag_after_additional_tracking_html', $seopress_html_head);
|
797 |
+
|
798 |
+
if (true == $echo) {
|
799 |
+
echo "\n" . $seopress_html_head;
|
800 |
+
} else {
|
801 |
+
return "\n" . $seopress_html_head;
|
802 |
}
|
803 |
}
|
804 |
add_action('seopress_custom_head_tracking_html', 'seopress_google_analytics_head_code', 10, 1);
|
815 |
require_once dirname(__FILE__) . '/options-clarity.php';
|
816 |
|
817 |
if ('1' == seopress_google_analytics_half_disable_option() || (((isset($_COOKIE['seopress-user-consent-accept']) && '1' == $_COOKIE['seopress-user-consent-accept']) && '1' == seopress_google_analytics_disable_option()) || ('1' != seopress_google_analytics_disable_option()))) { //User consent cookie OK
|
818 |
+
|
819 |
+
$addToCartOption = seopress_get_service('GoogleAnalyticsOption')->getAddToCart();
|
820 |
+
$removeFromCartOption = seopress_get_service('GoogleAnalyticsOption')->getRemoveFromCart();
|
821 |
+
|
822 |
if (is_user_logged_in()) {
|
823 |
global $wp_roles;
|
824 |
|
845 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
846 |
|
847 |
//ecommerce
|
848 |
+
$purchasesOptions = seopress_get_service('GoogleAnalyticsOption')->getPurchases();
|
849 |
+
if ('1' == $purchasesOptions || '1' == $addToCartOption || '1' == $removeFromCartOption) {
|
850 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
851 |
}
|
852 |
|
869 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
870 |
|
871 |
//ecommerce
|
872 |
+
$purchasesOptions = seopress_get_service('GoogleAnalyticsOption')->getPurchases();
|
873 |
+
if ('1' == $purchasesOptions || '1' == $addToCartOption || '1' == $removeFromCartOption) {
|
874 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
875 |
}
|
876 |
|
894 |
add_action('wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1);
|
895 |
|
896 |
//ecommerce
|
897 |
+
$purchasesOptions = seopress_get_service('GoogleAnalyticsOption')->getPurchases();
|
898 |
+
if ('1' == $purchasesOptions || '1' == $addToCartOption || '1' == $removeFromCartOption) {
|
899 |
add_action('wp_enqueue_scripts', 'seopress_google_analytics_ecommerce_js', 20, 1);
|
900 |
}
|
901 |
|
@@ -4,88 +4,91 @@ defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks
|
|
4 |
|
5 |
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
6 |
// Measure Purchases
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
|
12 |
-
|
13 |
-
|
|
|
14 |
|
15 |
-
|
|
|
16 |
|
17 |
-
|
18 |
-
$status = apply_filters('seopress_gtag_ec_status', $status);
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
foreach ($order->get_items() as $item) {
|
23 |
-
// Get Product object
|
24 |
-
$_product = wc_get_product($item->get_product_id());
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
$variation_data = null;
|
34 |
-
$categories_js = null;
|
35 |
-
$categories_out = [];
|
36 |
-
$variant_js = null;
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
$categories_out[] = $category->name;
|
63 |
-
}
|
64 |
-
$categories_js = esc_js(implode('/', $categories_out));
|
65 |
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
67 |
}
|
|
|
68 |
|
69 |
-
$
|
70 |
}
|
71 |
|
72 |
-
$
|
73 |
-
'transaction_id' => esc_js($order_id),
|
74 |
-
'affiliation' => esc_js(get_bloginfo('name')),
|
75 |
-
'value' => (float) esc_js($order->get_total()),
|
76 |
-
'currency' => esc_js($order->get_currency()),
|
77 |
-
'tax' => (float) esc_js($order->get_total_tax()),
|
78 |
-
'shipping' => (float) esc_js($order->get_shipping_total()),
|
79 |
-
'items' => $final,
|
80 |
-
];
|
81 |
-
|
82 |
-
$seopress_google_analytics_click_event['purchase_tracking'] = 'gtag(\'event\', \'purchase\',';
|
83 |
-
$seopress_google_analytics_click_event['purchase_tracking'] .= json_encode($global_purchase);
|
84 |
-
$seopress_google_analytics_click_event['purchase_tracking'] .= ');';
|
85 |
-
$seopress_google_analytics_click_event['purchase_tracking'] = apply_filters('seopress_gtag_ec_purchases_ev', $seopress_google_analytics_click_event['purchase_tracking']);
|
86 |
-
|
87 |
-
update_post_meta($order_id, '_seopress_ga_tracked', true);
|
88 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
}
|
91 |
}
|
@@ -94,7 +97,7 @@ if (is_plugin_active('woocommerce/woocommerce.php')) {
|
|
94 |
if (apply_filters('seopress_fallback_woocommerce_analytics', false)) {
|
95 |
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
96 |
// ADD TO CART
|
97 |
-
if (
|
98 |
// Listing page
|
99 |
add_action('woocommerce_after_shop_loop_item', 'seopress_loop_add_to_cart');
|
100 |
function seopress_loop_add_to_cart() {
|
@@ -165,7 +168,7 @@ if (apply_filters('seopress_fallback_woocommerce_analytics', false)) {
|
|
165 |
}
|
166 |
|
167 |
// REMOVE FROM CART
|
168 |
-
if (
|
169 |
// Cart page
|
170 |
add_filter('woocommerce_cart_item_remove_link', 'seopress_cart_remove_from_cart', 10, 2);
|
171 |
function seopress_cart_remove_from_cart($sprintf, $cart_item_key) {
|
@@ -213,7 +216,7 @@ if (apply_filters('seopress_fallback_woocommerce_analytics', false)) {
|
|
213 |
}
|
214 |
|
215 |
// UPDATE CART (cart / checkout pages)
|
216 |
-
if (
|
217 |
// Before update
|
218 |
add_action('woocommerce_cart_actions', 'seopress_before_update_cart');
|
219 |
function seopress_before_update_cart() {
|
4 |
|
5 |
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
6 |
// Measure Purchases
|
7 |
+
$purchasesOptions = seopress_get_service('GoogleAnalyticsOption')->getPurchases();
|
8 |
+
if (!$purchasesOptions) {
|
9 |
+
return;
|
10 |
+
}
|
11 |
|
12 |
+
if (function_exists('is_order_received_page') && is_order_received_page()) {
|
13 |
+
global $wp;
|
14 |
+
$order_id = isset($wp->query_vars['order-received']) ? $wp->query_vars['order-received'] : 0;
|
15 |
|
16 |
+
if (0 < $order_id && 1 != get_post_meta($order_id, '_seopress_ga_tracked', true)) {
|
17 |
+
$order = wc_get_order($order_id);
|
18 |
|
19 |
+
//Check order status
|
|
|
20 |
|
21 |
+
$status = ['completed', 'processing'];
|
22 |
+
$status = apply_filters('seopress_gtag_ec_status', $status);
|
|
|
|
|
|
|
23 |
|
24 |
+
if (method_exists($order, 'get_status') && (in_array($order->get_status(), $status))) {
|
25 |
+
$items_purchased = [];
|
26 |
+
foreach ($order->get_items() as $item) {
|
27 |
+
// Get Product object
|
28 |
+
$_product = wc_get_product($item->get_product_id());
|
29 |
|
30 |
+
if ( ! is_a($_product, 'WC_Product')) {
|
31 |
+
continue;
|
32 |
+
}
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
// init vars
|
35 |
+
$item_id = $_product->get_id();
|
36 |
+
$variation_id = 0;
|
37 |
+
$variation_data = null;
|
38 |
+
$categories_js = null;
|
39 |
+
$categories_out = [];
|
40 |
+
$variant_js = null;
|
41 |
|
42 |
+
// Set data
|
43 |
+
$items_purchased['id'] = esc_js($item_id);
|
44 |
+
$items_purchased['name'] = esc_js($item->get_name());
|
45 |
+
$items_purchased['quantity'] = (float) esc_js($item->get_quantity());
|
46 |
+
$items_purchased['price'] = (float) esc_js($order->get_item_total($item));
|
47 |
+
|
48 |
+
// Categories and Variations
|
49 |
+
$categories = get_the_terms($item_id, 'product_cat');
|
50 |
+
if ($item->get_variation_id()) {
|
51 |
+
$variation_id = $item->get_variation_id();
|
52 |
+
$variation_data = wc_get_product_variation_attributes($variation_id);
|
53 |
+
}
|
54 |
|
55 |
+
// Variations
|
56 |
+
if (is_array($variation_data) && ! empty($variation_data)) {
|
57 |
+
$variant_js = esc_js(wc_get_formatted_variation($variation_data, true));
|
58 |
+
$categories = get_the_terms($item_id, 'product_cat');
|
59 |
+
$item_id = $variation_id;
|
|
|
|
|
|
|
60 |
|
61 |
+
$items_purchased['variant'] = esc_js($variant_js);
|
62 |
+
}
|
63 |
+
// Categories
|
64 |
+
if ($categories) {
|
65 |
+
foreach ($categories as $category) {
|
66 |
+
$categories_out[] = $category->name;
|
67 |
}
|
68 |
+
$categories_js = esc_js(implode('/', $categories_out));
|
69 |
|
70 |
+
$items_purchased['category'] = esc_js($categories_js);
|
71 |
}
|
72 |
|
73 |
+
$final[] = $items_purchased;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
}
|
75 |
+
|
76 |
+
$global_purchase = [
|
77 |
+
'transaction_id' => esc_js($order_id),
|
78 |
+
'affiliation' => esc_js(get_bloginfo('name')),
|
79 |
+
'value' => (float) esc_js($order->get_total()),
|
80 |
+
'currency' => esc_js($order->get_currency()),
|
81 |
+
'tax' => (float) esc_js($order->get_total_tax()),
|
82 |
+
'shipping' => (float) esc_js($order->get_shipping_total()),
|
83 |
+
'items' => $final,
|
84 |
+
];
|
85 |
+
|
86 |
+
$seopress_google_analytics_click_event['purchase_tracking'] = 'gtag(\'event\', \'purchase\',';
|
87 |
+
$seopress_google_analytics_click_event['purchase_tracking'] .= json_encode($global_purchase);
|
88 |
+
$seopress_google_analytics_click_event['purchase_tracking'] .= ');';
|
89 |
+
$seopress_google_analytics_click_event['purchase_tracking'] = apply_filters('seopress_gtag_ec_purchases_ev', $seopress_google_analytics_click_event['purchase_tracking']);
|
90 |
+
|
91 |
+
update_post_meta($order_id, '_seopress_ga_tracked', true);
|
92 |
}
|
93 |
}
|
94 |
}
|
97 |
if (apply_filters('seopress_fallback_woocommerce_analytics', false)) {
|
98 |
if (is_plugin_active('woocommerce/woocommerce.php')) {
|
99 |
// ADD TO CART
|
100 |
+
if (seopress_get_service('GoogleAnalyticsOption')->getAddToCart()) {
|
101 |
// Listing page
|
102 |
add_action('woocommerce_after_shop_loop_item', 'seopress_loop_add_to_cart');
|
103 |
function seopress_loop_add_to_cart() {
|
168 |
}
|
169 |
|
170 |
// REMOVE FROM CART
|
171 |
+
if (seopress_get_service('GoogleAnalyticsOption')->getRemoveFromCart()) {
|
172 |
// Cart page
|
173 |
add_filter('woocommerce_cart_item_remove_link', 'seopress_cart_remove_from_cart', 10, 2);
|
174 |
function seopress_cart_remove_from_cart($sprintf, $cart_item_key) {
|
216 |
}
|
217 |
|
218 |
// UPDATE CART (cart / checkout pages)
|
219 |
+
if (seopress_get_service('GoogleAnalyticsOption')->getAddToCart() && seopress_get_service('GoogleAnalyticsOption')->getRemoveFromCart()) {
|
220 |
// Before update
|
221 |
add_action('woocommerce_cart_actions', 'seopress_before_update_cart');
|
222 |
function seopress_before_update_cart() {
|
@@ -134,13 +134,13 @@ function seopress_instant_indexing_fn($is_manual_submission = true, $permalink =
|
|
134 |
//Prepare the URLS
|
135 |
if ($is_manual_submission === true) {
|
136 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
137 |
-
$x_source_info = 'https://www.seopress.org/5.
|
138 |
|
139 |
$urls = array_slice($urls, 0, 100);
|
140 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
141 |
$urls = null;
|
142 |
$urls[] = $permalink;
|
143 |
-
$x_source_info = 'https://www.seopress.org/5.
|
144 |
}
|
145 |
|
146 |
//Bing API
|
134 |
//Prepare the URLS
|
135 |
if ($is_manual_submission === true) {
|
136 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
137 |
+
$x_source_info = 'https://www.seopress.org/5.9/true';
|
138 |
|
139 |
$urls = array_slice($urls, 0, 100);
|
140 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
141 |
$urls = null;
|
142 |
$urls[] = $permalink;
|
143 |
+
$x_source_info = 'https://www.seopress.org/5.9/false';
|
144 |
}
|
145 |
|
146 |
//Bing API
|
@@ -4,159 +4,108 @@ defined( 'ABSPATH' ) or die( 'Please don’t call the plugin directly. Thank
|
|
4 |
//MATOMO TRACKING
|
5 |
|
6 |
//Matomo Tracking
|
|
|
|
|
|
|
7 |
function seopress_google_analytics_matomo_enable_option() {
|
8 |
-
|
9 |
-
if ( ! empty ( $seopress_google_analytics_matomo_enable_option ) ) {
|
10 |
-
foreach ($seopress_google_analytics_matomo_enable_option as $key => $seopress_google_analytics_matomo_enable_value)
|
11 |
-
$options[$key] = $seopress_google_analytics_matomo_enable_value;
|
12 |
-
if (isset($seopress_google_analytics_matomo_enable_option['seopress_google_analytics_matomo_enable'])) {
|
13 |
-
return $seopress_google_analytics_matomo_enable_option['seopress_google_analytics_matomo_enable'];
|
14 |
-
}
|
15 |
-
}
|
16 |
}
|
17 |
|
18 |
//Matomo self hosting
|
|
|
|
|
|
|
19 |
function seopress_google_analytics_matomo_self_hosted_option() {
|
20 |
-
|
21 |
-
if ( ! empty ( $seopress_google_analytics_matomo_self_hosted_option ) ) {
|
22 |
-
foreach ($seopress_google_analytics_matomo_self_hosted_option as $key => $seopress_google_analytics_matomo_self_hosted_value)
|
23 |
-
$options[$key] = $seopress_google_analytics_matomo_self_hosted_value;
|
24 |
-
if (isset($seopress_google_analytics_matomo_self_hosted_option['seopress_google_analytics_matomo_self_hosted'])) {
|
25 |
-
return $seopress_google_analytics_matomo_self_hosted_option['seopress_google_analytics_matomo_self_hosted'];
|
26 |
-
}
|
27 |
-
}
|
28 |
}
|
29 |
|
30 |
//Matomo ID
|
|
|
|
|
|
|
31 |
function seopress_google_analytics_matomo_id_option() {
|
32 |
-
|
33 |
-
if ( ! empty ( $seopress_google_analytics_matomo_id_option ) ) {
|
34 |
-
foreach ($seopress_google_analytics_matomo_id_option as $key => $seopress_google_analytics_matomo_id_value)
|
35 |
-
$options[$key] = $seopress_google_analytics_matomo_id_value;
|
36 |
-
if (isset($seopress_google_analytics_matomo_id_option['seopress_google_analytics_matomo_id'])) {
|
37 |
-
return $seopress_google_analytics_matomo_id_option['seopress_google_analytics_matomo_id'];
|
38 |
-
}
|
39 |
-
}
|
40 |
}
|
41 |
|
42 |
//Matomo site ID
|
|
|
|
|
|
|
43 |
function seopress_google_analytics_matomo_site_id_option() {
|
44 |
-
|
45 |
-
if ( ! empty ( $seopress_google_analytics_matomo_site_id_option ) ) {
|
46 |
-
foreach ($seopress_google_analytics_matomo_site_id_option as $key => $seopress_google_analytics_matomo_site_id_value)
|
47 |
-
$options[$key] = $seopress_google_analytics_matomo_site_id_value;
|
48 |
-
if (isset($seopress_google_analytics_matomo_site_id_option['seopress_google_analytics_matomo_site_id'])) {
|
49 |
-
return $seopress_google_analytics_matomo_site_id_option['seopress_google_analytics_matomo_site_id'];
|
50 |
-
}
|
51 |
-
}
|
52 |
}
|
53 |
|
54 |
//Matomo subdomains
|
|
|
|
|
|
|
55 |
function seopress_google_analytics_matomo_subdomains_option() {
|
56 |
-
|
57 |
-
|
58 |
-
foreach ($seopress_google_analytics_matomo_subdomains_option as $key => $seopress_google_analytics_matomo_subdomains_value)
|
59 |
-
$options[$key] = $seopress_google_analytics_matomo_subdomains_value;
|
60 |
-
if (isset($seopress_google_analytics_matomo_subdomains_option['seopress_google_analytics_matomo_subdomains'])) {
|
61 |
-
return $seopress_google_analytics_matomo_subdomains_option['seopress_google_analytics_matomo_subdomains'];
|
62 |
-
}
|
63 |
-
}
|
64 |
}
|
65 |
|
66 |
//Matomo site domain
|
|
|
|
|
|
|
67 |
function seopress_google_analytics_matomo_site_domain_option() {
|
68 |
-
|
69 |
-
if ( ! empty ( $seopress_google_analytics_matomo_site_domain_option ) ) {
|
70 |
-
foreach ($seopress_google_analytics_matomo_site_domain_option as $key => $seopress_google_analytics_matomo_site_domain_value)
|
71 |
-
$options[$key] = $seopress_google_analytics_matomo_site_domain_value;
|
72 |
-
if (isset($seopress_google_analytics_matomo_site_domain_option['seopress_google_analytics_matomo_site_domain'])) {
|
73 |
-
return $seopress_google_analytics_matomo_site_domain_option['seopress_google_analytics_matomo_site_domain'];
|
74 |
-
}
|
75 |
-
}
|
76 |
}
|
77 |
|
78 |
//Matomo no js
|
|
|
|
|
|
|
79 |
function seopress_google_analytics_matomo_no_js_option() {
|
80 |
-
|
81 |
-
if ( ! empty ( $seopress_google_analytics_matomo_no_js_option ) ) {
|
82 |
-
foreach ($seopress_google_analytics_matomo_no_js_option as $key => $seopress_google_analytics_matomo_no_js_value)
|
83 |
-
$options[$key] = $seopress_google_analytics_matomo_no_js_value;
|
84 |
-
if (isset($seopress_google_analytics_matomo_no_js_option['seopress_google_analytics_matomo_no_js'])) {
|
85 |
-
return $seopress_google_analytics_matomo_no_js_option['seopress_google_analytics_matomo_no_js'];
|
86 |
-
}
|
87 |
-
}
|
88 |
}
|
89 |
|
90 |
//Matomo cross domain
|
|
|
|
|
|
|
91 |
function seopress_google_analytics_matomo_cross_domain_option() {
|
92 |
-
|
93 |
-
if ( ! empty ( $seopress_google_analytics_matomo_cross_domain_option ) ) {
|
94 |
-
foreach ($seopress_google_analytics_matomo_cross_domain_option as $key => $seopress_google_analytics_matomo_cross_domain_value)
|
95 |
-
$options[$key] = $seopress_google_analytics_matomo_cross_domain_value;
|
96 |
-
if (isset($seopress_google_analytics_matomo_cross_domain_option['seopress_google_analytics_matomo_cross_domain'])) {
|
97 |
-
return $seopress_google_analytics_matomo_cross_domain_option['seopress_google_analytics_matomo_cross_domain'];
|
98 |
-
}
|
99 |
-
}
|
100 |
}
|
101 |
|
102 |
//Matomo cross domain sites
|
|
|
|
|
|
|
103 |
function seopress_google_analytics_matomo_cross_domain_sites_option() {
|
104 |
-
|
105 |
-
if ( ! empty ( $seopress_google_analytics_matomo_cross_domain_sites_option ) ) {
|
106 |
-
foreach ($seopress_google_analytics_matomo_cross_domain_sites_option as $key => $seopress_google_analytics_matomo_cross_domain_sites_value)
|
107 |
-
$options[$key] = $seopress_google_analytics_matomo_cross_domain_sites_value;
|
108 |
-
if (isset($seopress_google_analytics_matomo_cross_domain_sites_option['seopress_google_analytics_matomo_cross_domain_sites'])) {
|
109 |
-
return $seopress_google_analytics_matomo_cross_domain_sites_option['seopress_google_analytics_matomo_cross_domain_sites'];
|
110 |
-
}
|
111 |
-
}
|
112 |
}
|
113 |
|
114 |
//Matomo DNT
|
|
|
|
|
|
|
115 |
function seopress_google_analytics_matomo_dnt_option() {
|
116 |
-
|
117 |
-
if ( ! empty ( $seopress_google_analytics_matomo_dnt_option ) ) {
|
118 |
-
foreach ($seopress_google_analytics_matomo_dnt_option as $key => $seopress_google_analytics_matomo_dnt_value)
|
119 |
-
$options[$key] = $seopress_google_analytics_matomo_dnt_value;
|
120 |
-
if (isset($seopress_google_analytics_matomo_dnt_option['seopress_google_analytics_matomo_dnt'])) {
|
121 |
-
return $seopress_google_analytics_matomo_dnt_option['seopress_google_analytics_matomo_dnt'];
|
122 |
-
}
|
123 |
-
}
|
124 |
}
|
125 |
|
126 |
//Matomo no cookies
|
|
|
|
|
|
|
127 |
function seopress_google_analytics_matomo_no_cookies_option() {
|
128 |
-
|
129 |
-
if ( ! empty ( $seopress_google_analytics_matomo_no_cookies_option ) ) {
|
130 |
-
foreach ($seopress_google_analytics_matomo_no_cookies_option as $key => $seopress_google_analytics_matomo_no_cookies_value)
|
131 |
-
$options[$key] = $seopress_google_analytics_matomo_no_cookies_value;
|
132 |
-
if (isset($seopress_google_analytics_matomo_no_cookies_option['seopress_google_analytics_matomo_no_cookies'])) {
|
133 |
-
return $seopress_google_analytics_matomo_no_cookies_option['seopress_google_analytics_matomo_no_cookies'];
|
134 |
-
}
|
135 |
-
}
|
136 |
}
|
137 |
|
138 |
//Matomo link tracking
|
|
|
|
|
|
|
139 |
function seopress_google_analytics_matomo_link_tracking_option() {
|
140 |
-
|
141 |
-
if ( ! empty ( $seopress_google_analytics_matomo_link_tracking_option ) ) {
|
142 |
-
foreach ($seopress_google_analytics_matomo_link_tracking_option as $key => $seopress_google_analytics_matomo_link_tracking_value)
|
143 |
-
$options[$key] = $seopress_google_analytics_matomo_link_tracking_value;
|
144 |
-
if (isset($seopress_google_analytics_matomo_link_tracking_option['seopress_google_analytics_matomo_link_tracking'])) {
|
145 |
-
return $seopress_google_analytics_matomo_link_tracking_option['seopress_google_analytics_matomo_link_tracking'];
|
146 |
-
}
|
147 |
-
}
|
148 |
}
|
149 |
|
150 |
//Matomo no heatmaps
|
|
|
|
|
|
|
151 |
function seopress_google_analytics_matomo_no_heatmaps_option() {
|
152 |
-
|
153 |
-
if ( ! empty ( $seopress_google_analytics_matomo_no_heatmaps_option ) ) {
|
154 |
-
foreach ($seopress_google_analytics_matomo_no_heatmaps_option as $key => $seopress_google_analytics_matomo_no_heatmaps_value)
|
155 |
-
$options[$key] = $seopress_google_analytics_matomo_no_heatmaps_value;
|
156 |
-
if (isset($seopress_google_analytics_matomo_no_heatmaps_option['seopress_google_analytics_matomo_no_heatmaps'])) {
|
157 |
-
return $seopress_google_analytics_matomo_no_heatmaps_option['seopress_google_analytics_matomo_no_heatmaps'];
|
158 |
-
}
|
159 |
-
}
|
160 |
}
|
161 |
|
162 |
//Build Custom Matomo
|
@@ -228,65 +177,60 @@ var _paq = window._paq || [];\n";
|
|
228 |
}
|
229 |
|
230 |
//dimensions
|
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 |
//send data config
|
4 |
//MATOMO TRACKING
|
5 |
|
6 |
//Matomo Tracking
|
7 |
+
/**
|
8 |
+
* @deprecated 5.8.0.2
|
9 |
+
*/
|
10 |
function seopress_google_analytics_matomo_enable_option() {
|
11 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
|
14 |
//Matomo self hosting
|
15 |
+
/**
|
16 |
+
* @deprecated 5.8.0.2
|
17 |
+
*/
|
18 |
function seopress_google_analytics_matomo_self_hosted_option() {
|
19 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoSelfHosted();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
21 |
|
22 |
//Matomo ID
|
23 |
+
/**
|
24 |
+
* @deprecated 5.8.0.2
|
25 |
+
*/
|
26 |
function seopress_google_analytics_matomo_id_option() {
|
27 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoId();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
|
30 |
//Matomo site ID
|
31 |
+
/**
|
32 |
+
* @deprecated 5.8.0.2
|
33 |
+
*/
|
34 |
function seopress_google_analytics_matomo_site_id_option() {
|
35 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoSiteId();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
}
|
37 |
|
38 |
//Matomo subdomains
|
39 |
+
/**
|
40 |
+
* @deprecated 5.8.0.2
|
41 |
+
*/
|
42 |
function seopress_google_analytics_matomo_subdomains_option() {
|
43 |
+
|
44 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoSubdomains();
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
}
|
46 |
|
47 |
//Matomo site domain
|
48 |
+
/**
|
49 |
+
* @deprecated 5.8.0.2
|
50 |
+
*/
|
51 |
function seopress_google_analytics_matomo_site_domain_option() {
|
52 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoSiteDomain();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
}
|
54 |
|
55 |
//Matomo no js
|
56 |
+
/**
|
57 |
+
* @deprecated 5.8.0.2
|
58 |
+
*/
|
59 |
function seopress_google_analytics_matomo_no_js_option() {
|
60 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoNoJS();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
|
63 |
//Matomo cross domain
|
64 |
+
/**
|
65 |
+
* @deprecated 5.8.0.2
|
66 |
+
*/
|
67 |
function seopress_google_analytics_matomo_cross_domain_option() {
|
68 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoCrossDomain();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
}
|
70 |
|
71 |
//Matomo cross domain sites
|
72 |
+
/**
|
73 |
+
* @deprecated 5.8.0.2
|
74 |
+
*/
|
75 |
function seopress_google_analytics_matomo_cross_domain_sites_option() {
|
76 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoCrossDomainSites();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
|
79 |
//Matomo DNT
|
80 |
+
/**
|
81 |
+
* @deprecated 5.8.0.2
|
82 |
+
*/
|
83 |
function seopress_google_analytics_matomo_dnt_option() {
|
84 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoDnt();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
}
|
86 |
|
87 |
//Matomo no cookies
|
88 |
+
/**
|
89 |
+
* @deprecated 5.8.0.2
|
90 |
+
*/
|
91 |
function seopress_google_analytics_matomo_no_cookies_option() {
|
92 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoNoCookies();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}
|
94 |
|
95 |
//Matomo link tracking
|
96 |
+
/**
|
97 |
+
* @deprecated 5.8.0.2
|
98 |
+
*/
|
99 |
function seopress_google_analytics_matomo_link_tracking_option() {
|
100 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoLinkTracking();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
|
103 |
//Matomo no heatmaps
|
104 |
+
/**
|
105 |
+
* @deprecated 5.8.0.2
|
106 |
+
*/
|
107 |
function seopress_google_analytics_matomo_no_heatmaps_option() {
|
108 |
+
return seopress_get_service('GoogleAnalyticsOption')->getMatomoNoHeatmaps();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
}
|
110 |
|
111 |
//Build Custom Matomo
|
177 |
}
|
178 |
|
179 |
//dimensions
|
180 |
+
$cdAuthorOption = seopress_get_service('GoogleAnalyticsOption')->getCdAuthor();
|
181 |
+
if (!empty($cdAuthorOption) && $cdAuthorOption != 'none') {
|
182 |
+
if (is_singular()) {
|
183 |
+
$seopress_matomo_event['cd_author'] = "_paq.push(['setCustomVariable', '".substr($cdAuthorOption,-1)."', '".__('Authors','wp-seopress')."', '".get_the_author()."', 'visit']);\n";
|
184 |
+
$seopress_matomo_event['cd_author'] = apply_filters('seopress_matomo_cd_author_ev', $seopress_matomo_event['cd_author']);
|
185 |
+
}
|
|
|
186 |
}
|
187 |
|
188 |
+
$cdCategoryOption = seopress_get_service('GoogleAnalyticsOption')->getCdCategory();
|
189 |
+
if (!empty($cdCategoryOption) && $cdAuthorOption != 'none') {
|
190 |
+
if (is_single() && has_category()) {
|
191 |
+
$categories = get_the_category();
|
192 |
+
|
193 |
+
if ( ! empty( $categories ) ) {
|
194 |
+
$get_first_category = esc_html( $categories[0]->name );
|
195 |
+
}
|
196 |
+
$seopress_matomo_event['cd_categories'] = "_paq.push(['setCustomVariable', '".substr($cdCategoryOption,-1)."', '".__('Categories','wp-seopress')."', '".$get_first_category."', 'visit']);\n";
|
197 |
+
$seopress_matomo_event['cd_categories'] = apply_filters('seopress_matomo_cd_categories_ev', $seopress_matomo_event['cd_categories']);
|
198 |
+
}
|
|
|
199 |
}
|
200 |
|
201 |
+
$cdTagOption = seopress_get_service('GoogleAnalyticsOption')->getCdTag();
|
202 |
+
if (!empty($cdTagOption) && $cdTagOption !='none') {
|
203 |
+
if (is_single() && has_tag()) {
|
204 |
+
$tags = get_the_tags();
|
205 |
+
if ( ! empty( $tags ) ) {
|
206 |
+
$seopress_comma_count = count($tags);
|
207 |
+
$get_tags = '';
|
208 |
+
foreach ($tags as $key => $value) {
|
209 |
+
$get_tags .= esc_html( $value->name );
|
210 |
+
if ( $key < $seopress_comma_count -1){
|
211 |
+
$get_tags .= ', ';
|
212 |
+
}
|
213 |
+
}
|
214 |
+
}
|
215 |
+
$seopress_matomo_event['cd_tags'] = "_paq.push(['setCustomVariable', '".substr($cdTagOption,-1)."', '".__('Tags','wp-seopress')."', '".$get_tags."', 'visit']);\n";
|
216 |
+
$seopress_matomo_event['cd_tags'] = apply_filters('seopress_matomo_cd_tags_ev', $seopress_matomo_event['cd_tags']);
|
217 |
+
}
|
|
|
218 |
}
|
219 |
|
220 |
+
$cdPostTypeOption = seopress_get_service('GoogleAnalyticsOption')->getCdPostType();
|
221 |
+
if (!empty($cdPostTypeOption) && $cdPostTypeOption !='none') {
|
222 |
+
if (is_single()) {
|
223 |
+
$seopress_matomo_event['cd_cpt'] = "_paq.push(['setCustomVariable', '".substr($cdPostTypeOption,-1)."', '".__('Post types','wp-seopress')."', '".get_post_type()."', 'visit']);\n";
|
224 |
+
$seopress_matomo_event['cd_cpt'] = apply_filters('seopress_matomo_cd_cpt_ev', $seopress_matomo_event['cd_cpt']);
|
225 |
+
}
|
|
|
226 |
}
|
227 |
|
228 |
+
$cdLoggedInUserOption = seopress_get_service('GoogleAnalyticsOption')->getCdLoggedInUser();
|
229 |
+
if (!empty($cdLoggedInUserOption) && $cdLoggedInUserOption !='none') {
|
230 |
+
if (wp_get_current_user()->ID) {
|
231 |
+
$seopress_matomo_event['cd_logged_in'] = "_paq.push(['setCustomVariable', '".substr($cdLoggedInUserOption,-1)."', '".__('Connected users','wp-seopress')."', '".wp_get_current_user()->ID."', 'visit']);\n";
|
232 |
+
$seopress_matomo_event['cd_logged_in'] = apply_filters('seopress_matomo_cd_logged_in_ev', $seopress_matomo_event['cd_logged_in']);
|
233 |
+
}
|
|
|
234 |
}
|
235 |
|
236 |
//send data config
|
@@ -5,101 +5,68 @@ defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks
|
|
5 |
//XML/HTML Sitemap
|
6 |
//=================================================================================================
|
7 |
//HTML Sitemap Enable
|
|
|
|
|
|
|
8 |
function seopress_xml_sitemap_html_enable_option()
|
9 |
{
|
10 |
-
|
11 |
-
if (! empty($seopress_xml_sitemap_html_enable_option)) {
|
12 |
-
foreach ($seopress_xml_sitemap_html_enable_option as $key => $seopress_xml_sitemap_html_enable_value) {
|
13 |
-
$options[$key] = $seopress_xml_sitemap_html_enable_value;
|
14 |
-
}
|
15 |
-
if (isset($seopress_xml_sitemap_html_enable_option['seopress_xml_sitemap_html_enable'])) {
|
16 |
-
return $seopress_xml_sitemap_html_enable_option['seopress_xml_sitemap_html_enable'];
|
17 |
-
}
|
18 |
-
}
|
19 |
}
|
20 |
|
21 |
//HTML Sitemap mapping
|
|
|
|
|
|
|
22 |
function seopress_xml_sitemap_html_mapping_option()
|
23 |
{
|
24 |
-
|
25 |
-
if (! empty($seopress_xml_sitemap_html_mapping_option)) {
|
26 |
-
foreach ($seopress_xml_sitemap_html_mapping_option as $key => $seopress_xml_sitemap_html_mapping_value) {
|
27 |
-
$options[$key] = $seopress_xml_sitemap_html_mapping_value;
|
28 |
-
}
|
29 |
-
if (isset($seopress_xml_sitemap_html_mapping_option['seopress_xml_sitemap_html_mapping'])) {
|
30 |
-
return $seopress_xml_sitemap_html_mapping_option['seopress_xml_sitemap_html_mapping'];
|
31 |
-
}
|
32 |
-
}
|
33 |
}
|
34 |
|
35 |
//HTML Sitemap Exclude
|
|
|
|
|
|
|
36 |
function seopress_xml_sitemap_html_exclude_option()
|
37 |
{
|
38 |
-
|
39 |
-
|
40 |
-
foreach ($seopress_xml_sitemap_html_exclude_option as $key => $seopress_xml_sitemap_html_exclude_value) {
|
41 |
-
$options[$key] = $seopress_xml_sitemap_html_exclude_value;
|
42 |
-
}
|
43 |
-
if (isset($seopress_xml_sitemap_html_exclude_option['seopress_xml_sitemap_html_exclude'])) {
|
44 |
-
return $seopress_xml_sitemap_html_exclude_option['seopress_xml_sitemap_html_exclude'];
|
45 |
-
}
|
46 |
-
}
|
47 |
}
|
48 |
|
49 |
//HTML Sitemap Order
|
|
|
|
|
|
|
50 |
function seopress_xml_sitemap_html_order_option()
|
51 |
{
|
52 |
-
|
53 |
-
if (! empty($seopress_xml_sitemap_html_order_option)) {
|
54 |
-
foreach ($seopress_xml_sitemap_html_order_option as $key => $seopress_xml_sitemap_html_order_value) {
|
55 |
-
$options[$key] = $seopress_xml_sitemap_html_order_value;
|
56 |
-
}
|
57 |
-
if (isset($seopress_xml_sitemap_html_order_option['seopress_xml_sitemap_html_order'])) {
|
58 |
-
return $seopress_xml_sitemap_html_order_option['seopress_xml_sitemap_html_order'];
|
59 |
-
}
|
60 |
-
}
|
61 |
}
|
62 |
|
63 |
//HTML Sitemap Order by
|
|
|
|
|
|
|
64 |
function seopress_xml_sitemap_html_orderby_option()
|
65 |
{
|
66 |
-
|
67 |
-
|
68 |
-
foreach ($seopress_xml_sitemap_html_orderby_option as $key => $seopress_xml_sitemap_html_orderby_value) {
|
69 |
-
$options[$key] = $seopress_xml_sitemap_html_orderby_value;
|
70 |
-
}
|
71 |
-
if (isset($seopress_xml_sitemap_html_orderby_option['seopress_xml_sitemap_html_orderby'])) {
|
72 |
-
return $seopress_xml_sitemap_html_orderby_option['seopress_xml_sitemap_html_orderby'];
|
73 |
-
}
|
74 |
-
}
|
75 |
}
|
76 |
|
77 |
//HTML Sitemap Date
|
|
|
|
|
|
|
78 |
function seopress_xml_sitemap_html_date_option()
|
79 |
{
|
80 |
-
|
81 |
-
if (! empty($seopress_xml_sitemap_html_date_option)) {
|
82 |
-
foreach ($seopress_xml_sitemap_html_date_option as $key => $seopress_xml_sitemap_html_date_value) {
|
83 |
-
$options[$key] = $seopress_xml_sitemap_html_date_value;
|
84 |
-
}
|
85 |
-
if (isset($seopress_xml_sitemap_html_date_option['seopress_xml_sitemap_html_date'])) {
|
86 |
-
return $seopress_xml_sitemap_html_date_option['seopress_xml_sitemap_html_date'];
|
87 |
-
}
|
88 |
-
}
|
89 |
}
|
90 |
|
91 |
//HTML Sitemap Archive links
|
|
|
|
|
|
|
92 |
function seopress_xml_sitemap_html_archive_links_option()
|
93 |
{
|
94 |
-
|
95 |
-
if (! empty($seopress_xml_sitemap_html_archive_links_option)) {
|
96 |
-
foreach ($seopress_xml_sitemap_html_archive_links_option as $key => $seopress_xml_sitemap_html_archive_links_value) {
|
97 |
-
$options[$key] = $seopress_xml_sitemap_html_archive_links_value;
|
98 |
-
}
|
99 |
-
if (isset($seopress_xml_sitemap_html_archive_links_option['seopress_xml_sitemap_html_archive_links'])) {
|
100 |
-
return $seopress_xml_sitemap_html_archive_links_option['seopress_xml_sitemap_html_archive_links'];
|
101 |
-
}
|
102 |
-
}
|
103 |
}
|
104 |
|
105 |
if ('1' == seopress_xml_sitemap_html_enable_option()) {
|
5 |
//XML/HTML Sitemap
|
6 |
//=================================================================================================
|
7 |
//HTML Sitemap Enable
|
8 |
+
/**
|
9 |
+
* @deprecated 5.9.0
|
10 |
+
*/
|
11 |
function seopress_xml_sitemap_html_enable_option()
|
12 |
{
|
13 |
+
return seopress_get_service('SitemapOption')->getHtmlEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
|
16 |
//HTML Sitemap mapping
|
17 |
+
/**
|
18 |
+
* @deprecated 5.9.0
|
19 |
+
*/
|
20 |
function seopress_xml_sitemap_html_mapping_option()
|
21 |
{
|
22 |
+
return seopress_get_service('SitemapOption')->getHtmlMapping();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
//HTML Sitemap Exclude
|
26 |
+
/**
|
27 |
+
* @deprecated 5.9.0
|
28 |
+
*/
|
29 |
function seopress_xml_sitemap_html_exclude_option()
|
30 |
{
|
31 |
+
return seopress_get_service('SitemapOption')->getHtmlExclude();
|
32 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
|
35 |
//HTML Sitemap Order
|
36 |
+
/**
|
37 |
+
* @deprecated 5.9.0
|
38 |
+
*/
|
39 |
function seopress_xml_sitemap_html_order_option()
|
40 |
{
|
41 |
+
return seopress_get_service('SitemapOption')->getHtmlOrder();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
|
44 |
//HTML Sitemap Order by
|
45 |
+
/**
|
46 |
+
* @deprecated 5.9.0
|
47 |
+
*/
|
48 |
function seopress_xml_sitemap_html_orderby_option()
|
49 |
{
|
50 |
+
return seopress_get_service('SitemapOption')->getHtmlOrderBy();
|
51 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
|
54 |
//HTML Sitemap Date
|
55 |
+
/**
|
56 |
+
* @deprecated 5.9.0
|
57 |
+
*/
|
58 |
function seopress_xml_sitemap_html_date_option()
|
59 |
{
|
60 |
+
return seopress_get_service('SitemapOption')->getHtmlDate();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
|
63 |
//HTML Sitemap Archive links
|
64 |
+
/**
|
65 |
+
* @deprecated 5.9.0
|
66 |
+
*/
|
67 |
function seopress_xml_sitemap_html_archive_links_option()
|
68 |
{
|
69 |
+
return seopress_get_service('SitemapOption')->getHtmlArchiveLinks();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
}
|
71 |
|
72 |
if ('1' == seopress_xml_sitemap_html_enable_option()) {
|
@@ -244,11 +244,8 @@ function seopress_social_facebook_og_option() {
|
|
244 |
function seopress_social_facebook_og_url_hook() {
|
245 |
if ('1' == seopress_social_facebook_og_option()) {
|
246 |
global $wp;
|
247 |
-
|
248 |
-
|
249 |
-
} else {
|
250 |
-
$current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));
|
251 |
-
}
|
252 |
|
253 |
if (is_search()) {
|
254 |
$seopress_social_og_url = '<meta property="og:url" content="' . htmlspecialchars(urldecode(get_home_url() . '/search/' . get_search_query())) . '" />';
|
@@ -363,7 +360,7 @@ function seopress_social_facebook_og_type_hook() {
|
|
363 |
if (is_home() || is_front_page()) {
|
364 |
$seopress_social_og_type = '<meta property="og:type" content="website" />';
|
365 |
} elseif (is_singular('product') || is_singular('download')) {
|
366 |
-
$seopress_social_og_type = '<meta property="og:type" content="product" />';
|
367 |
} elseif (is_singular()) {
|
368 |
global $post;
|
369 |
$seopress_video_disabled = get_post_meta($post->ID, '_seopress_video_disabled', true);
|
@@ -729,15 +726,7 @@ function seopress_social_fb_img_product_cat_option() {
|
|
729 |
}
|
730 |
|
731 |
function seopress_social_facebook_img_option() {
|
732 |
-
|
733 |
-
if ( ! empty($seopress_social_facebook_img_option)) {
|
734 |
-
foreach ($seopress_social_facebook_img_option as $key => $seopress_social_facebook_img_value) {
|
735 |
-
$options[$key] = $seopress_social_facebook_img_value;
|
736 |
-
}
|
737 |
-
if (isset($seopress_social_facebook_img_option['seopress_social_facebook_img'])) {
|
738 |
-
return $seopress_social_facebook_img_option['seopress_social_facebook_img'];
|
739 |
-
}
|
740 |
-
}
|
741 |
}
|
742 |
|
743 |
function seopress_social_facebook_img_cpt_option() {
|
@@ -755,15 +744,7 @@ function seopress_social_facebook_img_cpt_option() {
|
|
755 |
}
|
756 |
|
757 |
function seopress_social_facebook_img_default_option() {
|
758 |
-
|
759 |
-
if ( ! empty($seopress_social_facebook_img_default_option)) {
|
760 |
-
foreach ($seopress_social_facebook_img_default_option as $key => $seopress_social_facebook_img_default_value) {
|
761 |
-
$options[$key] = $seopress_social_facebook_img_default_value;
|
762 |
-
}
|
763 |
-
if (isset($seopress_social_facebook_img_default_option['seopress_social_facebook_img_default'])) {
|
764 |
-
return $seopress_social_facebook_img_default_option['seopress_social_facebook_img_default'];
|
765 |
-
}
|
766 |
-
}
|
767 |
}
|
768 |
|
769 |
function seopress_social_fb_img_home_option() {
|
@@ -1013,41 +994,17 @@ add_action('wp_head', 'seopress_social_facebook_app_id_hook', 1);
|
|
1013 |
//Twitter
|
1014 |
//Twitter Card Enabled
|
1015 |
function seopress_social_twitter_card_option() {
|
1016 |
-
|
1017 |
-
if ( ! empty($seopress_social_twitter_card_option)) {
|
1018 |
-
foreach ($seopress_social_twitter_card_option as $key => $seopress_social_twitter_card_value) {
|
1019 |
-
$options[$key] = $seopress_social_twitter_card_value;
|
1020 |
-
}
|
1021 |
-
if (isset($seopress_social_twitter_card_option['seopress_social_twitter_card'])) {
|
1022 |
-
return $seopress_social_twitter_card_option['seopress_social_twitter_card'];
|
1023 |
-
}
|
1024 |
-
}
|
1025 |
}
|
1026 |
|
1027 |
//Twitter Card OG
|
1028 |
function seopress_social_twitter_card_og_option() {
|
1029 |
-
|
1030 |
-
if ( ! empty($seopress_social_twitter_card_og_option)) {
|
1031 |
-
foreach ($seopress_social_twitter_card_og_option as $key => $seopress_social_twitter_card_og_value) {
|
1032 |
-
$options[$key] = $seopress_social_twitter_card_og_value;
|
1033 |
-
}
|
1034 |
-
if (isset($seopress_social_twitter_card_og_option['seopress_social_twitter_card_og'])) {
|
1035 |
-
return $seopress_social_twitter_card_og_option['seopress_social_twitter_card_og'];
|
1036 |
-
}
|
1037 |
-
}
|
1038 |
}
|
1039 |
|
1040 |
//Twitter Card Summary / large
|
1041 |
function seopress_social_twitter_card_img_size_option() {
|
1042 |
-
|
1043 |
-
if ( ! empty($seopress_social_twitter_card_img_size_option)) {
|
1044 |
-
foreach ($seopress_social_twitter_card_img_size_option as $key => $seopress_social_twitter_card_value) {
|
1045 |
-
$options[$key] = $seopress_social_twitter_card_value;
|
1046 |
-
}
|
1047 |
-
if (isset($seopress_social_twitter_card_img_size_option['seopress_social_twitter_card_img_size'])) {
|
1048 |
-
return $seopress_social_twitter_card_img_size_option['seopress_social_twitter_card_img_size'];
|
1049 |
-
}
|
1050 |
-
}
|
1051 |
}
|
1052 |
|
1053 |
//Twitter Summary Card
|
244 |
function seopress_social_facebook_og_url_hook() {
|
245 |
if ('1' == seopress_social_facebook_og_option()) {
|
246 |
global $wp;
|
247 |
+
|
248 |
+
$current_url = user_trailingslashit(home_url(add_query_arg([], $wp->request)));
|
|
|
|
|
|
|
249 |
|
250 |
if (is_search()) {
|
251 |
$seopress_social_og_url = '<meta property="og:url" content="' . htmlspecialchars(urldecode(get_home_url() . '/search/' . get_search_query())) . '" />';
|
360 |
if (is_home() || is_front_page()) {
|
361 |
$seopress_social_og_type = '<meta property="og:type" content="website" />';
|
362 |
} elseif (is_singular('product') || is_singular('download')) {
|
363 |
+
$seopress_social_og_type = '<meta property="og:type" content="og:product" />';
|
364 |
} elseif (is_singular()) {
|
365 |
global $post;
|
366 |
$seopress_video_disabled = get_post_meta($post->ID, '_seopress_video_disabled', true);
|
726 |
}
|
727 |
|
728 |
function seopress_social_facebook_img_option() {
|
729 |
+
return seopress_get_service('SocialOption')->getSocialFacebookImg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
}
|
731 |
|
732 |
function seopress_social_facebook_img_cpt_option() {
|
744 |
}
|
745 |
|
746 |
function seopress_social_facebook_img_default_option() {
|
747 |
+
return seopress_get_service('SocialOption')->getSocialFacebookImgDefault();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
}
|
749 |
|
750 |
function seopress_social_fb_img_home_option() {
|
994 |
//Twitter
|
995 |
//Twitter Card Enabled
|
996 |
function seopress_social_twitter_card_option() {
|
997 |
+
return seopress_get_service('SocialOption')->getSocialTwitterCard();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
998 |
}
|
999 |
|
1000 |
//Twitter Card OG
|
1001 |
function seopress_social_twitter_card_og_option() {
|
1002 |
+
return seopress_get_service('SocialOption')->getSocialTwitterCardOg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
}
|
1004 |
|
1005 |
//Twitter Card Summary / large
|
1006 |
function seopress_social_twitter_card_img_size_option() {
|
1007 |
+
return seopress_get_service('SocialOption')->getSocialTwitterImgSize();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1008 |
}
|
1009 |
|
1010 |
//Twitter Summary Card
|
@@ -185,54 +185,22 @@ function seopress_titles_archives_author_desc_option() {
|
|
185 |
|
186 |
//Author archives Desc
|
187 |
function seopress_titles_bp_groups_desc_option() {
|
188 |
-
|
189 |
-
if ( ! empty($seopress_titles_bp_groups_desc_option)) {
|
190 |
-
foreach ($seopress_titles_bp_groups_desc_option as $key => $seopress_titles_bp_groups_desc_value) {
|
191 |
-
$options[$key] = $seopress_titles_bp_groups_desc_value;
|
192 |
-
}
|
193 |
-
if (isset($seopress_titles_bp_groups_desc_option['seopress_titles_bp_groups_desc'])) {
|
194 |
-
return $seopress_titles_bp_groups_desc_option['seopress_titles_bp_groups_desc'];
|
195 |
-
}
|
196 |
-
}
|
197 |
}
|
198 |
|
199 |
//Date archives Desc
|
200 |
function seopress_titles_archives_date_desc_option() {
|
201 |
-
|
202 |
-
if ( ! empty($seopress_titles_archives_date_desc_option)) {
|
203 |
-
foreach ($seopress_titles_archives_date_desc_option as $key => $seopress_titles_archives_date_desc_value) {
|
204 |
-
$options[$key] = $seopress_titles_archives_date_desc_value;
|
205 |
-
}
|
206 |
-
if (isset($seopress_titles_archives_date_desc_option['seopress_titles_archives_date_desc'])) {
|
207 |
-
return $seopress_titles_archives_date_desc_option['seopress_titles_archives_date_desc'];
|
208 |
-
}
|
209 |
-
}
|
210 |
}
|
211 |
|
212 |
//Search archives Desc
|
213 |
function seopress_titles_archives_search_desc_option() {
|
214 |
-
|
215 |
-
if ( ! empty($seopress_titles_archives_search_desc_option)) {
|
216 |
-
foreach ($seopress_titles_archives_search_desc_option as $key => $seopress_titles_archives_search_desc_value) {
|
217 |
-
$options[$key] = $seopress_titles_archives_search_desc_value;
|
218 |
-
}
|
219 |
-
if (isset($seopress_titles_archives_search_desc_option['seopress_titles_archives_search_desc'])) {
|
220 |
-
return $seopress_titles_archives_search_desc_option['seopress_titles_archives_search_desc'];
|
221 |
-
}
|
222 |
-
}
|
223 |
}
|
224 |
|
225 |
//404 archives Desc
|
226 |
function seopress_titles_archives_404_desc_option() {
|
227 |
-
|
228 |
-
if ( ! empty($seopress_titles_archives_404_desc_option)) {
|
229 |
-
foreach ($seopress_titles_archives_404_desc_option as $key => $seopress_titles_archives_404_desc_value) {
|
230 |
-
$options[$key] = $seopress_titles_archives_404_desc_value;
|
231 |
-
}
|
232 |
-
if (isset($seopress_titles_archives_404_desc_option['seopress_titles_archives_404_desc'])) {
|
233 |
-
return $seopress_titles_archives_404_desc_option['seopress_titles_archives_404_desc'];
|
234 |
-
}
|
235 |
-
}
|
236 |
}
|
237 |
|
238 |
//THE Title Tag
|
@@ -1165,15 +1133,7 @@ function seopress_titles_tax_nofollow_option() {
|
|
1165 |
|
1166 |
//nofollow Global Avanced tab
|
1167 |
function seopress_titles_nofollow_option() {
|
1168 |
-
|
1169 |
-
if ( ! empty($seopress_titles_nofollow_option)) {
|
1170 |
-
foreach ($seopress_titles_nofollow_option as $key => $seopress_titles_nofollow_value) {
|
1171 |
-
$options[$key] = $seopress_titles_nofollow_value;
|
1172 |
-
}
|
1173 |
-
if (isset($seopress_titles_nofollow_option['seopress_titles_nofollow'])) {
|
1174 |
-
return $seopress_titles_nofollow_option['seopress_titles_nofollow'];
|
1175 |
-
}
|
1176 |
-
}
|
1177 |
}
|
1178 |
|
1179 |
function seopress_titles_nofollow_post_option() {
|
@@ -1284,15 +1244,7 @@ add_action('wp_head', 'seopress_titles_single_cpt_thumb_gcs', 1);
|
|
1284 |
|
1285 |
//noodp
|
1286 |
function seopress_titles_noodp_option() {
|
1287 |
-
|
1288 |
-
if ( ! empty($seopress_titles_noodp_option)) {
|
1289 |
-
foreach ($seopress_titles_noodp_option as $key => $seopress_titles_noodp_value) {
|
1290 |
-
$options[$key] = $seopress_titles_noodp_value;
|
1291 |
-
}
|
1292 |
-
if (isset($seopress_titles_noodp_option['seopress_titles_noodp'])) {
|
1293 |
-
return $seopress_titles_noodp_option['seopress_titles_noodp'];
|
1294 |
-
}
|
1295 |
-
}
|
1296 |
}
|
1297 |
|
1298 |
function seopress_titles_noodp_post_option() {
|
@@ -1319,15 +1271,7 @@ function seopress_titles_noodp_bypass() {
|
|
1319 |
|
1320 |
//noarchive
|
1321 |
function seopress_titles_noarchive_option() {
|
1322 |
-
|
1323 |
-
if ( ! empty($seopress_titles_noarchive_option)) {
|
1324 |
-
foreach ($seopress_titles_noarchive_option as $key => $seopress_titles_noarchive_value) {
|
1325 |
-
$options[$key] = $seopress_titles_noarchive_value;
|
1326 |
-
}
|
1327 |
-
if (isset($seopress_titles_noarchive_option['seopress_titles_noarchive'])) {
|
1328 |
-
return $seopress_titles_noarchive_option['seopress_titles_noarchive'];
|
1329 |
-
}
|
1330 |
-
}
|
1331 |
}
|
1332 |
|
1333 |
function seopress_titles_noarchive_post_option() {
|
@@ -1354,15 +1298,7 @@ function seopress_titles_noarchive_bypass() {
|
|
1354 |
|
1355 |
//nosnippet
|
1356 |
function seopress_titles_nosnippet_option() {
|
1357 |
-
|
1358 |
-
if ( ! empty($seopress_titles_nosnippet_option)) {
|
1359 |
-
foreach ($seopress_titles_nosnippet_option as $key => $seopress_titles_nosnippet_value) {
|
1360 |
-
$options[$key] = $seopress_titles_nosnippet_value;
|
1361 |
-
}
|
1362 |
-
if (isset($seopress_titles_nosnippet_option['seopress_titles_nosnippet'])) {
|
1363 |
-
return $seopress_titles_nosnippet_option['seopress_titles_nosnippet'];
|
1364 |
-
}
|
1365 |
-
}
|
1366 |
}
|
1367 |
|
1368 |
function seopress_titles_nosnippet_post_option() {
|
@@ -1525,15 +1461,7 @@ if ('0' != get_option('blog_public')) {// Discourage search engines from indexin
|
|
1525 |
|
1526 |
//noimageindex
|
1527 |
function seopress_titles_noimageindex_option() {
|
1528 |
-
|
1529 |
-
if ( ! empty($seopress_titles_noimageindex_option)) {
|
1530 |
-
foreach ($seopress_titles_noimageindex_option as $key => $seopress_titles_noimageindex_value) {
|
1531 |
-
$options[$key] = $seopress_titles_noimageindex_value;
|
1532 |
-
}
|
1533 |
-
if (isset($seopress_titles_noimageindex_option['seopress_titles_noimageindex'])) {
|
1534 |
-
return $seopress_titles_noimageindex_option['seopress_titles_noimageindex'];
|
1535 |
-
}
|
1536 |
-
}
|
1537 |
}
|
1538 |
|
1539 |
function seopress_titles_noimageindex_post_option() {
|
@@ -1573,15 +1501,7 @@ if (seopress_titles_noimageindex_bypass() || has_filter('seopress_titles_noimage
|
|
1573 |
|
1574 |
//nositelinkssearchbox
|
1575 |
function seopress_titles_nositelinkssearchbox_option() {
|
1576 |
-
|
1577 |
-
if ( ! empty($seopress_titles_nositelinkssearchbox_option)) {
|
1578 |
-
foreach ($seopress_titles_nositelinkssearchbox_option as $key => $seopress_titles_nositelinkssearchbox_value) {
|
1579 |
-
$options[$key] = $seopress_titles_nositelinkssearchbox_value;
|
1580 |
-
}
|
1581 |
-
if (isset($seopress_titles_nositelinkssearchbox_option['seopress_titles_nositelinkssearchbox'])) {
|
1582 |
-
return $seopress_titles_nositelinkssearchbox_option['seopress_titles_nositelinkssearchbox'];
|
1583 |
-
}
|
1584 |
-
}
|
1585 |
}
|
1586 |
|
1587 |
if (seopress_titles_nositelinkssearchbox_option()) {
|
@@ -1593,9 +1513,6 @@ if (seopress_titles_nositelinkssearchbox_option()) {
|
|
1593 |
}
|
1594 |
|
1595 |
//link rel prev/next
|
1596 |
-
if (seopress_advanced_advanced_trailingslash_option()) {
|
1597 |
-
add_filter('get_pagenum_link', 'user_trailingslashit');
|
1598 |
-
}
|
1599 |
if (seopress_titles_paged_rel_option()) {
|
1600 |
function seopress_titles_paged_rel_hook() {
|
1601 |
global $paged;
|
@@ -1664,11 +1581,9 @@ if (function_exists('seopress_titles_noindex_bypass') && '1' != seopress_titles_
|
|
1664 |
} elseif ( ! is_404()) { //DEFAULT CANONICAL
|
1665 |
function seopress_titles_canonical_hook() {
|
1666 |
global $wp;
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
$current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));
|
1671 |
-
}
|
1672 |
if (is_search()) {
|
1673 |
$seopress_titles_canonical = '<link rel="canonical" href="' . htmlspecialchars(urldecode(get_home_url() . '/search/' . get_search_query())) . '" />';
|
1674 |
} elseif (is_paged() && is_singular()) {//Paginated pages
|
185 |
|
186 |
//Author archives Desc
|
187 |
function seopress_titles_bp_groups_desc_option() {
|
188 |
+
return seopress_get_service('TitleOption')->getBpGroupsDesc();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
}
|
190 |
|
191 |
//Date archives Desc
|
192 |
function seopress_titles_archives_date_desc_option() {
|
193 |
+
return seopress_get_service('TitleOption')->getArchivesDateDesc();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
}
|
195 |
|
196 |
//Search archives Desc
|
197 |
function seopress_titles_archives_search_desc_option() {
|
198 |
+
return seopress_get_service('TitleOption')->getArchivesSearchDesc();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
}
|
200 |
|
201 |
//404 archives Desc
|
202 |
function seopress_titles_archives_404_desc_option() {
|
203 |
+
return seopress_get_service('TitleOption')->getArchives404Desc();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
205 |
|
206 |
//THE Title Tag
|
1133 |
|
1134 |
//nofollow Global Avanced tab
|
1135 |
function seopress_titles_nofollow_option() {
|
1136 |
+
return seopress_get_service('TitleOption')->getTitleNoFollow();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1137 |
}
|
1138 |
|
1139 |
function seopress_titles_nofollow_post_option() {
|
1244 |
|
1245 |
//noodp
|
1246 |
function seopress_titles_noodp_option() {
|
1247 |
+
return seopress_get_service('TitleOption')->getTitleNoOdp();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1248 |
}
|
1249 |
|
1250 |
function seopress_titles_noodp_post_option() {
|
1271 |
|
1272 |
//noarchive
|
1273 |
function seopress_titles_noarchive_option() {
|
1274 |
+
return seopress_get_service('TitleOption')->getTitleNoArchive();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1275 |
}
|
1276 |
|
1277 |
function seopress_titles_noarchive_post_option() {
|
1298 |
|
1299 |
//nosnippet
|
1300 |
function seopress_titles_nosnippet_option() {
|
1301 |
+
return seopress_get_service('TitleOption')->getTitleNoSnippet();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1302 |
}
|
1303 |
|
1304 |
function seopress_titles_nosnippet_post_option() {
|
1461 |
|
1462 |
//noimageindex
|
1463 |
function seopress_titles_noimageindex_option() {
|
1464 |
+
return seopress_get_service('TitleOption')->getTitleNoImageIndex();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1465 |
}
|
1466 |
|
1467 |
function seopress_titles_noimageindex_post_option() {
|
1501 |
|
1502 |
//nositelinkssearchbox
|
1503 |
function seopress_titles_nositelinkssearchbox_option() {
|
1504 |
+
return seopress_get_service('TitleOption')->geNoSiteLinksSearchBox();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1505 |
}
|
1506 |
|
1507 |
if (seopress_titles_nositelinkssearchbox_option()) {
|
1513 |
}
|
1514 |
|
1515 |
//link rel prev/next
|
|
|
|
|
|
|
1516 |
if (seopress_titles_paged_rel_option()) {
|
1517 |
function seopress_titles_paged_rel_hook() {
|
1518 |
global $paged;
|
1581 |
} elseif ( ! is_404()) { //DEFAULT CANONICAL
|
1582 |
function seopress_titles_canonical_hook() {
|
1583 |
global $wp;
|
1584 |
+
|
1585 |
+
$current_url = user_trailingslashit(home_url(add_query_arg([], $wp->request)));
|
1586 |
+
|
|
|
|
|
1587 |
if (is_search()) {
|
1588 |
$seopress_titles_canonical = '<link rel="canonical" href="' . htmlspecialchars(urldecode(get_home_url() . '/search/' . get_search_query())) . '" />';
|
1589 |
} elseif (is_paged() && is_singular()) {//Paginated pages
|
@@ -1,23 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
-
|
5 |
-
///////////////////////////////////////////////////////////////////////////////////////////////////
|
6 |
-
//Permalink structure for TrailingSlash
|
7 |
-
///////////////////////////////////////////////////////////////////////////////////////////////////
|
8 |
-
function seopress_advanced_advanced_trailingslash_option()
|
9 |
-
{
|
10 |
-
$seopress_advanced_advanced_trailingslash_option = get_option('seopress_advanced_option_name');
|
11 |
-
if (! empty($seopress_advanced_advanced_trailingslash_option)) {
|
12 |
-
foreach ($seopress_advanced_advanced_trailingslash_option as $key => $seopress_advanced_advanced_trailingslash_value) {
|
13 |
-
$options[$key] = $seopress_advanced_advanced_trailingslash_value;
|
14 |
-
}
|
15 |
-
if (isset($seopress_advanced_advanced_trailingslash_option['seopress_advanced_advanced_trailingslash'])) {
|
16 |
-
return $seopress_advanced_advanced_trailingslash_option['seopress_advanced_advanced_trailingslash'];
|
17 |
-
}
|
18 |
-
}
|
19 |
-
}
|
20 |
-
|
21 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
22 |
//SEOPRESS Core
|
23 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
@@ -193,127 +176,55 @@ if ('1' == seopress_get_toggle_option('google-analytics')) {
|
|
193 |
//Enabled
|
194 |
function seopress_google_analytics_enable_option()
|
195 |
{
|
196 |
-
|
197 |
-
if (! empty($seopress_google_analytics_enable_option)) {
|
198 |
-
foreach ($seopress_google_analytics_enable_option as $key => $seopress_google_analytics_enable_value) {
|
199 |
-
$options[$key] = $seopress_google_analytics_enable_value;
|
200 |
-
}
|
201 |
-
if (isset($seopress_google_analytics_enable_option['seopress_google_analytics_enable'])) {
|
202 |
-
return $seopress_google_analytics_enable_option['seopress_google_analytics_enable'];
|
203 |
-
}
|
204 |
-
}
|
205 |
}
|
206 |
|
207 |
//UA
|
208 |
function seopress_google_analytics_ua_option()
|
209 |
{
|
210 |
-
|
211 |
-
if (! empty($seopress_google_analytics_ua_option)) {
|
212 |
-
foreach ($seopress_google_analytics_ua_option as $key => $seopress_google_analytics_ua_value) {
|
213 |
-
$options[$key] = $seopress_google_analytics_ua_value;
|
214 |
-
}
|
215 |
-
if (isset($seopress_google_analytics_ua_option['seopress_google_analytics_ua'])) {
|
216 |
-
return $seopress_google_analytics_ua_option['seopress_google_analytics_ua'];
|
217 |
-
}
|
218 |
-
}
|
219 |
}
|
220 |
|
221 |
//GA4 (measurement ID)
|
222 |
function seopress_google_analytics_ga4_option()
|
223 |
{
|
224 |
-
|
225 |
-
if (! empty($seopress_google_analytics_ga4_option)) {
|
226 |
-
foreach ($seopress_google_analytics_ga4_option as $key => $seopress_google_analytics_ga4_value) {
|
227 |
-
$options[$key] = $seopress_google_analytics_ga4_value;
|
228 |
-
}
|
229 |
-
if (isset($seopress_google_analytics_ga4_option['seopress_google_analytics_ga4'])) {
|
230 |
-
return $seopress_google_analytics_ga4_option['seopress_google_analytics_ga4'];
|
231 |
-
}
|
232 |
-
}
|
233 |
}
|
234 |
|
235 |
//User roles
|
236 |
function seopress_google_analytics_roles_option()
|
237 |
{
|
238 |
-
|
239 |
-
if (! empty($seopress_google_analytics_roles_option)) {
|
240 |
-
foreach ($seopress_google_analytics_roles_option as $key => $seopress_google_analytics_roles_value) {
|
241 |
-
$options[$key] = $seopress_google_analytics_roles_value;
|
242 |
-
}
|
243 |
-
if (isset($seopress_google_analytics_roles_option['seopress_google_analytics_roles'])) {
|
244 |
-
return $seopress_google_analytics_roles_option['seopress_google_analytics_roles'];
|
245 |
-
}
|
246 |
-
}
|
247 |
}
|
248 |
|
249 |
//Ecommerce enabled
|
250 |
function seopress_google_analytics_ecommerce_enable_option()
|
251 |
{
|
252 |
-
|
253 |
-
if (! empty($seopress_google_analytics_ecommerce_enable_option)) {
|
254 |
-
foreach ($seopress_google_analytics_ecommerce_enable_option as $key => $seopress_google_analytics_ecommerce_enable_value) {
|
255 |
-
$options[$key] = $seopress_google_analytics_ecommerce_enable_value;
|
256 |
-
}
|
257 |
-
if (isset($seopress_google_analytics_ecommerce_enable_option['seopress_google_analytics_e_commerce_enable'])) {
|
258 |
-
return $seopress_google_analytics_ecommerce_enable_option['seopress_google_analytics_e_commerce_enable'];
|
259 |
-
}
|
260 |
-
}
|
261 |
}
|
262 |
|
263 |
//Disable Tracking
|
264 |
function seopress_google_analytics_disable_option()
|
265 |
{
|
266 |
-
|
267 |
-
if (! empty($seopress_google_analytics_disable_option)) {
|
268 |
-
foreach ($seopress_google_analytics_disable_option as $key => $seopress_google_analytics_disable_value) {
|
269 |
-
$options[$key] = $seopress_google_analytics_disable_value;
|
270 |
-
}
|
271 |
-
if (isset($seopress_google_analytics_disable_option['seopress_google_analytics_disable'])) {
|
272 |
-
return $seopress_google_analytics_disable_option['seopress_google_analytics_disable'];
|
273 |
-
}
|
274 |
-
}
|
275 |
}
|
276 |
|
277 |
//Auto accept user consent
|
278 |
function seopress_google_analytics_half_disable_option()
|
279 |
{
|
280 |
-
|
281 |
-
if (! empty($seopress_google_analytics_half_disable_option)) {
|
282 |
-
foreach ($seopress_google_analytics_half_disable_option as $key => $seopress_google_analytics_half_disable_value) {
|
283 |
-
$options[$key] = $seopress_google_analytics_half_disable_value;
|
284 |
-
}
|
285 |
-
if (isset($seopress_google_analytics_half_disable_option['seopress_google_analytics_half_disable'])) {
|
286 |
-
return $seopress_google_analytics_half_disable_option['seopress_google_analytics_half_disable'];
|
287 |
-
}
|
288 |
-
}
|
289 |
}
|
290 |
|
291 |
//Disable Tracking - Message
|
292 |
function seopress_google_analytics_opt_out_msg_option()
|
293 |
{
|
294 |
-
|
295 |
-
if (! empty($seopress_google_analytics_opt_out_msg_option)) {
|
296 |
-
foreach ($seopress_google_analytics_opt_out_msg_option as $key => $seopress_google_analytics_opt_out_msg_value) {
|
297 |
-
$options[$key] = $seopress_google_analytics_opt_out_msg_value;
|
298 |
-
}
|
299 |
-
if (isset($seopress_google_analytics_opt_out_msg_option['seopress_google_analytics_opt_out_msg'])) {
|
300 |
-
return $seopress_google_analytics_opt_out_msg_option['seopress_google_analytics_opt_out_msg'];
|
301 |
-
}
|
302 |
-
}
|
303 |
}
|
304 |
|
305 |
//Cookie expiration date
|
306 |
function seopress_google_analytics_cb_exp_date_option()
|
307 |
{
|
308 |
-
|
309 |
-
if (! empty($seopress_google_analytics_cb_exp_date_option)) {
|
310 |
-
foreach ($seopress_google_analytics_cb_exp_date_option as $key => $seopress_google_analytics_cb_exp_date_value) {
|
311 |
-
$options[$key] = $seopress_google_analytics_cb_exp_date_value;
|
312 |
-
}
|
313 |
-
if (isset($seopress_google_analytics_cb_exp_date_option['seopress_google_analytics_cb_exp_date'])) {
|
314 |
-
return $seopress_google_analytics_cb_exp_date_option['seopress_google_analytics_cb_exp_date'];
|
315 |
-
}
|
316 |
-
}
|
317 |
}
|
318 |
|
319 |
//User Consent JS
|
@@ -500,11 +411,8 @@ function seopress_load_redirections_options()
|
|
500 |
|
501 |
if ('1' == seopress_get_toggle_option('xml-sitemap')) {
|
502 |
add_action('init', 'seopress_load_sitemap', 999);
|
503 |
-
function seopress_load_sitemap()
|
504 |
-
|
505 |
-
if (! is_admin()) {
|
506 |
-
require_once dirname(__FILE__) . '/options-sitemap.php'; //XML / HTML Sitemap
|
507 |
-
}
|
508 |
}
|
509 |
}
|
510 |
if ('1' == seopress_get_toggle_option('advanced')) {
|
@@ -548,7 +456,7 @@ if ('1' == seopress_get_toggle_option('advanced')) {
|
|
548 |
add_filter('comment_form_default_fields', 'seopress_advanced_advanced_comments_website_hook', 40);
|
549 |
}
|
550 |
|
551 |
-
add_action('
|
552 |
function seopress_load_advanced_options()
|
553 |
{
|
554 |
if (! is_admin()) {
|
@@ -633,13 +541,8 @@ if ('1' == seopress_get_toggle_option('advanced')) {
|
|
633 |
{
|
634 |
$primary_cat = null;
|
635 |
|
636 |
-
$id = get_the_ID();
|
637 |
-
|
638 |
-
if (function_exists('wc_get_product')) {
|
639 |
-
$post = wc_get_product($id);
|
640 |
-
}
|
641 |
if ($post) {
|
642 |
-
$_seopress_robots_primary_cat = get_post_meta($
|
643 |
|
644 |
if (isset($_seopress_robots_primary_cat) && '' != $_seopress_robots_primary_cat && 'none' != $_seopress_robots_primary_cat) {
|
645 |
if (null != $post->post_type && 'product' == $post->post_type) {
|
@@ -753,11 +656,7 @@ if ('1' == seopress_get_toggle_option('advanced')) {
|
|
753 |
}
|
754 |
global $wp;
|
755 |
|
756 |
-
|
757 |
-
$current_url = home_url(add_query_arg([], $wp->request));
|
758 |
-
} else {
|
759 |
-
$current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));
|
760 |
-
}
|
761 |
|
762 |
$category_base = get_option('category_base');
|
763 |
|
@@ -881,11 +780,7 @@ if ('1' == seopress_get_toggle_option('advanced')) {
|
|
881 |
{
|
882 |
global $wp;
|
883 |
|
884 |
-
|
885 |
-
$current_url = home_url(add_query_arg([], $wp->request));
|
886 |
-
} else {
|
887 |
-
$current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));
|
888 |
-
}
|
889 |
|
890 |
$category_base = get_option('woocommerce_permalinks');
|
891 |
$category_base = $category_base['category_base'];
|
1 |
<?php
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
5 |
//SEOPRESS Core
|
6 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
176 |
//Enabled
|
177 |
function seopress_google_analytics_enable_option()
|
178 |
{
|
179 |
+
return seopress_get_service('GoogleAnalyticsOption')->getEnableOption();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
}
|
181 |
|
182 |
//UA
|
183 |
function seopress_google_analytics_ua_option()
|
184 |
{
|
185 |
+
return seopress_get_service('GoogleAnalyticsOption')->getUA();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
}
|
187 |
|
188 |
//GA4 (measurement ID)
|
189 |
function seopress_google_analytics_ga4_option()
|
190 |
{
|
191 |
+
return seopress_get_service('GoogleAnalyticsOption')->getGA4();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
}
|
193 |
|
194 |
//User roles
|
195 |
function seopress_google_analytics_roles_option()
|
196 |
{
|
197 |
+
return seopress_get_service('GoogleAnalyticsOption')->getRoles();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
}
|
199 |
|
200 |
//Ecommerce enabled
|
201 |
function seopress_google_analytics_ecommerce_enable_option()
|
202 |
{
|
203 |
+
return seopress_get_service('GoogleAnalyticsOption')->getEcommerceEnable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
205 |
|
206 |
//Disable Tracking
|
207 |
function seopress_google_analytics_disable_option()
|
208 |
{
|
209 |
+
return seopress_get_service('GoogleAnalyticsOption')->getDisable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
}
|
211 |
|
212 |
//Auto accept user consent
|
213 |
function seopress_google_analytics_half_disable_option()
|
214 |
{
|
215 |
+
return seopress_get_service('GoogleAnalyticsOption')->getHalfDisable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
}
|
217 |
|
218 |
//Disable Tracking - Message
|
219 |
function seopress_google_analytics_opt_out_msg_option()
|
220 |
{
|
221 |
+
return seopress_get_service('GoogleAnalyticsOption')->getOptOutMsg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
}
|
223 |
|
224 |
//Cookie expiration date
|
225 |
function seopress_google_analytics_cb_exp_date_option()
|
226 |
{
|
227 |
+
return seopress_get_service('GoogleAnalyticsOption')->getCbExpDate();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
}
|
229 |
|
230 |
//User Consent JS
|
411 |
|
412 |
if ('1' == seopress_get_toggle_option('xml-sitemap')) {
|
413 |
add_action('init', 'seopress_load_sitemap', 999);
|
414 |
+
function seopress_load_sitemap() {
|
415 |
+
require_once dirname(__FILE__) . '/options-sitemap.php'; //XML / HTML Sitemap
|
|
|
|
|
|
|
416 |
}
|
417 |
}
|
418 |
if ('1' == seopress_get_toggle_option('advanced')) {
|
456 |
add_filter('comment_form_default_fields', 'seopress_advanced_advanced_comments_website_hook', 40);
|
457 |
}
|
458 |
|
459 |
+
add_action('init', 'seopress_load_advanced_options', 0);
|
460 |
function seopress_load_advanced_options()
|
461 |
{
|
462 |
if (! is_admin()) {
|
541 |
{
|
542 |
$primary_cat = null;
|
543 |
|
|
|
|
|
|
|
|
|
|
|
544 |
if ($post) {
|
545 |
+
$_seopress_robots_primary_cat = get_post_meta($post->ID, '_seopress_robots_primary_cat', true);
|
546 |
|
547 |
if (isset($_seopress_robots_primary_cat) && '' != $_seopress_robots_primary_cat && 'none' != $_seopress_robots_primary_cat) {
|
548 |
if (null != $post->post_type && 'product' == $post->post_type) {
|
656 |
}
|
657 |
global $wp;
|
658 |
|
659 |
+
$current_url = user_trailingslashit(home_url(add_query_arg([], $wp->request)));
|
|
|
|
|
|
|
|
|
660 |
|
661 |
$category_base = get_option('category_base');
|
662 |
|
780 |
{
|
781 |
global $wp;
|
782 |
|
783 |
+
$current_url = user_trailingslashit(home_url(add_query_arg([], $wp->request)));
|
|
|
|
|
|
|
|
|
784 |
|
785 |
$category_base = get_option('woocommerce_permalinks');
|
786 |
$category_base = $category_base['category_base'];
|
@@ -1,3 +1,2 @@
|
|
1 |
<?php
|
2 |
// Silence is golden.
|
3 |
-
?>
|
1 |
<?php
|
2 |
// Silence is golden.
|
|
Binary file
|
@@ -1,6222 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: SEOPress 3.6.1.1\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
-
"Last-Translator: \n"
|
6 |
-
"Language-Team: Moqbel BJ <moqbelbj@gmail.com>\n"
|
7 |
-
"MIME-Version: 1.0\n"
|
8 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
-
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2020-04-13 14:16+0200\n"
|
11 |
-
"PO-Revision-Date: 2021-07-23 15:20+0200\n"
|
12 |
-
"Language: ar\n"
|
13 |
-
"X-Generator: Poedit 3.0\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=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: inc/admin/admin-bar/admin-bar.php:47 inc/admin/admin.php:86
|
21 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:39
|
22 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:222
|
23 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:225
|
24 |
-
#: inc/admin/page-builders/gutenberg/gutenberg-addon.php:36
|
25 |
-
#: inc/functions/options-advanced-admin.php:790
|
26 |
-
msgid "SEO"
|
27 |
-
msgstr "التحسين الأمثل لمحركات البحث SEO"
|
28 |
-
|
29 |
-
#: inc/admin/admin-bar/admin-bar.php:55 inc/admin/admin-bar/admin-bar.php:95
|
30 |
-
#: src/Actions/Admin/ManageColumn.php:138
|
31 |
-
#, fuzzy
|
32 |
-
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
33 |
-
msgstr "إدارة جميع العناوين والبيانات الوصفية (Metas)"
|
34 |
-
|
35 |
-
#: inc/admin/admin-features-list.php:18
|
36 |
-
#: inc/admin/admin-features-list.php:34
|
37 |
-
#: inc/admin/admin-features-list.php:50
|
38 |
-
#: inc/admin/admin-features-list.php:66
|
39 |
-
#: inc/admin/admin-features-list.php:82
|
40 |
-
#: inc/admin/admin-features-list.php:93
|
41 |
-
#: inc/admin/admin-features-list.php:109
|
42 |
-
#: inc/admin/admin-features-list.php:118
|
43 |
-
#: inc/admin/admin-features-list.php:127
|
44 |
-
#: inc/admin/admin-features-list.php:136
|
45 |
-
#: inc/admin/admin-features-list.php:155
|
46 |
-
#: inc/admin/admin-features-list.php:171
|
47 |
-
#: inc/admin/admin-features-list.php:192
|
48 |
-
#: inc/admin/admin-features-list.php:209
|
49 |
-
#: inc/admin/admin-features-list.php:228
|
50 |
-
#: inc/admin/admin-features-list.php:247
|
51 |
-
#: inc/admin/admin-features-list.php:285
|
52 |
-
#: inc/admin/admin-features-list.php:295
|
53 |
-
#: inc/admin/admin-features-list.php:305
|
54 |
-
#: inc/admin/admin-features-list.php:316
|
55 |
-
#: inc/admin/admin-features-list.php:327
|
56 |
-
#: inc/admin/admin-features-list.php:345
|
57 |
-
msgid "Manage"
|
58 |
-
msgstr "إدارة"
|
59 |
-
|
60 |
-
#: inc/admin/admin-features-list.php:23
|
61 |
-
#: inc/admin/admin-features-list.php:39
|
62 |
-
#: inc/admin/admin-features-list.php:55
|
63 |
-
#: inc/admin/admin-features-list.php:71
|
64 |
-
#: inc/admin/admin-features-list.php:98
|
65 |
-
#: inc/admin/admin-features-list.php:144
|
66 |
-
#: inc/admin/admin-features-list.php:160
|
67 |
-
#: inc/admin/admin-features-list.php:176
|
68 |
-
#: inc/admin/admin-features-list.php:197
|
69 |
-
#: inc/admin/admin-features-list.php:214
|
70 |
-
#: inc/admin/admin-features-list.php:233
|
71 |
-
#: inc/admin/admin-features-list.php:252
|
72 |
-
#: inc/admin/admin-features-list.php:271
|
73 |
-
#: inc/admin/admin-features-list.php:332
|
74 |
-
#: inc/admin/admin-features-list.php:350
|
75 |
-
#: inc/admin/admin.php:293
|
76 |
-
#: inc/admin/admin.php:299
|
77 |
-
msgid "Read our guide"
|
78 |
-
msgstr "قراءة إرشاداتنا"
|
79 |
-
|
80 |
-
#: inc/admin/admin-bar/admin-bar.php:107 src/Actions/Admin/ManageColumn.php:144
|
81 |
-
#, fuzzy
|
82 |
-
#| msgid "nofollow"
|
83 |
-
msgid "nofollow is on!"
|
84 |
-
msgstr "عدم الاتباع nofollow"
|
85 |
-
|
86 |
-
#: inc/admin/admin-features-list.php:31
|
87 |
-
#: inc/admin/admin.php:192
|
88 |
-
msgid "XML / Image / Video / HTML Sitemap"
|
89 |
-
msgstr "خارطة الموقع XML / صور / فيديو / HTML"
|
90 |
-
|
91 |
-
#: inc/admin/admin-bar/admin-bar.php:127 inc/admin/admin.php:93
|
92 |
-
msgid "Titles & Metas"
|
93 |
-
msgstr "العناوين والبيانات الوصفية (Metas)"
|
94 |
-
|
95 |
-
#: inc/admin/admin-bar/admin-bar.php:133 inc/admin/admin.php:94
|
96 |
-
msgid "XML / HTML Sitemap"
|
97 |
-
msgstr "خارطة الموقع XML / HTML"
|
98 |
-
|
99 |
-
#: inc/admin/admin-features-list.php:47
|
100 |
-
#: inc/admin/admin-header.php:48
|
101 |
-
#: inc/admin/admin.php:193
|
102 |
-
#: inc/admin/adminbar.php:38
|
103 |
-
msgid "Social Networks"
|
104 |
-
msgstr "شبكات التواصل الاجتماعي"
|
105 |
-
|
106 |
-
#: inc/admin/admin-features-list.php:48
|
107 |
-
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
108 |
-
msgstr "أرضيات المعرفة التقنية مثل Open Graph، بطاقة تويتر، Google Knowledge Graph والمزيد..."
|
109 |
-
|
110 |
-
#: inc/admin/admin-features-list.php:56
|
111 |
-
msgid "Guide to enable Google Knowledge Graph - new window"
|
112 |
-
msgstr "مرشد لتمكين Google Knowledge Graph - نافذة جديدة"
|
113 |
-
|
114 |
-
#: inc/admin/admin-features-list.php:63
|
115 |
-
#: inc/admin/admin-header.php:54
|
116 |
-
#: inc/admin/adminbar.php:44
|
117 |
-
msgid "Google Analytics"
|
118 |
-
msgstr "إحصاءات جوجل"
|
119 |
-
|
120 |
-
#: inc/admin/admin-features-list.php:64
|
121 |
-
msgid "Track everything about your visitors with Google Analytics"
|
122 |
-
msgstr "تتبع كل شيء بخصوص زوّار موقعك مع إحصاءات جوجل"
|
123 |
-
|
124 |
-
#: inc/admin/admin-features-list.php:72
|
125 |
-
msgid "Guide to getting started with Google Analytics - new window"
|
126 |
-
msgstr "مرشد لمساعدتك في البدء مع إحصاءات جوجل - نافذة جديدة"
|
127 |
-
|
128 |
-
#: inc/admin/admin-features-list.php:79
|
129 |
-
#: inc/admin/admin-header.php:60
|
130 |
-
#: inc/admin/admin-metaboxes-form.php:58
|
131 |
-
#: inc/admin/admin.php:195
|
132 |
-
#: inc/admin/admin.php:356
|
133 |
-
#: inc/admin/admin.php:636
|
134 |
-
#: inc/admin/adminbar.php:50
|
135 |
-
msgid "Advanced"
|
136 |
-
msgstr "خيارات متقدمة"
|
137 |
-
|
138 |
-
#: inc/admin/admin-features-list.php:80
|
139 |
-
msgid "Advanced SEO options for advanced users!"
|
140 |
-
msgstr "خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO وذلك للمستخدمين المتقدمين!"
|
141 |
-
|
142 |
-
#: inc/admin/admin-features-list.php:90
|
143 |
-
#: inc/admin/admin-header.php:68
|
144 |
-
msgid "WooCommerce"
|
145 |
-
msgstr "WooCommerce"
|
146 |
-
|
147 |
-
#: inc/admin/admin-bar/admin-bar.php:174
|
148 |
-
msgid "BOT"
|
149 |
-
msgstr "BOT"
|
150 |
-
|
151 |
-
#: inc/admin/admin-features-list.php:99
|
152 |
-
#, fuzzy
|
153 |
-
msgid "Guide to optimize your WooCommerce SEO - new window"
|
154 |
-
msgstr "مرشد لتحرير ملفك robots.txt - نافذة جديدة"
|
155 |
-
|
156 |
-
#: inc/admin/admin-features-list.php:106
|
157 |
-
#: inc/admin/admin-header.php:74
|
158 |
-
msgid "Easy Digital Downloads"
|
159 |
-
msgstr "التحميلات الرقمية السهلة (Easy Digital Downloads)"
|
160 |
-
|
161 |
-
#: inc/admin/admin-bar/admin-bar.php:194 inc/admin/admin-features-list.php:115
|
162 |
-
msgid "Schemas"
|
163 |
-
msgstr "المخططات Schemas"
|
164 |
-
|
165 |
-
#: inc/admin/admin-features-list.php:115
|
166 |
-
#: inc/admin/admin-header.php:80
|
167 |
-
msgid "Local Business"
|
168 |
-
msgstr "عمل محلي (مناطقي)"
|
169 |
-
|
170 |
-
#: inc/admin/admin-bar/admin-bar.php:210
|
171 |
-
msgid "Broken Links"
|
172 |
-
msgstr "روابط مكسورة"
|
173 |
-
|
174 |
-
#: inc/admin/admin-features-list.php:124
|
175 |
-
#: inc/admin/admin-header.php:86
|
176 |
-
msgid "Dublin Core"
|
177 |
-
msgstr "نواة دبلن (Dublin Core)"
|
178 |
-
|
179 |
-
#: inc/admin/admin-bar/admin-header.php:18 inc/admin/admin-pages/Titles.php:18
|
180 |
-
msgid "Home"
|
181 |
-
msgstr "الرئيسية"
|
182 |
-
|
183 |
-
#: inc/admin/admin-bar/admin-header.php:33
|
184 |
-
msgid "Display"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: inc/admin/admin-bar/admin-header.php:38
|
188 |
-
#: inc/admin/admin-bar/admin-header.php:46
|
189 |
-
msgid "Documentation"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: inc/admin/admin-bar/admin-header.php:55
|
193 |
-
msgid "Search our documentation"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: inc/admin/admin-bar/admin-header.php:57
|
197 |
-
#, fuzzy
|
198 |
-
msgid "Add data types to your content: articles, courses, recipes, videos, events, products and more."
|
199 |
-
msgstr "أضف أنواع البيانات إلى محتواك: مقالات، دورات، وصفات غذائية، فيديوهات، أحداث ومنتجات"
|
200 |
-
|
201 |
-
#: inc/admin/admin-features-list.php:139
|
202 |
-
#: inc/admin/admin-features-list.php:225
|
203 |
-
msgid "See schemas"
|
204 |
-
msgstr "مشاهدة المخططات الschemas"
|
205 |
-
|
206 |
-
#: inc/admin/admin-features-list.php:145
|
207 |
-
#: inc/admin/admin-features-list.php:234
|
208 |
-
#, fuzzy
|
209 |
-
msgid "Guide to add schemas with SEOPress PRO - new window"
|
210 |
-
msgstr "مرشد لتفعيل نسخة إس إي أو بريس SEOPress المحترفة - نافذة جديدة"
|
211 |
-
|
212 |
-
#: inc/admin/admin-features-list.php:152
|
213 |
-
#: inc/admin/admin-header.php:98
|
214 |
-
msgid "Breadcrumbs"
|
215 |
-
msgstr "شريط الروابط المتسلسلة"
|
216 |
-
|
217 |
-
#: inc/admin/admin-features-list.php:153
|
218 |
-
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
219 |
-
msgstr "تمكين شريط الروابط المتسلسلة (Breadcrumbs) لقالبك وتحسين عامل التحسين الأمثل لمحركات البحث SEO في صفحة نتائج محرك البحث SERPs"
|
220 |
-
|
221 |
-
#: inc/admin/admin-dyn-variables-helper.php:9
|
222 |
-
#: inc/admin/callbacks/Sitemaps.php:310 inc/admin/callbacks/Titles.php:214
|
223 |
-
#: inc/admin/callbacks/Titles.php:285 inc/admin/callbacks/Titles.php:455
|
224 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:131
|
225 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:66
|
226 |
-
msgid "Post Title"
|
227 |
-
msgstr "عنوان المنشور"
|
228 |
-
|
229 |
-
#: inc/admin/admin-features-list.php:168
|
230 |
-
#: inc/admin/admin-header.php:104
|
231 |
-
msgid "Google Page Speed"
|
232 |
-
msgstr "عامل جوجل لسرعة الصفحة (Google Page Speed)"
|
233 |
-
|
234 |
-
#: inc/admin/admin-features-list.php:169
|
235 |
-
msgid "Track your website performance to improve SEO with Google Page Speed"
|
236 |
-
msgstr "تتبّع آداء موقعك لتحسين عامل التحسين الأمثل لمحركات البحث SEO وذلك مع عامل سرعة الصفحة لجوجل Google Page Speed"
|
237 |
-
|
238 |
-
#: inc/admin/admin-features-list.php:177
|
239 |
-
msgid "Guide to analyze your site with Google Page Speed - new window"
|
240 |
-
msgstr "مرشد لتحليل موقعك مع عامل سرعة الصفحة لجوجل Google Page Speed - نافذة جديدة"
|
241 |
-
|
242 |
-
#: inc/admin/admin-features-list.php:186
|
243 |
-
#: inc/admin/admin-header.php:111
|
244 |
-
msgid "robots.txt"
|
245 |
-
msgstr "robots.txt"
|
246 |
-
|
247 |
-
#: inc/admin/admin-dyn-variables-helper.php:14
|
248 |
-
msgid "Post date"
|
249 |
-
msgstr "تاريخ المنشور"
|
250 |
-
|
251 |
-
#: inc/admin/admin-dyn-variables-helper.php:15
|
252 |
-
#, fuzzy
|
253 |
-
#| msgid "Last modified post date"
|
254 |
-
msgid "Post modified date"
|
255 |
-
msgstr "تاريخ آخر تحديث لمشاركة"
|
256 |
-
|
257 |
-
#: inc/admin/admin-features-list.php:198
|
258 |
-
#: inc/admin/admin-features-list.php:215
|
259 |
-
msgid "Guide to edit your robots.txt file - new window"
|
260 |
-
msgstr "مرشد لتحرير ملفك robots.txt - نافذة جديدة"
|
261 |
-
|
262 |
-
#: inc/admin/admin-features-list.php:206
|
263 |
-
#: inc/admin/admin-header.php:118
|
264 |
-
msgid "Google News Sitemap"
|
265 |
-
msgstr "خارطة الموقع لعامل أخبار جوجل (Google News Sitemap)"
|
266 |
-
|
267 |
-
#: inc/admin/admin-dyn-variables-helper.php:18
|
268 |
-
msgid "Post tag"
|
269 |
-
msgstr "وسم المنشور"
|
270 |
-
|
271 |
-
#: inc/admin/admin-features-list.php:222
|
272 |
-
#: inc/admin/adminbar.php:85
|
273 |
-
msgid "Schemas"
|
274 |
-
msgstr "المخططات Schemas"
|
275 |
-
|
276 |
-
#: inc/admin/admin-dyn-variables-helper.php:20
|
277 |
-
msgid "Category description"
|
278 |
-
msgstr "وصف التصنيف"
|
279 |
-
|
280 |
-
#: inc/admin/admin-features-list.php:241
|
281 |
-
#: inc/admin/admin-header.php:124
|
282 |
-
#: inc/admin/admin.php:675
|
283 |
-
#: inc/admin/adminbar.php:93
|
284 |
-
msgid "Redirections"
|
285 |
-
msgstr "روابط إعادة التوجيات"
|
286 |
-
|
287 |
-
#: inc/admin/admin-dyn-variables-helper.php:22
|
288 |
-
msgid "Tag description"
|
289 |
-
msgstr "وصف الوسم"
|
290 |
-
|
291 |
-
#: inc/admin/admin-dyn-variables-helper.php:23
|
292 |
-
msgid "Term title"
|
293 |
-
msgstr "عنوان المصطلح الـ Term"
|
294 |
-
|
295 |
-
#: inc/admin/admin-dyn-variables-helper.php:24
|
296 |
-
msgid "Term description"
|
297 |
-
msgstr "وصف المصطلح الـ Term"
|
298 |
-
|
299 |
-
#: inc/admin/admin-features-list.php:260
|
300 |
-
#: inc/admin/admin-header.php:130
|
301 |
-
msgid "Broken links"
|
302 |
-
msgstr "روابط مكسورة"
|
303 |
-
|
304 |
-
#: inc/admin/admin-dyn-variables-helper.php:26
|
305 |
-
msgid "Current number page"
|
306 |
-
msgstr "رقم الصفحة الحالي"
|
307 |
-
|
308 |
-
#: inc/admin/admin-dyn-variables-helper.php:27
|
309 |
-
msgid "Page number with context"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: inc/admin/admin-dyn-variables-helper.php:28
|
313 |
-
msgid "Plural Post Type Archive name"
|
314 |
-
msgstr "اسم أرشيف نوع المنشور بصيغة الجمع"
|
315 |
-
|
316 |
-
#: inc/admin/admin-dyn-variables-helper.php:29
|
317 |
-
msgid "Archive title"
|
318 |
-
msgstr "عنوان الأرشيف"
|
319 |
-
|
320 |
-
#: inc/admin/admin-dyn-variables-helper.php:30
|
321 |
-
#, fuzzy
|
322 |
-
msgid "Guide to find broken links with SEOPress PRO - new window"
|
323 |
-
msgstr "مرشد لتفعيل نسخة إس إي أو بريس SEOPress المحترفة - نافذة جديدة"
|
324 |
-
|
325 |
-
#: inc/admin/admin-features-list.php:279
|
326 |
-
#: inc/admin/admin-header.php:136
|
327 |
-
#: inc/admin/adminbar.php:108
|
328 |
-
msgid "Backlinks"
|
329 |
-
msgstr "الروابط الخلفية (Backlinks)"
|
330 |
-
|
331 |
-
#: inc/admin/admin-features-list.php:280
|
332 |
-
msgid "Check your backlinks with Majestic API."
|
333 |
-
msgstr "التحقق من روابطك الخلفية backlinks مع استخدام الواجهات البرمجية لـ Majestic API."
|
334 |
-
|
335 |
-
#: inc/admin/admin-dyn-variables-helper.php:33
|
336 |
-
msgid "Year Archive title"
|
337 |
-
msgstr "عنوان الأرشيف السنوي"
|
338 |
-
|
339 |
-
#: inc/admin/admin-features-list.php:292
|
340 |
-
#: inc/admin/admin-header.php:142
|
341 |
-
msgid "URL Rewriting"
|
342 |
-
msgstr "إعادة كتابة URL (URL Rewriting)"
|
343 |
-
|
344 |
-
#: inc/admin/admin-dyn-variables-helper.php:35
|
345 |
-
msgid "Custom term taxonomy from post, page or post type"
|
346 |
-
msgstr "مصطلح تصنيف الـ taxonomy من منشور، صفحة أو نوع منشور"
|
347 |
-
|
348 |
-
#: inc/admin/admin-features-list.php:302
|
349 |
-
#: inc/admin/admin-header.php:155
|
350 |
-
msgid ".htaccess"
|
351 |
-
msgstr ".htaccess"
|
352 |
-
|
353 |
-
#: inc/admin/admin-dyn-variables-helper.php:37
|
354 |
-
msgid "Single product tag"
|
355 |
-
msgstr "وسم المنتج المفرد"
|
356 |
-
|
357 |
-
#: inc/admin/admin-features-list.php:313
|
358 |
-
#: inc/admin/admin-header.php:162
|
359 |
-
msgid "RSS"
|
360 |
-
msgstr "تغذية RSS"
|
361 |
-
|
362 |
-
#: inc/admin/admin-dyn-variables-helper.php:39
|
363 |
-
msgid "Single product price"
|
364 |
-
msgstr "سعر المنتج المفرد"
|
365 |
-
|
366 |
-
#: inc/admin/admin-features-list.php:324
|
367 |
-
#: inc/admin/admin-header.php:175
|
368 |
-
#: inc/admin/admin.php:196
|
369 |
-
#: inc/admin/adminbar.php:56
|
370 |
-
msgid "Tools"
|
371 |
-
msgstr "أدوات"
|
372 |
-
|
373 |
-
#: inc/admin/admin-features-list.php:325
|
374 |
-
#, fuzzy
|
375 |
-
msgid "Import/Export plugin settings from site to site."
|
376 |
-
msgstr "استيراد/تصدير إعدادات إس إي أو بريس SEOPress من موقع لموقع."
|
377 |
-
|
378 |
-
#: inc/admin/admin-dyn-variables-helper.php:42
|
379 |
-
msgid "Current day"
|
380 |
-
msgstr "اليوم الحالي"
|
381 |
-
|
382 |
-
#: inc/admin/admin-features-list.php:342
|
383 |
-
#: inc/admin/admin-header.php:168
|
384 |
-
#: inc/admin/admin-notifications-center.php:525
|
385 |
-
#: inc/admin/adminbar.php:72
|
386 |
-
msgid "License"
|
387 |
-
msgstr "الرخص"
|
388 |
-
|
389 |
-
#: inc/admin/admin-dyn-variables-helper.php:44
|
390 |
-
#, fuzzy
|
391 |
-
msgid "Edit your license key."
|
392 |
-
msgstr "حرر مفتاح رخصة إس إي أو بريس SEOPress."
|
393 |
-
|
394 |
-
#: inc/admin/admin-dyn-variables-helper.php:48
|
395 |
-
msgid "Author first name"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: inc/admin/admin-features-list.php:406
|
399 |
-
#: inc/admin/admin-features-list.php:410
|
400 |
-
#, fuzzy
|
401 |
-
msgid "Click to disable"
|
402 |
-
msgstr "اضغط لتعطيل هذه الخاصية"
|
403 |
-
|
404 |
-
#: inc/admin/admin-features-list.php:407
|
405 |
-
#: inc/admin/admin-features-list.php:409
|
406 |
-
#, fuzzy
|
407 |
-
msgid "Click to enable"
|
408 |
-
msgstr "اضغط لتمكين هذه الخاصية"
|
409 |
-
|
410 |
-
#: inc/admin/admin-dyn-variables-helper.php:51
|
411 |
-
#, fuzzy
|
412 |
-
#| msgid "Author archives"
|
413 |
-
msgid "Author nickname"
|
414 |
-
msgstr "أرشيف الكتّاب"
|
415 |
-
|
416 |
-
#: inc/admin/admin-dyn-variables-helper.php:52
|
417 |
-
msgid "Author biography"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: inc/admin/admin-dyn-variables-helper.php:53
|
421 |
-
#, fuzzy
|
422 |
-
msgid "Welcome to SEOPress!"
|
423 |
-
msgstr "مرحباً في إس إي أو بريس المحترفة SEOPress PRO!"
|
424 |
-
|
425 |
-
#: inc/admin/admin-get-started.php:11
|
426 |
-
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."
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: inc/admin/admin-dyn-variables-helper.php:55
|
430 |
-
#, fuzzy
|
431 |
-
msgid "Get started"
|
432 |
-
msgstr "جلب القائمة"
|
433 |
-
|
434 |
-
#: inc/admin/admin-features-list.php:18
|
435 |
-
#, fuzzy
|
436 |
-
msgid "Watch our video guides"
|
437 |
-
msgstr "أدخل تصنيفات الفيديو الخاص بك"
|
438 |
-
|
439 |
-
#: inc/admin/admin-features-list.php:30
|
440 |
-
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
441 |
-
msgstr "أرضيات المعرفة التقنية مثل Open Graph، بطاقة تويتر، Google Knowledge Graph والمزيد..."
|
442 |
-
|
443 |
-
#: inc/admin/admin-features-list.php:36
|
444 |
-
#, fuzzy
|
445 |
-
#| msgid "Track everything about your visitors with Google Analytics"
|
446 |
-
msgid "Track everything about your visitors with Google Analytics / Matomo"
|
447 |
-
msgstr "تتبع كل شيء بخصوص زوّار موقعك مع إحصاءات جوجل"
|
448 |
-
|
449 |
-
#: inc/admin/admin-header.php:24
|
450 |
-
#: inc/admin/admin-notifications-center.php:554
|
451 |
-
#: inc/admin/adminbar.php:78
|
452 |
-
msgid "PRO"
|
453 |
-
msgstr "برو PRO"
|
454 |
-
|
455 |
-
#: inc/admin/admin-features-list.php:50
|
456 |
-
msgid "Track your keyword positions and backlinks directly in your WordPress."
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: inc/admin/admin-header.php:36
|
460 |
-
#: inc/admin/admin.php:191
|
461 |
-
#: inc/admin/adminbar.php:26
|
462 |
-
msgid "Titles & Metas"
|
463 |
-
msgstr "العناوين والبيانات الوصفية (Metas)"
|
464 |
-
|
465 |
-
#: inc/admin/admin-header.php:42
|
466 |
-
#: inc/admin/admin.php:192
|
467 |
-
#: inc/admin/adminbar.php:32
|
468 |
-
msgid "XML / HTML Sitemap"
|
469 |
-
msgstr "خارطة الموقع XML / HTML"
|
470 |
-
|
471 |
-
#: inc/admin/admin-features-list.php:64
|
472 |
-
msgid "Easy Digital Downloads"
|
473 |
-
msgstr "التحميلات الرقمية السهلة (Easy Digital Downloads)"
|
474 |
-
|
475 |
-
#: inc/admin/admin-features-list.php:65
|
476 |
-
msgid "Improve Easy Digital Downloads SEO"
|
477 |
-
msgstr "تحسين عوامل التحسين الأمثل لمحركات البحث SEO لتسهيل التحميلات الرقمية"
|
478 |
-
|
479 |
-
#: inc/admin/admin-features-list.php:70
|
480 |
-
msgid "Local Business"
|
481 |
-
msgstr "عمل محلي (مناطقي)"
|
482 |
-
|
483 |
-
#: inc/admin/admin-features-list.php:71
|
484 |
-
msgid "Add Google Local Business data type"
|
485 |
-
msgstr "أضف نوع بيان خدمة العمل المحلي لجوجل Google Local Business"
|
486 |
-
|
487 |
-
#: inc/admin/admin-header.php:204
|
488 |
-
#: inc/admin/admin-header.php:206
|
489 |
-
msgid "Send feedback"
|
490 |
-
msgstr "أرسل رد فعل"
|
491 |
-
|
492 |
-
#: inc/admin/admin-features-list.php:77
|
493 |
-
msgid "Add Dublin Core meta tags"
|
494 |
-
msgstr "أضف وسوم للبيانات الوصفية (meta) لدوبلن كور (Dublin Core)"
|
495 |
-
|
496 |
-
#: inc/admin/admin-header.php:210
|
497 |
-
#: inc/admin/admin-wizard.php:871
|
498 |
-
msgid "Follow us on Twitter"
|
499 |
-
msgstr "تابعنا على تويتر"
|
500 |
-
|
501 |
-
#: inc/admin/admin-features-list.php:83
|
502 |
-
#, fuzzy
|
503 |
-
#| msgid ""
|
504 |
-
#| "Add data types to your content: articles, courses, recipes, videos, events "
|
505 |
-
#| "and products"
|
506 |
-
msgid "Add data types to your content: articles, courses, recipes, videos, events, products and more."
|
507 |
-
msgstr "أضف أنواع البيانات إلى محتواك: مقالات، دورات، وصفات غذائية، فيديوهات، أحداث ومنتجات"
|
508 |
-
|
509 |
-
#: inc/admin/admin-features-list.php:88
|
510 |
-
msgid "Breadcrumbs"
|
511 |
-
msgstr "شريط الروابط المتسلسلة"
|
512 |
-
|
513 |
-
#: inc/admin/admin-features-list.php:89
|
514 |
-
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
515 |
-
msgstr "تمكين شريط الروابط المتسلسلة (Breadcrumbs) لقالبك وتحسين عامل التحسين الأمثل لمحركات البحث SEO في صفحة نتائج محرك البحث SERPs"
|
516 |
-
|
517 |
-
#: inc/admin/admin-features-list.php:94
|
518 |
-
msgid "Google Page Speed"
|
519 |
-
msgstr "عامل جوجل لسرعة الصفحة (Google Page Speed)"
|
520 |
-
|
521 |
-
#: inc/admin/admin-features-list.php:95
|
522 |
-
msgid "Track your website performance to improve SEO with Google Page Speed"
|
523 |
-
msgstr "تتبّع آداء موقعك لتحسين عامل التحسين الأمثل لمحركات البحث SEO وذلك مع عامل سرعة الصفحة لجوجل Google Page Speed"
|
524 |
-
|
525 |
-
#: inc/admin/admin-features-list.php:102
|
526 |
-
msgid "robots.txt"
|
527 |
-
msgstr "robots.txt"
|
528 |
-
|
529 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:5
|
530 |
-
msgid "Enter a few keywords for analysis to help you write optimized content."
|
531 |
-
msgstr "أدخل عدد من الكلمات المفتاحية للتحليل وذلك لمساعدتك في كتابة المحتوى بشكل أمثل."
|
532 |
-
|
533 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
534 |
-
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."
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: inc/admin/admin-features-list.php:110
|
538 |
-
msgid "Optimize your site for Google News"
|
539 |
-
msgstr "تحسين موقعك أو جعله أمثل لأخبار جوجل Google News"
|
540 |
-
|
541 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
542 |
-
msgid "Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them (eg: \"my super keyword,another keyword,keyword\")"
|
543 |
-
msgstr "إفصل الكلمات المفتاحية المستهدفة بفاصلة. لا تستخدم مسافات بعد الفواصل، إلّا إذا أردت تضمينها بالكلمات المفتاحية قصداً (مثلاً: \"الكلمة المفتاحية القوية،كلمة مفتاحية أخرى،كلمة مفتاحية\")"
|
544 |
-
|
545 |
-
#: inc/admin/admin-features-list.php:122
|
546 |
-
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
547 |
-
msgstr "مراقبة 404، إنشاء 301، 302 و 307 إعادة التوجيه"
|
548 |
-
|
549 |
-
#: inc/admin/admin-features-list.php:127
|
550 |
-
msgid "Broken links"
|
551 |
-
msgstr "روابط مكسورة"
|
552 |
-
|
553 |
-
#: inc/admin/admin-features-list.php:128
|
554 |
-
msgid "Scan your site to find SEO problems."
|
555 |
-
msgstr "أفحص موقعك لاكتشاف مشاكل التحسين الأمثل لمحركات البحث SEO."
|
556 |
-
|
557 |
-
#: inc/admin/admin-features-list.php:133
|
558 |
-
msgid "URL Rewriting"
|
559 |
-
msgstr "إعادة كتابة URL (URL Rewriting)"
|
560 |
-
|
561 |
-
#: inc/admin/admin-features-list.php:134
|
562 |
-
msgid "Customize your permalinks."
|
563 |
-
msgstr "تخصيص الروابط الدائمة permalinks الخاصة بك."
|
564 |
-
|
565 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:34
|
566 |
-
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."
|
567 |
-
msgstr "أدخل كلمة مفتاحية، أو عبارة، للوصول إلى أعلى 10 اقتراحات من جوجل مباشرة. هذا مفيد إلا كنت تريد العمل بالأسلوب المعروف بالـ long tail technique."
|
568 |
-
|
569 |
-
#: inc/admin/admin-features-list.php:141
|
570 |
-
msgid "Edit your htaccess file."
|
571 |
-
msgstr "تحرير ملف الـ htaccess الخاص بك."
|
572 |
-
|
573 |
-
#: inc/admin/admin-features-list.php:148
|
574 |
-
msgid "RSS"
|
575 |
-
msgstr "تغذية RSS"
|
576 |
-
|
577 |
-
#: inc/admin/admin-features-list.php:149
|
578 |
-
msgid "Configure default WordPress RSS."
|
579 |
-
msgstr "ضبط إعدادات القيم الافتراضية لمغذي الـ RSS الخاص بالووردبريس."
|
580 |
-
|
581 |
-
#: inc/admin/admin-features-list.php:157
|
582 |
-
#, fuzzy
|
583 |
-
msgid "Structured data types"
|
584 |
-
msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
|
585 |
-
|
586 |
-
#: inc/admin/admin-features-list.php:165
|
587 |
-
#, fuzzy
|
588 |
-
msgid "Last modified date"
|
589 |
-
msgstr "تاريخ آخر تحديث لمشاركة"
|
590 |
-
|
591 |
-
#: inc/admin/admin-pages/Advanced.php:20
|
592 |
-
#, fuzzy
|
593 |
-
#| msgid "Images"
|
594 |
-
msgid "Image SEO"
|
595 |
-
msgstr "الصور"
|
596 |
-
|
597 |
-
#: inc/admin/admin-pages/Advanced.php:22
|
598 |
-
msgid "Appearance"
|
599 |
-
msgstr "المظهر"
|
600 |
-
|
601 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:114
|
602 |
-
#, fuzzy
|
603 |
-
msgid "Keywords in permalink"
|
604 |
-
msgstr "إزالة كلمات التوقف في الروابط الدائمة الـ permalinks"
|
605 |
-
|
606 |
-
#: inc/admin/admin-pages/Advanced.php:52 inc/admin/admin-pages/Analytics.php:82
|
607 |
-
#: inc/admin/admin-pages/Sitemaps.php:43 inc/admin/admin-pages/Social.php:43
|
608 |
-
#: inc/admin/admin-pages/Titles.php:47 inc/admin/admin-pages/Tools.php:45
|
609 |
-
#: seopress-functions.php:728
|
610 |
-
#, fuzzy
|
611 |
-
msgid "Headings"
|
612 |
-
msgstr "H1 (عنوان 1)"
|
613 |
-
|
614 |
-
#: inc/admin/admin-pages/Analytics.php:21 inc/admin/admin-pages/Analytics.php:32
|
615 |
-
#: inc/admin/admin-pages/Sitemaps.php:18
|
616 |
-
msgid "General"
|
617 |
-
msgstr "خيارات عامّة"
|
618 |
-
|
619 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:129
|
620 |
-
#: inc/admin/admin-metaboxes-form.php:130
|
621 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
622 |
-
#: inc/admin/admin-metaboxes-form.php:133
|
623 |
-
#: inc/admin/admin-wizard.php:294
|
624 |
-
#: inc/admin/admin-wizard.php:313
|
625 |
-
#: inc/admin/admin-wizard.php:330
|
626 |
-
#: inc/admin/admin-wizard.php:349
|
627 |
-
#: inc/admin/admin-wizard.php:368
|
628 |
-
#: inc/admin/admin-wizard.php:386
|
629 |
-
#: inc/admin/admin-wizard.php:403
|
630 |
-
#: inc/admin/admin.php:773
|
631 |
-
#: inc/admin/admin.php:794
|
632 |
-
#: inc/admin/admin.php:813
|
633 |
-
#: inc/admin/admin.php:834
|
634 |
-
#: inc/admin/admin.php:855
|
635 |
-
#: inc/admin/admin.php:875
|
636 |
-
#: inc/admin/admin.php:894
|
637 |
-
#: inc/admin/admin.php:1190
|
638 |
-
#: inc/admin/admin.php:2952
|
639 |
-
#: inc/functions/options-advanced-admin.php:814
|
640 |
-
msgid "Meta description"
|
641 |
-
msgstr "البيان الوصفي (Meta) لخانة الوصف"
|
642 |
-
|
643 |
-
#: inc/admin/admin-pages/Analytics.php:23
|
644 |
-
#, fuzzy
|
645 |
-
msgid "Social meta tags"
|
646 |
-
msgstr "شبكات التواصل الاجتماعي"
|
647 |
-
|
648 |
-
#: inc/admin/admin-pages/Analytics.php:24 inc/admin/admin-pages/Analytics.php:34
|
649 |
-
msgid "Events"
|
650 |
-
msgstr "الأحداث"
|
651 |
-
|
652 |
-
#: inc/admin/admin-pages/Analytics.php:25 inc/admin/admin-pages/Analytics.php:35
|
653 |
-
msgid "Custom Dimensions"
|
654 |
-
msgstr "أبعاد مخصصة"
|
655 |
-
|
656 |
-
#: inc/admin/admin-pages/Analytics.php:26
|
657 |
-
msgid "Stats in Dashboard"
|
658 |
-
msgstr "الإحصاءات في لوحة التحكم"
|
659 |
-
|
660 |
-
#: inc/admin/admin-pages/Analytics.php:27 inc/admin/admin-pages/Analytics.php:36
|
661 |
-
msgid "Cookie bar / GDPR"
|
662 |
-
msgstr ""
|
663 |
-
|
664 |
-
#: inc/admin/admin-pages/Analytics.php:28 inc/admin/admin-pages/Analytics.php:37
|
665 |
-
msgid "Matomo"
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: inc/admin/admin-pages/Sitemaps.php:19
|
669 |
-
msgid "Post Types"
|
670 |
-
msgstr "أنواع المنشور"
|
671 |
-
|
672 |
-
#: inc/admin/admin-pages/Sitemaps.php:20 inc/admin/admin-pages/Titles.php:21
|
673 |
-
msgid "Taxonomies"
|
674 |
-
msgstr "تصنيفات Taxonomies"
|
675 |
-
|
676 |
-
#: inc/admin/admin-pages/Sitemaps.php:21
|
677 |
-
msgid "HTML Sitemap"
|
678 |
-
msgstr "خارطة الموقع HTML"
|
679 |
-
|
680 |
-
#: inc/admin/admin-pages/Social.php:18
|
681 |
-
msgid "Knowledge Graph"
|
682 |
-
msgstr "أرضيات المعرفة التقنية Knowledge Graph"
|
683 |
-
|
684 |
-
#: inc/admin/admin-pages/Social.php:19
|
685 |
-
msgid "Your social accounts"
|
686 |
-
msgstr "حسابات التواصل الاجتماعي الخاصة بك"
|
687 |
-
|
688 |
-
#: inc/admin/admin-pages/Social.php:20
|
689 |
-
msgid "Facebook (Open Graph)"
|
690 |
-
msgstr "فيسبوك (أرضية المعرفة التقنية المفتوحة Open Graph)"
|
691 |
-
|
692 |
-
#: inc/admin/admin-pages/Social.php:21
|
693 |
-
msgid "Twitter (Twitter card)"
|
694 |
-
msgstr "تويتر (بطاقة تويتر)"
|
695 |
-
|
696 |
-
#: inc/admin/admin-pages/Titles.php:19
|
697 |
-
msgid "Single Post Types"
|
698 |
-
msgstr "أنواع المنشورات المفردة"
|
699 |
-
|
700 |
-
#: inc/admin/admin-pages/Titles.php:20
|
701 |
-
msgid "Archives"
|
702 |
-
msgstr "الأرشيف"
|
703 |
-
|
704 |
-
#: inc/admin/admin-pages/Tools.php:19
|
705 |
-
#, fuzzy
|
706 |
-
msgid "Outbound Links"
|
707 |
-
msgstr "روابط مكسورة"
|
708 |
-
|
709 |
-
#: inc/admin/admin-pages/Tools.php:20
|
710 |
-
msgid "Data"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: inc/admin/admin-pages/Tools.php:21 seopress.php:529
|
714 |
-
msgid "Settings"
|
715 |
-
msgstr "الإعدادات"
|
716 |
-
|
717 |
-
#: inc/admin/admin-pages/Tools.php:22
|
718 |
-
msgid "Plugins"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: inc/admin/admin-pages/Tools.php:24
|
722 |
-
msgid "Reset"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: inc/admin/admin-pages/Tools.php:56
|
726 |
-
msgid "Import data from a CSV"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
730 |
-
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."
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
734 |
-
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."
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: inc/admin/admin-pages/Tools.php:64 inc/admin/admin-pages/Tools.php:110
|
738 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:104
|
739 |
-
#: src/Helpers/ContentAnalysis.php:48
|
740 |
-
msgid "Meta title"
|
741 |
-
msgstr "البيان الوصفي (Meta) للعنوان"
|
742 |
-
|
743 |
-
#: inc/admin/admin-pages/Tools.php:67 inc/admin/admin-pages/Tools.php:113
|
744 |
-
#: inc/admin/callbacks/Titles.php:60
|
745 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:143
|
746 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:144
|
747 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:150
|
748 |
-
#: inc/admin/migrate/MigrationTools.php:14 inc/admin/settings/Titles.php:32
|
749 |
-
#: inc/functions/options-advanced-admin.php:801
|
750 |
-
#: src/Helpers/ContentAnalysis.php:53
|
751 |
-
msgid "Meta description"
|
752 |
-
msgstr "البيان الوصفي (Meta) لخانة الوصف"
|
753 |
-
|
754 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:201
|
755 |
-
msgid "Your content is composed of more than 300 words, which is the minimum for a post."
|
756 |
-
msgstr "محتواك مكوّن من أكثر من 300 كلمة، وهو يعتبر الحد الأدنى المقبول لمنشور."
|
757 |
-
|
758 |
-
#: inc/admin/admin-pages/Tools.php:73 inc/admin/admin-pages/Tools.php:119
|
759 |
-
#, fuzzy
|
760 |
-
#| msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
761 |
-
msgid "Facebook Open Graph tags (title, description, image)"
|
762 |
-
msgstr "وسوم الأرضية المعرفية التقنية المفتوحة (Open Graph) لفيسبوك (العنوان، الوصف والصورة المصغرة)"
|
763 |
-
|
764 |
-
#: inc/admin/admin-pages/Tools.php:76 inc/admin/admin-pages/Tools.php:122
|
765 |
-
#, fuzzy
|
766 |
-
msgid "No content? Add a few more paragraphs!"
|
767 |
-
msgstr "المحتوى قليل جداً. الرجاء إضافة بضع من المقاطع (الفقرات)!"
|
768 |
-
|
769 |
-
#: inc/admin/admin-pages/Tools.php:79 inc/admin/admin-pages/Tools.php:125
|
770 |
-
#, fuzzy
|
771 |
-
#| msgid "Add redirection enable column"
|
772 |
-
msgid "Redirection (enable, type, URL)"
|
773 |
-
msgstr "أضف عمود تمكين إعادة التوجيه"
|
774 |
-
|
775 |
-
#: inc/admin/admin-pages/Tools.php:82 inc/admin/admin-pages/Tools.php:128
|
776 |
-
#: inc/admin/migrate/MigrationTools.php:29
|
777 |
-
#, fuzzy
|
778 |
-
#| msgid "Select a primary category"
|
779 |
-
msgid "Primary category"
|
780 |
-
msgstr "إختر تصنيف رئيسي"
|
781 |
-
|
782 |
-
#: inc/admin/admin-pages/Tools.php:85 inc/admin/admin-pages/Tools.php:131
|
783 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:311
|
784 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:312
|
785 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:318
|
786 |
-
#: inc/admin/migrate/MigrationTools.php:23
|
787 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:263
|
788 |
-
#: src/Helpers/ContentAnalysis.php:13
|
789 |
-
msgid "Canonical URL"
|
790 |
-
msgstr "رابط Canonical URL"
|
791 |
-
|
792 |
-
#: inc/admin/admin-pages/Tools.php:88 inc/admin/admin-pages/Tools.php:134
|
793 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:26
|
794 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:27
|
795 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:31
|
796 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:566
|
797 |
-
#: inc/functions/options-advanced-admin.php:810
|
798 |
-
msgid "Target keywords"
|
799 |
-
msgstr "الكلمات المفتاحية المستهدفة"
|
800 |
-
|
801 |
-
#: inc/admin/admin-pages/Tools.php:94
|
802 |
-
msgid "Run the importer"
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:228
|
806 |
-
msgid "Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>."
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
810 |
-
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."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:238
|
814 |
-
#, fuzzy
|
815 |
-
msgid "Cool, one of your target keyword is used in your permalink."
|
816 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
|
817 |
-
|
818 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:250
|
819 |
-
#, fuzzy
|
820 |
-
msgid "You should add one of your target keyword in your permalink."
|
821 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
|
822 |
-
|
823 |
-
#: inc/admin/admin-pages/Tools.php:142 inc/admin/admin-pages/Tools.php:169
|
824 |
-
msgid "Export"
|
825 |
-
msgstr "تصدير"
|
826 |
-
|
827 |
-
#: inc/admin/admin-pages/Tools.php:158
|
828 |
-
msgid "Export plugin settings"
|
829 |
-
msgstr "تصدير إعدادات الإضافة"
|
830 |
-
|
831 |
-
#: inc/admin/admin-pages/Tools.php:161
|
832 |
-
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
833 |
-
msgstr "تصدير إعدادات الإضافة لهذا الموقع كصيغة ملف .json. هذا تسمح لك بسهولة استيراد الإعدادات لموقع آخر."
|
834 |
-
|
835 |
-
#: inc/admin/admin-pages/Tools.php:177
|
836 |
-
msgid "Import plugin settings"
|
837 |
-
msgstr "استيراد إعدادات الإضافة"
|
838 |
-
|
839 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:281
|
840 |
-
#, fuzzy
|
841 |
-
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:"
|
842 |
-
msgstr "المفترض أن لا يتم استخدام أكثر من عنوان واحد من العنونة H1 في متن المنشور (الفحوى). القاعدة سهلة: فقط عنوان واحد من العنونة H1 لكل صفحة ويب. وذلك لأحسن نتائج في التحسين الأمثل لنتائج البحث ال SEO وسهولة الوصول."
|
843 |
-
|
844 |
-
#: inc/admin/admin-pages/Tools.php:192
|
845 |
-
msgid "Import"
|
846 |
-
msgstr "استيراد"
|
847 |
-
|
848 |
-
#: inc/admin/admin-pages/Tools.php:196
|
849 |
-
msgid "Import completed!"
|
850 |
-
msgstr "الاستيراد اكتمل!"
|
851 |
-
|
852 |
-
#: inc/admin/admin-pages/Tools.php:205 inc/admin/wizard/admin-wizard.php:332
|
853 |
-
#, fuzzy
|
854 |
-
#| msgid "Import posts and terms metadata from Yoast"
|
855 |
-
msgid "Import posts and terms metadata from"
|
856 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
|
857 |
-
|
858 |
-
#: inc/admin/admin-pages/Tools.php:226 inc/admin/wizard/admin-wizard.php:352
|
859 |
-
#, fuzzy
|
860 |
-
#| msgid "Select your logo"
|
861 |
-
msgid "Select an option"
|
862 |
-
msgstr "أختر شعارك"
|
863 |
-
|
864 |
-
#: inc/admin/admin-pages/Tools.php:234 inc/admin/wizard/admin-wizard.php:360
|
865 |
-
msgid "You don't have to enable the selected SEO plugin to run the import."
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: inc/admin/admin-pages/Tools.php:248
|
869 |
-
msgid "Redirections feature is disabled. Please activate it from the <strong>PRO page</strong>."
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: inc/admin/admin-pages/Tools.php:253
|
873 |
-
#, fuzzy
|
874 |
-
#| msgid "Redirections"
|
875 |
-
msgid "Activate Redirections"
|
876 |
-
msgstr "روابط إعادة التوجيات"
|
877 |
-
|
878 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:355
|
879 |
-
msgid "None of your target keywords were found in the Meta Title."
|
880 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) للعنوان."
|
881 |
-
|
882 |
-
#: inc/admin/admin-pages/Tools.php:274
|
883 |
-
msgid "Reset notices"
|
884 |
-
msgstr "إعادة تهيئة التنبيهات"
|
885 |
-
|
886 |
-
#: inc/admin/admin-pages/Tools.php:281
|
887 |
-
msgid "Reset All Settings"
|
888 |
-
msgstr "إعادة تهيئة جميع الإعدادات"
|
889 |
-
|
890 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:368
|
891 |
-
msgid "No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."
|
892 |
-
msgstr "<strong>تحذير:</strong> حذف كل الخيارات المتعلقة بإس إي أو بريس SEOPress الموجودة في قاعدة بياناتك وضبط الإعدادات إلى قيمها الافتراضية."
|
893 |
-
|
894 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:375
|
895 |
-
msgid "Target keywords were found in the Meta description."
|
896 |
-
msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
|
897 |
-
|
898 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:389
|
899 |
-
msgid "None of your target keywords were found in the Meta description."
|
900 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
|
901 |
-
|
902 |
-
#: inc/admin/admin.php:62 inc/admin/admin.php:66
|
903 |
-
msgid "Click to disable this feature"
|
904 |
-
msgstr "اضغط لتعطيل هذه الخاصية"
|
905 |
-
|
906 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:402
|
907 |
-
msgid "No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."
|
908 |
-
msgstr ""
|
909 |
-
|
910 |
-
#: inc/admin/admin.php:91
|
911 |
-
#, fuzzy
|
912 |
-
msgid "Open Graph Title"
|
913 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
914 |
-
|
915 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:418
|
916 |
-
#, fuzzy,php-format
|
917 |
-
msgid "We found %d og:title in your content."
|
918 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
919 |
-
|
920 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:419
|
921 |
-
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:"
|
922 |
-
msgstr ""
|
923 |
-
|
924 |
-
#: inc/admin/ajax.php:118
|
925 |
-
msgid "To get your Google snippet preview, publish your post!"
|
926 |
-
msgstr "لكي تحصل على عرض الشرح المبسّط لجوجل (Google snippet)، الرجاء نشر المنشور الخاص بك!"
|
927 |
-
|
928 |
-
#: inc/admin/ajax.php:120
|
929 |
-
#, php-format
|
930 |
-
msgid "Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>"
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:437
|
934 |
-
#, fuzzy
|
935 |
-
msgid "Open Graph Description"
|
936 |
-
msgstr "وصف المصطلح الـ Term"
|
937 |
-
|
938 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:447
|
939 |
-
#, fuzzy,php-format
|
940 |
-
msgid "We found %d og:description in your content."
|
941 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
942 |
-
|
943 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:448
|
944 |
-
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:"
|
945 |
-
msgstr ""
|
946 |
-
|
947 |
-
#: inc/admin/blocks/get-started.php:22
|
948 |
-
#, fuzzy
|
949 |
-
#| msgid "Get list"
|
950 |
-
msgid "Get started"
|
951 |
-
msgstr "جلب القائمة"
|
952 |
-
|
953 |
-
#: inc/admin/blocks/get-started.php:25 seopress-functions.php:521
|
954 |
-
msgid "Dismiss"
|
955 |
-
msgstr ""
|
956 |
-
|
957 |
-
#: inc/admin/blocks/insights.php:23
|
958 |
-
msgid "Stats overview"
|
959 |
-
msgstr ""
|
960 |
-
|
961 |
-
#: inc/admin/blocks/insights.php:34 inc/admin/blocks/tasks.php:22
|
962 |
-
#, fuzzy
|
963 |
-
msgid "Open Graph Image"
|
964 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
965 |
-
|
966 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:475
|
967 |
-
#, fuzzy,php-format
|
968 |
-
msgid "We found %d og:image in your content."
|
969 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
970 |
-
|
971 |
-
#: inc/admin/blocks/insights.php:43
|
972 |
-
msgid "Google Analytics"
|
973 |
-
msgstr "إحصاءات جوجل"
|
974 |
-
|
975 |
-
#: inc/admin/blocks/insights.php:44
|
976 |
-
#, fuzzy
|
977 |
-
msgid "Open Graph URL"
|
978 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
979 |
-
|
980 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:501
|
981 |
-
#, fuzzy,php-format
|
982 |
-
msgid "We found %d og:url in your content."
|
983 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
984 |
-
|
985 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:502
|
986 |
-
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:"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: inc/admin/blocks/insights.php:110
|
990 |
-
msgid "See full report"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: inc/admin/blocks/insights.php:114
|
994 |
-
msgid "<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: inc/admin/blocks/insights.php:118
|
998 |
-
#, fuzzy
|
999 |
-
msgid "Open Graph Site Name"
|
1000 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
1001 |
-
|
1002 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:530
|
1003 |
-
#, fuzzy,php-format
|
1004 |
-
msgid "We found %d og:site_name in your content."
|
1005 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
1006 |
-
|
1007 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:531
|
1008 |
-
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:"
|
1009 |
-
msgstr ""
|
1010 |
-
|
1011 |
-
#: inc/admin/blocks/insights.php:134
|
1012 |
-
msgid "Sessions"
|
1013 |
-
msgstr ""
|
1014 |
-
|
1015 |
-
#: inc/admin/blocks/insights.php:137
|
1016 |
-
msgid "Users"
|
1017 |
-
msgstr ""
|
1018 |
-
|
1019 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:549
|
1020 |
-
#: inc/admin/admin-metaboxes-form.php:374
|
1021 |
-
#: inc/admin/admin-metaboxes-form.php:375
|
1022 |
-
msgid "Twitter Title"
|
1023 |
-
msgstr "عنوان تويتر"
|
1024 |
-
|
1025 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:559
|
1026 |
-
#, fuzzy,php-format
|
1027 |
-
msgid "We found %d twitter:title in your content."
|
1028 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
1029 |
-
|
1030 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:560
|
1031 |
-
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:"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: inc/admin/blocks/insights.php:149
|
1035 |
-
msgid "Bounce rate"
|
1036 |
-
msgstr ""
|
1037 |
-
|
1038 |
-
#: inc/admin/blocks/insights.php:152
|
1039 |
-
#, fuzzy
|
1040 |
-
msgid "Your Twitter Title is missing!"
|
1041 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
1042 |
-
|
1043 |
-
#: inc/admin/blocks/insights.php:169
|
1044 |
-
#, fuzzy
|
1045 |
-
msgid "Twitter Description"
|
1046 |
-
msgstr "وصف التويتر"
|
1047 |
-
|
1048 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:588
|
1049 |
-
#, fuzzy,php-format
|
1050 |
-
msgid "We found %d twitter:description in your content."
|
1051 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
1052 |
-
|
1053 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:589
|
1054 |
-
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:"
|
1055 |
-
msgstr ""
|
1056 |
-
|
1057 |
-
#: inc/admin/blocks/insights.php:199
|
1058 |
-
msgid "No scrape."
|
1059 |
-
msgstr "لا كشط."
|
1060 |
-
|
1061 |
-
#: inc/admin/blocks/insights.php:204
|
1062 |
-
msgid "No domain found."
|
1063 |
-
msgstr "لم يتم إيجاد اسم نطاق."
|
1064 |
-
|
1065 |
-
#: inc/admin/blocks/insights.php:215
|
1066 |
-
msgid "Server IP Address: "
|
1067 |
-
msgstr "عنوان المعرّف (IP) للخادم: "
|
1068 |
-
|
1069 |
-
#: inc/admin/blocks/insights.php:222
|
1070 |
-
msgid "Last scrape: "
|
1071 |
-
msgstr "آخر كشط: "
|
1072 |
-
|
1073 |
-
#: inc/admin/blocks/insights.php:229
|
1074 |
-
msgid "Number of websites on your server: "
|
1075 |
-
msgstr "عدد المواقع على الخادم الخاص بك: "
|
1076 |
-
|
1077 |
-
#: inc/admin/blocks/insights.php:250
|
1078 |
-
msgid "Get list"
|
1079 |
-
msgstr "جلب القائمة"
|
1080 |
-
|
1081 |
-
#: inc/admin/blocks/intro.php:11
|
1082 |
-
msgid "Your SEO today"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:603
|
1086 |
-
#, fuzzy
|
1087 |
-
msgid "Your Twitter Description is missing!"
|
1088 |
-
msgstr "أدخل الوصف لتويتر"
|
1089 |
-
|
1090 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:607
|
1091 |
-
#, fuzzy
|
1092 |
-
msgid "Twitter Image"
|
1093 |
-
msgstr "صورة تويتر الافتراضية"
|
1094 |
-
|
1095 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:616
|
1096 |
-
#, fuzzy,php-format
|
1097 |
-
msgid "We found %d twitter:image in your content."
|
1098 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
1099 |
-
|
1100 |
-
#: inc/admin/blocks/news.php:49
|
1101 |
-
msgid "Save"
|
1102 |
-
msgstr ""
|
1103 |
-
|
1104 |
-
#: inc/admin/blocks/news.php:74
|
1105 |
-
#, fuzzy
|
1106 |
-
#| msgid "XML Sitemaps"
|
1107 |
-
msgid "No items"
|
1108 |
-
msgstr "خرائط الموقع XML"
|
1109 |
-
|
1110 |
-
#: inc/admin/blocks/news.php:82
|
1111 |
-
#, php-format
|
1112 |
-
msgid "We found %s meta robots in your page. There is probably something wrong with your theme!"
|
1113 |
-
msgstr ""
|
1114 |
-
|
1115 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:648
|
1116 |
-
msgid "noindex is on! Search engines can't index this page."
|
1117 |
-
msgstr "خيار عدم الفهرسة (noindex) يعمل! محركات البحث لن تتمكن من فهرسة هذه الصفحة."
|
1118 |
-
|
1119 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:650
|
1120 |
-
msgid "noindex is off. Search engines will index this page."
|
1121 |
-
msgstr "خيار عدم الفهرسة (noindex) متوقف! محركات البحث سوف تقوم بفهرسة هذه الصفحة."
|
1122 |
-
|
1123 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:655
|
1124 |
-
msgid "nofollow is on! Search engines can't follow your links on this page."
|
1125 |
-
msgstr "خيار عدم الاتباع (nofollow) يعمل! محركات البحث لن تتمكن من تتبع الروابط على هذه الصفحة."
|
1126 |
-
|
1127 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:657
|
1128 |
-
msgid "nofollow is off. Search engines will follow links on this page."
|
1129 |
-
msgstr "خيار عدم الاتباع (nofollow) متوقف! محركات البحث سوف تقوم بتتبع الروابط على هذه الصفحة."
|
1130 |
-
|
1131 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:664
|
1132 |
-
msgid "noarchive is on! Search engines will not cache your page."
|
1133 |
-
msgstr "خيار عدم الأرشفة (noarchive) يعمل! محركات البحث لن تقوم بالتخزين المؤقت (cache) لهذه الصفحة."
|
1134 |
-
|
1135 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:666
|
1136 |
-
msgid "noarchive is off. Search engines will probably cache your page."
|
1137 |
-
msgstr "خيار عدم الأرشفة (noarchive) متوقف! محركات البحث على الأرجح ستقوم بالتخزين المؤقت (cache) لهذه الصفحة."
|
1138 |
-
|
1139 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:673
|
1140 |
-
msgid "nosnippet is on! Search engines will not display a snippet of this page in search results."
|
1141 |
-
msgstr "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار الشرح المبسّط لهذه الصفحة في نتائج بحثها."
|
1142 |
-
|
1143 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:675
|
1144 |
-
msgid "nosnippet is off. Search engines will display a snippet of this page in search results."
|
1145 |
-
msgstr "خيار عدم إظهار الشرح المبسّط (nosnippet) متوقف. محركات البحث سوف تظهر الشرح المبسّط لهذه الصفحة في نتائج بحثها."
|
1146 |
-
|
1147 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:678
|
1148 |
-
msgid "We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "
|
1149 |
-
msgstr ""
|
1150 |
-
|
1151 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:687
|
1152 |
-
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)."
|
1153 |
-
msgstr "خيار عدم فهرسة الصور (noimageindex) يعمل! جوجل لن يقوم بفهرسة الصور على هذه الصفحة (لكن إذا قام أحدهم بربط مباشر direct link لأي صورة على هذه الصفحة, عندها سيتم فهرستها)."
|
1154 |
-
|
1155 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:689
|
1156 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:701
|
1157 |
-
msgid "noimageindex is off. Google will index the images on this page."
|
1158 |
-
msgstr "خيار عدم فهرسة الصور (noimageindex) متوقف. جوجل سوف يقوم بفهرسة الصور على هذه الصفحة."
|
1159 |
-
|
1160 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:696
|
1161 |
-
msgid "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in search results."
|
1162 |
-
msgstr "الخيار (nositelinkssearchbox) مفعّل! جوجل لن تقوم بإظهار صندوق البحث لروابط الموقع في نتائج بحثها."
|
1163 |
-
|
1164 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:698
|
1165 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:703
|
1166 |
-
msgid "nositelinkssearchbox is off. Google will probably display a sitelinks searchbox in search results."
|
1167 |
-
msgstr "الخيار (nositelinkssearchbox) غير مفعّل! ستعمل جوجل على إظهار صندوق البحث لهذه الصفحة في نتائج بحثها."
|
1168 |
-
|
1169 |
-
#: inc/admin/blocks/notifications-center.php:189
|
1170 |
-
#, fuzzy
|
1171 |
-
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."
|
1172 |
-
msgstr "لم يتم اكتشاف النص البديل لهذه الصور. Alt tags هي وسوم مهمة للتحسين الأمثل لمحركات البحث (SEO) ولقدرة الوصول أيضا."
|
1173 |
-
|
1174 |
-
#: inc/admin/blocks/notifications-center.php:221
|
1175 |
-
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
1176 |
-
msgstr "لا يستخدم قالبك <strong>add_theme_support('title-tag');</strong>"
|
1177 |
-
|
1178 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:734
|
1179 |
-
msgid "We could not find any image in your content. Content with media is a plus for your SEO."
|
1180 |
-
msgstr "لم نتمكن من إيجاد أي صورة بالمحتوى. المحتوى الذي يشمل وسائط (صور أو فيديو) يعتبر إضافة للتحسين الأمثل لمحركات البحث (SEO)."
|
1181 |
-
|
1182 |
-
#: inc/admin/blocks/notifications-center.php:229
|
1183 |
-
#: inc/admin/blocks/notifications-center.php:417
|
1184 |
-
#: inc/admin/blocks/notifications-center.php:443
|
1185 |
-
#: inc/admin/callbacks/Analytics.php:599 inc/admin/callbacks/Analytics.php:697
|
1186 |
-
#: inc/admin/callbacks/Analytics.php:725 inc/admin/callbacks/Analytics.php:754
|
1187 |
-
#: inc/admin/callbacks/Analytics.php:782
|
1188 |
-
msgid "Learn more"
|
1189 |
-
msgstr "تعلّم المزيد"
|
1190 |
-
|
1191 |
-
#: inc/admin/blocks/notifications-center.php:259
|
1192 |
-
#, php-format
|
1193 |
-
msgid "We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:"
|
1194 |
-
msgstr "تم اكتشاف %d رابط(روابط) مع خاصية عدم الاتباع (nofollow) في هذه الصفحة. لا تستخدم خاصية عدم الاتباع (nofollow) بإفراط في الروابط. القائمة أدناه:"
|
1195 |
-
|
1196 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:752
|
1197 |
-
msgid "This page doesn't have any nofollow links."
|
1198 |
-
msgstr "هذه الصفحة لا تحتوي على روابط بخاصية عدم الاتباع (nofollow)."
|
1199 |
-
|
1200 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:756
|
1201 |
-
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."
|
1202 |
-
msgstr "لقد لاحظنا أنك تستخدم إضافة أخرى للتحسين الأمثل لمحركات البحث ال SEO. <br> لا تستخدم إضافات متعددة للSEO في آنٍ واحد لتحاشى التعارضات!"
|
1203 |
-
|
1204 |
-
#: inc/admin/blocks/notifications-center.php:266
|
1205 |
-
msgid "Migrate!"
|
1206 |
-
msgstr "ترحيل!"
|
1207 |
-
|
1208 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:770
|
1209 |
-
#, fuzzy
|
1210 |
-
msgid "This page doesn't have any outbound links."
|
1211 |
-
msgstr "هذه الصفحة لا تحتوي على روابط بخاصية عدم الاتباع (nofollow)."
|
1212 |
-
|
1213 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:784
|
1214 |
-
msgid "<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: inc/admin/blocks/notifications-center.php:307
|
1218 |
-
msgid "Enfold theme is not correctly setup for SEO!"
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: inc/admin/blocks/notifications-center.php:308
|
1222 |
-
msgid "You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues."
|
1223 |
-
msgstr ""
|
1224 |
-
|
1225 |
-
#: inc/admin/blocks/notifications-center.php:327
|
1226 |
-
msgid "Global meta title missing for several custom post types!"
|
1227 |
-
msgstr ""
|
1228 |
-
|
1229 |
-
#: inc/admin/blocks/notifications-center.php:346
|
1230 |
-
#, fuzzy
|
1231 |
-
#| msgid "Show Meta description column in post types"
|
1232 |
-
msgid "Global meta description missing for several custom post types!"
|
1233 |
-
msgstr "إظهار عمود وصف البيان الوصفي (Meta) في أنواع المنشور"
|
1234 |
-
|
1235 |
-
#: inc/admin/blocks/notifications-center.php:365
|
1236 |
-
msgid "Global meta title missing for several taxonomies!"
|
1237 |
-
msgstr ""
|
1238 |
-
|
1239 |
-
#: inc/admin/admin-metaboxes-form.php:48
|
1240 |
-
#: inc/admin/admin-metaboxes.php:163
|
1241 |
-
#: inc/admin/admin-metaboxes.php:166
|
1242 |
-
#: inc/admin/admin.php:189
|
1243 |
-
#: inc/admin/adminbar.php:13
|
1244 |
-
#: inc/functions/options-advanced-admin.php:804
|
1245 |
-
msgid "SEO"
|
1246 |
-
msgstr "التحسين الأمثل لمحركات البحث SEO"
|
1247 |
-
|
1248 |
-
#: inc/admin/blocks/notifications-center.php:416
|
1249 |
-
msgid "Your site doesn't use an SSL certificate!"
|
1250 |
-
msgstr "لا يستخدم موقعك أي شهادة تشفير SSL!"
|
1251 |
-
|
1252 |
-
#: inc/admin/blocks/notifications-center.php:417
|
1253 |
-
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."
|
1254 |
-
msgstr ""
|
1255 |
-
|
1256 |
-
#: inc/admin/blocks/notifications-center.php:419
|
1257 |
-
msgid "Low impact"
|
1258 |
-
msgstr "تأثير منخفض"
|
1259 |
-
|
1260 |
-
#: inc/admin/blocks/notifications-center.php:423
|
1261 |
-
msgid "Buy an SSL!"
|
1262 |
-
msgstr "اشتر شهادة تشفير SSL!"
|
1263 |
-
|
1264 |
-
#: inc/admin/blocks/notifications-center.php:435
|
1265 |
-
msgid "PHP module \"DOM\" is missing on your server."
|
1266 |
-
msgstr ""
|
1267 |
-
|
1268 |
-
#: inc/admin/admin-metaboxes-form.php:98
|
1269 |
-
msgid "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > Archives > Products</strong> "
|
1270 |
-
msgstr "هذه <strong>صفحة التسوق</strong> الخاصة بك. إذهب إلى <strong>التحسين الأمثل لمحركات البحث < العناوين والبيانات الوصفية (Metas) < الأرشيف < المنتجات (SEO >Titles & Metas > Archives > Products)</strong> "
|
1271 |
-
|
1272 |
-
#: inc/admin/blocks/notifications-center.php:478
|
1273 |
-
msgid "Your site is not visible to Search Engines!"
|
1274 |
-
msgstr "موقعك غير مرئي لمحركات البحث!"
|
1275 |
-
|
1276 |
-
#: inc/admin/blocks/notifications-center.php:479
|
1277 |
-
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."
|
1278 |
-
msgstr ""
|
1279 |
-
|
1280 |
-
#: inc/admin/admin-metaboxes-form.php:105
|
1281 |
-
#: inc/admin/admin-metaboxes-form.php:108
|
1282 |
-
msgid "Title"
|
1283 |
-
msgstr "العنوان"
|
1284 |
-
|
1285 |
-
#: inc/admin/admin-metaboxes-form.php:106
|
1286 |
-
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."
|
1287 |
-
msgstr ""
|
1288 |
-
|
1289 |
-
#: inc/admin/blocks/notifications-center.php:514
|
1290 |
-
msgid "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
1291 |
-
msgstr "روابطك الدائمة (permalinks) غير صديقة لعوامل التحسين الأمثل لمحركات البحث (SEO)! قم بتمكين الروابط الدائمة الجميلة (pretty permalinks) لإصلاح هذا النقطة."
|
1292 |
-
|
1293 |
-
#: inc/admin/blocks/notifications-center.php:515
|
1294 |
-
#: inc/admin/blocks/notifications-center.php:545
|
1295 |
-
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..."
|
1296 |
-
msgstr ""
|
1297 |
-
|
1298 |
-
#: inc/admin/admin-metaboxes-form.php:117
|
1299 |
-
#: inc/admin/admin-metaboxes-form.php:142
|
1300 |
-
#, fuzzy
|
1301 |
-
msgid " (maximum recommended limit)"
|
1302 |
-
msgstr "(المقدار أو الحد الأعلى الموصى به)"
|
1303 |
-
|
1304 |
-
#: inc/admin/admin-metaboxes-form.php:121
|
1305 |
-
#: inc/admin/admin.php:3045
|
1306 |
-
#: inc/admin/admin.php:4080
|
1307 |
-
msgid "Post Title"
|
1308 |
-
msgstr "عنوان المنشور"
|
1309 |
-
|
1310 |
-
#: inc/admin/admin-metaboxes-form.php:123
|
1311 |
-
#: inc/admin/admin.php:204
|
1312 |
-
#: inc/admin/admin.php:2943
|
1313 |
-
#: inc/admin/admin.php:3049
|
1314 |
-
#: inc/admin/admin.php:3239
|
1315 |
-
#: inc/admin/admin.php:3362
|
1316 |
-
#: inc/admin/admin.php:3440
|
1317 |
-
#: inc/admin/admin.php:3511
|
1318 |
-
#: inc/admin/admin.php:3581
|
1319 |
-
#: inc/admin/admin.php:3631
|
1320 |
-
msgid "Site Title"
|
1321 |
-
msgstr "عنوان الموقع"
|
1322 |
-
|
1323 |
-
#: inc/admin/admin-metaboxes-form.php:125
|
1324 |
-
#: inc/admin/admin-wizard.php:458
|
1325 |
-
#: inc/admin/admin.php:1174
|
1326 |
-
#: inc/admin/admin.php:2930
|
1327 |
-
#: inc/admin/admin.php:2944
|
1328 |
-
#: inc/admin/admin.php:3047
|
1329 |
-
#: inc/admin/admin.php:3237
|
1330 |
-
#: inc/admin/admin.php:3360
|
1331 |
-
#: inc/admin/admin.php:3439
|
1332 |
-
#: inc/admin/admin.php:3510
|
1333 |
-
#: inc/admin/admin.php:3580
|
1334 |
-
#: inc/admin/admin.php:3632
|
1335 |
-
msgid "Separator"
|
1336 |
-
msgstr "الفاصل"
|
1337 |
-
|
1338 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
1339 |
-
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."
|
1340 |
-
msgstr ""
|
1341 |
-
|
1342 |
-
#: inc/admin/blocks/notifications-center.php:640
|
1343 |
-
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
1344 |
-
msgstr "هل أعجبك إس إي أو بريس SEOPress؟ الرجاء مساعدتنا وذلك بإعطائنا تقييم 5 نجوم!"
|
1345 |
-
|
1346 |
-
#: inc/admin/blocks/notifications-center.php:641
|
1347 |
-
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!"
|
1348 |
-
msgstr ""
|
1349 |
-
|
1350 |
-
#: inc/admin/blocks/notifications-center.php:643
|
1351 |
-
#, fuzzy
|
1352 |
-
msgid "Category / term description"
|
1353 |
-
msgstr "وصف التصنيف"
|
1354 |
-
|
1355 |
-
#: inc/admin/admin-metaboxes-form.php:150
|
1356 |
-
msgid "Post Excerpt"
|
1357 |
-
msgstr "مقتطف المنشور (Excerpt)"
|
1358 |
-
|
1359 |
-
#: inc/admin/blocks/notifications-center.php:647
|
1360 |
-
msgid "Rate us!"
|
1361 |
-
msgstr "قيّمنا!"
|
1362 |
-
|
1363 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1364 |
-
#, fuzzy
|
1365 |
-
msgid "Snippet Preview"
|
1366 |
-
msgstr "عرض الشرح المبسّط لجوجل"
|
1367 |
-
|
1368 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1369 |
-
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."
|
1370 |
-
msgstr ""
|
1371 |
-
|
1372 |
-
#: inc/admin/admin-metaboxes-form.php:164
|
1373 |
-
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."
|
1374 |
-
msgstr "هكذا ستبدو صفحتك في نتائج بحث جوجل. عليك أن تنشر منشورك لتحصل على عرض الشرح المبسّط."
|
1375 |
-
|
1376 |
-
#: inc/admin/admin-metaboxes-form.php:169
|
1377 |
-
#, fuzzy
|
1378 |
-
msgid "Mobile Preview"
|
1379 |
-
msgstr "عرض الشرح المبسّط لجوجل"
|
1380 |
-
|
1381 |
-
#: inc/admin/admin-metaboxes-form.php:216
|
1382 |
-
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
1383 |
-
msgstr ""
|
1384 |
-
|
1385 |
-
#: inc/admin/blocks/notifications-center.php:748
|
1386 |
-
msgid "Do you have a Google My Business page? It's free!"
|
1387 |
-
msgstr "هل لديك صفحة جوجل للأعمال (Google My Business)؟ إنها مجانية!"
|
1388 |
-
|
1389 |
-
#: inc/admin/admin-metaboxes-form.php:217
|
1390 |
-
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."
|
1391 |
-
msgstr ""
|
1392 |
-
|
1393 |
-
#: inc/admin/blocks/notifications-center.php:755
|
1394 |
-
msgid "Create your page now!"
|
1395 |
-
msgstr "قم بإنشاء صفحتك الأن!"
|
1396 |
-
|
1397 |
-
#: inc/admin/blocks/notifications-center.php:787
|
1398 |
-
msgid "Add your site to Google. It's free!"
|
1399 |
-
msgstr "أضف موقعك لجوجل. فهو مجاني!"
|
1400 |
-
|
1401 |
-
#: inc/admin/admin-metaboxes-form.php:224
|
1402 |
-
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."
|
1403 |
-
msgstr ""
|
1404 |
-
|
1405 |
-
#: inc/admin/admin-metaboxes-form.php:230
|
1406 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"
|
1407 |
-
msgstr "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين أو المقتطفات لهذه الصفحة <strong>(noodp)</strong>"
|
1408 |
-
|
1409 |
-
#: inc/admin/blocks/notifications-center.php:805
|
1410 |
-
#, fuzzy
|
1411 |
-
#| msgid "Structured Data Types (schema.org)"
|
1412 |
-
msgid "Structured data types is not correctly enabled"
|
1413 |
-
msgstr "أنواع البيانات المهيكلة (schema.org)"
|
1414 |
-
|
1415 |
-
#: inc/admin/admin-metaboxes-form.php:231
|
1416 |
-
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."
|
1417 |
-
msgstr ""
|
1418 |
-
|
1419 |
-
#: inc/admin/blocks/notifications-center.php:824
|
1420 |
-
msgid "You have to enter your licence key to get updates and support"
|
1421 |
-
msgstr "عليك بإدخال مفتاح الرخصة الخاص بك لكي تحصل على التحديثات والدعم"
|
1422 |
-
|
1423 |
-
#: inc/admin/blocks/notifications-center.php:825
|
1424 |
-
msgid "Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible."
|
1425 |
-
msgstr ""
|
1426 |
-
|
1427 |
-
#: inc/admin/admin-metaboxes-form.php:238
|
1428 |
-
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."
|
1429 |
-
msgstr ""
|
1430 |
-
|
1431 |
-
#: inc/admin/admin-metaboxes-form.php:244
|
1432 |
-
msgid "Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>"
|
1433 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
1434 |
-
|
1435 |
-
#: inc/admin/blocks/notifications-center.php:862
|
1436 |
-
#, fuzzy
|
1437 |
-
#| msgid "Migrate now"
|
1438 |
-
msgid "Upgrade now!"
|
1439 |
-
msgstr "الترحيل الان"
|
1440 |
-
|
1441 |
-
#: inc/admin/admin-metaboxes-form.php:245
|
1442 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"noarchive\"."
|
1443 |
-
msgstr ""
|
1444 |
-
|
1445 |
-
#: inc/admin/admin-metaboxes-form.php:251
|
1446 |
-
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
1447 |
-
msgstr "عدم إظهار الوصف في نتائج بحث جوجل لهذه الصفحة <strong>(nosnippet)</strong>"
|
1448 |
-
|
1449 |
-
#: inc/admin/callbacks/Advanced.php:16
|
1450 |
-
msgid "Remove ?replytocom link in source code"
|
1451 |
-
msgstr "إزالة رابط ?replytocom من شفرة المصدر"
|
1452 |
-
|
1453 |
-
#: inc/admin/callbacks/Advanced.php:35
|
1454 |
-
msgid "Add TINYMCE editor to term description"
|
1455 |
-
msgstr "إضافة المحرر TINYMCE إلى وصف المصطلح Term"
|
1456 |
-
|
1457 |
-
#: inc/admin/callbacks/Advanced.php:54 inc/admin/wizard/admin-wizard.php:793
|
1458 |
-
msgid "Remove /category/ in your permalinks"
|
1459 |
-
msgstr "إزالة /التصنيف/ في روابطك الدائمة الـ permalinks"
|
1460 |
-
|
1461 |
-
#: inc/admin/callbacks/Advanced.php:59 inc/admin/callbacks/Advanced.php:97
|
1462 |
-
#, fuzzy
|
1463 |
-
#| msgid "You have to flush your permalinks each time you change this settings"
|
1464 |
-
msgid "You have to flush your permalinks each time you change this setting."
|
1465 |
-
msgstr "عليك أن تقوم بتجديد روابطك الدائمة (permalinks) في كل مرة تقوم بها بتغيير هذا الإعداد"
|
1466 |
-
|
1467 |
-
#: inc/admin/admin-metaboxes-form.php:252
|
1468 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"nosnippet\"."
|
1469 |
-
msgstr ""
|
1470 |
-
|
1471 |
-
#: inc/admin/callbacks/Advanced.php:122 inc/admin/settings/Advanced.php:40
|
1472 |
-
msgid "Disable trailing slash for metas"
|
1473 |
-
msgstr "تعطيل علامة الشرطة المائلة اللاحقة للبيانات الوصفية (Metas)"
|
1474 |
-
|
1475 |
-
#: inc/admin/callbacks/Advanced.php:127
|
1476 |
-
#, fuzzy
|
1477 |
-
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the global settings of the extension."
|
1478 |
-
msgstr "لم تستطع إلغاء اختيار مؤشر؟ هذا طبيعي، على الأرجح أنه معرّف مسبقاً بالإعدادات العامّة لهذا الامتداد."
|
1479 |
-
|
1480 |
-
#: inc/admin/admin-metaboxes-form.php:260
|
1481 |
-
#: inc/admin/admin-metaboxes-form.php:261
|
1482 |
-
#: inc/admin/admin-metaboxes-form.php:264
|
1483 |
-
#: inc/admin/admin-wizard.php:298
|
1484 |
-
#: inc/admin/admin-wizard.php:334
|
1485 |
-
#: inc/admin/admin-wizard.php:353
|
1486 |
-
#: inc/admin/admin-wizard.php:372
|
1487 |
-
#: inc/admin/admin.php:777
|
1488 |
-
#: inc/admin/admin.php:817
|
1489 |
-
#: inc/admin/admin.php:838
|
1490 |
-
#: inc/admin/admin.php:859
|
1491 |
-
msgid "Canonical URL"
|
1492 |
-
msgstr "رابط Canonical URL"
|
1493 |
-
|
1494 |
-
#: inc/admin/callbacks/Advanced.php:168
|
1495 |
-
msgid "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"
|
1496 |
-
" The canonical can be in a different domain than a duplicate."
|
1497 |
-
msgstr ""
|
1498 |
-
|
1499 |
-
#: inc/admin/admin-metaboxes-form.php:264
|
1500 |
-
msgid "Default value: "
|
1501 |
-
msgstr "القيمة الافتراضية: "
|
1502 |
-
|
1503 |
-
#: inc/admin/admin-metaboxes-form.php:271
|
1504 |
-
msgid "Select a primary category"
|
1505 |
-
msgstr "إختر تصنيف رئيسي"
|
1506 |
-
|
1507 |
-
#: inc/admin/admin-metaboxes-form.php:272
|
1508 |
-
msgid "Set the category that gets used in the %category% permalink if you have multiple categories."
|
1509 |
-
msgstr ""
|
1510 |
-
|
1511 |
-
#: inc/admin/admin-metaboxes-form.php:282
|
1512 |
-
#: inc/admin/admin-wizard.php:469
|
1513 |
-
#: inc/admin/admin.php:4123
|
1514 |
-
msgid "None (will disable this feature)"
|
1515 |
-
msgstr "لا شيء (ستقوم بتعطيل هذه الخاصية)"
|
1516 |
-
|
1517 |
-
#: inc/admin/admin-metaboxes-form.php:294
|
1518 |
-
#: inc/admin/admin-metaboxes-form.php:298
|
1519 |
-
msgid "Custom breadcrumbs"
|
1520 |
-
msgstr "شريط الروابط المتسلسلة مخصص"
|
1521 |
-
|
1522 |
-
#: inc/admin/callbacks/Advanced.php:228
|
1523 |
-
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
1524 |
-
msgstr "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس في شفرة المصدر (مثلاً:"
|
1525 |
-
|
1526 |
-
#: inc/admin/admin-metaboxes-form.php:298
|
1527 |
-
#, fuzzy,php-format
|
1528 |
-
msgid "Current breadcrumbs: %s"
|
1529 |
-
msgstr "شريط الروابط المتسلسلة مخصص"
|
1530 |
-
|
1531 |
-
#: inc/admin/admin-metaboxes-form.php:309
|
1532 |
-
#, fuzzy
|
1533 |
-
msgid "Ask Facebook to update its cache"
|
1534 |
-
msgstr "أطلب من فيسبوك تحديث نسخته المؤقتة"
|
1535 |
-
|
1536 |
-
#: inc/admin/admin-metaboxes-form.php:310
|
1537 |
-
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."
|
1538 |
-
msgstr ""
|
1539 |
-
|
1540 |
-
#: inc/admin/admin-metaboxes-form.php:312
|
1541 |
-
#: inc/admin/admin-metaboxes-form.php:313
|
1542 |
-
msgid "Facebook Title"
|
1543 |
-
msgstr "عنوان فيسبوك"
|
1544 |
-
|
1545 |
-
#: inc/admin/callbacks/Advanced.php:294 inc/admin/settings/Advanced.php:104
|
1546 |
-
msgid "Google site verification"
|
1547 |
-
msgstr "تحقق موقع جوجل"
|
1548 |
-
|
1549 |
-
#: inc/admin/admin-metaboxes-form.php:316
|
1550 |
-
#: inc/admin/admin-metaboxes-form.php:317
|
1551 |
-
msgid "Facebook description"
|
1552 |
-
msgstr "وصف الفيسبوك"
|
1553 |
-
|
1554 |
-
#: inc/admin/admin-metaboxes-form.php:317
|
1555 |
-
msgid "Enter your Facebook description"
|
1556 |
-
msgstr "أدخل الوصف لفيسبوك"
|
1557 |
-
|
1558 |
-
#: inc/admin/admin-metaboxes-form.php:320
|
1559 |
-
#: inc/admin/admin-metaboxes-form.php:321
|
1560 |
-
msgid "Facebook Thumbnail"
|
1561 |
-
msgstr "الصورة المصغرة لفيسبوك"
|
1562 |
-
|
1563 |
-
#: inc/admin/admin-metaboxes-form.php:321
|
1564 |
-
#: inc/admin/admin-metaboxes-form.php:383
|
1565 |
-
#: inc/admin/admin.php:4392
|
1566 |
-
#: inc/admin/admin.php:4504
|
1567 |
-
msgid "Select your default thumbnail"
|
1568 |
-
msgstr "اختر الصورة المصغرة الافتراضية"
|
1569 |
-
|
1570 |
-
#: inc/admin/admin-metaboxes-form.php:322
|
1571 |
-
#: inc/admin/admin.php:4396
|
1572 |
-
#, fuzzy
|
1573 |
-
msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"
|
1574 |
-
msgstr "الحجم الأدنى: 200x200 بيكسل، النسبة المثلى 1.91:1، 8 ميجابايت كحد أقصى."
|
1575 |
-
|
1576 |
-
#: inc/admin/admin-metaboxes-form.php:323
|
1577 |
-
#: inc/admin/admin-metaboxes-form.php:385
|
1578 |
-
#: inc/admin/admin-metaboxes-form.php:573
|
1579 |
-
#: inc/admin/admin.php:4157
|
1580 |
-
#: inc/admin/admin.php:4394
|
1581 |
-
#: inc/admin/admin.php:4506
|
1582 |
-
msgid "Upload an Image"
|
1583 |
-
msgstr "رفع صورة"
|
1584 |
-
|
1585 |
-
#: inc/admin/admin-metaboxes-form.php:328
|
1586 |
-
#, fuzzy
|
1587 |
-
msgid "Facebook Preview"
|
1588 |
-
msgstr "عنوان فيسبوك"
|
1589 |
-
|
1590 |
-
#: inc/admin/admin-metaboxes-form.php:330
|
1591 |
-
#, fuzzy
|
1592 |
-
msgid "This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview."
|
1593 |
-
msgstr "هكذا ستبدو صفحتك في نتائج بحث جوجل. عليك أن تنشر منشورك لتحصل على عرض الشرح المبسّط."
|
1594 |
-
|
1595 |
-
#: inc/admin/admin-metaboxes-form.php:332
|
1596 |
-
#: inc/admin/admin-metaboxes-form.php:394
|
1597 |
-
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."
|
1598 |
-
msgstr ""
|
1599 |
-
|
1600 |
-
#: inc/admin/callbacks/Advanced.php:324 inc/admin/settings/Advanced.php:120
|
1601 |
-
msgid "Pinterest site verification"
|
1602 |
-
msgstr "تحقق موقع Pinterest"
|
1603 |
-
|
1604 |
-
#: inc/admin/admin-metaboxes-form.php:336
|
1605 |
-
msgid "Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."
|
1606 |
-
msgstr ""
|
1607 |
-
|
1608 |
-
#: inc/admin/admin-metaboxes-form.php:337
|
1609 |
-
#: inc/admin/admin-metaboxes-form.php:399
|
1610 |
-
msgid "File error. Please choose another image."
|
1611 |
-
msgstr ""
|
1612 |
-
|
1613 |
-
#: inc/admin/admin-metaboxes-form.php:338
|
1614 |
-
#: inc/admin/admin-metaboxes-form.php:400
|
1615 |
-
#, fuzzy
|
1616 |
-
msgid "Your image ratio is: "
|
1617 |
-
msgstr "تاريخ انتهاء اسم نطاقك: "
|
1618 |
-
|
1619 |
-
#: inc/admin/callbacks/Advanced.php:371
|
1620 |
-
#, fuzzy
|
1621 |
-
msgid "The closer to 1.91 the better."
|
1622 |
-
msgstr "الإقل، الأفضل"
|
1623 |
-
|
1624 |
-
#: inc/admin/admin-metaboxes-form.php:347
|
1625 |
-
msgid "By "
|
1626 |
-
msgstr "إزالة إس إي أو بريس SEOPress من شريط الإدارة في الواجهة الخلفية والواجهة الأمامية"
|
1627 |
-
|
1628 |
-
#: inc/admin/callbacks/Advanced.php:389
|
1629 |
-
msgid "High priority (top)"
|
1630 |
-
msgstr "أولوية مرتفعة (أعلى)"
|
1631 |
-
|
1632 |
-
#: inc/admin/admin-metaboxes-form.php:378
|
1633 |
-
#: inc/admin/admin-metaboxes-form.php:379
|
1634 |
-
msgid "Twitter description"
|
1635 |
-
msgstr "وصف التويتر"
|
1636 |
-
|
1637 |
-
#: inc/admin/callbacks/Advanced.php:399
|
1638 |
-
msgid "Low priority"
|
1639 |
-
msgstr "أولوية منخفضة"
|
1640 |
-
|
1641 |
-
#: inc/admin/admin-metaboxes-form.php:382
|
1642 |
-
#: inc/admin/admin-metaboxes-form.php:385
|
1643 |
-
msgid "Twitter Thumbnail"
|
1644 |
-
msgstr "الصورة المصغرة لتويتر"
|
1645 |
-
|
1646 |
-
#: inc/admin/admin-metaboxes-form.php:384
|
1647 |
-
#: inc/admin/admin.php:4508
|
1648 |
-
msgid "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max."
|
1649 |
-
msgstr "الحجم الأدنى: 144x144 بيكسل (300x157 بيكسل مع تمكين البطاقة الكبيرة)، النسبة المثلى 1:1 (2:1 مع البطاقة الكبيرة)، 5 ميجابايت كحد أقصى."
|
1650 |
-
|
1651 |
-
#: inc/admin/callbacks/Advanced.php:446
|
1652 |
-
#, fuzzy
|
1653 |
-
msgid "Twitter Preview"
|
1654 |
-
msgstr "عنوان تويتر"
|
1655 |
-
|
1656 |
-
#: inc/admin/callbacks/Advanced.php:466
|
1657 |
-
#, fuzzy
|
1658 |
-
msgid "This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."
|
1659 |
-
msgstr "هكذا ستبدو صفحتك في نتائج بحث جوجل. عليك أن تنشر منشورك لتحصل على عرض الشرح المبسّط."
|
1660 |
-
|
1661 |
-
#: inc/admin/admin-metaboxes-form.php:397
|
1662 |
-
msgid "File type not supported by Twitter. Please choose another image."
|
1663 |
-
msgstr "إخفاء ’أدوات التحسين الأمثل لمحركات البحث SEO‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
|
1664 |
-
|
1665 |
-
#: inc/admin/admin-metaboxes-form.php:398
|
1666 |
-
msgid "Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image."
|
1667 |
-
msgstr "إخفاء ’أدوات التحسين الأمثل لمحركات البحث SEO‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
|
1668 |
-
|
1669 |
-
#: inc/admin/callbacks/Advanced.php:505
|
1670 |
-
msgid "Add title column"
|
1671 |
-
msgstr "أضف عمود العنوان"
|
1672 |
-
|
1673 |
-
#: inc/admin/callbacks/Advanced.php:525
|
1674 |
-
msgid "Add meta description column"
|
1675 |
-
msgstr "أضف عمود وصف البيان الوصفي (meta)"
|
1676 |
-
|
1677 |
-
#: inc/admin/admin-metaboxes-form.php:439
|
1678 |
-
#: inc/admin/admin-metaboxes-form.php:447
|
1679 |
-
msgid "URL redirection"
|
1680 |
-
msgstr "إعادة توجيه URL"
|
1681 |
-
|
1682 |
-
#: inc/admin/callbacks/Advanced.php:565
|
1683 |
-
msgid "Add redirection URL column"
|
1684 |
-
msgstr "أضف عمود رابط URL لإعادة التوجيه"
|
1685 |
-
|
1686 |
-
#: inc/admin/callbacks/Advanced.php:585
|
1687 |
-
msgid "Add canonical URL column"
|
1688 |
-
msgstr "أضف عمود رابط canonical URL"
|
1689 |
-
|
1690 |
-
#: inc/admin/callbacks/Advanced.php:605
|
1691 |
-
msgid "Add target keyword column"
|
1692 |
-
msgstr "أضف عمود الكلمة المفتاحية المستهدفة"
|
1693 |
-
|
1694 |
-
#: inc/admin/callbacks/Advanced.php:625
|
1695 |
-
msgid "Display noindex status"
|
1696 |
-
msgstr "إظهار حالة عدم الفهرسة"
|
1697 |
-
|
1698 |
-
#: inc/admin/callbacks/Advanced.php:645
|
1699 |
-
msgid "Display nofollow status"
|
1700 |
-
msgstr "إظهار حالة عدم الاتباع"
|
1701 |
-
|
1702 |
-
#: inc/admin/callbacks/Advanced.php:665
|
1703 |
-
msgid "Display total number of words in content"
|
1704 |
-
msgstr "إظهار عدد الكلمات الكلّية في المحتوى"
|
1705 |
-
|
1706 |
-
#: inc/admin/callbacks/Advanced.php:686
|
1707 |
-
msgid "Display Page Speed column to check performances"
|
1708 |
-
msgstr "إظهار عامل سرعة الصفحة (Page Speed) للتحقق من الآداء"
|
1709 |
-
|
1710 |
-
#: inc/admin/callbacks/Advanced.php:707
|
1711 |
-
#, fuzzy
|
1712 |
-
msgid "Exactly match all parameters"
|
1713 |
-
msgstr "مطابق بالضبط مع جميع المؤشرات"
|
1714 |
-
|
1715 |
-
#: inc/admin/callbacks/Advanced.php:728
|
1716 |
-
msgid "Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
1717 |
-
msgstr ""
|
1718 |
-
|
1719 |
-
#: inc/admin/callbacks/Advanced.php:748 inc/admin/settings/Advanced.php:303
|
1720 |
-
#, fuzzy
|
1721 |
-
msgid "Exclude all parameters and pass them to the redirection"
|
1722 |
-
msgstr "استثني جميع المؤشرات ومررهم إلى إعادة التوجيه"
|
1723 |
-
|
1724 |
-
#: inc/admin/admin-metaboxes-form.php:465
|
1725 |
-
#: inc/admin/admin-metaboxes-form.php:467
|
1726 |
-
#: inc/admin/admin-metaboxes-form.php:470
|
1727 |
-
#: inc/admin/admin-metaboxes-form.php:472
|
1728 |
-
msgid "Test your URL"
|
1729 |
-
msgstr "تجربة URL خاصتك"
|
1730 |
-
|
1731 |
-
#: inc/admin/callbacks/Advanced.php:768
|
1732 |
-
msgid "Remove Genesis SEO Metabox"
|
1733 |
-
msgstr "إزالة صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
|
1734 |
-
|
1735 |
-
#: inc/admin/callbacks/Advanced.php:788
|
1736 |
-
msgid "Remove Genesis SEO link in WP Admin Menu"
|
1737 |
-
msgstr "إزالة رابط Genesis SEO من قائمة المسئول"
|
1738 |
-
|
1739 |
-
#: inc/admin/callbacks/Advanced.php:808
|
1740 |
-
msgid "Remove the advice if None schema selected"
|
1741 |
-
msgstr ""
|
1742 |
-
|
1743 |
-
#: inc/admin/admin-metaboxes-form.php:528
|
1744 |
-
msgid "If your post is set to noindex, it will be automatically excluded from the sitemap."
|
1745 |
-
msgstr "إذا كان منشورك مضبوط على عدم الفهرسة (noindex)، سوف يتم استثنائه تلقائياً من خارطة الموقع."
|
1746 |
-
|
1747 |
-
#: inc/admin/admin-metaboxes-form.php:547
|
1748 |
-
msgid "Video "
|
1749 |
-
msgstr "الفيديو "
|
1750 |
-
|
1751 |
-
#: inc/admin/admin-metaboxes-form.php:551
|
1752 |
-
msgid "Video URL (required)"
|
1753 |
-
msgstr "رابط URL الفيديو (مطلوب)"
|
1754 |
-
|
1755 |
-
#: inc/admin/callbacks/Analytics.php:17
|
1756 |
-
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
1757 |
-
msgstr "تمكين خاصية التتبُّع في إحصاءات جوجل (الوسم العام للموقع: gtag.js)"
|
1758 |
-
|
1759 |
-
#: inc/admin/callbacks/Analytics.php:30
|
1760 |
-
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
1761 |
-
msgstr "أدخل الرمز المعرِّف لخاصية التتبُّع الخاص بك (UA-XXXX-XX)"
|
1762 |
-
|
1763 |
-
#: inc/admin/admin-metaboxes-form.php:557
|
1764 |
-
msgid "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server."
|
1765 |
-
msgstr "ليس فيديو خارجي (مثلاً: فيديو مستضاف على يوتيوب YouTube، فيميو Vimeo، ويستيا Wistia...)؟ علّم على هذا الاختيار إذا كان الفيديو مستضاف على هذا الخادم."
|
1766 |
-
|
1767 |
-
#: inc/admin/callbacks/Analytics.php:37
|
1768 |
-
msgid "Find your tracking ID"
|
1769 |
-
msgstr "تحصّل على الرمز المعرِّف لخاصية التتبُّع الخاص بك"
|
1770 |
-
|
1771 |
-
#: inc/admin/callbacks/Analytics.php:48
|
1772 |
-
#, fuzzy
|
1773 |
-
#| msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
1774 |
-
msgid "Enter your measurement ID (G-XXXXXXXXXX)"
|
1775 |
-
msgstr "أدخل الرمز المعرِّف لخاصية التتبُّع الخاص بك (UA-XXXX-XX)"
|
1776 |
-
|
1777 |
-
#: inc/admin/callbacks/Analytics.php:48
|
1778 |
-
#, fuzzy
|
1779 |
-
#| msgid "Enter your title"
|
1780 |
-
msgid "Enter your measurement ID"
|
1781 |
-
msgstr "أدخل عنوانك"
|
1782 |
-
|
1783 |
-
#: inc/admin/callbacks/Analytics.php:55
|
1784 |
-
#, fuzzy
|
1785 |
-
#| msgid "Find your tracking ID"
|
1786 |
-
msgid "Find your measurement ID"
|
1787 |
-
msgstr "تحصّل على الرمز المعرِّف لخاصية التتبُّع الخاص بك"
|
1788 |
-
|
1789 |
-
#: inc/admin/callbacks/Analytics.php:71
|
1790 |
-
msgid "After the opening body tag (recommended)"
|
1791 |
-
msgstr ""
|
1792 |
-
|
1793 |
-
#: inc/admin/callbacks/Analytics.php:76
|
1794 |
-
msgid "Footer"
|
1795 |
-
msgstr ""
|
1796 |
-
|
1797 |
-
#: inc/admin/callbacks/Analytics.php:81
|
1798 |
-
#, fuzzy
|
1799 |
-
#| msgid "Video Duration (recommended)"
|
1800 |
-
msgid "Head (not recommended)"
|
1801 |
-
msgstr "مدة الفيديو (موصى به)"
|
1802 |
-
|
1803 |
-
#: inc/admin/admin-metaboxes-form.php:568
|
1804 |
-
msgid "2048 characters max.; default: meta description. If not available, use the beginning of the post content."
|
1805 |
-
msgstr "2048 حرف كحد أقصى؛ الافتراضي: البيان الوصفي (meta) للوصف. إذا لم يتواجد، سيتم استخدام مقطع من بداية المحتوى (المتن)."
|
1806 |
-
|
1807 |
-
#: inc/admin/callbacks/Analytics.php:107
|
1808 |
-
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
1809 |
-
msgstr "طلب موافقة المستخدمين بخصوص تتبُّع الإحصاءات (مطلوبة بواسطة GDPR)"
|
1810 |
-
|
1811 |
-
#: inc/admin/callbacks/Analytics.php:111
|
1812 |
-
msgid "The user must click the <strong>Accept button</strong> to allow tracking."
|
1813 |
-
msgstr ""
|
1814 |
-
|
1815 |
-
#: inc/admin/callbacks/Analytics.php:116
|
1816 |
-
msgid "User roles excluded from tracking will not see the consent message."
|
1817 |
-
msgstr ""
|
1818 |
-
|
1819 |
-
#: inc/admin/admin-metaboxes-form.php:574
|
1820 |
-
msgid "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."
|
1821 |
-
msgstr "حجم الحد الأدنى: 160x90 بيكسل (1920x1080 كحد أقصى)، بالصيغ JPG ،PNG أو GIF. الافتراضي: الصورة المميزة للمنشور الخاص بك."
|
1822 |
-
|
1823 |
-
#: inc/admin/admin-metaboxes-form.php:577
|
1824 |
-
msgid "Video Duration (recommended)"
|
1825 |
-
msgstr "مدة الفيديو (موصى به)"
|
1826 |
-
|
1827 |
-
#: inc/admin/callbacks/Analytics.php:122
|
1828 |
-
#, fuzzy
|
1829 |
-
#| msgid ""
|
1830 |
-
#| "User roles excluded from tracking will not see the consent message.<br> If "
|
1831 |
-
#| "you use a caching plugin, you have to exclude this JS file in your "
|
1832 |
-
#| "settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
|
1833 |
-
#| "cookies-ajax.js</strong> <br>and this cookie <strong>seopress-user-consent-"
|
1834 |
-
#| "accept</strong>"
|
1835 |
-
msgid "<strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> and this cookie <strong>seopress-user-consent-accept</strong>"
|
1836 |
-
msgstr "أدوار المستخدم المستثناة من التتبع لن تشاهد رسالة الموافقة.<br> إذا كنت تستخدم إضافة خاصة بالتخزين المؤقت (caching)، عليك باستثناء ملف الجافا سكريبت (JS) هذا في إعداداتك: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> <br>وملف الارتباط الcookie هذا <strong>seopress-user-consent-accept</strong>"
|
1837 |
-
|
1838 |
-
#: inc/admin/callbacks/Analytics.php:123
|
1839 |
-
msgid "Hook to add custom tracking code with user consent - new window"
|
1840 |
-
msgstr "رابط متعلق لإضافة شفرة تتبّع مخصصة وذلك بموافقة المستخدم - نافذة جديدة"
|
1841 |
-
|
1842 |
-
#: inc/admin/admin-metaboxes-form.php:579
|
1843 |
-
msgid "The duration of the video in seconds. Value must be between 0 and 28800 (8 hours)."
|
1844 |
-
msgstr "مدة الفيديو بالثواني. القيمة لابد أن تكون ما بن 0 و 28800 (8 ساعات)."
|
1845 |
-
|
1846 |
-
#: inc/admin/admin-metaboxes-form.php:582
|
1847 |
-
msgid "Video Rating"
|
1848 |
-
msgstr "تقييم الفيديو"
|
1849 |
-
|
1850 |
-
#: inc/admin/callbacks/Analytics.php:146
|
1851 |
-
msgid "The previous option must be checked to use this."
|
1852 |
-
msgstr ""
|
1853 |
-
|
1854 |
-
#: inc/admin/callbacks/Analytics.php:166
|
1855 |
-
msgid "Allow user to change its choice about cookies"
|
1856 |
-
msgstr ""
|
1857 |
-
|
1858 |
-
#: inc/admin/admin-metaboxes-form.php:587
|
1859 |
-
#: inc/admin/admin-metaboxes-form.php:588
|
1860 |
-
msgid "View count"
|
1861 |
-
msgstr "عداد المشاهدة"
|
1862 |
-
|
1863 |
-
#: inc/admin/callbacks/Analytics.php:180
|
1864 |
-
msgid "This message will only appear if request user's consent is enabled."
|
1865 |
-
msgstr "هذه الرسالة سوف تظهر فقط إذا كانت خاصية ’طلب موافقة المستخدم‘ مفعّلة."
|
1866 |
-
|
1867 |
-
#: inc/admin/admin-metaboxes-form.php:591
|
1868 |
-
#: inc/admin/admin-metaboxes-form.php:592
|
1869 |
-
msgid "Video tags"
|
1870 |
-
msgstr "وسوم الفيديو"
|
1871 |
-
|
1872 |
-
#: inc/admin/callbacks/Analytics.php:186
|
1873 |
-
msgid "HTML tags allowed: strong, em, br, a href / target"
|
1874 |
-
msgstr "وسوم HTML المسموحة: strong، em، br، a href / target"
|
1875 |
-
|
1876 |
-
#: inc/admin/admin-metaboxes-form.php:593
|
1877 |
-
msgid "32 tags max., separate tags with commas. Default: target keywords + post tags if available."
|
1878 |
-
msgstr "32 وسم كحد أقصى، فصل الوسوم باستخدام الفاصلة. الافتراضي: الكلمات المفتاحية المستهدفة + وسوم المنشور لو توفر."
|
1879 |
-
|
1880 |
-
#: inc/admin/admin-metaboxes-form.php:596
|
1881 |
-
#: inc/admin/admin-metaboxes-form.php:597
|
1882 |
-
msgid "Video categories"
|
1883 |
-
msgstr "تصنيفات الفيديو"
|
1884 |
-
|
1885 |
-
#: inc/admin/callbacks/Analytics.php:200
|
1886 |
-
msgid "Change the button value"
|
1887 |
-
msgstr "غيّر قيمة الزر"
|
1888 |
-
|
1889 |
-
#: inc/admin/admin-metaboxes-form.php:598
|
1890 |
-
msgid "256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available."
|
1891 |
-
msgstr "256 حرف كحد أقصى، يكون الفيديو عادة ينتمي لتصنيف واحد، فصل التصنيفات باستخدام الفاصلة. الافتراضي: أول تصنيف بالمنشور لو توفر."
|
1892 |
-
|
1893 |
-
#: inc/admin/callbacks/Analytics.php:210
|
1894 |
-
#, fuzzy
|
1895 |
-
#| msgid "Change the button value"
|
1896 |
-
msgid "Change the close button value"
|
1897 |
-
msgstr "غيّر قيمة الزر"
|
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 "سيتوفر هذا الفيديو فقط للمستخدمين الذين لديهم خاصية البحث الآمن (SafeSearch) متوقفة."
|
1902 |
-
|
1903 |
-
#: inc/admin/admin-metaboxes-form.php:607
|
1904 |
-
msgid "Remove video"
|
1905 |
-
msgstr "حذف فيديو"
|
1906 |
-
|
1907 |
-
#: inc/admin/callbacks/Analytics.php:220
|
1908 |
-
#, fuzzy
|
1909 |
-
#| msgid "Change the button value"
|
1910 |
-
msgid "Change the edit button value"
|
1911 |
-
msgstr "غيّر قيمة الزر"
|
1912 |
-
|
1913 |
-
#: inc/admin/admin-metaboxes.php:201
|
1914 |
-
#: inc/admin/admin-metaboxes.php:442
|
1915 |
-
#: inc/admin/admin-term-metaboxes.php:203
|
1916 |
-
msgid "Analysis in progress..."
|
1917 |
-
msgstr ""
|
1918 |
-
|
1919 |
-
#: inc/admin/callbacks/Analytics.php:256
|
1920 |
-
msgid "Bottom (default)"
|
1921 |
-
msgstr ""
|
1922 |
-
|
1923 |
-
#: inc/admin/callbacks/Analytics.php:261
|
1924 |
-
msgid "Middle"
|
1925 |
-
msgstr ""
|
1926 |
-
|
1927 |
-
#: inc/admin/callbacks/Analytics.php:266
|
1928 |
-
msgid "Top"
|
1929 |
-
msgstr ""
|
1930 |
-
|
1931 |
-
#: inc/admin/callbacks/Analytics.php:285
|
1932 |
-
msgid "Left"
|
1933 |
-
msgstr ""
|
1934 |
-
|
1935 |
-
#: inc/admin/callbacks/Analytics.php:290
|
1936 |
-
msgid "Center (default)"
|
1937 |
-
msgstr ""
|
1938 |
-
|
1939 |
-
#: inc/admin/callbacks/Analytics.php:295
|
1940 |
-
msgid "Right"
|
1941 |
-
msgstr ""
|
1942 |
-
|
1943 |
-
#: inc/admin/callbacks/Analytics.php:310
|
1944 |
-
#, fuzzy
|
1945 |
-
#| msgid "Change the button value"
|
1946 |
-
msgid "Change the cookie bar width"
|
1947 |
-
msgstr "غيّر قيمة الزر"
|
1948 |
-
|
1949 |
-
#: inc/admin/admin-notifications-center.php:127
|
1950 |
-
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."
|
1951 |
-
msgstr ""
|
1952 |
-
|
1953 |
-
#: inc/admin/admin-notifications-center.php:129
|
1954 |
-
#: inc/admin/admin-notifications-center.php:161
|
1955 |
-
#: inc/admin/admin-notifications-center.php:222
|
1956 |
-
#: inc/admin/admin-notifications-center.php:252
|
1957 |
-
#: inc/admin/admin-notifications-center.php:270
|
1958 |
-
#: inc/admin/admin-notifications-center.php:287
|
1959 |
-
#: inc/admin/admin-notifications-center.php:375
|
1960 |
-
#: inc/admin/admin-notifications-center.php:451
|
1961 |
-
#: inc/admin/admin-notifications-center.php:488
|
1962 |
-
#: inc/admin/admin-notifications-center.php:506
|
1963 |
-
msgid "High impact"
|
1964 |
-
msgstr "تأثير عالي"
|
1965 |
-
|
1966 |
-
#: inc/admin/admin-notifications-center.php:134
|
1967 |
-
#: inc/admin/admin-notifications-center.php:201
|
1968 |
-
#: inc/admin/admin-notifications-center.php:227
|
1969 |
-
#: inc/admin/admin.php:4821
|
1970 |
-
#: inc/admin/admin.php:4863
|
1971 |
-
#: inc/admin/admin.php:4890
|
1972 |
-
#: inc/admin/admin.php:4912
|
1973 |
-
#: inc/admin/admin.php:4934
|
1974 |
-
#: inc/admin/admin.php:4956
|
1975 |
-
msgid "Learn more"
|
1976 |
-
msgstr "تعلّم المزيد"
|
1977 |
-
|
1978 |
-
#: inc/admin/admin-notifications-center.php:158
|
1979 |
-
#, php-format
|
1980 |
-
msgid "We noticed that you use <strong>%s</strong> plugin."
|
1981 |
-
msgstr ""
|
1982 |
-
|
1983 |
-
#: inc/admin/admin-notifications-center.php:159
|
1984 |
-
#, fuzzy
|
1985 |
-
msgid "Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!"
|
1986 |
-
msgstr "لقد لاحظنا أنك تستخدم إضافة أخرى للتحسين الأمثل لمحركات البحث ال SEO. <br> لا تستخدم إضافات متعددة للSEO في آنٍ واحد لتحاشى التعارضات!"
|
1987 |
-
|
1988 |
-
#: inc/admin/callbacks/Analytics.php:341
|
1989 |
-
msgid "Display a backdrop with the cookie bar"
|
1990 |
-
msgstr ""
|
1991 |
-
|
1992 |
-
#: inc/admin/callbacks/Analytics.php:354 inc/admin/callbacks/Analytics.php:376
|
1993 |
-
#: inc/admin/callbacks/Analytics.php:431 inc/admin/callbacks/Analytics.php:500
|
1994 |
-
msgid "Background color: "
|
1995 |
-
msgstr ""
|
1996 |
-
|
1997 |
-
#: inc/admin/admin-notifications-center.php:179
|
1998 |
-
msgid "To solve this, please disable and re-enable SEOPress PRO. No data will be lost."
|
1999 |
-
msgstr ""
|
2000 |
-
|
2001 |
-
#: inc/admin/callbacks/Analytics.php:368
|
2002 |
-
#, fuzzy
|
2003 |
-
#| msgid "Titles settings"
|
2004 |
-
msgid "Main settings"
|
2005 |
-
msgstr "إعدادات العناوين"
|
2006 |
-
|
2007 |
-
#: inc/admin/admin-notifications-center.php:201
|
2008 |
-
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."
|
2009 |
-
msgstr ""
|
2010 |
-
|
2011 |
-
#: inc/admin/callbacks/Analytics.php:381
|
2012 |
-
msgid "Change the color of the cookie bar background"
|
2013 |
-
msgstr ""
|
2014 |
-
|
2015 |
-
#: inc/admin/callbacks/Analytics.php:391 inc/admin/callbacks/Analytics.php:460
|
2016 |
-
#: inc/admin/callbacks/Analytics.php:515
|
2017 |
-
msgid "Text color: "
|
2018 |
-
msgstr ""
|
2019 |
-
|
2020 |
-
#: inc/admin/callbacks/Analytics.php:396
|
2021 |
-
msgid "Change the color of the cookie bar text"
|
2022 |
-
msgstr ""
|
2023 |
-
|
2024 |
-
#: inc/admin/admin-notifications-center.php:220
|
2025 |
-
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."
|
2026 |
-
msgstr ""
|
2027 |
-
|
2028 |
-
#: inc/admin/callbacks/Analytics.php:411
|
2029 |
-
msgid "Change the color of the cookie bar link"
|
2030 |
-
msgstr ""
|
2031 |
-
|
2032 |
-
#: inc/admin/admin-notifications-center.php:250
|
2033 |
-
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."
|
2034 |
-
msgstr ""
|
2035 |
-
|
2036 |
-
#: inc/admin/callbacks/Analytics.php:427
|
2037 |
-
msgid "Customize the <strong>Accept button</strong>."
|
2038 |
-
msgstr ""
|
2039 |
-
|
2040 |
-
#: inc/admin/callbacks/Analytics.php:435
|
2041 |
-
msgid "Change the color of the cookie bar button background"
|
2042 |
-
msgstr ""
|
2043 |
-
|
2044 |
-
#: inc/admin/admin-notifications-center.php:268
|
2045 |
-
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!"
|
2046 |
-
msgstr ""
|
2047 |
-
|
2048 |
-
#: inc/admin/admin-notifications-center.php:284
|
2049 |
-
#: inc/admin/admin.php:2764
|
2050 |
-
msgid "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2051 |
-
msgstr "روابطك الدائمة (permalinks) غير صديقة لعوامل التحسين الأمثل لمحركات البحث (SEO)! قم بتمكين الروابط الدائمة الجميلة (pretty permalinks) لإصلاح هذا النقطة."
|
2052 |
-
|
2053 |
-
#: inc/admin/admin-notifications-center.php:285
|
2054 |
-
#: inc/admin/admin-notifications-center.php:314
|
2055 |
-
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..."
|
2056 |
-
msgstr ""
|
2057 |
-
|
2058 |
-
#: inc/admin/admin-notifications-center.php:313
|
2059 |
-
#, fuzzy
|
2060 |
-
msgid "Your RSS feed shows full text!"
|
2061 |
-
msgstr "ملف تغذية ال RSS الخاص بك يعرض النص الكامل!"
|
2062 |
-
|
2063 |
-
#: inc/admin/callbacks/Analytics.php:480
|
2064 |
-
msgid "Change the color of the cookie bar button hover"
|
2065 |
-
msgstr ""
|
2066 |
-
|
2067 |
-
#: inc/admin/admin-notifications-center.php:343
|
2068 |
-
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2069 |
-
msgstr "هل أعجبك إس إي أو بريس SEOPress؟ الرجاء مساعدتنا وذلك بإعطائنا تقييم 5 نجوم!"
|
2070 |
-
|
2071 |
-
#: inc/admin/admin-notifications-center.php:344
|
2072 |
-
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!"
|
2073 |
-
msgstr ""
|
2074 |
-
|
2075 |
-
#: inc/admin/admin-notifications-center.php:346
|
2076 |
-
#, fuzzy
|
2077 |
-
msgid "Information"
|
2078 |
-
msgstr "الإعدادات"
|
2079 |
-
|
2080 |
-
#: inc/admin/callbacks/Analytics.php:520
|
2081 |
-
msgid "Change the color of the cookie bar secondary button hover background"
|
2082 |
-
msgstr ""
|
2083 |
-
|
2084 |
-
#: inc/admin/callbacks/Analytics.php:535
|
2085 |
-
msgid "Change the color of the cookie bar secondary button"
|
2086 |
-
msgstr ""
|
2087 |
-
|
2088 |
-
#: inc/admin/admin-notifications-center.php:373
|
2089 |
-
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."
|
2090 |
-
msgstr ""
|
2091 |
-
|
2092 |
-
#: inc/admin/callbacks/Analytics.php:592
|
2093 |
-
msgid "Enter your Google Optimize container ID"
|
2094 |
-
msgstr ""
|
2095 |
-
|
2096 |
-
#: inc/admin/callbacks/Analytics.php:592
|
2097 |
-
msgid "GTM-XXXXXXX"
|
2098 |
-
msgstr "GTM-XXXXXXX"
|
2099 |
-
|
2100 |
-
#: inc/admin/admin-notifications-center.php:403
|
2101 |
-
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. If you can do it, try adding an infinite scroll to your post listings."
|
2102 |
-
msgstr ""
|
2103 |
-
|
2104 |
-
#: inc/admin/admin-notifications-center.php:420
|
2105 |
-
msgid "You don't have an XML Sitemap!"
|
2106 |
-
msgstr "ليس لديك خارطة الموقع XML!"
|
2107 |
-
|
2108 |
-
#: inc/admin/admin-notifications-center.php:421
|
2109 |
-
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."
|
2110 |
-
msgstr ""
|
2111 |
-
|
2112 |
-
#: inc/admin/callbacks/Analytics.php:614
|
2113 |
-
#, fuzzy
|
2114 |
-
#| msgid "GTM-XXXXXXX"
|
2115 |
-
msgid "AW-XXXXXXXXX"
|
2116 |
-
msgstr "GTM-XXXXXXX"
|
2117 |
-
|
2118 |
-
#: inc/admin/admin-notifications-center.php:449
|
2119 |
-
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."
|
2120 |
-
msgstr ""
|
2121 |
-
|
2122 |
-
#: inc/admin/callbacks/Analytics.php:631
|
2123 |
-
#, fuzzy
|
2124 |
-
#| msgid "Paste your tracking code here"
|
2125 |
-
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
2126 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
2127 |
-
|
2128 |
-
#: inc/admin/callbacks/Analytics.php:631
|
2129 |
-
msgid "Additional tracking code field"
|
2130 |
-
msgstr "حقل إضافي لشفرة التتبع"
|
2131 |
-
|
2132 |
-
#: inc/admin/callbacks/Analytics.php:634
|
2133 |
-
msgid "This code will be added in the head section of your page."
|
2134 |
-
msgstr "سيتم إضافة هذه الشفرة في قسم الرأس من صفحتك."
|
2135 |
-
|
2136 |
-
#: inc/admin/callbacks/Analytics.php:646
|
2137 |
-
#, fuzzy
|
2138 |
-
#| msgid "Paste your tracking code here"
|
2139 |
-
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
2140 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
2141 |
-
|
2142 |
-
#: inc/admin/callbacks/Analytics.php:646
|
2143 |
-
#, fuzzy
|
2144 |
-
#| msgid "Additional tracking code field"
|
2145 |
-
msgid "Additional tracking code field added to body"
|
2146 |
-
msgstr "حقل إضافي لشفرة التتبع"
|
2147 |
-
|
2148 |
-
#: inc/admin/admin-notifications-center.php:486
|
2149 |
-
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."
|
2150 |
-
msgstr ""
|
2151 |
-
|
2152 |
-
#: inc/admin/callbacks/Analytics.php:658
|
2153 |
-
msgid "Learn how to integrate Google Tag Manager"
|
2154 |
-
msgstr ""
|
2155 |
-
|
2156 |
-
#: inc/admin/callbacks/Analytics.php:671
|
2157 |
-
#, fuzzy
|
2158 |
-
msgid "Structured data types is not correctly enabled"
|
2159 |
-
msgstr "أنواع البيانات المهيكلة (schema.org)"
|
2160 |
-
|
2161 |
-
#: inc/admin/admin-notifications-center.php:504
|
2162 |
-
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)"
|
2163 |
-
msgstr "جمهور تجديد النشاط التسويقي هو عبارة عن قائمة من ملفات تعريف الارتباط (cookies) أو معرِّفات إعلانات الجوال والتي تمثِّل مجموعة من المستخدمين الذين ترغب أنت بإعادة التواصل معهم بسبب احتمال تحولهم إلى عملاء محتملين."
|
2164 |
-
|
2165 |
-
#: inc/admin/callbacks/Analytics.php:718 inc/admin/settings/Analytics.php:315
|
2166 |
-
msgid "Enable IP Anonymization"
|
2167 |
-
msgstr "تمكين خاصية إخفاء رقم الهوية الـ IP"
|
2168 |
-
|
2169 |
-
#: inc/admin/admin-notifications-center.php:523
|
2170 |
-
msgid "Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible."
|
2171 |
-
msgstr "عندما يطلب أحد عملاء الإحصاءات إخفاء الهوية عن طريق عنوان الـ IP، ستعمل الإحصاءات بإخفاء العنوان بأقرب وقت ممكن من الناحية التقنية الملائمة والمناسبة وذلك في أقرب مرحلة ممكنة للشبكة الجمعية."
|
2172 |
-
|
2173 |
-
#: inc/admin/callbacks/Analytics.php:746 inc/admin/settings/Analytics.php:323
|
2174 |
-
msgid "Enhanced Link Attribution"
|
2175 |
-
msgstr "إحالة الرابط المحسّن"
|
2176 |
-
|
2177 |
-
#: inc/admin/callbacks/Analytics.php:750
|
2178 |
-
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."
|
2179 |
-
msgstr "تعمل خاصية ’إحالة الرابط المحسّن‘ على تحسين دقّة تقرير إحصاءات داخل-الصفحة (In-Page Analytics) الخاصة بك وذلك عن طريق التمييز التلقائي بين الروابط المتعددة لنفس عنوان الـ URL على صفحة واحدة باستخدام معرّف عناصر الارتباط."
|
2180 |
-
|
2181 |
-
#: inc/admin/callbacks/Analytics.php:775 inc/admin/settings/Analytics.php:331
|
2182 |
-
msgid "Enable cross-domain tracking"
|
2183 |
-
msgstr "تمكين التتبُّع بين النطاقات"
|
2184 |
-
|
2185 |
-
#: inc/admin/admin-notifications-center.php:552
|
2186 |
-
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."
|
2187 |
-
msgstr "يتيح التتبُّع البيني عبر النطاقات للإحصاءات لرؤية الجلسات (sessions) على موقعين مرتبطين (مثل العلاقة بين موقع تجارة إلكترونية وموقع آخر منفصل لسلة التسوق) كأنهما في جلسة واحدة. يطلق على هذه الحالة بعض الأحيان بتربيط الموقع."
|
2188 |
-
|
2189 |
-
#: inc/admin/callbacks/Analytics.php:797 inc/admin/callbacks/Analytics.php:1173
|
2190 |
-
#, fuzzy
|
2191 |
-
msgid "Upgrade now!"
|
2192 |
-
msgstr "الترحيل الان"
|
2193 |
-
|
2194 |
-
#: inc/admin/admin-notifications-center.php:576
|
2195 |
-
msgid "Check websites setup on your server"
|
2196 |
-
msgstr "تحقق من تنصيب الموقع على الخادم الخاص بك"
|
2197 |
-
|
2198 |
-
#: inc/admin/callbacks/Analytics.php:797 inc/admin/callbacks/Analytics.php:1174
|
2199 |
-
#: inc/admin/settings/Analytics.php:339
|
2200 |
-
msgid "Cross domains"
|
2201 |
-
msgstr "النطاقات البينيّة"
|
2202 |
-
|
2203 |
-
#: inc/admin/callbacks/Analytics.php:814 inc/admin/settings/Analytics.php:357
|
2204 |
-
msgid "Enable external links tracking"
|
2205 |
-
msgstr "تمكين تتبُّع الروابط الخارجية"
|
2206 |
-
|
2207 |
-
#: inc/admin/callbacks/Analytics.php:834
|
2208 |
-
msgid "Enable download tracking"
|
2209 |
-
msgstr "تمكين تتبُّع التحميل"
|
2210 |
-
|
2211 |
-
#: inc/admin/callbacks/Analytics.php:847
|
2212 |
-
msgid "pdf|docx|pptx|zip"
|
2213 |
-
msgstr "pdf|docx|pptx|zip"
|
2214 |
-
|
2215 |
-
#: inc/admin/callbacks/Analytics.php:847 inc/admin/settings/Analytics.php:373
|
2216 |
-
msgid "Track downloads' clicks"
|
2217 |
-
msgstr "تتبّع الضغطات على التحميلات"
|
2218 |
-
|
2219 |
-
#: inc/admin/callbacks/Analytics.php:851
|
2220 |
-
msgid "Separate each file type extensions with a pipe \"|\""
|
2221 |
-
msgstr "فصل كل نوع ملف بعلامة الفاصلة العمودية أو القائم \"|\""
|
2222 |
-
|
2223 |
-
#: inc/admin/callbacks/Analytics.php:869
|
2224 |
-
msgid "Enable affiliate/outbound tracking"
|
2225 |
-
msgstr "تمكين تتبُّع الروابط المنتسبة/الصادرة"
|
2226 |
-
|
2227 |
-
#: inc/admin/callbacks/Analytics.php:883
|
2228 |
-
msgid "aff|go|out"
|
2229 |
-
msgstr "aff|go|out"
|
2230 |
-
|
2231 |
-
#: inc/admin/callbacks/Analytics.php:883 inc/admin/settings/Analytics.php:389
|
2232 |
-
msgid "Track affiliate/outbound links"
|
2233 |
-
msgstr "تتبُّع الروابط المنتسبة/الصادرة"
|
2234 |
-
|
2235 |
-
#: inc/admin/callbacks/Analytics.php:887
|
2236 |
-
msgid "Separate each keyword with a pipe \"|\""
|
2237 |
-
msgstr "فصل كل كلمة مفتاحية باستخدام الفاصلة العمودية أو القائم \"|\""
|
2238 |
-
|
2239 |
-
#: inc/admin/admin-notifications-center.php:635
|
2240 |
-
msgid "Image SEO plugin to optimize your image ALT texts and names for Search Engines."
|
2241 |
-
msgstr ""
|
2242 |
-
|
2243 |
-
#: inc/admin/callbacks/Analytics.php:908 inc/admin/callbacks/Analytics.php:935
|
2244 |
-
#: inc/admin/callbacks/Analytics.php:962 inc/admin/callbacks/Analytics.php:989
|
2245 |
-
#: inc/admin/callbacks/Analytics.php:1016
|
2246 |
-
#, fuzzy, php-format
|
2247 |
-
#| msgid "Custom Dimension #1"
|
2248 |
-
msgid "Custom Dimension #%d"
|
2249 |
-
msgstr "بعد مخصص #1"
|
2250 |
-
|
2251 |
-
#: inc/admin/callbacks/Analytics.php:1035
|
2252 |
-
msgid "Enable Matomo tracking (Matomo account required)"
|
2253 |
-
msgstr ""
|
2254 |
-
|
2255 |
-
#: inc/admin/admin-wizard.php:96
|
2256 |
-
#: seopress.php:211
|
2257 |
-
#, fuzzy
|
2258 |
-
msgid "Migration completed!"
|
2259 |
-
msgstr "الاستيراد اكتمل!"
|
2260 |
-
|
2261 |
-
#: inc/admin/admin-wizard.php:97
|
2262 |
-
#: seopress.php:212
|
2263 |
-
#, fuzzy
|
2264 |
-
msgid "Export completed!"
|
2265 |
-
msgstr "الاستيراد اكتمل!"
|
2266 |
-
|
2267 |
-
#: inc/admin/admin-wizard.php:112
|
2268 |
-
#, fuzzy
|
2269 |
-
msgid "Import SEO settings"
|
2270 |
-
msgstr "استيراد إعدادات الإضافة"
|
2271 |
-
|
2272 |
-
#: inc/admin/admin-wizard.php:117
|
2273 |
-
#: inc/admin/admin-wizard.php:454
|
2274 |
-
#, fuzzy
|
2275 |
-
msgid "Your site"
|
2276 |
-
msgstr "مشاهدة خارطة موقعك"
|
2277 |
-
|
2278 |
-
#: inc/admin/admin-wizard.php:122
|
2279 |
-
#: inc/admin/admin-wizard.php:564
|
2280 |
-
msgid "Indexing"
|
2281 |
-
msgstr ""
|
2282 |
-
|
2283 |
-
#: inc/admin/admin-wizard.php:127
|
2284 |
-
#: inc/admin/admin-wizard.php:720
|
2285 |
-
#, fuzzy
|
2286 |
-
msgid "Advanced options"
|
2287 |
-
msgstr "<p>خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO.</p>"
|
2288 |
-
|
2289 |
-
#: inc/admin/callbacks/Analytics.php:1087
|
2290 |
-
msgid "Tracking one domain and its subdomains in the same website"
|
2291 |
-
msgstr ""
|
2292 |
-
|
2293 |
-
#: inc/admin/callbacks/Analytics.php:1091
|
2294 |
-
msgid "If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."
|
2295 |
-
msgstr ""
|
2296 |
-
|
2297 |
-
#: inc/admin/callbacks/Analytics.php:1110
|
2298 |
-
msgid "Prepend the site domain to the page title when tracking"
|
2299 |
-
msgstr ""
|
2300 |
-
|
2301 |
-
#: inc/admin/callbacks/Analytics.php:1113
|
2302 |
-
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."
|
2303 |
-
msgstr ""
|
2304 |
-
|
2305 |
-
#: inc/admin/callbacks/Analytics.php:1131 inc/admin/settings/Analytics.php:496
|
2306 |
-
msgid "Track users with JavaScript disabled"
|
2307 |
-
msgstr ""
|
2308 |
-
|
2309 |
-
#: inc/admin/admin-wizard.php:269
|
2310 |
-
msgid "The following wizard will help you configure SEOPress and get you started quickly."
|
2311 |
-
msgstr ""
|
2312 |
-
|
2313 |
-
#: inc/admin/admin-wizard.php:270
|
2314 |
-
msgid "The first step is to import your previous settings from other plugins to keep your SEO."
|
2315 |
-
msgstr ""
|
2316 |
-
|
2317 |
-
#: inc/admin/callbacks/Analytics.php:1160
|
2318 |
-
msgid "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."
|
2319 |
-
msgstr ""
|
2320 |
-
|
2321 |
-
#: inc/admin/admin-wizard.php:273
|
2322 |
-
#: inc/admin/admin.php:753
|
2323 |
-
#, fuzzy
|
2324 |
-
msgid "Import posts and terms metadata from"
|
2325 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
|
2326 |
-
|
2327 |
-
#: inc/admin/admin-wizard.php:275
|
2328 |
-
#: inc/admin/admin.php:755
|
2329 |
-
#: inc/admin/admin.php:911
|
2330 |
-
#, fuzzy
|
2331 |
-
msgid "Select an option"
|
2332 |
-
msgstr "أختر شعارك"
|
2333 |
-
|
2334 |
-
#: inc/admin/admin-wizard.php:276
|
2335 |
-
#: inc/admin/admin.php:756
|
2336 |
-
msgid "Yoast SEO"
|
2337 |
-
msgstr ""
|
2338 |
-
|
2339 |
-
#: inc/admin/admin-wizard.php:277
|
2340 |
-
#: inc/admin/admin.php:757
|
2341 |
-
msgid "All In One SEO"
|
2342 |
-
msgstr ""
|
2343 |
-
|
2344 |
-
#: inc/admin/admin-wizard.php:278
|
2345 |
-
#: inc/admin/admin.php:758
|
2346 |
-
msgid "The SEO Framework"
|
2347 |
-
msgstr ""
|
2348 |
-
|
2349 |
-
#: inc/admin/admin-wizard.php:279
|
2350 |
-
#: inc/admin/admin.php:759
|
2351 |
-
msgid "Rank Math"
|
2352 |
-
msgstr ""
|
2353 |
-
|
2354 |
-
#: inc/admin/admin-wizard.php:280
|
2355 |
-
#: inc/admin/admin.php:760
|
2356 |
-
msgid "Squirrly SEO"
|
2357 |
-
msgstr ""
|
2358 |
-
|
2359 |
-
#: inc/admin/admin-wizard.php:281
|
2360 |
-
#: inc/admin/admin.php:761
|
2361 |
-
msgid "SEO Ultimate"
|
2362 |
-
msgstr ""
|
2363 |
-
|
2364 |
-
#: inc/admin/admin-wizard.php:282
|
2365 |
-
#: inc/admin/admin.php:762
|
2366 |
-
msgid "WP Meta SEO"
|
2367 |
-
msgstr "إعادة توجيه صفحات المرفقات إلى المنشور الأب (أو الصفحة الرئيسية إذا لم يجد)"
|
2368 |
-
|
2369 |
-
#: inc/admin/admin-wizard.php:290
|
2370 |
-
#: inc/admin/admin.php:769
|
2371 |
-
msgid "Import posts and terms metadata from Yoast"
|
2372 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
|
2373 |
-
|
2374 |
-
#: inc/admin/admin-wizard.php:291
|
2375 |
-
#: inc/admin/admin-wizard.php:310
|
2376 |
-
#: inc/admin/admin-wizard.php:327
|
2377 |
-
#: inc/admin/admin-wizard.php:346
|
2378 |
-
#: inc/admin/admin-wizard.php:365
|
2379 |
-
#: inc/admin/admin-wizard.php:383
|
2380 |
-
#: inc/admin/admin-wizard.php:400
|
2381 |
-
#: inc/admin/admin.php:770
|
2382 |
-
#: inc/admin/admin.php:791
|
2383 |
-
#: inc/admin/admin.php:810
|
2384 |
-
#: inc/admin/admin.php:831
|
2385 |
-
#: inc/admin/admin.php:852
|
2386 |
-
#: inc/admin/admin.php:872
|
2387 |
-
#: inc/admin/admin.php:891
|
2388 |
-
msgid "By clicking Migrate, we'll import:"
|
2389 |
-
msgstr "بالضغط على ترحيل، سوف نقوم باستيراد:"
|
2390 |
-
|
2391 |
-
#: inc/admin/admin-wizard.php:293
|
2392 |
-
#: inc/admin/admin-wizard.php:312
|
2393 |
-
#: inc/admin/admin-wizard.php:329
|
2394 |
-
#: inc/admin/admin-wizard.php:348
|
2395 |
-
#: inc/admin/admin-wizard.php:367
|
2396 |
-
#: inc/admin/admin-wizard.php:385
|
2397 |
-
#: inc/admin/admin-wizard.php:402
|
2398 |
-
#: inc/admin/admin.php:772
|
2399 |
-
#: inc/admin/admin.php:793
|
2400 |
-
#: inc/admin/admin.php:812
|
2401 |
-
#: inc/admin/admin.php:833
|
2402 |
-
#: inc/admin/admin.php:854
|
2403 |
-
#: inc/admin/admin.php:874
|
2404 |
-
#: inc/admin/admin.php:893
|
2405 |
-
msgid "Title tags"
|
2406 |
-
msgstr "عنوان الوسوم"
|
2407 |
-
|
2408 |
-
#: inc/admin/admin-wizard.php:295
|
2409 |
-
#: inc/admin/admin-wizard.php:314
|
2410 |
-
#: inc/admin/admin-wizard.php:331
|
2411 |
-
#: inc/admin/admin-wizard.php:350
|
2412 |
-
#: inc/admin/admin-wizard.php:369
|
2413 |
-
#: inc/admin/admin-wizard.php:387
|
2414 |
-
#: inc/admin/admin-wizard.php:404
|
2415 |
-
#: inc/admin/admin.php:774
|
2416 |
-
#: inc/admin/admin.php:795
|
2417 |
-
#: inc/admin/admin.php:814
|
2418 |
-
#: inc/admin/admin.php:835
|
2419 |
-
#: inc/admin/admin.php:856
|
2420 |
-
#: inc/admin/admin.php:876
|
2421 |
-
#: inc/admin/admin.php:895
|
2422 |
-
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
2423 |
-
msgstr "وسوم الأرضية المعرفية التقنية المفتوحة (Open Graph) لفيسبوك (العنوان، الوصف والصورة المصغرة)"
|
2424 |
-
|
2425 |
-
#: inc/admin/admin-wizard.php:296
|
2426 |
-
#: inc/admin/admin-wizard.php:332
|
2427 |
-
#: inc/admin/admin-wizard.php:351
|
2428 |
-
#: inc/admin/admin-wizard.php:370
|
2429 |
-
#: inc/admin/admin-wizard.php:388
|
2430 |
-
#: inc/admin/admin-wizard.php:405
|
2431 |
-
#: inc/admin/admin.php:775
|
2432 |
-
#: inc/admin/admin.php:815
|
2433 |
-
#: inc/admin/admin.php:836
|
2434 |
-
#: inc/admin/admin.php:857
|
2435 |
-
#: inc/admin/admin.php:877
|
2436 |
-
#: inc/admin/admin.php:896
|
2437 |
-
msgid "Twitter tags (title, description and image thumbnail)"
|
2438 |
-
msgstr "وسوم تويتر (العنوان، الوصف والصورة المصغرة)"
|
2439 |
-
|
2440 |
-
#: inc/admin/admin-wizard.php:297
|
2441 |
-
#: inc/admin/admin.php:776
|
2442 |
-
msgid "Meta Robots (noindex, nofollow...)"
|
2443 |
-
msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع...)"
|
2444 |
-
|
2445 |
-
#: inc/admin/admin-wizard.php:299
|
2446 |
-
#: inc/admin/admin-wizard.php:354
|
2447 |
-
#: inc/admin/admin.php:778
|
2448 |
-
#: inc/admin/admin.php:839
|
2449 |
-
msgid "Focus keywords"
|
2450 |
-
msgstr "الكلمات المفتاحية المركزة"
|
2451 |
-
|
2452 |
-
#: inc/admin/admin-wizard.php:301
|
2453 |
-
#: inc/admin/admin.php:780
|
2454 |
-
#, fuzzy
|
2455 |
-
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."
|
2456 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة Yoast."
|
2457 |
-
|
2458 |
-
#: inc/admin/admin-wizard.php:302
|
2459 |
-
#: inc/admin/admin-wizard.php:319
|
2460 |
-
#: inc/admin/admin-wizard.php:338
|
2461 |
-
#: inc/admin/admin-wizard.php:357
|
2462 |
-
#: inc/admin/admin-wizard.php:375
|
2463 |
-
#: inc/admin/admin-wizard.php:392
|
2464 |
-
#: inc/admin/admin-wizard.php:408
|
2465 |
-
#: inc/admin/admin.php:781
|
2466 |
-
#: inc/admin/admin.php:800
|
2467 |
-
#: inc/admin/admin.php:821
|
2468 |
-
#: inc/admin/admin.php:842
|
2469 |
-
#: inc/admin/admin.php:862
|
2470 |
-
#: inc/admin/admin.php:881
|
2471 |
-
#: inc/admin/admin.php:899
|
2472 |
-
msgid "Migrate now"
|
2473 |
-
msgstr "الترحيل الان"
|
2474 |
-
|
2475 |
-
#: inc/admin/admin-wizard.php:309
|
2476 |
-
#: inc/admin/admin.php:790
|
2477 |
-
msgid "Import posts and terms metadata from All In One SEO"
|
2478 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع إلى SEO واحد"
|
2479 |
-
|
2480 |
-
#: inc/admin/admin-wizard.php:315
|
2481 |
-
#: inc/admin/admin.php:796
|
2482 |
-
msgid "Twitter image thumbnail"
|
2483 |
-
msgstr "الصورة المصغرة لتويتر"
|
2484 |
-
|
2485 |
-
#: inc/admin/admin-wizard.php:316
|
2486 |
-
#: inc/admin/admin.php:797
|
2487 |
-
msgid "Meta Robots (noindex, nofollow)"
|
2488 |
-
msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
|
2489 |
-
|
2490 |
-
#: inc/admin/admin-wizard.php:318
|
2491 |
-
#: inc/admin/admin.php:799
|
2492 |
-
#, fuzzy
|
2493 |
-
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."
|
2494 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
|
2495 |
-
|
2496 |
-
#: inc/admin/admin-wizard.php:326
|
2497 |
-
#: inc/admin/admin.php:809
|
2498 |
-
msgid "Import posts and terms metadata from The SEO Framework"
|
2499 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من SEO Framework"
|
2500 |
-
|
2501 |
-
#: inc/admin/admin-wizard.php:333
|
2502 |
-
#: inc/admin/admin.php:816
|
2503 |
-
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2504 |
-
msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع، عدم الأرشفة)"
|
2505 |
-
|
2506 |
-
#: inc/admin/admin-wizard.php:335
|
2507 |
-
#: inc/admin/admin.php:818
|
2508 |
-
#: inc/functions/options-advanced-admin.php:324
|
2509 |
-
msgid "Redirect URL"
|
2510 |
-
msgstr "إعادة توجيه URL"
|
2511 |
-
|
2512 |
-
#: inc/admin/admin-wizard.php:337
|
2513 |
-
#: inc/admin/admin.php:820
|
2514 |
-
#, fuzzy
|
2515 |
-
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."
|
2516 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بتحديث / حذف جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة SEO Framework."
|
2517 |
-
|
2518 |
-
#: inc/admin/admin-wizard.php:345
|
2519 |
-
#: inc/admin/admin.php:830
|
2520 |
-
#, fuzzy
|
2521 |
-
msgid "Import posts and terms metadata from Rank Math"
|
2522 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
|
2523 |
-
|
2524 |
-
#: inc/admin/admin-wizard.php:352
|
2525 |
-
#: inc/admin/admin.php:837
|
2526 |
-
#, fuzzy
|
2527 |
-
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
2528 |
-
msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع، عدم الأرشفة)"
|
2529 |
-
|
2530 |
-
#: inc/admin/admin-wizard.php:356
|
2531 |
-
#: inc/admin/admin.php:841
|
2532 |
-
#, fuzzy
|
2533 |
-
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."
|
2534 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
|
2535 |
-
|
2536 |
-
#: inc/admin/admin-wizard.php:364
|
2537 |
-
#: inc/admin/admin.php:851
|
2538 |
-
#, fuzzy
|
2539 |
-
msgid "Import posts metadata from Squirrly SEO"
|
2540 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع إلى SEO واحد"
|
2541 |
-
|
2542 |
-
#: inc/admin/admin-wizard.php:371
|
2543 |
-
#: inc/admin/admin-wizard.php:389
|
2544 |
-
#: inc/admin/admin.php:858
|
2545 |
-
#: inc/admin/admin.php:878
|
2546 |
-
#, fuzzy
|
2547 |
-
msgid "Meta Robots (noindex or nofollow)"
|
2548 |
-
msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
|
2549 |
-
|
2550 |
-
#: inc/admin/admin-wizard.php:374
|
2551 |
-
#, fuzzy
|
2552 |
-
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."
|
2553 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
|
2554 |
-
|
2555 |
-
#: inc/admin/admin-wizard.php:382
|
2556 |
-
#: inc/admin/admin.php:871
|
2557 |
-
#, fuzzy
|
2558 |
-
msgid "Import posts metadata from SEO Ultimate"
|
2559 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
|
2560 |
-
|
2561 |
-
#: inc/admin/admin-wizard.php:391
|
2562 |
-
#: inc/admin/admin.php:880
|
2563 |
-
#, fuzzy
|
2564 |
-
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."
|
2565 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بتحديث / حذف جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة SEO Framework."
|
2566 |
-
|
2567 |
-
#: inc/admin/admin-wizard.php:399
|
2568 |
-
#: inc/admin/admin.php:890
|
2569 |
-
#, fuzzy
|
2570 |
-
msgid "Import posts and terms metadata from WP Meta SEO"
|
2571 |
-
msgstr "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع إلى SEO واحد"
|
2572 |
-
|
2573 |
-
#: inc/admin/admin-wizard.php:407
|
2574 |
-
#: inc/admin/admin.php:898
|
2575 |
-
#, fuzzy
|
2576 |
-
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."
|
2577 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
|
2578 |
-
|
2579 |
-
#: inc/admin/admin-wizard.php:415
|
2580 |
-
#: inc/admin/admin-wizard.php:844
|
2581 |
-
msgid "Next step"
|
2582 |
-
msgstr ""
|
2583 |
-
|
2584 |
-
#: inc/admin/admin-wizard.php:456
|
2585 |
-
msgid "To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. "
|
2586 |
-
msgstr ""
|
2587 |
-
|
2588 |
-
#: inc/admin/callbacks/Sitemaps.php:286
|
2589 |
-
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
2590 |
-
msgstr ""
|
2591 |
-
|
2592 |
-
#: inc/admin/admin-wizard.php:461
|
2593 |
-
#: inc/admin/admin.php:1182
|
2594 |
-
#: inc/admin/admin.php:2940
|
2595 |
-
msgid "Site title"
|
2596 |
-
msgstr "عنوان الموقع"
|
2597 |
-
|
2598 |
-
#: inc/admin/admin-wizard.php:462
|
2599 |
-
#, fuzzy
|
2600 |
-
msgid "eg: My super website"
|
2601 |
-
msgstr "موقعي المدهش"
|
2602 |
-
|
2603 |
-
#: inc/admin/admin-wizard.php:464
|
2604 |
-
#: inc/admin/admin.php:1579
|
2605 |
-
msgid "Person or organization"
|
2606 |
-
msgstr "شخص أو منشئة"
|
2607 |
-
|
2608 |
-
#: inc/admin/callbacks/Sitemaps.php:325
|
2609 |
-
msgid "Menu order"
|
2610 |
-
msgstr "ترتيب القائمة"
|
2611 |
-
|
2612 |
-
#: inc/admin/callbacks/Sitemaps.php:346
|
2613 |
-
msgid "Disable date after each post, page, post type?"
|
2614 |
-
msgstr "تعطيل التاريخ بعد كل منشور، صفحة، نوع منشور؟"
|
2615 |
-
|
2616 |
-
#: inc/admin/callbacks/Sitemaps.php:366
|
2617 |
-
msgid "Remove links from archive pages (eg: Products)"
|
2618 |
-
msgstr ""
|
2619 |
-
|
2620 |
-
#: inc/admin/admin-wizard.php:472
|
2621 |
-
#: inc/admin/admin.php:4126
|
2622 |
-
msgid "Person"
|
2623 |
-
msgstr "شخص"
|
2624 |
-
|
2625 |
-
#: inc/admin/admin-wizard.php:475
|
2626 |
-
#: inc/admin/admin.php:4129
|
2627 |
-
msgid "Organization"
|
2628 |
-
msgstr "منشئة"
|
2629 |
-
|
2630 |
-
#: inc/admin/admin-wizard.php:479
|
2631 |
-
#: inc/admin/admin.php:1587
|
2632 |
-
#: inc/admin/admin.php:4142
|
2633 |
-
msgid "Your name/organization"
|
2634 |
-
msgstr "اسمك/المنشئة"
|
2635 |
-
|
2636 |
-
#: inc/admin/admin-wizard.php:480
|
2637 |
-
msgid "eg: My Company Name"
|
2638 |
-
msgstr ""
|
2639 |
-
|
2640 |
-
#: inc/admin/admin-wizard.php:482
|
2641 |
-
#: inc/admin/admin.php:1595
|
2642 |
-
#: inc/admin/admin.php:4155
|
2643 |
-
msgid "Your photo/organization logo"
|
2644 |
-
msgstr "صورتك/شعار المنشئة"
|
2645 |
-
|
2646 |
-
#: inc/admin/admin-wizard.php:483
|
2647 |
-
#, fuzzy
|
2648 |
-
msgid "eg: https://www.example.com/logo.png"
|
2649 |
-
msgstr "مثلاً: https://www.facebook.com/your-page"
|
2650 |
-
|
2651 |
-
#: inc/admin/callbacks/Social.php:59
|
2652 |
-
#, fuzzy
|
2653 |
-
msgid "Facebook page URL"
|
2654 |
-
msgstr "رابط URL لصفحة فيسبوك"
|
2655 |
-
|
2656 |
-
#: inc/admin/admin-wizard.php:486
|
2657 |
-
#: inc/admin/admin.php:4263
|
2658 |
-
#, fuzzy
|
2659 |
-
msgid "eg: https://facebook.com/my-page-url"
|
2660 |
-
msgstr "مثلاً: https://www.facebook.com/your-page"
|
2661 |
-
|
2662 |
-
#: inc/admin/admin-wizard.php:488
|
2663 |
-
#: inc/admin/admin.php:1644
|
2664 |
-
msgid "Twitter Username"
|
2665 |
-
msgstr "اسم مستخدم تويتر"
|
2666 |
-
|
2667 |
-
#: inc/admin/admin-wizard.php:489
|
2668 |
-
#: inc/admin/admin.php:4276
|
2669 |
-
msgid "eg: @my_twitter_account"
|
2670 |
-
msgstr ""
|
2671 |
-
|
2672 |
-
#: inc/admin/admin-wizard.php:491
|
2673 |
-
#: inc/admin/admin.php:1652
|
2674 |
-
#: inc/admin/admin.php:4288
|
2675 |
-
msgid "Pinterest URL"
|
2676 |
-
msgstr "رابط URL لـ Pinterest"
|
2677 |
-
|
2678 |
-
#: inc/admin/admin-wizard.php:492
|
2679 |
-
#: inc/admin/admin.php:4288
|
2680 |
-
#, fuzzy
|
2681 |
-
msgid "eg: https://pinterest.com/my-page-url/"
|
2682 |
-
msgstr "مثلاً: https://pinterest.com/wpbuy/"
|
2683 |
-
|
2684 |
-
#: inc/admin/admin-wizard.php:494
|
2685 |
-
#: inc/admin/admin.php:1660
|
2686 |
-
#: inc/admin/admin.php:4300
|
2687 |
-
msgid "Instagram URL"
|
2688 |
-
msgstr "رابط URL لـ Instagram"
|
2689 |
-
|
2690 |
-
#: inc/admin/admin-wizard.php:495
|
2691 |
-
#: inc/admin/admin.php:4300
|
2692 |
-
#, fuzzy
|
2693 |
-
msgid "eg: https://www.instagram.com/my-page-url/"
|
2694 |
-
msgstr "مثلاً: https://www.instagram.com/wp_seopress/"
|
2695 |
-
|
2696 |
-
#: inc/admin/admin-wizard.php:497
|
2697 |
-
#: inc/admin/admin.php:1668
|
2698 |
-
#: inc/admin/admin.php:4312
|
2699 |
-
msgid "YouTube URL"
|
2700 |
-
msgstr "رابط URL ليوتيوب"
|
2701 |
-
|
2702 |
-
#: inc/admin/admin-wizard.php:498
|
2703 |
-
#: inc/admin/admin.php:4312
|
2704 |
-
#, fuzzy
|
2705 |
-
msgid "eg: https://www.youtube.com/my-channel-url"
|
2706 |
-
msgstr "مثلاً: https://www.youtube.com/SEOPress"
|
2707 |
-
|
2708 |
-
#: inc/admin/admin-wizard.php:500
|
2709 |
-
#: inc/admin/admin.php:1676
|
2710 |
-
#: inc/admin/admin.php:4324
|
2711 |
-
msgid "LinkedIn URL"
|
2712 |
-
msgstr "رابط URL لـ LinkedIn"
|
2713 |
-
|
2714 |
-
#: inc/admin/admin-wizard.php:501
|
2715 |
-
#: inc/admin/admin.php:4324
|
2716 |
-
#, fuzzy
|
2717 |
-
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2718 |
-
msgstr "مثلاً: http://linkedin.com/company/seopress/"
|
2719 |
-
|
2720 |
-
#: inc/admin/admin-wizard.php:503
|
2721 |
-
#: inc/admin/admin.php:1684
|
2722 |
-
#: inc/admin/admin.php:4336
|
2723 |
-
msgid "MySpace URL"
|
2724 |
-
msgstr "رابط URL لـ MySpace"
|
2725 |
-
|
2726 |
-
#: inc/admin/admin-wizard.php:504
|
2727 |
-
#: inc/admin/admin.php:4336
|
2728 |
-
#, fuzzy
|
2729 |
-
msgid "eg: https://myspace.com/my-page-url"
|
2730 |
-
msgstr "مثلاً: https://myspace.com/your-page"
|
2731 |
-
|
2732 |
-
#: inc/admin/admin-wizard.php:506
|
2733 |
-
#: inc/admin/admin.php:1692
|
2734 |
-
#: inc/admin/admin.php:4348
|
2735 |
-
msgid "Soundcloud URL"
|
2736 |
-
msgstr "رابط URL لـ Soundcloud"
|
2737 |
-
|
2738 |
-
#: inc/admin/admin-wizard.php:507
|
2739 |
-
#: inc/admin/admin.php:4348
|
2740 |
-
#, fuzzy
|
2741 |
-
msgid "eg: https://soundcloud.com/my-page-url"
|
2742 |
-
msgstr "مثلاً: https://soundcloud.com/michaelmccannmusic"
|
2743 |
-
|
2744 |
-
#: inc/admin/admin-wizard.php:509
|
2745 |
-
#: inc/admin/admin.php:1700
|
2746 |
-
#: inc/admin/admin.php:4360
|
2747 |
-
msgid "Tumblr URL"
|
2748 |
-
msgstr "رابط URL لـ Tumblr"
|
2749 |
-
|
2750 |
-
#: inc/admin/admin-wizard.php:510
|
2751 |
-
#: inc/admin/admin.php:4360
|
2752 |
-
msgid "eg: https://your-site.tumblr.com"
|
2753 |
-
msgstr "مثلاً: https://your-site.tumblr.com"
|
2754 |
-
|
2755 |
-
#: inc/admin/admin-wizard.php:513
|
2756 |
-
#: inc/admin/admin-wizard.php:656
|
2757 |
-
#: inc/admin/admin-wizard.php:763
|
2758 |
-
msgid "Continue"
|
2759 |
-
msgstr ""
|
2760 |
-
|
2761 |
-
#: inc/admin/callbacks/Social.php:307
|
2762 |
-
msgid "Please define a <strong>default OG Image</strong> from the field above"
|
2763 |
-
msgstr ""
|
2764 |
-
|
2765 |
-
#: inc/admin/callbacks/Social.php:330
|
2766 |
-
#, fuzzy
|
2767 |
-
#| msgid "WooCommerce"
|
2768 |
-
msgid "WooCommerce Shop Page."
|
2769 |
-
msgstr "WooCommerce"
|
2770 |
-
|
2771 |
-
#: inc/admin/callbacks/Social.php:360
|
2772 |
-
#, fuzzy
|
2773 |
-
msgid "Default: index"
|
2774 |
-
msgstr "القيمة الافتراضية (التاريخ)"
|
2775 |
-
|
2776 |
-
#: inc/admin/callbacks/Social.php:374
|
2777 |
-
msgid "One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing."
|
2778 |
-
msgstr ""
|
2779 |
-
|
2780 |
-
#: inc/admin/callbacks/Social.php:382
|
2781 |
-
#, fuzzy
|
2782 |
-
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
2783 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
2784 |
-
|
2785 |
-
#: inc/admin/callbacks/Social.php:396
|
2786 |
-
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."
|
2787 |
-
msgstr ""
|
2788 |
-
|
2789 |
-
#: inc/admin/admin-wizard.php:618
|
2790 |
-
#, fuzzy
|
2791 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
2792 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
2793 |
-
|
2794 |
-
#: inc/admin/callbacks/Social.php:420
|
2795 |
-
msgid "How to create a Facebook App ID"
|
2796 |
-
msgstr "كيف تنشئ معرّف تطبيق فيسبوك"
|
2797 |
-
|
2798 |
-
#: inc/admin/admin-wizard.php:647
|
2799 |
-
#, fuzzy
|
2800 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2801 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
2802 |
-
|
2803 |
-
#: inc/admin/admin-wizard.php:730
|
2804 |
-
#: inc/admin/admin.php:3471
|
2805 |
-
msgid "Do not display author archives in search engine results <strong>(noindex)</strong>"
|
2806 |
-
msgstr "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم تتواجد بطاقات تويتر"
|
2807 |
-
|
2808 |
-
#: inc/admin/callbacks/Social.php:476 inc/admin/settings/Social.php:211
|
2809 |
-
msgid "Default Twitter Image"
|
2810 |
-
msgstr "صورة تويتر الافتراضية"
|
2811 |
-
|
2812 |
-
#: inc/admin/admin-wizard.php:733
|
2813 |
-
msgid "You only have one author on your site? Check this option to avoid duplicate content."
|
2814 |
-
msgstr "الحجم الأدنى: 144x144 بيكسل (300x157 بيكسل مع تمكين البطاقة الكبيرة)، النسبة المثلى 1:1 (2:1 مع البطاقة الكبيرة)، 5 ميجابايت كحد أقصى."
|
2815 |
-
|
2816 |
-
#: inc/admin/admin-wizard.php:742
|
2817 |
-
#: inc/admin/admin.php:5658
|
2818 |
-
#, fuzzy
|
2819 |
-
msgid "Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"
|
2820 |
-
msgstr "إعادة توجيه صفحات المرفقات إلى رابط الURL بالملف"
|
2821 |
-
|
2822 |
-
#: inc/admin/admin-wizard.php:745
|
2823 |
-
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."
|
2824 |
-
msgstr ""
|
2825 |
-
|
2826 |
-
#: inc/admin/admin-wizard.php:754
|
2827 |
-
#: inc/admin/admin.php:5783
|
2828 |
-
msgid "Remove /category/ in your permalinks"
|
2829 |
-
msgstr "إزالة /التصنيف/ في روابطك الدائمة الـ permalinks"
|
2830 |
-
|
2831 |
-
#: inc/admin/callbacks/Titles.php:13 inc/admin/callbacks/Titles.php:42
|
2832 |
-
#: inc/admin/callbacks/Titles.php:221 inc/admin/callbacks/Titles.php:292
|
2833 |
-
#: inc/admin/callbacks/Titles.php:459 inc/admin/callbacks/Titles.php:677
|
2834 |
-
#: inc/admin/callbacks/Titles.php:891 inc/admin/callbacks/Titles.php:1036
|
2835 |
-
#: inc/admin/callbacks/Titles.php:1133 inc/admin/callbacks/Titles.php:1230
|
2836 |
-
#: inc/admin/callbacks/Titles.php:1306
|
2837 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:136
|
2838 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:68
|
2839 |
-
#: inc/admin/settings/Titles.php:16 inc/admin/wizard/admin-wizard.php:415
|
2840 |
-
msgid "Separator"
|
2841 |
-
msgstr "الفاصل"
|
2842 |
-
|
2843 |
-
#: inc/admin/admin-wizard.php:807
|
2844 |
-
#, fuzzy
|
2845 |
-
msgid "Your site is now ready for search engines!"
|
2846 |
-
msgstr "موقعك غير مرئي لمحركات البحث!"
|
2847 |
-
|
2848 |
-
#: inc/admin/admin-wizard.php:812
|
2849 |
-
#: inc/functions/options-advanced-admin.php:18
|
2850 |
-
msgid "Welcome to SEOPress PRO!"
|
2851 |
-
msgstr "مرحباً في إس إي أو بريس المحترفة SEOPress PRO!"
|
2852 |
-
|
2853 |
-
#: inc/admin/admin-wizard.php:815
|
2854 |
-
#: inc/functions/options-advanced-admin.php:19
|
2855 |
-
msgid "Please activate your license to receive automatic updates and get premium support."
|
2856 |
-
msgstr "الرجاء قم بتنشيط الرخصة الخاصة بك للتمكن من استلام التحديثات التلقائية والدعم المتميز."
|
2857 |
-
|
2858 |
-
#: inc/admin/admin-wizard.php:820
|
2859 |
-
#: inc/functions/options-advanced-admin.php:20
|
2860 |
-
msgid "Activate License"
|
2861 |
-
msgstr "تنشيط الرخصة"
|
2862 |
-
|
2863 |
-
#: inc/admin/admin-wizard.php:827
|
2864 |
-
#, fuzzy
|
2865 |
-
msgid "Go PRO with SEOPress PRO!"
|
2866 |
-
msgstr "مرحباً في إس إي أو بريس المحترفة SEOPress PRO!"
|
2867 |
-
|
2868 |
-
#: inc/admin/admin-wizard.php:830
|
2869 |
-
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."
|
2870 |
-
msgstr ""
|
2871 |
-
|
2872 |
-
#: inc/admin/callbacks/Titles.php:333
|
2873 |
-
msgid "This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out."
|
2874 |
-
msgstr ""
|
2875 |
-
|
2876 |
-
#: inc/admin/admin-wizard.php:845
|
2877 |
-
#, fuzzy
|
2878 |
-
msgid "Create your XML sitemaps"
|
2879 |
-
msgstr "مشاهدة خارطة موقعك"
|
2880 |
-
|
2881 |
-
#: inc/admin/callbacks/Titles.php:388
|
2882 |
-
msgid "Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?"
|
2883 |
-
msgstr ""
|
2884 |
-
|
2885 |
-
#: inc/admin/callbacks/Titles.php:392
|
2886 |
-
#, fuzzy
|
2887 |
-
msgid "Configure your XML sitemaps"
|
2888 |
-
msgstr "مشاهدة خارطة موقعك"
|
2889 |
-
|
2890 |
-
#: inc/admin/callbacks/Titles.php:418
|
2891 |
-
#, fuzzy
|
2892 |
-
msgid "Follow us:"
|
2893 |
-
msgstr "روابط عدم الاتباع (NoFollow)"
|
2894 |
-
|
2895 |
-
#: inc/admin/admin-wizard.php:865
|
2896 |
-
#, fuzzy
|
2897 |
-
msgid "Like our Facebook page"
|
2898 |
-
msgstr "أدخل العنوان لفيسبوك"
|
2899 |
-
|
2900 |
-
#: inc/admin/callbacks/Titles.php:503
|
2901 |
-
#, fuzzy
|
2902 |
-
#| msgid ""
|
2903 |
-
#| "Do not display a \"Cached\" link in the Google search results "
|
2904 |
-
#| "<strong>(noarchive)</strong>"
|
2905 |
-
msgid "Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>"
|
2906 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
2907 |
-
|
2908 |
-
#: inc/admin/callbacks/Titles.php:547 inc/admin/callbacks/Titles.php:558
|
2909 |
-
#: inc/admin/callbacks/Titles.php:563 inc/admin/callbacks/Titles.php:572
|
2910 |
-
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
2911 |
-
msgstr ""
|
2912 |
-
|
2913 |
-
#: inc/admin/callbacks/Titles.php:554 inc/admin/callbacks/Titles.php:567
|
2914 |
-
#: inc/admin/callbacks/Titles.php:571
|
2915 |
-
msgid "Click to display any SEO metaboxes for this taxonomy"
|
2916 |
-
msgstr ""
|
2917 |
-
|
2918 |
-
#: inc/admin/admin-wizard.php:896
|
2919 |
-
#, fuzzy
|
2920 |
-
msgid "Visit Dashboard"
|
2921 |
-
msgstr "لوحة التحكم"
|
2922 |
-
|
2923 |
-
#: inc/admin/admin-wizard.php:899
|
2924 |
-
#, fuzzy
|
2925 |
-
msgid "Review Settings"
|
2926 |
-
msgstr "إعادة تهيئة الاعدادات"
|
2927 |
-
|
2928 |
-
#: inc/admin/admin-wizard.php:902
|
2929 |
-
#, fuzzy
|
2930 |
-
msgid "Knowledge base"
|
2931 |
-
msgstr "أرضيات المعرفة التقنية Knowledge Graph"
|
2932 |
-
|
2933 |
-
#: inc/admin/callbacks/Titles.php:726
|
2934 |
-
msgid "Category Description"
|
2935 |
-
msgstr "وصف التصنيف"
|
2936 |
-
|
2937 |
-
#: inc/admin/callbacks/Titles.php:734
|
2938 |
-
msgid "Tag Description"
|
2939 |
-
msgstr "وصف الوسم"
|
2940 |
-
|
2941 |
-
#: inc/admin/admin.php:194
|
2942 |
-
#, fuzzy
|
2943 |
-
msgid "Analytics"
|
2944 |
-
msgstr "إحصاءات جوجل"
|
2945 |
-
|
2946 |
-
#: inc/admin/callbacks/Titles.php:764
|
2947 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2948 |
-
msgstr ""
|
2949 |
-
|
2950 |
-
#: inc/admin/callbacks/Titles.php:772
|
2951 |
-
msgid "This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out."
|
2952 |
-
msgstr ""
|
2953 |
-
|
2954 |
-
#: inc/admin/admin.php:204
|
2955 |
-
#, fuzzy,php-format
|
2956 |
-
msgid "%%sitetitle%% (alias: %%sitename%%)"
|
2957 |
-
msgstr "%%post_title%%"
|
2958 |
-
|
2959 |
-
#: inc/admin/admin.php:205
|
2960 |
-
#, fuzzy,php-format
|
2961 |
-
msgid "%%tagline%% (alias %%sitedesc%%)"
|
2962 |
-
msgstr "%%post_title%%"
|
2963 |
-
|
2964 |
-
#: inc/admin/admin.php:205
|
2965 |
-
#: inc/admin/admin.php:2945
|
2966 |
-
#: inc/admin/admin.php:2956
|
2967 |
-
msgid "Tagline"
|
2968 |
-
msgstr "جملة الشعار الـ Tagline"
|
2969 |
-
|
2970 |
-
#: inc/admin/admin.php:206
|
2971 |
-
#, fuzzy,php-format
|
2972 |
-
msgid "%%post_title%% (alias %%title%%)"
|
2973 |
-
msgstr "%%post_title%%"
|
2974 |
-
|
2975 |
-
#: inc/admin/callbacks/Titles.php:997
|
2976 |
-
msgid "Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
2977 |
-
msgstr ""
|
2978 |
-
|
2979 |
-
#: inc/admin/admin.php:207
|
2980 |
-
#, fuzzy,php-format
|
2981 |
-
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
2982 |
-
msgstr "%%post_title%%"
|
2983 |
-
|
2984 |
-
#: inc/admin/callbacks/Titles.php:1078 inc/admin/wizard/admin-wizard.php:767
|
2985 |
-
msgid "Do not display author archives in search engine results <strong>(noindex)</strong>"
|
2986 |
-
msgstr ""
|
2987 |
-
|
2988 |
-
#: inc/admin/admin.php:208
|
2989 |
-
#, fuzzy,php-format
|
2990 |
-
msgid "%%post_content%%"
|
2991 |
-
msgstr "%%post_date%%"
|
2992 |
-
|
2993 |
-
#: inc/admin/admin.php:208
|
2994 |
-
#, fuzzy
|
2995 |
-
msgid "Post content / product long description"
|
2996 |
-
msgstr "الوصف المختصر للمنتج المفرد"
|
2997 |
-
|
2998 |
-
#: inc/admin/admin.php:209
|
2999 |
-
#, fuzzy,php-format
|
3000 |
-
msgid "%%post_thumbnail_url%%"
|
3001 |
-
msgstr "الصورة المصغرة للمنشور"
|
3002 |
-
|
3003 |
-
#: inc/admin/admin.php:209
|
3004 |
-
#, fuzzy
|
3005 |
-
msgid "Post thumbnail URL"
|
3006 |
-
msgstr "الصورة المصغرة للمنشور"
|
3007 |
-
|
3008 |
-
#: inc/admin/admin.php:210
|
3009 |
-
#, fuzzy,php-format
|
3010 |
-
msgid "%%post_date%% (alias %%date%%)"
|
3011 |
-
msgstr "%%post_title%%"
|
3012 |
-
|
3013 |
-
#: inc/admin/callbacks/Titles.php:1224
|
3014 |
-
msgid "Search Keywords"
|
3015 |
-
msgstr "الكلمات المفتاحية للبحث"
|
3016 |
-
|
3017 |
-
#: inc/admin/callbacks/Titles.php:1272
|
3018 |
-
msgid "Do not display search archives in search engine results <strong>(noindex)</strong>"
|
3019 |
-
msgstr ""
|
3020 |
-
|
3021 |
-
#: inc/admin/callbacks/Titles.php:1284
|
3022 |
-
msgid "404 archives"
|
3023 |
-
msgstr "404 الأرشيف"
|
3024 |
-
|
3025 |
-
#: inc/admin/callbacks/Titles.php:1345 inc/admin/settings/Titles.php:243
|
3026 |
-
msgid "noindex"
|
3027 |
-
msgstr "عدم الفهرسة noindex"
|
3028 |
-
|
3029 |
-
#: inc/admin/admin.php:212
|
3030 |
-
#: inc/admin/admin.php:3438
|
3031 |
-
msgid "Post author"
|
3032 |
-
msgstr "كاتب المنشور"
|
3033 |
-
|
3034 |
-
#: inc/admin/callbacks/Titles.php:1353
|
3035 |
-
#, php-format
|
3036 |
-
msgid "Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>."
|
3037 |
-
msgstr ""
|
3038 |
-
|
3039 |
-
#: inc/admin/callbacks/Titles.php:1375 inc/admin/settings/Titles.php:251
|
3040 |
-
msgid "nofollow"
|
3041 |
-
msgstr "عدم الاتباع nofollow"
|
3042 |
-
|
3043 |
-
#: inc/admin/callbacks/Titles.php:1379
|
3044 |
-
msgid "Do not follow links for all pages."
|
3045 |
-
msgstr "عدم تتبع الروابط لجميع الصفحات."
|
3046 |
-
|
3047 |
-
#: inc/admin/callbacks/Titles.php:1401 inc/admin/settings/Titles.php:259
|
3048 |
-
msgid "noodp"
|
3049 |
-
msgstr "لا لمشروع الأدلة المفتوحة noodp"
|
3050 |
-
|
3051 |
-
#: inc/admin/callbacks/Titles.php:1405
|
3052 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for all pages."
|
3053 |
-
msgstr "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين أو المقتطفات وهذا لجميع الصفحات."
|
3054 |
-
|
3055 |
-
#: inc/admin/callbacks/Titles.php:1427 inc/admin/settings/Titles.php:267
|
3056 |
-
msgid "noimageindex"
|
3057 |
-
msgstr "عدم فهرسة الصورة noimageindex"
|
3058 |
-
|
3059 |
-
#: inc/admin/callbacks/Titles.php:1431
|
3060 |
-
msgid "Do not index images from the entire site."
|
3061 |
-
msgstr "عدم فهرسة الصور من كامل الموقع."
|
3062 |
-
|
3063 |
-
#: inc/admin/callbacks/Titles.php:1452 inc/admin/settings/Titles.php:275
|
3064 |
-
msgid "noarchive"
|
3065 |
-
msgstr "عدم الأرشفة noarchive"
|
3066 |
-
|
3067 |
-
#: inc/admin/callbacks/Titles.php:1456
|
3068 |
-
msgid "Do not display a \"Cached\" link in the Google search results."
|
3069 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
|
3070 |
-
|
3071 |
-
#: inc/admin/callbacks/Titles.php:1478 inc/admin/settings/Titles.php:283
|
3072 |
-
msgid "nosnippet"
|
3073 |
-
msgstr "لا للشرح المبسّط nosnippet"
|
3074 |
-
|
3075 |
-
#: inc/admin/callbacks/Titles.php:1482
|
3076 |
-
msgid "Do not display a description in the Google search results for all pages."
|
3077 |
-
msgstr "عدم إظهار الوصف في نتائج بحث جوجل لكل الصفحات."
|
3078 |
-
|
3079 |
-
#: inc/admin/callbacks/Titles.php:1504 inc/admin/settings/Titles.php:291
|
3080 |
-
msgid "nositelinkssearchbox"
|
3081 |
-
msgstr "nositelinkssearchbox"
|
3082 |
-
|
3083 |
-
#: inc/admin/callbacks/Titles.php:1508
|
3084 |
-
#, fuzzy
|
3085 |
-
#| msgid "Prevent Google to display a sitelinks searchbox in search results."
|
3086 |
-
msgid "Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code."
|
3087 |
-
msgstr "امنع جوجل من إظهار صندوق بحث روابط الموقع في نتائج بحث جوجل."
|
3088 |
-
|
3089 |
-
#: inc/admin/callbacks/Titles.php:1530
|
3090 |
-
msgid "Add rel next/prev link in head of paginated archive pages"
|
3091 |
-
msgstr "إضافة رابط التالي/السابق ذا صلة على رأس صفحات الأرشيف المرقَّم"
|
3092 |
-
|
3093 |
-
#: inc/admin/callbacks/Titles.php:1552
|
3094 |
-
#, fuzzy
|
3095 |
-
#| msgid "Add rel next/prev link in head of paginated archive pages"
|
3096 |
-
msgid "Add a \"noindex\" meta robots for all paginated archive pages"
|
3097 |
-
msgstr "إضافة رابط التالي/السابق ذا صلة على رأس صفحات الأرشيف المرقَّم"
|
3098 |
-
|
3099 |
-
#: inc/admin/callbacks/Titles.php:1556
|
3100 |
-
#, fuzzy
|
3101 |
-
#| msgid "eg: https://www.facebook.com/your-page"
|
3102 |
-
msgid "eg: https://example.com/category/my-category/page/2/"
|
3103 |
-
msgstr "مثلاً: https://www.facebook.com/your-page"
|
3104 |
-
|
3105 |
-
#: inc/admin/callbacks/Titles.php:1578
|
3106 |
-
msgid "Add a \"noindex\" meta robots for all attachment pages"
|
3107 |
-
msgstr ""
|
3108 |
-
|
3109 |
-
#: inc/admin/callbacks/Titles.php:1582
|
3110 |
-
#, fuzzy
|
3111 |
-
#| msgid "eg: https://myspace.com/your-page"
|
3112 |
-
msgid "eg: https://example.com/my-media-attachment-page"
|
3113 |
-
msgstr "مثلاً: https://myspace.com/your-page"
|
3114 |
-
|
3115 |
-
#: inc/admin/callbacks/Tools.php:16
|
3116 |
-
msgid "Enable Oxygen Builder compatibility"
|
3117 |
-
msgstr ""
|
3118 |
-
|
3119 |
-
#: inc/admin/callbacks/Tools.php:18
|
3120 |
-
#, php-format
|
3121 |
-
msgid "Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable."
|
3122 |
-
msgstr ""
|
3123 |
-
|
3124 |
-
#: inc/admin/callbacks/Tools.php:36
|
3125 |
-
msgid "Enable Divi Builder compatibility"
|
3126 |
-
msgstr ""
|
3127 |
-
|
3128 |
-
#: inc/admin/callbacks/Tools.php:38
|
3129 |
-
#, php-format
|
3130 |
-
msgid "Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable."
|
3131 |
-
msgstr ""
|
3132 |
-
|
3133 |
-
#: inc/admin/callbacks/Tools.php:56
|
3134 |
-
msgid "Enable WP Bakery Builder compatibility"
|
3135 |
-
msgstr ""
|
3136 |
-
|
3137 |
-
#: inc/admin/callbacks/Tools.php:58
|
3138 |
-
#, php-format
|
3139 |
-
msgid "Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable."
|
3140 |
-
msgstr ""
|
3141 |
-
|
3142 |
-
#: inc/admin/callbacks/Tools.php:76
|
3143 |
-
msgid "Enable Avia Layout Builder compatibility"
|
3144 |
-
msgstr ""
|
3145 |
-
|
3146 |
-
#: inc/admin/callbacks/Tools.php:78
|
3147 |
-
#, php-format
|
3148 |
-
msgid "Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable."
|
3149 |
-
msgstr ""
|
3150 |
-
|
3151 |
-
#: inc/admin/callbacks/Tools.php:96
|
3152 |
-
msgid "Enable Fusion Builder compatibility"
|
3153 |
-
msgstr ""
|
3154 |
-
|
3155 |
-
#: inc/admin/callbacks/Tools.php:98
|
3156 |
-
#, php-format
|
3157 |
-
msgid "%%_cf_your_custom_field_name%%"
|
3158 |
-
msgstr "%%wc_single_cat%%"
|
3159 |
-
|
3160 |
-
#: inc/admin/admin.php:230
|
3161 |
-
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)"
|
3162 |
-
msgstr ""
|
3163 |
-
|
3164 |
-
#: inc/admin/docs/DocsLinks.php:21
|
3165 |
-
msgid "Installation de SEOPress"
|
3166 |
-
msgstr ""
|
3167 |
-
|
3168 |
-
#: inc/admin/admin.php:231
|
3169 |
-
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)"
|
3170 |
-
msgstr ""
|
3171 |
-
|
3172 |
-
#: inc/admin/docs/DocsLinks.php:23
|
3173 |
-
msgid "Configurez SEOPress en 5 minutes"
|
3174 |
-
msgstr ""
|
3175 |
-
|
3176 |
-
#: inc/admin/docs/DocsLinks.php:24
|
3177 |
-
msgid "Migrer vos métadonnées SEO depuis d'autres extensions"
|
3178 |
-
msgstr ""
|
3179 |
-
|
3180 |
-
#: inc/admin/docs/DocsLinks.php:25
|
3181 |
-
msgid "Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche"
|
3182 |
-
msgstr ""
|
3183 |
-
|
3184 |
-
#: inc/admin/docs/DocsLinks.php:26
|
3185 |
-
msgid "Optimiser un contenu de A à Z avec SEOPress"
|
3186 |
-
msgstr ""
|
3187 |
-
|
3188 |
-
#: inc/admin/docs/DocsLinks.php:27
|
3189 |
-
msgid "Mesurez votre trafic avec Google Analytics"
|
3190 |
-
msgstr ""
|
3191 |
-
|
3192 |
-
#: inc/admin/docs/DocsLinks.php:28
|
3193 |
-
msgid "Ajouter votre site WordPress à l’index de Google"
|
3194 |
-
msgstr ""
|
3195 |
-
|
3196 |
-
#: inc/admin/docs/DocsLinks.php:29
|
3197 |
-
msgid "Optimisez votre taux de clics sur les réseaux sociaux"
|
3198 |
-
msgstr ""
|
3199 |
-
|
3200 |
-
#: inc/admin/docs/DocsLinks.php:103
|
3201 |
-
msgid "Installation of SEOPress"
|
3202 |
-
msgstr ""
|
3203 |
-
|
3204 |
-
#: inc/admin/docs/DocsLinks.php:104
|
3205 |
-
#, fuzzy
|
3206 |
-
#| msgid ""
|
3207 |
-
#| "Please activate your license to receive automatic updates and get premium "
|
3208 |
-
#| "support."
|
3209 |
-
msgid "Activate your license key to receive automatic updates"
|
3210 |
-
msgstr "الرجاء قم بتنشيط الرخصة الخاصة بك للتمكن من استلام التحديثات التلقائية والدعم المتميز."
|
3211 |
-
|
3212 |
-
#: inc/admin/docs/DocsLinks.php:105
|
3213 |
-
msgid "Configure SEOPress in 5 minutes"
|
3214 |
-
msgstr ""
|
3215 |
-
|
3216 |
-
#: inc/admin/docs/DocsLinks.php:106
|
3217 |
-
msgid "Migrate your SEO metadata from other plugins"
|
3218 |
-
msgstr ""
|
3219 |
-
|
3220 |
-
#: inc/admin/admin.php:240
|
3221 |
-
#, fuzzy,php-format
|
3222 |
-
msgid "%%currentmonth_short%%"
|
3223 |
-
msgstr "%%currentmonth%%"
|
3224 |
-
|
3225 |
-
#: inc/admin/docs/DocsLinks.php:108
|
3226 |
-
msgid "Optimize content from A to Z with SEOPress"
|
3227 |
-
msgstr ""
|
3228 |
-
|
3229 |
-
#: inc/admin/docs/DocsLinks.php:109
|
3230 |
-
#, fuzzy
|
3231 |
-
#| msgid "Track everything about your visitors with Google Analytics"
|
3232 |
-
msgid "Measure your traffic with Google Analytics"
|
3233 |
-
msgstr "تتبع كل شيء بخصوص زوّار موقعك مع إحصاءات جوجل"
|
3234 |
-
|
3235 |
-
#: inc/admin/docs/DocsLinks.php:110
|
3236 |
-
#, fuzzy
|
3237 |
-
#| msgid "Add your site to Google. It's free!"
|
3238 |
-
msgid "Add your WordPress site to Google’s index"
|
3239 |
-
msgstr "أضف موقعك لجوجل. فهو مجاني!"
|
3240 |
-
|
3241 |
-
#: inc/admin/docs/DocsLinks.php:111
|
3242 |
-
#, fuzzy
|
3243 |
-
#| msgid "Optimize your site for Google News"
|
3244 |
-
msgid "Optimize your click-through rate on social networks"
|
3245 |
-
msgstr "تحسين موقعك أو جعله أمثل لأخبار جوجل Google News"
|
3246 |
-
|
3247 |
-
#: inc/admin/help-tabs/Analytics.php:11
|
3248 |
-
msgid "Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."
|
3249 |
-
msgstr "شاهد الفيديو الخاص بنا لتتعلم كيفية ربط موقعك بالووردبريس مع خدمة إحصاءات جوجل والحصول على التحليلات مباشرة في لوحة تحكمك (النسخة المحترفة فقط)."
|
3250 |
-
|
3251 |
-
#: inc/admin/help-tabs/Analytics.php:16 inc/admin/help-tabs/Sitemaps.php:15
|
3252 |
-
#: inc/admin/help-tabs/Social.php:15
|
3253 |
-
msgid "How-to"
|
3254 |
-
msgstr "الكيفية"
|
3255 |
-
|
3256 |
-
#: inc/admin/help-tabs/Analytics.php:22 inc/admin/help-tabs/Sitemaps.php:21
|
3257 |
-
#: inc/admin/help-tabs/Social.php:21
|
3258 |
-
msgid "Read our guide"
|
3259 |
-
msgstr "قراءة إرشاداتنا"
|
3260 |
-
|
3261 |
-
#: inc/admin/help-tabs/Sitemaps.php:10
|
3262 |
-
msgid "Watch our video to learn how to enable XML sitemaps to improve crawling and add them to Google Search Console."
|
3263 |
-
msgstr ""
|
3264 |
-
|
3265 |
-
#: inc/admin/help-tabs/Social.php:10
|
3266 |
-
msgid "Watch our video to learn how to edit your Open Graph and Twitter Cards tags to improve social sharing."
|
3267 |
-
msgstr ""
|
3268 |
-
|
3269 |
-
#: inc/admin/help-tabs/Titles.php:29
|
3270 |
-
msgid "Templates variables"
|
3271 |
-
msgstr "قوالب المتغييرات"
|
3272 |
-
|
3273 |
-
#: inc/admin/admin.php:258
|
3274 |
-
#: inc/admin/admin.php:266
|
3275 |
-
msgid "Browse our guides"
|
3276 |
-
msgstr "تصفح إرشاداتنا"
|
3277 |
-
|
3278 |
-
#: inc/admin/admin.php:259
|
3279 |
-
#: inc/admin/admin.php:267
|
3280 |
-
msgid "Read our FAQ"
|
3281 |
-
msgstr "قراءة الأسئلة المكررة الخاصة بنا"
|
3282 |
-
|
3283 |
-
#: inc/admin/admin.php:260
|
3284 |
-
#: inc/admin/admin.php:268
|
3285 |
-
msgid "Check our website"
|
3286 |
-
msgstr "التحقق من موقعنا الالكتروني"
|
3287 |
-
|
3288 |
-
#: inc/admin/admin.php:280
|
3289 |
-
msgid "Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."
|
3290 |
-
msgstr "شاهد الفيديو الخاص بنا لتتعلم كيفية ربط موقعك بالووردبريس مع خدمة إحصاءات جوجل والحصول على التحليلات مباشرة في لوحة تحكمك (النسخة المحترفة فقط)."
|
3291 |
-
|
3292 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:22
|
3293 |
-
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."
|
3294 |
-
msgstr ""
|
3295 |
-
|
3296 |
-
#: inc/admin/admin.php:334
|
3297 |
-
#: inc/admin/admin.php:338
|
3298 |
-
#: inc/admin/admin.php:401
|
3299 |
-
#: inc/admin/admin.php:405
|
3300 |
-
#: inc/admin/admin.php:466
|
3301 |
-
#: inc/admin/admin.php:470
|
3302 |
-
#: inc/admin/admin.php:533
|
3303 |
-
#: inc/admin/admin.php:537
|
3304 |
-
#: inc/admin/admin.php:618
|
3305 |
-
#: inc/admin/admin.php:622
|
3306 |
-
msgid "Click to disable this feature"
|
3307 |
-
msgstr "اضغط لتعطيل هذه الخاصية"
|
3308 |
-
|
3309 |
-
#: inc/admin/admin.php:335
|
3310 |
-
#: inc/admin/admin.php:337
|
3311 |
-
#: inc/admin/admin.php:402
|
3312 |
-
#: inc/admin/admin.php:404
|
3313 |
-
#: inc/admin/admin.php:467
|
3314 |
-
#: inc/admin/admin.php:469
|
3315 |
-
#: inc/admin/admin.php:534
|
3316 |
-
#: inc/admin/admin.php:536
|
3317 |
-
#: inc/admin/admin.php:619
|
3318 |
-
#: inc/admin/admin.php:621
|
3319 |
-
msgid "Click to enable this feature"
|
3320 |
-
msgstr "اضغط لتمكين هذه الخاصية"
|
3321 |
-
|
3322 |
-
#: inc/admin/admin.php:352
|
3323 |
-
msgid "Home"
|
3324 |
-
msgstr "الرئيسية"
|
3325 |
-
|
3326 |
-
#: inc/admin/admin.php:353
|
3327 |
-
msgid "Single Post Types"
|
3328 |
-
msgstr "أنواع المنشورات المفردة"
|
3329 |
-
|
3330 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:37
|
3331 |
-
msgid "Analyze my content"
|
3332 |
-
msgstr "تحليل محتوى موقعي"
|
3333 |
-
|
3334 |
-
#: inc/admin/admin.php:355
|
3335 |
-
#: inc/admin/admin.php:421
|
3336 |
-
msgid "Taxonomies"
|
3337 |
-
msgstr "تصنيفات Taxonomies"
|
3338 |
-
|
3339 |
-
#: inc/admin/admin.php:419
|
3340 |
-
#: inc/admin/admin.php:552
|
3341 |
-
#: inc/admin/admin.php:562
|
3342 |
-
msgid "General"
|
3343 |
-
msgstr "خيارات عامّة"
|
3344 |
-
|
3345 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:54
|
3346 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:592
|
3347 |
-
#, fuzzy
|
3348 |
-
#| msgid "To get the most accurate analysis, save your post first."
|
3349 |
-
msgid "To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would."
|
3350 |
-
msgstr "للحصول على أكثر التحليلات دقة، الرجاء حفظ منشورك أولاً."
|
3351 |
-
|
3352 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:61
|
3353 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:62
|
3354 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:579
|
3355 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:50
|
3356 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:51
|
3357 |
-
msgid "Google suggestions"
|
3358 |
-
msgstr "إقتراحات جوجل"
|
3359 |
-
|
3360 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:62
|
3361 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:51
|
3362 |
-
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."
|
3363 |
-
msgstr "أدخل كلمة مفتاحية، أو عبارة، للوصول إلى أعلى 10 اقتراحات من جوجل مباشرة. هذا مفيد إلا كنت تريد العمل بالأسلوب المعروف بالـ long tail technique."
|
3364 |
-
|
3365 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:65
|
3366 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:52
|
3367 |
-
#, fuzzy
|
3368 |
-
#| msgid "Get suggestions!"
|
3369 |
-
msgid "Get suggestions from Google"
|
3370 |
-
msgstr "الحصول على الاقتراحات!"
|
3371 |
-
|
3372 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:67
|
3373 |
-
msgid "Click on a suggestion below to add it as a target keyword."
|
3374 |
-
msgstr ""
|
3375 |
-
|
3376 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:70
|
3377 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:53
|
3378 |
-
msgid "Get suggestions!"
|
3379 |
-
msgstr "الحصول على الاقتراحات!"
|
3380 |
-
|
3381 |
-
#: inc/admin/admin.php:553
|
3382 |
-
#: inc/admin/admin.php:563
|
3383 |
-
msgid "Tracking"
|
3384 |
-
msgstr "التتبُّع"
|
3385 |
-
|
3386 |
-
#: inc/admin/admin.php:554
|
3387 |
-
#: inc/admin/admin.php:564
|
3388 |
-
msgid "Events"
|
3389 |
-
msgstr "الأحداث"
|
3390 |
-
|
3391 |
-
#: inc/admin/admin.php:555
|
3392 |
-
#: inc/admin/admin.php:565
|
3393 |
-
msgid "Custom Dimensions"
|
3394 |
-
msgstr "أبعاد مخصصة"
|
3395 |
-
|
3396 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:64
|
3397 |
-
msgid "Google News"
|
3398 |
-
msgstr "أخبار جوجل"
|
3399 |
-
|
3400 |
-
#: inc/admin/admin.php:557
|
3401 |
-
#: inc/admin/admin.php:566
|
3402 |
-
msgid "Cookie bar / GDPR"
|
3403 |
-
msgstr ""
|
3404 |
-
|
3405 |
-
#: inc/admin/admin.php:558
|
3406 |
-
#: inc/admin/admin.php:567
|
3407 |
-
msgid "Matomo"
|
3408 |
-
msgstr "هذه <strong>صفحة التسوق</strong> الخاصة بك. إذهب إلى <strong>التحسين الأمثل لمحركات البحث < العناوين والبيانات الوصفية (Metas) < الأرشيف < المنتجات (SEO >Titles & Metas > Archives > Products)</strong> "
|
3409 |
-
|
3410 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:103
|
3411 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:110
|
3412 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:126
|
3413 |
-
msgid "Title"
|
3414 |
-
msgstr "العنوان"
|
3415 |
-
|
3416 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:104
|
3417 |
-
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."
|
3418 |
-
msgstr ""
|
3419 |
-
|
3420 |
-
#: inc/admin/admin.php:673
|
3421 |
-
#: seopress.php:408
|
3422 |
-
msgid "Settings"
|
3423 |
-
msgstr "الإعدادات"
|
3424 |
-
|
3425 |
-
#: inc/admin/admin.php:674
|
3426 |
-
msgid "Plugins"
|
3427 |
-
msgstr ""
|
3428 |
-
|
3429 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:120
|
3430 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:55
|
3431 |
-
msgid " / 568 pixels - "
|
3432 |
-
msgstr ""
|
3433 |
-
|
3434 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:122
|
3435 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:161
|
3436 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:61
|
3437 |
-
#, fuzzy
|
3438 |
-
#| msgid "(maximum recommended limit)"
|
3439 |
-
msgid " (maximum recommended limit)"
|
3440 |
-
msgstr "(المقدار أو الحد الأعلى الموصى به)"
|
3441 |
-
|
3442 |
-
#: inc/admin/admin.php:695
|
3443 |
-
msgid "Import your title, meta description, meta robots, social metas from a CSV file with our import tool."
|
3444 |
-
msgstr ""
|
3445 |
-
|
3446 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:149
|
3447 |
-
msgid "Enter your meta description"
|
3448 |
-
msgstr "أدخل بيانك الوصفي (meta) لخانة الوصف"
|
3449 |
-
|
3450 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:159
|
3451 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:57
|
3452 |
-
msgid " / 940 pixels - "
|
3453 |
-
msgstr ""
|
3454 |
-
|
3455 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:166
|
3456 |
-
#, fuzzy
|
3457 |
-
#| msgid "Category description"
|
3458 |
-
msgid "Category / term description"
|
3459 |
-
msgstr "وصف التصنيف"
|
3460 |
-
|
3461 |
-
#: inc/admin/admin.php:707
|
3462 |
-
#: inc/admin/admin.php:725
|
3463 |
-
#: inc/admin/admin.php:1005
|
3464 |
-
msgid "Export"
|
3465 |
-
msgstr "تصدير"
|
3466 |
-
|
3467 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:185
|
3468 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:150
|
3469 |
-
msgid "Google Snippet Preview"
|
3470 |
-
msgstr "عرض الشرح المبسّط لجوجل"
|
3471 |
-
|
3472 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:186
|
3473 |
-
#, fuzzy
|
3474 |
-
#| msgid "Google Snippet Preview"
|
3475 |
-
msgid "Snippet Preview"
|
3476 |
-
msgstr "عرض الشرح المبسّط لجوجل"
|
3477 |
-
|
3478 |
-
#: inc/admin/admin.php:720
|
3479 |
-
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
3480 |
-
msgstr "تصدير إعدادات الإضافة لهذا الموقع كصيغة ملف .json. هذا تسمح لك بسهولة استيراد الإعدادات لموقع آخر."
|
3481 |
-
|
3482 |
-
#: inc/admin/admin.php:733
|
3483 |
-
msgid "Import plugin settings"
|
3484 |
-
msgstr "استيراد إعدادات الإضافة"
|
3485 |
-
|
3486 |
-
#: inc/admin/admin.php:734
|
3487 |
-
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."
|
3488 |
-
msgstr "استيراد إعدادات الإضافة بملف صيغته .json. هذا الملف بالإمكان الحصول عليه عن طريق تصدير الإعدادات من على موقع آخر وذلك باستخدام النموذج أعلاه."
|
3489 |
-
|
3490 |
-
#: inc/admin/admin.php:742
|
3491 |
-
#: inc/admin/admin.php:944
|
3492 |
-
#: inc/admin/admin.php:960
|
3493 |
-
#: inc/admin/admin.php:976
|
3494 |
-
#: inc/admin/admin.php:992
|
3495 |
-
msgid "Import"
|
3496 |
-
msgstr "استيراد"
|
3497 |
-
|
3498 |
-
#: inc/admin/admin.php:744
|
3499 |
-
msgid "Import completed!"
|
3500 |
-
msgstr "الاستيراد اكتمل!"
|
3501 |
-
|
3502 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:194
|
3503 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:95
|
3504 |
-
#, fuzzy
|
3505 |
-
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."
|
3506 |
-
msgstr "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
|
3507 |
-
|
3508 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:243
|
3509 |
-
#, fuzzy
|
3510 |
-
msgid "Import your redirections"
|
3511 |
-
msgstr "استيراد إعادات التوجيه"
|
3512 |
-
|
3513 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:247
|
3514 |
-
#, fuzzy, php-format
|
3515 |
-
#| msgid ""
|
3516 |
-
#| "You can not uncheck a parameter? This is normal, it is most likely defined "
|
3517 |
-
#| "in the global settings of the extension."
|
3518 |
-
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>"
|
3519 |
-
msgstr "لم تستطع إلغاء اختيار مؤشر؟ هذا طبيعي، على الأرجح أنه معرّف مسبقاً بالإعدادات العامّة لهذا الامتداد."
|
3520 |
-
|
3521 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:256
|
3522 |
-
#: inc/functions/options-advanced-admin.php:827
|
3523 |
-
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
3524 |
-
msgstr ""
|
3525 |
-
|
3526 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:257
|
3527 |
-
msgid "\"noindex\" robots meta tag"
|
3528 |
-
msgstr ""
|
3529 |
-
|
3530 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:257
|
3531 |
-
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."
|
3532 |
-
msgstr ""
|
3533 |
-
|
3534 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:267
|
3535 |
-
#: inc/functions/options-advanced-admin.php:835
|
3536 |
-
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
3537 |
-
msgstr "عدم تتبع الروابط لهذه الصفحة <strong>(nofollow)</strong>"
|
3538 |
-
|
3539 |
-
#: inc/admin/admin.php:922
|
3540 |
-
msgid "Import your own redirections from a .csv file (separator \";\"). You must have 6 columns in this order:"
|
3541 |
-
msgstr ""
|
3542 |
-
|
3543 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:268
|
3544 |
-
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."
|
3545 |
-
msgstr ""
|
3546 |
-
|
3547 |
-
#: inc/admin/admin.php:925
|
3548 |
-
#, fuzzy
|
3549 |
-
msgid "URL to redirect in absolute,"
|
3550 |
-
msgstr "إعادة توجيه URL"
|
3551 |
-
|
3552 |
-
#: inc/admin/admin.php:926
|
3553 |
-
msgid "type of redirection (301, 302 or 307),"
|
3554 |
-
msgstr "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين أو المقتطفات لهذه الصفحة <strong>(noodp)</strong>"
|
3555 |
-
|
3556 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:278
|
3557 |
-
msgid "\"noodp\" robots meta tag"
|
3558 |
-
msgstr ""
|
3559 |
-
|
3560 |
-
#: inc/admin/admin.php:928
|
3561 |
-
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),"
|
3562 |
-
msgstr ""
|
3563 |
-
|
3564 |
-
#: inc/admin/admin.php:929
|
3565 |
-
msgid "and, the last parameter, the counter (optional)."
|
3566 |
-
msgstr ""
|
3567 |
-
|
3568 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:286
|
3569 |
-
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
3570 |
-
msgstr "عدم فهرسة الصور لهذه الصفحة <strong>(noimageindex)</strong>"
|
3571 |
-
|
3572 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:287
|
3573 |
-
msgid "\"noimageindex\" robots meta tag"
|
3574 |
-
msgstr ""
|
3575 |
-
|
3576 |
-
#: inc/admin/admin.php:952
|
3577 |
-
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."
|
3578 |
-
msgstr ""
|
3579 |
-
|
3580 |
-
#: inc/admin/admin.php:967
|
3581 |
-
#, fuzzy
|
3582 |
-
msgid "Import Redirections from Yoast Premium"
|
3583 |
-
msgstr "استيراد إعادات التوجيه"
|
3584 |
-
|
3585 |
-
#: inc/admin/admin.php:968
|
3586 |
-
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."
|
3587 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
|
3588 |
-
|
3589 |
-
#: inc/admin/admin.php:983
|
3590 |
-
#, fuzzy
|
3591 |
-
msgid "Import Redirections from Rank Math"
|
3592 |
-
msgstr "استيراد إعادات التوجيه"
|
3593 |
-
|
3594 |
-
#: inc/admin/admin.php:984
|
3595 |
-
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."
|
3596 |
-
msgstr ""
|
3597 |
-
|
3598 |
-
#: inc/admin/admin.php:999
|
3599 |
-
msgid "Export Redirections"
|
3600 |
-
msgstr "تصدير إعادات التوجيه"
|
3601 |
-
|
3602 |
-
#: inc/admin/admin.php:1000
|
3603 |
-
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..."
|
3604 |
-
msgstr "تصدير جميع روابط إعادة التوجيه لهذا الموقع كملف .csv. يسمح لك هذا بسهولة استيراد روابط إعادة التوجيه إلى موقع آخر، إلى برنامج إكسل Excel / أوراق جوجل Google Sheets..."
|
3605 |
-
|
3606 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:304
|
3607 |
-
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
3608 |
-
msgstr "عدم إظهار الوصف في نتائج بحث جوجل لهذه الصفحة <strong>(nosnippet)</strong>"
|
3609 |
-
|
3610 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:305
|
3611 |
-
msgid "\"nosnippet\" robots meta tag"
|
3612 |
-
msgstr ""
|
3613 |
-
|
3614 |
-
#: inc/admin/admin.php:1014
|
3615 |
-
#, php-format
|
3616 |
-
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."
|
3617 |
-
msgstr ""
|
3618 |
-
|
3619 |
-
#: inc/admin/admin.php:1023
|
3620 |
-
#, php-format
|
3621 |
-
msgid "You can also use <span class=\"dashicons dashicons-external\"></span><a href=\"%s\" target=\"_blank\">this MySQL query</a> if necessary."
|
3622 |
-
msgstr ""
|
3623 |
-
|
3624 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:317
|
3625 |
-
msgid "Default value: "
|
3626 |
-
msgstr "القيمة الافتراضية: "
|
3627 |
-
|
3628 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:324
|
3629 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:293
|
3630 |
-
msgid "Select a primary category"
|
3631 |
-
msgstr "إختر تصنيف رئيسي"
|
3632 |
-
|
3633 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:325
|
3634 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:294
|
3635 |
-
msgid "Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories."
|
3636 |
-
msgstr ""
|
3637 |
-
|
3638 |
-
#: inc/admin/admin.php:1035
|
3639 |
-
#, fuzzy
|
3640 |
-
msgid "Activate Redirections"
|
3641 |
-
msgstr "روابط إعادة التوجيات"
|
3642 |
-
|
3643 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:350
|
3644 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:310
|
3645 |
-
msgid "Enter a custom value, useful if your title is too long"
|
3646 |
-
msgstr "أدخل قيمة مخصصة، مفيد إذا كان عنوانك طول جداً"
|
3647 |
-
|
3648 |
-
#: inc/admin/admin.php:1043
|
3649 |
-
msgid "By clicking Reset Notices, all notices in the notifications center will be set to their initial status."
|
3650 |
-
msgstr "بالضغط على إعادة تهيئة التنبيهات، سيتم ضبط جميع التنبيهات في مركز التنبيهات إلى قيمها الأولية."
|
3651 |
-
|
3652 |
-
#: inc/functions/options-google-analytics.php:264
|
3653 |
-
#, fuzzy
|
3654 |
-
#| msgid ""
|
3655 |
-
#| "By visiting our site, you agree to our privacy policy regarding cookies, "
|
3656 |
-
#| "tracking statistics etc."
|
3657 |
-
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc."
|
3658 |
-
msgstr "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ cookies، إحصاءات التتبع ألخ."
|
3659 |
-
|
3660 |
-
#: inc/functions/options-google-analytics.php:283
|
3661 |
-
msgid "X"
|
3662 |
-
msgstr "X"
|
3663 |
-
|
3664 |
-
#: inc/functions/options-google-analytics.php:306
|
3665 |
-
#, fuzzy
|
3666 |
-
#| msgid "Manage"
|
3667 |
-
msgid "Manage cookies"
|
3668 |
-
msgstr "إدارة"
|
3669 |
-
|
3670 |
-
#: inc/functions/options-google-analytics.php:902
|
3671 |
-
#: inc/functions/options-matomo.php:223
|
3672 |
-
msgid "Authors"
|
3673 |
-
msgstr "الكتّاب"
|
3674 |
-
|
3675 |
-
#: inc/functions/options-google-analytics.php:921
|
3676 |
-
#: inc/functions/options-matomo.php:237
|
3677 |
-
msgid "Categories"
|
3678 |
-
msgstr "التصنيفات"
|
3679 |
-
|
3680 |
-
#: inc/functions/options-google-analytics.php:947
|
3681 |
-
#: inc/functions/options-matomo.php:257
|
3682 |
-
msgid "Tags"
|
3683 |
-
msgstr "الوسوم"
|
3684 |
-
|
3685 |
-
#: inc/functions/options-google-analytics.php:961
|
3686 |
-
#: inc/functions/options-matomo.php:266
|
3687 |
-
msgid "Post types"
|
3688 |
-
msgstr "أنواع المنشور"
|
3689 |
-
|
3690 |
-
#: inc/functions/options-google-analytics.php:975
|
3691 |
-
#: inc/functions/options-matomo.php:275
|
3692 |
-
msgid "Connected users"
|
3693 |
-
msgstr "المستخدمين المتصلين"
|
3694 |
-
|
3695 |
-
#: inc/functions/options-import-export.php:60
|
3696 |
-
#: inc/functions/options-import-export.php:439
|
3697 |
-
msgid "Please upload a valid .json file"
|
3698 |
-
msgstr "الرجاء رفع ملف .json صالح"
|
3699 |
-
|
3700 |
-
#: inc/functions/options-import-export.php:65
|
3701 |
-
#: inc/functions/options-import-export.php:137
|
3702 |
-
#: inc/functions/options-import-export.php:241
|
3703 |
-
#: inc/functions/options-import-export.php:443
|
3704 |
-
#: inc/functions/options-import-export.php:512
|
3705 |
-
msgid "Please upload a file to import"
|
3706 |
-
msgstr "الرجاء رفع ملف ليتم استيراده"
|
3707 |
-
|
3708 |
-
#: inc/functions/options-import-export.php:133
|
3709 |
-
#: inc/functions/options-import-export.php:237
|
3710 |
-
msgid "Please upload a valid .csv file"
|
3711 |
-
msgstr "الرجاء رفع ملف .csv صالح"
|
3712 |
-
|
3713 |
-
#: inc/functions/options-import-export.php:141
|
3714 |
-
msgid "Please choose a separator"
|
3715 |
-
msgstr ""
|
3716 |
-
|
3717 |
-
#: inc/functions/options-import-export.php:150
|
3718 |
-
#, fuzzy
|
3719 |
-
#| msgid "Separator"
|
3720 |
-
msgid "Invalid separator"
|
3721 |
-
msgstr "الفاصل"
|
3722 |
-
|
3723 |
-
#: inc/functions/options-import-export.php:508
|
3724 |
-
#, fuzzy
|
3725 |
-
#| msgid "Please upload a valid .csv file"
|
3726 |
-
msgid "Please upload a valid .txt file"
|
3727 |
-
msgstr "الرجاء رفع ملف .csv صالح"
|
3728 |
-
|
3729 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:125
|
3730 |
-
msgid "XML Sitemaps"
|
3731 |
-
msgstr "خرائط الموقع XML"
|
3732 |
-
|
3733 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:128
|
3734 |
-
#, php-format
|
3735 |
-
msgid "This XML Sitemap Index file contains %s sitemaps."
|
3736 |
-
msgstr ""
|
3737 |
-
|
3738 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:131
|
3739 |
-
#, php-format
|
3740 |
-
msgid "This XML Sitemap contains %s URL(s)."
|
3741 |
-
msgstr ""
|
3742 |
-
|
3743 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:138
|
3744 |
-
#, fuzzy
|
3745 |
-
#| msgid "Post date"
|
3746 |
-
msgid "Last update"
|
3747 |
-
msgstr "تاريخ المنشور"
|
3748 |
-
|
3749 |
-
#: inc/functions/variables/dynamic-variables.php:74 src/Tags/Page.php:31
|
3750 |
-
#, php-format
|
3751 |
-
msgid "Page %d of %2$d"
|
3752 |
-
msgstr ""
|
3753 |
-
|
3754 |
-
#: inc/admin/admin.php:1057
|
3755 |
-
msgid "<strong>WARNING:</strong> Delete all options related to SEOPress in your database AND set settings to their default values."
|
3756 |
-
msgstr "<strong>تحذير:</strong> حذف كل الخيارات المتعلقة بإس إي أو بريس SEOPress الموجودة في قاعدة بياناتك وضبط الإعدادات إلى قيمها الافتراضية."
|
3757 |
-
|
3758 |
-
#: node_modules/@wordpress/api-fetch/build-module/utils/response.js:37
|
3759 |
-
#: node_modules/@wordpress/api-fetch/src/utils/response.js:36
|
3760 |
-
msgid "The response is not a valid JSON response."
|
3761 |
-
msgstr ""
|
3762 |
-
|
3763 |
-
#: inc/admin/admin.php:1375
|
3764 |
-
#: inc/admin/admin.php:3662
|
3765 |
-
msgid "noindex"
|
3766 |
-
msgstr "عدم الفهرسة noindex"
|
3767 |
-
|
3768 |
-
#: inc/admin/admin.php:1383
|
3769 |
-
#: inc/admin/admin.php:3681
|
3770 |
-
msgid "nofollow"
|
3771 |
-
msgstr "عدم الاتباع nofollow"
|
3772 |
-
|
3773 |
-
#: inc/admin/admin.php:1391
|
3774 |
-
#: inc/admin/admin.php:3700
|
3775 |
-
msgid "noodp"
|
3776 |
-
msgstr "لا لمشروع الأدلة المفتوحة noodp"
|
3777 |
-
|
3778 |
-
#: inc/admin/admin.php:1399
|
3779 |
-
#: inc/admin/admin.php:3719
|
3780 |
-
msgid "noimageindex"
|
3781 |
-
msgstr "عدم فهرسة الصورة noimageindex"
|
3782 |
-
|
3783 |
-
#: inc/admin/admin.php:1407
|
3784 |
-
#: inc/admin/admin.php:3738
|
3785 |
-
msgid "noarchive"
|
3786 |
-
msgstr "عدم الأرشفة noarchive"
|
3787 |
-
|
3788 |
-
#: inc/admin/admin.php:1415
|
3789 |
-
#: inc/admin/admin.php:3757
|
3790 |
-
msgid "nosnippet"
|
3791 |
-
msgstr "لا للشرح المبسّط nosnippet"
|
3792 |
-
|
3793 |
-
#: inc/admin/admin.php:1423
|
3794 |
-
#: inc/admin/admin.php:3776
|
3795 |
-
msgid "nositelinkssearchbox"
|
3796 |
-
msgstr "nositelinkssearchbox"
|
3797 |
-
|
3798 |
-
#: node_modules/@wordpress/i18n/src/test/subscribe-i18n.js:19
|
3799 |
-
msgid "original"
|
3800 |
-
msgstr ""
|
3801 |
-
|
3802 |
-
#: inc/admin/admin.php:1448
|
3803 |
-
#: inc/admin/admin.php:3814
|
3804 |
-
msgid "Enable XML Sitemap"
|
3805 |
-
msgstr "تمكين خارطة الموقع XML"
|
3806 |
-
|
3807 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:114
|
3808 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:131
|
3809 |
-
msgid "Sorry, this file type is not permitted for security reasons."
|
3810 |
-
msgstr ""
|
3811 |
-
|
3812 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:125
|
3813 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:143
|
3814 |
-
msgid "Sorry, this file type is not supported here."
|
3815 |
-
msgstr ""
|
3816 |
-
|
3817 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:135
|
3818 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:154
|
3819 |
-
msgid "This file exceeds the maximum upload size for this site."
|
3820 |
-
msgstr ""
|
3821 |
-
|
3822 |
-
#: inc/admin/admin.php:1474
|
3823 |
-
#: inc/admin/admin.php:3901
|
3824 |
-
#, fuzzy
|
3825 |
-
msgid "Enable Author Sitemap"
|
3826 |
-
msgstr "تمكين خارطة الموقع XML"
|
3827 |
-
|
3828 |
-
#: inc/admin/admin.php:1482
|
3829 |
-
#: inc/admin/admin.php:3920
|
3830 |
-
msgid "Enable HTML Sitemap"
|
3831 |
-
msgstr "تمكين خارطة الموقع HTML"
|
3832 |
-
|
3833 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/bridge/ArgumentsTest.java:63
|
3834 |
-
msgid "exampleChildKey"
|
3835 |
-
msgstr ""
|
3836 |
-
|
3837 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:222
|
3838 |
-
msgid "m1k1"
|
3839 |
-
msgstr ""
|
3840 |
-
|
3841 |
-
#: inc/admin/admin.php:1530
|
3842 |
-
#: inc/admin/admin.php:4029
|
3843 |
-
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
3844 |
-
msgstr "أدخل منشور، صفحة أو معرِّفات مخصصة لنوع المنشور لعرضها في خارطة الموقع"
|
3845 |
-
|
3846 |
-
#: inc/admin/admin.php:1538
|
3847 |
-
#: inc/admin/admin.php:4043
|
3848 |
-
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
3849 |
-
msgstr "استثني بعض المنشورات، الصفحات، أنواع منشور مخصصة أو معرفات الTerms"
|
3850 |
-
|
3851 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:238
|
3852 |
-
msgid "stringKey"
|
3853 |
-
msgstr ""
|
3854 |
-
|
3855 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:254
|
3856 |
-
msgid "nullKey"
|
3857 |
-
msgstr ""
|
3858 |
-
|
3859 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:485
|
3860 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:589
|
3861 |
-
msgid "a"
|
3862 |
-
msgstr ""
|
3863 |
-
|
3864 |
-
#: inc/admin/admin.php:1603
|
3865 |
-
#: inc/admin/admin.php:4185
|
3866 |
-
msgid "Organization's phone number (only for Organizations)"
|
3867 |
-
msgstr "رقم الهاتف الخاص بالمنشئة (ينطبق على المنشئات فقط)"
|
3868 |
-
|
3869 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:491
|
3870 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:593
|
3871 |
-
msgid "newkey"
|
3872 |
-
msgstr ""
|
3873 |
-
|
3874 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:664
|
3875 |
-
msgid "one-byte"
|
3876 |
-
msgstr ""
|
3877 |
-
|
3878 |
-
#: inc/admin/admin.php:1636
|
3879 |
-
#: inc/admin/admin.php:4263
|
3880 |
-
msgid "Facebook Page URL"
|
3881 |
-
msgstr "رابط URL لصفحة فيسبوك"
|
3882 |
-
|
3883 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:666
|
3884 |
-
msgid "three-bytes"
|
3885 |
-
msgstr ""
|
3886 |
-
|
3887 |
-
#: inc/admin/admin.php:1725
|
3888 |
-
#: inc/admin/admin.php:4392
|
3889 |
-
msgid "Select a default image"
|
3890 |
-
msgstr "اختر صورة افتراضية"
|
3891 |
-
|
3892 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:670
|
3893 |
-
msgid "mixed"
|
3894 |
-
msgstr ""
|
3895 |
-
|
3896 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/InitialPropsTestCase.java:90
|
3897 |
-
msgid "key1"
|
3898 |
-
msgstr ""
|
3899 |
-
|
3900 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/WritableNativeMapTest.java:74
|
3901 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/WritableNativeMapTest.java:127
|
3902 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/WritableNativeMapTest.java:128
|
3903 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/TextLayoutManager.java:113
|
3904 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:294
|
3905 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:296
|
3906 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:294
|
3907 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:296
|
3908 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:294
|
3909 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:296
|
3910 |
-
#: node_modules/terser/dist/bundle.min.js:1 node_modules/yargs/lib/usage.js:290
|
3911 |
-
#: node_modules/yargs/lib/usage.js:291
|
3912 |
-
msgid "string"
|
3913 |
-
msgstr ""
|
3914 |
-
|
3915 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/WritableNativeMapTest.java:79
|
3916 |
-
msgid "int"
|
3917 |
-
msgstr ""
|
3918 |
-
|
3919 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java:412
|
3920 |
-
msgid "surfaceID"
|
3921 |
-
msgstr ""
|
3922 |
-
|
3923 |
-
#: inc/admin/admin.php:1782
|
3924 |
-
msgid "Use Open Graph if no Twitter Card is filled"
|
3925 |
-
msgstr "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم يتم ملء بطاقة تويتر"
|
3926 |
-
|
3927 |
-
#: inc/admin/admin.php:1790
|
3928 |
-
#: inc/admin/admin.php:4504
|
3929 |
-
msgid "Default Twitter Image"
|
3930 |
-
msgstr "صورة تويتر الافتراضية"
|
3931 |
-
|
3932 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedNodesManager.java:126
|
3933 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedNodesManager.java:250
|
3934 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/TransformAnimatedNode.java:44
|
3935 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:111
|
3936 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:112
|
3937 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:356
|
3938 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:368
|
3939 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:89
|
3940 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:90
|
3941 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java:72
|
3942 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactDrawableHelper.java:37
|
3943 |
-
msgid "type"
|
3944 |
-
msgstr ""
|
3945 |
-
|
3946 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/TransformAnimatedNode.java:43
|
3947 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java:65
|
3948 |
-
msgid "property"
|
3949 |
-
msgstr ""
|
3950 |
-
|
3951 |
-
#: inc/admin/admin.php:1823
|
3952 |
-
#: inc/admin/admin.php:2191
|
3953 |
-
#: inc/admin/admin.php:4557
|
3954 |
-
msgid "Enter your tracking ID"
|
3955 |
-
msgstr "أدخل الرمز المعرِّف الخاص بك"
|
3956 |
-
|
3957 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/common/DebugServerException.java:79
|
3958 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core/ExceptionsManagerModule.java:66
|
3959 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/share/ShareModule.java:62
|
3960 |
-
msgid "message"
|
3961 |
-
msgstr ""
|
3962 |
-
|
3963 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/BundleDownloader.java:57
|
3964 |
-
msgid "url"
|
3965 |
-
msgstr ""
|
3966 |
-
|
3967 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/BundleDownloader.java:204
|
3968 |
-
msgid "status"
|
3969 |
-
msgstr ""
|
3970 |
-
|
3971 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java:63
|
3972 |
-
#, fuzzy
|
3973 |
-
msgid "Analytics tracking opt-in"
|
3974 |
-
msgstr "التسجيل في خاصية تتبع إحصاءات جوجل"
|
3975 |
-
|
3976 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java:90
|
3977 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java:129
|
3978 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java:139
|
3979 |
-
msgid "pageId"
|
3980 |
-
msgstr ""
|
3981 |
-
|
3982 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/InspectorPackagerConnection.java:140
|
3983 |
-
msgid "wrappedEvent"
|
3984 |
-
msgstr ""
|
3985 |
-
|
3986 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/StackTraceHelper.java:127
|
3987 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/StackTraceHelper.java:157
|
3988 |
-
msgid "methodName"
|
3989 |
-
msgstr ""
|
3990 |
-
|
3991 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/StackTraceHelper.java:128
|
3992 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/StackTraceHelper.java:158
|
3993 |
-
msgid "file"
|
3994 |
-
msgstr ""
|
3995 |
-
|
3996 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:118
|
3997 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:223
|
3998 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:340
|
3999 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:53
|
4000 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:78
|
4001 |
-
msgid "blobId"
|
4002 |
-
msgstr ""
|
4003 |
-
|
4004 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:363
|
4005 |
-
msgid "data"
|
4006 |
-
msgstr ""
|
4007 |
-
|
4008 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/share/ShareModule.java:58
|
4009 |
-
#, fuzzy
|
4010 |
-
#| msgid "Title"
|
4011 |
-
msgid "title"
|
4012 |
-
msgstr "العنوان"
|
4013 |
-
|
4014 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java:212
|
4015 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/picker/ReactPickerItem.java:22
|
4016 |
-
msgid "label"
|
4017 |
-
msgstr ""
|
4018 |
-
|
4019 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java:213
|
4020 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java:214
|
4021 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java:218
|
4022 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4023 |
-
msgid "name"
|
4024 |
-
msgstr ""
|
4025 |
-
|
4026 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/image/ReactImageView.java:355
|
4027 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/image/ReactImageView.java:364
|
4028 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/frescosupport/FrescoBasedReactTextInlineImageShadowNode.java:49
|
4029 |
-
msgid "uri"
|
4030 |
-
msgstr ""
|
4031 |
-
|
4032 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactTextViewManager.java:95
|
4033 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java:1212
|
4034 |
-
msgid "textBreakStrategy"
|
4035 |
-
msgstr ""
|
4036 |
-
|
4037 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactDrawableHelper.java:39
|
4038 |
-
msgid "attribute"
|
4039 |
-
msgstr ""
|
4040 |
-
|
4041 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:372
|
4042 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:372
|
4043 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:372
|
4044 |
-
#, javascript-format
|
4045 |
-
msgid "Argument unexpected for: %s"
|
4046 |
-
msgstr ""
|
4047 |
-
|
4048 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:382
|
4049 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:392
|
4050 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:446
|
4051 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:382
|
4052 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:392
|
4053 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:446
|
4054 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:382
|
4055 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:392
|
4056 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:446
|
4057 |
-
#: node_modules/yargs-parser/index.js:367
|
4058 |
-
#, javascript-format
|
4059 |
-
msgid "Not enough arguments following: %s"
|
4060 |
-
msgstr ""
|
4061 |
-
|
4062 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:591
|
4063 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:591
|
4064 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:591
|
4065 |
-
#: node_modules/yargs-parser/index.js:541
|
4066 |
-
#, javascript-format
|
4067 |
-
msgid "Invalid JSON config file: %s"
|
4068 |
-
msgstr ""
|
4069 |
-
|
4070 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:941
|
4071 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:941
|
4072 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:941
|
4073 |
-
#, javascript-format
|
4074 |
-
msgid "Invalid configuration: %s, opts.count excludes opts.array."
|
4075 |
-
msgstr ""
|
4076 |
-
|
4077 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:944
|
4078 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:944
|
4079 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:944
|
4080 |
-
#, javascript-format
|
4081 |
-
msgid "Invalid configuration: %s, opts.count excludes opts.narg."
|
4082 |
-
msgstr ""
|
4083 |
-
|
4084 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:90
|
4085 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:90
|
4086 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:90
|
4087 |
-
#: node_modules/yargs/lib/usage.js:92
|
4088 |
-
msgid "Positionals:"
|
4089 |
-
msgstr ""
|
4090 |
-
|
4091 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:187
|
4092 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:190
|
4093 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:187
|
4094 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:190
|
4095 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:187
|
4096 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:190
|
4097 |
-
#: node_modules/yargs/lib/usage.js:192 node_modules/yargs/lib/usage.js:194
|
4098 |
-
msgid "command"
|
4099 |
-
msgstr ""
|
4100 |
-
|
4101 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:198
|
4102 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:198
|
4103 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:198
|
4104 |
-
#: node_modules/yargs/lib/usage.js:203
|
4105 |
-
msgid "Commands:"
|
4106 |
-
msgstr ""
|
4107 |
-
|
4108 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:213
|
4109 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:213
|
4110 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:213
|
4111 |
-
#, fuzzy
|
4112 |
-
#| msgid "Default"
|
4113 |
-
msgid "default"
|
4114 |
-
msgstr "الافتراضية"
|
4115 |
-
|
4116 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:215
|
4117 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:215
|
4118 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:215
|
4119 |
-
#: node_modules/yargs/lib/usage.js:225
|
4120 |
-
msgid "aliases:"
|
4121 |
-
msgstr ""
|
4122 |
-
|
4123 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:219
|
4124 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:302
|
4125 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:219
|
4126 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:302
|
4127 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:219
|
4128 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:302
|
4129 |
-
#, javascript-format
|
4130 |
-
msgid "deprecated: %s"
|
4131 |
-
msgstr ""
|
4132 |
-
|
4133 |
-
#: inc/admin/admin.php:2002
|
4134 |
-
#, fuzzy
|
4135 |
-
msgid "Enable Google Ads"
|
4136 |
-
msgstr "تمكين التتبع في تحسينات جوجل"
|
4137 |
-
|
4138 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:241
|
4139 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:241
|
4140 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:241
|
4141 |
-
#, fuzzy
|
4142 |
-
msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
|
4143 |
-
msgstr "حقل إضافي لشفرة التتبع"
|
4144 |
-
|
4145 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:290
|
4146 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:290
|
4147 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:290
|
4148 |
-
#: node_modules/yargs/lib/usage.js:288
|
4149 |
-
msgid "boolean"
|
4150 |
-
msgstr ""
|
4151 |
-
|
4152 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:292
|
4153 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:292
|
4154 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:292
|
4155 |
-
#: node_modules/yargs/lib/usage.js:289
|
4156 |
-
#, fuzzy
|
4157 |
-
msgid "[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
4158 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
4159 |
-
|
4160 |
-
#: inc/admin/admin.php:2034
|
4161 |
-
#: inc/admin/admin.php:4887
|
4162 |
-
msgid "Enable remarketing, demographics, and interests reporting"
|
4163 |
-
msgstr "تمكين تجديد النشاط التسويقي، المعلومات السكانية، وإعداد تقارير الاهتمامات"
|
4164 |
-
|
4165 |
-
#: inc/admin/admin.php:2042
|
4166 |
-
#: inc/admin/admin.php:4909
|
4167 |
-
msgid "Enable IP Anonymization"
|
4168 |
-
msgstr "تمكين خاصية إخفاء رقم الهوية الـ IP"
|
4169 |
-
|
4170 |
-
#: inc/admin/admin.php:2050
|
4171 |
-
#: inc/admin/admin.php:4931
|
4172 |
-
msgid "Enhanced Link Attribution"
|
4173 |
-
msgstr "إحالة الرابط المحسّن"
|
4174 |
-
|
4175 |
-
#: inc/admin/admin.php:2058
|
4176 |
-
#: inc/admin/admin.php:4953
|
4177 |
-
msgid "Enable cross-domain tracking"
|
4178 |
-
msgstr "تمكين التتبُّع بين النطاقات"
|
4179 |
-
|
4180 |
-
#: inc/admin/admin.php:2066
|
4181 |
-
#: inc/admin/admin.php:4970
|
4182 |
-
#: inc/admin/admin.php:5565
|
4183 |
-
msgid "Cross domains"
|
4184 |
-
msgstr "النطاقات البينيّة"
|
4185 |
-
|
4186 |
-
#: inc/admin/admin.php:2084
|
4187 |
-
#: inc/admin/admin.php:4987
|
4188 |
-
msgid "Enable external links tracking"
|
4189 |
-
msgstr "تمكين تتبُّع الروابط الخارجية"
|
4190 |
-
|
4191 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:457
|
4192 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:457
|
4193 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:457
|
4194 |
-
#: node_modules/yargs/lib/usage.js:223 node_modules/yargs/lib/usage.js:458
|
4195 |
-
#, fuzzy
|
4196 |
-
#| msgid "Default"
|
4197 |
-
msgid "default:"
|
4198 |
-
msgstr "الافتراضية"
|
4199 |
-
|
4200 |
-
#: inc/admin/admin.php:2100
|
4201 |
-
#: inc/admin/admin.php:5016
|
4202 |
-
msgid "Track downloads' clicks"
|
4203 |
-
msgstr "تتبّع الضغطات على التحميلات"
|
4204 |
-
|
4205 |
-
#: inc/admin/admin.php:2108
|
4206 |
-
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
4207 |
-
msgstr "تمكين تتبُّع الروابط المنتسبة/الصادرة (affiliate/outbound) (مثلاً: aff، go، out، recommends)"
|
4208 |
-
|
4209 |
-
#: inc/admin/admin.php:2116
|
4210 |
-
#: inc/admin/admin.php:5047
|
4211 |
-
msgid "Track affiliate/outbound links"
|
4212 |
-
msgstr "تتبُّع الروابط المنتسبة/الصادرة"
|
4213 |
-
|
4214 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:248
|
4215 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:248
|
4216 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:248
|
4217 |
-
#: node_modules/yargs/lib/validation.js:256
|
4218 |
-
msgid "Implications failed:"
|
4219 |
-
msgstr ""
|
4220 |
-
|
4221 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:284
|
4222 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:284
|
4223 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:284
|
4224 |
-
#: node_modules/yargs/lib/validation.js:295
|
4225 |
-
#, javascript-format
|
4226 |
-
msgid "Arguments %s and %s are mutually exclusive"
|
4227 |
-
msgstr ""
|
4228 |
-
|
4229 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:303
|
4230 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:303
|
4231 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:303
|
4232 |
-
#: node_modules/yargs/lib/validation.js:316
|
4233 |
-
#, javascript-format
|
4234 |
-
msgid "Did you mean %s?"
|
4235 |
-
msgstr ""
|
4236 |
-
|
4237 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4238 |
-
msgid "react.element"
|
4239 |
-
msgstr ""
|
4240 |
-
|
4241 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4242 |
-
msgid "react.portal"
|
4243 |
-
msgstr ""
|
4244 |
-
|
4245 |
-
#: inc/admin/admin.php:2183
|
4246 |
-
#, fuzzy
|
4247 |
-
msgid "Enable Matomo tracking"
|
4248 |
-
msgstr "تمكين تتبُّع التحميل"
|
4249 |
-
|
4250 |
-
#: inc/admin/admin.php:2199
|
4251 |
-
#, fuzzy
|
4252 |
-
msgid "Enter your site ID"
|
4253 |
-
msgstr "أدخل عنوانك"
|
4254 |
-
|
4255 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4256 |
-
msgid "react.profiler"
|
4257 |
-
msgstr ""
|
4258 |
-
|
4259 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4260 |
-
msgid "react.provider"
|
4261 |
-
msgstr ""
|
4262 |
-
|
4263 |
-
#: inc/admin/admin.php:2223
|
4264 |
-
#: inc/admin/admin.php:5534
|
4265 |
-
msgid "Track users with JavaScript disabled"
|
4266 |
-
msgstr ""
|
4267 |
-
|
4268 |
-
#: inc/admin/admin.php:2231
|
4269 |
-
#: inc/admin/admin.php:5551
|
4270 |
-
#, fuzzy
|
4271 |
-
msgid "Enables cross domain linking"
|
4272 |
-
msgstr "تمكين التتبُّع بين النطاقات"
|
4273 |
-
|
4274 |
-
#: inc/admin/admin.php:2239
|
4275 |
-
#, fuzzy
|
4276 |
-
msgid "Cross domain"
|
4277 |
-
msgstr "النطاقات البينيّة"
|
4278 |
-
|
4279 |
-
#: inc/admin/admin.php:2246
|
4280 |
-
#, fuzzy
|
4281 |
-
msgid "Enable DoNotTrack detection"
|
4282 |
-
msgstr "تمكين خاصية إعادة التوجيه"
|
4283 |
-
|
4284 |
-
#: inc/admin/admin.php:2254
|
4285 |
-
#, fuzzy
|
4286 |
-
msgid "Disable all tracking cookies"
|
4287 |
-
msgstr "تعطيل أرشيف الكتّاب"
|
4288 |
-
|
4289 |
-
#: inc/admin/admin.php:2262
|
4290 |
-
#, fuzzy
|
4291 |
-
msgid "Download & Outlink tracking"
|
4292 |
-
msgstr "تمكين تتبُّع التحميل"
|
4293 |
-
|
4294 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4295 |
-
msgid "react.debug_trace_mode"
|
4296 |
-
msgstr ""
|
4297 |
-
|
4298 |
-
#: inc/admin/admin.php:2287
|
4299 |
-
#, fuzzy
|
4300 |
-
msgid "Redirect attachment pages to their file URL"
|
4301 |
-
msgstr "إعادة توجيه صفحات المرفقات إلى رابط الURL بالملف"
|
4302 |
-
|
4303 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4304 |
-
msgid "react.cache"
|
4305 |
-
msgstr ""
|
4306 |
-
|
4307 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4308 |
-
msgid "big_int"
|
4309 |
-
msgstr ""
|
4310 |
-
|
4311 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4312 |
-
msgid "num"
|
4313 |
-
msgstr ""
|
4314 |
-
|
4315 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4316 |
-
msgid "template_head"
|
4317 |
-
msgstr ""
|
4318 |
-
|
4319 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4320 |
-
msgid "comment2"
|
4321 |
-
msgstr ""
|
4322 |
-
|
4323 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4324 |
-
msgid "regexp"
|
4325 |
-
msgstr ""
|
4326 |
-
|
4327 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4328 |
-
#, fuzzy
|
4329 |
-
#| msgid "Separator"
|
4330 |
-
msgid "operator"
|
4331 |
-
msgstr "الفاصل"
|
4332 |
-
|
4333 |
-
#: inc/admin/admin.php:2351
|
4334 |
-
#: inc/admin/admin.php:5800
|
4335 |
-
msgid "Disable trailing slash for metas"
|
4336 |
-
msgstr "تعطيل علامة الشرطة المائلة اللاحقة للبيانات الوصفية (Metas)"
|
4337 |
-
|
4338 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4339 |
-
msgid "expand"
|
4340 |
-
msgstr ""
|
4341 |
-
|
4342 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4343 |
-
msgid "punc"
|
4344 |
-
msgstr ""
|
4345 |
-
|
4346 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4347 |
-
msgid "arrow"
|
4348 |
-
msgstr ""
|
4349 |
-
|
4350 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4351 |
-
msgid "atom"
|
4352 |
-
msgstr ""
|
4353 |
-
|
4354 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4355 |
-
#, fuzzy
|
4356 |
-
msgid "Remove author URL"
|
4357 |
-
msgstr "إزالة /التصنيف/ في الرابط URL"
|
4358 |
-
|
4359 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4360 |
-
msgid "("
|
4361 |
-
msgstr ""
|
4362 |
-
|
4363 |
-
#: inc/admin/admin.php:2391
|
4364 |
-
msgid "Remove WordPress shortlink meta tag"
|
4365 |
-
msgstr "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس"
|
4366 |
-
|
4367 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4368 |
-
msgid ":"
|
4369 |
-
msgstr ""
|
4370 |
-
|
4371 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4372 |
-
msgid ";"
|
4373 |
-
msgstr ""
|
4374 |
-
|
4375 |
-
#: inc/admin/admin.php:2415
|
4376 |
-
#: inc/admin/admin.php:5931
|
4377 |
-
msgid "Google site verification"
|
4378 |
-
msgstr "تحقق موقع جوجل"
|
4379 |
-
|
4380 |
-
#: inc/admin/admin.php:2423
|
4381 |
-
#: inc/admin/admin.php:5945
|
4382 |
-
msgid "Bing site verification"
|
4383 |
-
msgstr "تحقق موقع Bing"
|
4384 |
-
|
4385 |
-
#: inc/admin/admin.php:2431
|
4386 |
-
#: inc/admin/admin.php:5958
|
4387 |
-
msgid "Pinterest site verification"
|
4388 |
-
msgstr "تحقق موقع Pinterest"
|
4389 |
-
|
4390 |
-
#: inc/admin/admin.php:2439
|
4391 |
-
#: inc/admin/admin.php:5970
|
4392 |
-
msgid "Yandex site verification"
|
4393 |
-
msgstr "تحقق موقع Yandex"
|
4394 |
-
|
4395 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4396 |
-
msgid "["
|
4397 |
-
msgstr ""
|
4398 |
-
|
4399 |
-
#: node_modules/webidl-conversions/lib/index.js:105
|
4400 |
-
msgid "is not a finite number"
|
4401 |
-
msgstr ""
|
4402 |
-
|
4403 |
-
#: inc/admin/admin.php:2472
|
4404 |
-
#, fuzzy
|
4405 |
-
msgid "Set default tab for Structured data metabox"
|
4406 |
-
msgstr "إخفاء النصائح في صندوق أنواع البيانات المهيكلة (Structured Data Types metabox)"
|
4407 |
-
|
4408 |
-
#: node_modules/webidl-conversions/lib/index.js:198
|
4409 |
-
msgid "is outside the range of a single-precision floating-point value"
|
4410 |
-
msgstr ""
|
4411 |
-
|
4412 |
-
#: node_modules/webidl-conversions/lib/index.js:228
|
4413 |
-
msgid "is a symbol, which cannot be converted to a string"
|
4414 |
-
msgstr ""
|
4415 |
-
|
4416 |
-
#: node_modules/webidl-conversions/lib/index.js:239
|
4417 |
-
msgid "is not a valid ByteString"
|
4418 |
-
msgstr ""
|
4419 |
-
|
4420 |
-
#: node_modules/webidl-conversions/lib/index.js:276
|
4421 |
-
msgid "is not an object"
|
4422 |
-
msgstr ""
|
4423 |
-
|
4424 |
-
#: node_modules/webidl-conversions/lib/index.js:288
|
4425 |
-
msgid "is not a function"
|
4426 |
-
msgstr ""
|
4427 |
-
|
4428 |
-
#: node_modules/webidl-conversions/lib/index.js:308
|
4429 |
-
msgid "is not a view on an ArrayBuffer object"
|
4430 |
-
msgstr ""
|
4431 |
-
|
4432 |
-
#: node_modules/webidl-conversions/lib/index.js:320
|
4433 |
-
msgid "is not a view on an DataView object"
|
4434 |
-
msgstr ""
|
4435 |
-
|
4436 |
-
#: node_modules/yargs/lib/validation.js:29
|
4437 |
-
#: node_modules/yargs/lib/validation.js:52
|
4438 |
-
#, javascript-format
|
4439 |
-
msgid "Not enough non-option arguments: got %s, need at least %s"
|
4440 |
-
msgstr ""
|
4441 |
-
|
4442 |
-
#: node_modules/yargs/lib/validation.js:40
|
4443 |
-
#, javascript-format
|
4444 |
-
msgid "Too many non-option arguments: got %s, maximum of %s"
|
4445 |
-
msgstr ""
|
4446 |
-
|
4447 |
-
#: seopress-functions.php:315
|
4448 |
-
#, fuzzy
|
4449 |
-
#| msgid "Post Types"
|
4450 |
-
msgid "Custom Post Types"
|
4451 |
-
msgstr "أنواع المنشور"
|
4452 |
-
|
4453 |
-
#: seopress-functions.php:319
|
4454 |
-
#, fuzzy
|
4455 |
-
#| msgid "Taxonomies"
|
4456 |
-
msgid "Custom Taxonomies"
|
4457 |
-
msgstr "تصنيفات Taxonomies"
|
4458 |
-
|
4459 |
-
#: seopress-functions.php:348
|
4460 |
-
#, php-format
|
4461 |
-
msgid "Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below."
|
4462 |
-
msgstr ""
|
4463 |
-
|
4464 |
-
#: seopress.php:219
|
4465 |
-
msgid "has been successfully updated!"
|
4466 |
-
msgstr ""
|
4467 |
-
|
4468 |
-
#: seopress.php:349
|
4469 |
-
msgid "Clear"
|
4470 |
-
msgstr ""
|
4471 |
-
|
4472 |
-
#: seopress.php:350
|
4473 |
-
msgid "Clear color"
|
4474 |
-
msgstr ""
|
4475 |
-
|
4476 |
-
#: seopress.php:352
|
4477 |
-
#, fuzzy
|
4478 |
-
msgid "Show content analysis score column in post types"
|
4479 |
-
msgstr "إظهار عمود تمكين إعادة التوجيه في أنواع المنشور"
|
4480 |
-
|
4481 |
-
#: inc/admin/admin.php:2601
|
4482 |
-
msgid "Hide Genesis SEO Metabox"
|
4483 |
-
msgstr "إخفاء صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
|
4484 |
-
|
4485 |
-
#: seopress.php:353
|
4486 |
-
#, fuzzy
|
4487 |
-
#| msgid "Select your logo"
|
4488 |
-
msgid "Select Color"
|
4489 |
-
msgstr "أختر شعارك"
|
4490 |
-
|
4491 |
-
#: inc/admin/admin.php:2617
|
4492 |
-
msgid "Hide advice in Structured Data Types metabox"
|
4493 |
-
msgstr "إخفاء النصائح في صندوق أنواع البيانات المهيكلة (Structured Data Types metabox)"
|
4494 |
-
|
4495 |
-
#: inc/admin/admin.php:2634
|
4496 |
-
msgid "Block SEO metabox to user roles"
|
4497 |
-
msgstr "حجب صناديق البيانات الوصفية (Meta) الخاصة بالتحسين الأمثل لمحركات البحث SEO عن أدوار المستخدم"
|
4498 |
-
|
4499 |
-
#: inc/admin/admin.php:2642
|
4500 |
-
msgid "Block Content analysis metabox to user roles"
|
4501 |
-
msgstr "حجب صناديق البيانات الوصفية (Meta) لتحليل المحتوى عن أدوار المستخدم"
|
4502 |
-
|
4503 |
-
#: seopress.php:531
|
4504 |
-
#, fuzzy
|
4505 |
-
msgid "<p>Customize your title & meta description for homepage</p>"
|
4506 |
-
msgstr "<p>خصص عناوينك و البيانات الوصفية (Metas) للصفحة الرئيسية للموقع</p>"
|
4507 |
-
|
4508 |
-
#: inc/admin/admin.php:2746
|
4509 |
-
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
4510 |
-
msgstr "<p>خصص عناوينك وبياناتك الوصفية (Metas) لكل أنواع المنشورات المخصصة الفردية</p>"
|
4511 |
-
|
4512 |
-
#: src/Actions/Admin/ManageColumn.php:54
|
4513 |
-
msgid "Redirect?"
|
4514 |
-
msgstr "إعادة توجيه؟"
|
4515 |
-
|
4516 |
-
#: inc/admin/admin.php:2754
|
4517 |
-
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
4518 |
-
msgstr "<p>خصص بياناتك الوصفية (Metas) للتصنيفات التي يطلق عليها (taxonomies) والخاصة بالأرشيف</p>"
|
4519 |
-
|
4520 |
-
#: src/Actions/Admin/ManageColumn.php:66
|
4521 |
-
#, fuzzy
|
4522 |
-
#| msgid "noindex"
|
4523 |
-
msgid "noindex?"
|
4524 |
-
msgstr "عدم الفهرسة noindex"
|
4525 |
-
|
4526 |
-
#: src/Actions/Admin/ManageColumn.php:69
|
4527 |
-
#, fuzzy
|
4528 |
-
#| msgid "nofollow"
|
4529 |
-
msgid "nofollow?"
|
4530 |
-
msgstr "عدم الاتباع nofollow"
|
4531 |
-
|
4532 |
-
#: inc/admin/admin.php:2768
|
4533 |
-
msgid "To view your sitemap, enable permalinks (not default one), and save settings to flush them."
|
4534 |
-
msgstr "لمشاهدة خارطة موقعك، قم بتمكين الروابط الدائمة permalinks (ليست الافتراضية)، واحفظ الاعدادات لتجديدها."
|
4535 |
-
|
4536 |
-
#: inc/admin/admin.php:2774
|
4537 |
-
msgid "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:"
|
4538 |
-
msgstr "يستخدم الخادم الخاص بك NGING. لو كانت خرائط الموقع XML لا تعمل كما ينبغي، أنت تحتاج لإضافة هذه القاعدة إلى إعداداتك:"
|
4539 |
-
|
4540 |
-
#: inc/admin/admin.php:2788
|
4541 |
-
msgid "Noindex content will not be displayed in Sitemaps."
|
4542 |
-
msgstr "محتوى عدم الأرشفة لن يظهر في خرائط الموقع."
|
4543 |
-
|
4544 |
-
#: src/Actions/Admin/ManageColumn.php:78
|
4545 |
-
msgid "Page Speed"
|
4546 |
-
msgstr "سرعة الصفحة (Page Speed)"
|
4547 |
-
|
4548 |
-
#: src/Actions/Admin/ManageColumn.php:157
|
4549 |
-
msgid "Analyze this page with Google Page Speed"
|
4550 |
-
msgstr "تحليل هذه الصفحة باستخدام عامل ’سرعة الصفحة‘ (Page Speed) الخاصة بجوجل"
|
4551 |
-
|
4552 |
-
#: src/Actions/Admin/ManageColumn.php:168
|
4553 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:26
|
4554 |
-
msgid "Good"
|
4555 |
-
msgstr ""
|
4556 |
-
|
4557 |
-
#: src/Actions/Admin/ManageColumn.php:173
|
4558 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:23
|
4559 |
-
msgid "Should be improved"
|
4560 |
-
msgstr ""
|
4561 |
-
|
4562 |
-
#: src/Actions/Admin/ManageColumn.php:214
|
4563 |
-
msgid "Insights from these keywords:"
|
4564 |
-
msgstr ""
|
4565 |
-
|
4566 |
-
#: inc/admin/admin.php:2812
|
4567 |
-
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
4568 |
-
msgstr "<p>إنشاء خارطة الموقع بالـ HTML لزوّارك وقم بتعزيز التحسين الأمثل لمحركات البحث SEO.</p>"
|
4569 |
-
|
4570 |
-
#: inc/admin/admin.php:2822
|
4571 |
-
#: inc/admin/admin.php:3930
|
4572 |
-
msgid "Guide to enable a HTML Sitemap - new window"
|
4573 |
-
msgstr "مرشد لتمكين خريطة الموقع HTML - نافذة جديدة"
|
4574 |
-
|
4575 |
-
#: src/Actions/Options/Init.php:261
|
4576 |
-
msgid "404 - Page not found"
|
4577 |
-
msgstr "404 - الصفحة غير موجودة"
|
4578 |
-
|
4579 |
-
#: src/Helpers/ContentAnalysis.php:18
|
4580 |
-
#, fuzzy
|
4581 |
-
#| msgid "Structured Data Types"
|
4582 |
-
msgid "Structured data types"
|
4583 |
-
msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
|
4584 |
-
|
4585 |
-
#: src/Helpers/ContentAnalysis.php:23
|
4586 |
-
#, fuzzy
|
4587 |
-
#| msgid "Last modified post date"
|
4588 |
-
msgid "Last modified date"
|
4589 |
-
msgstr "تاريخ آخر تحديث لمشاركة"
|
4590 |
-
|
4591 |
-
#: src/Helpers/ContentAnalysis.php:28
|
4592 |
-
msgid "Words counter"
|
4593 |
-
msgstr "عدّاد الكلمات"
|
4594 |
-
|
4595 |
-
#: inc/admin/admin.php:2839
|
4596 |
-
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>"
|
4597 |
-
msgstr ""
|
4598 |
-
|
4599 |
-
#: src/Helpers/ContentAnalysis.php:38
|
4600 |
-
#, fuzzy
|
4601 |
-
msgid "<p>Manage Open Graph data.</p>"
|
4602 |
-
msgstr "<p>إدارة بيانات أرضية المعرفة التقنية المفتوحة.</p>"
|
4603 |
-
|
4604 |
-
#: src/Helpers/ContentAnalysis.php:63
|
4605 |
-
msgid "Meta robots"
|
4606 |
-
msgstr ""
|
4607 |
-
|
4608 |
-
#: src/Helpers/ContentAnalysis.php:68
|
4609 |
-
msgid "Alternative texts of images"
|
4610 |
-
msgstr ""
|
4611 |
-
|
4612 |
-
#: inc/admin/admin.php:2850
|
4613 |
-
#: inc/admin/admin.php:2864
|
4614 |
-
msgid "Post thumbnail"
|
4615 |
-
msgstr "الصورة المصغرة للمنشور"
|
4616 |
-
|
4617 |
-
#: inc/admin/admin.php:2851
|
4618 |
-
#: inc/admin/admin.php:2865
|
4619 |
-
msgid "First image of your post content"
|
4620 |
-
msgstr "أول صورة لمحتوى منشورك"
|
4621 |
-
|
4622 |
-
#: src/Helpers/ContentAnalysis.php:83
|
4623 |
-
#, fuzzy
|
4624 |
-
#| msgid "Broken Links"
|
4625 |
-
msgid "Inbound Links"
|
4626 |
-
msgstr "روابط مكسورة"
|
4627 |
-
|
4628 |
-
#: src/Helpers/OpeningHoursHelper.php:12
|
4629 |
-
msgid "Monday"
|
4630 |
-
msgstr ""
|
4631 |
-
|
4632 |
-
#: src/Helpers/OpeningHoursHelper.php:13
|
4633 |
-
msgid "Tuesday"
|
4634 |
-
msgstr ""
|
4635 |
-
|
4636 |
-
#: src/Helpers/OpeningHoursHelper.php:14
|
4637 |
-
msgid "Wednesday"
|
4638 |
-
msgstr ""
|
4639 |
-
|
4640 |
-
#: src/Helpers/OpeningHoursHelper.php:15
|
4641 |
-
msgid "Thursday"
|
4642 |
-
msgstr ""
|
4643 |
-
|
4644 |
-
#: src/Helpers/OpeningHoursHelper.php:16
|
4645 |
-
msgid "Friday"
|
4646 |
-
msgstr ""
|
4647 |
-
|
4648 |
-
#: inc/admin/admin.php:2871
|
4649 |
-
#, fuzzy
|
4650 |
-
msgid "<p>Link your Google Analytics to your website. The tracking code will be automatically added to your site.</p>"
|
4651 |
-
msgstr "<p>قم بربط موقعك بحساب إحصاءات جوجل الخاص بك.</p>"
|
4652 |
-
|
4653 |
-
#: src/Helpers/OpeningHoursHelper.php:18
|
4654 |
-
msgid "Sunday"
|
4655 |
-
msgstr ""
|
4656 |
-
|
4657 |
-
#: src/Services/ContentAnalysis/GetContent.php:21
|
4658 |
-
msgid "We found these schemas in the source code of this page:"
|
4659 |
-
msgstr ""
|
4660 |
-
|
4661 |
-
#: src/Services/ContentAnalysis/GetContent.php:29
|
4662 |
-
msgid "duplicated schema - x"
|
4663 |
-
msgstr ""
|
4664 |
-
|
4665 |
-
#: inc/admin/admin.php:2887
|
4666 |
-
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."
|
4667 |
-
msgstr "<p>ضبط الأبعاد المخصصة لإحصاءات جوجل الخاص بك. <br>الأبعاد والمصفوفات المخصصة في إس إي أو بريس SEOPress مثلها مثل الأبعاد والمصفوفات الافتراضية في حساب الإحصاءات الخاص بك، مع استثناء أنك تقوم بإنشائها بنفسك.<br> استخدمها لتجميع وتحليل البيانات والتي لا تقوم خدمة الإحصاءات بتتبُّعها بشكل تلقائي.<br> الرجاء الأخذ بالاعتبار أنه عليك أن تقوم بضبط وإعداد أبعادك المخصصة بحسابك بخدمة إحصاءات جوجل. معلومات أكثر متوفرة عند الضغط على أيقونة المساعدة."
|
4668 |
-
|
4669 |
-
#: src/Services/ContentAnalysis/GetContent.php:41
|
4670 |
-
msgid "No schemas found in the source code of this page."
|
4671 |
-
msgstr ""
|
4672 |
-
|
4673 |
-
#: src/Services/ContentAnalysis/GetContent.php:58
|
4674 |
-
msgid "This post is a little old!"
|
4675 |
-
msgstr ""
|
4676 |
-
|
4677 |
-
#: src/Services/ContentAnalysis/GetContent.php:60
|
4678 |
-
msgid "The last modified date of this article is less than 1 year. Cool!"
|
4679 |
-
msgstr ""
|
4680 |
-
|
4681 |
-
#: inc/admin/admin.php:2905
|
4682 |
-
msgid "Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code"
|
4683 |
-
msgstr ""
|
4684 |
-
|
4685 |
-
#: src/Services/ContentAnalysis/GetContent.php:78
|
4686 |
-
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."
|
4687 |
-
msgstr ""
|
4688 |
-
|
4689 |
-
#: src/Services/ContentAnalysis/GetContent.php:80
|
4690 |
-
msgid "words found."
|
4691 |
-
msgstr "الكلمات المكتشفة."
|
4692 |
-
|
4693 |
-
#: src/Services/ContentAnalysis/GetContent.php:81
|
4694 |
-
msgid "unique words found."
|
4695 |
-
msgstr "الكلمات الفريدة المكتشفة."
|
4696 |
-
|
4697 |
-
#: inc/admin/admin.php:2946
|
4698 |
-
#: inc/admin/admin.php:2957
|
4699 |
-
#: inc/admin/admin.php:3051
|
4700 |
-
#: inc/admin/admin.php:3241
|
4701 |
-
#: inc/admin/admin.php:3274
|
4702 |
-
#: inc/admin/admin.php:3364
|
4703 |
-
#: inc/admin/admin.php:3441
|
4704 |
-
#: inc/admin/admin.php:3512
|
4705 |
-
#: inc/admin/admin.php:3582
|
4706 |
-
#: inc/admin/admin.php:3633
|
4707 |
-
msgid "More tags"
|
4708 |
-
msgstr "وسوم أكثر"
|
4709 |
-
|
4710 |
-
#: src/Services/ContentAnalysis/GetContent.php:86
|
4711 |
-
msgid "Your content is too short. Add a few more paragraphs!"
|
4712 |
-
msgstr "المحتوى قليل جداً. الرجاء إضافة بضع من المقاطع (الفقرات)!"
|
4713 |
-
|
4714 |
-
#: src/Services/ContentAnalysis/GetContent.php:93
|
4715 |
-
#, fuzzy
|
4716 |
-
#| msgid "Your content is too short. Add a few more paragraphs!"
|
4717 |
-
msgid "No content? Add a few more paragraphs!"
|
4718 |
-
msgstr "المحتوى قليل جداً. الرجاء إضافة بضع من المقاطع (الفقرات)!"
|
4719 |
-
|
4720 |
-
#: inc/admin/admin.php:2985
|
4721 |
-
#: inc/admin/admin.php:2989
|
4722 |
-
#: inc/admin/admin.php:2991
|
4723 |
-
#: inc/admin/admin.php:2996
|
4724 |
-
msgid "Click to hide any SEO metaboxes for this post type"
|
4725 |
-
msgstr ""
|
4726 |
-
|
4727 |
-
#: inc/admin/admin.php:2988
|
4728 |
-
#: inc/admin/admin.php:2992
|
4729 |
-
#: inc/admin/admin.php:2995
|
4730 |
-
msgid "Click to display any SEO metaboxes for this post type"
|
4731 |
-
msgstr ""
|
4732 |
-
|
4733 |
-
#: inc/admin/admin.php:3020
|
4734 |
-
#: inc/admin/admin.php:3207
|
4735 |
-
#: inc/admin/admin.php:3336
|
4736 |
-
#: inc/admin/admin.php:3429
|
4737 |
-
#: inc/admin/admin.php:3500
|
4738 |
-
#: inc/admin/admin.php:3570
|
4739 |
-
#: inc/admin/admin.php:3623
|
4740 |
-
msgid "Title template"
|
4741 |
-
msgstr "قالب العنوان"
|
4742 |
-
|
4743 |
-
#: inc/admin/admin.php:3058
|
4744 |
-
#: inc/admin/admin.php:3250
|
4745 |
-
#: inc/admin/admin.php:3371
|
4746 |
-
#: inc/admin/admin.php:3447
|
4747 |
-
#: inc/admin/admin.php:3518
|
4748 |
-
#: inc/admin/admin.php:3588
|
4749 |
-
#: inc/admin/admin.php:3638
|
4750 |
-
msgid "Meta description template"
|
4751 |
-
msgstr "قالب البيان الوصفي (Meta) لخانة الوصف"
|
4752 |
-
|
4753 |
-
#: inc/admin/admin.php:3081
|
4754 |
-
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
4755 |
-
msgstr ""
|
4756 |
-
|
4757 |
-
#: src/Services/ContentAnalysis/GetContent.php:157
|
4758 |
-
#, fuzzy
|
4759 |
-
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
4760 |
-
msgid "You should add one of your target keyword in your permalink."
|
4761 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
|
4762 |
-
|
4763 |
-
#: src/Services/ContentAnalysis/GetContent.php:174
|
4764 |
-
msgid "H1 (Heading 1)"
|
4765 |
-
msgstr "H1 (عنوان 1)"
|
4766 |
-
|
4767 |
-
#: inc/admin/admin.php:3138
|
4768 |
-
#, fuzzy
|
4769 |
-
msgid "Display post thumbnail in Google Custom Search results?"
|
4770 |
-
msgstr "عرض التاريخ في نتائج بحث جوجل؟"
|
4771 |
-
|
4772 |
-
#: inc/admin/admin.php:3170
|
4773 |
-
#: inc/admin/admin.php:3174
|
4774 |
-
#: inc/admin/admin.php:3176
|
4775 |
-
#: inc/admin/admin.php:3181
|
4776 |
-
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
4777 |
-
msgstr "المفترض أن لا يتم استخدام أكثر من عنوان واحد من العنونة H1 في متن المنشور (الفحوى). القاعدة سهلة: فقط عنوان واحد من العنونة H1 لكل صفحة ويب. وذلك لأحسن نتائج في التحسين الأمثل لنتائج البحث ال SEO وسهولة الوصول."
|
4778 |
-
|
4779 |
-
#: inc/admin/admin.php:3173
|
4780 |
-
#: inc/admin/admin.php:3177
|
4781 |
-
#: inc/admin/admin.php:3180
|
4782 |
-
msgid "Click to display any SEO metaboxes for this taxonomy"
|
4783 |
-
msgstr ""
|
4784 |
-
|
4785 |
-
#: src/Services/ContentAnalysis/GetContent.php:212
|
4786 |
-
#, fuzzy
|
4787 |
-
#| msgid "None of your target keywords were found in Heading 2 (H2)."
|
4788 |
-
msgid "None of your target keywords were found in Heading 1 (H1)."
|
4789 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
|
4790 |
-
|
4791 |
-
#: src/Services/ContentAnalysis/GetContent.php:219
|
4792 |
-
msgid "H2 (Heading 2)"
|
4793 |
-
msgstr "H2 (عنوان 2)"
|
4794 |
-
|
4795 |
-
#: src/Services/ContentAnalysis/GetContent.php:221
|
4796 |
-
msgid "Target keywords were found in Heading 2 (H2)."
|
4797 |
-
msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 2 (H2)."
|
4798 |
-
|
4799 |
-
#: src/Services/ContentAnalysis/GetContent.php:233
|
4800 |
-
msgid "None of your target keywords were found in Heading 2 (H2)."
|
4801 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
|
4802 |
-
|
4803 |
-
#: src/Services/ContentAnalysis/GetContent.php:240
|
4804 |
-
msgid "H3 (Heading 3)"
|
4805 |
-
msgstr "H3 (عنوان 3)"
|
4806 |
-
|
4807 |
-
#: src/Services/ContentAnalysis/GetContent.php:242
|
4808 |
-
msgid "Target keywords were found in Heading 3 (H3)."
|
4809 |
-
msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 3 (H3)."
|
4810 |
-
|
4811 |
-
#: src/Services/ContentAnalysis/GetContent.php:254
|
4812 |
-
msgid "None of your target keywords were found in Heading 3 (H3)."
|
4813 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 3 (H3)."
|
4814 |
-
|
4815 |
-
#: inc/admin/admin.php:3289
|
4816 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
4817 |
-
msgstr ""
|
4818 |
-
|
4819 |
-
#: src/Services/ContentAnalysis/GetContent.php:291
|
4820 |
-
msgid "None of your target keywords were found in the Meta Title."
|
4821 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) للعنوان."
|
4822 |
-
|
4823 |
-
#: src/Services/ContentAnalysis/GetContent.php:296
|
4824 |
-
msgid "Your custom title is too long."
|
4825 |
-
msgstr "عنوانك المخصص أطول من اللازم."
|
4826 |
-
|
4827 |
-
#: src/Services/ContentAnalysis/GetContent.php:299
|
4828 |
-
msgid "The length of your title is correct"
|
4829 |
-
msgstr "طول العنوان صحيح"
|
4830 |
-
|
4831 |
-
#: inc/admin/admin.php:3394
|
4832 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
4833 |
-
msgstr ""
|
4834 |
-
|
4835 |
-
#: inc/admin/admin.php:3413
|
4836 |
-
msgid "Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
4837 |
-
msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
|
4838 |
-
|
4839 |
-
#: src/Services/ContentAnalysis/GetContent.php:337
|
4840 |
-
msgid "None of your target keywords were found in the Meta description."
|
4841 |
-
msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
|
4842 |
-
|
4843 |
-
#: src/Services/ContentAnalysis/GetContent.php:342
|
4844 |
-
msgid "You custom meta description is too long."
|
4845 |
-
msgstr "البيان الوصفي (meta) المخصص لخانة الوصف طويل جداً."
|
4846 |
-
|
4847 |
-
#: inc/admin/admin.php:3498
|
4848 |
-
#: inc/admin/admin.php:3509
|
4849 |
-
msgid "Date archives"
|
4850 |
-
msgstr "أرشيف التواريخ"
|
4851 |
-
|
4852 |
-
#: inc/admin/admin.php:3541
|
4853 |
-
msgid "Do not display date archives in search engine results <strong>(noindex)</strong>"
|
4854 |
-
msgstr ""
|
4855 |
-
|
4856 |
-
#: src/Services/ContentAnalysis/GetContent.php:367
|
4857 |
-
#, fuzzy
|
4858 |
-
#| msgid "Enable Open Graph Data"
|
4859 |
-
msgid "Open Graph Title"
|
4860 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
4861 |
-
|
4862 |
-
#: src/Services/ContentAnalysis/GetContent.php:376
|
4863 |
-
#, fuzzy, php-format
|
4864 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
4865 |
-
msgid "We found %d og:title in your content."
|
4866 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
4867 |
-
|
4868 |
-
#: inc/admin/admin.php:3612
|
4869 |
-
msgid "Do not display search archives in search engine results <strong>(noindex)</strong>"
|
4870 |
-
msgstr ""
|
4871 |
-
|
4872 |
-
#: src/Services/ContentAnalysis/GetContent.php:380
|
4873 |
-
#, fuzzy
|
4874 |
-
#| msgid "Your site title is empty!"
|
4875 |
-
msgid "Your Open Graph Title tag is empty!"
|
4876 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
4877 |
-
|
4878 |
-
#: inc/admin/admin.php:3664
|
4879 |
-
msgid "Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results."
|
4880 |
-
msgstr "عدم إظهار جميع صفحات الموقع في نتائج بحث جوجل وعدم إظهار الروابط \"المخزنة مؤقتاً\" في نتائج البحث."
|
4881 |
-
|
4882 |
-
#: inc/admin/admin.php:3683
|
4883 |
-
msgid "Do not follow links for all pages."
|
4884 |
-
msgstr "عدم تتبع الروابط لجميع الصفحات."
|
4885 |
-
|
4886 |
-
#: inc/admin/admin.php:3702
|
4887 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for all pages."
|
4888 |
-
msgstr "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين أو المقتطفات وهذا لجميع الصفحات."
|
4889 |
-
|
4890 |
-
#: inc/admin/admin.php:3721
|
4891 |
-
msgid "Do not index images from the entire site."
|
4892 |
-
msgstr "عدم فهرسة الصور من كامل الموقع."
|
4893 |
-
|
4894 |
-
#: inc/admin/admin.php:3740
|
4895 |
-
msgid "Do not display a \"Cached\" link in the Google search results."
|
4896 |
-
msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
|
4897 |
-
|
4898 |
-
#: inc/admin/admin.php:3759
|
4899 |
-
msgid "Do not display a description in the Google search results for all pages."
|
4900 |
-
msgstr "عدم إظهار الوصف في نتائج بحث جوجل لكل الصفحات."
|
4901 |
-
|
4902 |
-
#: src/Services/ContentAnalysis/GetContent.php:398
|
4903 |
-
#, fuzzy
|
4904 |
-
msgid "Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code."
|
4905 |
-
msgstr "امنع جوجل من إظهار صندوق بحث روابط الموقع في نتائج بحث جوجل."
|
4906 |
-
|
4907 |
-
#: inc/admin/admin.php:3795
|
4908 |
-
msgid "Add rel next/prev link in head of paginated archive pages"
|
4909 |
-
msgstr "إضافة رابط التالي/السابق ذا صلة على رأس صفحات الأرشيف المرقَّم"
|
4910 |
-
|
4911 |
-
#: inc/admin/admin.php:3797
|
4912 |
-
msgid "Learn more on Google website"
|
4913 |
-
msgstr "تعلّم المزيد من موقع جوجل"
|
4914 |
-
|
4915 |
-
#: src/Services/ContentAnalysis/GetContent.php:407
|
4916 |
-
#, fuzzy, php-format
|
4917 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
4918 |
-
msgid "We found %d og:description in your content."
|
4919 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
4920 |
-
|
4921 |
-
#: inc/admin/admin.php:3841
|
4922 |
-
msgid "Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)"
|
4923 |
-
msgstr "تمكين خرائط الموقع للصور (الصور القياسية، معارض الصور، الصورة المميزة، صور منتج WooCommerce)"
|
4924 |
-
|
4925 |
-
#: src/Services/ContentAnalysis/GetContent.php:411
|
4926 |
-
#, fuzzy
|
4927 |
-
#| msgid "Term Description"
|
4928 |
-
msgid "Your Open Graph Description tag is empty!"
|
4929 |
-
msgstr "وصف المصطلح الـ Term"
|
4930 |
-
|
4931 |
-
#: src/Services/ContentAnalysis/GetContent.php:413
|
4932 |
-
msgid "We found an Open Graph Description tag in your source code."
|
4933 |
-
msgstr ""
|
4934 |
-
|
4935 |
-
#: src/Services/ContentAnalysis/GetContent.php:425
|
4936 |
-
msgid "Your Open Graph Description is missing!"
|
4937 |
-
msgstr ""
|
4938 |
-
|
4939 |
-
#: src/Services/ContentAnalysis/GetContent.php:429
|
4940 |
-
#, fuzzy
|
4941 |
-
#| msgid "Enable Open Graph Data"
|
4942 |
-
msgid "Open Graph Image"
|
4943 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
4944 |
-
|
4945 |
-
#: inc/admin/admin.php:3881
|
4946 |
-
#, php-format
|
4947 |
-
msgid "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>"
|
4948 |
-
msgstr ""
|
4949 |
-
|
4950 |
-
#: src/Services/ContentAnalysis/GetContent.php:443
|
4951 |
-
#, fuzzy
|
4952 |
-
#| msgid "Enable Open Graph Data"
|
4953 |
-
msgid "Your Open Graph Image tag is empty!"
|
4954 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
4955 |
-
|
4956 |
-
#: inc/admin/admin.php:3903
|
4957 |
-
msgid "Make sure to enable author archive from SEO, titles and metas, archives tab.</a>"
|
4958 |
-
msgstr ""
|
4959 |
-
|
4960 |
-
#: inc/admin/admin.php:3970
|
4961 |
-
#: inc/admin/admin.php:4014
|
4962 |
-
msgid "Include"
|
4963 |
-
msgstr "تضمين"
|
4964 |
-
|
4965 |
-
#: inc/admin/admin.php:3973
|
4966 |
-
msgid "You should never include attachment post type in your sitemap. Be careful if you checked this."
|
4967 |
-
msgstr ""
|
4968 |
-
|
4969 |
-
#: src/Services/ContentAnalysis/GetContent.php:472
|
4970 |
-
#, fuzzy
|
4971 |
-
#| msgid "Your site title is empty!"
|
4972 |
-
msgid "Your Open Graph URL tag is empty!"
|
4973 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
4974 |
-
|
4975 |
-
#: src/Services/ContentAnalysis/GetContent.php:474
|
4976 |
-
msgid "We found an Open Graph URL tag in your source code."
|
4977 |
-
msgstr ""
|
4978 |
-
|
4979 |
-
#: src/Services/ContentAnalysis/GetContent.php:486
|
4980 |
-
msgid "Your Open Graph URL is missing!"
|
4981 |
-
msgstr ""
|
4982 |
-
|
4983 |
-
#: src/Services/ContentAnalysis/GetContent.php:490
|
4984 |
-
#, fuzzy
|
4985 |
-
#| msgid "Enable Open Graph Data"
|
4986 |
-
msgid "Open Graph Site Name"
|
4987 |
-
msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
|
4988 |
-
|
4989 |
-
#: src/Services/ContentAnalysis/GetContent.php:499
|
4990 |
-
#, fuzzy, php-format
|
4991 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
4992 |
-
msgid "We found %d og:site_name in your content."
|
4993 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
4994 |
-
|
4995 |
-
#: src/Services/ContentAnalysis/GetContent.php:500
|
4996 |
-
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:"
|
4997 |
-
msgstr ""
|
4998 |
-
|
4999 |
-
#: src/Services/ContentAnalysis/GetContent.php:503
|
5000 |
-
#, fuzzy
|
5001 |
-
msgid "eg: SEOPress"
|
5002 |
-
msgstr "إس إي أو بريس SEOPress"
|
5003 |
-
|
5004 |
-
#: inc/admin/admin.php:4155
|
5005 |
-
msgid "Select your logo"
|
5006 |
-
msgstr "أختر شعارك"
|
5007 |
-
|
5008 |
-
#: inc/admin/admin.php:4159
|
5009 |
-
#, fuzzy
|
5010 |
-
msgid "JPG, PNG, and GIF allowed."
|
5011 |
-
msgstr "JPG، PNG أو GIF مسموحة."
|
5012 |
-
|
5013 |
-
#: src/Services/ContentAnalysis/GetContent.php:517
|
5014 |
-
msgid "Your Open Graph Site Name is missing!"
|
5015 |
-
msgstr ""
|
5016 |
-
|
5017 |
-
#: src/Services/ContentAnalysis/GetContent.php:530
|
5018 |
-
#, fuzzy, php-format
|
5019 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
5020 |
-
msgid "We found %d twitter:title in your content."
|
5021 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
5022 |
-
|
5023 |
-
#: src/Services/ContentAnalysis/GetContent.php:531
|
5024 |
-
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:"
|
5025 |
-
msgstr ""
|
5026 |
-
|
5027 |
-
#: src/Services/ContentAnalysis/GetContent.php:534
|
5028 |
-
#, fuzzy
|
5029 |
-
#| msgid "Your site title is empty!"
|
5030 |
-
msgid "Your Twitter Title tag is empty!"
|
5031 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
5032 |
-
|
5033 |
-
#: src/Services/ContentAnalysis/GetContent.php:536
|
5034 |
-
#, fuzzy
|
5035 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
5036 |
-
msgid "We found a Twitter Title tag in your source code."
|
5037 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
5038 |
-
|
5039 |
-
#: src/Services/ContentAnalysis/GetContent.php:548
|
5040 |
-
#, fuzzy
|
5041 |
-
#| msgid "Your site title is empty!"
|
5042 |
-
msgid "Your Twitter Title is missing!"
|
5043 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
5044 |
-
|
5045 |
-
#: src/Services/ContentAnalysis/GetContent.php:552
|
5046 |
-
#, fuzzy
|
5047 |
-
#| msgid "Twitter description"
|
5048 |
-
msgid "Twitter Description"
|
5049 |
-
msgstr "وصف التويتر"
|
5050 |
-
|
5051 |
-
#: src/Services/ContentAnalysis/GetContent.php:561
|
5052 |
-
#, fuzzy, php-format
|
5053 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
5054 |
-
msgid "We found %d twitter:description in your content."
|
5055 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
5056 |
-
|
5057 |
-
#: src/Services/ContentAnalysis/GetContent.php:562
|
5058 |
-
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:"
|
5059 |
-
msgstr ""
|
5060 |
-
|
5061 |
-
#: src/Services/ContentAnalysis/GetContent.php:565
|
5062 |
-
#, fuzzy
|
5063 |
-
#| msgid "Enter your Twitter description"
|
5064 |
-
msgid "Your Twitter Description tag is empty!"
|
5065 |
-
msgstr "أدخل الوصف لتويتر"
|
5066 |
-
|
5067 |
-
#: src/Services/ContentAnalysis/GetContent.php:567
|
5068 |
-
msgid "We found a Twitter Description tag in your source code."
|
5069 |
-
msgstr ""
|
5070 |
-
|
5071 |
-
#: inc/admin/admin.php:4244
|
5072 |
-
#: inc/admin/admin.php:5065
|
5073 |
-
#: inc/admin/admin.php:5142
|
5074 |
-
#: inc/admin/admin.php:5219
|
5075 |
-
#: inc/admin/admin.php:5296
|
5076 |
-
#: inc/admin/admin.php:5373
|
5077 |
-
msgid "None"
|
5078 |
-
msgstr "لا شيء"
|
5079 |
-
|
5080 |
-
#: src/Services/ContentAnalysis/GetContent.php:583
|
5081 |
-
#, fuzzy
|
5082 |
-
#| msgid "Default Twitter Image"
|
5083 |
-
msgid "Twitter Image"
|
5084 |
-
msgstr "صورة تويتر الافتراضية"
|
5085 |
-
|
5086 |
-
#: src/Services/ContentAnalysis/GetContent.php:591
|
5087 |
-
#, fuzzy, php-format
|
5088 |
-
#| msgid "We found %d Heading 1 (H1) in your content."
|
5089 |
-
msgid "We found %d twitter:image in your content."
|
5090 |
-
msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
|
5091 |
-
|
5092 |
-
#: src/Services/ContentAnalysis/GetContent.php:597
|
5093 |
-
#, fuzzy
|
5094 |
-
#| msgid "Your site title is empty!"
|
5095 |
-
msgid "Your Twitter Image tag is empty!"
|
5096 |
-
msgstr "خانة عنوان الموقع فارغة!"
|
5097 |
-
|
5098 |
-
#: src/Services/ContentAnalysis/GetContent.php:609
|
5099 |
-
msgid "Your Twitter Image is missing!"
|
5100 |
-
msgstr ""
|
5101 |
-
|
5102 |
-
#: inc/admin/admin.php:4413
|
5103 |
-
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)."
|
5104 |
-
msgstr ""
|
5105 |
-
|
5106 |
-
#: src/Services/ContentAnalysis/GetContent.php:638
|
5107 |
-
#, fuzzy
|
5108 |
-
#| msgid "noindex is on! Search engines can't index this page."
|
5109 |
-
msgid "<strong>noindex</strong> is on! Search engines can't index this page."
|
5110 |
-
msgstr "خيار عدم الفهرسة (noindex) يعمل! محركات البحث لن تتمكن من فهرسة هذه الصفحة."
|
5111 |
-
|
5112 |
-
#: inc/admin/admin.php:4429
|
5113 |
-
msgid "One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing."
|
5114 |
-
msgstr "خيار عدم الفهرسة (noindex) متوقف! محركات البحث سوف تقوم بفهرسة هذه الصفحة."
|
5115 |
-
|
5116 |
-
#: src/Services/ContentAnalysis/GetContent.php:645
|
5117 |
-
#, fuzzy
|
5118 |
-
msgid "How do I find my Facebook Page ID?"
|
5119 |
-
msgstr "كيف تنشئ معرّف تطبيق فيسبوك"
|
5120 |
-
|
5121 |
-
#: inc/admin/admin.php:4443
|
5122 |
-
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."
|
5123 |
-
msgstr "خيار عدم الاتباع (nofollow) يعمل! محركات البحث لن تتمكن من تتبع الروابط على هذه الصفحة."
|
5124 |
-
|
5125 |
-
#: inc/admin/admin.php:4455
|
5126 |
-
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>"
|
5127 |
-
msgstr "خيار عدم الاتباع (nofollow) متوقف! محركات البحث سوف تقوم بتتبع الروابط على هذه الصفحة."
|
5128 |
-
|
5129 |
-
#: inc/admin/admin.php:4459
|
5130 |
-
msgid "How to create a Facebook App ID"
|
5131 |
-
msgstr "كيف تنشئ معرّف تطبيق فيسبوك"
|
5132 |
-
|
5133 |
-
#: inc/admin/admin.php:4472
|
5134 |
-
msgid "Enable Twitter card"
|
5135 |
-
msgstr "تمكين بطاقة تويتر"
|
5136 |
-
|
5137 |
-
#: inc/admin/admin.php:4489
|
5138 |
-
msgid "Use OG if no Twitter Cards"
|
5139 |
-
msgstr "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم تتواجد بطاقات تويتر"
|
5140 |
-
|
5141 |
-
#: inc/admin/admin.php:4524
|
5142 |
-
msgid "Default"
|
5143 |
-
msgstr "الافتراضية"
|
5144 |
-
|
5145 |
-
#: inc/admin/admin.php:4527
|
5146 |
-
msgid "Large"
|
5147 |
-
msgstr "الكبيرة"
|
5148 |
-
|
5149 |
-
#: inc/admin/admin.php:4545
|
5150 |
-
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
5151 |
-
msgstr "تمكين خاصية التتبُّع في إحصاءات جوجل (الوسم العام للموقع: gtag.js)"
|
5152 |
-
|
5153 |
-
#: src/Services/ContentAnalysis/GetContent.php:656
|
5154 |
-
#, fuzzy
|
5155 |
-
#| msgid "noarchive is off. Search engines will probably cache your page."
|
5156 |
-
msgid "<strong>noarchive</strong> is off. Search engines will probably cache your page."
|
5157 |
-
msgstr "خيار عدم الأرشفة (noarchive) متوقف! محركات البحث على الأرجح ستقوم بالتخزين المؤقت (cache) لهذه الصفحة."
|
5158 |
-
|
5159 |
-
#: src/Services/ContentAnalysis/GetContent.php:663
|
5160 |
-
#, fuzzy
|
5161 |
-
#| msgid ""
|
5162 |
-
#| "nosnippet is on! Search engines will not display a snippet of this page in "
|
5163 |
-
#| "search results."
|
5164 |
-
msgid "<strong>nosnippet</strong> is on! Search engines will not display a snippet of this page in search results."
|
5165 |
-
msgstr "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار الشرح المبسّط لهذه الصفحة في نتائج بحثها."
|
5166 |
-
|
5167 |
-
#: src/Services/ContentAnalysis/GetContent.php:665
|
5168 |
-
#, fuzzy
|
5169 |
-
#| msgid ""
|
5170 |
-
#| "nosnippet is off. Search engines will display a snippet of this page in "
|
5171 |
-
#| "search results."
|
5172 |
-
msgid "<strong>nosnippet</strong> is off. Search engines will display a snippet of this page in search results."
|
5173 |
-
msgstr "خيار عدم إظهار الشرح المبسّط (nosnippet) متوقف. محركات البحث سوف تظهر الشرح المبسّط لهذه الصفحة في نتائج بحثها."
|
5174 |
-
|
5175 |
-
#: src/Services/ContentAnalysis/GetContent.php:668
|
5176 |
-
msgid "We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "
|
5177 |
-
msgstr ""
|
5178 |
-
|
5179 |
-
#: inc/admin/admin.php:4579
|
5180 |
-
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>"
|
5181 |
-
msgstr "أدوار المستخدم المستثناة من التتبع لن تشاهد رسالة الموافقة.<br> إذا كنت تستخدم إضافة خاصة بالتخزين المؤقت (caching)، عليك باستثناء ملف الجافا سكريبت (JS) هذا في إعداداتك: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> <br>وملف الارتباط الcookie هذا <strong>seopress-user-consent-accept</strong>"
|
5182 |
-
|
5183 |
-
#: src/Services/ContentAnalysis/GetContent.php:679
|
5184 |
-
#: src/Services/ContentAnalysis/GetContent.php:691
|
5185 |
-
#, fuzzy
|
5186 |
-
#| msgid "noimageindex is off. Google will index the images on this page."
|
5187 |
-
msgid "<strong>noimageindex</strong> is off. Google will index the images on this page."
|
5188 |
-
msgstr "خيار عدم فهرسة الصور (noimageindex) متوقف. جوجل سوف يقوم بفهرسة الصور على هذه الصفحة."
|
5189 |
-
|
5190 |
-
#: inc/admin/admin.php:4606
|
5191 |
-
msgid "Display and automatically accept the user‘s consent on page load (not fully GDPR)"
|
5192 |
-
msgstr "الخيار (nositelinkssearchbox) مفعّل! جوجل لن تقوم بإظهار صندوق البحث لروابط الموقع في نتائج بحثها."
|
5193 |
-
|
5194 |
-
#: src/Services/ContentAnalysis/GetContent.php:688
|
5195 |
-
#, fuzzy
|
5196 |
-
#| msgid ""
|
5197 |
-
#| "nositelinkssearchbox is off. Google will probably display a sitelinks "
|
5198 |
-
#| "searchbox in search results."
|
5199 |
-
msgid "<strong>nositelinkssearchbox is</strong> off. Google will probably display a sitelinks searchbox in search results."
|
5200 |
-
msgstr "الخيار (nositelinkssearchbox) غير مفعّل! ستعمل جوجل على إظهار صندوق البحث لهذه الصفحة في نتائج بحثها."
|
5201 |
-
|
5202 |
-
#: src/Services/ContentAnalysis/GetContent.php:693
|
5203 |
-
#, fuzzy
|
5204 |
-
#| msgid ""
|
5205 |
-
#| "nositelinkssearchbox is off. Google will probably display a sitelinks "
|
5206 |
-
#| "searchbox in search results."
|
5207 |
-
msgid "<strong>nositelinkssearchbox</strong> is off. Google will probably display a sitelinks searchbox in search results."
|
5208 |
-
msgstr "الخيار (nositelinkssearchbox) غير مفعّل! ستعمل جوجل على إظهار صندوق البحث لهذه الصفحة في نتائج بحثها."
|
5209 |
-
|
5210 |
-
#: src/Services/ContentAnalysis/GetContent.php:716
|
5211 |
-
#, fuzzy
|
5212 |
-
#| msgid ""
|
5213 |
-
#| "No alternative text found for these images. Alt tags are important for both "
|
5214 |
-
#| "SEO and accessibility."
|
5215 |
-
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."
|
5216 |
-
msgstr "لم يتم اكتشاف النص البديل لهذه الصور. Alt tags هي وسوم مهمة للتحسين الأمثل لمحركات البحث (SEO) ولقدرة الوصول أيضا."
|
5217 |
-
|
5218 |
-
#: src/Services/ContentAnalysis/GetContent.php:727
|
5219 |
-
msgid "All alternative tags are filled in. Good work!"
|
5220 |
-
msgstr "جميع الوسوم البديلة (Alt tags) تم ملئها. عمل جيد!"
|
5221 |
-
|
5222 |
-
#: src/Services/ContentAnalysis/GetContent.php:734
|
5223 |
-
msgid "We could not find any image in your content. Content with media is a plus for your SEO."
|
5224 |
-
msgstr "لم نتمكن من إيجاد أي صورة بالمحتوى. المحتوى الذي يشمل وسائط (صور أو فيديو) يعتبر إضافة للتحسين الأمثل لمحركات البحث (SEO)."
|
5225 |
-
|
5226 |
-
#: inc/admin/admin.php:4635
|
5227 |
-
msgid "Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]"
|
5228 |
-
msgstr "تم اكتشاف %d رابط(روابط) مع خاصية عدم الاتباع (nofollow) في هذه الصفحة. لا تستخدم خاصية عدم الاتباع (nofollow) بإفراط في الروابط. القائمة أدناه:"
|
5229 |
-
|
5230 |
-
#: inc/admin/admin.php:4643
|
5231 |
-
#: inc/functions/options-google-analytics.php:182
|
5232 |
-
msgid "Accept"
|
5233 |
-
msgstr "موافق"
|
5234 |
-
|
5235 |
-
#: src/Services/ContentAnalysis/GetContent.php:776
|
5236 |
-
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."
|
5237 |
-
msgstr ""
|
5238 |
-
|
5239 |
-
#: inc/admin/admin.php:4653
|
5240 |
-
#, fuzzy
|
5241 |
-
msgid "default: X"
|
5242 |
-
msgstr "الافتراضية"
|
5243 |
-
|
5244 |
-
#: src/Services/ContentAnalysis/GetContent.php:790
|
5245 |
-
#, fuzzy
|
5246 |
-
msgid "Change the close button value"
|
5247 |
-
msgstr "غيّر قيمة الزر"
|
5248 |
-
|
5249 |
-
#: src/Services/ContentAnalysis/GetContent.php:805
|
5250 |
-
msgid "Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors."
|
5251 |
-
msgstr ""
|
5252 |
-
|
5253 |
-
#: src/Services/ContentAnalysis/GetContent.php:809
|
5254 |
-
#, php-format
|
5255 |
-
msgid "We found %s inbound links to this page."
|
5256 |
-
msgstr ""
|
5257 |
-
|
5258 |
-
#: src/Services/ContentAnalysis/GetContent.php:816
|
5259 |
-
#, php-format
|
5260 |
-
msgid "edit %s"
|
5261 |
-
msgstr ""
|
5262 |
-
|
5263 |
-
#: src/Services/ContentAnalysis/GetContent.php:823
|
5264 |
-
msgid "This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context."
|
5265 |
-
msgstr ""
|
5266 |
-
|
5267 |
-
#: src/Services/ContentAnalysis/GetContent.php:838
|
5268 |
-
msgid "A canonical URL is required by search engines to handle duplicate content."
|
5269 |
-
msgstr ""
|
5270 |
-
|
5271 |
-
#: src/Services/ContentAnalysis/GetContent.php:842
|
5272 |
-
#, php-format
|
5273 |
-
msgid "We found %s canonical URL in your source code. Below, the list:"
|
5274 |
-
msgstr ""
|
5275 |
-
|
5276 |
-
#: src/Services/ContentAnalysis/GetContent.php:851
|
5277 |
-
msgid "You must fix this. Canonical URL duplication is bad for SEO."
|
5278 |
-
msgstr ""
|
5279 |
-
|
5280 |
-
#: src/Services/ContentAnalysis/GetContent.php:856
|
5281 |
-
msgid "This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal."
|
5282 |
-
msgstr ""
|
5283 |
-
|
5284 |
-
#: src/Services/ContentAnalysis/GetContent.php:859
|
5285 |
-
#, fuzzy
|
5286 |
-
#| msgid "This page doesn't have any nofollow links."
|
5287 |
-
msgid "This page doesn't have any canonical URL."
|
5288 |
-
msgstr "هذه الصفحة لا تحتوي على روابط بخاصية عدم الاتباع (nofollow)."
|
5289 |
-
|
5290 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:19
|
5291 |
-
msgid "<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"
|
5292 |
-
msgstr ""
|
5293 |
-
|
5294 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:37
|
5295 |
-
msgid "Expand"
|
5296 |
-
msgstr ""
|
5297 |
-
|
5298 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:37
|
5299 |
-
msgid "Close"
|
5300 |
-
msgstr ""
|
5301 |
-
|
5302 |
-
#: src/Services/Settings/Roles/SectionPagesSEOPress.php:38
|
5303 |
-
msgid "Check a user role to authorized it to edit a specific SEO page."
|
5304 |
-
msgstr ""
|
5305 |
-
|
5306 |
-
#: inc/admin/admin.php:4821
|
5307 |
-
msgid "Google Optimize offers A/B testing, website testing & personalization tools."
|
5308 |
-
msgstr ""
|
5309 |
-
|
5310 |
-
#, fuzzy
|
5311 |
-
msgid "AW-XXXXXXXXX"
|
5312 |
-
msgstr "GTM-XXXXXXX"
|
5313 |
-
|
5314 |
-
#, fuzzy
|
5315 |
-
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
5316 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
5317 |
-
|
5318 |
-
#: inc/admin/admin.php:4849
|
5319 |
-
#, fuzzy
|
5320 |
-
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
5321 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
5322 |
-
|
5323 |
-
#: inc/admin/admin.php:4849
|
5324 |
-
#, fuzzy
|
5325 |
-
msgid "Additional tracking code field added to body"
|
5326 |
-
msgstr "حقل إضافي لشفرة التتبع"
|
5327 |
-
|
5328 |
-
#, fuzzy
|
5329 |
-
msgid "This code will be added just after the opening body tag of your page."
|
5330 |
-
msgstr "سيتم إضافة هذه الشفرة في قسم الرأس من صفحتك."
|
5331 |
-
|
5332 |
-
#: inc/admin/admin.php:4853
|
5333 |
-
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."
|
5334 |
-
msgstr ""
|
5335 |
-
|
5336 |
-
#, fuzzy
|
5337 |
-
msgid "Paste your tracking code here (body footer)"
|
5338 |
-
msgstr "الصق الرمز المعرِف الخاص بك هنا"
|
5339 |
-
|
5340 |
-
#, fuzzy
|
5341 |
-
msgid "Additional tracking code field added to body footer"
|
5342 |
-
msgstr "حقل إضافي لشفرة التتبع"
|
5343 |
-
|
5344 |
-
#, fuzzy
|
5345 |
-
msgid "This code will be added just after the closing body tag of your page."
|
5346 |
-
msgstr "سيتم إضافة هذه الشفرة في قسم الرأس من صفحتك."
|
5347 |
-
|
5348 |
-
#: inc/admin/admin.php:4889
|
5349 |
-
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."
|
5350 |
-
msgstr "جمهور تجديد النشاط التسويقي هو عبارة عن قائمة من ملفات تعريف الارتباط (cookies) أو معرِّفات إعلانات الجوال والتي تمثِّل مجموعة من المستخدمين الذين ترغب أنت بإعادة التواصل معهم بسبب احتمال تحولهم إلى عملاء محتملين."
|
5351 |
-
|
5352 |
-
#: inc/admin/admin.php:4911
|
5353 |
-
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."
|
5354 |
-
msgstr "عندما يطلب أحد عملاء الإحصاءات إخفاء الهوية عن طريق عنوان الـ IP، ستعمل الإحصاءات بإخفاء العنوان بأقرب وقت ممكن من الناحية التقنية الملائمة والمناسبة وذلك في أقرب مرحلة ممكنة للشبكة الجمعية."
|
5355 |
-
|
5356 |
-
#: inc/admin/admin.php:4933
|
5357 |
-
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."
|
5358 |
-
msgstr "تعمل خاصية ’إحالة الرابط المحسّن‘ على تحسين دقّة تقرير إحصاءات داخل-الصفحة (In-Page Analytics) الخاصة بك وذلك عن طريق التمييز التلقائي بين الروابط المتعددة لنفس عنوان الـ URL على صفحة واحدة باستخدام معرّف عناصر الارتباط."
|
5359 |
-
|
5360 |
-
#: inc/admin/admin.php:4955
|
5361 |
-
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."
|
5362 |
-
msgstr "يتيح التتبُّع البيني عبر النطاقات للإحصاءات لرؤية الجلسات (sessions) على موقعين مرتبطين (مثل العلاقة بين موقع تجارة إلكترونية وموقع آخر منفصل لسلة التسوق) كأنهما في جلسة واحدة. يطلق على هذه الحالة بعض الأحيان بتربيط الموقع."
|
5363 |
-
|
5364 |
-
#: inc/admin/admin.php:4970
|
5365 |
-
#: inc/admin/admin.php:5565
|
5366 |
-
#, fuzzy
|
5367 |
-
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
5368 |
-
msgstr "أدخل نطاقاتك: seopress.org,sub.seopress.org,sub2.seopress.org"
|
5369 |
-
|
5370 |
-
#: inc/admin/admin.php:5068
|
5371 |
-
#: inc/admin/admin.php:5145
|
5372 |
-
#: inc/admin/admin.php:5222
|
5373 |
-
#: inc/admin/admin.php:5299
|
5374 |
-
#: inc/admin/admin.php:5376
|
5375 |
-
msgid "Custom Dimension #1"
|
5376 |
-
msgstr "بعد مخصص #1"
|
5377 |
-
|
5378 |
-
#: inc/admin/admin.php:5071
|
5379 |
-
#: inc/admin/admin.php:5148
|
5380 |
-
#: inc/admin/admin.php:5225
|
5381 |
-
#: inc/admin/admin.php:5302
|
5382 |
-
#: inc/admin/admin.php:5379
|
5383 |
-
msgid "Custom Dimension #2"
|
5384 |
-
msgstr "بعد مخصص #2"
|
5385 |
-
|
5386 |
-
#: inc/admin/admin.php:5074
|
5387 |
-
#: inc/admin/admin.php:5151
|
5388 |
-
#: inc/admin/admin.php:5228
|
5389 |
-
#: inc/admin/admin.php:5305
|
5390 |
-
#: inc/admin/admin.php:5382
|
5391 |
-
msgid "Custom Dimension #3"
|
5392 |
-
msgstr "بعد مخصص #3"
|
5393 |
-
|
5394 |
-
#: inc/admin/admin.php:5077
|
5395 |
-
#: inc/admin/admin.php:5154
|
5396 |
-
#: inc/admin/admin.php:5231
|
5397 |
-
#: inc/admin/admin.php:5308
|
5398 |
-
#: inc/admin/admin.php:5385
|
5399 |
-
msgid "Custom Dimension #4"
|
5400 |
-
msgstr "بعد مخصص #4"
|
5401 |
-
|
5402 |
-
#: inc/admin/admin.php:5080
|
5403 |
-
#: inc/admin/admin.php:5157
|
5404 |
-
#: inc/admin/admin.php:5234
|
5405 |
-
#: inc/admin/admin.php:5311
|
5406 |
-
#: inc/admin/admin.php:5388
|
5407 |
-
msgid "Custom Dimension #5"
|
5408 |
-
msgstr "بعد مخصص #5"
|
5409 |
-
|
5410 |
-
#: inc/admin/admin.php:5083
|
5411 |
-
#: inc/admin/admin.php:5160
|
5412 |
-
#: inc/admin/admin.php:5237
|
5413 |
-
#: inc/admin/admin.php:5314
|
5414 |
-
#: inc/admin/admin.php:5391
|
5415 |
-
msgid "Custom Dimension #6"
|
5416 |
-
msgstr "بعد مخصص #6"
|
5417 |
-
|
5418 |
-
#: inc/admin/admin.php:5086
|
5419 |
-
#: inc/admin/admin.php:5163
|
5420 |
-
#: inc/admin/admin.php:5240
|
5421 |
-
#: inc/admin/admin.php:5317
|
5422 |
-
#: inc/admin/admin.php:5394
|
5423 |
-
msgid "Custom Dimension #7"
|
5424 |
-
msgstr "بعد مخصص #7"
|
5425 |
-
|
5426 |
-
#: inc/admin/admin.php:5089
|
5427 |
-
#: inc/admin/admin.php:5166
|
5428 |
-
#: inc/admin/admin.php:5243
|
5429 |
-
#: inc/admin/admin.php:5320
|
5430 |
-
#: inc/admin/admin.php:5397
|
5431 |
-
msgid "Custom Dimension #8"
|
5432 |
-
msgstr "بعد مخصص #8"
|
5433 |
-
|
5434 |
-
#: inc/admin/admin.php:5092
|
5435 |
-
#: inc/admin/admin.php:5169
|
5436 |
-
#: inc/admin/admin.php:5246
|
5437 |
-
#: inc/admin/admin.php:5323
|
5438 |
-
#: inc/admin/admin.php:5400
|
5439 |
-
msgid "Custom Dimension #9"
|
5440 |
-
msgstr "بعد مخصص #9"
|
5441 |
-
|
5442 |
-
#: inc/admin/admin.php:5095
|
5443 |
-
#: inc/admin/admin.php:5172
|
5444 |
-
#: inc/admin/admin.php:5249
|
5445 |
-
#: inc/admin/admin.php:5326
|
5446 |
-
#: inc/admin/admin.php:5403
|
5447 |
-
msgid "Custom Dimension #10"
|
5448 |
-
msgstr "بعد مخصص #10"
|
5449 |
-
|
5450 |
-
#: inc/admin/admin.php:5098
|
5451 |
-
#: inc/admin/admin.php:5175
|
5452 |
-
#: inc/admin/admin.php:5252
|
5453 |
-
#: inc/admin/admin.php:5329
|
5454 |
-
#: inc/admin/admin.php:5406
|
5455 |
-
msgid "Custom Dimension #11"
|
5456 |
-
msgstr "بعد مخصص #11"
|
5457 |
-
|
5458 |
-
#: inc/admin/admin.php:5101
|
5459 |
-
#: inc/admin/admin.php:5178
|
5460 |
-
#: inc/admin/admin.php:5255
|
5461 |
-
#: inc/admin/admin.php:5332
|
5462 |
-
#: inc/admin/admin.php:5409
|
5463 |
-
msgid "Custom Dimension #12"
|
5464 |
-
msgstr "بعد مخصص #12"
|
5465 |
-
|
5466 |
-
#: inc/admin/admin.php:5104
|
5467 |
-
#: inc/admin/admin.php:5181
|
5468 |
-
#: inc/admin/admin.php:5258
|
5469 |
-
#: inc/admin/admin.php:5335
|
5470 |
-
#: inc/admin/admin.php:5412
|
5471 |
-
msgid "Custom Dimension #13"
|
5472 |
-
msgstr "بعد مخصص #13"
|
5473 |
-
|
5474 |
-
#: inc/admin/admin.php:5107
|
5475 |
-
#: inc/admin/admin.php:5184
|
5476 |
-
#: inc/admin/admin.php:5261
|
5477 |
-
#: inc/admin/admin.php:5338
|
5478 |
-
#: inc/admin/admin.php:5415
|
5479 |
-
msgid "Custom Dimension #14"
|
5480 |
-
msgstr "بعد مخصص #14"
|
5481 |
-
|
5482 |
-
#: inc/admin/admin.php:5110
|
5483 |
-
#: inc/admin/admin.php:5187
|
5484 |
-
#: inc/admin/admin.php:5264
|
5485 |
-
#: inc/admin/admin.php:5341
|
5486 |
-
#: inc/admin/admin.php:5418
|
5487 |
-
msgid "Custom Dimension #15"
|
5488 |
-
msgstr "بعد مخصص #15"
|
5489 |
-
|
5490 |
-
#: inc/admin/admin.php:5113
|
5491 |
-
#: inc/admin/admin.php:5190
|
5492 |
-
#: inc/admin/admin.php:5267
|
5493 |
-
#: inc/admin/admin.php:5344
|
5494 |
-
#: inc/admin/admin.php:5421
|
5495 |
-
msgid "Custom Dimension #16"
|
5496 |
-
msgstr "بعد مخصص #16"
|
5497 |
-
|
5498 |
-
#: inc/admin/admin.php:5116
|
5499 |
-
#: inc/admin/admin.php:5193
|
5500 |
-
#: inc/admin/admin.php:5270
|
5501 |
-
#: inc/admin/admin.php:5347
|
5502 |
-
#: inc/admin/admin.php:5424
|
5503 |
-
msgid "Custom Dimension #17"
|
5504 |
-
msgstr "بعد مخصص #17"
|
5505 |
-
|
5506 |
-
#: inc/admin/admin.php:5119
|
5507 |
-
#: inc/admin/admin.php:5196
|
5508 |
-
#: inc/admin/admin.php:5273
|
5509 |
-
#: inc/admin/admin.php:5350
|
5510 |
-
#: inc/admin/admin.php:5427
|
5511 |
-
msgid "Custom Dimension #18"
|
5512 |
-
msgstr "بعد مخصص #18"
|
5513 |
-
|
5514 |
-
#: inc/admin/admin.php:5122
|
5515 |
-
#: inc/admin/admin.php:5199
|
5516 |
-
#: inc/admin/admin.php:5276
|
5517 |
-
#: inc/admin/admin.php:5353
|
5518 |
-
#: inc/admin/admin.php:5430
|
5519 |
-
msgid "Custom Dimension #19"
|
5520 |
-
msgstr "بعد مخصص #19"
|
5521 |
-
|
5522 |
-
#: inc/admin/admin.php:5125
|
5523 |
-
#: inc/admin/admin.php:5202
|
5524 |
-
#: inc/admin/admin.php:5279
|
5525 |
-
#: inc/admin/admin.php:5356
|
5526 |
-
#: inc/admin/admin.php:5433
|
5527 |
-
msgid "Custom Dimension #20"
|
5528 |
-
msgstr "بعد مخصص #20"
|
5529 |
-
|
5530 |
-
#: inc/admin/admin.php:5451
|
5531 |
-
msgid "Enable Matomo tracking (Matomo account required)"
|
5532 |
-
msgstr ""
|
5533 |
-
|
5534 |
-
#: inc/admin/admin.php:5463
|
5535 |
-
#, fuzzy
|
5536 |
-
msgid "Matomo Cloud URL"
|
5537 |
-
msgstr "رابط URL لـ Soundcloud"
|
5538 |
-
|
5539 |
-
#: inc/admin/admin.php:5477
|
5540 |
-
#, fuzzy
|
5541 |
-
msgid "Enter your site ID here"
|
5542 |
-
msgstr "أدخل عنوانك"
|
5543 |
-
|
5544 |
-
#: inc/admin/admin.php:5482
|
5545 |
-
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."
|
5546 |
-
msgstr ""
|
5547 |
-
|
5548 |
-
#: inc/admin/admin.php:5498
|
5549 |
-
msgid "If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."
|
5550 |
-
msgstr ""
|
5551 |
-
|
5552 |
-
#: inc/admin/admin.php:5517
|
5553 |
-
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."
|
5554 |
-
msgstr ""
|
5555 |
-
|
5556 |
-
#: inc/admin/admin.php:5553
|
5557 |
-
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."
|
5558 |
-
msgstr ""
|
5559 |
-
|
5560 |
-
#: inc/admin/admin.php:5601
|
5561 |
-
msgid "Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view."
|
5562 |
-
msgstr ""
|
5563 |
-
|
5564 |
-
#, fuzzy
|
5565 |
-
msgid "Enabling Download & Outlink tracking"
|
5566 |
-
msgstr "تمكين تتبُّع التحميل"
|
5567 |
-
|
5568 |
-
#: inc/admin/admin.php:5620
|
5569 |
-
msgid "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"
|
5570 |
-
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|\n"
|
5571 |
-
" mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv|\n"
|
5572 |
-
" pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|\n"
|
5573 |
-
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
5574 |
-
msgstr ""
|
5575 |
-
|
5576 |
-
#: inc/admin/admin.php:5641
|
5577 |
-
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
5578 |
-
msgstr "إعادة توجيه صفحات المرفقات إلى المنشور الأب (أو الصفحة الرئيسية إذا لم يجد)"
|
5579 |
-
|
5580 |
-
#: inc/admin/admin.php:5660
|
5581 |
-
msgid "If this option is checked, it will take precedence over the redirection of attachments to the post's parent."
|
5582 |
-
msgstr ""
|
5583 |
-
|
5584 |
-
#: inc/admin/admin.php:5694
|
5585 |
-
msgid "When sending an image file, automatically set the title based on the filename"
|
5586 |
-
msgstr ""
|
5587 |
-
|
5588 |
-
#: inc/admin/admin.php:5711
|
5589 |
-
msgid "When sending an image file, automatically set the alternative text based on the filename"
|
5590 |
-
msgstr ""
|
5591 |
-
|
5592 |
-
#: inc/admin/admin.php:5714
|
5593 |
-
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."
|
5594 |
-
msgstr ""
|
5595 |
-
|
5596 |
-
#: inc/admin/admin.php:5732
|
5597 |
-
msgid "When sending an image file, automatically set the caption based on the filename"
|
5598 |
-
msgstr ""
|
5599 |
-
|
5600 |
-
#: inc/admin/admin.php:5749
|
5601 |
-
msgid "When sending an image file, automatically set the description based on the filename"
|
5602 |
-
msgstr ""
|
5603 |
-
|
5604 |
-
#: inc/admin/admin.php:5783
|
5605 |
-
msgid "You have to flush your permalinks each time you change this settings"
|
5606 |
-
msgstr "عليك أن تقوم بتجديد روابطك الدائمة (permalinks) في كل مرة تقوم بها بتغيير هذا الإعداد"
|
5607 |
-
|
5608 |
-
#: inc/admin/admin.php:5800
|
5609 |
-
msgid "You must check this box if the structure of your permalinks DOES NOT contain a slash at the end (eg: /%postname%)"
|
5610 |
-
msgstr "عليك بالتأشير على هذا الصندوق إذا كانت هيكلية أو بنية روابطك الدائمة (permalinks) لا تحتوي علامة مائلة في نهايتها (مثلاً: /%postname%)"
|
5611 |
-
|
5612 |
-
#: inc/admin/admin.php:5834
|
5613 |
-
msgid "Remove hentry post class to prevent Google from seeing this as structured data (schema)"
|
5614 |
-
msgstr ""
|
5615 |
-
|
5616 |
-
#: inc/admin/admin.php:5851
|
5617 |
-
msgid "Remove comment author URL in comments if the website is filled from profile page"
|
5618 |
-
msgstr ""
|
5619 |
-
|
5620 |
-
#: inc/admin/admin.php:5885
|
5621 |
-
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
5622 |
-
msgstr "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس في شفرة المصدر (مثلاً:"
|
5623 |
-
|
5624 |
-
#: inc/admin/admin.php:5902
|
5625 |
-
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
5626 |
-
msgstr "إزالة وسم البيان الوصفي (meta) لبرنامج Windows Live Writer في شفرة المصدر (مثلاً:"
|
5627 |
-
|
5628 |
-
#: inc/admin/admin.php:5919
|
5629 |
-
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
5630 |
-
msgstr "إزالة وسم البيان الوصفي (meta) لـ Really Simple Discovery في شفرة المصدر (مثلاً:"
|
5631 |
-
|
5632 |
-
#: inc/admin/admin.php:5936
|
5633 |
-
msgid "If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty."
|
5634 |
-
msgstr "إذا كان موقعك قد تم التحقق منه في <strong>Google Search Console</strong>، عندها أترك هذا الحقل فارغاً."
|
5635 |
-
|
5636 |
-
#: inc/admin/admin.php:5949
|
5637 |
-
msgid "If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty."
|
5638 |
-
msgstr "إذا كان موقعك قد تم التحقق منه في <strong>Bing Webmaster tools</strong>، عندها أترك هذا الحقل فارغاً."
|
5639 |
-
|
5640 |
-
#: inc/admin/admin.php:5987
|
5641 |
-
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
5642 |
-
msgstr "إزالة إس إي أو بريس SEOPress من شريط الإدارة في الواجهة الخلفية والواجهة الأمامية"
|
5643 |
-
|
5644 |
-
#: inc/admin/admin.php:6027
|
5645 |
-
#, fuzzy
|
5646 |
-
msgid "Automatic tab (default)"
|
5647 |
-
msgstr "أولوية عادية (افتراضي)"
|
5648 |
-
|
5649 |
-
#: inc/admin/admin.php:6066
|
5650 |
-
msgid "Hide SEO tools in SEOPress Dashboard page"
|
5651 |
-
msgstr "إخفاء ’أدوات التحسين الأمثل لمحركات البحث SEO‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
|
5652 |
-
|
5653 |
-
#: inc/admin/admin.php:6290
|
5654 |
-
msgid "Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
5655 |
-
msgstr ""
|
5656 |
-
|
5657 |
-
#: inc/admin/admin.php:6380
|
5658 |
-
#: inc/admin/admin.php:6415
|
5659 |
-
#, fuzzy
|
5660 |
-
msgid "Hook to filter structured data types metabox call by post type - new window"
|
5661 |
-
msgstr "رابط متعلق لتصفية هيكلية أنواع بيانات صناديق البيانات الوصفية (meta) المناداة بواسطة نوع المنشور - نافذة جديدة"
|
5662 |
-
|
5663 |
-
#: inc/admin/adminbar.php:115
|
5664 |
-
#, fuzzy
|
5665 |
-
msgid "Configuration wizard"
|
5666 |
-
msgstr "الإعدادات"
|
5667 |
-
|
5668 |
-
#: inc/admin/ajax.php:29
|
5669 |
-
msgid "A redirect is active for this URL. Turn it off to get the Google preview and content analysis."
|
5670 |
-
msgstr ""
|
5671 |
-
|
5672 |
-
#: inc/admin/ajax.php:95
|
5673 |
-
msgid "To get your Google snippet preview, publish your post!"
|
5674 |
-
msgstr "لكي تحصل على عرض الشرح المبسّط لجوجل (Google snippet)، الرجاء نشر المنشور الخاص بك!"
|
5675 |
-
|
5676 |
-
#: inc/functions/options-advanced-admin.php:40
|
5677 |
-
msgid "Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO."
|
5678 |
-
msgstr ""
|
5679 |
-
|
5680 |
-
#: inc/functions/options-advanced-admin.php:50
|
5681 |
-
msgid "URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain)."
|
5682 |
-
msgstr ""
|
5683 |
-
|
5684 |
-
#: inc/functions/options-advanced-admin.php:943
|
5685 |
-
msgid "The description is not prominent by default; however, some themes may show it."
|
5686 |
-
msgstr "الوصف غير بارز بشكل افتراضي؛ ومع ذلك، بعض القوالب قد تظهره."
|
5687 |
-
|
5688 |
-
#: inc/functions/options-google-analytics.php:167
|
5689 |
-
#, fuzzy
|
5690 |
-
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>"
|
5691 |
-
msgstr "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ cookies، إحصاءات التتبع ألخ. <a href=\"[seopress_privacy_page]\" tabindex=\"10\">إقرأ أكثر</a>"
|
5692 |
-
|
5693 |
-
#: inc/functions/options-google-analytics.php:169
|
5694 |
-
#, fuzzy
|
5695 |
-
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc."
|
5696 |
-
msgstr "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ cookies، إحصاءات التتبع ألخ."
|
5697 |
-
|
5698 |
-
#: inc/functions/options-import-export.php:376
|
5699 |
-
#, fuzzy
|
5700 |
-
msgid "Please upload a valid .txt file"
|
5701 |
-
msgstr "الرجاء رفع ملف .csv صالح"
|
5702 |
-
|
5703 |
-
#: seopress.php:410
|
5704 |
-
#, fuzzy
|
5705 |
-
msgid "Configuration Wizard"
|
5706 |
-
msgstr "الإعدادات"
|
5707 |
-
|
5708 |
-
#~ msgid "Guide to manage your titles and meta descriptions - new window"
|
5709 |
-
#~ msgstr ""
|
5710 |
-
#~ "مرشد لإدارة عناوينك والبيانات الوصفية (meta) لخانات الوصف - نافذة جديدة"
|
5711 |
-
|
5712 |
-
#~ msgid "Guide to enable your XML Sitemaps - new window"
|
5713 |
-
#~ msgstr "مرشد لتمكين خرائط الموقع XML - نافذة جديدة"
|
5714 |
-
|
5715 |
-
#~ msgid "Guide to getting started with Google Analytics - new window"
|
5716 |
-
#~ msgstr "مرشد لمساعدتك في البدء مع إحصاءات جوجل - نافذة جديدة"
|
5717 |
-
|
5718 |
-
#~ msgid "Guide to enable Breadcrumbs - new window"
|
5719 |
-
#~ msgstr "مرشد تمكين شريط الروابط المتسلسلة (Breadcrumbs) - نافذة جديدة"
|
5720 |
-
|
5721 |
-
#~ msgid "Guide to analyze your site with Google Page Speed - new window"
|
5722 |
-
#~ msgstr ""
|
5723 |
-
#~ "مرشد لتحليل موقعك مع عامل سرعة الصفحة لجوجل Google Page Speed - نافذة جديدة"
|
5724 |
-
|
5725 |
-
#~ msgid "Follow us on Twitter (new window)"
|
5726 |
-
#~ msgstr "تابعنا على تويتر (نافذة جديدة)"
|
5727 |
-
|
5728 |
-
#~ msgid "Follow us on YouTube (new window)"
|
5729 |
-
#~ msgstr "تابعنا على يوتيوب (نافذة جديدة)"
|
5730 |
-
|
5731 |
-
#~ msgid "Follow us on YouTube"
|
5732 |
-
#~ msgstr "تابعنا على يوتيوب"
|
5733 |
-
|
5734 |
-
#~ msgid "Official website (new window)"
|
5735 |
-
#~ msgstr "الموقع الرسمي (نافذة جديدة)"
|
5736 |
-
|
5737 |
-
#~ msgid "Official website"
|
5738 |
-
#~ msgstr "الموقع الرسمي"
|
5739 |
-
|
5740 |
-
#~ msgid "Support (new window)"
|
5741 |
-
#~ msgstr "الدعم (نافذة جديدة)"
|
5742 |
-
|
5743 |
-
#~ msgid "Useful links"
|
5744 |
-
#~ msgstr "روابط مفيدة"
|
5745 |
-
|
5746 |
-
#~ msgid "Google Trends"
|
5747 |
-
#~ msgstr "مؤشرات جوجل (Google Trends)"
|
5748 |
-
|
5749 |
-
#~ msgid "Google Campaign URL Builder tool"
|
5750 |
-
#~ msgstr "أداة منشئ حملة الـ URL لجوجل"
|
5751 |
-
|
5752 |
-
#~ msgid "Import posts and terms metadata from All In One SEO"
|
5753 |
-
#~ msgstr ""
|
5754 |
-
#~ "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من "
|
5755 |
-
#~ "الجميع إلى SEO واحد"
|
5756 |
-
|
5757 |
-
#~ msgid "Meta Robots (noindex, nofollow)"
|
5758 |
-
#~ msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
|
5759 |
-
|
5760 |
-
#~ msgid "Meta Robots (noindex, nofollow, noarchive)"
|
5761 |
-
#~ msgstr ""
|
5762 |
-
#~ "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع، عدم الأرشفة)"
|
5763 |
-
|
5764 |
-
#, fuzzy
|
5765 |
-
#~| msgid ""
|
5766 |
-
#~| "<strong>WARNING:</strong> Migration will update / delete all SEOPress "
|
5767 |
-
#~| "posts and terms metadata. Some dynamic variables will not be interpreted. "
|
5768 |
-
#~| "We do NOT delete any SEO Framework datas."
|
5769 |
-
|
5770 |
-
#~ msgid ""
|
5771 |
-
#~ "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
5772 |
-
#~ "and terms metadata. Some dynamic variables will not be interpreted. We do "
|
5773 |
-
#~ "NOT delete any SEO Framework data."
|
5774 |
-
#~ msgstr ""
|
5775 |
-
#~ "<strong>تحذير:</strong> ستقوم عملية الدمج بتحديث / حذف جميع البيانات "
|
5776 |
-
#~ "الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض "
|
5777 |
-
#~ "المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات "
|
5778 |
-
#~ "للإضافة SEO Framework."
|
5779 |
-
|
5780 |
-
#, fuzzy
|
5781 |
-
#~| msgid ""
|
5782 |
-
#~| "<strong>WARNING:</strong> Migration will update / delete all SEOPress "
|
5783 |
-
#~| "posts and terms metadata. Some dynamic variables will not be interpreted. "
|
5784 |
-
#~| "We do NOT delete any AIO datas."
|
5785 |
-
|
5786 |
-
#~ msgid ""
|
5787 |
-
#~ "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
5788 |
-
#~ "metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
5789 |
-
#~ "any Squirrly SEO data."
|
5790 |
-
#~ msgstr ""
|
5791 |
-
#~ "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات "
|
5792 |
-
#~ "الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض "
|
5793 |
-
#~ "المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات "
|
5794 |
-
#~ "للإضافة AIO."
|
5795 |
-
|
5796 |
-
#~ msgid "Soundcloud URL"
|
5797 |
-
#~ msgstr "رابط URL لـ Soundcloud"
|
5798 |
-
|
5799 |
-
#~ msgid "eg: https://your-site.tumblr.com"
|
5800 |
-
#~ msgstr "مثلاً: https://your-site.tumblr.com"
|
5801 |
-
|
5802 |
-
#, fuzzy, php-format
|
5803 |
-
#~| msgid "%%post_title%%"
|
5804 |
-
|
5805 |
-
#~ msgid "%%sitetitle%% (alias: %%sitename%%)"
|
5806 |
-
#~ msgstr "%%post_title%%"
|
5807 |
-
|
5808 |
-
#, fuzzy, php-format
|
5809 |
-
#~| msgid "%%post_title%%"
|
5810 |
-
|
5811 |
-
#~ msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
5812 |
-
#~ msgstr "%%post_title%%"
|
5813 |
-
|
5814 |
-
#, fuzzy, php-format
|
5815 |
-
#~| msgid "Post thumbnail"
|
5816 |
-
|
5817 |
-
#~ msgid "%%post_thumbnail_url%%"
|
5818 |
-
#~ msgstr "الصورة المصغرة للمنشور"
|
5819 |
-
|
5820 |
-
#, php-format
|
5821 |
-
#~ msgid "%%post_modified_date%%"
|
5822 |
-
#~ msgstr "%%post_modified_date%%"
|
5823 |
-
|
5824 |
-
#~ msgid "Last modified post date"
|
5825 |
-
#~ msgstr "تاريخ آخر تحديث لمشاركة"
|
5826 |
-
|
5827 |
-
#, php-format
|
5828 |
-
#~ msgid "%%post_category%%"
|
5829 |
-
#~ msgstr "%%post_category%%"
|
5830 |
-
|
5831 |
-
#, php-format
|
5832 |
-
#~ msgid "%%post_tag%%"
|
5833 |
-
#~ msgstr "%%post_tag%%"
|
5834 |
-
|
5835 |
-
#, php-format
|
5836 |
-
#~ msgid "%%_category_title%%"
|
5837 |
-
#~ msgstr "%%_category_title%%"
|
5838 |
-
|
5839 |
-
#, php-format
|
5840 |
-
#~ msgid "%%tag_title%%"
|
5841 |
-
#~ msgstr "%%tag_title%%"
|
5842 |
-
|
5843 |
-
#, php-format
|
5844 |
-
#~ msgid "%%tag_description%%"
|
5845 |
-
#~ msgstr "%%tag_description%%"
|
5846 |
-
|
5847 |
-
#, php-format
|
5848 |
-
#~ msgid "%%term_description%%"
|
5849 |
-
#~ msgstr "%%term_description%%"
|
5850 |
-
|
5851 |
-
#, php-format
|
5852 |
-
#~ msgid "%%search_keywords%%"
|
5853 |
-
#~ msgstr "%%search_keywords%%"
|
5854 |
-
|
5855 |
-
#, php-format
|
5856 |
-
#~ msgid "%%current_pagination%%"
|
5857 |
-
#~ msgstr "%%current_pagination%%"
|
5858 |
-
|
5859 |
-
#, php-format
|
5860 |
-
#~ msgid "%%cpt_plural%%"
|
5861 |
-
#~ msgstr "%%cpt_plural%%"
|
5862 |
-
|
5863 |
-
#, php-format
|
5864 |
-
#~ msgid "%%archive_title%%"
|
5865 |
-
#~ msgstr "%%wc_single_cat%%"
|
5866 |
-
|
5867 |
-
#, php-format
|
5868 |
-
#~ msgid "%%archive_date%%"
|
5869 |
-
#~ msgstr "%%archive_date%%"
|
5870 |
-
|
5871 |
-
#~ msgid "Date Archive"
|
5872 |
-
#~ msgstr "أرشيف التاريخ"
|
5873 |
-
|
5874 |
-
#, php-format
|
5875 |
-
#~ msgid "%%archive_date_day%%"
|
5876 |
-
#~ msgstr "%%archive_date_day%%"
|
5877 |
-
|
5878 |
-
#, php-format
|
5879 |
-
#~ msgid "%%archive_date_month%%"
|
5880 |
-
#~ msgstr "%%archive_date_month%%"
|
5881 |
-
|
5882 |
-
#, php-format
|
5883 |
-
#~ msgid "%%archive_date_year%%"
|
5884 |
-
#~ msgstr "%%archive_date_year%%"
|
5885 |
-
|
5886 |
-
#, php-format
|
5887 |
-
#~ msgid "%%_cf_your_custom_field_name%%"
|
5888 |
-
#~ msgstr "%%wc_single_cat%%"
|
5889 |
-
|
5890 |
-
#, php-format
|
5891 |
-
#~ msgid "%%_ct_your_custom_taxonomy_slug%%"
|
5892 |
-
#~ msgstr "%%wc_single_cat%%"
|
5893 |
-
|
5894 |
-
#, php-format
|
5895 |
-
#~ msgid "%%wc_single_tag%%"
|
5896 |
-
#~ msgstr "%%wc_single_tag%%"
|
5897 |
-
|
5898 |
-
#, php-format
|
5899 |
-
#~ msgid "%%wc_single_short_desc%%"
|
5900 |
-
#~ msgstr "%%wc_single_cat%%"
|
5901 |
-
|
5902 |
-
#, php-format
|
5903 |
-
#~ msgid "%%wc_single_price%%"
|
5904 |
-
#~ msgstr "%%wc_single_price%%"
|
5905 |
-
|
5906 |
-
#, php-format
|
5907 |
-
#~ msgid "%%wc_sku%%"
|
5908 |
-
#~ msgstr "%%wc_sku%%"
|
5909 |
-
|
5910 |
-
#, php-format
|
5911 |
-
#~ msgid "%%currentday%%"
|
5912 |
-
#~ msgstr "%%currentday%%"
|
5913 |
-
|
5914 |
-
#, php-format
|
5915 |
-
#~ msgid "%%currentdate%%"
|
5916 |
-
#~ msgstr "%%currentdate%%"
|
5917 |
-
|
5918 |
-
#, php-format
|
5919 |
-
#~ msgid "%%currenttime%%"
|
5920 |
-
#~ msgstr "%%currenttime%%"
|
5921 |
-
|
5922 |
-
#, fuzzy
|
5923 |
-
#~| msgid ""
|
5924 |
-
#~| "<strong>WARNING:</strong> Migration will update / delete all SEOPress "
|
5925 |
-
#~| "posts and terms metadata. Some dynamic variables will not be interpreted. "
|
5926 |
-
#~| "We do NOT delete any AIO datas."
|
5927 |
-
|
5928 |
-
#~ msgid ""
|
5929 |
-
#~ "<strong>WARNING:</strong> Migration will update/delete all SEOPress posts "
|
5930 |
-
#~ "metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
5931 |
-
#~ "any Squirrly SEO data."
|
5932 |
-
#~ msgstr ""
|
5933 |
-
#~ "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات "
|
5934 |
-
#~ "الوصفية (metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض "
|
5935 |
-
#~ "المتغيرات الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات "
|
5936 |
-
#~ "للإضافة AIO."
|
5937 |
-
|
5938 |
-
#, fuzzy
|
5939 |
-
#~| msgid "Import Redirections"
|
5940 |
-
|
5941 |
-
#~ msgid "Import your redirections"
|
5942 |
-
#~ msgstr "استيراد إعادات التوجيه"
|
5943 |
-
|
5944 |
-
#~ msgid "Import Redirections"
|
5945 |
-
#~ msgstr "استيراد إعادات التوجيه"
|
5946 |
-
|
5947 |
-
#, fuzzy
|
5948 |
-
#~| msgid "URL redirection"
|
5949 |
-
|
5950 |
-
#~ msgid "URL to redirect in absolute,"
|
5951 |
-
#~ msgstr "إعادة توجيه URL"
|
5952 |
-
|
5953 |
-
#~ msgid "Download a CSV example"
|
5954 |
-
#~ msgstr "تحميل ملف CSV كمثال"
|
5955 |
-
|
5956 |
-
#, fuzzy
|
5957 |
-
#~| msgid "Import Redirections"
|
5958 |
-
|
5959 |
-
#~ msgid "Import Redirections from Yoast Premium"
|
5960 |
-
#~ msgstr "استيراد إعادات التوجيه"
|
5961 |
-
|
5962 |
-
#, fuzzy
|
5963 |
-
#~| msgid "Import Redirections"
|
5964 |
-
|
5965 |
-
#~ msgid "Import Redirections from Rank Math"
|
5966 |
-
#~ msgstr "استيراد إعادات التوجيه"
|
5967 |
-
|
5968 |
-
#~ msgid "Export Redirections"
|
5969 |
-
#~ msgstr "تصدير إعادات التوجيه"
|
5970 |
-
|
5971 |
-
#~ msgid ""
|
5972 |
-
#~ "Export all redirections for this site as a .csv file. This allows you to "
|
5973 |
-
#~ "easily import the redirections into another site, to Excel / Google "
|
5974 |
-
#~ "Sheets..."
|
5975 |
-
#~ msgstr ""
|
5976 |
-
#~ "تصدير جميع روابط إعادة التوجيه لهذا الموقع كملف .csv. يسمح لك هذا بسهولة "
|
5977 |
-
#~ "استيراد روابط إعادة التوجيه إلى موقع آخر، إلى برنامج إكسل Excel / أوراق "
|
5978 |
-
#~ "جوجل Google Sheets..."
|
5979 |
-
|
5980 |
-
#~ msgid "Hide Useful Links"
|
5981 |
-
#~ msgstr "إخفاء الروابط المفيدة"
|
5982 |
-
|
5983 |
-
#~ msgid "Show W3C validator column in post types"
|
5984 |
-
#~ msgstr "إظهار عمود محقق W3C في أنواع المنشور"
|
5985 |
-
|
5986 |
-
#~ msgid "Post thumbnail"
|
5987 |
-
#~ msgstr "الصورة المصغرة للمنشور"
|
5988 |
-
|
5989 |
-
#~ msgid ""
|
5990 |
-
#~ "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
|
5991 |
-
#~ "and custom metrics in SEOPress are like the default dimensions and metrics "
|
5992 |
-
#~ "in your Analytics account, except you create them yourself.<br> Use them to "
|
5993 |
-
#~ "collect and analyze data that Analytics doesn't automatically track.<br> "
|
5994 |
-
#~ "Please note that you also have to setup your custom dimensions in your "
|
5995 |
-
#~ "Google Analytics account. More info by clicking on the help icon."
|
5996 |
-
#~ msgstr ""
|
5997 |
-
#~ "<p>ضبط الأبعاد المخصصة لإحصاءات جوجل الخاص بك. <br>الأبعاد والمصفوفات "
|
5998 |
-
#~ "المخصصة في إس إي أو بريس SEOPress مثلها مثل الأبعاد والمصفوفات الافتراضية "
|
5999 |
-
#~ "في حساب الإحصاءات الخاص بك، مع استثناء أنك تقوم بإنشائها بنفسك.<br> "
|
6000 |
-
#~ "استخدمها لتجميع وتحليل البيانات والتي لا تقوم خدمة الإحصاءات بتتبُّعها بشكل "
|
6001 |
-
#~ "تلقائي.<br> الرجاء الأخذ بالاعتبار أنه عليك أن تقوم بضبط وإعداد أبعادك "
|
6002 |
-
#~ "المخصصة بحسابك بخدمة إحصاءات جوجل. معلومات أكثر متوفرة عند الضغط على أيقونة "
|
6003 |
-
#~ "المساعدة."
|
6004 |
-
|
6005 |
-
#~ msgid "<p>Manage security.</p>"
|
6006 |
-
#~ msgstr "<p>إدارة الحماية.</p>"
|
6007 |
-
|
6008 |
-
#~ msgid "More tags"
|
6009 |
-
#~ msgstr "وسوم أكثر"
|
6010 |
-
|
6011 |
-
#~ msgid "Display date in Google search results?"
|
6012 |
-
#~ msgstr "عرض التاريخ في نتائج بحث جوجل؟"
|
6013 |
-
|
6014 |
-
#~ msgid "Learn more on Google website"
|
6015 |
-
#~ msgstr "تعلّم المزيد من موقع جوجل"
|
6016 |
-
|
6017 |
-
#~ msgid "Custom Dimension #2"
|
6018 |
-
#~ msgstr "بعد مخصص #2"
|
6019 |
-
|
6020 |
-
#~ msgid "Custom Dimension #3"
|
6021 |
-
#~ msgstr "بعد مخصص #3"
|
6022 |
-
|
6023 |
-
#~ msgid "Custom Dimension #4"
|
6024 |
-
#~ msgstr "بعد مخصص #4"
|
6025 |
-
|
6026 |
-
#~ msgid "Custom Dimension #8"
|
6027 |
-
#~ msgstr "بعد مخصص #8"
|
6028 |
-
|
6029 |
-
#~ msgid "Custom Dimension #9"
|
6030 |
-
#~ msgstr "بعد مخصص #9"
|
6031 |
-
|
6032 |
-
#~ msgid "Custom Dimension #10"
|
6033 |
-
#~ msgstr "بعد مخصص #10"
|
6034 |
-
|
6035 |
-
#~ msgid "Custom Dimension #11"
|
6036 |
-
#~ msgstr "بعد مخصص #11"
|
6037 |
-
|
6038 |
-
#~ msgid "Custom Dimension #12"
|
6039 |
-
#~ msgstr "بعد مخصص #12"
|
6040 |
-
|
6041 |
-
#~ msgid "Custom Dimension #13"
|
6042 |
-
#~ msgstr "بعد مخصص #13"
|
6043 |
-
|
6044 |
-
#~ msgid "Custom Dimension #14"
|
6045 |
-
#~ msgstr "بعد مخصص #14"
|
6046 |
-
|
6047 |
-
#~ msgid "Custom Dimension #15"
|
6048 |
-
#~ msgstr "بعد مخصص #15"
|
6049 |
-
|
6050 |
-
#~ msgid "Custom Dimension #16"
|
6051 |
-
#~ msgstr "بعد مخصص #16"
|
6052 |
-
|
6053 |
-
#~ msgid "Custom Dimension #18"
|
6054 |
-
#~ msgstr "بعد مخصص #18"
|
6055 |
-
|
6056 |
-
#~ msgid "Custom Dimension #19"
|
6057 |
-
#~ msgstr "بعد مخصص #19"
|
6058 |
-
|
6059 |
-
#~ msgid "Custom Dimension #20"
|
6060 |
-
#~ msgstr "بعد مخصص #20"
|
6061 |
-
|
6062 |
-
#~ msgid "Hide Useful Links in SEOPress dashboard page"
|
6063 |
-
#~ msgstr "إخفاء ’روابط مفيدة‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
|
6064 |
-
|
6065 |
-
#~ msgid "Display W3C column to check code quality"
|
6066 |
-
#~ msgstr "إظهار عمود W3C للتحقق من جودة الشفرة البرمجية"
|
6067 |
-
|
6068 |
-
#~ msgid "Need help?"
|
6069 |
-
#~ msgstr "تحتاج مساعدة؟"
|
6070 |
-
|
6071 |
-
#~ msgid "Noindex?"
|
6072 |
-
#~ msgstr "عدم الفهرسة؟"
|
6073 |
-
|
6074 |
-
#~ msgid "W3C check"
|
6075 |
-
#~ msgstr "التحقق من W3C"
|
6076 |
-
|
6077 |
-
#~ msgid "Check code quality of this page"
|
6078 |
-
#~ msgstr "التحقق من جودة الشفرة البرمجية على هذه الصفحة"
|
6079 |
-
|
6080 |
-
#~ msgid "You like SEOPress? Don't forget to rate it 5 stars!"
|
6081 |
-
#~ msgstr "هل أعجبك إس إي أو بريس SEOPress؟ لا تنسى إعطائنا تقييم 5 نجوم!"
|
6082 |
-
|
6083 |
-
#~ msgid "Analysis completed"
|
6084 |
-
#~ msgstr "التحليلات اكتملت"
|
6085 |
-
|
6086 |
-
#~ msgid "Links"
|
6087 |
-
#~ msgstr "الروابط"
|
6088 |
-
|
6089 |
-
#~ msgid "No custom title is set for this post."
|
6090 |
-
#~ msgstr "لم يتم تعيين عنوان مخصص لهذا المنشور."
|
6091 |
-
|
6092 |
-
#~ msgid "Robots"
|
6093 |
-
#~ msgstr "Robots"
|
6094 |
-
|
6095 |
-
#~ msgid "eg: @wp_seopress"
|
6096 |
-
#~ msgstr "مثلاً: @wp_seopress"
|
6097 |
-
|
6098 |
-
#, php-format
|
6099 |
-
#~ msgid "%%sitetitle%%"
|
6100 |
-
#~ msgstr "%%sitetitle%%"
|
6101 |
-
|
6102 |
-
#, php-format
|
6103 |
-
#~ msgid "%%tagline%%"
|
6104 |
-
#~ msgstr "%%tagline%%"
|
6105 |
-
|
6106 |
-
#, php-format
|
6107 |
-
#~ msgid "%%post_excerpt%%"
|
6108 |
-
#~ msgstr "%%post_excerpt%%"
|
6109 |
-
|
6110 |
-
#, fuzzy
|
6111 |
-
#~ msgid ""
|
6112 |
-
|
6113 |
-
#~ msgstr ""
|
6114 |
-
|
6115 |
-
#, fuzzy
|
6116 |
-
#~ msgid ""
|
6117 |
-
|
6118 |
-
#~ msgstr ""
|
6119 |
-
|
6120 |
-
#, fuzzy
|
6121 |
-
#~ msgid ""
|
6122 |
-
|
6123 |
-
#~ msgstr ""
|
6124 |
-
|
6125 |
-
#~ msgid "Huge impact"
|
6126 |
-
#~ msgstr "تأثير كبير"
|
6127 |
-
|
6128 |
-
#~ msgid "Check your Alexa Rank (Amazon index)"
|
6129 |
-
#~ msgstr "التحقق من ترتيب أليكسا Alexa (فهرس أمازون)"
|
6130 |
-
|
6131 |
-
#~ msgid "Your Alexa Rank"
|
6132 |
-
#~ msgstr "ترتيب أليكسا Alexa الخاص بك"
|
6133 |
-
|
6134 |
-
#~ msgid "Country Rank: "
|
6135 |
-
#~ msgstr "الترتيب حسب البلد: "
|
6136 |
-
|
6137 |
-
#~ msgid "Get Alexa Rank"
|
6138 |
-
#~ msgstr "أحصل على ترتيب أليكسا Alexa"
|
6139 |
-
|
6140 |
-
#~ msgid ""
|
6141 |
-
|
6142 |
-
#~ msgstr ""
|
6143 |
-
|
6144 |
-
#~ msgid "eg: Apple"
|
6145 |
-
#~ msgstr "مثلاً: شركة آبل"
|
6146 |
-
|
6147 |
-
#~ msgid "Count words?"
|
6148 |
-
#~ msgstr "عد الكلمات؟"
|
6149 |
-
|
6150 |
-
#~ msgid "SEOPress.org"
|
6151 |
-
#~ msgstr "SEOPress.org"
|
6152 |
-
|
6153 |
-
#~ msgid "Enter your new URL"
|
6154 |
-
#~ msgstr "أدخل رابط URL الجديد"
|
6155 |
-
|
6156 |
-
#~ msgid "Remove stop words from URL"
|
6157 |
-
#~ msgstr "إزالة كلمات التوقف من الرابط URL"
|
6158 |
-
|
6159 |
-
#~ msgid ""
|
6160 |
-
|
6161 |
-
#~ msgstr ""
|
6162 |
-
|
6163 |
-
#~ msgid "SEOPress BOT - Broken links"
|
6164 |
-
#~ msgstr "SEOPress BOT - الروابط المكسورة"
|
6165 |
-
|
6166 |
-
#~ msgid "Post title"
|
6167 |
-
#~ msgstr "عنوان المنشور"
|
6168 |
-
|
6169 |
-
#~ msgid "Target keywords were found in the Post Title."
|
6170 |
-
#~ msgstr "الكلمات المفتاحية المستهدفة التي تم اكتشافها في عنوان المنشور."
|
6171 |
-
|
6172 |
-
#~ msgid "None of your target keywords were found in the Post Title."
|
6173 |
-
#~ msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في عنوان المنشور."
|
6174 |
-
|
6175 |
-
#~ msgid "No post title set for this post!"
|
6176 |
-
#~ msgstr "لم يتم تعيين عنوان لهذا المنشور!"
|
6177 |
-
|
6178 |
-
#~ msgid "Post Content"
|
6179 |
-
#~ msgstr "محتوى المنشور"
|
6180 |
-
|
6181 |
-
#~ msgid "Product gallery"
|
6182 |
-
#~ msgstr "معرض صور المنتج"
|
6183 |
-
|
6184 |
-
#~ msgid "Host IP: "
|
6185 |
-
#~ msgstr "رقم معرّف (IP) المستضيف: "
|
6186 |
-
|
6187 |
-
#~ msgid "Google + URL"
|
6188 |
-
#~ msgstr "رابط URL لجوجل +"
|
6189 |
-
|
6190 |
-
#~ msgid ""
|
6191 |
-
|
6192 |
-
#~ msgstr ""
|
6193 |
-
|
6194 |
-
#~ msgid "eg: https://plus.google.com/+BenjaminDenis"
|
6195 |
-
#~ msgstr "مثلاً: https://plus.google.com/+BenjaminDenis"
|
6196 |
-
|
6197 |
-
#~ msgid "eg: https://www.linkedin.com/in/benjamin-denis-70672b3b"
|
6198 |
-
#~ msgstr "مثلاً: https://www.linkedin.com/in/benjamin-denis-70672b3b"
|
6199 |
-
|
6200 |
-
#~ msgid "XML / Image / HTML Sitemap"
|
6201 |
-
#~ msgstr "خارطة الموقع XML / صور / HTML"
|
6202 |
-
|
6203 |
-
#~ msgid "Your domain name: "
|
6204 |
-
#~ msgstr "اسم النطاق الخاص بك: "
|
6205 |
-
|
6206 |
-
#~ msgid "Your registrar: "
|
6207 |
-
#~ msgstr "الشركة المُسجلة للنطاق: "
|
6208 |
-
|
6209 |
-
#~ msgid "Domain creation date: "
|
6210 |
-
#~ msgstr "تاريخ إنشاء اسم النطاق: "
|
6211 |
-
|
6212 |
-
#~ msgid "Sorry, you domain name can't be verified :("
|
6213 |
-
#~ msgstr "عذراً، غير قادر على التحقق والتأكّد من اسم نطاقك :("
|
6214 |
-
|
6215 |
-
#~ msgid "Email me before expiration"
|
6216 |
-
#~ msgstr "راسلني بالبريد الالكتروني قبل تاريخ الانتهاء"
|
6217 |
-
|
6218 |
-
#~ msgid "eg: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
|
6219 |
-
#~ msgstr "مثلاً: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
|
6220 |
-
|
6221 |
-
#~ msgid "Once per day"
|
6222 |
-
#~ msgstr "مرة واحدة باليوم"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary file
|
@@ -1,5956 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: SEOPress\n"
|
4 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
|
5 |
-
"Last-Translator: Stefan Ilivanov (CMS Bulgaria) <info@cmsbg.info>\n"
|
6 |
-
"Language-Team: \n"
|
7 |
-
"MIME-Version: 1.0\n"
|
8 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
-
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2020-04-13 14:16+0200\n"
|
11 |
-
"PO-Revision-Date: 2021-07-27 12:01+0200\n"
|
12 |
-
"Language: bg_BG\n"
|
13 |
-
"X-Generator: Poedit 3.0\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Poedit-KeywordsList: __;esc_attr__;_e;_x;esc_attr_e;esc_html__;esc_html_e\n"
|
16 |
-
"X-Poedit-Basepath: ..\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: inc/admin/admin-bar/admin-bar.php:47 inc/admin/admin.php:86
|
21 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:39
|
22 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:222
|
23 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:225
|
24 |
-
#: inc/admin/page-builders/gutenberg/gutenberg-addon.php:36
|
25 |
-
#: inc/functions/options-advanced-admin.php:790
|
26 |
-
msgid "SEO"
|
27 |
-
msgstr "SEO"
|
28 |
-
|
29 |
-
#: inc/admin/admin-bar/admin-bar.php:55 inc/admin/admin-bar/admin-bar.php:95
|
30 |
-
#: src/Actions/Admin/ManageColumn.php:138
|
31 |
-
#, fuzzy
|
32 |
-
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
33 |
-
msgstr "Управление на всички заглавия и мета данни"
|
34 |
-
|
35 |
-
#: inc/admin/admin-features-list.php:18
|
36 |
-
#: inc/admin/admin-features-list.php:34
|
37 |
-
#: inc/admin/admin-features-list.php:50
|
38 |
-
#: inc/admin/admin-features-list.php:66
|
39 |
-
#: inc/admin/admin-features-list.php:82
|
40 |
-
#: inc/admin/admin-features-list.php:93
|
41 |
-
#: inc/admin/admin-features-list.php:109
|
42 |
-
#: inc/admin/admin-features-list.php:118
|
43 |
-
#: inc/admin/admin-features-list.php:127
|
44 |
-
#: inc/admin/admin-features-list.php:136
|
45 |
-
#: inc/admin/admin-features-list.php:155
|
46 |
-
#: inc/admin/admin-features-list.php:171
|
47 |
-
#: inc/admin/admin-features-list.php:192
|
48 |
-
#: inc/admin/admin-features-list.php:209
|
49 |
-
#: inc/admin/admin-features-list.php:228
|
50 |
-
#: inc/admin/admin-features-list.php:247
|
51 |
-
#: inc/admin/admin-features-list.php:285
|
52 |
-
#: inc/admin/admin-features-list.php:295
|
53 |
-
#: inc/admin/admin-features-list.php:305
|
54 |
-
#: inc/admin/admin-features-list.php:316
|
55 |
-
#: inc/admin/admin-features-list.php:327
|
56 |
-
#: inc/admin/admin-features-list.php:345
|
57 |
-
msgid "Manage"
|
58 |
-
msgstr "Управление"
|
59 |
-
|
60 |
-
#: inc/admin/admin-features-list.php:23
|
61 |
-
#: inc/admin/admin-features-list.php:39
|
62 |
-
#: inc/admin/admin-features-list.php:55
|
63 |
-
#: inc/admin/admin-features-list.php:71
|
64 |
-
#: inc/admin/admin-features-list.php:98
|
65 |
-
#: inc/admin/admin-features-list.php:144
|
66 |
-
#: inc/admin/admin-features-list.php:160
|
67 |
-
#: inc/admin/admin-features-list.php:176
|
68 |
-
#: inc/admin/admin-features-list.php:197
|
69 |
-
#: inc/admin/admin-features-list.php:214
|
70 |
-
#: inc/admin/admin-features-list.php:233
|
71 |
-
#: inc/admin/admin-features-list.php:252
|
72 |
-
#: inc/admin/admin-features-list.php:271
|
73 |
-
#: inc/admin/admin-features-list.php:332
|
74 |
-
#: inc/admin/admin-features-list.php:350
|
75 |
-
#: inc/admin/admin.php:293
|
76 |
-
#: inc/admin/admin.php:299
|
77 |
-
msgid "Read our guide"
|
78 |
-
msgstr ""
|
79 |
-
|
80 |
-
#: inc/admin/admin-bar/admin-bar.php:98
|
81 |
-
#, fuzzy
|
82 |
-
msgid "Guide to manage your titles and meta descriptions - new window"
|
83 |
-
msgstr "Въведете Вашето мета описание"
|
84 |
-
|
85 |
-
#: inc/admin/admin-features-list.php:31
|
86 |
-
#: inc/admin/admin.php:192
|
87 |
-
#, fuzzy
|
88 |
-
msgid "XML / Image / Video / HTML Sitemap"
|
89 |
-
msgstr "XML / Снимка / HTML карта на сайта"
|
90 |
-
|
91 |
-
#: inc/admin/admin-bar/admin-bar.php:110
|
92 |
-
#, fuzzy
|
93 |
-
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
94 |
-
msgstr "Управление на Вашата XML / Снимкова / HTML карта на сайта"
|
95 |
-
|
96 |
-
#: inc/admin/admin-bar/admin-bar.php:127 inc/admin/admin.php:93
|
97 |
-
msgid "Titles & Metas"
|
98 |
-
msgstr "Заглавия и Мета данни"
|
99 |
-
|
100 |
-
#: inc/admin/admin-bar/admin-bar.php:133 inc/admin/admin.php:94
|
101 |
-
msgid "XML / HTML Sitemap"
|
102 |
-
msgstr "XML / HTML карта на сайта"
|
103 |
-
|
104 |
-
#: inc/admin/admin-features-list.php:47
|
105 |
-
#: inc/admin/admin-header.php:48
|
106 |
-
#: inc/admin/admin.php:193
|
107 |
-
#: inc/admin/adminbar.php:38
|
108 |
-
msgid "Social Networks"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: inc/admin/admin-bar/admin-bar.php:145 inc/admin/admin-features-list.php:35
|
112 |
-
#: inc/admin/admin.php:96
|
113 |
-
#, fuzzy
|
114 |
-
#| msgid "Google Analytics"
|
115 |
-
msgid "Analytics"
|
116 |
-
msgstr "Google Analytics"
|
117 |
-
|
118 |
-
#: inc/admin/admin-bar/admin-bar.php:151 inc/admin/admin-features-list.php:41
|
119 |
-
#: inc/admin/admin-pages/Advanced.php:21 inc/admin/admin-pages/Titles.php:22
|
120 |
-
#: inc/admin/admin.php:97 inc/admin/metaboxes/admin-metaboxes-form.php:55
|
121 |
-
msgid "Advanced"
|
122 |
-
msgstr "Разширени"
|
123 |
-
|
124 |
-
#: inc/admin/admin-features-list.php:63
|
125 |
-
#: inc/admin/admin-header.php:54
|
126 |
-
#: inc/admin/adminbar.php:44
|
127 |
-
msgid "Google Analytics"
|
128 |
-
msgstr "Google Analytics"
|
129 |
-
|
130 |
-
#: inc/admin/admin-features-list.php:64
|
131 |
-
msgid "Track everything about your visitors with Google Analytics"
|
132 |
-
msgstr "Проследяване на всякаква информация за посетителите Ви с Google Analytics"
|
133 |
-
|
134 |
-
#: inc/admin/admin-bar/admin-bar.php:174
|
135 |
-
msgid "BOT"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: inc/admin/admin-features-list.php:79
|
139 |
-
#: inc/admin/admin-header.php:60
|
140 |
-
#: inc/admin/admin-metaboxes-form.php:58
|
141 |
-
#: inc/admin/admin.php:195
|
142 |
-
#: inc/admin/admin.php:356
|
143 |
-
#: inc/admin/admin.php:636
|
144 |
-
#: inc/admin/adminbar.php:50
|
145 |
-
msgid "Advanced"
|
146 |
-
msgstr "Разширени"
|
147 |
-
|
148 |
-
#: inc/admin/admin-bar/admin-bar.php:187
|
149 |
-
#: inc/admin/blocks/notifications-center.php:857
|
150 |
-
msgid "PRO"
|
151 |
-
msgstr "PRO"
|
152 |
-
|
153 |
-
#: inc/admin/admin-features-list.php:90
|
154 |
-
#: inc/admin/admin-header.php:68
|
155 |
-
msgid "WooCommerce"
|
156 |
-
msgstr "WooCommerce"
|
157 |
-
|
158 |
-
#: inc/admin/admin-bar/admin-bar.php:202 inc/admin/admin-features-list.php:121
|
159 |
-
#: inc/admin/admin-pages/Tools.php:23
|
160 |
-
msgid "Redirections"
|
161 |
-
msgstr "Пренасочвания"
|
162 |
-
|
163 |
-
#: inc/admin/admin-bar/admin-bar.php:210
|
164 |
-
msgid "Broken Links"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: inc/admin/admin-features-list.php:106
|
168 |
-
#: inc/admin/admin-header.php:74
|
169 |
-
msgid "Easy Digital Downloads"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: inc/admin/admin-bar/admin-header.php:18 inc/admin/admin-pages/Titles.php:18
|
173 |
-
msgid "Home"
|
174 |
-
msgstr "Начало"
|
175 |
-
|
176 |
-
#: inc/admin/admin-features-list.php:115
|
177 |
-
#: inc/admin/admin-header.php:80
|
178 |
-
msgid "Local Business"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: inc/admin/admin-bar/admin-header.php:38
|
182 |
-
#: inc/admin/admin-bar/admin-header.php:46
|
183 |
-
msgid "Documentation"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: inc/admin/admin-features-list.php:124
|
187 |
-
#: inc/admin/admin-header.php:86
|
188 |
-
msgid "Dublin Core"
|
189 |
-
msgstr "Dublin Core"
|
190 |
-
|
191 |
-
#: inc/admin/admin-features-list.php:125
|
192 |
-
msgid "Add Dublin Core meta tags"
|
193 |
-
msgstr "Добавяне на Dublin Core мета етикети"
|
194 |
-
|
195 |
-
#: inc/admin/admin-features-list.php:133
|
196 |
-
msgid "Structured Data Types"
|
197 |
-
msgstr "Структурирани типове данни"
|
198 |
-
|
199 |
-
#: inc/admin/admin-features-list.php:134
|
200 |
-
#, fuzzy
|
201 |
-
msgid "Add data types to your content: articles, courses, recipes, videos, events, products and more."
|
202 |
-
msgstr "Добавяне на типови данни към Вашето съдържание: статии, курсове, рецепти, видео клипове, събития и продукти"
|
203 |
-
|
204 |
-
#: inc/admin/admin-features-list.php:139
|
205 |
-
#: inc/admin/admin-features-list.php:225
|
206 |
-
msgid "See schemas"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: inc/admin/admin-features-list.php:145
|
210 |
-
#: inc/admin/admin-features-list.php:234
|
211 |
-
msgid "Guide to add schemas with SEOPress PRO - new window"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: inc/admin/admin-features-list.php:152
|
215 |
-
#: inc/admin/admin-header.php:98
|
216 |
-
msgid "Breadcrumbs"
|
217 |
-
msgstr "Breadcrumbs"
|
218 |
-
|
219 |
-
#: inc/admin/admin-features-list.php:153
|
220 |
-
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
221 |
-
msgstr "Включване на Breadcrumbs за Вашата тема ще подобри SEO в SERP"
|
222 |
-
|
223 |
-
#: inc/admin/admin-bar/admin-header.php:127
|
224 |
-
msgid "Hide SEO News?"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: inc/admin/admin-features-list.php:168
|
228 |
-
#: inc/admin/admin-header.php:104
|
229 |
-
msgid "Google Page Speed"
|
230 |
-
msgstr "Google Page Speed"
|
231 |
-
|
232 |
-
#: inc/admin/admin-dyn-variables-helper.php:8 inc/admin/callbacks/Titles.php:47
|
233 |
-
#: inc/admin/callbacks/Titles.php:65
|
234 |
-
msgid "Tagline"
|
235 |
-
msgstr "Подзаглавие"
|
236 |
-
|
237 |
-
#: inc/admin/admin-dyn-variables-helper.php:9
|
238 |
-
#: inc/admin/callbacks/Sitemaps.php:310 inc/admin/callbacks/Titles.php:214
|
239 |
-
#: inc/admin/callbacks/Titles.php:285 inc/admin/callbacks/Titles.php:455
|
240 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:131
|
241 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:66
|
242 |
-
msgid "Post Title"
|
243 |
-
msgstr "Заглавие на публикация"
|
244 |
-
|
245 |
-
#: inc/admin/admin-features-list.php:186
|
246 |
-
#: inc/admin/admin-header.php:111
|
247 |
-
msgid "robots.txt"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: inc/admin/admin-dyn-variables-helper.php:11
|
251 |
-
#, fuzzy
|
252 |
-
#| msgid "Enter your meta description"
|
253 |
-
msgid "Post content / product description"
|
254 |
-
msgstr "Въведете Вашето мета описание"
|
255 |
-
|
256 |
-
#: inc/admin/admin-dyn-variables-helper.php:12
|
257 |
-
#, fuzzy
|
258 |
-
msgid "View your robots.txt"
|
259 |
-
msgstr "Промяна на файла robots.txt"
|
260 |
-
|
261 |
-
#: inc/admin/admin-features-list.php:198
|
262 |
-
#: inc/admin/admin-features-list.php:215
|
263 |
-
#, fuzzy
|
264 |
-
msgid "Guide to edit your robots.txt file - new window"
|
265 |
-
msgstr "Промяна на файла robots.txt"
|
266 |
-
|
267 |
-
#: inc/admin/admin-features-list.php:206
|
268 |
-
#: inc/admin/admin-header.php:118
|
269 |
-
msgid "Google News Sitemap"
|
270 |
-
msgstr "Google Новини - карта на сайта"
|
271 |
-
|
272 |
-
#: inc/admin/admin-dyn-variables-helper.php:15
|
273 |
-
#, fuzzy
|
274 |
-
#| msgid "%%post_date%%"
|
275 |
-
msgid "Post modified date"
|
276 |
-
msgstr "%%post_date%%"
|
277 |
-
|
278 |
-
#: inc/admin/admin-features-list.php:222
|
279 |
-
#: inc/admin/adminbar.php:85
|
280 |
-
msgid "Schemas"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: inc/admin/admin-dyn-variables-helper.php:17
|
284 |
-
#, fuzzy
|
285 |
-
#| msgid "Post author"
|
286 |
-
msgid "Post category"
|
287 |
-
msgstr "Автор"
|
288 |
-
|
289 |
-
#: inc/admin/admin-features-list.php:241
|
290 |
-
#: inc/admin/admin-header.php:124
|
291 |
-
#: inc/admin/admin.php:675
|
292 |
-
#: inc/admin/adminbar.php:93
|
293 |
-
msgid "Redirections"
|
294 |
-
msgstr "Пренасочвания"
|
295 |
-
|
296 |
-
#: inc/admin/admin-dyn-variables-helper.php:19
|
297 |
-
msgid "Category title"
|
298 |
-
msgstr "Заглавие на категория"
|
299 |
-
|
300 |
-
#: inc/admin/admin-dyn-variables-helper.php:20
|
301 |
-
msgid "Category description"
|
302 |
-
msgstr "Описание на категория"
|
303 |
-
|
304 |
-
#: inc/admin/admin-dyn-variables-helper.php:21
|
305 |
-
msgid "Tag title"
|
306 |
-
msgstr "Заглавие на етикет"
|
307 |
-
|
308 |
-
#: inc/admin/admin-features-list.php:260
|
309 |
-
#: inc/admin/admin-header.php:130
|
310 |
-
msgid "Broken links"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: inc/admin/admin-dyn-variables-helper.php:23
|
314 |
-
msgid "Term title"
|
315 |
-
msgstr "Заглавие на термин"
|
316 |
-
|
317 |
-
#: inc/admin/admin-dyn-variables-helper.php:24
|
318 |
-
msgid "Term description"
|
319 |
-
msgstr "Описание на термин"
|
320 |
-
|
321 |
-
#: inc/admin/admin-dyn-variables-helper.php:25
|
322 |
-
msgid "Search keywords"
|
323 |
-
msgstr "Търсене на кл. думи"
|
324 |
-
|
325 |
-
#: inc/admin/admin-dyn-variables-helper.php:26
|
326 |
-
msgid "Current number page"
|
327 |
-
msgstr "Текущ номер на страница"
|
328 |
-
|
329 |
-
#: inc/admin/admin-features-list.php:279
|
330 |
-
#: inc/admin/admin-header.php:136
|
331 |
-
#: inc/admin/adminbar.php:108
|
332 |
-
msgid "Backlinks"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: inc/admin/admin-dyn-variables-helper.php:28
|
336 |
-
msgid "Plural Post Type Archive name"
|
337 |
-
msgstr "Име на архивна страница"
|
338 |
-
|
339 |
-
#: inc/admin/admin-dyn-variables-helper.php:29
|
340 |
-
#, fuzzy
|
341 |
-
#| msgid "Archive date"
|
342 |
-
msgid "Archive title"
|
343 |
-
msgstr "Дата на архива"
|
344 |
-
|
345 |
-
#: inc/admin/admin-features-list.php:292
|
346 |
-
#: inc/admin/admin-header.php:142
|
347 |
-
#, fuzzy
|
348 |
-
msgid "URL Rewriting"
|
349 |
-
msgstr "Уеб адрес (URL) за пренасочване"
|
350 |
-
|
351 |
-
#: inc/admin/admin-dyn-variables-helper.php:31
|
352 |
-
#, fuzzy
|
353 |
-
msgid "Customize your permalinks."
|
354 |
-
msgstr "Изчистване на статичните връзки"
|
355 |
-
|
356 |
-
#: inc/admin/admin-features-list.php:302
|
357 |
-
#: inc/admin/admin-header.php:155
|
358 |
-
msgid ".htaccess"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: inc/admin/admin-dyn-variables-helper.php:33
|
362 |
-
#, fuzzy
|
363 |
-
#| msgid "Archive date"
|
364 |
-
msgid "Year Archive title"
|
365 |
-
msgstr "Дата на архива"
|
366 |
-
|
367 |
-
#: inc/admin/admin-features-list.php:313
|
368 |
-
#: inc/admin/admin-header.php:162
|
369 |
-
msgid "RSS"
|
370 |
-
msgstr "Заглавие на публикация (публикация, страница, допълнителен тип публикация)"
|
371 |
-
|
372 |
-
#: inc/admin/admin-dyn-variables-helper.php:35
|
373 |
-
#, fuzzy
|
374 |
-
#| msgid "Post Title (post, page, custom post type)"
|
375 |
-
msgid "Custom term taxonomy from post, page or post type"
|
376 |
-
msgstr "Заглавие на публикация (публикация, страница, допълнителен тип публикация)"
|
377 |
-
|
378 |
-
#: inc/admin/admin-features-list.php:324
|
379 |
-
#: inc/admin/admin-header.php:175
|
380 |
-
#: inc/admin/admin.php:196
|
381 |
-
#: inc/admin/adminbar.php:56
|
382 |
-
msgid "Tools"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: inc/admin/admin-features-list.php:325
|
386 |
-
#, fuzzy
|
387 |
-
msgid "Import/Export plugin settings from site to site."
|
388 |
-
msgstr "Импорт / Експорт на SEOPress настройките от сайт към сайт."
|
389 |
-
|
390 |
-
#: inc/admin/admin-features-list.php:333
|
391 |
-
msgid "Guide to Export/Import/Reset settings - new window"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: inc/admin/admin-features-list.php:342
|
395 |
-
#: inc/admin/admin-header.php:168
|
396 |
-
#: inc/admin/admin-notifications-center.php:525
|
397 |
-
#: inc/admin/adminbar.php:72
|
398 |
-
msgid "License"
|
399 |
-
msgstr "Лиценз"
|
400 |
-
|
401 |
-
#: inc/admin/admin-dyn-variables-helper.php:39
|
402 |
-
#, fuzzy
|
403 |
-
msgid "Edit your license key."
|
404 |
-
msgstr "Променете Вашия SEOPress лицензионен ключ."
|
405 |
-
|
406 |
-
#: inc/admin/admin-dyn-variables-helper.php:40
|
407 |
-
msgid "Single product price taxes excluded"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: inc/admin/admin-features-list.php:406
|
411 |
-
#: inc/admin/admin-features-list.php:410
|
412 |
-
#, fuzzy
|
413 |
-
msgid "Click to disable"
|
414 |
-
msgstr "Щракнете, за да изключите функцията"
|
415 |
-
|
416 |
-
#: inc/admin/admin-features-list.php:407
|
417 |
-
#: inc/admin/admin-features-list.php:409
|
418 |
-
#, fuzzy
|
419 |
-
msgid "Click to enable"
|
420 |
-
msgstr "Щракнете, за да включите функцията"
|
421 |
-
|
422 |
-
#: inc/admin/admin-dyn-variables-helper.php:43
|
423 |
-
msgid "Current month"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: inc/admin/admin-dyn-variables-helper.php:44
|
427 |
-
msgid "Current month in 3 letters"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: inc/admin/admin-get-started.php:11
|
431 |
-
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."
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: inc/admin/admin-dyn-variables-helper.php:46
|
435 |
-
#, fuzzy
|
436 |
-
#| msgid "Current number page"
|
437 |
-
msgid "Current date"
|
438 |
-
msgstr "Текущ номер на страница"
|
439 |
-
|
440 |
-
#: inc/admin/admin-dyn-variables-helper.php:47
|
441 |
-
#, fuzzy
|
442 |
-
#| msgid "Current number page"
|
443 |
-
msgid "Current time"
|
444 |
-
msgstr "Текущ номер на страница"
|
445 |
-
|
446 |
-
#: inc/admin/admin-dyn-variables-helper.php:48
|
447 |
-
msgid "Author first name"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: inc/admin/admin-dyn-variables-helper.php:49
|
451 |
-
#, fuzzy
|
452 |
-
#| msgid "Track Authors"
|
453 |
-
msgid "Author last name"
|
454 |
-
msgstr "Следене на автори"
|
455 |
-
|
456 |
-
#: inc/admin/admin-header.php:24
|
457 |
-
#: inc/admin/admin-notifications-center.php:554
|
458 |
-
#: inc/admin/adminbar.php:78
|
459 |
-
msgid "PRO"
|
460 |
-
msgstr "PRO"
|
461 |
-
|
462 |
-
#: inc/admin/admin-dyn-variables-helper.php:52
|
463 |
-
msgid "Author biography"
|
464 |
-
msgstr ""
|
465 |
-
|
466 |
-
#: inc/admin/admin-header.php:36
|
467 |
-
#: inc/admin/admin.php:191
|
468 |
-
#: inc/admin/adminbar.php:26
|
469 |
-
msgid "Titles & Metas"
|
470 |
-
msgstr "Заглавия и Мета данни"
|
471 |
-
|
472 |
-
#: inc/admin/admin-header.php:42
|
473 |
-
#: inc/admin/admin.php:192
|
474 |
-
#: inc/admin/adminbar.php:32
|
475 |
-
msgid "XML / HTML Sitemap"
|
476 |
-
msgstr "XML / HTML карта на сайта"
|
477 |
-
|
478 |
-
#: inc/admin/admin-dyn-variables-helper.php:55
|
479 |
-
#, fuzzy
|
480 |
-
msgid "Structured Data Types (schema.org)"
|
481 |
-
msgstr "Структурирани типове данни"
|
482 |
-
|
483 |
-
#: inc/admin/admin-features-list.php:10
|
484 |
-
msgid "SEO management"
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: inc/admin/admin-features-list.php:17
|
488 |
-
msgid "Titles & metas"
|
489 |
-
msgstr "Заглавия и мета данни"
|
490 |
-
|
491 |
-
#: inc/admin/admin-features-list.php:18
|
492 |
-
#, fuzzy
|
493 |
-
#| msgid "Manage all your titles & metas"
|
494 |
-
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
495 |
-
msgstr "Управление на всички заглавия и мета данни"
|
496 |
-
|
497 |
-
#: inc/admin/admin-header.php:204
|
498 |
-
#: inc/admin/admin-header.php:206
|
499 |
-
msgid "Send feedback"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: inc/admin/admin-features-list.php:24
|
503 |
-
#, fuzzy
|
504 |
-
#| msgid "Manage your XML / Image / HTML Sitemap"
|
505 |
-
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
506 |
-
msgstr "Управление на Вашата XML / Снимкова / HTML карта на сайта"
|
507 |
-
|
508 |
-
#: inc/admin/admin-header.php:210
|
509 |
-
#: inc/admin/admin-wizard.php:871
|
510 |
-
msgid "Follow us on Twitter"
|
511 |
-
msgstr "Проследяване на всякаква информация за посетителите Ви с Google Analytics"
|
512 |
-
|
513 |
-
#: inc/admin/admin-features-list.php:42
|
514 |
-
msgid "Advanced SEO options for advanced users!"
|
515 |
-
msgstr "Разширени SEO опции за напреднали потребители!"
|
516 |
-
|
517 |
-
#: inc/admin/admin-features-list.php:50
|
518 |
-
msgid "Track your keyword positions and backlinks directly in your WordPress."
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: inc/admin/admin-features-list.php:58
|
522 |
-
msgid "WooCommerce"
|
523 |
-
msgstr "WooCommerce"
|
524 |
-
|
525 |
-
#: inc/admin/admin-features-list.php:59
|
526 |
-
msgid "Improve WooCommerce SEO"
|
527 |
-
msgstr "Подобавяне на WooCommerce SEO"
|
528 |
-
|
529 |
-
#: inc/admin/admin-features-list.php:64
|
530 |
-
msgid "Easy Digital Downloads"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: inc/admin/admin-features-list.php:65
|
534 |
-
msgid "Improve Easy Digital Downloads SEO"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: inc/admin/admin-features-list.php:70
|
538 |
-
msgid "Local Business"
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: inc/admin/admin-features-list.php:71
|
542 |
-
msgid "Add Google Local Business data type"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: inc/admin/admin-features-list.php:76
|
546 |
-
msgid "Dublin Core"
|
547 |
-
msgstr "Dublin Core"
|
548 |
-
|
549 |
-
#: inc/admin/admin-features-list.php:77
|
550 |
-
msgid "Add Dublin Core meta tags"
|
551 |
-
msgstr "Добавяне на Dublin Core мета етикети"
|
552 |
-
|
553 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
554 |
-
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."
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: inc/admin/admin-features-list.php:83
|
558 |
-
#, fuzzy
|
559 |
-
msgid "Target keywords"
|
560 |
-
msgstr "Търсене на кл. думи"
|
561 |
-
|
562 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:15
|
563 |
-
msgid "Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them (eg: \"my super keyword,another keyword,keyword\")"
|
564 |
-
msgstr "Добавяне на типови данни към Вашето съдържание: статии, курсове, рецепти, видео клипове, събития и продукти"
|
565 |
-
|
566 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:18
|
567 |
-
#, fuzzy
|
568 |
-
msgid "Enter your target keywords"
|
569 |
-
msgstr "Въведете Вашите ключови думи за Google новини"
|
570 |
-
|
571 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:21
|
572 |
-
msgid "Analyze my content"
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: inc/admin/admin-features-list.php:89
|
576 |
-
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
577 |
-
msgstr "Включване на Breadcrumbs за Вашата тема ще подобри SEO в SERP"
|
578 |
-
|
579 |
-
#: inc/admin/admin-features-list.php:94
|
580 |
-
msgid "Google Page Speed"
|
581 |
-
msgstr "Google Page Speed"
|
582 |
-
|
583 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:31
|
584 |
-
#, fuzzy
|
585 |
-
msgid "Google suggestions"
|
586 |
-
msgstr "Новини от Google"
|
587 |
-
|
588 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:34
|
589 |
-
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."
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:39
|
593 |
-
#, fuzzy
|
594 |
-
msgid "Get suggestions!"
|
595 |
-
msgstr "Нулиране на настройките"
|
596 |
-
|
597 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:94
|
598 |
-
#, fuzzy
|
599 |
-
msgid "Structured data types"
|
600 |
-
msgstr "Структурирани типове данни"
|
601 |
-
|
602 |
-
#: inc/admin/admin-features-list.php:110
|
603 |
-
msgid "Optimize your site for Google News"
|
604 |
-
msgstr "Оптимизирайте Вашия сайт за Google новини"
|
605 |
-
|
606 |
-
#: inc/admin/admin-features-list.php:116
|
607 |
-
msgid "Create / manage your schemas"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: inc/admin/admin-features-list.php:122
|
611 |
-
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
612 |
-
msgstr "Мониторинг на 404, създаване на 301, 302 и 307 пренасочвания"
|
613 |
-
|
614 |
-
#: inc/admin/admin-features-list.php:127
|
615 |
-
msgid "Broken links"
|
616 |
-
msgstr ""
|
617 |
-
|
618 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:114
|
619 |
-
#, fuzzy
|
620 |
-
msgid "Keywords in permalink"
|
621 |
-
msgstr "Премахване на спиращи думи от статичните връзки"
|
622 |
-
|
623 |
-
#: inc/admin/admin-features-list.php:133
|
624 |
-
#, fuzzy
|
625 |
-
msgid "Headings"
|
626 |
-
msgstr "Настройки"
|
627 |
-
|
628 |
-
#: inc/admin/admin-features-list.php:134
|
629 |
-
#, fuzzy
|
630 |
-
msgid "Meta title"
|
631 |
-
msgstr "Заглавие на етикет"
|
632 |
-
|
633 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:129
|
634 |
-
#: inc/admin/admin-metaboxes-form.php:130
|
635 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
636 |
-
#: inc/admin/admin-metaboxes-form.php:133
|
637 |
-
#: inc/admin/admin-wizard.php:294
|
638 |
-
#: inc/admin/admin-wizard.php:313
|
639 |
-
#: inc/admin/admin-wizard.php:330
|
640 |
-
#: inc/admin/admin-wizard.php:349
|
641 |
-
#: inc/admin/admin-wizard.php:368
|
642 |
-
#: inc/admin/admin-wizard.php:386
|
643 |
-
#: inc/admin/admin-wizard.php:403
|
644 |
-
#: inc/admin/admin.php:773
|
645 |
-
#: inc/admin/admin.php:794
|
646 |
-
#: inc/admin/admin.php:813
|
647 |
-
#: inc/admin/admin.php:834
|
648 |
-
#: inc/admin/admin.php:855
|
649 |
-
#: inc/admin/admin.php:875
|
650 |
-
#: inc/admin/admin.php:894
|
651 |
-
#: inc/admin/admin.php:1190
|
652 |
-
#: inc/admin/admin.php:2952
|
653 |
-
#: inc/functions/options-advanced-admin.php:814
|
654 |
-
msgid "Meta description"
|
655 |
-
msgstr "Мета описание"
|
656 |
-
|
657 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:134
|
658 |
-
#, fuzzy
|
659 |
-
msgid "Social meta tags"
|
660 |
-
msgstr "Заглавия на етикети"
|
661 |
-
|
662 |
-
#: inc/admin/admin-features-list.php:148
|
663 |
-
msgid "RSS"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: inc/admin/admin-features-list.php:149
|
667 |
-
msgid "Configure default WordPress RSS."
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: inc/admin/admin-features-list.php:157
|
671 |
-
#, fuzzy
|
672 |
-
msgid "NoFollow Links"
|
673 |
-
msgstr "Nofollow?"
|
674 |
-
|
675 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:154
|
676 |
-
msgid "Outbound Links"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: inc/admin/admin-features-list.php:165
|
680 |
-
#, fuzzy
|
681 |
-
#| msgid "Edit your SEOPress license key."
|
682 |
-
msgid "Edit your license key."
|
683 |
-
msgstr "Променете Вашия SEOPress лицензионен ключ."
|
684 |
-
|
685 |
-
#: inc/admin/admin-pages/Advanced.php:20
|
686 |
-
msgid "Image SEO"
|
687 |
-
msgstr ""
|
688 |
-
|
689 |
-
#: inc/admin/admin-pages/Advanced.php:22
|
690 |
-
msgid "Appearance"
|
691 |
-
msgstr "Изглед"
|
692 |
-
|
693 |
-
#: inc/admin/admin-pages/Advanced.php:23
|
694 |
-
msgid "Security"
|
695 |
-
msgstr "Сигурност"
|
696 |
-
|
697 |
-
#: inc/admin/admin-pages/Advanced.php:52 inc/admin/admin-pages/Analytics.php:82
|
698 |
-
#: inc/admin/admin-pages/Sitemaps.php:43 inc/admin/admin-pages/Social.php:43
|
699 |
-
#: inc/admin/admin-pages/Titles.php:47 inc/admin/admin-pages/Tools.php:45
|
700 |
-
#: seopress-functions.php:728
|
701 |
-
msgid "Save changes"
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
705 |
-
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."
|
706 |
-
msgstr ""
|
707 |
-
|
708 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
709 |
-
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."
|
710 |
-
msgstr ""
|
711 |
-
|
712 |
-
#: inc/admin/admin-pages/Analytics.php:23
|
713 |
-
#, fuzzy
|
714 |
-
#| msgid "WooCommerce"
|
715 |
-
msgid "Ecommerce"
|
716 |
-
msgstr "WooCommerce"
|
717 |
-
|
718 |
-
#: inc/admin/admin-pages/Analytics.php:24
|
719 |
-
#: inc/admin/admin-pages/Analytics.php:34
|
720 |
-
msgid "Events"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:201
|
724 |
-
msgid "Your content is composed of more than 300 words, which is the minimum for a post."
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: inc/admin/admin-pages/Analytics.php:26
|
728 |
-
msgid "Stats in Dashboard"
|
729 |
-
msgstr "Статистики в Таблото"
|
730 |
-
|
731 |
-
#: inc/admin/admin-pages/Analytics.php:27
|
732 |
-
#: inc/admin/admin-pages/Analytics.php:36
|
733 |
-
msgid "Cookie bar / GDPR"
|
734 |
-
msgstr ""
|
735 |
-
|
736 |
-
#: inc/admin/admin-pages/Analytics.php:28
|
737 |
-
#: inc/admin/admin-pages/Analytics.php:37
|
738 |
-
msgid "Matomo"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:228
|
742 |
-
msgid "Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>."
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
746 |
-
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."
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: inc/admin/admin-pages/Sitemaps.php:21
|
750 |
-
msgid "HTML Sitemap"
|
751 |
-
msgstr "HTML карта на сайта"
|
752 |
-
|
753 |
-
#: inc/admin/admin-pages/Social.php:18
|
754 |
-
msgid "Knowledge Graph"
|
755 |
-
msgstr "Графика"
|
756 |
-
|
757 |
-
#: inc/admin/admin-pages/Social.php:19
|
758 |
-
msgid "Your social accounts"
|
759 |
-
msgstr "Вашите социални профили"
|
760 |
-
|
761 |
-
#: inc/admin/admin-pages/Social.php:20
|
762 |
-
#, fuzzy
|
763 |
-
#| msgid "Facebook App ID"
|
764 |
-
msgid "Facebook (Open Graph)"
|
765 |
-
msgstr "ID на Facebook App"
|
766 |
-
|
767 |
-
#: inc/admin/admin-pages/Social.php:21
|
768 |
-
#, fuzzy
|
769 |
-
#| msgid "Twitter Title"
|
770 |
-
msgid "Twitter (Twitter card)"
|
771 |
-
msgstr "Заглавие за Twitter"
|
772 |
-
|
773 |
-
#: inc/admin/admin-pages/Titles.php:19
|
774 |
-
msgid "Single Post Types"
|
775 |
-
msgstr "Типове публикации"
|
776 |
-
|
777 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:281
|
778 |
-
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:"
|
779 |
-
msgstr ""
|
780 |
-
|
781 |
-
#: inc/admin/admin-pages/Tools.php:19
|
782 |
-
#, fuzzy
|
783 |
-
#| msgid "Notifications Center"
|
784 |
-
msgid "Compatibility Center"
|
785 |
-
msgstr "Център за известия"
|
786 |
-
|
787 |
-
#: inc/admin/admin-pages/Tools.php:20
|
788 |
-
msgid "Data"
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: inc/admin/admin-pages/Tools.php:21 seopress.php:529
|
792 |
-
msgid "Settings"
|
793 |
-
msgstr "Настройки"
|
794 |
-
|
795 |
-
#: inc/admin/admin-pages/Tools.php:22
|
796 |
-
msgid "Plugins"
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: inc/admin/admin-pages/Tools.php:24
|
800 |
-
msgid "Reset"
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: inc/admin/admin-pages/Tools.php:56
|
804 |
-
#, fuzzy
|
805 |
-
#| msgid "Import posts metadata from Yoast"
|
806 |
-
msgid "Import data from a CSV"
|
807 |
-
msgstr "Импорт на мета данни от YOAST"
|
808 |
-
|
809 |
-
#: inc/admin/admin-pages/Tools.php:59
|
810 |
-
msgid "Upload a CSV file to quickly import post (post, page, single post type) and term metadata."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: inc/admin/admin-pages/Tools.php:60
|
814 |
-
#, fuzzy
|
815 |
-
#| msgid "Import posts metadata from Yoast"
|
816 |
-
msgid "Learn how to import SEO metadata from a CSV file"
|
817 |
-
msgstr "Импорт на мета данни от YOAST"
|
818 |
-
|
819 |
-
#: inc/admin/admin-pages/Tools.php:64 inc/admin/admin-pages/Tools.php:110
|
820 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:104
|
821 |
-
#: src/Helpers/ContentAnalysis.php:48
|
822 |
-
#, fuzzy
|
823 |
-
msgid "Your custom title is too long."
|
824 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
825 |
-
|
826 |
-
#: inc/admin/admin-pages/Tools.php:67 inc/admin/admin-pages/Tools.php:113
|
827 |
-
#: inc/admin/callbacks/Titles.php:60
|
828 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:143
|
829 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:144
|
830 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:150
|
831 |
-
#: inc/admin/migrate/MigrationTools.php:14 inc/admin/settings/Titles.php:32
|
832 |
-
#: inc/functions/options-advanced-admin.php:801
|
833 |
-
#: src/Helpers/ContentAnalysis.php:53
|
834 |
-
msgid "Meta description"
|
835 |
-
msgstr "Мета описание"
|
836 |
-
|
837 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:368
|
838 |
-
msgid "No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: inc/admin/admin-pages/Tools.php:73 inc/admin/admin-pages/Tools.php:119
|
842 |
-
#, fuzzy
|
843 |
-
msgid "Target keywords were found in the Meta description."
|
844 |
-
msgstr "Въведете Вашето мета описание"
|
845 |
-
|
846 |
-
#: inc/admin/admin-pages/Tools.php:76 inc/admin/admin-pages/Tools.php:122
|
847 |
-
#, fuzzy
|
848 |
-
#| msgid "Twitter tags (title, description and image thumbnail)"
|
849 |
-
msgid "Twitter cards tags (title, description, image)"
|
850 |
-
msgstr "Twitter етикети (заглавие, описание и миниатюра)"
|
851 |
-
|
852 |
-
#: inc/admin/admin-pages/Tools.php:79 inc/admin/admin-pages/Tools.php:125
|
853 |
-
#, fuzzy
|
854 |
-
msgid "You custom meta description is too long."
|
855 |
-
msgstr "Добавяне на колона Мета описание"
|
856 |
-
|
857 |
-
#: inc/admin/admin-pages/Tools.php:82 inc/admin/admin-pages/Tools.php:128
|
858 |
-
#: inc/admin/migrate/MigrationTools.php:29
|
859 |
-
#, fuzzy
|
860 |
-
msgid "The length of your meta description is correct"
|
861 |
-
msgstr "Въведете Вашето мета описание"
|
862 |
-
|
863 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:402
|
864 |
-
msgid "No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: inc/admin/admin-pages/Tools.php:88 inc/admin/admin-pages/Tools.php:134
|
868 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:26
|
869 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:27
|
870 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:31
|
871 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:566
|
872 |
-
#: inc/functions/options-advanced-admin.php:810
|
873 |
-
#, fuzzy
|
874 |
-
msgid "Open Graph Title"
|
875 |
-
msgstr "Включване на Open Graph данни"
|
876 |
-
|
877 |
-
#: inc/admin/admin-pages/Tools.php:94
|
878 |
-
msgid "Run the importer"
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:419
|
882 |
-
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:"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: inc/admin/admin-pages/Tools.php:106
|
886 |
-
#, fuzzy
|
887 |
-
#| msgid "Import posts metadata from Yoast"
|
888 |
-
msgid "Learn how to export SEO metadata to a CSV file"
|
889 |
-
msgstr "Импорт на мета данни от YOAST"
|
890 |
-
|
891 |
-
#: inc/admin/admin-pages/Tools.php:142 inc/admin/admin-pages/Tools.php:169
|
892 |
-
msgid "Export"
|
893 |
-
msgstr "Експорт"
|
894 |
-
|
895 |
-
#: inc/admin/admin-pages/Tools.php:158
|
896 |
-
#, fuzzy
|
897 |
-
msgid "Open Graph Description"
|
898 |
-
msgstr "Описание на термин"
|
899 |
-
|
900 |
-
#: inc/admin/admin-pages/Tools.php:161
|
901 |
-
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
902 |
-
msgstr "Експорт на настройките на добавката за този сайт в .json файл. Това позволява по-късно да ги импортирате в друг сайт."
|
903 |
-
|
904 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:448
|
905 |
-
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:"
|
906 |
-
msgstr "Импорт на настройките на добавката от .json файл. Този файл може да бъде получен след експорт на настройките от друг сайт."
|
907 |
-
|
908 |
-
#: inc/admin/admin-pages/Tools.php:192
|
909 |
-
msgid "Import"
|
910 |
-
msgstr "Импорт"
|
911 |
-
|
912 |
-
#: inc/admin/admin-pages/Tools.php:196
|
913 |
-
msgid "Import completed!"
|
914 |
-
msgstr ""
|
915 |
-
|
916 |
-
#: inc/admin/admin-pages/Tools.php:205 inc/admin/wizard/admin-wizard.php:332
|
917 |
-
#, fuzzy
|
918 |
-
msgid "Open Graph Image"
|
919 |
-
msgstr "Включване на Open Graph данни"
|
920 |
-
|
921 |
-
#: inc/admin/admin-pages/Tools.php:226 inc/admin/wizard/admin-wizard.php:352
|
922 |
-
#, fuzzy
|
923 |
-
#| msgid "Select your logo"
|
924 |
-
msgid "Select an option"
|
925 |
-
msgstr "Изберете Вашето лого"
|
926 |
-
|
927 |
-
#: inc/admin/admin-pages/Tools.php:234 inc/admin/wizard/admin-wizard.php:360
|
928 |
-
msgid "You don't have to enable the selected SEO plugin to run the import."
|
929 |
-
msgstr ""
|
930 |
-
|
931 |
-
#: inc/admin/admin-pages/Tools.php:248
|
932 |
-
msgid "Redirections feature is disabled. Please activate it from the <strong>PRO page</strong>."
|
933 |
-
msgstr ""
|
934 |
-
|
935 |
-
#: inc/admin/admin-pages/Tools.php:253
|
936 |
-
#, fuzzy
|
937 |
-
msgid "Open Graph URL"
|
938 |
-
msgstr "Включване на Open Graph данни"
|
939 |
-
|
940 |
-
#: inc/admin/admin-pages/Tools.php:265
|
941 |
-
msgid "Reset All Notices From Notifications Center"
|
942 |
-
msgstr "Нулиране на известията от центъра за известия"
|
943 |
-
|
944 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:502
|
945 |
-
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:"
|
946 |
-
msgstr "Избирайки нулиране на известията, Вие ще виждате известията отново в Таблото на добавката."
|
947 |
-
|
948 |
-
#: inc/admin/admin-pages/Tools.php:274
|
949 |
-
msgid "Reset notices"
|
950 |
-
msgstr "Нулиране на бележките"
|
951 |
-
|
952 |
-
#: inc/admin/admin-pages/Tools.php:281
|
953 |
-
msgid "Reset All Settings"
|
954 |
-
msgstr "Нулиране на всички настройки"
|
955 |
-
|
956 |
-
#: inc/admin/admin-pages/Tools.php:285
|
957 |
-
#, fuzzy
|
958 |
-
#| msgid ""
|
959 |
-
#| "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
960 |
-
#| "database AND set settings to their default values."
|
961 |
-
msgid "<strong>WARNING:</strong> Delete all options related to this plugin in your database."
|
962 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Изтривайки всички опции свързани със SEOPress във Вашата база, добавката ще избере настройките по подразбиране."
|
963 |
-
|
964 |
-
#: inc/admin/admin-pages/Tools.php:292
|
965 |
-
msgid "Reset settings"
|
966 |
-
msgstr "Нулиране на настройките"
|
967 |
-
|
968 |
-
#: inc/admin/admin.php:36
|
969 |
-
msgid "Your settings have been saved."
|
970 |
-
msgstr ""
|
971 |
-
|
972 |
-
#: inc/admin/admin.php:62 inc/admin/admin.php:66
|
973 |
-
msgid "Click to disable this feature"
|
974 |
-
msgstr "Щракнете, за да изключите функцията"
|
975 |
-
|
976 |
-
#: inc/admin/admin.php:63 inc/admin/admin.php:65
|
977 |
-
msgid "Click to enable this feature"
|
978 |
-
msgstr "Щракнете, за да включите функцията"
|
979 |
-
|
980 |
-
#: inc/admin/admin.php:91
|
981 |
-
#, fuzzy
|
982 |
-
msgid "Open Graph Site Name"
|
983 |
-
msgstr "Включване на Open Graph данни"
|
984 |
-
|
985 |
-
#: inc/admin/admin.php:92
|
986 |
-
msgid "Dashboard"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:531
|
990 |
-
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:"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:533
|
994 |
-
msgid "We found an Open Graph Site Name tag in your source code."
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: inc/admin/ajax.php:118
|
998 |
-
msgid "To get your Google snippet preview, publish your post!"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: inc/admin/ajax.php:120
|
1002 |
-
#, php-format
|
1003 |
-
msgid "We found %d twitter:title in your content."
|
1004 |
-
msgstr ""
|
1005 |
-
|
1006 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:560
|
1007 |
-
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:"
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: inc/admin/blocks/get-started.php:14
|
1011 |
-
msgid "How-to get started"
|
1012 |
-
msgstr ""
|
1013 |
-
|
1014 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:574
|
1015 |
-
#, fuzzy
|
1016 |
-
msgid "Your Twitter Title is missing!"
|
1017 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
1018 |
-
|
1019 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:578
|
1020 |
-
#, fuzzy
|
1021 |
-
msgid "Twitter Description"
|
1022 |
-
msgstr "Описание за Twitter"
|
1023 |
-
|
1024 |
-
#: inc/admin/blocks/get-started.php:22
|
1025 |
-
msgid "Get started"
|
1026 |
-
msgstr ""
|
1027 |
-
|
1028 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:589
|
1029 |
-
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:"
|
1030 |
-
msgstr ""
|
1031 |
-
|
1032 |
-
#: inc/admin/blocks/insights.php:23
|
1033 |
-
msgid "Stats overview"
|
1034 |
-
msgstr ""
|
1035 |
-
|
1036 |
-
#: inc/admin/blocks/insights.php:34 inc/admin/blocks/tasks.php:22
|
1037 |
-
#, fuzzy
|
1038 |
-
msgid "Your Twitter Description is missing!"
|
1039 |
-
msgstr "Въведете Вашето описание за Twitter"
|
1040 |
-
|
1041 |
-
#: inc/admin/blocks/insights.php:43
|
1042 |
-
msgid "Google Analytics"
|
1043 |
-
msgstr "Google Analytics"
|
1044 |
-
|
1045 |
-
#: inc/admin/blocks/insights.php:44
|
1046 |
-
#, fuzzy
|
1047 |
-
msgid "Twitter Image"
|
1048 |
-
msgstr "Снимка по подразбиране за Twitter"
|
1049 |
-
|
1050 |
-
#: inc/admin/blocks/insights.php:45
|
1051 |
-
msgid "SEO Tools"
|
1052 |
-
msgstr ""
|
1053 |
-
|
1054 |
-
#: inc/admin/blocks/insights.php:92
|
1055 |
-
msgid "The speed score is based on the lab data analyzed by Lighthouse."
|
1056 |
-
msgstr ""
|
1057 |
-
|
1058 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:643
|
1059 |
-
#, php-format
|
1060 |
-
msgid "We found %s meta robots in your page. There is probably something wrong with your theme!"
|
1061 |
-
msgstr ""
|
1062 |
-
|
1063 |
-
#: inc/admin/blocks/insights.php:114
|
1064 |
-
msgid "<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)"
|
1065 |
-
msgstr ""
|
1066 |
-
|
1067 |
-
#: inc/admin/blocks/insights.php:118
|
1068 |
-
msgid "Last analysis: "
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: inc/admin/blocks/insights.php:120
|
1072 |
-
msgid " at "
|
1073 |
-
msgstr ""
|
1074 |
-
|
1075 |
-
#: inc/admin/blocks/insights.php:134
|
1076 |
-
msgid "Sessions"
|
1077 |
-
msgstr ""
|
1078 |
-
|
1079 |
-
#: inc/admin/blocks/insights.php:137
|
1080 |
-
msgid "Users"
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
-
#: inc/admin/blocks/insights.php:140
|
1084 |
-
msgid "Page Views"
|
1085 |
-
msgstr ""
|
1086 |
-
|
1087 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:673
|
1088 |
-
msgid "nosnippet is on! Search engines will not display a snippet of this page in search results."
|
1089 |
-
msgstr ""
|
1090 |
-
|
1091 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:675
|
1092 |
-
msgid "nosnippet is off. Search engines will display a snippet of this page in search results."
|
1093 |
-
msgstr ""
|
1094 |
-
|
1095 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:678
|
1096 |
-
msgid "We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "
|
1097 |
-
msgstr ""
|
1098 |
-
|
1099 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:687
|
1100 |
-
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)."
|
1101 |
-
msgstr ""
|
1102 |
-
|
1103 |
-
#: inc/admin/blocks/insights.php:169
|
1104 |
-
msgid "No stats found"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:696
|
1108 |
-
msgid "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in search results."
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:698
|
1112 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:703
|
1113 |
-
msgid "nositelinkssearchbox is off. Google will probably display a sitelinks searchbox in search results."
|
1114 |
-
msgstr ""
|
1115 |
-
|
1116 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:716
|
1117 |
-
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."
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: inc/admin/blocks/insights.php:204
|
1121 |
-
msgid "No domain found."
|
1122 |
-
msgstr ""
|
1123 |
-
|
1124 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:734
|
1125 |
-
msgid "We could not find any image in your content. Content with media is a plus for your SEO."
|
1126 |
-
msgstr ""
|
1127 |
-
|
1128 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:741
|
1129 |
-
#, php-format
|
1130 |
-
msgid "We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:"
|
1131 |
-
msgstr ""
|
1132 |
-
|
1133 |
-
#: inc/admin/blocks/insights.php:229
|
1134 |
-
msgid "Number of websites on your server: "
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:756
|
1138 |
-
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."
|
1139 |
-
msgstr ""
|
1140 |
-
|
1141 |
-
#: inc/admin/blocks/intro.php:11
|
1142 |
-
msgid "Your SEO today"
|
1143 |
-
msgstr ""
|
1144 |
-
|
1145 |
-
#: inc/admin/blocks/intro.php:12
|
1146 |
-
msgid "To do's, tips, and insights for your business"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:784
|
1150 |
-
msgid "<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: inc/admin/blocks/news.php:42
|
1154 |
-
msgid "How many items would you like to display?"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: inc/admin/blocks/news.php:49
|
1158 |
-
msgid "Save"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: inc/admin/blocks/news.php:74
|
1162 |
-
msgid "No items"
|
1163 |
-
msgstr ""
|
1164 |
-
|
1165 |
-
#: inc/admin/blocks/news.php:82
|
1166 |
-
#, php-format
|
1167 |
-
msgid "Learn more about %s in a new tab"
|
1168 |
-
msgstr ""
|
1169 |
-
|
1170 |
-
#: inc/admin/admin-metaboxes-form.php:48
|
1171 |
-
#: inc/admin/admin-metaboxes.php:163
|
1172 |
-
#: inc/admin/admin-metaboxes.php:166
|
1173 |
-
#: inc/admin/admin.php:189
|
1174 |
-
#: inc/admin/adminbar.php:13
|
1175 |
-
#: inc/functions/options-advanced-admin.php:804
|
1176 |
-
msgid "SEO"
|
1177 |
-
msgstr "SEO"
|
1178 |
-
|
1179 |
-
#: inc/admin/admin-metaboxes-form.php:57
|
1180 |
-
msgid "Titles settings"
|
1181 |
-
msgstr "Настройки за заглавията"
|
1182 |
-
|
1183 |
-
#: inc/admin/blocks/notifications-center.php:56
|
1184 |
-
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
1185 |
-
msgstr ""
|
1186 |
-
|
1187 |
-
#: inc/admin/blocks/notifications-center.php:57
|
1188 |
-
msgid "The best way to quickly setup SEOPress on your site."
|
1189 |
-
msgstr ""
|
1190 |
-
|
1191 |
-
#: inc/admin/blocks/notifications-center.php:59
|
1192 |
-
#: inc/admin/blocks/notifications-center.php:89
|
1193 |
-
msgid "Wizard"
|
1194 |
-
msgstr ""
|
1195 |
-
|
1196 |
-
#: inc/admin/admin-metaboxes-form.php:75
|
1197 |
-
#, fuzzy
|
1198 |
-
msgid "Video Sitemap"
|
1199 |
-
msgstr "Вижте картата на сайта"
|
1200 |
-
|
1201 |
-
#: inc/admin/admin-metaboxes-form.php:98
|
1202 |
-
msgid "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > Archives > Products</strong> "
|
1203 |
-
msgstr ""
|
1204 |
-
|
1205 |
-
#: inc/admin/admin-metaboxes-form.php:98
|
1206 |
-
#, fuzzy
|
1207 |
-
msgid "to edit your title and meta description"
|
1208 |
-
msgstr "Въведете Вашето мета описание"
|
1209 |
-
|
1210 |
-
#: inc/admin/admin-metaboxes-form.php:105
|
1211 |
-
#: inc/admin/admin-metaboxes-form.php:108
|
1212 |
-
msgid "Title"
|
1213 |
-
msgstr "Заглавие"
|
1214 |
-
|
1215 |
-
#: inc/admin/admin-metaboxes-form.php:106
|
1216 |
-
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."
|
1217 |
-
msgstr ""
|
1218 |
-
|
1219 |
-
#: inc/admin/blocks/notifications-center.php:121
|
1220 |
-
msgid "We noticed that some SEO DIVI options are enabled!"
|
1221 |
-
msgstr ""
|
1222 |
-
|
1223 |
-
#: inc/admin/admin-metaboxes-form.php:117
|
1224 |
-
#: inc/admin/admin-metaboxes-form.php:142
|
1225 |
-
#, fuzzy
|
1226 |
-
msgid " (maximum recommended limit)"
|
1227 |
-
msgstr "(максимално препоръчвано ограничение)"
|
1228 |
-
|
1229 |
-
#: inc/admin/admin-metaboxes-form.php:121
|
1230 |
-
#: inc/admin/admin.php:3045
|
1231 |
-
#: inc/admin/admin.php:4080
|
1232 |
-
msgid "Post Title"
|
1233 |
-
msgstr "Заглавие на публикация"
|
1234 |
-
|
1235 |
-
#: inc/admin/admin-metaboxes-form.php:123
|
1236 |
-
#: inc/admin/admin.php:204
|
1237 |
-
#: inc/admin/admin.php:2943
|
1238 |
-
#: inc/admin/admin.php:3049
|
1239 |
-
#: inc/admin/admin.php:3239
|
1240 |
-
#: inc/admin/admin.php:3362
|
1241 |
-
#: inc/admin/admin.php:3440
|
1242 |
-
#: inc/admin/admin.php:3511
|
1243 |
-
#: inc/admin/admin.php:3581
|
1244 |
-
#: inc/admin/admin.php:3631
|
1245 |
-
msgid "Site Title"
|
1246 |
-
msgstr "Заглавие на сайта"
|
1247 |
-
|
1248 |
-
#: inc/admin/admin-metaboxes-form.php:125
|
1249 |
-
#: inc/admin/admin-wizard.php:458
|
1250 |
-
#: inc/admin/admin.php:1174
|
1251 |
-
#: inc/admin/admin.php:2930
|
1252 |
-
#: inc/admin/admin.php:2944
|
1253 |
-
#: inc/admin/admin.php:3047
|
1254 |
-
#: inc/admin/admin.php:3237
|
1255 |
-
#: inc/admin/admin.php:3360
|
1256 |
-
#: inc/admin/admin.php:3439
|
1257 |
-
#: inc/admin/admin.php:3510
|
1258 |
-
#: inc/admin/admin.php:3580
|
1259 |
-
#: inc/admin/admin.php:3632
|
1260 |
-
msgid "Separator"
|
1261 |
-
msgstr ""
|
1262 |
-
|
1263 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
1264 |
-
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."
|
1265 |
-
msgstr ""
|
1266 |
-
|
1267 |
-
#: inc/admin/blocks/notifications-center.php:159
|
1268 |
-
msgid "Your permalinks have a trailingslash"
|
1269 |
-
msgstr ""
|
1270 |
-
|
1271 |
-
#: inc/admin/admin-metaboxes-form.php:146
|
1272 |
-
#, fuzzy
|
1273 |
-
msgid "Category / term description"
|
1274 |
-
msgstr "Описание на категория"
|
1275 |
-
|
1276 |
-
#: inc/admin/admin-metaboxes-form.php:150
|
1277 |
-
#, fuzzy
|
1278 |
-
msgid "Post Excerpt"
|
1279 |
-
msgstr "Откъс от публикация"
|
1280 |
-
|
1281 |
-
#: inc/admin/admin-metaboxes-form.php:161
|
1282 |
-
msgid "Google Snippet Preview"
|
1283 |
-
msgstr "Преглед на Google откъс"
|
1284 |
-
|
1285 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1286 |
-
#, fuzzy
|
1287 |
-
msgid "Snippet Preview"
|
1288 |
-
msgstr "Преглед на Google откъс"
|
1289 |
-
|
1290 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1291 |
-
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."
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#: inc/admin/admin-metaboxes-form.php:164
|
1295 |
-
#, fuzzy
|
1296 |
-
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."
|
1297 |
-
msgstr "Така ще изглежда Вашата страница в резултатите от търсене в Google"
|
1298 |
-
|
1299 |
-
#: inc/admin/admin-metaboxes-form.php:169
|
1300 |
-
#, fuzzy
|
1301 |
-
msgid "Mobile Preview"
|
1302 |
-
msgstr "Преглед на Google откъс"
|
1303 |
-
|
1304 |
-
#: inc/admin/admin-metaboxes-form.php:216
|
1305 |
-
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
1306 |
-
msgstr ""
|
1307 |
-
|
1308 |
-
#: inc/admin/blocks/notifications-center.php:221
|
1309 |
-
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
1310 |
-
msgstr ""
|
1311 |
-
|
1312 |
-
#: inc/admin/admin-metaboxes-form.php:217
|
1313 |
-
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."
|
1314 |
-
msgstr ""
|
1315 |
-
|
1316 |
-
#: inc/admin/admin-metaboxes-form.php:223
|
1317 |
-
#, fuzzy
|
1318 |
-
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
1319 |
-
msgstr "Да не следва връзките за всички страници."
|
1320 |
-
|
1321 |
-
#: inc/admin/blocks/notifications-center.php:259
|
1322 |
-
#, php-format
|
1323 |
-
msgid "We noticed that you use <strong>%s</strong> plugin."
|
1324 |
-
msgstr ""
|
1325 |
-
|
1326 |
-
#: inc/admin/admin-metaboxes-form.php:224
|
1327 |
-
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."
|
1328 |
-
msgstr ""
|
1329 |
-
|
1330 |
-
#: inc/admin/admin-metaboxes-form.php:230
|
1331 |
-
#, fuzzy
|
1332 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"
|
1333 |
-
msgstr "Да не ползва мета данни за заглавия или откъси от проекта Open Directory за всички страници."
|
1334 |
-
|
1335 |
-
#: inc/admin/blocks/notifications-center.php:279
|
1336 |
-
msgid "You have enabled 404 cleaning BUT the scheduled task is not running."
|
1337 |
-
msgstr ""
|
1338 |
-
|
1339 |
-
#: inc/admin/admin-metaboxes-form.php:231
|
1340 |
-
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."
|
1341 |
-
msgstr ""
|
1342 |
-
|
1343 |
-
#: inc/admin/admin-metaboxes-form.php:237
|
1344 |
-
#, fuzzy
|
1345 |
-
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
1346 |
-
msgstr "Да не индексира снимките за целия сайт."
|
1347 |
-
|
1348 |
-
#: inc/admin/admin-metaboxes-form.php:238
|
1349 |
-
msgid "\"noimageindex\" robots meta tag"
|
1350 |
-
msgstr ""
|
1351 |
-
|
1352 |
-
#: inc/admin/admin-metaboxes-form.php:238
|
1353 |
-
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."
|
1354 |
-
msgstr ""
|
1355 |
-
|
1356 |
-
#: inc/admin/blocks/notifications-center.php:327
|
1357 |
-
msgid "Global meta title missing for several custom post types!"
|
1358 |
-
msgstr ""
|
1359 |
-
|
1360 |
-
#: inc/admin/blocks/notifications-center.php:346
|
1361 |
-
#, fuzzy
|
1362 |
-
msgid "Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>"
|
1363 |
-
msgstr "Да не показва връзката \"Кеширано\" в резултатите от търсене на Google."
|
1364 |
-
|
1365 |
-
#: inc/admin/blocks/notifications-center.php:384
|
1366 |
-
msgid "Global meta description missing for several taxonomies!"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: inc/admin/admin-metaboxes-form.php:245
|
1370 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"noarchive\"."
|
1371 |
-
msgstr ""
|
1372 |
-
|
1373 |
-
#: inc/admin/callbacks/Titles.php:418
|
1374 |
-
#, fuzzy
|
1375 |
-
#| msgid "Display date in Google search results?"
|
1376 |
-
msgid "Display post thumbnail in Google Custom Search results?"
|
1377 |
-
msgstr "Да показва ли дата в резултатите от търсенето ?"
|
1378 |
-
|
1379 |
-
#: inc/admin/callbacks/Titles.php:439
|
1380 |
-
msgid "BuddyPress groups"
|
1381 |
-
msgstr ""
|
1382 |
-
|
1383 |
-
#: inc/admin/callbacks/Titles.php:503
|
1384 |
-
#, fuzzy
|
1385 |
-
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
1386 |
-
msgstr "Да не показва описание в резултатите от търсене на Google."
|
1387 |
-
|
1388 |
-
#: inc/admin/callbacks/Titles.php:547 inc/admin/callbacks/Titles.php:558
|
1389 |
-
#: inc/admin/callbacks/Titles.php:563 inc/admin/callbacks/Titles.php:572
|
1390 |
-
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
1391 |
-
msgstr ""
|
1392 |
-
|
1393 |
-
#: inc/admin/callbacks/Titles.php:554 inc/admin/callbacks/Titles.php:567
|
1394 |
-
#: inc/admin/callbacks/Titles.php:571
|
1395 |
-
msgid "Click to display any SEO metaboxes for this taxonomy"
|
1396 |
-
msgstr ""
|
1397 |
-
|
1398 |
-
#: inc/admin/callbacks/Titles.php:653
|
1399 |
-
msgid "Category Title"
|
1400 |
-
msgstr "Заглавие на категория"
|
1401 |
-
|
1402 |
-
#: inc/admin/callbacks/Titles.php:661
|
1403 |
-
msgid "Tag Title"
|
1404 |
-
msgstr "Заглавие на етикет"
|
1405 |
-
|
1406 |
-
#: inc/admin/callbacks/Titles.php:669
|
1407 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:128
|
1408 |
-
msgid "Term Title"
|
1409 |
-
msgstr "Заглавие на термин"
|
1410 |
-
|
1411 |
-
#: inc/admin/callbacks/Titles.php:726
|
1412 |
-
msgid "Category Description"
|
1413 |
-
msgstr "Описание на категория"
|
1414 |
-
|
1415 |
-
#: inc/admin/callbacks/Titles.php:734
|
1416 |
-
msgid "Tag Description"
|
1417 |
-
msgstr "Описание на етикет"
|
1418 |
-
|
1419 |
-
#: inc/admin/callbacks/Titles.php:742
|
1420 |
-
msgid "Term Description"
|
1421 |
-
msgstr "Описание на термин"
|
1422 |
-
|
1423 |
-
#: inc/admin/callbacks/Titles.php:764
|
1424 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
1425 |
-
msgstr ""
|
1426 |
-
|
1427 |
-
#: inc/admin/admin-metaboxes-form.php:252
|
1428 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"nosnippet\"."
|
1429 |
-
msgstr ""
|
1430 |
-
|
1431 |
-
#: inc/admin/admin-metaboxes-form.php:257
|
1432 |
-
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the global settings of the extension."
|
1433 |
-
msgstr ""
|
1434 |
-
|
1435 |
-
#: inc/admin/admin-metaboxes-form.php:260
|
1436 |
-
#: inc/admin/admin-metaboxes-form.php:261
|
1437 |
-
#: inc/admin/admin-metaboxes-form.php:264
|
1438 |
-
#: inc/admin/admin-wizard.php:298
|
1439 |
-
#: inc/admin/admin-wizard.php:334
|
1440 |
-
#: inc/admin/admin-wizard.php:353
|
1441 |
-
#: inc/admin/admin-wizard.php:372
|
1442 |
-
#: inc/admin/admin.php:777
|
1443 |
-
#: inc/admin/admin.php:817
|
1444 |
-
#: inc/admin/admin.php:838
|
1445 |
-
#: inc/admin/admin.php:859
|
1446 |
-
msgid "Canonical URL"
|
1447 |
-
msgstr "Каноничен уеб адрес"
|
1448 |
-
|
1449 |
-
#: inc/admin/callbacks/Titles.php:886
|
1450 |
-
msgid "Post Type Archive Name"
|
1451 |
-
msgstr "Име на архивен тип публикация"
|
1452 |
-
|
1453 |
-
#: inc/admin/callbacks/Titles.php:970
|
1454 |
-
msgid "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"
|
1455 |
-
" The canonical can be in a different domain than a duplicate."
|
1456 |
-
msgstr "Да не показва връзката \"Кеширано\" в резултатите от търсене на Google."
|
1457 |
-
|
1458 |
-
#: inc/admin/callbacks/Titles.php:1478 inc/admin/settings/Titles.php:283
|
1459 |
-
msgid "nosnippet"
|
1460 |
-
msgstr "nosnippet"
|
1461 |
-
|
1462 |
-
#: inc/admin/callbacks/Titles.php:1482
|
1463 |
-
msgid "Do not display a description in the Google search results for all pages."
|
1464 |
-
msgstr "Да не показва описание в резултатите от търсене на Google."
|
1465 |
-
|
1466 |
-
#: inc/admin/callbacks/Titles.php:1504 inc/admin/settings/Titles.php:291
|
1467 |
-
msgid "nositelinkssearchbox"
|
1468 |
-
msgstr ""
|
1469 |
-
|
1470 |
-
#: inc/admin/admin-metaboxes-form.php:272
|
1471 |
-
msgid "Set the category that gets used in the %category% permalink if you have multiple categories."
|
1472 |
-
msgstr ""
|
1473 |
-
|
1474 |
-
#: inc/admin/admin-metaboxes-form.php:282
|
1475 |
-
#: inc/admin/admin-wizard.php:469
|
1476 |
-
#: inc/admin/admin.php:4123
|
1477 |
-
#, fuzzy
|
1478 |
-
msgid "None (will disable this feature)"
|
1479 |
-
msgstr "Щракнете, за да изключите функцията"
|
1480 |
-
|
1481 |
-
#: inc/admin/callbacks/Titles.php:1552
|
1482 |
-
msgid "Add a \"noindex\" meta robots for all paginated archive pages"
|
1483 |
-
msgstr ""
|
1484 |
-
|
1485 |
-
#: inc/admin/callbacks/Titles.php:1556
|
1486 |
-
#, fuzzy
|
1487 |
-
msgid "Custom breadcrumbs"
|
1488 |
-
msgstr "Breadcrumbs"
|
1489 |
-
|
1490 |
-
#: inc/admin/callbacks/Titles.php:1578
|
1491 |
-
msgid "Add a \"noindex\" meta robots for all attachment pages"
|
1492 |
-
msgstr ""
|
1493 |
-
|
1494 |
-
#: inc/admin/admin-metaboxes-form.php:298
|
1495 |
-
#, fuzzy,php-format
|
1496 |
-
msgid "Current breadcrumbs: %s"
|
1497 |
-
msgstr "Breadcrumbs"
|
1498 |
-
|
1499 |
-
#: inc/admin/callbacks/Tools.php:16
|
1500 |
-
msgid "Enable Oxygen Builder compatibility"
|
1501 |
-
msgstr ""
|
1502 |
-
|
1503 |
-
#: inc/admin/admin-metaboxes-form.php:310
|
1504 |
-
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."
|
1505 |
-
msgstr ""
|
1506 |
-
|
1507 |
-
#: inc/admin/admin-metaboxes-form.php:312
|
1508 |
-
#: inc/admin/admin-metaboxes-form.php:313
|
1509 |
-
msgid "Facebook Title"
|
1510 |
-
msgstr "Заглавие за Facebook"
|
1511 |
-
|
1512 |
-
#: inc/admin/admin-metaboxes-form.php:313
|
1513 |
-
msgid "Enter your Facebook title"
|
1514 |
-
msgstr "Въведете Вашето заглавие за Facebook"
|
1515 |
-
|
1516 |
-
#: inc/admin/admin-metaboxes-form.php:316
|
1517 |
-
#: inc/admin/admin-metaboxes-form.php:317
|
1518 |
-
msgid "Facebook description"
|
1519 |
-
msgstr "Описание за Facebook"
|
1520 |
-
|
1521 |
-
#: inc/admin/admin-metaboxes-form.php:317
|
1522 |
-
msgid "Enter your Facebook description"
|
1523 |
-
msgstr "Въведете Вашето описание за Facebook"
|
1524 |
-
|
1525 |
-
#: inc/admin/admin-metaboxes-form.php:320
|
1526 |
-
#: inc/admin/admin-metaboxes-form.php:321
|
1527 |
-
msgid "Facebook Thumbnail"
|
1528 |
-
msgstr "Миниатюра за Facebook"
|
1529 |
-
|
1530 |
-
#: inc/admin/admin-metaboxes-form.php:321
|
1531 |
-
#: inc/admin/admin-metaboxes-form.php:383
|
1532 |
-
#: inc/admin/admin.php:4392
|
1533 |
-
#: inc/admin/admin.php:4504
|
1534 |
-
msgid "Select your default thumbnail"
|
1535 |
-
msgstr "Изберете миниатюра по подразбиране"
|
1536 |
-
|
1537 |
-
#: inc/admin/admin-metaboxes-form.php:322
|
1538 |
-
#: inc/admin/admin.php:4396
|
1539 |
-
msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"
|
1540 |
-
msgstr ""
|
1541 |
-
|
1542 |
-
#: inc/admin/admin-metaboxes-form.php:323
|
1543 |
-
#: inc/admin/admin-metaboxes-form.php:385
|
1544 |
-
#: inc/admin/admin-metaboxes-form.php:573
|
1545 |
-
#: inc/admin/admin.php:4157
|
1546 |
-
#: inc/admin/admin.php:4394
|
1547 |
-
#: inc/admin/admin.php:4506
|
1548 |
-
msgid "Upload an Image"
|
1549 |
-
msgstr "Качване на снимка"
|
1550 |
-
|
1551 |
-
#: inc/admin/admin-metaboxes-form.php:328
|
1552 |
-
#, fuzzy
|
1553 |
-
msgid "Facebook Preview"
|
1554 |
-
msgstr "Заглавие за Facebook"
|
1555 |
-
|
1556 |
-
#: inc/admin/admin-metaboxes-form.php:330
|
1557 |
-
msgid "This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview."
|
1558 |
-
msgstr ""
|
1559 |
-
|
1560 |
-
#: inc/admin/admin-metaboxes-form.php:332
|
1561 |
-
#: inc/admin/admin-metaboxes-form.php:394
|
1562 |
-
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."
|
1563 |
-
msgstr ""
|
1564 |
-
|
1565 |
-
#: inc/admin/callbacks/Tools.php:76
|
1566 |
-
msgid "Enable Avia Layout Builder compatibility"
|
1567 |
-
msgstr ""
|
1568 |
-
|
1569 |
-
#: inc/admin/admin-metaboxes-form.php:336
|
1570 |
-
msgid "Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."
|
1571 |
-
msgstr ""
|
1572 |
-
|
1573 |
-
#: inc/admin/callbacks/Tools.php:96
|
1574 |
-
msgid "Enable Fusion Builder compatibility"
|
1575 |
-
msgstr ""
|
1576 |
-
|
1577 |
-
#: inc/admin/admin-metaboxes-form.php:338
|
1578 |
-
#: inc/admin/admin-metaboxes-form.php:400
|
1579 |
-
#, fuzzy
|
1580 |
-
msgid "Your image ratio is: "
|
1581 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
1582 |
-
|
1583 |
-
#: inc/admin/admin-metaboxes-form.php:338
|
1584 |
-
msgid "The closer to 1.91 the better."
|
1585 |
-
msgstr ""
|
1586 |
-
|
1587 |
-
#: inc/admin/docs/DocsLinks.php:21
|
1588 |
-
msgid "Installation de SEOPress"
|
1589 |
-
msgstr ""
|
1590 |
-
|
1591 |
-
#: inc/admin/docs/DocsLinks.php:22
|
1592 |
-
msgid "Activater votre clé de licence pour recevoir les mises à jours automatiques"
|
1593 |
-
msgstr ""
|
1594 |
-
|
1595 |
-
#: inc/admin/docs/DocsLinks.php:23
|
1596 |
-
msgid "Configurez SEOPress en 5 minutes"
|
1597 |
-
msgstr ""
|
1598 |
-
|
1599 |
-
#: inc/admin/docs/DocsLinks.php:24
|
1600 |
-
msgid "Migrer vos métadonnées SEO depuis d'autres extensions"
|
1601 |
-
msgstr ""
|
1602 |
-
|
1603 |
-
#: inc/admin/admin-metaboxes-form.php:384
|
1604 |
-
#: inc/admin/admin.php:4508
|
1605 |
-
msgid "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max."
|
1606 |
-
msgstr ""
|
1607 |
-
|
1608 |
-
#: inc/admin/admin-metaboxes-form.php:390
|
1609 |
-
#, fuzzy
|
1610 |
-
msgid "Twitter Preview"
|
1611 |
-
msgstr "Заглавие за Twitter"
|
1612 |
-
|
1613 |
-
#: inc/admin/admin-metaboxes-form.php:392
|
1614 |
-
msgid "This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."
|
1615 |
-
msgstr ""
|
1616 |
-
|
1617 |
-
#: inc/admin/docs/DocsLinks.php:27
|
1618 |
-
msgid "Mesurez votre trafic avec Google Analytics"
|
1619 |
-
msgstr ""
|
1620 |
-
|
1621 |
-
#: inc/admin/admin-metaboxes-form.php:398
|
1622 |
-
msgid "Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image."
|
1623 |
-
msgstr ""
|
1624 |
-
|
1625 |
-
#: inc/admin/docs/DocsLinks.php:29
|
1626 |
-
msgid "Optimisez votre taux de clics sur les réseaux sociaux"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: inc/admin/docs/DocsLinks.php:103
|
1630 |
-
msgid "Installation of SEOPress"
|
1631 |
-
msgstr ""
|
1632 |
-
|
1633 |
-
#: inc/admin/docs/DocsLinks.php:104
|
1634 |
-
#, fuzzy
|
1635 |
-
#| msgid "You have to enter your licence key to get updates and support"
|
1636 |
-
msgid "Activate your license key to receive automatic updates"
|
1637 |
-
msgstr "Вие нямате лицензионен ключ, за да получавате обновления и поддръжка"
|
1638 |
-
|
1639 |
-
#: inc/admin/docs/DocsLinks.php:105
|
1640 |
-
msgid "Configure SEOPress in 5 minutes"
|
1641 |
-
msgstr ""
|
1642 |
-
|
1643 |
-
#: inc/admin/docs/DocsLinks.php:106
|
1644 |
-
msgid "Migrate your SEO metadata from other plugins"
|
1645 |
-
msgstr ""
|
1646 |
-
|
1647 |
-
#: inc/admin/docs/DocsLinks.php:107
|
1648 |
-
msgid "Promote the exploration of your WordPress site by search engine robots"
|
1649 |
-
msgstr ""
|
1650 |
-
|
1651 |
-
#: inc/admin/docs/DocsLinks.php:108
|
1652 |
-
msgid "Optimize content from A to Z with SEOPress"
|
1653 |
-
msgstr ""
|
1654 |
-
|
1655 |
-
#: inc/admin/docs/DocsLinks.php:109
|
1656 |
-
#, fuzzy
|
1657 |
-
#| msgid "Track everything about your visitors with Google Analytics"
|
1658 |
-
msgid "Measure your traffic with Google Analytics"
|
1659 |
-
msgstr "Проследяване на всякаква информация за посетителите Ви с Google Analytics"
|
1660 |
-
|
1661 |
-
#: inc/admin/docs/DocsLinks.php:110
|
1662 |
-
#, fuzzy
|
1663 |
-
#| msgid "Add your site to Google. It's free!"
|
1664 |
-
msgid "Add your WordPress site to Google’s index"
|
1665 |
-
msgstr "Добавете Вашия сайт в Google, безплатно е!"
|
1666 |
-
|
1667 |
-
#: inc/admin/docs/DocsLinks.php:111
|
1668 |
-
#, fuzzy
|
1669 |
-
#| msgid "Optimize your site for Google News"
|
1670 |
-
msgid "Optimize your click-through rate on social networks"
|
1671 |
-
msgstr "Оптимизирайте Вашия сайт за Google новини"
|
1672 |
-
|
1673 |
-
#: inc/admin/help-tabs/Analytics.php:11
|
1674 |
-
msgid "Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: inc/admin/help-tabs/Analytics.php:16 inc/admin/help-tabs/Sitemaps.php:15
|
1678 |
-
#: inc/admin/help-tabs/Social.php:15
|
1679 |
-
msgid "How-to"
|
1680 |
-
msgstr ""
|
1681 |
-
|
1682 |
-
#: inc/admin/help-tabs/Analytics.php:22 inc/admin/help-tabs/Sitemaps.php:21
|
1683 |
-
#: inc/admin/help-tabs/Social.php:21
|
1684 |
-
msgid "Read our guide"
|
1685 |
-
msgstr ""
|
1686 |
-
|
1687 |
-
#: inc/admin/help-tabs/Sitemaps.php:10
|
1688 |
-
msgid "Watch our video to learn how to enable XML sitemaps to improve crawling and add them to Google Search Console."
|
1689 |
-
msgstr ""
|
1690 |
-
|
1691 |
-
#: inc/admin/help-tabs/Social.php:10
|
1692 |
-
msgid "Watch our video to learn how to edit your Open Graph and Twitter Cards tags to improve social sharing."
|
1693 |
-
msgstr ""
|
1694 |
-
|
1695 |
-
#: inc/admin/help-tabs/Titles.php:29
|
1696 |
-
msgid "Templates variables"
|
1697 |
-
msgstr "Променливи за шаблони"
|
1698 |
-
|
1699 |
-
#: inc/admin/help-tabs/Titles.php:35
|
1700 |
-
#, fuzzy
|
1701 |
-
msgid "Exclude this post from Video Sitemap?"
|
1702 |
-
msgstr "Изключване на публикацията от картата на сайта за Google новини?"
|
1703 |
-
|
1704 |
-
#: inc/admin/admin-metaboxes-form.php:528
|
1705 |
-
msgid "If your post is set to noindex, it will be automatically excluded from the sitemap."
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: inc/admin/help-tabs/Titles.php:42
|
1709 |
-
msgid "Read our FAQ"
|
1710 |
-
msgstr ""
|
1711 |
-
|
1712 |
-
#: inc/admin/help-tabs/Titles.php:43
|
1713 |
-
msgid "Check our website"
|
1714 |
-
msgstr ""
|
1715 |
-
|
1716 |
-
#: inc/admin/admin-metaboxes-form.php:552
|
1717 |
-
#, fuzzy
|
1718 |
-
msgid "Enter your video URL"
|
1719 |
-
msgstr "Въведете Вашият уеб адрес (URL)"
|
1720 |
-
|
1721 |
-
#: inc/admin/admin-metaboxes-form.php:552
|
1722 |
-
msgid "Video URL"
|
1723 |
-
msgstr ""
|
1724 |
-
|
1725 |
-
#: inc/admin/admin-metaboxes-form.php:557
|
1726 |
-
msgid "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server."
|
1727 |
-
msgstr ""
|
1728 |
-
|
1729 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:27
|
1730 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:568
|
1731 |
-
msgid "Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them"
|
1732 |
-
msgstr ""
|
1733 |
-
|
1734 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:30
|
1735 |
-
#, fuzzy
|
1736 |
-
msgid "Enter your video title"
|
1737 |
-
msgstr "Въведете Вашето заглавие"
|
1738 |
-
|
1739 |
-
#: inc/admin/admin-metaboxes-form.php:562
|
1740 |
-
#, fuzzy
|
1741 |
-
msgid "Video title"
|
1742 |
-
msgstr "Заглавие на сайта"
|
1743 |
-
|
1744 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:41
|
1745 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-content-analysis-control.php:46
|
1746 |
-
msgid "Refresh analysis"
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:48
|
1750 |
-
msgid "Track with Insights"
|
1751 |
-
msgstr ""
|
1752 |
-
|
1753 |
-
#: inc/admin/admin-metaboxes-form.php:567
|
1754 |
-
#, fuzzy
|
1755 |
-
msgid "Enter your video description"
|
1756 |
-
msgstr "Въведете Вашето мета описание"
|
1757 |
-
|
1758 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:61
|
1759 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:62
|
1760 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:579
|
1761 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:50
|
1762 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:51
|
1763 |
-
#, fuzzy
|
1764 |
-
msgid "Video description"
|
1765 |
-
msgstr "Мета описание"
|
1766 |
-
|
1767 |
-
#: inc/admin/admin-metaboxes-form.php:568
|
1768 |
-
msgid "2048 characters max.; default: meta description. If not available, use the beginning of the post content."
|
1769 |
-
msgstr ""
|
1770 |
-
|
1771 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:65
|
1772 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:52
|
1773 |
-
#, fuzzy
|
1774 |
-
#| msgid "Reset settings"
|
1775 |
-
msgid "Get suggestions from Google"
|
1776 |
-
msgstr "Нулиране на настройките"
|
1777 |
-
|
1778 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:67
|
1779 |
-
msgid "Click on a suggestion below to add it as a target keyword."
|
1780 |
-
msgstr ""
|
1781 |
-
|
1782 |
-
#: inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php:70
|
1783 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-google-suggestions-control.php:53
|
1784 |
-
#, fuzzy
|
1785 |
-
msgid "Select your video thumbnail"
|
1786 |
-
msgstr "Изберете миниатюра по подразбиране"
|
1787 |
-
|
1788 |
-
#: inc/admin/admin-metaboxes-form.php:573
|
1789 |
-
#, fuzzy
|
1790 |
-
msgid "Video Thumbnail"
|
1791 |
-
msgstr "Twitter миниатюра"
|
1792 |
-
|
1793 |
-
#: inc/admin/admin-metaboxes-form.php:574
|
1794 |
-
msgid "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."
|
1795 |
-
msgstr ""
|
1796 |
-
|
1797 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:58
|
1798 |
-
msgid "Redirection"
|
1799 |
-
msgstr ""
|
1800 |
-
|
1801 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:64
|
1802 |
-
msgid "Google News"
|
1803 |
-
msgstr "Новини от Google"
|
1804 |
-
|
1805 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:71
|
1806 |
-
#, fuzzy
|
1807 |
-
#| msgid "View your sitemap"
|
1808 |
-
msgid "Video Sitemap"
|
1809 |
-
msgstr "Вижте картата на сайта"
|
1810 |
-
|
1811 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:94
|
1812 |
-
#, php-format
|
1813 |
-
msgid "This is your <strong>Shop page</strong>. Go to <a href=\"%s\"><strong>SEO > Titles & Metas > Archives > Products</strong></a> to edit your title and meta description."
|
1814 |
-
msgstr ""
|
1815 |
-
|
1816 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:103
|
1817 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:110
|
1818 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:126
|
1819 |
-
msgid "Title"
|
1820 |
-
msgstr "Заглавие"
|
1821 |
-
|
1822 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:104
|
1823 |
-
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."
|
1824 |
-
msgstr ""
|
1825 |
-
|
1826 |
-
#: inc/admin/admin-metaboxes-form.php:579
|
1827 |
-
msgid "The duration of the video in seconds. Value must be between 0 and 28800 (8 hours)."
|
1828 |
-
msgstr ""
|
1829 |
-
|
1830 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:120
|
1831 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:55
|
1832 |
-
msgid " / 568 pixels - "
|
1833 |
-
msgstr ""
|
1834 |
-
|
1835 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:122
|
1836 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:161
|
1837 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:61
|
1838 |
-
#, fuzzy
|
1839 |
-
#| msgid "(maximum recommended limit)"
|
1840 |
-
msgid " (maximum recommended limit)"
|
1841 |
-
msgstr "(максимално препоръчвано ограничение)"
|
1842 |
-
|
1843 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:144
|
1844 |
-
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."
|
1845 |
-
msgstr ""
|
1846 |
-
|
1847 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:149
|
1848 |
-
msgid "Enter your meta description"
|
1849 |
-
msgstr "Въведете Вашето мета описание"
|
1850 |
-
|
1851 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:159
|
1852 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:57
|
1853 |
-
msgid " / 940 pixels - "
|
1854 |
-
msgstr ""
|
1855 |
-
|
1856 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:166
|
1857 |
-
#, fuzzy
|
1858 |
-
msgid "Video tags"
|
1859 |
-
msgstr "Заглавия на етикети"
|
1860 |
-
|
1861 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:169
|
1862 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:70
|
1863 |
-
#, fuzzy
|
1864 |
-
msgid "Enter your video tags"
|
1865 |
-
msgstr "Въведете Вашите домейни"
|
1866 |
-
|
1867 |
-
#: inc/admin/admin-metaboxes-form.php:593
|
1868 |
-
msgid "32 tags max., separate tags with commas. Default: target keywords + post tags if available."
|
1869 |
-
msgstr ""
|
1870 |
-
|
1871 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:189
|
1872 |
-
#, fuzzy
|
1873 |
-
msgid "Video categories"
|
1874 |
-
msgstr "Следене на категории"
|
1875 |
-
|
1876 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:194
|
1877 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:95
|
1878 |
-
#, fuzzy
|
1879 |
-
msgid "Enter your video categories"
|
1880 |
-
msgstr "Въведете Вашите домейни"
|
1881 |
-
|
1882 |
-
#: inc/admin/admin-metaboxes-form.php:598
|
1883 |
-
msgid "256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available."
|
1884 |
-
msgstr ""
|
1885 |
-
|
1886 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:247
|
1887 |
-
#, php-format
|
1888 |
-
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>"
|
1889 |
-
msgstr ""
|
1890 |
-
|
1891 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:256
|
1892 |
-
#: inc/functions/options-advanced-admin.php:827
|
1893 |
-
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
1894 |
-
msgstr ""
|
1895 |
-
|
1896 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:257
|
1897 |
-
msgid "\"noindex\" robots meta tag"
|
1898 |
-
msgstr ""
|
1899 |
-
|
1900 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:257
|
1901 |
-
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."
|
1902 |
-
msgstr ""
|
1903 |
-
|
1904 |
-
#: inc/admin/admin-metaboxes.php:201
|
1905 |
-
#: inc/admin/admin-metaboxes.php:442
|
1906 |
-
#: inc/admin/admin-term-metaboxes.php:203
|
1907 |
-
msgid "Analysis in progress..."
|
1908 |
-
msgstr ""
|
1909 |
-
|
1910 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:268
|
1911 |
-
msgid "\"nofollow\" robots meta tag"
|
1912 |
-
msgstr ""
|
1913 |
-
|
1914 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:268
|
1915 |
-
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."
|
1916 |
-
msgstr ""
|
1917 |
-
|
1918 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:277
|
1919 |
-
#, fuzzy
|
1920 |
-
#| msgid ""
|
1921 |
-
#| "Do not use Open Directory project metadata for titles or excerpts for all "
|
1922 |
-
#| "pages."
|
1923 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"
|
1924 |
-
msgstr "Да не ползва мета данни за заглавия или откъси от проекта Open Directory за всички страници."
|
1925 |
-
|
1926 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:278
|
1927 |
-
msgid "\"noodp\" robots meta tag"
|
1928 |
-
msgstr ""
|
1929 |
-
|
1930 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:278
|
1931 |
-
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."
|
1932 |
-
msgstr ""
|
1933 |
-
|
1934 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:286
|
1935 |
-
#, fuzzy
|
1936 |
-
#| msgid "Do not index images from the entire site."
|
1937 |
-
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
1938 |
-
msgstr "Да не индексира снимките за целия сайт."
|
1939 |
-
|
1940 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:287
|
1941 |
-
msgid "\"noimageindex\" robots meta tag"
|
1942 |
-
msgstr ""
|
1943 |
-
|
1944 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:287
|
1945 |
-
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."
|
1946 |
-
msgstr ""
|
1947 |
-
|
1948 |
-
#: inc/admin/admin-notifications-center.php:127
|
1949 |
-
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."
|
1950 |
-
msgstr "Да не показва връзката \"Кеширано\" в резултатите от търсене на Google."
|
1951 |
-
|
1952 |
-
#: inc/admin/admin-notifications-center.php:129
|
1953 |
-
#: inc/admin/admin-notifications-center.php:161
|
1954 |
-
#: inc/admin/admin-notifications-center.php:222
|
1955 |
-
#: inc/admin/admin-notifications-center.php:252
|
1956 |
-
#: inc/admin/admin-notifications-center.php:270
|
1957 |
-
#: inc/admin/admin-notifications-center.php:287
|
1958 |
-
#: inc/admin/admin-notifications-center.php:375
|
1959 |
-
#: inc/admin/admin-notifications-center.php:451
|
1960 |
-
#: inc/admin/admin-notifications-center.php:488
|
1961 |
-
#: inc/admin/admin-notifications-center.php:506
|
1962 |
-
msgid "High impact"
|
1963 |
-
msgstr "Силен ефект"
|
1964 |
-
|
1965 |
-
#: inc/admin/admin-notifications-center.php:134
|
1966 |
-
#: inc/admin/admin-notifications-center.php:201
|
1967 |
-
#: inc/admin/admin-notifications-center.php:227
|
1968 |
-
#: inc/admin/admin.php:4821
|
1969 |
-
#: inc/admin/admin.php:4863
|
1970 |
-
#: inc/admin/admin.php:4890
|
1971 |
-
#: inc/admin/admin.php:4912
|
1972 |
-
#: inc/admin/admin.php:4934
|
1973 |
-
#: inc/admin/admin.php:4956
|
1974 |
-
msgid "Learn more"
|
1975 |
-
msgstr "Научете повече"
|
1976 |
-
|
1977 |
-
#: inc/admin/admin-notifications-center.php:158
|
1978 |
-
#, php-format
|
1979 |
-
msgid "We noticed that you use <strong>%s</strong> plugin."
|
1980 |
-
msgstr ""
|
1981 |
-
|
1982 |
-
#: inc/admin/admin-notifications-center.php:159
|
1983 |
-
msgid "Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!"
|
1984 |
-
msgstr ""
|
1985 |
-
|
1986 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:304
|
1987 |
-
#, fuzzy
|
1988 |
-
#| msgid ""
|
1989 |
-
#| "Do not display a description in the Google search results for all pages."
|
1990 |
-
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
1991 |
-
msgstr "Да не показва описание в резултатите от търсене на Google."
|
1992 |
-
|
1993 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:305
|
1994 |
-
msgid "\"nosnippet\" robots meta tag"
|
1995 |
-
msgstr ""
|
1996 |
-
|
1997 |
-
#: inc/admin/admin-notifications-center.php:179
|
1998 |
-
msgid "To solve this, please disable and re-enable SEOPress PRO. No data will be lost."
|
1999 |
-
msgstr ""
|
2000 |
-
|
2001 |
-
#: inc/admin/admin-notifications-center.php:200
|
2002 |
-
msgid "Your site doesn't use an SSL certificate!"
|
2003 |
-
msgstr "Вашият сайт няма SSL сертификат!"
|
2004 |
-
|
2005 |
-
#: inc/admin/admin-notifications-center.php:201
|
2006 |
-
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."
|
2007 |
-
msgstr ""
|
2008 |
-
|
2009 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:317
|
2010 |
-
msgid "Default value: "
|
2011 |
-
msgstr "Стойност по подразбиране: "
|
2012 |
-
|
2013 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:324
|
2014 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:293
|
2015 |
-
msgid "Select a primary category"
|
2016 |
-
msgstr ""
|
2017 |
-
|
2018 |
-
#: inc/admin/admin-notifications-center.php:220
|
2019 |
-
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."
|
2020 |
-
msgstr ""
|
2021 |
-
|
2022 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:349
|
2023 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:356
|
2024 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:309
|
2025 |
-
#, fuzzy
|
2026 |
-
#| msgid "Breadcrumbs"
|
2027 |
-
msgid "Custom breadcrumbs"
|
2028 |
-
msgstr "Breadcrumbs"
|
2029 |
-
|
2030 |
-
#: inc/admin/admin-notifications-center.php:250
|
2031 |
-
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."
|
2032 |
-
msgstr ""
|
2033 |
-
|
2034 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:355
|
2035 |
-
#, fuzzy, php-format
|
2036 |
-
#| msgid "Breadcrumbs"
|
2037 |
-
msgid "Current breadcrumbs: %s"
|
2038 |
-
msgstr "Breadcrumbs"
|
2039 |
-
|
2040 |
-
#: inc/admin/admin-notifications-center.php:268
|
2041 |
-
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!"
|
2042 |
-
msgstr ""
|
2043 |
-
|
2044 |
-
#: inc/admin/admin-notifications-center.php:284
|
2045 |
-
#: inc/admin/admin.php:2764
|
2046 |
-
msgid "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2047 |
-
msgstr "Вашите статични връзки не са SEO оптимизирани! Изберете качествени връзки, за да поправите това."
|
2048 |
-
|
2049 |
-
#: inc/admin/admin-notifications-center.php:285
|
2050 |
-
#: inc/admin/admin-notifications-center.php:314
|
2051 |
-
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..."
|
2052 |
-
msgstr ""
|
2053 |
-
|
2054 |
-
#: inc/admin/admin-notifications-center.php:313
|
2055 |
-
#, fuzzy
|
2056 |
-
msgid "Your RSS feed shows full text!"
|
2057 |
-
msgstr "Вашият RSS поток показва целия текст!"
|
2058 |
-
|
2059 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:393
|
2060 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:397
|
2061 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:383
|
2062 |
-
msgid "Facebook description"
|
2063 |
-
msgstr "Описание за Facebook"
|
2064 |
-
|
2065 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:396
|
2066 |
-
msgid "Enter your Facebook description"
|
2067 |
-
msgstr "Въведете Вашето описание за Facebook"
|
2068 |
-
|
2069 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:401
|
2070 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:406
|
2071 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:394
|
2072 |
-
msgid "Facebook Thumbnail"
|
2073 |
-
msgstr "Миниатюра за Facebook"
|
2074 |
-
|
2075 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:421
|
2076 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:407
|
2077 |
-
#, fuzzy
|
2078 |
-
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2079 |
-
msgstr "Харесвате ли SEOPress? Не забравяйте да ни дадете 5 звезди!"
|
2080 |
-
|
2081 |
-
#: inc/admin/admin-notifications-center.php:344
|
2082 |
-
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!"
|
2083 |
-
msgstr ""
|
2084 |
-
|
2085 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:434
|
2086 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:46
|
2087 |
-
msgid "File type not supported by Facebook. Please choose another image."
|
2088 |
-
msgstr ""
|
2089 |
-
|
2090 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:438
|
2091 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:47
|
2092 |
-
msgid "Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."
|
2093 |
-
msgstr ""
|
2094 |
-
|
2095 |
-
#: inc/admin/admin-notifications-center.php:372
|
2096 |
-
msgid "Break comments into pages is ON!"
|
2097 |
-
msgstr "Разделянето на коментарите на страници е включено!"
|
2098 |
-
|
2099 |
-
#: inc/admin/admin-notifications-center.php:373
|
2100 |
-
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."
|
2101 |
-
msgstr ""
|
2102 |
-
|
2103 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:446
|
2104 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:558
|
2105 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:49
|
2106 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:73
|
2107 |
-
#, fuzzy
|
2108 |
-
#| msgid "Your site title is empty!"
|
2109 |
-
msgid "Your image ratio is: "
|
2110 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
2111 |
-
|
2112 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:447
|
2113 |
-
msgid "The closer to 1.91 the better."
|
2114 |
-
msgstr ""
|
2115 |
-
|
2116 |
-
#: inc/admin/admin-notifications-center.php:403
|
2117 |
-
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. If you can do it, try adding an infinite scroll to your post listings."
|
2118 |
-
msgstr ""
|
2119 |
-
|
2120 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:464
|
2121 |
-
msgid "By "
|
2122 |
-
msgstr ""
|
2123 |
-
|
2124 |
-
#: inc/admin/admin-notifications-center.php:421
|
2125 |
-
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."
|
2126 |
-
msgstr ""
|
2127 |
-
|
2128 |
-
#: inc/admin/admin-notifications-center.php:448
|
2129 |
-
#, fuzzy
|
2130 |
-
msgid "Do you have a Google My Business page? It's free!"
|
2131 |
-
msgstr "Имате ли Google Бизнес страница? Безплатно е!"
|
2132 |
-
|
2133 |
-
#: inc/admin/admin-notifications-center.php:449
|
2134 |
-
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."
|
2135 |
-
msgstr ""
|
2136 |
-
|
2137 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:510
|
2138 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:514
|
2139 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:432
|
2140 |
-
msgid "Twitter description"
|
2141 |
-
msgstr "Описание за Twitter"
|
2142 |
-
|
2143 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:513
|
2144 |
-
msgid "Enter your Twitter description"
|
2145 |
-
msgstr "Въведете Вашето описание за Twitter"
|
2146 |
-
|
2147 |
-
#: inc/admin/admin-notifications-center.php:486
|
2148 |
-
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."
|
2149 |
-
msgstr ""
|
2150 |
-
|
2151 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:535
|
2152 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:456
|
2153 |
-
#, fuzzy
|
2154 |
-
#| msgid "Twitter Title"
|
2155 |
-
msgid "Twitter Preview"
|
2156 |
-
msgstr "Заглавие за Twitter"
|
2157 |
-
|
2158 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:538
|
2159 |
-
msgid "This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."
|
2160 |
-
msgstr ""
|
2161 |
-
|
2162 |
-
#: inc/admin/admin-notifications-center.php:504
|
2163 |
-
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)"
|
2164 |
-
msgstr ""
|
2165 |
-
|
2166 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:546
|
2167 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:70
|
2168 |
-
msgid "File type not supported by Twitter. Please choose another image."
|
2169 |
-
msgstr ""
|
2170 |
-
|
2171 |
-
#: inc/admin/admin-notifications-center.php:523
|
2172 |
-
msgid "Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible."
|
2173 |
-
msgstr ""
|
2174 |
-
|
2175 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:559
|
2176 |
-
msgid "The closer to 1 the better (with large card, 2 is better)."
|
2177 |
-
msgstr ""
|
2178 |
-
|
2179 |
-
#: inc/admin/admin-notifications-center.php:552
|
2180 |
-
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."
|
2181 |
-
msgstr ""
|
2182 |
-
|
2183 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:614
|
2184 |
-
#, fuzzy
|
2185 |
-
msgid "Upgrade now!"
|
2186 |
-
msgstr "Мигрирай сега"
|
2187 |
-
|
2188 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:618
|
2189 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:510
|
2190 |
-
msgid "301 Moved Permanently"
|
2191 |
-
msgstr ""
|
2192 |
-
|
2193 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:621
|
2194 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:511
|
2195 |
-
msgid "302 Found / Moved Temporarily"
|
2196 |
-
msgstr ""
|
2197 |
-
|
2198 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:624
|
2199 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:512
|
2200 |
-
msgid "307 Moved Temporarily"
|
2201 |
-
msgstr ""
|
2202 |
-
|
2203 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:627
|
2204 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:513
|
2205 |
-
msgid "410 Gone"
|
2206 |
-
msgstr ""
|
2207 |
-
|
2208 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:630
|
2209 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:514
|
2210 |
-
msgid "451 Unavailable For Legal Reasons"
|
2211 |
-
msgstr ""
|
2212 |
-
|
2213 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:635
|
2214 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:639
|
2215 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:505
|
2216 |
-
msgid "URL redirection"
|
2217 |
-
msgstr "Уеб адрес (URL) за пренасочване"
|
2218 |
-
|
2219 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:638
|
2220 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:523
|
2221 |
-
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
2222 |
-
msgstr ""
|
2223 |
-
|
2224 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:645
|
2225 |
-
msgid "Query parameters"
|
2226 |
-
msgstr ""
|
2227 |
-
|
2228 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:648
|
2229 |
-
msgid "Exactly match all parameters"
|
2230 |
-
msgstr ""
|
2231 |
-
|
2232 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:651
|
2233 |
-
msgid "Exclude all parameters"
|
2234 |
-
msgstr ""
|
2235 |
-
|
2236 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:654
|
2237 |
-
msgid "Exclude all parameters and pass them to the redirection"
|
2238 |
-
msgstr ""
|
2239 |
-
|
2240 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:677
|
2241 |
-
msgid "Test your URL"
|
2242 |
-
msgstr "Тествайте Вашия уеб адрес (URL)"
|
2243 |
-
|
2244 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:688
|
2245 |
-
msgid "Need help with your redirections? Read our guide."
|
2246 |
-
msgstr ""
|
2247 |
-
|
2248 |
-
#: inc/admin/admin-notifications-center.php:635
|
2249 |
-
msgid "Image SEO plugin to optimize your image ALT texts and names for Search Engines."
|
2250 |
-
msgstr ""
|
2251 |
-
|
2252 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:754
|
2253 |
-
msgid "Video "
|
2254 |
-
msgstr ""
|
2255 |
-
|
2256 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:759
|
2257 |
-
msgid "Video URL (required)"
|
2258 |
-
msgstr ""
|
2259 |
-
|
2260 |
-
#: inc/admin/admin-wizard.php:96
|
2261 |
-
#: seopress.php:211
|
2262 |
-
msgid "Migration completed!"
|
2263 |
-
msgstr ""
|
2264 |
-
|
2265 |
-
#: inc/admin/admin-wizard.php:97
|
2266 |
-
#: seopress.php:212
|
2267 |
-
msgid "Export completed!"
|
2268 |
-
msgstr ""
|
2269 |
-
|
2270 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:787
|
2271 |
-
#, fuzzy
|
2272 |
-
msgid "Import SEO settings"
|
2273 |
-
msgstr "Настройки за импорт"
|
2274 |
-
|
2275 |
-
#: inc/admin/admin-wizard.php:117
|
2276 |
-
#: inc/admin/admin-wizard.php:454
|
2277 |
-
#, fuzzy
|
2278 |
-
msgid "Your site"
|
2279 |
-
msgstr "Вижте картата на сайта"
|
2280 |
-
|
2281 |
-
#: inc/admin/admin-wizard.php:122
|
2282 |
-
#: inc/admin/admin-wizard.php:564
|
2283 |
-
msgid "Indexing"
|
2284 |
-
msgstr ""
|
2285 |
-
|
2286 |
-
#: inc/admin/admin-wizard.php:127
|
2287 |
-
#: inc/admin/admin-wizard.php:720
|
2288 |
-
#, fuzzy
|
2289 |
-
msgid "Advanced options"
|
2290 |
-
msgstr "<p>Разширени SEO опции</p>"
|
2291 |
-
|
2292 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:800
|
2293 |
-
#, fuzzy
|
2294 |
-
#| msgid "Meta description"
|
2295 |
-
msgid "Video description"
|
2296 |
-
msgstr "Мета описание"
|
2297 |
-
|
2298 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:801
|
2299 |
-
msgid "2048 characters max.; default: meta description. If not available, use the beginning of the post content."
|
2300 |
-
msgstr ""
|
2301 |
-
|
2302 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:805
|
2303 |
-
msgid "Video Thumbnail (required)"
|
2304 |
-
msgstr ""
|
2305 |
-
|
2306 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:812
|
2307 |
-
#, fuzzy
|
2308 |
-
#| msgid "Select your default thumbnail"
|
2309 |
-
msgid "Select your video thumbnail"
|
2310 |
-
msgstr "Изберете миниатюра по подразбиране"
|
2311 |
-
|
2312 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:819
|
2313 |
-
#, fuzzy
|
2314 |
-
#| msgid "Twitter Thumbnail"
|
2315 |
-
msgid "Video Thumbnail"
|
2316 |
-
msgstr "Twitter миниатюра"
|
2317 |
-
|
2318 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:822
|
2319 |
-
msgid "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."
|
2320 |
-
msgstr ""
|
2321 |
-
|
2322 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:827
|
2323 |
-
msgid "Video Duration (recommended)"
|
2324 |
-
msgstr ""
|
2325 |
-
|
2326 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:832
|
2327 |
-
msgid "Duration in seconds"
|
2328 |
-
msgstr ""
|
2329 |
-
|
2330 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:833
|
2331 |
-
msgid "Video duration"
|
2332 |
-
msgstr ""
|
2333 |
-
|
2334 |
-
#: inc/admin/admin-wizard.php:269
|
2335 |
-
msgid "The following wizard will help you configure SEOPress and get you started quickly."
|
2336 |
-
msgstr ""
|
2337 |
-
|
2338 |
-
#: inc/admin/admin-wizard.php:270
|
2339 |
-
msgid "The first step is to import your previous settings from other plugins to keep your SEO."
|
2340 |
-
msgstr ""
|
2341 |
-
|
2342 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:844
|
2343 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:845
|
2344 |
-
msgid "Video rating"
|
2345 |
-
msgstr ""
|
2346 |
-
|
2347 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:847
|
2348 |
-
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
2349 |
-
msgstr ""
|
2350 |
-
|
2351 |
-
#: inc/admin/admin-wizard.php:273
|
2352 |
-
#: inc/admin/admin.php:753
|
2353 |
-
#, fuzzy
|
2354 |
-
msgid "Import posts and terms metadata from"
|
2355 |
-
msgstr "Импорт на мета данни от YOAST"
|
2356 |
-
|
2357 |
-
#: inc/admin/admin-wizard.php:275
|
2358 |
-
#: inc/admin/admin.php:755
|
2359 |
-
#: inc/admin/admin.php:911
|
2360 |
-
#, fuzzy
|
2361 |
-
msgid "Select an option"
|
2362 |
-
msgstr "Изберете Вашето лого"
|
2363 |
-
|
2364 |
-
#: inc/admin/admin-wizard.php:276
|
2365 |
-
#: inc/admin/admin.php:756
|
2366 |
-
msgid "Yoast SEO"
|
2367 |
-
msgstr ""
|
2368 |
-
|
2369 |
-
#: inc/admin/admin-wizard.php:277
|
2370 |
-
#: inc/admin/admin.php:757
|
2371 |
-
msgid "All In One SEO"
|
2372 |
-
msgstr ""
|
2373 |
-
|
2374 |
-
#: inc/admin/admin-wizard.php:278
|
2375 |
-
#: inc/admin/admin.php:758
|
2376 |
-
msgid "The SEO Framework"
|
2377 |
-
msgstr ""
|
2378 |
-
|
2379 |
-
#: inc/admin/admin-wizard.php:279
|
2380 |
-
#: inc/admin/admin.php:759
|
2381 |
-
msgid "Rank Math"
|
2382 |
-
msgstr ""
|
2383 |
-
|
2384 |
-
#: inc/admin/admin-wizard.php:280
|
2385 |
-
#: inc/admin/admin.php:760
|
2386 |
-
msgid "Squirrly SEO"
|
2387 |
-
msgstr ""
|
2388 |
-
|
2389 |
-
#: inc/admin/admin-wizard.php:281
|
2390 |
-
#: inc/admin/admin.php:761
|
2391 |
-
msgid "SEO Ultimate"
|
2392 |
-
msgstr ""
|
2393 |
-
|
2394 |
-
#: inc/admin/admin-wizard.php:282
|
2395 |
-
#: inc/admin/admin.php:762
|
2396 |
-
msgid "WP Meta SEO"
|
2397 |
-
msgstr ""
|
2398 |
-
|
2399 |
-
#: inc/admin/admin-wizard.php:290
|
2400 |
-
#: inc/admin/admin.php:769
|
2401 |
-
msgid "Import posts and terms metadata from Yoast"
|
2402 |
-
msgstr ""
|
2403 |
-
|
2404 |
-
#: inc/admin/admin-wizard.php:291
|
2405 |
-
#: inc/admin/admin-wizard.php:310
|
2406 |
-
#: inc/admin/admin-wizard.php:327
|
2407 |
-
#: inc/admin/admin-wizard.php:346
|
2408 |
-
#: inc/admin/admin-wizard.php:365
|
2409 |
-
#: inc/admin/admin-wizard.php:383
|
2410 |
-
#: inc/admin/admin-wizard.php:400
|
2411 |
-
#: inc/admin/admin.php:770
|
2412 |
-
#: inc/admin/admin.php:791
|
2413 |
-
#: inc/admin/admin.php:810
|
2414 |
-
#: inc/admin/admin.php:831
|
2415 |
-
#: inc/admin/admin.php:852
|
2416 |
-
#: inc/admin/admin.php:872
|
2417 |
-
#: inc/admin/admin.php:891
|
2418 |
-
msgid "By clicking Migrate, we'll import:"
|
2419 |
-
msgstr "Като щракнете Мигриране, ние ще импортираме."
|
2420 |
-
|
2421 |
-
#: inc/admin/admin-wizard.php:293
|
2422 |
-
#: inc/admin/admin-wizard.php:312
|
2423 |
-
#: inc/admin/admin-wizard.php:329
|
2424 |
-
#: inc/admin/admin-wizard.php:348
|
2425 |
-
#: inc/admin/admin-wizard.php:367
|
2426 |
-
#: inc/admin/admin-wizard.php:385
|
2427 |
-
#: inc/admin/admin-wizard.php:402
|
2428 |
-
#: inc/admin/admin.php:772
|
2429 |
-
#: inc/admin/admin.php:793
|
2430 |
-
#: inc/admin/admin.php:812
|
2431 |
-
#: inc/admin/admin.php:833
|
2432 |
-
#: inc/admin/admin.php:854
|
2433 |
-
#: inc/admin/admin.php:874
|
2434 |
-
#: inc/admin/admin.php:893
|
2435 |
-
msgid "Title tags"
|
2436 |
-
msgstr "Заглавия на етикети"
|
2437 |
-
|
2438 |
-
#: inc/admin/admin-wizard.php:295
|
2439 |
-
#: inc/admin/admin-wizard.php:314
|
2440 |
-
#: inc/admin/admin-wizard.php:331
|
2441 |
-
#: inc/admin/admin-wizard.php:350
|
2442 |
-
#: inc/admin/admin-wizard.php:369
|
2443 |
-
#: inc/admin/admin-wizard.php:387
|
2444 |
-
#: inc/admin/admin-wizard.php:404
|
2445 |
-
#: inc/admin/admin.php:774
|
2446 |
-
#: inc/admin/admin.php:795
|
2447 |
-
#: inc/admin/admin.php:814
|
2448 |
-
#: inc/admin/admin.php:835
|
2449 |
-
#: inc/admin/admin.php:856
|
2450 |
-
#: inc/admin/admin.php:876
|
2451 |
-
#: inc/admin/admin.php:895
|
2452 |
-
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
2453 |
-
msgstr "Facebook Open Graph етикети (заглавие, описание и миниатюра)"
|
2454 |
-
|
2455 |
-
#: inc/admin/admin-wizard.php:296
|
2456 |
-
#: inc/admin/admin-wizard.php:332
|
2457 |
-
#: inc/admin/admin-wizard.php:351
|
2458 |
-
#: inc/admin/admin-wizard.php:370
|
2459 |
-
#: inc/admin/admin-wizard.php:388
|
2460 |
-
#: inc/admin/admin-wizard.php:405
|
2461 |
-
#: inc/admin/admin.php:775
|
2462 |
-
#: inc/admin/admin.php:815
|
2463 |
-
#: inc/admin/admin.php:836
|
2464 |
-
#: inc/admin/admin.php:857
|
2465 |
-
#: inc/admin/admin.php:877
|
2466 |
-
#: inc/admin/admin.php:896
|
2467 |
-
msgid "Twitter tags (title, description and image thumbnail)"
|
2468 |
-
msgstr "Twitter етикети (заглавие, описание и миниатюра)"
|
2469 |
-
|
2470 |
-
#: inc/admin/admin-wizard.php:297
|
2471 |
-
#: inc/admin/admin.php:776
|
2472 |
-
msgid "Meta Robots (noindex, nofollow...)"
|
2473 |
-
msgstr "Мета роботи (noindex, nofollow...)"
|
2474 |
-
|
2475 |
-
#: inc/admin/admin-wizard.php:299
|
2476 |
-
#: inc/admin/admin-wizard.php:354
|
2477 |
-
#: inc/admin/admin.php:778
|
2478 |
-
#: inc/admin/admin.php:839
|
2479 |
-
#, fuzzy
|
2480 |
-
msgid "Focus keywords"
|
2481 |
-
msgstr "Търсене на кл. думи"
|
2482 |
-
|
2483 |
-
#: inc/admin/admin-wizard.php:301
|
2484 |
-
#: inc/admin/admin.php:780
|
2485 |
-
#, fuzzy
|
2486 |
-
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."
|
2487 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2488 |
-
|
2489 |
-
#: inc/admin/admin-wizard.php:302
|
2490 |
-
#: inc/admin/admin-wizard.php:319
|
2491 |
-
#: inc/admin/admin-wizard.php:338
|
2492 |
-
#: inc/admin/admin-wizard.php:357
|
2493 |
-
#: inc/admin/admin-wizard.php:375
|
2494 |
-
#: inc/admin/admin-wizard.php:392
|
2495 |
-
#: inc/admin/admin-wizard.php:408
|
2496 |
-
#: inc/admin/admin.php:781
|
2497 |
-
#: inc/admin/admin.php:800
|
2498 |
-
#: inc/admin/admin.php:821
|
2499 |
-
#: inc/admin/admin.php:842
|
2500 |
-
#: inc/admin/admin.php:862
|
2501 |
-
#: inc/admin/admin.php:881
|
2502 |
-
#: inc/admin/admin.php:899
|
2503 |
-
msgid "Migrate now"
|
2504 |
-
msgstr "Мигрирай сега"
|
2505 |
-
|
2506 |
-
#: inc/admin/admin-wizard.php:309
|
2507 |
-
#: inc/admin/admin.php:790
|
2508 |
-
#, fuzzy
|
2509 |
-
msgid "Import posts and terms metadata from All In One SEO"
|
2510 |
-
msgstr "Импорт на мета данни от YOAST"
|
2511 |
-
|
2512 |
-
#: inc/admin/admin-wizard.php:315
|
2513 |
-
#: inc/admin/admin.php:796
|
2514 |
-
#, fuzzy
|
2515 |
-
msgid "Twitter image thumbnail"
|
2516 |
-
msgstr "Twitter миниатюра"
|
2517 |
-
|
2518 |
-
#: inc/admin/admin-wizard.php:316
|
2519 |
-
#: inc/admin/admin.php:797
|
2520 |
-
#, fuzzy
|
2521 |
-
msgid "Meta Robots (noindex, nofollow)"
|
2522 |
-
msgstr "Мета роботи (noindex, nofollow...)"
|
2523 |
-
|
2524 |
-
#: inc/admin/admin-wizard.php:318
|
2525 |
-
#: inc/admin/admin.php:799
|
2526 |
-
#, fuzzy
|
2527 |
-
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."
|
2528 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2529 |
-
|
2530 |
-
#: inc/admin/admin-wizard.php:326
|
2531 |
-
#: inc/admin/admin.php:809
|
2532 |
-
#, fuzzy
|
2533 |
-
msgid "Import posts and terms metadata from The SEO Framework"
|
2534 |
-
msgstr "Импорт на мета данни от YOAST"
|
2535 |
-
|
2536 |
-
#: inc/admin/admin-wizard.php:333
|
2537 |
-
#: inc/admin/admin.php:816
|
2538 |
-
#, fuzzy
|
2539 |
-
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2540 |
-
msgstr "Мета роботи (noindex, nofollow...)"
|
2541 |
-
|
2542 |
-
#: inc/admin/admin-wizard.php:335
|
2543 |
-
#: inc/admin/admin.php:818
|
2544 |
-
#: inc/functions/options-advanced-admin.php:324
|
2545 |
-
#, fuzzy
|
2546 |
-
msgid "Redirect URL"
|
2547 |
-
msgstr "Пренасочвания"
|
2548 |
-
|
2549 |
-
#: inc/admin/admin-wizard.php:337
|
2550 |
-
#: inc/admin/admin.php:820
|
2551 |
-
#, fuzzy
|
2552 |
-
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."
|
2553 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2554 |
-
|
2555 |
-
#: inc/admin/admin-wizard.php:345
|
2556 |
-
#: inc/admin/admin.php:830
|
2557 |
-
#, fuzzy
|
2558 |
-
msgid "Import posts and terms metadata from Rank Math"
|
2559 |
-
msgstr "Импорт на мета данни от YOAST"
|
2560 |
-
|
2561 |
-
#: inc/admin/admin-wizard.php:352
|
2562 |
-
#: inc/admin/admin.php:837
|
2563 |
-
#, fuzzy
|
2564 |
-
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
2565 |
-
msgstr "Мета роботи (noindex, nofollow...)"
|
2566 |
-
|
2567 |
-
#: inc/admin/admin-wizard.php:356
|
2568 |
-
#: inc/admin/admin.php:841
|
2569 |
-
#, fuzzy
|
2570 |
-
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."
|
2571 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2572 |
-
|
2573 |
-
#: inc/admin/admin-wizard.php:364
|
2574 |
-
#: inc/admin/admin.php:851
|
2575 |
-
#, fuzzy
|
2576 |
-
msgid "Import posts metadata from Squirrly SEO"
|
2577 |
-
msgstr "Импорт на мета данни от YOAST"
|
2578 |
-
|
2579 |
-
#: inc/admin/admin-wizard.php:371
|
2580 |
-
#: inc/admin/admin-wizard.php:389
|
2581 |
-
#: inc/admin/admin.php:858
|
2582 |
-
#: inc/admin/admin.php:878
|
2583 |
-
#, fuzzy
|
2584 |
-
msgid "Meta Robots (noindex or nofollow)"
|
2585 |
-
msgstr "Мета роботи (noindex, nofollow...)"
|
2586 |
-
|
2587 |
-
#: inc/admin/admin-wizard.php:374
|
2588 |
-
#, fuzzy
|
2589 |
-
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."
|
2590 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2591 |
-
|
2592 |
-
#: inc/admin/admin-wizard.php:382
|
2593 |
-
#: inc/admin/admin.php:871
|
2594 |
-
#, fuzzy
|
2595 |
-
msgid "Import posts metadata from SEO Ultimate"
|
2596 |
-
msgstr "Импорт на мета данни от YOAST"
|
2597 |
-
|
2598 |
-
#: inc/admin/admin-wizard.php:391
|
2599 |
-
#: inc/admin/admin.php:880
|
2600 |
-
#, fuzzy
|
2601 |
-
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."
|
2602 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2603 |
-
|
2604 |
-
#: inc/admin/admin-wizard.php:399
|
2605 |
-
#: inc/admin/admin.php:890
|
2606 |
-
#, fuzzy
|
2607 |
-
msgid "Import posts and terms metadata from WP Meta SEO"
|
2608 |
-
msgstr "Импорт на мета данни от YOAST"
|
2609 |
-
|
2610 |
-
#: inc/admin/admin-wizard.php:407
|
2611 |
-
#: inc/admin/admin.php:898
|
2612 |
-
#, fuzzy
|
2613 |
-
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."
|
2614 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
2615 |
-
|
2616 |
-
#: inc/admin/admin-wizard.php:415
|
2617 |
-
#: inc/admin/admin-wizard.php:844
|
2618 |
-
msgid "Next step"
|
2619 |
-
msgstr ""
|
2620 |
-
|
2621 |
-
#: inc/admin/admin-wizard.php:456
|
2622 |
-
msgid "To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. "
|
2623 |
-
msgstr ""
|
2624 |
-
|
2625 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-social-preview-control.php:49
|
2626 |
-
msgid ". The closer to 1.91 the better."
|
2627 |
-
msgstr ""
|
2628 |
-
|
2629 |
-
#: inc/admin/admin-wizard.php:461
|
2630 |
-
#: inc/admin/admin.php:1182
|
2631 |
-
#: inc/admin/admin.php:2940
|
2632 |
-
msgid "Site title"
|
2633 |
-
msgstr "Заглавие на сайта"
|
2634 |
-
|
2635 |
-
#: inc/admin/admin-wizard.php:462
|
2636 |
-
#, fuzzy
|
2637 |
-
msgid "eg: My super website"
|
2638 |
-
msgstr "Моят прекрасен сайт"
|
2639 |
-
|
2640 |
-
#: inc/admin/admin-wizard.php:464
|
2641 |
-
#: inc/admin/admin.php:1579
|
2642 |
-
msgid "Person or organization"
|
2643 |
-
msgstr "Частно лице или огранизация"
|
2644 |
-
|
2645 |
-
#: inc/admin/admin-wizard.php:466
|
2646 |
-
msgid "Choose a knowledge type"
|
2647 |
-
msgstr ""
|
2648 |
-
|
2649 |
-
#: inc/admin/admin-wizard.php:472
|
2650 |
-
#: inc/admin/admin.php:4126
|
2651 |
-
msgid "Person"
|
2652 |
-
msgstr "Частно лице"
|
2653 |
-
|
2654 |
-
#: inc/admin/admin-wizard.php:475
|
2655 |
-
#: inc/admin/admin.php:4129
|
2656 |
-
msgid "Organization"
|
2657 |
-
msgstr "Организация"
|
2658 |
-
|
2659 |
-
#: inc/admin/admin-wizard.php:479
|
2660 |
-
#: inc/admin/admin.php:1587
|
2661 |
-
#: inc/admin/admin.php:4142
|
2662 |
-
#, fuzzy
|
2663 |
-
msgid "Your name/organization"
|
2664 |
-
msgstr "Вашето име / Организация"
|
2665 |
-
|
2666 |
-
#: inc/admin/admin-wizard.php:480
|
2667 |
-
msgid "eg: My Company Name"
|
2668 |
-
msgstr ""
|
2669 |
-
|
2670 |
-
#: inc/admin/admin-wizard.php:482
|
2671 |
-
#: inc/admin/admin.php:1595
|
2672 |
-
#: inc/admin/admin.php:4155
|
2673 |
-
#, fuzzy
|
2674 |
-
msgid "Your photo/organization logo"
|
2675 |
-
msgstr "Вашата снимка / Лого на организацията"
|
2676 |
-
|
2677 |
-
#: inc/admin/admin-wizard.php:483
|
2678 |
-
#, fuzzy
|
2679 |
-
msgid "eg: https://www.example.com/logo.png"
|
2680 |
-
msgstr "пример: https://www.facebook.com/your-page"
|
2681 |
-
|
2682 |
-
#: inc/admin/admin-wizard.php:485
|
2683 |
-
#, fuzzy
|
2684 |
-
msgid "Facebook page URL"
|
2685 |
-
msgstr "Уеб адрес към Facebook страница"
|
2686 |
-
|
2687 |
-
#: inc/admin/admin-wizard.php:486
|
2688 |
-
#: inc/admin/admin.php:4263
|
2689 |
-
#, fuzzy
|
2690 |
-
msgid "eg: https://facebook.com/my-page-url"
|
2691 |
-
msgstr "пример: https://www.facebook.com/your-page"
|
2692 |
-
|
2693 |
-
#: inc/admin/admin-wizard.php:488
|
2694 |
-
#: inc/admin/admin.php:1644
|
2695 |
-
msgid "Twitter Username"
|
2696 |
-
msgstr "Twitter потребител"
|
2697 |
-
|
2698 |
-
#: inc/admin/admin-wizard.php:489
|
2699 |
-
#: inc/admin/admin.php:4276
|
2700 |
-
msgid "eg: @my_twitter_account"
|
2701 |
-
msgstr ""
|
2702 |
-
|
2703 |
-
#: inc/admin/admin-wizard.php:491
|
2704 |
-
#: inc/admin/admin.php:1652
|
2705 |
-
#: inc/admin/admin.php:4288
|
2706 |
-
msgid "Pinterest URL"
|
2707 |
-
msgstr "Pinterest URL"
|
2708 |
-
|
2709 |
-
#: inc/admin/admin-wizard.php:492
|
2710 |
-
#: inc/admin/admin.php:4288
|
2711 |
-
#, fuzzy
|
2712 |
-
msgid "eg: https://pinterest.com/my-page-url/"
|
2713 |
-
msgstr "пример: https://pinterest.com/wpbuy/"
|
2714 |
-
|
2715 |
-
#: inc/admin/admin-wizard.php:494
|
2716 |
-
#: inc/admin/admin.php:1660
|
2717 |
-
#: inc/admin/admin.php:4300
|
2718 |
-
msgid "Instagram URL"
|
2719 |
-
msgstr "Instagram URL"
|
2720 |
-
|
2721 |
-
#: inc/admin/admin-wizard.php:495
|
2722 |
-
#: inc/admin/admin.php:4300
|
2723 |
-
#, fuzzy
|
2724 |
-
msgid "eg: https://www.instagram.com/my-page-url/"
|
2725 |
-
msgstr "пример: https://www.instagram.com/your-name/"
|
2726 |
-
|
2727 |
-
#: inc/admin/admin-wizard.php:497
|
2728 |
-
#: inc/admin/admin.php:1668
|
2729 |
-
#: inc/admin/admin.php:4312
|
2730 |
-
msgid "YouTube URL"
|
2731 |
-
msgstr "YouTube URL"
|
2732 |
-
|
2733 |
-
#: inc/admin/admin-wizard.php:498
|
2734 |
-
#: inc/admin/admin.php:4312
|
2735 |
-
#, fuzzy
|
2736 |
-
msgid "eg: https://www.youtube.com/my-channel-url"
|
2737 |
-
msgstr "пример: https://www.youtube.com/channel/UCpQzarWu55UzCIH7-OW6pwA"
|
2738 |
-
|
2739 |
-
#: inc/admin/admin-wizard.php:500
|
2740 |
-
#: inc/admin/admin.php:1676
|
2741 |
-
#: inc/admin/admin.php:4324
|
2742 |
-
msgid "LinkedIn URL"
|
2743 |
-
msgstr "LinkedIn URL"
|
2744 |
-
|
2745 |
-
#: inc/admin/admin-wizard.php:501
|
2746 |
-
#: inc/admin/admin.php:4324
|
2747 |
-
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2748 |
-
msgstr ""
|
2749 |
-
|
2750 |
-
#: inc/admin/admin-wizard.php:503
|
2751 |
-
#: inc/admin/admin.php:1684
|
2752 |
-
#: inc/admin/admin.php:4336
|
2753 |
-
msgid "MySpace URL"
|
2754 |
-
msgstr "MySpace URL"
|
2755 |
-
|
2756 |
-
#: inc/admin/admin-wizard.php:504
|
2757 |
-
#: inc/admin/admin.php:4336
|
2758 |
-
#, fuzzy
|
2759 |
-
msgid "eg: https://myspace.com/my-page-url"
|
2760 |
-
msgstr "пример: https://myspace.com/your-page"
|
2761 |
-
|
2762 |
-
#: inc/admin/admin-wizard.php:506
|
2763 |
-
#: inc/admin/admin.php:1692
|
2764 |
-
#: inc/admin/admin.php:4348
|
2765 |
-
msgid "Soundcloud URL"
|
2766 |
-
msgstr "Soundcloud URL"
|
2767 |
-
|
2768 |
-
#: inc/admin/admin-wizard.php:507
|
2769 |
-
#: inc/admin/admin.php:4348
|
2770 |
-
#, fuzzy
|
2771 |
-
msgid "eg: https://soundcloud.com/my-page-url"
|
2772 |
-
msgstr "пример: https://soundcloud.com/michaelmccannmusic"
|
2773 |
-
|
2774 |
-
#: inc/admin/admin-wizard.php:509
|
2775 |
-
#: inc/admin/admin.php:1700
|
2776 |
-
#: inc/admin/admin.php:4360
|
2777 |
-
msgid "Tumblr URL"
|
2778 |
-
msgstr "Tumblr URL"
|
2779 |
-
|
2780 |
-
#: inc/admin/admin-wizard.php:510
|
2781 |
-
#: inc/admin/admin.php:4360
|
2782 |
-
msgid "eg: https://your-site.tumblr.com"
|
2783 |
-
msgstr "пример: https://your-site.tumblr.com"
|
2784 |
-
|
2785 |
-
#: inc/admin/admin-wizard.php:513
|
2786 |
-
#: inc/admin/admin-wizard.php:656
|
2787 |
-
#: inc/admin/admin-wizard.php:763
|
2788 |
-
msgid "Continue"
|
2789 |
-
msgstr ""
|
2790 |
-
|
2791 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:540
|
2792 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:209
|
2793 |
-
msgid "OL"
|
2794 |
-
msgstr ""
|
2795 |
-
|
2796 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:548
|
2797 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:220
|
2798 |
-
msgid "UL"
|
2799 |
-
msgstr ""
|
2800 |
-
|
2801 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:548
|
2802 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:224
|
2803 |
-
#, fuzzy
|
2804 |
-
msgid "Default: index"
|
2805 |
-
msgstr "По подразбиране"
|
2806 |
-
|
2807 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:558
|
2808 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:236
|
2809 |
-
msgid "H2"
|
2810 |
-
msgstr ""
|
2811 |
-
|
2812 |
-
#: inc/admin/admin-wizard.php:589
|
2813 |
-
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
2814 |
-
msgstr ""
|
2815 |
-
|
2816 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:574
|
2817 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:258
|
2818 |
-
msgid "H4"
|
2819 |
-
msgstr ""
|
2820 |
-
|
2821 |
-
#: inc/admin/admin-wizard.php:618
|
2822 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
2823 |
-
msgstr ""
|
2824 |
-
|
2825 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:590
|
2826 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/edit.js:280
|
2827 |
-
msgid "H6"
|
2828 |
-
msgstr ""
|
2829 |
-
|
2830 |
-
#: inc/admin/admin-wizard.php:647
|
2831 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2832 |
-
msgstr ""
|
2833 |
-
|
2834 |
-
#: inc/admin/admin-wizard.php:730
|
2835 |
-
#: inc/admin/admin.php:3471
|
2836 |
-
msgid "Do not display author archives in search engine results <strong>(noindex)</strong>"
|
2837 |
-
msgstr ""
|
2838 |
-
|
2839 |
-
#: inc/admin/admin-wizard.php:733
|
2840 |
-
msgid "You only have one author on your site? Check this option to avoid duplicate content."
|
2841 |
-
msgstr ""
|
2842 |
-
|
2843 |
-
#: inc/admin/admin-wizard.php:742
|
2844 |
-
#: inc/admin/admin.php:5658
|
2845 |
-
msgid "Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"
|
2846 |
-
msgstr ""
|
2847 |
-
|
2848 |
-
#: inc/admin/admin-wizard.php:745
|
2849 |
-
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."
|
2850 |
-
msgstr ""
|
2851 |
-
|
2852 |
-
#: inc/admin/admin-wizard.php:754
|
2853 |
-
#: inc/admin/admin.php:5783
|
2854 |
-
msgid "Remove /category/ in your permalinks"
|
2855 |
-
msgstr "Премахване на /category/ от вашите статични връзки"
|
2856 |
-
|
2857 |
-
#: inc/admin/admin-wizard.php:757
|
2858 |
-
msgid "Shorten your URLs by removing /category/ and improve your SEO."
|
2859 |
-
msgstr ""
|
2860 |
-
|
2861 |
-
#: inc/admin/admin-wizard.php:807
|
2862 |
-
#, fuzzy
|
2863 |
-
msgid "Your site is now ready for search engines!"
|
2864 |
-
msgstr "Вашият сайт не е видим за търсачките!"
|
2865 |
-
|
2866 |
-
#: inc/admin/admin-wizard.php:812
|
2867 |
-
#: inc/functions/options-advanced-admin.php:18
|
2868 |
-
msgid "Welcome to SEOPress PRO!"
|
2869 |
-
msgstr ""
|
2870 |
-
|
2871 |
-
#: inc/admin/admin-wizard.php:815
|
2872 |
-
#: inc/functions/options-advanced-admin.php:19
|
2873 |
-
#, fuzzy
|
2874 |
-
msgid "Please activate your license to receive automatic updates and get premium support."
|
2875 |
-
msgstr "Вие нямате лицензионен ключ, за да получавате обновления и поддръжка"
|
2876 |
-
|
2877 |
-
#: inc/admin/admin-wizard.php:820
|
2878 |
-
#: inc/functions/options-advanced-admin.php:20
|
2879 |
-
#, fuzzy
|
2880 |
-
msgid "Activate License"
|
2881 |
-
msgstr "Лиценз"
|
2882 |
-
|
2883 |
-
#: inc/admin/admin-wizard.php:827
|
2884 |
-
msgid "Go PRO with SEOPress PRO!"
|
2885 |
-
msgstr ""
|
2886 |
-
|
2887 |
-
#: inc/admin/admin-wizard.php:830
|
2888 |
-
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."
|
2889 |
-
msgstr ""
|
2890 |
-
|
2891 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:763
|
2892 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/image-control.js:71
|
2893 |
-
msgid "To edit the background image, you need permission to upload media."
|
2894 |
-
msgstr ""
|
2895 |
-
|
2896 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:769
|
2897 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:779
|
2898 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:781
|
2899 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/image-control.js:81
|
2900 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/image-control.js:96
|
2901 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/image-control.js:104
|
2902 |
-
#, fuzzy
|
2903 |
-
msgid "Create your XML sitemaps"
|
2904 |
-
msgstr "Вижте картата на сайта"
|
2905 |
-
|
2906 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/build/index.js:788
|
2907 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/image-control.js:115
|
2908 |
-
msgid "Remove Image"
|
2909 |
-
msgstr ""
|
2910 |
-
|
2911 |
-
#: inc/admin/page-builders/gutenberg/inc/blocks/faq-block/src/index.js:8
|
2912 |
-
msgid "FAQ"
|
2913 |
-
msgstr ""
|
2914 |
-
|
2915 |
-
#: inc/admin/sections/Advanced.php:9
|
2916 |
-
#, fuzzy
|
2917 |
-
msgid "Configure your XML sitemaps"
|
2918 |
-
msgstr "Вижте картата на сайта"
|
2919 |
-
|
2920 |
-
#: inc/admin/sections/Advanced.php:19
|
2921 |
-
#, fuzzy
|
2922 |
-
msgid "Follow us:"
|
2923 |
-
msgstr "Nofollow?"
|
2924 |
-
|
2925 |
-
#: inc/admin/sections/Advanced.php:29
|
2926 |
-
#, fuzzy
|
2927 |
-
msgid "Like our Facebook page"
|
2928 |
-
msgstr "Въведете Вашето заглавие за Facebook"
|
2929 |
-
|
2930 |
-
#: inc/admin/sections/Advanced.php:33
|
2931 |
-
msgid "Check a user role to prevent it to edit a specific metabox."
|
2932 |
-
msgstr ""
|
2933 |
-
|
2934 |
-
#: inc/admin/sections/Advanced.php:45
|
2935 |
-
msgid "SEOPress settings pages"
|
2936 |
-
msgstr ""
|
2937 |
-
|
2938 |
-
#: inc/admin/sections/Advanced.php:49
|
2939 |
-
msgid "Check a user role to allow it to edit a specific settings page."
|
2940 |
-
msgstr ""
|
2941 |
-
|
2942 |
-
#: inc/admin/sections/Analytics.php:9
|
2943 |
-
#, fuzzy
|
2944 |
-
msgid "Visit Dashboard"
|
2945 |
-
msgstr "Статистики в Таблото"
|
2946 |
-
|
2947 |
-
#: inc/admin/admin-wizard.php:899
|
2948 |
-
#, fuzzy
|
2949 |
-
msgid "Review Settings"
|
2950 |
-
msgstr "Нулиране на настройките"
|
2951 |
-
|
2952 |
-
#: inc/admin/admin-wizard.php:902
|
2953 |
-
#, fuzzy
|
2954 |
-
msgid "Knowledge base"
|
2955 |
-
msgstr "Графика"
|
2956 |
-
|
2957 |
-
#: inc/admin/sections/Analytics.php:33
|
2958 |
-
#, fuzzy
|
2959 |
-
#| msgid "<p>Configure your Google Analytics tracking code</p>"
|
2960 |
-
msgid "Configure your Google Analytics tracking code."
|
2961 |
-
msgstr "<p>Конфигуриране на Вашия код за следене в Google Analytics</p>"
|
2962 |
-
|
2963 |
-
#: inc/admin/sections/Analytics.php:43
|
2964 |
-
#, fuzzy
|
2965 |
-
#| msgid "Track everything about your visitors with Google Analytics"
|
2966 |
-
msgid "Track events in Google Analytics."
|
2967 |
-
msgstr "Проследяване на всякаква информация за посетителите Ви с Google Analytics"
|
2968 |
-
|
2969 |
-
#: inc/admin/sections/Analytics.php:53
|
2970 |
-
#, fuzzy
|
2971 |
-
msgid "Analytics"
|
2972 |
-
msgstr "Google Analytics"
|
2973 |
-
|
2974 |
-
#: inc/admin/sections/Analytics.php:56
|
2975 |
-
msgid "Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself."
|
2976 |
-
msgstr ""
|
2977 |
-
|
2978 |
-
#: inc/admin/sections/Analytics.php:59
|
2979 |
-
msgid "Use them to collect and analyze data that Analytics doesn't automatically track."
|
2980 |
-
msgstr ""
|
2981 |
-
|
2982 |
-
#: inc/admin/sections/Analytics.php:62
|
2983 |
-
msgid "Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon."
|
2984 |
-
msgstr ""
|
2985 |
-
|
2986 |
-
#: inc/admin/sections/Analytics.php:67
|
2987 |
-
msgid "Custom dimensions also work with <strong>Matomo</strong> tracking code."
|
2988 |
-
msgstr ""
|
2989 |
-
|
2990 |
-
#: inc/admin/admin.php:205
|
2991 |
-
#: inc/admin/admin.php:2945
|
2992 |
-
#: inc/admin/admin.php:2956
|
2993 |
-
msgid "Tagline"
|
2994 |
-
msgstr "Подзаглавие"
|
2995 |
-
|
2996 |
-
#: inc/admin/admin.php:206
|
2997 |
-
#, fuzzy,php-format
|
2998 |
-
msgid "%%post_title%% (alias %%title%%)"
|
2999 |
-
msgstr "%%post_title%%"
|
3000 |
-
|
3001 |
-
#: inc/admin/admin.php:206
|
3002 |
-
msgid "Post Title (post, page, custom post type)"
|
3003 |
-
msgstr "Заглавие на публикация (публикация, страница, допълнителен тип публикация)"
|
3004 |
-
|
3005 |
-
#: inc/admin/admin.php:207
|
3006 |
-
#, fuzzy,php-format
|
3007 |
-
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
3008 |
-
msgstr "%%post_excerpt%%"
|
3009 |
-
|
3010 |
-
#: inc/admin/sections/Sitemaps.php:11
|
3011 |
-
#, fuzzy
|
3012 |
-
#| msgid ""
|
3013 |
-
#| "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix "
|
3014 |
-
#| "this."
|
3015 |
-
msgid "Your permalinks are not <strong>SEO Friendly</strong>! Enable <strong>pretty permalinks</strong> to fix this."
|
3016 |
-
msgstr "Вашите статични връзки не са SEO оптимизирани! Изберете качествени връзки, за да поправите това."
|
3017 |
-
|
3018 |
-
#: inc/admin/admin.php:208
|
3019 |
-
#, fuzzy,php-format
|
3020 |
-
msgid "%%post_content%%"
|
3021 |
-
msgstr "%%post_date%%"
|
3022 |
-
|
3023 |
-
#: inc/admin/admin.php:208
|
3024 |
-
#, fuzzy
|
3025 |
-
msgid "Post content / product long description"
|
3026 |
-
msgstr "Въведете Вашето мета описание"
|
3027 |
-
|
3028 |
-
#: inc/admin/admin.php:209
|
3029 |
-
#, fuzzy,php-format
|
3030 |
-
msgid "%%post_thumbnail_url%%"
|
3031 |
-
msgstr "%%post_title%%"
|
3032 |
-
|
3033 |
-
#: inc/admin/sections/Sitemaps.php:51
|
3034 |
-
#, fuzzy
|
3035 |
-
msgid "Post thumbnail URL"
|
3036 |
-
msgstr "Twitter миниатюра"
|
3037 |
-
|
3038 |
-
#: inc/admin/admin.php:210
|
3039 |
-
#, fuzzy,php-format
|
3040 |
-
msgid "%%post_date%% (alias %%date%%)"
|
3041 |
-
msgstr "%%post_date%%"
|
3042 |
-
|
3043 |
-
#: inc/admin/sections/Sitemaps.php:61
|
3044 |
-
msgid "Blank sitemap?"
|
3045 |
-
msgstr ""
|
3046 |
-
|
3047 |
-
#: inc/admin/admin.php:211
|
3048 |
-
#, fuzzy,php-format
|
3049 |
-
msgid "%%post_modified_date%%"
|
3050 |
-
msgstr "%%post_date%%"
|
3051 |
-
|
3052 |
-
#: inc/admin/sections/Sitemaps.php:73
|
3053 |
-
msgid "HTML error? Exclude XML and XSL from caching plugins!"
|
3054 |
-
msgstr ""
|
3055 |
-
|
3056 |
-
#: inc/admin/sections/Sitemaps.php:80
|
3057 |
-
msgid "View your sitemap"
|
3058 |
-
msgstr "Вижте картата на сайта"
|
3059 |
-
|
3060 |
-
#: inc/admin/admin.php:212
|
3061 |
-
#: inc/admin/admin.php:3438
|
3062 |
-
msgid "Post author"
|
3063 |
-
msgstr "Автор"
|
3064 |
-
|
3065 |
-
#: inc/admin/admin.php:213
|
3066 |
-
#, fuzzy,php-format
|
3067 |
-
msgid "%%post_category%%"
|
3068 |
-
msgstr "%%post_author%%"
|
3069 |
-
|
3070 |
-
#: inc/admin/sections/Sitemaps.php:101
|
3071 |
-
#, fuzzy
|
3072 |
-
msgid "Post category"
|
3073 |
-
msgstr "Автор"
|
3074 |
-
|
3075 |
-
#: inc/admin/admin.php:214
|
3076 |
-
#, fuzzy,php-format
|
3077 |
-
msgid "%%post_tag%%"
|
3078 |
-
msgstr "%%post_date%%"
|
3079 |
-
|
3080 |
-
#: inc/admin/sections/Sitemaps.php:123
|
3081 |
-
#, fuzzy
|
3082 |
-
msgid "Post tag"
|
3083 |
-
msgstr "Дата на публикуване"
|
3084 |
-
|
3085 |
-
#: inc/admin/admin.php:215
|
3086 |
-
#, php-format
|
3087 |
-
msgid "%%_category_title%%"
|
3088 |
-
msgstr "%%_category_title%%"
|
3089 |
-
|
3090 |
-
#: inc/admin/admin.php:215
|
3091 |
-
msgid "Category title"
|
3092 |
-
msgstr "Заглавие на категория"
|
3093 |
-
|
3094 |
-
#: inc/admin/admin.php:216
|
3095 |
-
#, php-format
|
3096 |
-
msgid "%%_category_description%%"
|
3097 |
-
msgstr "%%_category_description%%"
|
3098 |
-
|
3099 |
-
#: inc/admin/admin.php:216
|
3100 |
-
msgid "Category description"
|
3101 |
-
msgstr "Описание на категория"
|
3102 |
-
|
3103 |
-
#: inc/admin/admin.php:217
|
3104 |
-
#, php-format
|
3105 |
-
msgid "%%tag_title%%"
|
3106 |
-
msgstr "%%tag_title%%"
|
3107 |
-
|
3108 |
-
#: inc/admin/admin.php:217
|
3109 |
-
msgid "Tag title"
|
3110 |
-
msgstr "Заглавие на етикет"
|
3111 |
-
|
3112 |
-
#: inc/admin/admin.php:218
|
3113 |
-
#, php-format
|
3114 |
-
msgid "%%tag_description%%"
|
3115 |
-
msgstr "%%tag_description%%"
|
3116 |
-
|
3117 |
-
#: inc/admin/sections/Sitemaps.php:133
|
3118 |
-
#, fuzzy
|
3119 |
-
#| msgid "<p>Include / Exclude Taxonomies</p>"
|
3120 |
-
msgid "Include/Exclude Taxonomies."
|
3121 |
-
msgstr "<p>Включване / Изключване на класификациите</p>"
|
3122 |
-
|
3123 |
-
#: inc/admin/sections/Social.php:8
|
3124 |
-
#, fuzzy
|
3125 |
-
#| msgid "<p>Configure Google Knowledge Graph</p>"
|
3126 |
-
msgid "Configure Google Knowledge Graph."
|
3127 |
-
msgstr "<p>Конфигуриране на Google Knowledge Graph</p>"
|
3128 |
-
|
3129 |
-
#: inc/admin/sections/Social.php:14
|
3130 |
-
msgid "Learn more on Google official website."
|
3131 |
-
msgstr ""
|
3132 |
-
|
3133 |
-
#: inc/admin/sections/Social.php:24
|
3134 |
-
#, fuzzy
|
3135 |
-
#| msgid "<p>Link your site with your social accounts</p>"
|
3136 |
-
msgid "Link your site with your social accounts."
|
3137 |
-
msgstr "<p>Свържете Вашия сайт със социалните си профили</p>"
|
3138 |
-
|
3139 |
-
#: inc/admin/sections/Social.php:25
|
3140 |
-
msgid "Use markup on your website to add your social profile information to a Google Knowledge panel."
|
3141 |
-
msgstr ""
|
3142 |
-
|
3143 |
-
#: inc/admin/sections/Social.php:27
|
3144 |
-
msgid "Knowledge panels prominently display your social profile information in some Google Search results."
|
3145 |
-
msgstr ""
|
3146 |
-
|
3147 |
-
#: inc/admin/sections/Social.php:29
|
3148 |
-
msgid "Filling in these fields does not guarantee the display of this data in search results."
|
3149 |
-
msgstr ""
|
3150 |
-
|
3151 |
-
#: inc/admin/sections/Social.php:39
|
3152 |
-
#, fuzzy
|
3153 |
-
#| msgid "<p>Manage Open Graph datas</p>"
|
3154 |
-
msgid "Manage Open Graph data."
|
3155 |
-
msgstr "<p>Управление на Open Graph данни</p>"
|
3156 |
-
|
3157 |
-
#: inc/admin/sections/Social.php:40 inc/admin/sections/Social.php:72
|
3158 |
-
#, fuzzy
|
3159 |
-
#| msgid "Enable Twitter Card"
|
3160 |
-
msgid "Manage Facebook Open Graph and Twitter Cards metas - new window"
|
3161 |
-
msgstr "Включване на Twitter картичка"
|
3162 |
-
|
3163 |
-
#: inc/admin/sections/Social.php:45
|
3164 |
-
msgid "We generate the <strong>og:image</strong> meta in this order:"
|
3165 |
-
msgstr ""
|
3166 |
-
|
3167 |
-
#: inc/admin/sections/Social.php:50
|
3168 |
-
msgid "Custom OG Image from SEO metabox"
|
3169 |
-
msgstr ""
|
3170 |
-
|
3171 |
-
#: inc/admin/sections/Social.php:53 inc/admin/sections/Social.php:85
|
3172 |
-
msgid "Post thumbnail / Product category thumbnail"
|
3173 |
-
msgstr ""
|
3174 |
-
|
3175 |
-
#: inc/admin/sections/Social.php:56 inc/admin/sections/Social.php:88
|
3176 |
-
msgid "First image of your post content"
|
3177 |
-
msgstr ""
|
3178 |
-
|
3179 |
-
#: inc/admin/admin.php:225
|
3180 |
-
#, fuzzy,php-format
|
3181 |
-
msgid "%%archive_title%%"
|
3182 |
-
msgstr "%%tag_title%%"
|
3183 |
-
|
3184 |
-
#: inc/admin/sections/Social.php:71
|
3185 |
-
#, fuzzy
|
3186 |
-
msgid "Archive title"
|
3187 |
-
msgstr "Дата на архива"
|
3188 |
-
|
3189 |
-
#: inc/admin/admin.php:226
|
3190 |
-
#, fuzzy,php-format
|
3191 |
-
msgid "%%archive_date%%"
|
3192 |
-
msgstr "Дата на архива"
|
3193 |
-
|
3194 |
-
#: inc/admin/admin.php:226
|
3195 |
-
msgid "Date Archive"
|
3196 |
-
msgstr "Дата на архива"
|
3197 |
-
|
3198 |
-
#: inc/admin/admin.php:227
|
3199 |
-
#, fuzzy,php-format
|
3200 |
-
msgid "%%archive_date_day%%"
|
3201 |
-
msgstr "Дата на архива"
|
3202 |
-
|
3203 |
-
#: inc/admin/admin.php:227
|
3204 |
-
#, fuzzy
|
3205 |
-
msgid "Day Archive date"
|
3206 |
-
msgstr "Дата на архива"
|
3207 |
-
|
3208 |
-
#: inc/admin/sections/Social.php:91
|
3209 |
-
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
3210 |
-
msgstr ""
|
3211 |
-
|
3212 |
-
#: inc/admin/sections/Titles.php:7
|
3213 |
-
#, fuzzy
|
3214 |
-
msgid "Month Archive title"
|
3215 |
-
msgstr "Дата на архива"
|
3216 |
-
|
3217 |
-
#: inc/admin/admin.php:229
|
3218 |
-
#, fuzzy,php-format
|
3219 |
-
msgid "%%archive_date_year%%"
|
3220 |
-
msgstr "Дата на архива"
|
3221 |
-
|
3222 |
-
#: inc/admin/sections/Titles.php:32
|
3223 |
-
#, fuzzy
|
3224 |
-
msgid "Year Archive title"
|
3225 |
-
msgstr "Дата на архива"
|
3226 |
-
|
3227 |
-
#: inc/admin/sections/Titles.php:40
|
3228 |
-
#, fuzzy
|
3229 |
-
#| msgid "<p>Customize your metas for all taxonomies archives</p>"
|
3230 |
-
msgid "Customize your metas for all taxonomies archives."
|
3231 |
-
msgstr "<p>Настройте Вашите мета данни за всички класифицирани архиви</p>"
|
3232 |
-
|
3233 |
-
#: inc/admin/sections/Titles.php:48
|
3234 |
-
#, fuzzy
|
3235 |
-
#| msgid "<p>Customize your metas for all archives</p>"
|
3236 |
-
msgid "Customize your metas for all archives."
|
3237 |
-
msgstr "<p>Настройте Вашите мета данни за всички архиви</p>"
|
3238 |
-
|
3239 |
-
#: inc/admin/admin.php:230
|
3240 |
-
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)"
|
3241 |
-
msgstr ""
|
3242 |
-
|
3243 |
-
#: inc/admin/sections/Tools.php:12
|
3244 |
-
msgid "Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you."
|
3245 |
-
msgstr ""
|
3246 |
-
|
3247 |
-
#: inc/admin/admin.php:231
|
3248 |
-
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)"
|
3249 |
-
msgstr ""
|
3250 |
-
|
3251 |
-
#: inc/admin/sections/Tools.php:18
|
3252 |
-
#, fuzzy
|
3253 |
-
#| msgid "Enter your meta description"
|
3254 |
-
msgid "Learn more about automatic meta descriptions"
|
3255 |
-
msgstr "Въведете Вашето мета описание"
|
3256 |
-
|
3257 |
-
#: inc/admin/settings/Advanced.php:16
|
3258 |
-
msgid "Add WP Editor to taxonomy description textarea"
|
3259 |
-
msgstr ""
|
3260 |
-
|
3261 |
-
#: inc/admin/settings/Advanced.php:24
|
3262 |
-
msgid "Remove /category/ in URL"
|
3263 |
-
msgstr "Премахване на /category/ в URL"
|
3264 |
-
|
3265 |
-
#: inc/admin/settings/Advanced.php:32
|
3266 |
-
#, fuzzy
|
3267 |
-
#| msgid "Remove /category/ in URL"
|
3268 |
-
msgid "Remove /product-category/ in URL"
|
3269 |
-
msgstr "Премахване на /category/ в URL"
|
3270 |
-
|
3271 |
-
#: inc/admin/settings/Advanced.php:48
|
3272 |
-
msgid "Remove WordPress generator meta tag"
|
3273 |
-
msgstr ""
|
3274 |
-
|
3275 |
-
#: inc/admin/settings/Advanced.php:56
|
3276 |
-
msgid "Remove hentry post class"
|
3277 |
-
msgstr ""
|
3278 |
-
|
3279 |
-
#: inc/admin/settings/Advanced.php:64
|
3280 |
-
#, fuzzy
|
3281 |
-
#| msgid "Remove /category/ in URL"
|
3282 |
-
msgid "Remove author URL"
|
3283 |
-
msgstr "Премахване на /category/ в URL"
|
3284 |
-
|
3285 |
-
#: inc/admin/settings/Advanced.php:72
|
3286 |
-
msgid "Remove website field in comment form"
|
3287 |
-
msgstr ""
|
3288 |
-
|
3289 |
-
#: inc/admin/settings/Advanced.php:80
|
3290 |
-
msgid "Remove WordPress shortlink meta tag"
|
3291 |
-
msgstr ""
|
3292 |
-
|
3293 |
-
#: inc/admin/admin.php:234
|
3294 |
-
#, fuzzy
|
3295 |
-
msgid "Single product short description"
|
3296 |
-
msgstr "Въведете Вашето мета описание"
|
3297 |
-
|
3298 |
-
#: inc/admin/settings/Advanced.php:96
|
3299 |
-
msgid "Remove RSD meta tag"
|
3300 |
-
msgstr ""
|
3301 |
-
|
3302 |
-
#: inc/admin/settings/Advanced.php:145
|
3303 |
-
#, fuzzy
|
3304 |
-
msgid "Single product price"
|
3305 |
-
msgstr "Въведете Вашето мета описание"
|
3306 |
-
|
3307 |
-
#: inc/admin/settings/Advanced.php:153
|
3308 |
-
#, fuzzy
|
3309 |
-
#| msgid "SEOPress in admin bar"
|
3310 |
-
msgid "Noindex in admin bar"
|
3311 |
-
msgstr "SEOPress в административната лента"
|
3312 |
-
|
3313 |
-
#: inc/admin/settings/Advanced.php:161
|
3314 |
-
msgid "Move SEO metabox's position"
|
3315 |
-
msgstr ""
|
3316 |
-
|
3317 |
-
#: inc/admin/settings/Advanced.php:170
|
3318 |
-
msgid "Set default tab for Structured data metabox"
|
3319 |
-
msgstr ""
|
3320 |
-
|
3321 |
-
#: inc/admin/settings/Advanced.php:179
|
3322 |
-
#, fuzzy
|
3323 |
-
#| msgid "Notifications Center"
|
3324 |
-
msgid "Hide Notifications Center"
|
3325 |
-
msgstr "Център за известия"
|
3326 |
-
|
3327 |
-
#: inc/admin/settings/Advanced.php:187
|
3328 |
-
msgid "Hide SEO News"
|
3329 |
-
msgstr ""
|
3330 |
-
|
3331 |
-
#: inc/admin/settings/Advanced.php:195
|
3332 |
-
msgid "Hide SEO tools"
|
3333 |
-
msgstr ""
|
3334 |
-
|
3335 |
-
#: inc/admin/admin.php:238
|
3336 |
-
#, fuzzy,php-format
|
3337 |
-
msgid "%%currentday%%"
|
3338 |
-
msgstr "%%current_pagination%%"
|
3339 |
-
|
3340 |
-
#: inc/admin/settings/Advanced.php:219
|
3341 |
-
#, fuzzy
|
3342 |
-
msgid "Current day"
|
3343 |
-
msgstr "Текущ номер на страница"
|
3344 |
-
|
3345 |
-
#: inc/admin/admin.php:239
|
3346 |
-
#, fuzzy,php-format
|
3347 |
-
msgid "%%currentmonth%%"
|
3348 |
-
msgstr "%%current_pagination%%"
|
3349 |
-
|
3350 |
-
#: inc/admin/settings/Advanced.php:235
|
3351 |
-
#, fuzzy
|
3352 |
-
#| msgid "Show noindex column in post types"
|
3353 |
-
msgid "Show canonical URL column in post types"
|
3354 |
-
msgstr "Показва колона noindex в типове публикации"
|
3355 |
-
|
3356 |
-
#: inc/admin/admin.php:240
|
3357 |
-
#, fuzzy,php-format
|
3358 |
-
msgid "%%currentmonth_short%%"
|
3359 |
-
msgstr "%%current_pagination%%"
|
3360 |
-
|
3361 |
-
#: inc/admin/settings/Advanced.php:267
|
3362 |
-
msgid "Show total number of words column in post types"
|
3363 |
-
msgstr ""
|
3364 |
-
|
3365 |
-
#: inc/admin/admin.php:241
|
3366 |
-
#, fuzzy,php-format
|
3367 |
-
msgid "%%currentyear%%"
|
3368 |
-
msgstr "%%current_pagination%%"
|
3369 |
-
|
3370 |
-
#: inc/admin/settings/Advanced.php:286
|
3371 |
-
#, fuzzy
|
3372 |
-
msgid "Current year"
|
3373 |
-
msgstr "Текущ номер на страница"
|
3374 |
-
|
3375 |
-
#: inc/admin/admin.php:242
|
3376 |
-
#, fuzzy,php-format
|
3377 |
-
msgid "%%currentdate%%"
|
3378 |
-
msgstr "%%current_pagination%%"
|
3379 |
-
|
3380 |
-
#: inc/admin/settings/Advanced.php:311
|
3381 |
-
#, fuzzy
|
3382 |
-
msgid "Current date"
|
3383 |
-
msgstr "Текущ номер на страница"
|
3384 |
-
|
3385 |
-
#: inc/admin/admin.php:243
|
3386 |
-
#, fuzzy,php-format
|
3387 |
-
msgid "%%currenttime%%"
|
3388 |
-
msgstr "%%current_pagination%%"
|
3389 |
-
|
3390 |
-
#: inc/admin/settings/Advanced.php:327
|
3391 |
-
#, fuzzy
|
3392 |
-
msgid "Current time"
|
3393 |
-
msgstr "Текущ номер на страница"
|
3394 |
-
|
3395 |
-
#: inc/admin/admin.php:244
|
3396 |
-
#, fuzzy,php-format
|
3397 |
-
msgid "%%author_bio%%"
|
3398 |
-
msgstr "%%post_author%%"
|
3399 |
-
|
3400 |
-
#: inc/admin/settings/Advanced.php:360
|
3401 |
-
#, fuzzy
|
3402 |
-
msgid "Author bio, meta desc only"
|
3403 |
-
msgstr "Въведете Вашето мета описание"
|
3404 |
-
|
3405 |
-
#: inc/admin/settings/Analytics.php:16
|
3406 |
-
msgid "Enable Google Analytics tracking"
|
3407 |
-
msgstr "Включване на Google Analytics следене"
|
3408 |
-
|
3409 |
-
#: inc/admin/admin.php:258
|
3410 |
-
#: inc/admin/admin.php:266
|
3411 |
-
msgid "Browse our guides"
|
3412 |
-
msgstr ""
|
3413 |
-
|
3414 |
-
#: inc/admin/admin.php:259
|
3415 |
-
#: inc/admin/admin.php:267
|
3416 |
-
msgid "Read our FAQ"
|
3417 |
-
msgstr ""
|
3418 |
-
|
3419 |
-
#: inc/admin/admin.php:260
|
3420 |
-
#: inc/admin/admin.php:268
|
3421 |
-
msgid "Check our website"
|
3422 |
-
msgstr ""
|
3423 |
-
|
3424 |
-
#: inc/admin/admin.php:280
|
3425 |
-
msgid "Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."
|
3426 |
-
msgstr ""
|
3427 |
-
|
3428 |
-
#: inc/admin/settings/Analytics.php:105
|
3429 |
-
msgid "Close button"
|
3430 |
-
msgstr ""
|
3431 |
-
|
3432 |
-
#: inc/admin/admin.php:334
|
3433 |
-
#: inc/admin/admin.php:338
|
3434 |
-
#: inc/admin/admin.php:401
|
3435 |
-
#: inc/admin/admin.php:405
|
3436 |
-
#: inc/admin/admin.php:466
|
3437 |
-
#: inc/admin/admin.php:470
|
3438 |
-
#: inc/admin/admin.php:533
|
3439 |
-
#: inc/admin/admin.php:537
|
3440 |
-
#: inc/admin/admin.php:618
|
3441 |
-
#: inc/admin/admin.php:622
|
3442 |
-
msgid "Click to disable this feature"
|
3443 |
-
msgstr "Щракнете, за да изключите функцията"
|
3444 |
-
|
3445 |
-
#: inc/admin/admin.php:335
|
3446 |
-
#: inc/admin/admin.php:337
|
3447 |
-
#: inc/admin/admin.php:402
|
3448 |
-
#: inc/admin/admin.php:404
|
3449 |
-
#: inc/admin/admin.php:467
|
3450 |
-
#: inc/admin/admin.php:469
|
3451 |
-
#: inc/admin/admin.php:534
|
3452 |
-
#: inc/admin/admin.php:536
|
3453 |
-
#: inc/admin/admin.php:619
|
3454 |
-
#: inc/admin/admin.php:621
|
3455 |
-
msgid "Click to enable this feature"
|
3456 |
-
msgstr "Щракнете, за да включите функцията"
|
3457 |
-
|
3458 |
-
#: inc/admin/settings/Analytics.php:129
|
3459 |
-
msgid "Cookie bar position"
|
3460 |
-
msgstr ""
|
3461 |
-
|
3462 |
-
#: inc/admin/settings/Analytics.php:137
|
3463 |
-
msgid "Text alignment"
|
3464 |
-
msgstr ""
|
3465 |
-
|
3466 |
-
#: inc/admin/settings/Analytics.php:145
|
3467 |
-
msgid "Cookie bar width"
|
3468 |
-
msgstr ""
|
3469 |
-
|
3470 |
-
#: inc/admin/admin.php:355
|
3471 |
-
#: inc/admin/admin.php:421
|
3472 |
-
msgid "Taxonomies"
|
3473 |
-
msgstr "Класификации"
|
3474 |
-
|
3475 |
-
#: inc/admin/admin.php:419
|
3476 |
-
#: inc/admin/admin.php:552
|
3477 |
-
#: inc/admin/admin.php:562
|
3478 |
-
msgid "General"
|
3479 |
-
msgstr "Общо"
|
3480 |
-
|
3481 |
-
#: inc/admin/settings/Analytics.php:283
|
3482 |
-
msgid "[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)"
|
3483 |
-
msgstr ""
|
3484 |
-
|
3485 |
-
#: inc/admin/settings/Analytics.php:291
|
3486 |
-
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
3487 |
-
msgstr ""
|
3488 |
-
|
3489 |
-
#: inc/admin/settings/Analytics.php:299
|
3490 |
-
msgid "[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
3491 |
-
msgstr ""
|
3492 |
-
|
3493 |
-
#: inc/admin/settings/Analytics.php:365
|
3494 |
-
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
3495 |
-
msgstr ""
|
3496 |
-
|
3497 |
-
#: inc/admin/settings/Analytics.php:381
|
3498 |
-
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
3499 |
-
msgstr ""
|
3500 |
-
|
3501 |
-
#: inc/admin/settings/Analytics.php:407
|
3502 |
-
msgid "Track Authors"
|
3503 |
-
msgstr "Следене на автори"
|
3504 |
-
|
3505 |
-
#: inc/admin/settings/Analytics.php:415
|
3506 |
-
msgid "Track Categories"
|
3507 |
-
msgstr "Следене на категории"
|
3508 |
-
|
3509 |
-
#: inc/admin/settings/Analytics.php:423
|
3510 |
-
msgid "Track Tags"
|
3511 |
-
msgstr "Следене на етикети"
|
3512 |
-
|
3513 |
-
#: inc/admin/settings/Analytics.php:431
|
3514 |
-
msgid "Track Post Types"
|
3515 |
-
msgstr "Следене на типове публикации"
|
3516 |
-
|
3517 |
-
#: inc/admin/settings/Analytics.php:439
|
3518 |
-
msgid "Track Logged In Users"
|
3519 |
-
msgstr "Следене на влезлите в системата потребители"
|
3520 |
-
|
3521 |
-
#: inc/admin/settings/Analytics.php:456
|
3522 |
-
#, fuzzy
|
3523 |
-
msgid "Facebook (Open Graph)"
|
3524 |
-
msgstr "ID на Facebook App"
|
3525 |
-
|
3526 |
-
#: inc/admin/settings/Analytics.php:472
|
3527 |
-
#, fuzzy
|
3528 |
-
msgid "Twitter (Twitter card)"
|
3529 |
-
msgstr "Заглавие за Twitter"
|
3530 |
-
|
3531 |
-
#: inc/admin/admin.php:553
|
3532 |
-
#: inc/admin/admin.php:563
|
3533 |
-
msgid "Tracking"
|
3534 |
-
msgstr "Проследяване"
|
3535 |
-
|
3536 |
-
#: inc/admin/admin.php:554
|
3537 |
-
#: inc/admin/admin.php:564
|
3538 |
-
msgid "Events"
|
3539 |
-
msgstr ""
|
3540 |
-
|
3541 |
-
#: inc/admin/admin.php:555
|
3542 |
-
#: inc/admin/admin.php:565
|
3543 |
-
msgid "Custom Dimensions"
|
3544 |
-
msgstr "Допълнителни размери"
|
3545 |
-
|
3546 |
-
#: inc/admin/settings/Analytics.php:527
|
3547 |
-
msgid "Disable all tracking cookies"
|
3548 |
-
msgstr ""
|
3549 |
-
|
3550 |
-
#: inc/admin/admin.php:557
|
3551 |
-
#: inc/admin/admin.php:566
|
3552 |
-
msgid "Cookie bar / GDPR"
|
3553 |
-
msgstr ""
|
3554 |
-
|
3555 |
-
#: inc/admin/admin.php:558
|
3556 |
-
#: inc/admin/admin.php:567
|
3557 |
-
msgid "Matomo"
|
3558 |
-
msgstr ""
|
3559 |
-
|
3560 |
-
#: inc/admin/settings/ImageSEO.php:16
|
3561 |
-
msgid "Redirect attachment pages to post parent"
|
3562 |
-
msgstr "Пренасочване на прикачени страници към основната"
|
3563 |
-
|
3564 |
-
#: inc/admin/settings/ImageSEO.php:24
|
3565 |
-
#, fuzzy
|
3566 |
-
#| msgid "Redirect attachment pages to post parent"
|
3567 |
-
msgid "Redirect attachment pages to their file URL"
|
3568 |
-
msgstr "Пренасочване на прикачени страници към основната"
|
3569 |
-
|
3570 |
-
#: inc/admin/settings/ImageSEO.php:32
|
3571 |
-
msgid "Remove ?replytocom link to avoid duplicate content"
|
3572 |
-
msgstr ""
|
3573 |
-
|
3574 |
-
#: inc/admin/admin.php:673
|
3575 |
-
#: seopress.php:408
|
3576 |
-
msgid "Settings"
|
3577 |
-
msgstr "Настройки"
|
3578 |
-
|
3579 |
-
#: inc/admin/admin.php:674
|
3580 |
-
msgid "Plugins"
|
3581 |
-
msgstr ""
|
3582 |
-
|
3583 |
-
#: inc/admin/settings/ImageSEO.php:48
|
3584 |
-
msgid "Automatically set the image Alt text"
|
3585 |
-
msgstr ""
|
3586 |
-
|
3587 |
-
#: inc/admin/admin.php:694
|
3588 |
-
#, fuzzy
|
3589 |
-
msgid "Import data from a CSV"
|
3590 |
-
msgstr "Импорт на мета данни от YOAST"
|
3591 |
-
|
3592 |
-
#: inc/admin/admin.php:695
|
3593 |
-
msgid "Import your title, meta description, meta robots, social metas from a CSV file with our import tool."
|
3594 |
-
msgstr ""
|
3595 |
-
|
3596 |
-
#: inc/admin/settings/ImageSEO.php:72
|
3597 |
-
msgid "Automatically set the image Description"
|
3598 |
-
msgstr ""
|
3599 |
-
|
3600 |
-
#: inc/admin/admin.php:701
|
3601 |
-
#, fuzzy
|
3602 |
-
msgid "Export metadata to a CSV"
|
3603 |
-
msgstr "Импорт на мета данни от YOAST"
|
3604 |
-
|
3605 |
-
#: inc/admin/settings/Sitemaps.php:33
|
3606 |
-
#, fuzzy
|
3607 |
-
msgid "Export your SEOPress metadata for this site as a .csv file."
|
3608 |
-
msgstr "Импорт / Експорт на SEOPress настройките от сайт към сайт."
|
3609 |
-
|
3610 |
-
#: inc/admin/admin.php:707
|
3611 |
-
#: inc/admin/admin.php:725
|
3612 |
-
#: inc/admin/admin.php:1005
|
3613 |
-
msgid "Export"
|
3614 |
-
msgstr "Експорт"
|
3615 |
-
|
3616 |
-
#: inc/admin/admin.php:719
|
3617 |
-
#, fuzzy
|
3618 |
-
msgid "Export plugin settings"
|
3619 |
-
msgstr "Експорт на настройките"
|
3620 |
-
|
3621 |
-
#: inc/admin/admin.php:720
|
3622 |
-
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
3623 |
-
msgstr "Експорт на настройките на добавката за този сайт в .json файл. Това позволява по-късно да ги импортирате в друг сайт."
|
3624 |
-
|
3625 |
-
#: inc/admin/admin.php:733
|
3626 |
-
#, fuzzy
|
3627 |
-
msgid "Import plugin settings"
|
3628 |
-
msgstr "Настройки за импорт"
|
3629 |
-
|
3630 |
-
#: inc/admin/admin.php:734
|
3631 |
-
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."
|
3632 |
-
msgstr "Импорт на настройките на добавката от .json файл. Този файл може да бъде получен след експорт на настройките от друг сайт."
|
3633 |
-
|
3634 |
-
#: inc/admin/admin.php:742
|
3635 |
-
#: inc/admin/admin.php:944
|
3636 |
-
#: inc/admin/admin.php:960
|
3637 |
-
#: inc/admin/admin.php:976
|
3638 |
-
#: inc/admin/admin.php:992
|
3639 |
-
msgid "Import"
|
3640 |
-
msgstr "Импорт"
|
3641 |
-
|
3642 |
-
#: inc/admin/settings/Sitemaps.php:138
|
3643 |
-
msgid "Remove links from archive pages"
|
3644 |
-
msgstr ""
|
3645 |
-
|
3646 |
-
#: inc/admin/settings/Social.php:16 inc/admin/wizard/admin-wizard.php:433
|
3647 |
-
msgid "Person or organization"
|
3648 |
-
msgstr "Частно лице или огранизация"
|
3649 |
-
|
3650 |
-
#: inc/admin/settings/Social.php:48
|
3651 |
-
#, fuzzy
|
3652 |
-
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."
|
3653 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Миграцията ще изтрие всички SEOPress мета данни за публикациите"
|
3654 |
-
|
3655 |
-
#: inc/admin/settings/Social.php:56
|
3656 |
-
#, fuzzy
|
3657 |
-
msgid "Import your redirections"
|
3658 |
-
msgstr "Уеб адрес (URL) за пренасочване"
|
3659 |
-
|
3660 |
-
#: inc/admin/settings/Social.php:81 inc/admin/wizard/admin-wizard.php:476
|
3661 |
-
msgid "Twitter Username"
|
3662 |
-
msgstr "Twitter потребител"
|
3663 |
-
|
3664 |
-
#: inc/admin/settings/Social.php:130
|
3665 |
-
msgid "Enable Open Graph Data"
|
3666 |
-
msgstr "Включване на Open Graph данни"
|
3667 |
-
|
3668 |
-
#: inc/admin/settings/Social.php:146
|
3669 |
-
msgid "Apply this image to all your og:image tag"
|
3670 |
-
msgstr ""
|
3671 |
-
|
3672 |
-
#: inc/admin/settings/Social.php:154
|
3673 |
-
msgid "Define custom og:image tag for post type archive pages"
|
3674 |
-
msgstr ""
|
3675 |
-
|
3676 |
-
#: inc/admin/settings/Social.php:162
|
3677 |
-
#, fuzzy
|
3678 |
-
#| msgid "Facebook Admin ID"
|
3679 |
-
msgid "Facebook Link Ownership ID"
|
3680 |
-
msgstr "ID на Facebook админ"
|
3681 |
-
|
3682 |
-
#: inc/admin/admin.php:922
|
3683 |
-
msgid "Import your own redirections from a .csv file (separator \";\"). You must have 6 columns in this order:"
|
3684 |
-
msgstr ""
|
3685 |
-
|
3686 |
-
#: inc/admin/settings/Social.php:178
|
3687 |
-
msgid "Facebook App ID"
|
3688 |
-
msgstr "ID на Facebook App"
|
3689 |
-
|
3690 |
-
#: inc/admin/settings/Social.php:195
|
3691 |
-
msgid "Enable Twitter Card"
|
3692 |
-
msgstr "Включване на Twitter картичка"
|
3693 |
-
|
3694 |
-
#: inc/admin/settings/Social.php:203
|
3695 |
-
#, fuzzy
|
3696 |
-
msgid "URL to redirect in absolute,"
|
3697 |
-
msgstr "Уеб адрес (URL) за пренасочване"
|
3698 |
-
|
3699 |
-
#: inc/admin/settings/Social.php:219
|
3700 |
-
msgid "Image size for Twitter Summary card"
|
3701 |
-
msgstr "Размер на снимка за Twitter картичка"
|
3702 |
-
|
3703 |
-
#: inc/admin/settings/Titles.php:299
|
3704 |
-
msgid "Indicate paginated content to Google"
|
3705 |
-
msgstr ""
|
3706 |
-
|
3707 |
-
#: inc/admin/admin.php:928
|
3708 |
-
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),"
|
3709 |
-
msgstr ""
|
3710 |
-
|
3711 |
-
#: inc/admin/settings/Titles.php:314
|
3712 |
-
msgid "noindex on attachment pages"
|
3713 |
-
msgstr ""
|
3714 |
-
|
3715 |
-
#: inc/admin/settings/Tools.php:16
|
3716 |
-
msgid "Oxygen Builder compatibility"
|
3717 |
-
msgstr ""
|
3718 |
-
|
3719 |
-
#: inc/admin/settings/Tools.php:24
|
3720 |
-
msgid "Divi Builder compatibility"
|
3721 |
-
msgstr ""
|
3722 |
-
|
3723 |
-
#: inc/admin/admin.php:952
|
3724 |
-
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."
|
3725 |
-
msgstr ""
|
3726 |
-
|
3727 |
-
#: inc/admin/admin.php:967
|
3728 |
-
#, fuzzy
|
3729 |
-
msgid "Import Redirections from Yoast Premium"
|
3730 |
-
msgstr "Импорт на мета данни от YOAST"
|
3731 |
-
|
3732 |
-
#: inc/admin/admin.php:968
|
3733 |
-
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."
|
3734 |
-
msgstr ""
|
3735 |
-
|
3736 |
-
#: inc/admin/wizard/admin-wizard.php:113 seopress.php:322
|
3737 |
-
msgid "Migration completed!"
|
3738 |
-
msgstr ""
|
3739 |
-
|
3740 |
-
#: inc/admin/admin.php:984
|
3741 |
-
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."
|
3742 |
-
msgstr ""
|
3743 |
-
|
3744 |
-
#: inc/admin/wizard/admin-wizard.php:129
|
3745 |
-
#, fuzzy
|
3746 |
-
msgid "Export Redirections"
|
3747 |
-
msgstr "Пренасочвания"
|
3748 |
-
|
3749 |
-
#: inc/admin/wizard/admin-wizard.php:134 inc/admin/wizard/admin-wizard.php:408
|
3750 |
-
#, fuzzy
|
3751 |
-
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..."
|
3752 |
-
msgstr "Експорт на настройките на добавката за този сайт в .json файл. Това позволява по-късно да ги импортирате в друг сайт."
|
3753 |
-
|
3754 |
-
#: inc/admin/wizard/admin-wizard.php:139 inc/admin/wizard/admin-wizard.php:562
|
3755 |
-
msgid "Indexing"
|
3756 |
-
msgstr ""
|
3757 |
-
|
3758 |
-
#: inc/admin/wizard/admin-wizard.php:144 inc/admin/wizard/admin-wizard.php:754
|
3759 |
-
#, fuzzy
|
3760 |
-
#| msgid "<p>Advanced SEO options</p>"
|
3761 |
-
msgid "Advanced options"
|
3762 |
-
msgstr "<p>Разширени SEO опции</p>"
|
3763 |
-
|
3764 |
-
#: inc/admin/admin.php:1014
|
3765 |
-
#, php-format
|
3766 |
-
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."
|
3767 |
-
msgstr ""
|
3768 |
-
|
3769 |
-
#: inc/admin/admin.php:1023
|
3770 |
-
#, php-format
|
3771 |
-
msgid "You can also use <span class=\"dashicons dashicons-external\"></span><a href=\"%s\" target=\"_blank\">this MySQL query</a> if necessary."
|
3772 |
-
msgstr ""
|
3773 |
-
|
3774 |
-
#: inc/admin/wizard/admin-wizard.php:245
|
3775 |
-
msgid "Not right now"
|
3776 |
-
msgstr ""
|
3777 |
-
|
3778 |
-
#: inc/admin/wizard/admin-wizard.php:248
|
3779 |
-
msgid "Skip this step"
|
3780 |
-
msgstr ""
|
3781 |
-
|
3782 |
-
#: inc/admin/admin.php:1035
|
3783 |
-
#, fuzzy
|
3784 |
-
msgid "Activate Redirections"
|
3785 |
-
msgstr "Пренасочвания"
|
3786 |
-
|
3787 |
-
#: inc/admin/admin.php:1042
|
3788 |
-
msgid "Reset All Notices From Notifications Center"
|
3789 |
-
msgstr "Нулиране на известията от центъра за известия"
|
3790 |
-
|
3791 |
-
#: inc/admin/admin.php:1043
|
3792 |
-
#, fuzzy
|
3793 |
-
msgid "By clicking Reset Notices, all notices in the notifications center will be set to their initial status."
|
3794 |
-
msgstr "Избирайки нулиране на известията, Вие ще виждате известията отново в Таблото на добавката."
|
3795 |
-
|
3796 |
-
#: inc/admin/admin.php:1048
|
3797 |
-
msgid "Reset notices"
|
3798 |
-
msgstr "Нулиране на бележките"
|
3799 |
-
|
3800 |
-
#: inc/admin/admin.php:1056
|
3801 |
-
msgid "Reset All Settings"
|
3802 |
-
msgstr "Нулиране на всички настройки"
|
3803 |
-
|
3804 |
-
#: inc/admin/admin.php:1057
|
3805 |
-
msgid "<strong>WARNING:</strong> Delete all options related to SEOPress in your database AND set settings to their default values."
|
3806 |
-
msgstr "<strong>ВНИМАНИЕ:</strong> Изтривайки всички опции свързани със SEOPress във Вашата база, добавката ще избере настройките по подразбиране."
|
3807 |
-
|
3808 |
-
#: inc/admin/wizard/admin-wizard.php:329
|
3809 |
-
msgid "No data to migrate? Click \"Next step\" button!"
|
3810 |
-
msgstr ""
|
3811 |
-
|
3812 |
-
#: inc/admin/admin.php:1375
|
3813 |
-
#: inc/admin/admin.php:3662
|
3814 |
-
msgid "noindex"
|
3815 |
-
msgstr "noindex"
|
3816 |
-
|
3817 |
-
#: inc/admin/admin.php:1383
|
3818 |
-
#: inc/admin/admin.php:3681
|
3819 |
-
msgid "nofollow"
|
3820 |
-
msgstr "nofollow"
|
3821 |
-
|
3822 |
-
#: inc/admin/admin.php:1391
|
3823 |
-
#: inc/admin/admin.php:3700
|
3824 |
-
msgid "noodp"
|
3825 |
-
msgstr "noodp"
|
3826 |
-
|
3827 |
-
#: inc/admin/admin.php:1399
|
3828 |
-
#: inc/admin/admin.php:3719
|
3829 |
-
msgid "noimageindex"
|
3830 |
-
msgstr "noimageindex"
|
3831 |
-
|
3832 |
-
#: inc/admin/admin.php:1407
|
3833 |
-
#: inc/admin/admin.php:3738
|
3834 |
-
msgid "noarchive"
|
3835 |
-
msgstr "noarchive"
|
3836 |
-
|
3837 |
-
#: inc/admin/admin.php:1415
|
3838 |
-
#: inc/admin/admin.php:3757
|
3839 |
-
msgid "nosnippet"
|
3840 |
-
msgstr "nosnippet"
|
3841 |
-
|
3842 |
-
#: inc/admin/admin.php:1423
|
3843 |
-
#: inc/admin/admin.php:3776
|
3844 |
-
msgid "nositelinkssearchbox"
|
3845 |
-
msgstr ""
|
3846 |
-
|
3847 |
-
#: inc/admin/wizard/admin-wizard.php:457
|
3848 |
-
msgid "eg: My Company Name"
|
3849 |
-
msgstr ""
|
3850 |
-
|
3851 |
-
#: inc/admin/admin.php:1448
|
3852 |
-
#: inc/admin/admin.php:3814
|
3853 |
-
msgid "Enable XML Sitemap"
|
3854 |
-
msgstr "Включване на XML карта на сайта"
|
3855 |
-
|
3856 |
-
#: inc/admin/admin.php:1456
|
3857 |
-
msgid "Enable XML Image Sitemaps"
|
3858 |
-
msgstr "Включване на XML карта на сайта за снимки"
|
3859 |
-
|
3860 |
-
#: inc/admin/admin.php:1465
|
3861 |
-
#, fuzzy
|
3862 |
-
msgid "Enable XML Video Sitemaps"
|
3863 |
-
msgstr "Включване на XML карта на сайта за снимки"
|
3864 |
-
|
3865 |
-
#: inc/admin/admin.php:1474
|
3866 |
-
#: inc/admin/admin.php:3901
|
3867 |
-
#, fuzzy
|
3868 |
-
msgid "Enable Author Sitemap"
|
3869 |
-
msgstr "Включване на XML карта на сайта"
|
3870 |
-
|
3871 |
-
#: inc/admin/admin.php:1482
|
3872 |
-
#: inc/admin/admin.php:3920
|
3873 |
-
msgid "Enable HTML Sitemap"
|
3874 |
-
msgstr "Включване на HTML карта на сайта"
|
3875 |
-
|
3876 |
-
#: inc/admin/wizard/admin-wizard.php:568
|
3877 |
-
#, fuzzy
|
3878 |
-
#| msgid "Default"
|
3879 |
-
msgid "Default: index"
|
3880 |
-
msgstr "По подразбиране"
|
3881 |
-
|
3882 |
-
#: inc/admin/wizard/admin-wizard.php:575
|
3883 |
-
msgid "For which single post types, should indexing be disabled?"
|
3884 |
-
msgstr ""
|
3885 |
-
|
3886 |
-
#: inc/admin/admin.php:1530
|
3887 |
-
#: inc/admin/admin.php:4029
|
3888 |
-
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
3889 |
-
msgstr "Въведете ID на публикация, страница, допълнителен тип публикация за да се виждат в картата на сайта"
|
3890 |
-
|
3891 |
-
#: inc/admin/admin.php:1538
|
3892 |
-
#: inc/admin/admin.php:4043
|
3893 |
-
#, fuzzy
|
3894 |
-
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
3895 |
-
msgstr "Изключване на някои Публикации, Страници или Допълнителни типове публикации"
|
3896 |
-
|
3897 |
-
#: inc/admin/wizard/admin-wizard.php:633
|
3898 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
3899 |
-
msgstr ""
|
3900 |
-
|
3901 |
-
#: inc/admin/wizard/admin-wizard.php:647
|
3902 |
-
msgid "For which taxonomy archives, should indexing be disabled?"
|
3903 |
-
msgstr ""
|
3904 |
-
|
3905 |
-
#: inc/admin/wizard/admin-wizard.php:669
|
3906 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
3907 |
-
msgstr ""
|
3908 |
-
|
3909 |
-
#: inc/admin/admin.php:1603
|
3910 |
-
#: inc/admin/admin.php:4185
|
3911 |
-
#, fuzzy
|
3912 |
-
msgid "Organization's phone number (only for Organizations)"
|
3913 |
-
msgstr "Телефонен номер на организацията (само за организации)"
|
3914 |
-
|
3915 |
-
#: inc/admin/admin.php:1611
|
3916 |
-
#, fuzzy
|
3917 |
-
msgid "Contact type (only for Organizations)"
|
3918 |
-
msgstr "Тип на контакта (само за организации)"
|
3919 |
-
|
3920 |
-
#: inc/admin/admin.php:1619
|
3921 |
-
#, fuzzy
|
3922 |
-
msgid "Contact option (only for Organizations)"
|
3923 |
-
msgstr "Опция за контакт (само за организации)"
|
3924 |
-
|
3925 |
-
#: inc/admin/admin.php:1636
|
3926 |
-
#: inc/admin/admin.php:4263
|
3927 |
-
msgid "Facebook Page URL"
|
3928 |
-
msgstr "Уеб адрес към Facebook страница"
|
3929 |
-
|
3930 |
-
#: inc/admin/wizard/admin-wizard.php:821
|
3931 |
-
#, php-format
|
3932 |
-
msgid "Shorten your URLs by removing %s and improve your SEO."
|
3933 |
-
msgstr ""
|
3934 |
-
|
3935 |
-
#: inc/admin/admin.php:1725
|
3936 |
-
#: inc/admin/admin.php:4392
|
3937 |
-
msgid "Select a default image"
|
3938 |
-
msgstr "Изберете снимка по подразбиране"
|
3939 |
-
|
3940 |
-
#: inc/admin/wizard/admin-wizard.php:860
|
3941 |
-
msgid "Quickly know if a content is in noindex."
|
3942 |
-
msgstr ""
|
3943 |
-
|
3944 |
-
#: inc/admin/wizard/admin-wizard.php:873
|
3945 |
-
msgid "Quickly know if a content is in nofollow."
|
3946 |
-
msgstr ""
|
3947 |
-
|
3948 |
-
#: inc/admin/wizard/admin-wizard.php:886
|
3949 |
-
#, fuzzy
|
3950 |
-
msgid "Facebook Link Ownership ID"
|
3951 |
-
msgstr "ID на Facebook админ"
|
3952 |
-
|
3953 |
-
#: inc/admin/wizard/admin-wizard.php:946
|
3954 |
-
msgid "Start monitoring your rankings and backlinks <br>directly from your WordPress admin"
|
3955 |
-
msgstr ""
|
3956 |
-
|
3957 |
-
#: inc/admin/wizard/admin-wizard.php:949
|
3958 |
-
msgid "Track your keyword positions from Google Search results daily."
|
3959 |
-
msgstr ""
|
3960 |
-
|
3961 |
-
#: inc/admin/wizard/admin-wizard.php:952
|
3962 |
-
msgid "Monitor and analyse your top 1,000 Backlinks weekly."
|
3963 |
-
msgstr ""
|
3964 |
-
|
3965 |
-
#: inc/admin/wizard/admin-wizard.php:955
|
3966 |
-
#, fuzzy
|
3967 |
-
msgid "Use Open Graph if no Twitter Card is filled"
|
3968 |
-
msgstr "Включване на Twitter картичка"
|
3969 |
-
|
3970 |
-
#: inc/admin/admin.php:1790
|
3971 |
-
#: inc/admin/admin.php:4504
|
3972 |
-
msgid "Default Twitter Image"
|
3973 |
-
msgstr "Снимка по подразбиране за Twitter"
|
3974 |
-
|
3975 |
-
#: inc/admin/wizard/admin-wizard.php:966
|
3976 |
-
#, fuzzy
|
3977 |
-
#| msgid "SEOPress"
|
3978 |
-
msgid "Get SEOPress Insights"
|
3979 |
-
msgstr "SEOPress"
|
3980 |
-
|
3981 |
-
#: inc/admin/wizard/admin-wizard.php:986
|
3982 |
-
#, fuzzy
|
3983 |
-
#| msgid "Your site is not visible to Search Engines!"
|
3984 |
-
msgid "Your site is now ready for search engines!"
|
3985 |
-
msgstr "Вашият сайт не е видим за търсачките!"
|
3986 |
-
|
3987 |
-
#: inc/admin/admin.php:1823
|
3988 |
-
#: inc/admin/admin.php:2191
|
3989 |
-
#: inc/admin/admin.php:4557
|
3990 |
-
msgid "Enter your tracking ID"
|
3991 |
-
msgstr "Въведете Вашето ID за следене"
|
3992 |
-
|
3993 |
-
#: inc/admin/wizard/admin-wizard.php:1000
|
3994 |
-
#: inc/functions/options-advanced-admin.php:24
|
3995 |
-
#, fuzzy
|
3996 |
-
#| msgid "You have to enter your licence key to get updates and support"
|
3997 |
-
msgid "Please activate your license to receive automatic updates and get premium support."
|
3998 |
-
msgstr "Вие нямате лицензионен ключ, за да получавате обновления и поддръжка"
|
3999 |
-
|
4000 |
-
#: inc/admin/wizard/admin-wizard.php:1007
|
4001 |
-
#: inc/functions/options-advanced-admin.php:26
|
4002 |
-
#, fuzzy
|
4003 |
-
msgid "Analytics tracking opt-in"
|
4004 |
-
msgstr "Включване на Google Analytics следене"
|
4005 |
-
|
4006 |
-
#: inc/admin/wizard/admin-wizard.php:1014
|
4007 |
-
msgid "Go PRO with SEOPress PRO!"
|
4008 |
-
msgstr ""
|
4009 |
-
|
4010 |
-
#: inc/admin/wizard/admin-wizard.php:1017
|
4011 |
-
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."
|
4012 |
-
msgstr ""
|
4013 |
-
|
4014 |
-
#: inc/admin/wizard/admin-wizard.php:1024
|
4015 |
-
msgid "Buy SEOPress PRO - $39 / unlimited sites"
|
4016 |
-
msgstr ""
|
4017 |
-
|
4018 |
-
#: inc/admin/wizard/admin-wizard.php:1035
|
4019 |
-
#, fuzzy
|
4020 |
-
#| msgid "View your sitemap"
|
4021 |
-
msgid "Create your XML sitemaps"
|
4022 |
-
msgstr "Вижте картата на сайта"
|
4023 |
-
|
4024 |
-
#: inc/admin/wizard/admin-wizard.php:1037
|
4025 |
-
msgid "Build custom XML sitemaps to improve Google's crawling of your site."
|
4026 |
-
msgstr ""
|
4027 |
-
|
4028 |
-
#: inc/admin/wizard/admin-wizard.php:1044
|
4029 |
-
#, fuzzy
|
4030 |
-
#| msgid "View your sitemap"
|
4031 |
-
msgid "Configure your XML sitemaps"
|
4032 |
-
msgstr "Вижте картата на сайта"
|
4033 |
-
|
4034 |
-
#: inc/admin/wizard/admin-wizard.php:1052
|
4035 |
-
#, fuzzy
|
4036 |
-
#| msgid "Nofollow?"
|
4037 |
-
msgid "Follow us:"
|
4038 |
-
msgstr "Nofollow?"
|
4039 |
-
|
4040 |
-
#: inc/admin/wizard/admin-wizard.php:1061
|
4041 |
-
#, fuzzy
|
4042 |
-
#| msgid "Enter your Facebook title"
|
4043 |
-
msgid "Like our Facebook page"
|
4044 |
-
msgstr "Въведете Вашето заглавие за Facebook"
|
4045 |
-
|
4046 |
-
#: inc/admin/wizard/admin-wizard.php:1068
|
4047 |
-
msgid "Join our Facebook Community group"
|
4048 |
-
msgstr ""
|
4049 |
-
|
4050 |
-
#: inc/admin/wizard/admin-wizard.php:1075
|
4051 |
-
msgid "Watch our guided tour videos to learn more about SEOPress"
|
4052 |
-
msgstr ""
|
4053 |
-
|
4054 |
-
#: inc/admin/wizard/admin-wizard.php:1082
|
4055 |
-
msgid "Read our blog posts about SEO concepts, tutorials and more"
|
4056 |
-
msgstr ""
|
4057 |
-
|
4058 |
-
#: inc/admin/wizard/admin-wizard.php:1089
|
4059 |
-
msgid "Follow us on Twitter"
|
4060 |
-
msgstr ""
|
4061 |
-
|
4062 |
-
#: inc/admin/wizard/admin-wizard.php:1096
|
4063 |
-
msgid "The off side of SEOPress"
|
4064 |
-
msgstr ""
|
4065 |
-
|
4066 |
-
#: inc/admin/wizard/admin-wizard.php:1105
|
4067 |
-
msgid "You can also:"
|
4068 |
-
msgstr ""
|
4069 |
-
|
4070 |
-
#: inc/admin/wizard/admin-wizard.php:1112
|
4071 |
-
#, fuzzy
|
4072 |
-
#| msgid "Stats in Dashboard"
|
4073 |
-
msgid "Visit Dashboard"
|
4074 |
-
msgstr "Статистики в Таблото"
|
4075 |
-
|
4076 |
-
#: inc/admin/wizard/admin-wizard.php:1116
|
4077 |
-
#, fuzzy
|
4078 |
-
msgid "Enable Google Optimize"
|
4079 |
-
msgstr "Включване на Google Analytics следене"
|
4080 |
-
|
4081 |
-
#: inc/admin/wizard/admin-wizard.php:1121
|
4082 |
-
#, fuzzy
|
4083 |
-
msgid "Enable Google Ads"
|
4084 |
-
msgstr "Включване на Google Analytics следене"
|
4085 |
-
|
4086 |
-
#: inc/functions/options-advanced-admin.php:39
|
4087 |
-
#: inc/functions/options-advanced-admin.php:49
|
4088 |
-
msgid "WARNING"
|
4089 |
-
msgstr ""
|
4090 |
-
|
4091 |
-
#: inc/functions/options-advanced-admin.php:40
|
4092 |
-
msgid "Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO."
|
4093 |
-
msgstr ""
|
4094 |
-
|
4095 |
-
#: inc/admin/admin.php:2026
|
4096 |
-
msgid "[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
4097 |
-
msgstr ""
|
4098 |
-
|
4099 |
-
#: inc/admin/admin.php:2034
|
4100 |
-
#: inc/admin/admin.php:4887
|
4101 |
-
#, fuzzy
|
4102 |
-
msgid "Enable remarketing, demographics, and interests reporting"
|
4103 |
-
msgstr "Включване демографска информация и интереси."
|
4104 |
-
|
4105 |
-
#: inc/admin/admin.php:2042
|
4106 |
-
#: inc/admin/admin.php:4909
|
4107 |
-
msgid "Enable IP Anonymization"
|
4108 |
-
msgstr "Включване на следене на анонимни IP"
|
4109 |
-
|
4110 |
-
#: inc/admin/admin.php:2050
|
4111 |
-
#: inc/admin/admin.php:4931
|
4112 |
-
msgid "Enhanced Link Attribution"
|
4113 |
-
msgstr "Разширени атрибути за връзка"
|
4114 |
-
|
4115 |
-
#: inc/admin/admin.php:2058
|
4116 |
-
#: inc/admin/admin.php:4953
|
4117 |
-
msgid "Enable cross-domain tracking"
|
4118 |
-
msgstr "Включване на следене за кръстосани домейни"
|
4119 |
-
|
4120 |
-
#: inc/admin/admin.php:2066
|
4121 |
-
#: inc/admin/admin.php:4970
|
4122 |
-
#: inc/admin/admin.php:5565
|
4123 |
-
msgid "Cross domains"
|
4124 |
-
msgstr "Кръстосани домейни"
|
4125 |
-
|
4126 |
-
#: inc/admin/admin.php:2084
|
4127 |
-
#: inc/admin/admin.php:4987
|
4128 |
-
msgid "Enable external links tracking"
|
4129 |
-
msgstr ""
|
4130 |
-
|
4131 |
-
#: inc/functions/options-google-analytics.php:262
|
4132 |
-
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>"
|
4133 |
-
msgstr ""
|
4134 |
-
|
4135 |
-
#: inc/admin/admin.php:2100
|
4136 |
-
#: inc/admin/admin.php:5016
|
4137 |
-
msgid "Track downloads' clicks"
|
4138 |
-
msgstr ""
|
4139 |
-
|
4140 |
-
#: inc/functions/options-google-analytics.php:283
|
4141 |
-
msgid "X"
|
4142 |
-
msgstr ""
|
4143 |
-
|
4144 |
-
#: inc/admin/admin.php:2116
|
4145 |
-
#: inc/admin/admin.php:5047
|
4146 |
-
msgid "Track affiliate/outbound links"
|
4147 |
-
msgstr ""
|
4148 |
-
|
4149 |
-
#: inc/functions/options-google-analytics.php:961
|
4150 |
-
#: inc/functions/options-matomo.php:266
|
4151 |
-
#, fuzzy
|
4152 |
-
#| msgid "Post Types"
|
4153 |
-
msgid "Post types"
|
4154 |
-
msgstr "Типове публикации"
|
4155 |
-
|
4156 |
-
#: inc/functions/options-google-analytics.php:975
|
4157 |
-
#: inc/functions/options-matomo.php:275
|
4158 |
-
msgid "Connected users"
|
4159 |
-
msgstr ""
|
4160 |
-
|
4161 |
-
#: inc/functions/options-import-export.php:60
|
4162 |
-
#: inc/functions/options-import-export.php:439
|
4163 |
-
msgid "Please upload a valid .json file"
|
4164 |
-
msgstr "Моля качете валиден .json файл"
|
4165 |
-
|
4166 |
-
#: inc/functions/options-import-export.php:65
|
4167 |
-
#: inc/functions/options-import-export.php:137
|
4168 |
-
#: inc/functions/options-import-export.php:241
|
4169 |
-
#: inc/functions/options-import-export.php:443
|
4170 |
-
#: inc/functions/options-import-export.php:512
|
4171 |
-
msgid "Please upload a file to import"
|
4172 |
-
msgstr "Изберете файл за импорт"
|
4173 |
-
|
4174 |
-
#: inc/functions/options-import-export.php:133
|
4175 |
-
#: inc/functions/options-import-export.php:237
|
4176 |
-
msgid "Please upload a valid .csv file"
|
4177 |
-
msgstr ""
|
4178 |
-
|
4179 |
-
#: inc/admin/admin.php:2183
|
4180 |
-
#, fuzzy
|
4181 |
-
msgid "Enable Matomo tracking"
|
4182 |
-
msgstr "Включване на следене за кръстосани домейни"
|
4183 |
-
|
4184 |
-
#: inc/functions/options-import-export.php:508
|
4185 |
-
#, fuzzy
|
4186 |
-
msgid "Enter your site ID"
|
4187 |
-
msgstr "Въведете Вашето заглавие"
|
4188 |
-
|
4189 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:125
|
4190 |
-
msgid "XML Sitemaps"
|
4191 |
-
msgstr ""
|
4192 |
-
|
4193 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:128
|
4194 |
-
#, php-format
|
4195 |
-
msgid "This XML Sitemap Index file contains %s sitemaps."
|
4196 |
-
msgstr ""
|
4197 |
-
|
4198 |
-
#: inc/admin/admin.php:2223
|
4199 |
-
#: inc/admin/admin.php:5534
|
4200 |
-
msgid "Track users with JavaScript disabled"
|
4201 |
-
msgstr ""
|
4202 |
-
|
4203 |
-
#: inc/admin/admin.php:2231
|
4204 |
-
#: inc/admin/admin.php:5551
|
4205 |
-
#, fuzzy
|
4206 |
-
msgid "Enables cross domain linking"
|
4207 |
-
msgstr "Включване на следене за кръстосани домейни"
|
4208 |
-
|
4209 |
-
#: inc/admin/admin.php:2239
|
4210 |
-
#, fuzzy
|
4211 |
-
msgid "Cross domain"
|
4212 |
-
msgstr "Кръстосани домейни"
|
4213 |
-
|
4214 |
-
#: inc/admin/admin.php:2246
|
4215 |
-
#, fuzzy
|
4216 |
-
msgid "Enable DoNotTrack detection"
|
4217 |
-
msgstr "Включване на пренасочване?"
|
4218 |
-
|
4219 |
-
#: node_modules/@wordpress/api-fetch/build-module/middlewares/media-upload.js:62
|
4220 |
-
#: node_modules/@wordpress/api-fetch/src/middlewares/media-upload.js:69
|
4221 |
-
msgid "Media upload failed. If this is a photo or a large image, please scale it down and try again."
|
4222 |
-
msgstr ""
|
4223 |
-
|
4224 |
-
#: node_modules/@wordpress/api-fetch/build-module/utils/response.js:37
|
4225 |
-
#: node_modules/@wordpress/api-fetch/src/utils/response.js:36
|
4226 |
-
msgid "The response is not a valid JSON response."
|
4227 |
-
msgstr ""
|
4228 |
-
|
4229 |
-
#: node_modules/@wordpress/api-fetch/build-module/utils/response.js:77
|
4230 |
-
#: node_modules/@wordpress/api-fetch/src/utils/response.js:80
|
4231 |
-
msgid "An unknown error occurred."
|
4232 |
-
msgstr ""
|
4233 |
-
|
4234 |
-
#: inc/admin/admin.php:2287
|
4235 |
-
#, fuzzy
|
4236 |
-
msgid "Redirect attachment pages to their file URL"
|
4237 |
-
msgstr "Пренасочване на прикачени страници към основната"
|
4238 |
-
|
4239 |
-
#: node_modules/@wordpress/i18n/build-module/create-i18n.js:376
|
4240 |
-
#: node_modules/@wordpress/i18n/build/create-i18n.js:386
|
4241 |
-
#: node_modules/@wordpress/i18n/src/create-i18n.js:399
|
4242 |
-
msgid "ltr"
|
4243 |
-
msgstr ""
|
4244 |
-
|
4245 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:56
|
4246 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:66
|
4247 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:67
|
4248 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:73
|
4249 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:163
|
4250 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:201
|
4251 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:204
|
4252 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:209
|
4253 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:373
|
4254 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:376
|
4255 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:385
|
4256 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:388
|
4257 |
-
#: node_modules/@wordpress/i18n/src/test/default-i18n.js:14
|
4258 |
-
#: node_modules/@wordpress/i18n/src/test/default-i18n.js:18
|
4259 |
-
msgid "hello"
|
4260 |
-
msgstr ""
|
4261 |
-
|
4262 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:80
|
4263 |
-
msgid "feed"
|
4264 |
-
msgstr ""
|
4265 |
-
|
4266 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:168
|
4267 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:212
|
4268 |
-
msgid "cheeseburger"
|
4269 |
-
msgstr ""
|
4270 |
-
|
4271 |
-
#: node_modules/@wordpress/i18n/src/test/create-i18n.js:217
|
4272 |
-
#, javascript-format
|
4273 |
-
msgid "%d cat"
|
4274 |
-
msgstr ""
|
4275 |
-
|
4276 |
-
#: node_modules/@wordpress/i18n/src/test/subscribe-i18n.js:19
|
4277 |
-
msgid "original"
|
4278 |
-
msgstr ""
|
4279 |
-
|
4280 |
-
#: node_modules/@wordpress/media-utils/build-module/components/media-upload/index.js:193
|
4281 |
-
#: node_modules/@wordpress/media-utils/src/components/media-upload/index.js:234
|
4282 |
-
#, fuzzy
|
4283 |
-
#| msgid "Select your logo"
|
4284 |
-
msgid "Select or Upload Media"
|
4285 |
-
msgstr "Изберете Вашето лого"
|
4286 |
-
|
4287 |
-
#: inc/admin/admin.php:2351
|
4288 |
-
#: inc/admin/admin.php:5800
|
4289 |
-
msgid "Disable trailing slash for metas"
|
4290 |
-
msgstr ""
|
4291 |
-
|
4292 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:125
|
4293 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:143
|
4294 |
-
msgid "Sorry, this file type is not supported here."
|
4295 |
-
msgstr ""
|
4296 |
-
|
4297 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:135
|
4298 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:154
|
4299 |
-
msgid "This file exceeds the maximum upload size for this site."
|
4300 |
-
msgstr ""
|
4301 |
-
|
4302 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:145
|
4303 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:165
|
4304 |
-
#, fuzzy
|
4305 |
-
msgid "Remove author URL"
|
4306 |
-
msgstr "Премахване на /category/ в URL"
|
4307 |
-
|
4308 |
-
#: node_modules/@wordpress/media-utils/build-module/utils/upload-media.js:181
|
4309 |
-
#: node_modules/@wordpress/media-utils/src/utils/upload-media.js:203
|
4310 |
-
#, javascript-format
|
4311 |
-
msgid "Error while uploading file %s to the media library."
|
4312 |
-
msgstr ""
|
4313 |
-
|
4314 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/bridge/ArgumentsTest.java:63
|
4315 |
-
msgid "exampleChildKey"
|
4316 |
-
msgstr ""
|
4317 |
-
|
4318 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:222
|
4319 |
-
msgid "m1k1"
|
4320 |
-
msgstr ""
|
4321 |
-
|
4322 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:223
|
4323 |
-
msgid "m1k2"
|
4324 |
-
msgstr ""
|
4325 |
-
|
4326 |
-
#: inc/admin/admin.php:2415
|
4327 |
-
#: inc/admin/admin.php:5931
|
4328 |
-
msgid "Google site verification"
|
4329 |
-
msgstr "Проверка на сайта чрез Google"
|
4330 |
-
|
4331 |
-
#: inc/admin/admin.php:2423
|
4332 |
-
#: inc/admin/admin.php:5945
|
4333 |
-
msgid "Bing site verification"
|
4334 |
-
msgstr "Проверка на сайта чрез Bing"
|
4335 |
-
|
4336 |
-
#: inc/admin/admin.php:2431
|
4337 |
-
#: inc/admin/admin.php:5958
|
4338 |
-
msgid "Pinterest site verification"
|
4339 |
-
msgstr "Проверка на сайта чрез Pinterest"
|
4340 |
-
|
4341 |
-
#: inc/admin/admin.php:2439
|
4342 |
-
#: inc/admin/admin.php:5970
|
4343 |
-
msgid "Yandex site verification"
|
4344 |
-
msgstr "Проверка на сайта чрез Yandex"
|
4345 |
-
|
4346 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:485
|
4347 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:589
|
4348 |
-
msgid "a"
|
4349 |
-
msgstr ""
|
4350 |
-
|
4351 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:487
|
4352 |
-
msgid "c"
|
4353 |
-
msgstr ""
|
4354 |
-
|
4355 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:491
|
4356 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:593
|
4357 |
-
msgid "newkey"
|
4358 |
-
msgstr ""
|
4359 |
-
|
4360 |
-
#: inc/admin/admin.php:2480
|
4361 |
-
#, fuzzy
|
4362 |
-
msgid "Hide Notifications Center"
|
4363 |
-
msgstr "Център за известия"
|
4364 |
-
|
4365 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:665
|
4366 |
-
msgid "two-bytes"
|
4367 |
-
msgstr ""
|
4368 |
-
|
4369 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:666
|
4370 |
-
msgid "three-bytes"
|
4371 |
-
msgstr ""
|
4372 |
-
|
4373 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:667
|
4374 |
-
msgid "four-bytes"
|
4375 |
-
msgstr ""
|
4376 |
-
|
4377 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/androidTest/java/com/facebook/react/tests/CatalystNativeJSToJavaParametersTestCase.java:670
|
4378 |
-
msgid "mixed"
|
4379 |
-
msgstr ""
|
4380 |
-
|
4381 |
-
#: inc/admin/admin.php:2520
|
4382 |
-
#, fuzzy
|
4383 |
-
msgid "Show Redirection Enable column in post types"
|
4384 |
-
msgstr "Показване на колона мета описание в типове публикации"
|
4385 |
-
|
4386 |
-
#: inc/admin/admin.php:2528
|
4387 |
-
#, fuzzy
|
4388 |
-
msgid "Show Redirect URL column in post types"
|
4389 |
-
msgstr "Показва колона noindex в типове публикации"
|
4390 |
-
|
4391 |
-
#: inc/admin/admin.php:2536
|
4392 |
-
#, fuzzy
|
4393 |
-
msgid "Show canonical URL column in post types"
|
4394 |
-
msgstr "Показва колона noindex в типове публикации"
|
4395 |
-
|
4396 |
-
#: inc/admin/admin.php:2544
|
4397 |
-
#, fuzzy
|
4398 |
-
msgid "Show Target Keyword column in post types"
|
4399 |
-
msgstr "Показване на колона етикет Заглавие в типове публикации"
|
4400 |
-
|
4401 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/InterpolationAnimatedNode.java:187
|
4402 |
-
msgid "extrapolateLeft"
|
4403 |
-
msgstr ""
|
4404 |
-
|
4405 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/InterpolationAnimatedNode.java:188
|
4406 |
-
msgid "extrapolateRight"
|
4407 |
-
msgstr ""
|
4408 |
-
|
4409 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedNodesManager.java:126
|
4410 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedNodesManager.java:250
|
4411 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/TransformAnimatedNode.java:44
|
4412 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:111
|
4413 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:112
|
4414 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:356
|
4415 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:368
|
4416 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:89
|
4417 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:90
|
4418 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java:72
|
4419 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactDrawableHelper.java:37
|
4420 |
-
msgid "type"
|
4421 |
-
msgstr ""
|
4422 |
-
|
4423 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/TransformAnimatedNode.java:43
|
4424 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/AbstractLayoutAnimation.java:65
|
4425 |
-
msgid "property"
|
4426 |
-
msgstr ""
|
4427 |
-
|
4428 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/common/DebugServerException.java:77
|
4429 |
-
msgid "filename"
|
4430 |
-
msgstr ""
|
4431 |
-
|
4432 |
-
#: inc/admin/admin.php:2593
|
4433 |
-
#, fuzzy
|
4434 |
-
msgid "Show content analysis score column in post types"
|
4435 |
-
msgstr "Показва колона noindex в типове публикации"
|
4436 |
-
|
4437 |
-
#: inc/admin/admin.php:2601
|
4438 |
-
#, fuzzy
|
4439 |
-
msgid "Hide Genesis SEO Metabox"
|
4440 |
-
msgstr "Скрива Genesis SEO мета"
|
4441 |
-
|
4442 |
-
#: inc/admin/admin.php:2609
|
4443 |
-
#, fuzzy
|
4444 |
-
msgid "Hide Genesis SEO Settings link"
|
4445 |
-
msgstr "Скрива Genesis SEO мета"
|
4446 |
-
|
4447 |
-
#: inc/admin/admin.php:2617
|
4448 |
-
#, fuzzy
|
4449 |
-
msgid "Hide advice in Structured Data Types metabox"
|
4450 |
-
msgstr "Структурирани типове данни"
|
4451 |
-
|
4452 |
-
#: inc/admin/admin.php:2634
|
4453 |
-
#, fuzzy
|
4454 |
-
msgid "Block SEO metabox to user roles"
|
4455 |
-
msgstr "Блокиране на SEO мета за потребителски роли"
|
4456 |
-
|
4457 |
-
#: inc/admin/admin.php:2642
|
4458 |
-
#, fuzzy
|
4459 |
-
msgid "Block Content analysis metabox to user roles"
|
4460 |
-
msgstr "Блокиране на SEO мета за потребителски роли"
|
4461 |
-
|
4462 |
-
#: inc/admin/admin.php:2742
|
4463 |
-
#, fuzzy
|
4464 |
-
msgid "<p>Customize your title & meta description for homepage</p>"
|
4465 |
-
msgstr "<p>Настройте Вашите заглавия и мета данни за началната страница</p>"
|
4466 |
-
|
4467 |
-
#: inc/admin/admin.php:2746
|
4468 |
-
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
4469 |
-
msgstr "<p>Настройте Вашите заглавия и мета данни за избрана допълнителна публикация</p>"
|
4470 |
-
|
4471 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:118
|
4472 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:223
|
4473 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:340
|
4474 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:53
|
4475 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java:78
|
4476 |
-
msgid "blobId"
|
4477 |
-
msgstr ""
|
4478 |
-
|
4479 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/BlobModule.java:363
|
4480 |
-
msgid "data"
|
4481 |
-
msgstr ""
|
4482 |
-
|
4483 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/share/ShareModule.java:58
|
4484 |
-
#, fuzzy
|
4485 |
-
#| msgid "Title"
|
4486 |
-
msgid "title"
|
4487 |
-
msgstr "Заглавие"
|
4488 |
-
|
4489 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactAccessibilityDelegate.java:212
|
4490 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/picker/ReactPickerItem.java:22
|
4491 |
-
msgid "label"
|
4492 |
-
msgstr ""
|
4493 |
-
|
4494 |
-
#: inc/admin/admin.php:2768
|
4495 |
-
msgid "To view your sitemap, enable permalinks (not default one), and save settings to flush them."
|
4496 |
-
msgstr "За да видите Вашата карта, включете статичните връзки (не на опцията по подразбиране) и натиснете запис, за да изчистите кеша."
|
4497 |
-
|
4498 |
-
#: inc/admin/admin.php:2774
|
4499 |
-
msgid "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:"
|
4500 |
-
msgstr ""
|
4501 |
-
|
4502 |
-
#: inc/admin/admin.php:2788
|
4503 |
-
msgid "Noindex content will not be displayed in Sitemaps."
|
4504 |
-
msgstr "Съдържанието което е отбелязано с noindex, няма да се вижда в картата на сайта."
|
4505 |
-
|
4506 |
-
#: node_modules/@wordpress/url/node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactDrawableHelper.java:39
|
4507 |
-
msgid "attribute"
|
4508 |
-
msgstr ""
|
4509 |
-
|
4510 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:372
|
4511 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:372
|
4512 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:372
|
4513 |
-
#, javascript-format
|
4514 |
-
msgid "Argument unexpected for: %s"
|
4515 |
-
msgstr ""
|
4516 |
-
|
4517 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:382
|
4518 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:392
|
4519 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:446
|
4520 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:382
|
4521 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:392
|
4522 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:446
|
4523 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:382
|
4524 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:392
|
4525 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:446
|
4526 |
-
#: node_modules/yargs-parser/index.js:367
|
4527 |
-
#, javascript-format
|
4528 |
-
msgid "Not enough arguments following: %s"
|
4529 |
-
msgstr ""
|
4530 |
-
|
4531 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:591
|
4532 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:591
|
4533 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:591
|
4534 |
-
#: node_modules/yargs-parser/index.js:541
|
4535 |
-
#, javascript-format
|
4536 |
-
msgid "Invalid JSON config file: %s"
|
4537 |
-
msgstr ""
|
4538 |
-
|
4539 |
-
#: node_modules/logkitty/node_modules/yargs-parser/index.js:941
|
4540 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs-parser/index.js:941
|
4541 |
-
#: node_modules/metro/node_modules/yargs-parser/index.js:941
|
4542 |
-
#, javascript-format
|
4543 |
-
msgid "Invalid configuration: %s, opts.count excludes opts.array."
|
4544 |
-
msgstr ""
|
4545 |
-
|
4546 |
-
#: inc/admin/admin.php:2812
|
4547 |
-
#, fuzzy
|
4548 |
-
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
4549 |
-
msgstr "<p>Създайте HTML за вашите посетите и да подобрите Вашето SEO</p>"
|
4550 |
-
|
4551 |
-
#: inc/admin/admin.php:2822
|
4552 |
-
#: inc/admin/admin.php:3930
|
4553 |
-
msgid "Guide to enable a HTML Sitemap - new window"
|
4554 |
-
msgstr ""
|
4555 |
-
|
4556 |
-
#: inc/admin/admin.php:2826
|
4557 |
-
#, fuzzy
|
4558 |
-
msgid "<p>Include/Exclude Post Types.</p>"
|
4559 |
-
msgstr "<p>Включване / Изключване на типове публикации</p>"
|
4560 |
-
|
4561 |
-
#: inc/admin/admin.php:2830
|
4562 |
-
#, fuzzy
|
4563 |
-
msgid "<p>Include/Exclude Taxonomies.</p>"
|
4564 |
-
msgstr "<p>Включване / Изключване на класификациите</p>"
|
4565 |
-
|
4566 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:213
|
4567 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:213
|
4568 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:213
|
4569 |
-
#, fuzzy
|
4570 |
-
msgid "<p>Configure Google Knowledge Graph.</p>"
|
4571 |
-
msgstr "<p>Конфигуриране на Google Knowledge Graph</p>"
|
4572 |
-
|
4573 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:215
|
4574 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:215
|
4575 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:215
|
4576 |
-
#: node_modules/yargs/lib/usage.js:225
|
4577 |
-
msgid "aliases:"
|
4578 |
-
msgstr ""
|
4579 |
-
|
4580 |
-
#: inc/admin/admin.php:2839
|
4581 |
-
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>"
|
4582 |
-
msgstr ""
|
4583 |
-
|
4584 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:222
|
4585 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:303
|
4586 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:222
|
4587 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:303
|
4588 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:222
|
4589 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:303
|
4590 |
-
#, fuzzy
|
4591 |
-
msgid "<p>Manage Open Graph data.</p>"
|
4592 |
-
msgstr "<p>Управление на Open Graph данни</p>"
|
4593 |
-
|
4594 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:241
|
4595 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:241
|
4596 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:241
|
4597 |
-
msgid "Options:"
|
4598 |
-
msgstr ""
|
4599 |
-
|
4600 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:290
|
4601 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:290
|
4602 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:290
|
4603 |
-
#: node_modules/yargs/lib/usage.js:288
|
4604 |
-
msgid "boolean"
|
4605 |
-
msgstr ""
|
4606 |
-
|
4607 |
-
#: inc/admin/admin.php:2850
|
4608 |
-
#: inc/admin/admin.php:2864
|
4609 |
-
#, fuzzy
|
4610 |
-
msgid "Post thumbnail"
|
4611 |
-
msgstr "Twitter миниатюра"
|
4612 |
-
|
4613 |
-
#: inc/admin/admin.php:2851
|
4614 |
-
#: inc/admin/admin.php:2865
|
4615 |
-
msgid "First image of your post content"
|
4616 |
-
msgstr ""
|
4617 |
-
|
4618 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:298
|
4619 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:298
|
4620 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:298
|
4621 |
-
#: node_modules/yargs/lib/usage.js:292
|
4622 |
-
msgid "array"
|
4623 |
-
msgstr ""
|
4624 |
-
|
4625 |
-
#: inc/admin/admin.php:2857
|
4626 |
-
#, fuzzy
|
4627 |
-
msgid "<p>Manage your Twitter card.</p>"
|
4628 |
-
msgstr "<p>Управление на Вашата Twitter картичка</p>"
|
4629 |
-
|
4630 |
-
#: inc/admin/admin.php:2859
|
4631 |
-
msgid "<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
4632 |
-
msgstr ""
|
4633 |
-
|
4634 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:307
|
4635 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:307
|
4636 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:307
|
4637 |
-
#: node_modules/yargs/lib/usage.js:297
|
4638 |
-
msgid "required"
|
4639 |
-
msgstr ""
|
4640 |
-
|
4641 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:308
|
4642 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:308
|
4643 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:308
|
4644 |
-
#: node_modules/yargs/lib/usage.js:298
|
4645 |
-
msgid "choices:"
|
4646 |
-
msgstr ""
|
4647 |
-
|
4648 |
-
#: inc/admin/admin.php:2871
|
4649 |
-
#, fuzzy
|
4650 |
-
msgid "<p>Link your Google Analytics to your website. The tracking code will be automatically added to your site.</p>"
|
4651 |
-
msgstr "<p>Свържете Вашия сайт с Google Analytics</p>"
|
4652 |
-
|
4653 |
-
#: inc/admin/admin.php:2875
|
4654 |
-
msgid "<p>Manage user consent for GDPR and customize your cookie bar easily.</p>"
|
4655 |
-
msgstr ""
|
4656 |
-
|
4657 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/usage.js:457
|
4658 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/usage.js:457
|
4659 |
-
#: node_modules/metro/node_modules/yargs/build/lib/usage.js:457
|
4660 |
-
#: node_modules/yargs/lib/usage.js:223 node_modules/yargs/lib/usage.js:458
|
4661 |
-
#, fuzzy
|
4662 |
-
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
4663 |
-
msgstr "<p>Конфигуриране на Вашия код за следене в Google Analytics</p>"
|
4664 |
-
|
4665 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:155
|
4666 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:155
|
4667 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:155
|
4668 |
-
#: node_modules/yargs/lib/validation.js:147
|
4669 |
-
#, fuzzy
|
4670 |
-
msgid "<p>Track events in Google Analytics.</p>"
|
4671 |
-
msgstr "Проследяване на всякаква информация за посетителите Ви с Google Analytics"
|
4672 |
-
|
4673 |
-
#: inc/admin/admin.php:2887
|
4674 |
-
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."
|
4675 |
-
msgstr ""
|
4676 |
-
|
4677 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:181
|
4678 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:181
|
4679 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:181
|
4680 |
-
#: node_modules/yargs/lib/validation.js:180
|
4681 |
-
#, javascript-format
|
4682 |
-
msgid "Argument check failed: %s"
|
4683 |
-
msgstr ""
|
4684 |
-
|
4685 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:248
|
4686 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:248
|
4687 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:248
|
4688 |
-
#: node_modules/yargs/lib/validation.js:256
|
4689 |
-
msgid "Implications failed:"
|
4690 |
-
msgstr ""
|
4691 |
-
|
4692 |
-
#: node_modules/logkitty/node_modules/yargs/build/lib/validation.js:284
|
4693 |
-
#: node_modules/metro-inspector-proxy/node_modules/yargs/build/lib/validation.js:284
|
4694 |
-
#: node_modules/metro/node_modules/yargs/build/lib/validation.js:284
|
4695 |
-
#: node_modules/yargs/lib/validation.js:295
|
4696 |
-
#, javascript-format
|
4697 |
-
msgid "Arguments %s and %s are mutually exclusive"
|
4698 |
-
msgstr ""
|
4699 |
-
|
4700 |
-
#: inc/admin/admin.php:2905
|
4701 |
-
msgid "Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code"
|
4702 |
-
msgstr ""
|
4703 |
-
|
4704 |
-
#: inc/admin/admin.php:2909
|
4705 |
-
#, fuzzy
|
4706 |
-
msgid "<p>Advanced SEO options.</p>"
|
4707 |
-
msgstr "<p>Разширени SEO опции</p>"
|
4708 |
-
|
4709 |
-
#: inc/admin/admin.php:2913
|
4710 |
-
#, fuzzy
|
4711 |
-
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
4712 |
-
msgstr "<p>Настройте SEOPress за да отговори на Вашите нужди</p>"
|
4713 |
-
|
4714 |
-
#: inc/admin/admin.php:2917
|
4715 |
-
#, fuzzy
|
4716 |
-
msgid "<p>Manage security.</p>"
|
4717 |
-
msgstr "<p>Управление на сигурността</p>"
|
4718 |
-
|
4719 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4720 |
-
msgid "react.fragment"
|
4721 |
-
msgstr ""
|
4722 |
-
|
4723 |
-
#: inc/admin/admin.php:2934
|
4724 |
-
#, fuzzy,php-format
|
4725 |
-
msgid "Use this separator with %%sep%% in your title and meta description."
|
4726 |
-
msgstr "Въведете Вашето мета описание"
|
4727 |
-
|
4728 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4729 |
-
msgid "react.profiler"
|
4730 |
-
msgstr ""
|
4731 |
-
|
4732 |
-
#: inc/admin/admin.php:2946
|
4733 |
-
#: inc/admin/admin.php:2957
|
4734 |
-
#: inc/admin/admin.php:3051
|
4735 |
-
#: inc/admin/admin.php:3241
|
4736 |
-
#: inc/admin/admin.php:3274
|
4737 |
-
#: inc/admin/admin.php:3364
|
4738 |
-
#: inc/admin/admin.php:3441
|
4739 |
-
#: inc/admin/admin.php:3512
|
4740 |
-
#: inc/admin/admin.php:3582
|
4741 |
-
#: inc/admin/admin.php:3633
|
4742 |
-
msgid "More tags"
|
4743 |
-
msgstr "Още етикети"
|
4744 |
-
|
4745 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4746 |
-
msgid "react.context"
|
4747 |
-
msgstr ""
|
4748 |
-
|
4749 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4750 |
-
msgid "react.forward_ref"
|
4751 |
-
msgstr ""
|
4752 |
-
|
4753 |
-
#: inc/admin/admin.php:2985
|
4754 |
-
#: inc/admin/admin.php:2989
|
4755 |
-
#: inc/admin/admin.php:2991
|
4756 |
-
#: inc/admin/admin.php:2996
|
4757 |
-
msgid "Click to hide any SEO metaboxes for this post type"
|
4758 |
-
msgstr ""
|
4759 |
-
|
4760 |
-
#: inc/admin/admin.php:2988
|
4761 |
-
#: inc/admin/admin.php:2992
|
4762 |
-
#: inc/admin/admin.php:2995
|
4763 |
-
msgid "Click to display any SEO metaboxes for this post type"
|
4764 |
-
msgstr ""
|
4765 |
-
|
4766 |
-
#: inc/admin/admin.php:3020
|
4767 |
-
#: inc/admin/admin.php:3207
|
4768 |
-
#: inc/admin/admin.php:3336
|
4769 |
-
#: inc/admin/admin.php:3429
|
4770 |
-
#: inc/admin/admin.php:3500
|
4771 |
-
#: inc/admin/admin.php:3570
|
4772 |
-
#: inc/admin/admin.php:3623
|
4773 |
-
msgid "Title template"
|
4774 |
-
msgstr "Заглавие на шаблон"
|
4775 |
-
|
4776 |
-
#: inc/admin/admin.php:3058
|
4777 |
-
#: inc/admin/admin.php:3250
|
4778 |
-
#: inc/admin/admin.php:3371
|
4779 |
-
#: inc/admin/admin.php:3447
|
4780 |
-
#: inc/admin/admin.php:3518
|
4781 |
-
#: inc/admin/admin.php:3588
|
4782 |
-
#: inc/admin/admin.php:3638
|
4783 |
-
msgid "Meta description template"
|
4784 |
-
msgstr "Мета описание на шаблон"
|
4785 |
-
|
4786 |
-
#: inc/admin/admin.php:3081
|
4787 |
-
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
4788 |
-
msgstr ""
|
4789 |
-
|
4790 |
-
#: inc/admin/admin.php:3100
|
4791 |
-
msgid "Do not follow links for this single post type <strong>(nofollow)</strong>"
|
4792 |
-
msgstr ""
|
4793 |
-
|
4794 |
-
#: node_modules/react-devtools-core/dist/standalone.js:40
|
4795 |
-
msgid "react.cache"
|
4796 |
-
msgstr ""
|
4797 |
-
|
4798 |
-
#: inc/admin/admin.php:3138
|
4799 |
-
#, fuzzy
|
4800 |
-
msgid "Display post thumbnail in Google Custom Search results?"
|
4801 |
-
msgstr "Да показва ли дата в резултатите от търсенето ?"
|
4802 |
-
|
4803 |
-
#: inc/admin/admin.php:3170
|
4804 |
-
#: inc/admin/admin.php:3174
|
4805 |
-
#: inc/admin/admin.php:3176
|
4806 |
-
#: inc/admin/admin.php:3181
|
4807 |
-
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
4808 |
-
msgstr ""
|
4809 |
-
|
4810 |
-
#: inc/admin/admin.php:3173
|
4811 |
-
#: inc/admin/admin.php:3177
|
4812 |
-
#: inc/admin/admin.php:3180
|
4813 |
-
msgid "Click to display any SEO metaboxes for this taxonomy"
|
4814 |
-
msgstr ""
|
4815 |
-
|
4816 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4817 |
-
msgid "comment2"
|
4818 |
-
msgstr ""
|
4819 |
-
|
4820 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4821 |
-
msgid "regexp"
|
4822 |
-
msgstr ""
|
4823 |
-
|
4824 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4825 |
-
msgid "operator"
|
4826 |
-
msgstr ""
|
4827 |
-
|
4828 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4829 |
-
msgid "eof"
|
4830 |
-
msgstr ""
|
4831 |
-
|
4832 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4833 |
-
msgid "expand"
|
4834 |
-
msgstr ""
|
4835 |
-
|
4836 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4837 |
-
msgid "punc"
|
4838 |
-
msgstr ""
|
4839 |
-
|
4840 |
-
#: inc/admin/admin.php:3289
|
4841 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
4842 |
-
msgstr ""
|
4843 |
-
|
4844 |
-
#: inc/admin/admin.php:3308
|
4845 |
-
msgid "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
4846 |
-
msgstr ""
|
4847 |
-
|
4848 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4849 |
-
#, fuzzy
|
4850 |
-
msgid "See archive"
|
4851 |
-
msgstr "Търсене в архиви"
|
4852 |
-
|
4853 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4854 |
-
msgid "("
|
4855 |
-
msgstr ""
|
4856 |
-
|
4857 |
-
#: inc/admin/admin.php:3394
|
4858 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
4859 |
-
msgstr ""
|
4860 |
-
|
4861 |
-
#: inc/admin/admin.php:3413
|
4862 |
-
msgid "Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
4863 |
-
msgstr ""
|
4864 |
-
|
4865 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4866 |
-
msgid ";"
|
4867 |
-
msgstr ""
|
4868 |
-
|
4869 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4870 |
-
msgid ","
|
4871 |
-
msgstr ""
|
4872 |
-
|
4873 |
-
#: inc/admin/admin.php:3498
|
4874 |
-
#: inc/admin/admin.php:3509
|
4875 |
-
msgid "Date archives"
|
4876 |
-
msgstr "Дата на архиви"
|
4877 |
-
|
4878 |
-
#: inc/admin/admin.php:3541
|
4879 |
-
msgid "Do not display date archives in search engine results <strong>(noindex)</strong>"
|
4880 |
-
msgstr ""
|
4881 |
-
|
4882 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4883 |
-
msgid "{"
|
4884 |
-
msgstr ""
|
4885 |
-
|
4886 |
-
#: node_modules/terser/dist/bundle.min.js:1
|
4887 |
-
msgid "["
|
4888 |
-
msgstr ""
|
4889 |
-
|
4890 |
-
#: node_modules/webidl-conversions/lib/index.js:105
|
4891 |
-
msgid "is not a finite number"
|
4892 |
-
msgstr ""
|
4893 |
-
|
4894 |
-
#: inc/admin/admin.php:3612
|
4895 |
-
msgid "Do not display search archives in search engine results <strong>(noindex)</strong>"
|
4896 |
-
msgstr ""
|
4897 |
-
|
4898 |
-
#: node_modules/webidl-conversions/lib/index.js:198
|
4899 |
-
msgid "is outside the range of a single-precision floating-point value"
|
4900 |
-
msgstr ""
|
4901 |
-
|
4902 |
-
#: inc/admin/admin.php:3664
|
4903 |
-
msgid "Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results."
|
4904 |
-
msgstr "Да не показва всички страници от сайта в резултатит от Google търсене и да не показва връзки към \"Кеширано\"."
|
4905 |
-
|
4906 |
-
#: node_modules/webidl-conversions/lib/index.js:239
|
4907 |
-
msgid "is not a valid ByteString"
|
4908 |
-
msgstr ""
|
4909 |
-
|
4910 |
-
#: inc/admin/admin.php:3702
|
4911 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for all pages."
|
4912 |
-
msgstr "Да не ползва мета данни за заглавия или откъси от проекта Open Directory за всички страници."
|
4913 |
-
|
4914 |
-
#: node_modules/webidl-conversions/lib/index.js:288
|
4915 |
-
msgid "is not a function"
|
4916 |
-
msgstr ""
|
4917 |
-
|
4918 |
-
#: inc/admin/admin.php:3740
|
4919 |
-
msgid "Do not display a \"Cached\" link in the Google search results."
|
4920 |
-
msgstr "Да не показва връзката \"Кеширано\" в резултатите от търсене на Google."
|
4921 |
-
|
4922 |
-
#: inc/admin/admin.php:3759
|
4923 |
-
msgid "Do not display a description in the Google search results for all pages."
|
4924 |
-
msgstr "Да не показва описание в резултатите от търсене на Google."
|
4925 |
-
|
4926 |
-
#: inc/admin/admin.php:3778
|
4927 |
-
msgid "Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code."
|
4928 |
-
msgstr ""
|
4929 |
-
|
4930 |
-
#: node_modules/yargs/lib/validation.js:40
|
4931 |
-
#, javascript-format
|
4932 |
-
msgid "Too many non-option arguments: got %s, maximum of %s"
|
4933 |
-
msgstr ""
|
4934 |
-
|
4935 |
-
#: seopress-functions.php:315
|
4936 |
-
#, fuzzy
|
4937 |
-
#| msgid "Post Types"
|
4938 |
-
msgid "Custom Post Types"
|
4939 |
-
msgstr "Типове публикации"
|
4940 |
-
|
4941 |
-
#: seopress-functions.php:319
|
4942 |
-
#, fuzzy
|
4943 |
-
#| msgid "Taxonomies"
|
4944 |
-
msgid "Custom Taxonomies"
|
4945 |
-
msgstr "Класификации"
|
4946 |
-
|
4947 |
-
#: seopress-functions.php:348
|
4948 |
-
#, php-format
|
4949 |
-
msgid "Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below."
|
4950 |
-
msgstr ""
|
4951 |
-
|
4952 |
-
#: seopress.php:219
|
4953 |
-
msgid "has been successfully updated!"
|
4954 |
-
msgstr ""
|
4955 |
-
|
4956 |
-
#: inc/admin/admin.php:3841
|
4957 |
-
msgid "Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)"
|
4958 |
-
msgstr ""
|
4959 |
-
|
4960 |
-
#: seopress.php:350
|
4961 |
-
msgid "Clear color"
|
4962 |
-
msgstr ""
|
4963 |
-
|
4964 |
-
#: seopress.php:352
|
4965 |
-
#, fuzzy
|
4966 |
-
msgid "Guide to enable XML image sitemaps - new window"
|
4967 |
-
msgstr "Включване на XML карта на сайта за снимки"
|
4968 |
-
|
4969 |
-
#: seopress.php:353
|
4970 |
-
#, fuzzy
|
4971 |
-
msgid "Enable Video Sitemaps"
|
4972 |
-
msgstr "Включване на карта на сайта за снимки"
|
4973 |
-
|
4974 |
-
#: inc/admin/admin.php:3881
|
4975 |
-
#, php-format
|
4976 |
-
msgid "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>"
|
4977 |
-
msgstr ""
|
4978 |
-
|
4979 |
-
#: seopress.php:530
|
4980 |
-
msgid "Docs"
|
4981 |
-
msgstr ""
|
4982 |
-
|
4983 |
-
#: inc/admin/admin.php:3903
|
4984 |
-
msgid "Make sure to enable author archive from SEO, titles and metas, archives tab.</a>"
|
4985 |
-
msgstr ""
|
4986 |
-
|
4987 |
-
#: inc/admin/admin.php:3970
|
4988 |
-
#: inc/admin/admin.php:4014
|
4989 |
-
msgid "Include"
|
4990 |
-
msgstr "Включва"
|
4991 |
-
|
4992 |
-
#: inc/admin/admin.php:3973
|
4993 |
-
msgid "You should never include attachment post type in your sitemap. Be careful if you checked this."
|
4994 |
-
msgstr ""
|
4995 |
-
|
4996 |
-
#: src/Actions/Admin/ManageColumn.php:66
|
4997 |
-
#, fuzzy
|
4998 |
-
#| msgid "noindex"
|
4999 |
-
msgid "noindex?"
|
5000 |
-
msgstr "noindex"
|
5001 |
-
|
5002 |
-
#: src/Actions/Admin/ManageColumn.php:69
|
5003 |
-
#, fuzzy
|
5004 |
-
#| msgid "nofollow"
|
5005 |
-
msgid "nofollow?"
|
5006 |
-
msgstr "nofollow"
|
5007 |
-
|
5008 |
-
#: src/Actions/Admin/ManageColumn.php:72
|
5009 |
-
msgid "Score"
|
5010 |
-
msgstr ""
|
5011 |
-
|
5012 |
-
#: src/Actions/Admin/ManageColumn.php:75
|
5013 |
-
msgid "Words"
|
5014 |
-
msgstr ""
|
5015 |
-
|
5016 |
-
#: inc/admin/admin.php:4057
|
5017 |
-
msgid "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
5018 |
-
msgstr ""
|
5019 |
-
|
5020 |
-
#: src/Actions/Admin/ManageColumn.php:157
|
5021 |
-
msgid "Analyze this page with Google Page Speed"
|
5022 |
-
msgstr ""
|
5023 |
-
|
5024 |
-
#: inc/admin/admin.php:4077
|
5025 |
-
#, fuzzy
|
5026 |
-
msgid "Default (date)"
|
5027 |
-
msgstr "Стойност по подразбиране: "
|
5028 |
-
|
5029 |
-
#: src/Actions/Admin/ManageColumn.php:173
|
5030 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:23
|
5031 |
-
msgid "Should be improved"
|
5032 |
-
msgstr ""
|
5033 |
-
|
5034 |
-
#: inc/admin/admin.php:4086
|
5035 |
-
#, fuzzy
|
5036 |
-
msgid "Post ID"
|
5037 |
-
msgstr "Дата на публикуване"
|
5038 |
-
|
5039 |
-
#: src/Actions/Admin/ManageColumn.php:220
|
5040 |
-
msgid "Average position: "
|
5041 |
-
msgstr ""
|
5042 |
-
|
5043 |
-
#: inc/admin/admin.php:4107
|
5044 |
-
#, fuzzy
|
5045 |
-
msgid "Disable date after each post, page, post type?"
|
5046 |
-
msgstr "Заглавие на публикация (публикация, страница, допълнителен тип публикация)"
|
5047 |
-
|
5048 |
-
#: src/Actions/Options/Init.php:261
|
5049 |
-
msgid "404 - Page not found"
|
5050 |
-
msgstr "404 - Страницата не е намерена"
|
5051 |
-
|
5052 |
-
#: src/Helpers/ContentAnalysis.php:18
|
5053 |
-
#, fuzzy
|
5054 |
-
msgid "eg: SEOPress"
|
5055 |
-
msgstr "SEOPress"
|
5056 |
-
|
5057 |
-
#: src/Helpers/ContentAnalysis.php:23
|
5058 |
-
msgid "Last modified date"
|
5059 |
-
msgstr ""
|
5060 |
-
|
5061 |
-
#: src/Helpers/ContentAnalysis.php:28
|
5062 |
-
msgid "Words counter"
|
5063 |
-
msgstr ""
|
5064 |
-
|
5065 |
-
#: src/Helpers/ContentAnalysis.php:33
|
5066 |
-
msgid "Keywords density"
|
5067 |
-
msgstr ""
|
5068 |
-
|
5069 |
-
#: src/Helpers/ContentAnalysis.php:38
|
5070 |
-
#, fuzzy
|
5071 |
-
#| msgid "Remove stop words in permalinks"
|
5072 |
-
msgid "Keywords in permalink"
|
5073 |
-
msgstr "Премахване на спиращи думи от статичните връзки"
|
5074 |
-
|
5075 |
-
#: src/Helpers/ContentAnalysis.php:43
|
5076 |
-
#, fuzzy
|
5077 |
-
#| msgid "Settings"
|
5078 |
-
msgid "Headings"
|
5079 |
-
msgstr "Настройки"
|
5080 |
-
|
5081 |
-
#: src/Helpers/ContentAnalysis.php:58
|
5082 |
-
#, fuzzy
|
5083 |
-
#| msgid "Title tags"
|
5084 |
-
msgid "Social meta tags"
|
5085 |
-
msgstr "Заглавия на етикети"
|
5086 |
-
|
5087 |
-
#: src/Helpers/ContentAnalysis.php:63
|
5088 |
-
msgid "Meta robots"
|
5089 |
-
msgstr ""
|
5090 |
-
|
5091 |
-
#: src/Helpers/ContentAnalysis.php:68
|
5092 |
-
msgid "Alternative texts of images"
|
5093 |
-
msgstr ""
|
5094 |
-
|
5095 |
-
#: src/Helpers/ContentAnalysis.php:73
|
5096 |
-
#, fuzzy
|
5097 |
-
#| msgid "Nofollow?"
|
5098 |
-
msgid "NoFollow Links"
|
5099 |
-
msgstr "Nofollow?"
|
5100 |
-
|
5101 |
-
#: src/Helpers/ContentAnalysis.php:78
|
5102 |
-
msgid "Outbound Links"
|
5103 |
-
msgstr ""
|
5104 |
-
|
5105 |
-
#: src/Helpers/ContentAnalysis.php:83
|
5106 |
-
msgid "Inbound Links"
|
5107 |
-
msgstr ""
|
5108 |
-
|
5109 |
-
#: src/Helpers/OpeningHoursHelper.php:12
|
5110 |
-
msgid "Monday"
|
5111 |
-
msgstr ""
|
5112 |
-
|
5113 |
-
#: src/Helpers/OpeningHoursHelper.php:13
|
5114 |
-
msgid "Tuesday"
|
5115 |
-
msgstr ""
|
5116 |
-
|
5117 |
-
#: src/Helpers/OpeningHoursHelper.php:14
|
5118 |
-
msgid "Wednesday"
|
5119 |
-
msgstr ""
|
5120 |
-
|
5121 |
-
#: src/Helpers/OpeningHoursHelper.php:15
|
5122 |
-
msgid "Thursday"
|
5123 |
-
msgstr ""
|
5124 |
-
|
5125 |
-
#: inc/admin/admin.php:4244
|
5126 |
-
#: inc/admin/admin.php:5065
|
5127 |
-
#: inc/admin/admin.php:5142
|
5128 |
-
#: inc/admin/admin.php:5219
|
5129 |
-
#: inc/admin/admin.php:5296
|
5130 |
-
#: inc/admin/admin.php:5373
|
5131 |
-
msgid "None"
|
5132 |
-
msgstr "Няма"
|
5133 |
-
|
5134 |
-
#: src/Helpers/OpeningHoursHelper.php:17
|
5135 |
-
msgid "Saturday"
|
5136 |
-
msgstr ""
|
5137 |
-
|
5138 |
-
#: src/Helpers/OpeningHoursHelper.php:18
|
5139 |
-
msgid "Sunday"
|
5140 |
-
msgstr ""
|
5141 |
-
|
5142 |
-
#: inc/admin/admin.php:4276
|
5143 |
-
#, fuzzy
|
5144 |
-
msgid "Twitter Page URL"
|
5145 |
-
msgstr "Twitter потребител"
|
5146 |
-
|
5147 |
-
#: src/Services/ContentAnalysis/GetContent.php:29
|
5148 |
-
msgid "duplicated schema - x"
|
5149 |
-
msgstr ""
|
5150 |
-
|
5151 |
-
#: inc/admin/admin.php:4413
|
5152 |
-
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)."
|
5153 |
-
msgstr ""
|
5154 |
-
|
5155 |
-
#: src/Services/ContentAnalysis/GetContent.php:41
|
5156 |
-
msgid "No schemas found in the source code of this page."
|
5157 |
-
msgstr ""
|
5158 |
-
|
5159 |
-
#: inc/admin/admin.php:4429
|
5160 |
-
msgid "One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing."
|
5161 |
-
msgstr ""
|
5162 |
-
|
5163 |
-
#: src/Services/ContentAnalysis/GetContent.php:60
|
5164 |
-
msgid "The last modified date of this article is less than 1 year. Cool!"
|
5165 |
-
msgstr ""
|
5166 |
-
|
5167 |
-
#: inc/admin/admin.php:4443
|
5168 |
-
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."
|
5169 |
-
msgstr ""
|
5170 |
-
|
5171 |
-
#: inc/admin/admin.php:4455
|
5172 |
-
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>"
|
5173 |
-
msgstr ""
|
5174 |
-
|
5175 |
-
#: inc/admin/admin.php:4459
|
5176 |
-
#, fuzzy
|
5177 |
-
msgid "How to create a Facebook App ID"
|
5178 |
-
msgstr "ID на Facebook App"
|
5179 |
-
|
5180 |
-
#: inc/admin/admin.php:4472
|
5181 |
-
msgid "Enable Twitter card"
|
5182 |
-
msgstr "Включване на Twitter картички"
|
5183 |
-
|
5184 |
-
#: inc/admin/admin.php:4489
|
5185 |
-
#, fuzzy
|
5186 |
-
msgid "Use OG if no Twitter Cards"
|
5187 |
-
msgstr "Включване на Twitter картичка"
|
5188 |
-
|
5189 |
-
#: inc/admin/admin.php:4524
|
5190 |
-
msgid "Default"
|
5191 |
-
msgstr "По подразбиране"
|
5192 |
-
|
5193 |
-
#: src/Services/ContentAnalysis/GetContent.php:81
|
5194 |
-
msgid "unique words found."
|
5195 |
-
msgstr ""
|
5196 |
-
|
5197 |
-
#: inc/admin/admin.php:4545
|
5198 |
-
#, fuzzy
|
5199 |
-
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
5200 |
-
msgstr "Включване на Google Analytics следене"
|
5201 |
-
|
5202 |
-
#: src/Services/ContentAnalysis/GetContent.php:86
|
5203 |
-
msgid "Your content is too short. Add a few more paragraphs!"
|
5204 |
-
msgstr ""
|
5205 |
-
|
5206 |
-
#: src/Services/ContentAnalysis/GetContent.php:93
|
5207 |
-
msgid "No content? Add a few more paragraphs!"
|
5208 |
-
msgstr ""
|
5209 |
-
|
5210 |
-
#: src/Services/ContentAnalysis/GetContent.php:118
|
5211 |
-
#, php-format
|
5212 |
-
msgid "%s was found %d times in your content, a keyword density of %s%%"
|
5213 |
-
msgstr ""
|
5214 |
-
|
5215 |
-
#: inc/admin/admin.php:4577
|
5216 |
-
msgid "<strong>The user must click the Accept button to allow tracking.</strong>"
|
5217 |
-
msgstr ""
|
5218 |
-
|
5219 |
-
#: inc/admin/admin.php:4579
|
5220 |
-
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>"
|
5221 |
-
msgstr ""
|
5222 |
-
|
5223 |
-
#: src/Services/ContentAnalysis/GetContent.php:141
|
5224 |
-
msgid "Cool, one of your target keyword is used in your permalink."
|
5225 |
-
msgstr ""
|
5226 |
-
|
5227 |
-
#: inc/admin/admin.php:4606
|
5228 |
-
msgid "Display and automatically accept the user‘s consent on page load (not fully GDPR)"
|
5229 |
-
msgstr ""
|
5230 |
-
|
5231 |
-
#: src/Services/ContentAnalysis/GetContent.php:157
|
5232 |
-
msgid "You should add one of your target keyword in your permalink."
|
5233 |
-
msgstr ""
|
5234 |
-
|
5235 |
-
#: src/Services/ContentAnalysis/GetContent.php:174
|
5236 |
-
msgid "H1 (Heading 1)"
|
5237 |
-
msgstr ""
|
5238 |
-
|
5239 |
-
#: src/Services/ContentAnalysis/GetContent.php:182
|
5240 |
-
msgid "Target keywords were found in Heading 1 (H1)."
|
5241 |
-
msgstr ""
|
5242 |
-
|
5243 |
-
#: src/Services/ContentAnalysis/GetContent.php:191
|
5244 |
-
#: src/Services/ContentAnalysis/GetContent.php:229
|
5245 |
-
#: src/Services/ContentAnalysis/GetContent.php:250
|
5246 |
-
#: src/Services/ContentAnalysis/GetContent.php:285
|
5247 |
-
#: src/Services/ContentAnalysis/GetContent.php:331
|
5248 |
-
#, php-format
|
5249 |
-
msgid "%s was found %d times."
|
5250 |
-
msgstr ""
|
5251 |
-
|
5252 |
-
#: src/Services/ContentAnalysis/GetContent.php:196
|
5253 |
-
#, php-format
|
5254 |
-
msgid "We found %d Heading 1 (H1) in your content."
|
5255 |
-
msgstr ""
|
5256 |
-
|
5257 |
-
#: inc/admin/admin.php:4635
|
5258 |
-
msgid "Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]"
|
5259 |
-
msgstr ""
|
5260 |
-
|
5261 |
-
#: inc/admin/admin.php:4643
|
5262 |
-
#: inc/functions/options-google-analytics.php:182
|
5263 |
-
msgid "Accept"
|
5264 |
-
msgstr ""
|
5265 |
-
|
5266 |
-
#: src/Services/ContentAnalysis/GetContent.php:212
|
5267 |
-
#, fuzzy
|
5268 |
-
msgid "Change the button value"
|
5269 |
-
msgstr "Промени настройката"
|
5270 |
-
|
5271 |
-
#: inc/admin/admin.php:4653
|
5272 |
-
#, fuzzy
|
5273 |
-
msgid "default: X"
|
5274 |
-
msgstr "По подразбиране"
|
5275 |
-
|
5276 |
-
#: inc/admin/admin.php:4653
|
5277 |
-
#, fuzzy
|
5278 |
-
msgid "Change the close button value"
|
5279 |
-
msgstr "Промени настройката"
|
5280 |
-
|
5281 |
-
#: src/Services/ContentAnalysis/GetContent.php:233
|
5282 |
-
msgid "None of your target keywords were found in Heading 2 (H2)."
|
5283 |
-
msgstr ""
|
5284 |
-
|
5285 |
-
#: src/Services/ContentAnalysis/GetContent.php:240
|
5286 |
-
msgid "H3 (Heading 3)"
|
5287 |
-
msgstr ""
|
5288 |
-
|
5289 |
-
#: src/Services/ContentAnalysis/GetContent.php:242
|
5290 |
-
msgid "Target keywords were found in Heading 3 (H3)."
|
5291 |
-
msgstr ""
|
5292 |
-
|
5293 |
-
#: src/Services/ContentAnalysis/GetContent.php:254
|
5294 |
-
msgid "None of your target keywords were found in Heading 3 (H3)."
|
5295 |
-
msgstr ""
|
5296 |
-
|
5297 |
-
#: src/Services/ContentAnalysis/GetContent.php:277
|
5298 |
-
msgid "Target keywords were found in the Meta Title."
|
5299 |
-
msgstr ""
|
5300 |
-
|
5301 |
-
#: src/Services/ContentAnalysis/GetContent.php:291
|
5302 |
-
msgid "None of your target keywords were found in the Meta Title."
|
5303 |
-
msgstr ""
|
5304 |
-
|
5305 |
-
#: src/Services/ContentAnalysis/GetContent.php:296
|
5306 |
-
#, fuzzy
|
5307 |
-
#| msgid "Your site title is empty!"
|
5308 |
-
msgid "Your custom title is too long."
|
5309 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
5310 |
-
|
5311 |
-
#: src/Services/ContentAnalysis/GetContent.php:299
|
5312 |
-
msgid "The length of your title is correct"
|
5313 |
-
msgstr ""
|
5314 |
-
|
5315 |
-
#: src/Services/ContentAnalysis/GetContent.php:304
|
5316 |
-
msgid "No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."
|
5317 |
-
msgstr ""
|
5318 |
-
|
5319 |
-
#: src/Services/ContentAnalysis/GetContent.php:323
|
5320 |
-
#, fuzzy
|
5321 |
-
#| msgid "Enter your meta description"
|
5322 |
-
msgid "Target keywords were found in the Meta description."
|
5323 |
-
msgstr "Въведете Вашето мета описание"
|
5324 |
-
|
5325 |
-
#: src/Services/ContentAnalysis/GetContent.php:337
|
5326 |
-
msgid "None of your target keywords were found in the Meta description."
|
5327 |
-
msgstr ""
|
5328 |
-
|
5329 |
-
#: src/Services/ContentAnalysis/GetContent.php:342
|
5330 |
-
#, fuzzy
|
5331 |
-
#| msgid "Add meta description column"
|
5332 |
-
msgid "You custom meta description is too long."
|
5333 |
-
msgstr "Добавяне на колона Мета описание"
|
5334 |
-
|
5335 |
-
#: src/Services/ContentAnalysis/GetContent.php:345
|
5336 |
-
#, fuzzy
|
5337 |
-
#| msgid "Enter your meta description"
|
5338 |
-
msgid "The length of your meta description is correct"
|
5339 |
-
msgstr "Въведете Вашето мета описание"
|
5340 |
-
|
5341 |
-
#: src/Services/ContentAnalysis/GetContent.php:350
|
5342 |
-
msgid "No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."
|
5343 |
-
msgstr ""
|
5344 |
-
|
5345 |
-
#: src/Services/ContentAnalysis/GetContent.php:367
|
5346 |
-
#, fuzzy
|
5347 |
-
#| msgid "Enable Open Graph Data"
|
5348 |
-
msgid "Open Graph Title"
|
5349 |
-
msgstr "Включване на Open Graph данни"
|
5350 |
-
|
5351 |
-
#: src/Services/ContentAnalysis/GetContent.php:376
|
5352 |
-
#, php-format
|
5353 |
-
msgid "We found %d og:title in your content."
|
5354 |
-
msgstr ""
|
5355 |
-
|
5356 |
-
#: src/Services/ContentAnalysis/GetContent.php:377
|
5357 |
-
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:"
|
5358 |
-
msgstr ""
|
5359 |
-
|
5360 |
-
#: src/Services/ContentAnalysis/GetContent.php:380
|
5361 |
-
#, fuzzy
|
5362 |
-
#| msgid "Your site title is empty!"
|
5363 |
-
msgid "Your Open Graph Title tag is empty!"
|
5364 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
5365 |
-
|
5366 |
-
#: src/Services/ContentAnalysis/GetContent.php:382
|
5367 |
-
msgid "We found an Open Graph Title tag in your source code."
|
5368 |
-
msgstr ""
|
5369 |
-
|
5370 |
-
#: src/Services/ContentAnalysis/GetContent.php:394
|
5371 |
-
msgid "Your Open Graph Title is missing!"
|
5372 |
-
msgstr ""
|
5373 |
-
|
5374 |
-
#: src/Services/ContentAnalysis/GetContent.php:398
|
5375 |
-
#, fuzzy
|
5376 |
-
msgid "Enter your Google Optimize container ID"
|
5377 |
-
msgstr "Въведете Вашите ключови думи за Google новини"
|
5378 |
-
|
5379 |
-
#: src/Services/ContentAnalysis/GetContent.php:407
|
5380 |
-
#, php-format
|
5381 |
-
msgid "We found %d og:description in your content."
|
5382 |
-
msgstr ""
|
5383 |
-
|
5384 |
-
#: inc/admin/admin.php:4821
|
5385 |
-
msgid "Google Optimize offers A/B testing, website testing & personalization tools."
|
5386 |
-
msgstr ""
|
5387 |
-
|
5388 |
-
#: src/Services/ContentAnalysis/GetContent.php:411
|
5389 |
-
#, fuzzy
|
5390 |
-
#| msgid "Term Description"
|
5391 |
-
msgid "Your Open Graph Description tag is empty!"
|
5392 |
-
msgstr "Описание на термин"
|
5393 |
-
|
5394 |
-
#: src/Services/ContentAnalysis/GetContent.php:413
|
5395 |
-
msgid "We found an Open Graph Description tag in your source code."
|
5396 |
-
msgstr ""
|
5397 |
-
|
5398 |
-
#: src/Services/ContentAnalysis/GetContent.php:425
|
5399 |
-
msgid "Your Open Graph Description is missing!"
|
5400 |
-
msgstr ""
|
5401 |
-
|
5402 |
-
#: src/Services/ContentAnalysis/GetContent.php:429
|
5403 |
-
#, fuzzy
|
5404 |
-
#| msgid "Enable Open Graph Data"
|
5405 |
-
msgid "Open Graph Image"
|
5406 |
-
msgstr "Включване на Open Graph данни"
|
5407 |
-
|
5408 |
-
#: src/Services/ContentAnalysis/GetContent.php:437
|
5409 |
-
#, php-format
|
5410 |
-
msgid "We found %d og:image in your content."
|
5411 |
-
msgstr ""
|
5412 |
-
|
5413 |
-
#: src/Services/ContentAnalysis/GetContent.php:443
|
5414 |
-
#, fuzzy
|
5415 |
-
#| msgid "Enable Open Graph Data"
|
5416 |
-
msgid "Your Open Graph Image tag is empty!"
|
5417 |
-
msgstr "Включване на Open Graph данни"
|
5418 |
-
|
5419 |
-
#: src/Services/ContentAnalysis/GetContent.php:455
|
5420 |
-
msgid "Your Open Graph Image is missing!"
|
5421 |
-
msgstr ""
|
5422 |
-
|
5423 |
-
#: src/Services/ContentAnalysis/GetContent.php:459
|
5424 |
-
#, fuzzy
|
5425 |
-
#| msgid "Enable Open Graph Data"
|
5426 |
-
msgid "Open Graph URL"
|
5427 |
-
msgstr "Включване на Open Graph данни"
|
5428 |
-
|
5429 |
-
#: src/Services/ContentAnalysis/GetContent.php:468
|
5430 |
-
#, php-format
|
5431 |
-
msgid "We found %d og:url in your content."
|
5432 |
-
msgstr ""
|
5433 |
-
|
5434 |
-
#: inc/admin/admin.php:4853
|
5435 |
-
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."
|
5436 |
-
msgstr ""
|
5437 |
-
|
5438 |
-
#: src/Services/ContentAnalysis/GetContent.php:472
|
5439 |
-
#, fuzzy
|
5440 |
-
#| msgid "Your site title is empty!"
|
5441 |
-
msgid "Your Open Graph URL tag is empty!"
|
5442 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
5443 |
-
|
5444 |
-
#: src/Services/ContentAnalysis/GetContent.php:474
|
5445 |
-
msgid "We found an Open Graph URL tag in your source code."
|
5446 |
-
msgstr ""
|
5447 |
-
|
5448 |
-
#: src/Services/ContentAnalysis/GetContent.php:486
|
5449 |
-
msgid "Your Open Graph URL is missing!"
|
5450 |
-
msgstr ""
|
5451 |
-
|
5452 |
-
#: inc/admin/admin.php:4889
|
5453 |
-
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."
|
5454 |
-
msgstr ""
|
5455 |
-
|
5456 |
-
#: inc/admin/admin.php:4911
|
5457 |
-
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."
|
5458 |
-
msgstr ""
|
5459 |
-
|
5460 |
-
#: inc/admin/admin.php:4933
|
5461 |
-
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."
|
5462 |
-
msgstr ""
|
5463 |
-
|
5464 |
-
#: inc/admin/admin.php:4955
|
5465 |
-
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."
|
5466 |
-
msgstr ""
|
5467 |
-
|
5468 |
-
#: inc/admin/admin.php:4970
|
5469 |
-
#: inc/admin/admin.php:5565
|
5470 |
-
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
5471 |
-
msgstr ""
|
5472 |
-
|
5473 |
-
#: src/Services/ContentAnalysis/GetContent.php:530
|
5474 |
-
#, php-format
|
5475 |
-
msgid "We found %d twitter:title in your content."
|
5476 |
-
msgstr ""
|
5477 |
-
|
5478 |
-
#: src/Services/ContentAnalysis/GetContent.php:531
|
5479 |
-
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:"
|
5480 |
-
msgstr ""
|
5481 |
-
|
5482 |
-
#: src/Services/ContentAnalysis/GetContent.php:534
|
5483 |
-
#, fuzzy
|
5484 |
-
#| msgid "Your site title is empty!"
|
5485 |
-
msgid "Your Twitter Title tag is empty!"
|
5486 |
-
msgstr "Заглавието на сайта Ви е празно!"
|
5487 |
-
|
5488 |
-
#: src/Services/ContentAnalysis/GetContent.php:536
|
5489 |
-
msgid "We found a Twitter Title tag in your source code."
|
5490 |
-
msgstr ""
|
5491 |
-
|
5492 |
-
#: src/Services/ContentAnalysis/GetContent.php:548
|
5493 |
-
#, fuzzy
|
5494 |
-
msgid "Enable affiliate/outbound tracking"
|
5495 |
-
msgstr "Включване на следене за кръстосани домейни"
|
5496 |
-
|
5497 |
-
#: src/Services/ContentAnalysis/GetContent.php:552
|
5498 |
-
#, fuzzy
|
5499 |
-
#| msgid "Twitter description"
|
5500 |
-
msgid "Twitter Description"
|
5501 |
-
msgstr "Описание за Twitter"
|
5502 |
-
|
5503 |
-
#: src/Services/ContentAnalysis/GetContent.php:561
|
5504 |
-
#, php-format
|
5505 |
-
msgid "We found %d twitter:description in your content."
|
5506 |
-
msgstr ""
|
5507 |
-
|
5508 |
-
#: src/Services/ContentAnalysis/GetContent.php:562
|
5509 |
-
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:"
|
5510 |
-
msgstr ""
|
5511 |
-
|
5512 |
-
#: inc/admin/admin.php:5068
|
5513 |
-
#: inc/admin/admin.php:5145
|
5514 |
-
#: inc/admin/admin.php:5222
|
5515 |
-
#: inc/admin/admin.php:5299
|
5516 |
-
#: inc/admin/admin.php:5376
|
5517 |
-
msgid "Custom Dimension #1"
|
5518 |
-
msgstr "Допълнителен размер #1"
|
5519 |
-
|
5520 |
-
#: inc/admin/admin.php:5071
|
5521 |
-
#: inc/admin/admin.php:5148
|
5522 |
-
#: inc/admin/admin.php:5225
|
5523 |
-
#: inc/admin/admin.php:5302
|
5524 |
-
#: inc/admin/admin.php:5379
|
5525 |
-
msgid "Custom Dimension #2"
|
5526 |
-
msgstr "Допълнителен размер #2"
|
5527 |
-
|
5528 |
-
#: inc/admin/admin.php:5074
|
5529 |
-
#: inc/admin/admin.php:5151
|
5530 |
-
#: inc/admin/admin.php:5228
|
5531 |
-
#: inc/admin/admin.php:5305
|
5532 |
-
#: inc/admin/admin.php:5382
|
5533 |
-
msgid "Custom Dimension #3"
|
5534 |
-
msgstr "Допълнителен размер #3"
|
5535 |
-
|
5536 |
-
#: inc/admin/admin.php:5077
|
5537 |
-
#: inc/admin/admin.php:5154
|
5538 |
-
#: inc/admin/admin.php:5231
|
5539 |
-
#: inc/admin/admin.php:5308
|
5540 |
-
#: inc/admin/admin.php:5385
|
5541 |
-
msgid "Custom Dimension #4"
|
5542 |
-
msgstr "Допълнителен размер #4"
|
5543 |
-
|
5544 |
-
#: inc/admin/admin.php:5080
|
5545 |
-
#: inc/admin/admin.php:5157
|
5546 |
-
#: inc/admin/admin.php:5234
|
5547 |
-
#: inc/admin/admin.php:5311
|
5548 |
-
#: inc/admin/admin.php:5388
|
5549 |
-
msgid "Custom Dimension #5"
|
5550 |
-
msgstr "Допълнителен размер #5"
|
5551 |
-
|
5552 |
-
#: inc/admin/admin.php:5083
|
5553 |
-
#: inc/admin/admin.php:5160
|
5554 |
-
#: inc/admin/admin.php:5237
|
5555 |
-
#: inc/admin/admin.php:5314
|
5556 |
-
#: inc/admin/admin.php:5391
|
5557 |
-
msgid "Custom Dimension #6"
|
5558 |
-
msgstr "Допълнителен размер #6"
|
5559 |
-
|
5560 |
-
#: inc/admin/admin.php:5086
|
5561 |
-
#: inc/admin/admin.php:5163
|
5562 |
-
#: inc/admin/admin.php:5240
|
5563 |
-
#: inc/admin/admin.php:5317
|
5564 |
-
#: inc/admin/admin.php:5394
|
5565 |
-
msgid "Custom Dimension #7"
|
5566 |
-
msgstr "Допълнителен размер #7"
|
5567 |
-
|
5568 |
-
#: inc/admin/admin.php:5089
|
5569 |
-
#: inc/admin/admin.php:5166
|
5570 |
-
#: inc/admin/admin.php:5243
|
5571 |
-
#: inc/admin/admin.php:5320
|
5572 |
-
#: inc/admin/admin.php:5397
|
5573 |
-
msgid "Custom Dimension #8"
|
5574 |
-
msgstr "Допълнителен размер #8"
|
5575 |
-
|
5576 |
-
#: inc/admin/admin.php:5092
|
5577 |
-
#: inc/admin/admin.php:5169
|
5578 |
-
#: inc/admin/admin.php:5246
|
5579 |
-
#: inc/admin/admin.php:5323
|
5580 |
-
#: inc/admin/admin.php:5400
|
5581 |
-
msgid "Custom Dimension #9"
|
5582 |
-
msgstr "Допълнителен размер #9"
|
5583 |
-
|
5584 |
-
#: inc/admin/admin.php:5095
|
5585 |
-
#: inc/admin/admin.php:5172
|
5586 |
-
#: inc/admin/admin.php:5249
|
5587 |
-
#: inc/admin/admin.php:5326
|
5588 |
-
#: inc/admin/admin.php:5403
|
5589 |
-
msgid "Custom Dimension #10"
|
5590 |
-
msgstr "Допълнителен размер #10"
|
5591 |
-
|
5592 |
-
#: inc/admin/admin.php:5098
|
5593 |
-
#: inc/admin/admin.php:5175
|
5594 |
-
#: inc/admin/admin.php:5252
|
5595 |
-
#: inc/admin/admin.php:5329
|
5596 |
-
#: inc/admin/admin.php:5406
|
5597 |
-
msgid "Custom Dimension #11"
|
5598 |
-
msgstr "Допълнителен размер #11"
|
5599 |
-
|
5600 |
-
#: inc/admin/admin.php:5101
|
5601 |
-
#: inc/admin/admin.php:5178
|
5602 |
-
#: inc/admin/admin.php:5255
|
5603 |
-
#: inc/admin/admin.php:5332
|
5604 |
-
#: inc/admin/admin.php:5409
|
5605 |
-
msgid "Custom Dimension #12"
|
5606 |
-
msgstr "Допълнителен размер #12"
|
5607 |
-
|
5608 |
-
#: inc/admin/admin.php:5104
|
5609 |
-
#: inc/admin/admin.php:5181
|
5610 |
-
#: inc/admin/admin.php:5258
|
5611 |
-
#: inc/admin/admin.php:5335
|
5612 |
-
#: inc/admin/admin.php:5412
|
5613 |
-
msgid "Custom Dimension #13"
|
5614 |
-
msgstr "Допълнителен размер #13"
|
5615 |
-
|
5616 |
-
#: inc/admin/admin.php:5107
|
5617 |
-
#: inc/admin/admin.php:5184
|
5618 |
-
#: inc/admin/admin.php:5261
|
5619 |
-
#: inc/admin/admin.php:5338
|
5620 |
-
#: inc/admin/admin.php:5415
|
5621 |
-
msgid "Custom Dimension #14"
|
5622 |
-
msgstr "Допълнителен размер #14"
|
5623 |
-
|
5624 |
-
#: inc/admin/admin.php:5110
|
5625 |
-
#: inc/admin/admin.php:5187
|
5626 |
-
#: inc/admin/admin.php:5264
|
5627 |
-
#: inc/admin/admin.php:5341
|
5628 |
-
#: inc/admin/admin.php:5418
|
5629 |
-
msgid "Custom Dimension #15"
|
5630 |
-
msgstr "Допълнителен размер #15"
|
5631 |
-
|
5632 |
-
#: inc/admin/admin.php:5113
|
5633 |
-
#: inc/admin/admin.php:5190
|
5634 |
-
#: inc/admin/admin.php:5267
|
5635 |
-
#: inc/admin/admin.php:5344
|
5636 |
-
#: inc/admin/admin.php:5421
|
5637 |
-
msgid "Custom Dimension #16"
|
5638 |
-
msgstr "Допълнителен размер #16"
|
5639 |
-
|
5640 |
-
#: inc/admin/admin.php:5116
|
5641 |
-
#: inc/admin/admin.php:5193
|
5642 |
-
#: inc/admin/admin.php:5270
|
5643 |
-
#: inc/admin/admin.php:5347
|
5644 |
-
#: inc/admin/admin.php:5424
|
5645 |
-
msgid "Custom Dimension #17"
|
5646 |
-
msgstr "Допълнителен размер #17"
|
5647 |
-
|
5648 |
-
#: inc/admin/admin.php:5119
|
5649 |
-
#: inc/admin/admin.php:5196
|
5650 |
-
#: inc/admin/admin.php:5273
|
5651 |
-
#: inc/admin/admin.php:5350
|
5652 |
-
#: inc/admin/admin.php:5427
|
5653 |
-
msgid "Custom Dimension #18"
|
5654 |
-
msgstr "Допълнителен размер #18"
|
5655 |
-
|
5656 |
-
#: inc/admin/admin.php:5122
|
5657 |
-
#: inc/admin/admin.php:5199
|
5658 |
-
#: inc/admin/admin.php:5276
|
5659 |
-
#: inc/admin/admin.php:5353
|
5660 |
-
#: inc/admin/admin.php:5430
|
5661 |
-
msgid "Custom Dimension #19"
|
5662 |
-
msgstr "Допълнителен размер #19"
|
5663 |
-
|
5664 |
-
#: inc/admin/admin.php:5125
|
5665 |
-
#: inc/admin/admin.php:5202
|
5666 |
-
#: inc/admin/admin.php:5279
|
5667 |
-
#: inc/admin/admin.php:5356
|
5668 |
-
#: inc/admin/admin.php:5433
|
5669 |
-
msgid "Custom Dimension #20"
|
5670 |
-
msgstr "Допълнителен размер #20"
|
5671 |
-
|
5672 |
-
#: inc/admin/admin.php:5451
|
5673 |
-
msgid "Enable Matomo tracking (Matomo account required)"
|
5674 |
-
msgstr ""
|
5675 |
-
|
5676 |
-
#: src/Services/ContentAnalysis/GetContent.php:579
|
5677 |
-
#, fuzzy
|
5678 |
-
#| msgid "Enter your Twitter description"
|
5679 |
-
msgid "Your Twitter Description is missing!"
|
5680 |
-
msgstr "Въведете Вашето описание за Twitter"
|
5681 |
-
|
5682 |
-
#: src/Services/ContentAnalysis/GetContent.php:583
|
5683 |
-
#, fuzzy
|
5684 |
-
msgid "Matomo Cloud URL"
|
5685 |
-
msgstr "Soundcloud URL"
|
5686 |
-
|
5687 |
-
#: src/Services/ContentAnalysis/GetContent.php:591
|
5688 |
-
#, php-format
|
5689 |
-
msgid "We found %d twitter:image in your content."
|
5690 |
-
msgstr ""
|
5691 |
-
|
5692 |
-
#: src/Services/ContentAnalysis/GetContent.php:597
|
5693 |
-
#, fuzzy
|
5694 |
-
msgid "Enter your site ID here"
|
5695 |
-
msgstr "Въведете Вашето заглавие"
|
5696 |
-
|
5697 |
-
#: src/Services/ContentAnalysis/GetContent.php:609
|
5698 |
-
msgid "Your Twitter Image is missing!"
|
5699 |
-
msgstr ""
|
5700 |
-
|
5701 |
-
#: inc/admin/admin.php:5482
|
5702 |
-
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."
|
5703 |
-
msgstr ""
|
5704 |
-
|
5705 |
-
#: src/Services/ContentAnalysis/GetContent.php:638
|
5706 |
-
msgid "<strong>noindex</strong> is on! Search engines can't index this page."
|
5707 |
-
msgstr ""
|
5708 |
-
|
5709 |
-
#: inc/admin/admin.php:5498
|
5710 |
-
msgid "If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."
|
5711 |
-
msgstr ""
|
5712 |
-
|
5713 |
-
#: src/Services/ContentAnalysis/GetContent.php:645
|
5714 |
-
msgid "<strong>nofollow</strong> is on! Search engines can't follow your links on this page."
|
5715 |
-
msgstr ""
|
5716 |
-
|
5717 |
-
#: inc/admin/admin.php:5517
|
5718 |
-
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."
|
5719 |
-
msgstr ""
|
5720 |
-
|
5721 |
-
#: inc/admin/admin.php:5553
|
5722 |
-
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."
|
5723 |
-
msgstr ""
|
5724 |
-
|
5725 |
-
#: src/Services/ContentAnalysis/GetContent.php:656
|
5726 |
-
msgid "<strong>noarchive</strong> is off. Search engines will probably cache your page."
|
5727 |
-
msgstr ""
|
5728 |
-
|
5729 |
-
#: inc/admin/admin.php:5584
|
5730 |
-
msgid "Tracking requests will not be sent if visitors do not wish to be tracked."
|
5731 |
-
msgstr ""
|
5732 |
-
|
5733 |
-
#: inc/admin/admin.php:5601
|
5734 |
-
msgid "Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view."
|
5735 |
-
msgstr ""
|
5736 |
-
|
5737 |
-
#: inc/admin/admin.php:5618
|
5738 |
-
#, fuzzy
|
5739 |
-
msgid "Enabling Download & Outlink tracking"
|
5740 |
-
msgstr "Включване на следене за кръстосани домейни"
|
5741 |
-
|
5742 |
-
#: src/Services/ContentAnalysis/GetContent.php:677
|
5743 |
-
msgid "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"
|
5744 |
-
" exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|\n"
|
5745 |
-
" mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv|\n"
|
5746 |
-
" pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|\n"
|
5747 |
-
" tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
5748 |
-
msgstr ""
|
5749 |
-
|
5750 |
-
#: inc/admin/admin.php:5641
|
5751 |
-
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
5752 |
-
msgstr "Пренасочване на прикачени страници към основната (или начална страница ако няма)"
|
5753 |
-
|
5754 |
-
#: inc/admin/admin.php:5660
|
5755 |
-
msgid "If this option is checked, it will take precedence over the redirection of attachments to the post's parent."
|
5756 |
-
msgstr ""
|
5757 |
-
|
5758 |
-
#: src/Services/ContentAnalysis/GetContent.php:688
|
5759 |
-
msgid "<strong>nositelinkssearchbox is</strong> off. Google will probably display a sitelinks searchbox in search results."
|
5760 |
-
msgstr ""
|
5761 |
-
|
5762 |
-
#: inc/admin/admin.php:5694
|
5763 |
-
msgid "When sending an image file, automatically set the title based on the filename"
|
5764 |
-
msgstr ""
|
5765 |
-
|
5766 |
-
#: inc/admin/admin.php:5711
|
5767 |
-
msgid "When sending an image file, automatically set the alternative text based on the filename"
|
5768 |
-
msgstr ""
|
5769 |
-
|
5770 |
-
#: inc/admin/admin.php:5714
|
5771 |
-
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."
|
5772 |
-
msgstr ""
|
5773 |
-
|
5774 |
-
#: inc/admin/admin.php:5732
|
5775 |
-
msgid "When sending an image file, automatically set the caption based on the filename"
|
5776 |
-
msgstr ""
|
5777 |
-
|
5778 |
-
#: inc/admin/admin.php:5749
|
5779 |
-
msgid "When sending an image file, automatically set the description based on the filename"
|
5780 |
-
msgstr ""
|
5781 |
-
|
5782 |
-
#: inc/admin/admin.php:5766
|
5783 |
-
#, fuzzy
|
5784 |
-
msgid "Add TINYMCE editor to term description"
|
5785 |
-
msgstr "Описание за Twitter"
|
5786 |
-
|
5787 |
-
#: src/Services/ContentAnalysis/GetContent.php:790
|
5788 |
-
msgid "This page doesn't have any outbound links."
|
5789 |
-
msgstr ""
|
5790 |
-
|
5791 |
-
#: inc/admin/admin.php:5800
|
5792 |
-
msgid "You must check this box if the structure of your permalinks DOES NOT contain a slash at the end (eg: /%postname%)"
|
5793 |
-
msgstr ""
|
5794 |
-
|
5795 |
-
#: src/Services/ContentAnalysis/GetContent.php:809
|
5796 |
-
#, php-format
|
5797 |
-
msgid "We found %s inbound links to this page."
|
5798 |
-
msgstr ""
|
5799 |
-
|
5800 |
-
#: inc/admin/admin.php:5834
|
5801 |
-
msgid "Remove hentry post class to prevent Google from seeing this as structured data (schema)"
|
5802 |
-
msgstr ""
|
5803 |
-
|
5804 |
-
#: inc/admin/admin.php:5851
|
5805 |
-
msgid "Remove comment author URL in comments if the website is filled from profile page"
|
5806 |
-
msgstr ""
|
5807 |
-
|
5808 |
-
#: src/Services/ContentAnalysis/GetContent.php:838
|
5809 |
-
msgid "A canonical URL is required by search engines to handle duplicate content."
|
5810 |
-
msgstr ""
|
5811 |
-
|
5812 |
-
#: src/Services/ContentAnalysis/GetContent.php:842
|
5813 |
-
#, php-format
|
5814 |
-
msgid "We found %s canonical URL in your source code. Below, the list:"
|
5815 |
-
msgstr ""
|
5816 |
-
|
5817 |
-
#: src/Services/ContentAnalysis/GetContent.php:851
|
5818 |
-
msgid "You must fix this. Canonical URL duplication is bad for SEO."
|
5819 |
-
msgstr ""
|
5820 |
-
|
5821 |
-
#: src/Services/ContentAnalysis/GetContent.php:856
|
5822 |
-
msgid "This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal."
|
5823 |
-
msgstr ""
|
5824 |
-
|
5825 |
-
#: src/Services/ContentAnalysis/GetContent.php:859
|
5826 |
-
msgid "This page doesn't have any canonical URL."
|
5827 |
-
msgstr ""
|
5828 |
-
|
5829 |
-
#: inc/admin/admin.php:5936
|
5830 |
-
msgid "If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty."
|
5831 |
-
msgstr ""
|
5832 |
-
|
5833 |
-
#: src/Services/ContentAnalysis/RenderContentAnalysis.php:37
|
5834 |
-
msgid "Expand"
|
5835 |
-
msgstr ""
|
5836 |
-
|
5837 |
-
#: inc/admin/admin.php:5949
|
5838 |
-
msgid "If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty."
|
5839 |
-
msgstr ""
|
5840 |
-
|
5841 |
-
#: src/Services/Settings/Roles/SectionPagesSEOPress.php:38
|
5842 |
-
msgid "Check a user role to authorized it to edit a specific SEO page."
|
5843 |
-
msgstr ""
|
5844 |
-
|
5845 |
-
#, fuzzy
|
5846 |
-
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
5847 |
-
msgstr "Премахване на SEOPress от административната лента"
|
5848 |
-
|
5849 |
-
#, fuzzy
|
5850 |
-
msgid "Hide SEO tools in SEOPress Dashboard page"
|
5851 |
-
msgstr "Скриване на известията от таблото в SEOPress"
|
5852 |
-
|
5853 |
-
#, fuzzy
|
5854 |
-
msgid "Hide Useful Links in SEOPress dashboard page"
|
5855 |
-
msgstr "Скриване на известията от таблото в SEOPress"
|
5856 |
-
|
5857 |
-
#, fuzzy
|
5858 |
-
msgid "Add redirection enable column"
|
5859 |
-
msgstr "Добавяне на колона Мета описание"
|
5860 |
-
|
5861 |
-
#, fuzzy
|
5862 |
-
msgid "Add redirection URL column"
|
5863 |
-
msgstr "Добавяне на колона Заглавие"
|
5864 |
-
|
5865 |
-
#, fuzzy
|
5866 |
-
msgid "Add canonical URL column"
|
5867 |
-
msgstr "Добавяне на колона Заглавие"
|
5868 |
-
|
5869 |
-
#, fuzzy
|
5870 |
-
msgid "Add target keyword column"
|
5871 |
-
msgstr "Добавяне на колона Заглавие"
|
5872 |
-
|
5873 |
-
#: inc/admin/admin.php:6290
|
5874 |
-
msgid "Display Content Analysis results column (\"Good\" or \"Should be improved\")"
|
5875 |
-
msgstr ""
|
5876 |
-
|
5877 |
-
#, fuzzy
|
5878 |
-
msgid "Remove Genesis SEO Metabox"
|
5879 |
-
msgstr "Премахва Genesis SEO мета"
|
5880 |
-
|
5881 |
-
#: inc/admin/admin.php:6325
|
5882 |
-
#, fuzzy
|
5883 |
-
msgid "Remove Genesis SEO link in WP Admin Menu"
|
5884 |
-
msgstr "Премахва Genesis SEO мета"
|
5885 |
-
|
5886 |
-
#: inc/admin/admin.php:6380
|
5887 |
-
#: inc/admin/admin.php:6415
|
5888 |
-
msgid "Hook to filter structured data types metabox call by post type - new window"
|
5889 |
-
msgstr ""
|
5890 |
-
|
5891 |
-
#: inc/admin/ajax.php:29
|
5892 |
-
msgid "A redirect is active for this URL. Turn it off to get the Google preview and content analysis."
|
5893 |
-
msgstr ""
|
5894 |
-
|
5895 |
-
#: inc/functions/options-advanced-admin.php:40
|
5896 |
-
msgid "Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO."
|
5897 |
-
msgstr ""
|
5898 |
-
|
5899 |
-
#: inc/functions/options-advanced-admin.php:50
|
5900 |
-
msgid "URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain)."
|
5901 |
-
msgstr ""
|
5902 |
-
|
5903 |
-
#: inc/functions/options-advanced-admin.php:321
|
5904 |
-
#, fuzzy
|
5905 |
-
msgid "Redirect?"
|
5906 |
-
msgstr "Пренасочвания"
|
5907 |
-
|
5908 |
-
#: inc/functions/options-advanced-admin.php:327
|
5909 |
-
#: inc/functions/options-advanced-admin.php:830
|
5910 |
-
#, fuzzy
|
5911 |
-
msgid "Canonical"
|
5912 |
-
msgstr "Каноничен уеб адрес"
|
5913 |
-
|
5914 |
-
#, fuzzy
|
5915 |
-
msgid "Enable redirection"
|
5916 |
-
msgstr "Включване на пренасочване?"
|
5917 |
-
|
5918 |
-
#, fuzzy
|
5919 |
-
msgid "Disable redirection"
|
5920 |
-
msgstr "Включване на пренасочване?"
|
5921 |
-
|
5922 |
-
#, fuzzy
|
5923 |
-
msgid "Description"
|
5924 |
-
msgstr "Описание на етикет"
|
5925 |
-
|
5926 |
-
#: inc/functions/options-advanced-admin.php:943
|
5927 |
-
msgid "The description is not prominent by default; however, some themes may show it."
|
5928 |
-
msgstr ""
|
5929 |
-
|
5930 |
-
#: inc/functions/options-google-analytics.php:167
|
5931 |
-
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>"
|
5932 |
-
msgstr ""
|
5933 |
-
|
5934 |
-
#: inc/functions/options-google-analytics.php:169
|
5935 |
-
msgid "By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc."
|
5936 |
-
msgstr ""
|
5937 |
-
|
5938 |
-
#, fuzzy
|
5939 |
-
msgid "Authors"
|
5940 |
-
msgstr "Следене на автори"
|
5941 |
-
|
5942 |
-
#, fuzzy
|
5943 |
-
msgid "Categories"
|
5944 |
-
msgstr "Следене на категории"
|
5945 |
-
|
5946 |
-
#: inc/functions/options-google-analytics.php:707
|
5947 |
-
#: inc/functions/options-matomo.php:248
|
5948 |
-
#, fuzzy
|
5949 |
-
msgid "Post types"
|
5950 |
-
msgstr "Типове публикации"
|
5951 |
-
|
5952 |
-
#: inc/functions/options-import-export.php:376
|
5953 |
-
#, fuzzy
|
5954 |
-
msgid "Please upload a valid .txt file"
|
5955 |
-
msgstr "Моля качете валиден .json файл"
|
5956 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary file
|
@@ -1,8111 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: SEOPress\n"
|
4 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
5 |
-
"Last-Translator: \n"
|
6 |
-
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
7 |
-
"MIME-Version: 1.0\n"
|
8 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
-
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2020-04-13 14:16+0200\n"
|
11 |
-
"PO-Revision-Date: 2021-07-27 12:00+0200\n"
|
12 |
-
"Language: da_DK\n"
|
13 |
-
"X-Generator: Poedit 3.0\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-bar/admin-bar.php:47 inc/admin/admin.php:86
|
21 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:39
|
22 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:222
|
23 |
-
#: inc/admin/metaboxes/admin-metaboxes.php:225
|
24 |
-
#: inc/admin/page-builders/gutenberg/gutenberg-addon.php:36
|
25 |
-
#: inc/functions/options-advanced-admin.php:790
|
26 |
-
msgid "SEO"
|
27 |
-
msgstr "SEO"
|
28 |
-
|
29 |
-
#: inc/admin/admin-bar/admin-bar.php:55 inc/admin/admin-bar/admin-bar.php:95
|
30 |
-
#: src/Actions/Admin/ManageColumn.php:138
|
31 |
-
#, fuzzy
|
32 |
-
msgid "Manage all your titles & metas for post types, taxonomies, archives..."
|
33 |
-
msgstr "Administrer alle dine titler og metaer"
|
34 |
-
|
35 |
-
#: inc/admin/admin-features-list.php:18
|
36 |
-
#: inc/admin/admin-features-list.php:34
|
37 |
-
#: inc/admin/admin-features-list.php:50
|
38 |
-
#: inc/admin/admin-features-list.php:66
|
39 |
-
#: inc/admin/admin-features-list.php:82
|
40 |
-
#: inc/admin/admin-features-list.php:93
|
41 |
-
#: inc/admin/admin-features-list.php:109
|
42 |
-
#: inc/admin/admin-features-list.php:118
|
43 |
-
#: inc/admin/admin-features-list.php:127
|
44 |
-
#: inc/admin/admin-features-list.php:136
|
45 |
-
#: inc/admin/admin-features-list.php:155
|
46 |
-
#: inc/admin/admin-features-list.php:171
|
47 |
-
#: inc/admin/admin-features-list.php:192
|
48 |
-
#: inc/admin/admin-features-list.php:209
|
49 |
-
#: inc/admin/admin-features-list.php:228
|
50 |
-
#: inc/admin/admin-features-list.php:247
|
51 |
-
#: inc/admin/admin-features-list.php:285
|
52 |
-
#: inc/admin/admin-features-list.php:295
|
53 |
-
#: inc/admin/admin-features-list.php:305
|
54 |
-
#: inc/admin/admin-features-list.php:316
|
55 |
-
#: inc/admin/admin-features-list.php:327
|
56 |
-
#: inc/admin/admin-features-list.php:345
|
57 |
-
msgid "Manage"
|
58 |
-
msgstr "Administrer"
|
59 |
-
|
60 |
-
#: inc/admin/admin-features-list.php:23
|
61 |
-
#: inc/admin/admin-features-list.php:39
|
62 |
-
#: inc/admin/admin-features-list.php:55
|
63 |
-
#: inc/admin/admin-features-list.php:71
|
64 |
-
#: inc/admin/admin-features-list.php:98
|
65 |
-
#: inc/admin/admin-features-list.php:144
|
66 |
-
#: inc/admin/admin-features-list.php:160
|
67 |
-
#: inc/admin/admin-features-list.php:176
|
68 |
-
#: inc/admin/admin-features-list.php:197
|
69 |
-
#: inc/admin/admin-features-list.php:214
|
70 |
-
#: inc/admin/admin-features-list.php:233
|
71 |
-
#: inc/admin/admin-features-list.php:252
|
72 |
-
#: inc/admin/admin-features-list.php:271
|
73 |
-
#: inc/admin/admin-features-list.php:332
|
74 |
-
#: inc/admin/admin-features-list.php:350
|
75 |
-
#: inc/admin/admin.php:293
|
76 |
-
#: inc/admin/admin.php:299
|
77 |
-
msgid "Read our guide"
|
78 |
-
msgstr "Læs vores guide"
|
79 |
-
|
80 |
-
#: inc/admin/admin-bar/admin-bar.php:107 src/Actions/Admin/ManageColumn.php:144
|
81 |
-
#, fuzzy
|
82 |
-
#| msgid "nofollow"
|
83 |
-
msgid "nofollow is on!"
|
84 |
-
msgstr "ingen følger"
|
85 |
-
|
86 |
-
#: inc/admin/admin-features-list.php:31
|
87 |
-
#: inc/admin/admin.php:192
|
88 |
-
msgid "XML / Image / Video / HTML Sitemap"
|
89 |
-
msgstr "XML / Billede / Video / HTML Sitemap"
|
90 |
-
|
91 |
-
#: inc/admin/admin-bar/admin-bar.php:127 inc/admin/admin.php:93
|
92 |
-
msgid "Titles & Metas"
|
93 |
-
msgstr "Titler & Metaer"
|
94 |
-
|
95 |
-
#: inc/admin/admin-bar/admin-bar.php:133 inc/admin/admin.php:94
|
96 |
-
msgid "XML / HTML Sitemap"
|
97 |
-
msgstr "XML/HTML sitemap"
|
98 |
-
|
99 |
-
#: inc/admin/admin-features-list.php:47
|
100 |
-
#: inc/admin/admin-header.php:48
|
101 |
-
#: inc/admin/admin.php:193
|
102 |
-
#: inc/admin/adminbar.php:38
|
103 |
-
msgid "Social Networks"
|
104 |
-
msgstr "Sociale netværk"
|
105 |
-
|
106 |
-
#: inc/admin/admin-features-list.php:48
|
107 |
-
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
108 |
-
msgstr "Open Graph, Twitter-kort, Google Knowledge Graph og mere..."
|
109 |
-
|
110 |
-
#: inc/admin/admin-features-list.php:56
|
111 |
-
msgid "Guide to enable Google Knowledge Graph - new window"
|
112 |
-
msgstr "Vejledning til aktivering af Google Knowledge Graph – nyt vindue"
|
113 |
-
|
114 |
-
#: inc/admin/admin-features-list.php:63
|
115 |
-
#: inc/admin/admin-header.php:54
|
116 |
-
#: inc/admin/adminbar.php:44
|
117 |
-
msgid "Google Analytics"
|
118 |
-
msgstr "Google Analytics"
|
119 |
-
|
120 |
-
#: inc/admin/admin-features-list.php:64
|
121 |
-
msgid "Track everything about your visitors with Google Analytics"
|
122 |
-
msgstr "Spor alt om dine besøgende med Google Analytics"
|
123 |
-
|
124 |
-
#: inc/admin/admin-features-list.php:72
|
125 |
-
msgid "Guide to getting started with Google Analytics - new window"
|
126 |
-
msgstr "Vejledning til Kom godt i gang med Google Analytics-nyt vindue"
|
127 |
-
|
128 |
-
#: inc/admin/admin-features-list.php:79
|
129 |
-
#: inc/admin/admin-header.php:60
|
130 |
-
#: inc/admin/admin-metaboxes-form.php:58
|
131 |
-
#: inc/admin/admin.php:195
|
132 |
-
#: inc/admin/admin.php:356
|
133 |
-
#: inc/admin/admin.php:636
|
134 |
-
#: inc/admin/adminbar.php:50
|
135 |
-
msgid "Advanced"
|
136 |
-
msgstr "Avanceret"
|
137 |
-
|
138 |
-
#: inc/admin/admin-bar/admin-bar.php:159 inc/admin/admin-features-list.php:49
|
139 |
-
#: inc/admin/wizard/admin-wizard.php:152 src/Actions/Admin/ManageColumn.php:81
|
140 |
-
msgid "Insights"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: inc/admin/admin-features-list.php:90
|
144 |
-
#: inc/admin/admin-header.php:68
|
145 |
-
msgid "WooCommerce"
|
146 |
-
msgstr "WooCommerce"
|
147 |
-
|
148 |
-
#: inc/admin/admin-bar/admin-bar.php:174
|
149 |
-
msgid "BOT"
|
150 |
-
msgstr "BOT"
|
151 |
-
|
152 |
-
#: inc/admin/admin-features-list.php:99
|
153 |
-
#, fuzzy
|
154 |
-
msgid "Guide to optimize your WooCommerce SEO - new window"
|
155 |
-
msgstr "Guide til redigering af din robots.txt-fil-nyt vindue"
|
156 |
-
|
157 |
-
#: inc/admin/admin-features-list.php:106
|
158 |
-
#: inc/admin/admin-header.php:74
|
159 |
-
msgid "Easy Digital Downloads"
|
160 |
-
msgstr "Nem Digital Downloads"
|
161 |
-
|
162 |
-
#: inc/admin/admin-bar/admin-bar.php:194 inc/admin/admin-features-list.php:115
|
163 |
-
msgid "Schemas"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: inc/admin/admin-features-list.php:115
|
167 |
-
#: inc/admin/admin-header.php:80
|
168 |
-
msgid "Local Business"
|
169 |
-
msgstr "Lokal Virksomhed"
|
170 |
-
|
171 |
-
#: inc/admin/admin-bar/admin-bar.php:210
|
172 |
-
msgid "Broken Links"
|
173 |
-
msgstr "Brudte link"
|
174 |
-
|
175 |
-
#: inc/admin/admin-features-list.php:124
|
176 |
-
#: inc/admin/admin-header.php:86
|
177 |
-
msgid "Dublin Core"
|
178 |
-
msgstr "Dublin Core"
|
179 |
-
|
180 |
-
#: inc/admin/admin-bar/admin-header.php:18 inc/admin/admin-pages/Titles.php:18
|
181 |
-
msgid "Home"
|
182 |
-
msgstr "Forside"
|
183 |
-
|
184 |
-
#: inc/admin/admin-bar/admin-header.php:33
|
185 |
-
msgid "Display"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: inc/admin/admin-features-list.php:134
|
189 |
-
#, fuzzy
|
190 |
-
msgid "Add data types to your content: articles, courses, recipes, videos, events, products and more."
|
191 |
-
msgstr "Føj datatyper til dit indhold: artikler, kurser, opskrifter, videoer, events og produkter"
|
192 |
-
|
193 |
-
#: inc/admin/admin-features-list.php:139
|
194 |
-
#: inc/admin/admin-features-list.php:225
|
195 |
-
#, fuzzy
|
196 |
-
msgid "See schemas"
|
197 |
-
msgstr "Søg arkiver"
|
198 |
-
|
199 |
-
#: inc/admin/admin-features-list.php:145
|
200 |
-
#: inc/admin/admin-features-list.php:234
|
201 |
-
#, fuzzy
|
202 |
-
msgid "Guide to add schemas with SEOPress PRO - new window"
|
203 |
-
msgstr "Guide til aktivering af SEOPress Pro - nyt vindue"
|
204 |
-
|
205 |
-
#: inc/admin/admin-features-list.php:152
|
206 |
-
#: inc/admin/admin-header.php:98
|
207 |
-
msgid "Breadcrumbs"
|
208 |
-
msgstr "Breadcrumbs"
|
209 |
-
|
210 |
-
#: inc/admin/admin-dyn-variables-helper.php:7 inc/admin/callbacks/Titles.php:37
|
211 |
-
#: inc/admin/callbacks/Titles.php:228 inc/admin/callbacks/Titles.php:299
|
212 |
-
#: inc/admin/callbacks/Titles.php:464 inc/admin/callbacks/Titles.php:684
|
213 |
-
#: inc/admin/callbacks/Titles.php:896 inc/admin/callbacks/Titles.php:1042
|
214 |
-
#: inc/admin/callbacks/Titles.php:1138 inc/admin/callbacks/Titles.php:1236
|
215 |
-
#: inc/admin/callbacks/Titles.php:1301
|
216 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:134
|
217 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:67
|
218 |
-
msgid "Site Title"
|
219 |
-
msgstr "Side Titel"
|
220 |
-
|
221 |
-
#: inc/admin/admin-dyn-variables-helper.php:8 inc/admin/callbacks/Titles.php:47
|
222 |
-
#: inc/admin/callbacks/Titles.php:65
|
223 |
-
msgid "Tagline"
|
224 |
-
msgstr "Tagline"
|
225 |
-
|
226 |
-
#: inc/admin/admin-features-list.php:168
|
227 |
-
#: inc/admin/admin-header.php:104
|
228 |
-
msgid "Google Page Speed"
|
229 |
-
msgstr "Google Page Speed"
|
230 |
-
|
231 |
-
#: inc/admin/admin-dyn-variables-helper.php:10
|
232 |
-
msgid "Post excerpt"
|
233 |
-
msgstr "Indlægsuddrag"
|
234 |
-
|
235 |
-
#: inc/admin/admin-dyn-variables-helper.php:11
|
236 |
-
#, fuzzy
|
237 |
-
#| msgid "Single product short description"
|
238 |
-
msgid "Post content / product description"
|
239 |
-
msgstr "Enkelt produkt kort beskrivelse"
|
240 |
-
|
241 |
-
#: inc/admin/admin-features-list.php:186
|
242 |
-
#: inc/admin/admin-header.php:111
|
243 |
-
msgid "robots.txt"
|
244 |
-
msgstr "robots.txt"
|
245 |
-
|
246 |
-
#: inc/admin/admin-dyn-variables-helper.php:13
|
247 |
-
#, fuzzy
|
248 |
-
#| msgid "Pinterest URL"
|
249 |
-
msgid "Post URL"
|
250 |
-
msgstr "Pinterest URL"
|
251 |
-
|
252 |
-
#: inc/admin/admin-dyn-variables-helper.php:14
|
253 |
-
msgid "Post date"
|
254 |
-
msgstr "Indlægsdato"
|
255 |
-
|
256 |
-
#: inc/admin/admin-features-list.php:198
|
257 |
-
#: inc/admin/admin-features-list.php:215
|
258 |
-
msgid "Guide to edit your robots.txt file - new window"
|
259 |
-
msgstr "Guide til redigering af din robots.txt-fil-nyt vindue"
|
260 |
-
|
261 |
-
#: inc/admin/admin-features-list.php:206
|
262 |
-
#: inc/admin/admin-header.php:118
|
263 |
-
msgid "Google News Sitemap"
|
264 |
-
msgstr "Google News Sitemap"
|
265 |
-
|
266 |
-
#: inc/admin/admin-dyn-variables-helper.php:17
|
267 |
-
msgid "Post category"
|
268 |
-
msgstr "Indlæg kategori"
|
269 |
-
|
270 |
-
#: inc/admin/admin-features-list.php:222
|
271 |
-
#: inc/admin/adminbar.php:85
|
272 |
-
msgid "Schemas"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: inc/admin/admin-dyn-variables-helper.php:19
|
276 |
-
msgid "Category title"
|
277 |
-
msgstr "Kategori titel"
|
278 |
-
|
279 |
-
#: inc/admin/admin-features-list.php:241
|
280 |
-
#: inc/admin/admin-header.php:124
|
281 |
-
#: inc/admin/admin.php:675
|
282 |
-
#: inc/admin/adminbar.php:93
|
283 |
-
msgid "Redirections"
|
284 |
-
msgstr "Viderestillinger"
|
285 |
-
|
286 |
-
#: inc/admin/admin-dyn-variables-helper.php:21
|
287 |
-
msgid "Tag title"
|
288 |
-
msgstr "Tag titel"
|
289 |
-
|
290 |
-
#: inc/admin/admin-dyn-variables-helper.php:22
|
291 |
-
msgid "Tag description"
|
292 |
-
msgstr "Tag beskrivelse"
|
293 |
-
|
294 |
-
#: inc/admin/admin-dyn-variables-helper.php:23
|
295 |
-
msgid "Term title"
|
296 |
-
msgstr "Term titel"
|
297 |
-
|
298 |
-
#: inc/admin/admin-features-list.php:260
|
299 |
-
#: inc/admin/admin-header.php:130
|
300 |
-
#, fuzzy
|
301 |
-
msgid "Broken links"
|
302 |
-
msgstr "Brudte link"
|
303 |
-
|
304 |
-
#: inc/admin/admin-dyn-variables-helper.php:25
|
305 |
-
msgid "Search keywords"
|
306 |
-
msgstr "Søg blandt søgeord"
|
307 |
-
|
308 |
-
#: inc/admin/admin-dyn-variables-helper.php:26
|
309 |
-
msgid "Current number page"
|
310 |
-
msgstr "Aktuel sidenummer"
|
311 |
-
|
312 |
-
#: inc/admin/admin-dyn-variables-helper.php:27
|
313 |
-
msgid "Page number with context"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: inc/admin/admin-dyn-variables-helper.php:28
|
317 |
-
msgid "Plural Post Type Archive name"
|
318 |
-
msgstr "Flertal Artikel Arkiv navn"
|
319 |
-
|
320 |
-
#: inc/admin/admin-dyn-variables-helper.php:29
|
321 |
-
msgid "Archive title"
|
322 |
-
msgstr "Arkivtitel"
|
323 |
-
|
324 |
-
#: inc/admin/admin-dyn-variables-helper.php:30
|
325 |
-
#, fuzzy
|
326 |
-
msgid "Guide to find broken links with SEOPress PRO - new window"
|
327 |
-
msgstr "Guide til aktivering af SEOPress Pro - nyt vindue"
|
328 |
-
|
329 |
-
#: inc/admin/admin-features-list.php:279
|
330 |
-
#: inc/admin/admin-header.php:136
|
331 |
-
#: inc/admin/adminbar.php:108
|
332 |
-
msgid "Backlinks"
|
333 |
-
msgstr "Backlinks"
|
334 |
-
|
335 |
-
#: inc/admin/admin-dyn-variables-helper.php:32
|
336 |
-
msgid "Month Archive title"
|
337 |
-
msgstr "Måned Arkiv titel"
|
338 |
-
|
339 |
-
#: inc/admin/admin-dyn-variables-helper.php:33
|
340 |
-
msgid "Year Archive title"
|
341 |
-
msgstr "År Arkiv titel"
|
342 |
-
|
343 |
-
#: inc/admin/admin-features-list.php:292
|
344 |
-
#: inc/admin/admin-header.php:142
|
345 |
-
msgid "URL Rewriting"
|
346 |
-
msgstr "URL Rewrite"
|
347 |
-
|
348 |
-
#: inc/admin/admin-dyn-variables-helper.php:35
|
349 |
-
msgid "Custom term taxonomy from post, page or post type"
|
350 |
-
msgstr "Brugerdefineret term taksonomi fra indlæg, side eller posttype"
|
351 |
-
|
352 |
-
#: inc/admin/admin-features-list.php:302
|
353 |
-
#: inc/admin/admin-header.php:155
|
354 |
-
msgid ".htaccess"
|
355 |
-
msgstr ".htaccess"
|
356 |
-
|
357 |
-
#: inc/admin/admin-dyn-variables-helper.php:37
|
358 |
-
msgid "Single product tag"
|
359 |
-
msgstr "Enkelt produkt tag"
|
360 |
-
|
361 |
-
#: inc/admin/admin-features-list.php:313
|
362 |
-
#: inc/admin/admin-header.php:162
|
363 |
-
msgid "RSS"
|
364 |
-
msgstr "RSS"
|
365 |
-
|
366 |
-
#: inc/admin/admin-dyn-variables-helper.php:39
|
367 |
-
#, fuzzy
|
368 |
-
#| msgid "Single product category"
|
369 |
-
msgid "Single product price"
|
370 |
-
msgstr "Enkelt produktkategori"
|
371 |
-
|
372 |
-
#: inc/admin/admin-features-list.php:324
|
373 |
-
#: inc/admin/admin-header.php:175
|
374 |
-
#: inc/admin/admin.php:196
|
375 |
-
#: inc/admin/adminbar.php:56
|
376 |
-
msgid "Tools"
|
377 |
-
msgstr "Værktøjer"
|
378 |
-
|
379 |
-
#: inc/admin/admin-dyn-variables-helper.php:41
|
380 |
-
#, fuzzy
|
381 |
-
msgid "Import/Export plugin settings from site to site."
|
382 |
-
msgstr "Importer/eksporter SEOPress indstillinger fra websted til websted."
|
383 |
-
|
384 |
-
#: inc/admin/admin-dyn-variables-helper.php:42
|
385 |
-
msgid "Current day"
|
386 |
-
msgstr "Denne dag"
|
387 |
-
|
388 |
-
#: inc/admin/admin-features-list.php:342
|
389 |
-
#: inc/admin/admin-header.php:168
|
390 |
-
#: inc/admin/admin-notifications-center.php:525
|
391 |
-
#: inc/admin/adminbar.php:72
|
392 |
-
msgid "License"
|
393 |
-
msgstr "Licens"
|
394 |
-
|
395 |
-
#: inc/admin/admin-dyn-variables-helper.php:44
|
396 |
-
#, fuzzy
|
397 |
-
msgid "Edit your license key."
|
398 |
-
msgstr "Rediger din SEOPress licensnøgle."
|
399 |
-
|
400 |
-
#: inc/admin/admin-dyn-variables-helper.php:47
|
401 |
-
msgid "Current time"
|
402 |
-
msgstr "Aktuelle tid"
|
403 |
-
|
404 |
-
#: inc/admin/admin-dyn-variables-helper.php:48
|
405 |
-
msgid "Author first name"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: inc/admin/admin-features-list.php:406
|
409 |
-
#: inc/admin/admin-features-list.php:410
|
410 |
-
#, fuzzy
|
411 |
-
msgid "Click to disable"
|
412 |
-
msgstr "Klik for at deaktivere denne funktion"
|
413 |
-
|
414 |
-
#: inc/admin/admin-features-list.php:407
|
415 |
-
#: inc/admin/admin-features-list.php:409
|
416 |
-
#, fuzzy
|
417 |
-
msgid "Click to enable"
|
418 |
-
msgstr "Klik her for at aktivere denne funktion"
|
419 |
-
|
420 |
-
#: inc/admin/admin-dyn-variables-helper.php:51
|
421 |
-
#, fuzzy
|
422 |
-
#| msgid "Author archives"
|
423 |
-
msgid "Author nickname"
|
424 |
-
msgstr "Forfatter arkiver"
|
425 |
-
|
426 |
-
#: inc/admin/admin-dyn-variables-helper.php:52
|
427 |
-
msgid "Author biography"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: inc/admin/admin-get-started.php:11
|
431 |
-
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."
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: inc/admin/admin-get-started.php:12
|
435 |
-
#, fuzzy
|
436 |
-
msgid "Get started"
|
437 |
-
msgstr "Hent liste"
|
438 |
-
|
439 |
-
#: inc/admin/admin-get-started.php:13
|
440 |
-
#, fuzzy
|
441 |
-
msgid "Watch our video guides"
|
442 |
-
msgstr "Indtast dine videokategorier"
|
443 |
-
|
444 |
-
#: inc/admin/admin-dyn-variables-helper.php:54
|
445 |
-
msgid "Current month in digital format"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: inc/admin/admin-header.php:17
|
449 |
-
msgid "SEOPress"
|
450 |
-
msgstr "SEOPress"
|
451 |
-
|
452 |
-
#: inc/admin/admin-header.php:24
|
453 |
-
#: inc/admin/admin-notifications-center.php:554
|
454 |
-
#: inc/admin/adminbar.php:78
|
455 |
-
msgid "PRO"
|
456 |
-
msgstr "PRO"
|
457 |
-
|
458 |
-
#: inc/admin/admin-features-list.php:10
|
459 |
-
msgid "SEO management"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: inc/admin/admin-header.php:36
|
463 |
-
#: inc/admin/admin.php:191
|
464 |
-
#: inc/admin/adminbar.php:26
|
465 |
-
msgid "Titles & Metas"
|
466 |
-
msgstr "Titler & Metaer"
|
467 |
-
|
468 |
-
#: inc/admin/admin-header.php:42
|
469 |
-
#: inc/admin/admin.php:192
|
470 |
-
#: inc/admin/adminbar.php:32
|
471 |
-
msgid "XML / HTML Sitemap"
|
472 |
-
msgstr "XML/HTML sitemap"
|
473 |
-
|
474 |
-
#: inc/admin/admin-header.php:92
|
475 |
-
#, fuzzy
|
476 |
-
msgid "Structured Data Types (schema.org)"
|
477 |
-
msgstr "Strukturerede Data Typer"
|
478 |
-
|
479 |
-
#: inc/admin/admin-features-list.php:23 inc/admin/admin.php:94
|
480 |
-
msgid "XML / Image / Video / HTML Sitemap"
|
481 |
-
msgstr "XML / Billede / Video / HTML Sitemap"
|
482 |
-
|
483 |
-
#: inc/admin/admin-features-list.php:24
|
484 |
-
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
485 |
-
msgstr "Administrer din XML/billede/video/HTML sitemap"
|
486 |
-
|
487 |
-
#: inc/admin/admin-features-list.php:30
|
488 |
-
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
489 |
-
msgstr "Open Graph, Twitter-kort, Google Knowledge Graph og mere..."
|
490 |
-
|
491 |
-
#: inc/admin/admin-header.php:204
|
492 |
-
#: inc/admin/admin-header.php:206
|
493 |
-
msgid "Send feedback"
|
494 |
-
msgstr "Send feedback"
|
495 |
-
|
496 |
-
#: inc/admin/admin-features-list.php:42
|
497 |
-
msgid "Advanced SEO options for advanced users!"
|
498 |
-
msgstr "Avancerede SEO muligheder for avancerede brugere!"
|
499 |
-
|
500 |
-
#: inc/admin/admin-header.php:210
|
501 |
-
#: inc/admin/admin-wizard.php:871
|
502 |
-
msgid "Follow us on Twitter"
|
503 |
-
msgstr "Følg os på Twitter"
|
504 |
-
|
505 |
-
#: inc/admin/admin-features-list.php:58
|
506 |
-
msgid "WooCommerce"
|
507 |
-
msgstr "WooCommerce"
|
508 |
-
|
509 |
-
#: inc/admin/admin-features-list.php:59
|
510 |
-
msgid "Improve WooCommerce SEO"
|
511 |
-
msgstr "Forbedre WooCommerce SEO"
|
512 |
-
|
513 |
-
#: inc/admin/admin-features-list.php:64
|
514 |
-
msgid "Easy Digital Downloads"
|
515 |
-
msgstr "Nem Digital Downloads"
|
516 |
-
|
517 |
-
#: inc/admin/admin-features-list.php:65
|
518 |
-
msgid "Improve Easy Digital Downloads SEO"
|
519 |
-
msgstr "Forbedre Easy digital downloads SEO"
|
520 |
-
|
521 |
-
#: inc/admin/admin-features-list.php:70
|
522 |
-
msgid "Local Business"
|
523 |
-
msgstr "Lokal Virksomhed"
|
524 |
-
|
525 |
-
#: inc/admin/admin-features-list.php:71
|
526 |
-
msgid "Add Google Local Business data type"
|
527 |
-
msgstr "Tilføj Googles Local Business type"
|
528 |
-
|
529 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:5
|
530 |
-
msgid "Enter a few keywords for analysis to help you write optimized content."
|
531 |
-
msgstr "Indtast et par søgeord til analyse for at hjælpe dig med at skrive optimeret indhold."
|
532 |
-
|
533 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:8
|
534 |
-
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."
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: inc/admin/admin-features-list.php:82
|
538 |
-
msgid "Structured Data Types"
|
539 |
-
msgstr "Strukturerede Data Typer"
|
540 |
-
|
541 |
-
#: inc/admin/admin-features-list.php:83
|
542 |
-
#, fuzzy
|
543 |
-
msgid "Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them (eg: \"my super keyword,another keyword,keyword\")"
|
544 |
-
msgstr "Adskil Target-keywords med kommaer. Brug ikke mellemrum efter kommaerne, medmindre du vil medtage dem."
|
545 |
-
|
546 |
-
#: inc/admin/admin-features-list.php:88
|
547 |
-
msgid "Breadcrumbs"
|
548 |
-
msgstr "Breadcrumbs"
|
549 |
-
|
550 |
-
#: inc/admin/admin-features-list.php:89
|
551 |
-
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
552 |
-
msgstr "Aktiver Breadcrumbs til dit tema og forbedre din SEO i SERPs"
|
553 |
-
|
554 |
-
#: inc/admin/admin-features-list.php:94
|
555 |
-
msgid "Google Page Speed"
|
556 |
-
msgstr "Google Page Speed"
|
557 |
-
|
558 |
-
#: inc/admin/admin-features-list.php:95
|
559 |
-
msgid "Track your website performance to improve SEO with Google Page Speed"
|
560 |
-
msgstr "Spor din hjemmesides ydeevne for at forbedre SEO med Google Page Speed"
|
561 |
-
|
562 |
-
#: inc/admin/admin-features-list.php:102
|
563 |
-
msgid "robots.txt"
|
564 |
-
msgstr "robots.txt"
|
565 |
-
|
566 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:34
|
567 |
-
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."
|
568 |
-
msgstr "Indtast et søgeord eller en sætning for at finde top 10 Google-forslag med det samme. Dette er nyttigt, hvis du ønsker at arbejde med long tail metoden."
|
569 |
-
|
570 |
-
#: inc/admin/admin-features-list.php:122
|
571 |
-
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
572 |
-
msgstr "Monitorer 404, opret 301, 302 og 307 redirections"
|
573 |
-
|
574 |
-
#: inc/admin/admin-features-list.php:127
|
575 |
-
#, fuzzy
|
576 |
-
msgid "Structured data types"
|
577 |
-
msgstr "Strukturerede Data Typer"
|
578 |
-
|
579 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:99
|
580 |
-
#, fuzzy
|
581 |
-
msgid "Last modified date"
|
582 |
-
msgstr "Dato for seneste opdatering: "
|
583 |
-
|
584 |
-
#: inc/admin/admin-features-list.php:133
|
585 |
-
msgid "URL Rewriting"
|
586 |
-
msgstr "URL Rewrite"
|
587 |
-
|
588 |
-
#: inc/admin/admin-features-list.php:134
|
589 |
-
msgid "Customize your permalinks."
|
590 |
-
msgstr "Tilpas dine permalinks."
|
591 |
-
|
592 |
-
#: inc/admin/admin-features-list.php:140
|
593 |
-
msgid ".htaccess"
|
594 |
-
msgstr ".htaccess"
|
595 |
-
|
596 |
-
#: inc/admin/admin-features-list.php:141
|
597 |
-
msgid "Edit your htaccess file."
|
598 |
-
msgstr "Rediger din htaccess fil."
|
599 |
-
|
600 |
-
#: inc/admin/admin-features-list.php:148
|
601 |
-
msgid "RSS"
|
602 |
-
msgstr "RSS"
|
603 |
-
|
604 |
-
#: inc/admin/admin-features-list.php:149
|
605 |
-
msgid "Configure default WordPress RSS."
|
606 |
-
msgstr "Konfigurer standard WordPress RSS."
|
607 |
-
|
608 |
-
#: inc/admin/admin-features-list.php:157
|
609 |
-
#, fuzzy
|
610 |
-
msgid "Keywords in permalink"
|
611 |
-
msgstr "Fjern stop ord i permalinks"
|
612 |
-
|
613 |
-
#: inc/admin/admin-features-list.php:165
|
614 |
-
#, fuzzy
|
615 |
-
msgid "Headings"
|
616 |
-
msgstr "H1 (Overskrift 1)"
|
617 |
-
|
618 |
-
#: inc/admin/admin-pages/Advanced.php:20
|
619 |
-
#, fuzzy
|
620 |
-
#| msgid "Images"
|
621 |
-
msgid "Image SEO"
|
622 |
-
msgstr "Billeder"
|
623 |
-
|
624 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:129
|
625 |
-
#: inc/admin/admin-metaboxes-form.php:130
|
626 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
627 |
-
#: inc/admin/admin-metaboxes-form.php:133
|
628 |
-
#: inc/admin/admin-wizard.php:294
|
629 |
-
#: inc/admin/admin-wizard.php:313
|
630 |
-
#: inc/admin/admin-wizard.php:330
|
631 |
-
#: inc/admin/admin-wizard.php:349
|
632 |
-
#: inc/admin/admin-wizard.php:368
|
633 |
-
#: inc/admin/admin-wizard.php:386
|
634 |
-
#: inc/admin/admin-wizard.php:403
|
635 |
-
#: inc/admin/admin.php:773
|
636 |
-
#: inc/admin/admin.php:794
|
637 |
-
#: inc/admin/admin.php:813
|
638 |
-
#: inc/admin/admin.php:834
|
639 |
-
#: inc/admin/admin.php:855
|
640 |
-
#: inc/admin/admin.php:875
|
641 |
-
#: inc/admin/admin.php:894
|
642 |
-
#: inc/admin/admin.php:1190
|
643 |
-
#: inc/admin/admin.php:2952
|
644 |
-
#: inc/functions/options-advanced-admin.php:814
|
645 |
-
msgid "Meta description"
|
646 |
-
msgstr "Meta Beskrivelse"
|
647 |
-
|
648 |
-
#: inc/admin/admin-pages/Advanced.php:52 inc/admin/admin-pages/Analytics.php:82
|
649 |
-
#: inc/admin/admin-pages/Sitemaps.php:43 inc/admin/admin-pages/Social.php:43
|
650 |
-
#: inc/admin/admin-pages/Titles.php:47 inc/admin/admin-pages/Tools.php:45
|
651 |
-
#: seopress-functions.php:728
|
652 |
-
#, fuzzy
|
653 |
-
msgid "Social meta tags"
|
654 |
-
msgstr "Sociale netværk"
|
655 |
-
|
656 |
-
#: inc/admin/admin-pages/Analytics.php:21
|
657 |
-
#: inc/admin/admin-pages/Analytics.php:32 inc/admin/admin-pages/Sitemaps.php:18
|
658 |
-
msgid "General"
|
659 |
-
msgstr "General"
|
660 |
-
|
661 |
-
#: inc/admin/admin-pages/Analytics.php:22
|
662 |
-
#: inc/admin/admin-pages/Analytics.php:33
|
663 |
-
msgid "Tracking"
|
664 |
-
msgstr "Statistik"
|
665 |
-
|
666 |
-
#: inc/admin/admin-pages/Analytics.php:23
|
667 |
-
#, fuzzy
|
668 |
-
#| msgid "WooCommerce"
|
669 |
-
msgid "Ecommerce"
|
670 |
-
msgstr "WooCommerce"
|
671 |
-
|
672 |
-
#: inc/admin/admin-pages/Analytics.php:24
|
673 |
-
#: inc/admin/admin-pages/Analytics.php:34
|
674 |
-
msgid "Events"
|
675 |
-
msgstr "Begivenheder"
|
676 |
-
|
677 |
-
#: inc/admin/admin-pages/Analytics.php:25
|
678 |
-
#: inc/admin/admin-pages/Analytics.php:35
|
679 |
-
msgid "Custom Dimensions"
|
680 |
-
msgstr "Brugerdefinerede dimensioner"
|
681 |
-
|
682 |
-
#: inc/admin/admin-pages/Analytics.php:26
|
683 |
-
msgid "Stats in Dashboard"
|
684 |
-
msgstr "Status i Dashboard"
|
685 |
-
|
686 |
-
#: inc/admin/admin-pages/Analytics.php:27
|
687 |
-
#: inc/admin/admin-pages/Analytics.php:36
|
688 |
-
msgid "Cookie bar / GDPR"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: inc/admin/admin-pages/Analytics.php:28
|
692 |
-
#: inc/admin/admin-pages/Analytics.php:37
|
693 |
-
msgid "Matomo"
|
694 |
-
msgstr ""
|
695 |
-
|
696 |
-
#: inc/admin/admin-pages/Sitemaps.php:19
|
697 |
-
msgid "Post Types"
|
698 |
-
msgstr "Indholdstyper"
|
699 |
-
|
700 |
-
#: inc/admin/admin-pages/Sitemaps.php:20 inc/admin/admin-pages/Titles.php:21
|
701 |
-
msgid "Taxonomies"
|
702 |
-
msgstr "Taksonomi"
|
703 |
-
|
704 |
-
#: inc/admin/admin-pages/Sitemaps.php:21
|
705 |
-
msgid "HTML Sitemap"
|
706 |
-
msgstr "HTML sitemap"
|
707 |
-
|
708 |
-
#: inc/admin/admin-pages/Social.php:18
|
709 |
-
msgid "Knowledge Graph"
|
710 |
-
msgstr "Videns Graf"
|
711 |
-
|
712 |
-
#: inc/admin/admin-pages/Social.php:19
|
713 |
-
msgid "Your social accounts"
|
714 |
-
msgstr "Dine sociale konti"
|
715 |
-
|
716 |
-
#: inc/admin/admin-pages/Social.php:20
|
717 |
-
msgid "Facebook (Open Graph)"
|
718 |
-
msgstr "Facebook (Open Graph)"
|
719 |
-
|
720 |
-
#: inc/admin/admin-pages/Social.php:21
|
721 |
-
msgid "Twitter (Twitter card)"
|
722 |
-
msgstr "Twitter (Twitter-kort)"
|
723 |
-
|
724 |
-
#: inc/admin/admin-pages/Titles.php:19
|
725 |
-
msgid "Single Post Types"
|
726 |
-
msgstr "Enkelt Arkivindlæg"
|
727 |
-
|
728 |
-
#: inc/admin/admin-pages/Titles.php:20
|
729 |
-
msgid "Archives"
|
730 |
-
msgstr "Arkiver"
|
731 |
-
|
732 |
-
#: inc/admin/admin-pages/Tools.php:19
|
733 |
-
#, fuzzy
|
734 |
-
msgid "Outbound Links"
|
735 |
-
msgstr "Brudte link"
|
736 |
-
|
737 |
-
#: inc/admin/admin-pages/Tools.php:20
|
738 |
-
msgid "Data"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: inc/admin/admin-pages/Tools.php:21 seopress.php:529
|
742 |
-
msgid "Settings"
|
743 |
-
msgstr "Indstillinger"
|
744 |
-
|
745 |
-
#: inc/admin/admin-pages/Tools.php:22
|
746 |
-
msgid "Plugins"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: inc/admin/admin-pages/Tools.php:24
|
750 |
-
msgid "Reset"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: inc/admin/admin-pages/Tools.php:56
|
754 |
-
msgid "Import data from a CSV"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:189
|
758 |
-
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."
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:195
|
762 |
-
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."
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
#: inc/admin/admin-pages/Tools.php:64 inc/admin/admin-pages/Tools.php:110
|
766 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:104
|
767 |
-
#: src/Helpers/ContentAnalysis.php:48
|
768 |
-
msgid "Meta title"
|
769 |
-
msgstr "Meta Titel"
|
770 |
-
|
771 |
-
#: inc/admin/admin-pages/Tools.php:67 inc/admin/admin-pages/Tools.php:113
|
772 |
-
#: inc/admin/callbacks/Titles.php:60
|
773 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:143
|
774 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:144
|
775 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:150
|
776 |
-
#: inc/admin/migrate/MigrationTools.php:14 inc/admin/settings/Titles.php:32
|
777 |
-
#: inc/functions/options-advanced-admin.php:801
|
778 |
-
#: src/Helpers/ContentAnalysis.php:53
|
779 |
-
msgid "Meta description"
|
780 |
-
msgstr "Meta Beskrivelse"
|
781 |
-
|
782 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:201
|
783 |
-
msgid "Your content is composed of more than 300 words, which is the minimum for a post."
|
784 |
-
msgstr "Dit indhold består af mere end 300 ord, hvilket er minimum for et opslag."
|
785 |
-
|
786 |
-
#: inc/admin/admin-pages/Tools.php:73 inc/admin/admin-pages/Tools.php:119
|
787 |
-
#, fuzzy
|
788 |
-
#| msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
789 |
-
msgid "Facebook Open Graph tags (title, description, image)"
|
790 |
-
msgstr "Facebook Open Graph Tags (titel, beskrivelse og billede thumbnail)"
|
791 |
-
|
792 |
-
#: inc/admin/admin-pages/Tools.php:76 inc/admin/admin-pages/Tools.php:122
|
793 |
-
#, fuzzy
|
794 |
-
msgid "No content? Add a few more paragraphs!"
|
795 |
-
msgstr "Dit indhold er for kort. Tilføj et par tegn mere!"
|
796 |
-
|
797 |
-
#: inc/admin/admin-pages/Tools.php:79 inc/admin/admin-pages/Tools.php:125
|
798 |
-
#, fuzzy
|
799 |
-
#| msgid "Add redirection enable column"
|
800 |
-
msgid "Redirection (enable, type, URL)"
|
801 |
-
msgstr "Tilføj omdirigering aktiver kolonne"
|
802 |
-
|
803 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:228
|
804 |
-
msgid "Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>."
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:232
|
808 |
-
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."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:238
|
812 |
-
#, fuzzy
|
813 |
-
msgid "Cool, one of your target keyword is used in your permalink."
|
814 |
-
msgstr "Ingen af dine target keywords blev fundet i overskrift 2 (H2)."
|
815 |
-
|
816 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:250
|
817 |
-
#, fuzzy
|
818 |
-
msgid "You should add one of your target keyword in your permalink."
|
819 |
-
msgstr "Ingen af dine target keywords blev fundet i overskrift 2 (H2)."
|
820 |
-
|
821 |
-
#: inc/admin/admin-pages/Tools.php:102
|
822 |
-
msgid "Export metadata to a CSV"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: inc/admin/admin-pages/Tools.php:105
|
826 |
-
#, fuzzy
|
827 |
-
msgid "Target keywords were found in Heading 1 (H1)."
|
828 |
-
msgstr "Target keywords blev fundet i Overskrift 2 (H2)."
|
829 |
-
|
830 |
-
#: inc/admin/admin-pages/Tools.php:106
|
831 |
-
msgid "Learn how to export SEO metadata to a CSV file"
|
832 |
-
msgstr ""
|
833 |
-
|
834 |
-
#: inc/admin/admin-pages/Tools.php:142 inc/admin/admin-pages/Tools.php:169
|
835 |
-
msgid "Export"
|
836 |
-
msgstr "Eksport"
|
837 |
-
|
838 |
-
#: inc/admin/admin-pages/Tools.php:158
|
839 |
-
#, fuzzy
|
840 |
-
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:"
|
841 |
-
msgstr "Du bør ikke bruge en H1 overskrift i dit indlægs indhold, fordi din artikels titel er allerede en H1. Reglen er enkel: kun én H1 for hver side."
|
842 |
-
|
843 |
-
#: inc/admin/admin-pages/Tools.php:177
|
844 |
-
#, fuzzy
|
845 |
-
#| msgid "Import Settings"
|
846 |
-
msgid "Import plugin settings"
|
847 |
-
msgstr "Importer Indstillinger"
|
848 |
-
|
849 |
-
#: inc/admin/admin-pages/Tools.php:180
|
850 |
-
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."
|
851 |
-
msgstr "Importer plugin-indstillingerne fra en .JSON fil. Denne fil kan hentes ved at eksportere indstillingerne på et andet websted ved hjælp af ovenstående formular."
|
852 |
-
|
853 |
-
#: inc/admin/admin-pages/Tools.php:192
|
854 |
-
msgid "Import"
|
855 |
-
msgstr "Importer"
|
856 |
-
|
857 |
-
#: inc/admin/admin-pages/Tools.php:196
|
858 |
-
msgid "Import completed!"
|
859 |
-
msgstr "Import gennemført!"
|
860 |
-
|
861 |
-
#: inc/admin/admin-pages/Tools.php:205 inc/admin/wizard/admin-wizard.php:332
|
862 |
-
#, fuzzy
|
863 |
-
#| msgid "Import posts and terms metadata from Yoast"
|
864 |
-
msgid "Import posts and terms metadata from"
|
865 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
866 |
-
|
867 |
-
#: inc/admin/admin-pages/Tools.php:226 inc/admin/wizard/admin-wizard.php:352
|
868 |
-
#, fuzzy
|
869 |
-
#| msgid "Select your logo"
|
870 |
-
msgid "Select an option"
|
871 |
-
msgstr "Vælg dit logo"
|
872 |
-
|
873 |
-
#: inc/admin/admin-pages/Tools.php:234 inc/admin/wizard/admin-wizard.php:360
|
874 |
-
msgid "You don't have to enable the selected SEO plugin to run the import."
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: inc/admin/admin-pages/Tools.php:248
|
878 |
-
msgid "Redirections feature is disabled. Please activate it from the <strong>PRO page</strong>."
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
#: inc/admin/admin-pages/Tools.php:253
|
882 |
-
#, fuzzy
|
883 |
-
msgid "Your custom title is too long."
|
884 |
-
msgstr "Den brugerdefinerede titel er for lang."
|
885 |
-
|
886 |
-
#: inc/admin/admin-pages/Tools.php:265
|
887 |
-
msgid "Reset All Notices From Notifications Center"
|
888 |
-
msgstr "Nulstil alle meddelelser fra Notifikations Center"
|
889 |
-
|
890 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:368
|
891 |
-
msgid "No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."
|
892 |
-
msgstr "Ved at klikke på Nulstil meddelelser vil alle meddelelser i notifikations center blive indstillet til deres oprindelige status."
|
893 |
-
|
894 |
-
#: inc/admin/admin-pages/Tools.php:274
|
895 |
-
msgid "Reset notices"
|
896 |
-
msgstr "Nulstil meddelelser"
|
897 |
-
|
898 |
-
#: inc/admin/admin-pages/Tools.php:281
|
899 |
-
msgid "Reset All Settings"
|
900 |
-
msgstr "Nulstil alle indstillinger"
|
901 |
-
|
902 |
-
#: inc/admin/admin-pages/Tools.php:285
|
903 |
-
#, fuzzy
|
904 |
-
#| msgid ""
|
905 |
-
#| "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
906 |
-
#| "database AND set settings to their default values."
|
907 |
-
msgid "<strong>WARNING:</strong> Delete all options related to this plugin in your database."
|
908 |
-
msgstr "<strong>Advarsel:</strong> Slet alle indstillinger, der er relateret til SEOPress i databasen, og Angiv indstillingerne til deres standardværdier."
|
909 |
-
|
910 |
-
#: inc/admin/admin-pages/Tools.php:292
|
911 |
-
msgid "Reset settings"
|
912 |
-
msgstr "Nulstil indstillinger"
|
913 |
-
|
914 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:402
|
915 |
-
msgid "No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: inc/admin/admin.php:62 inc/admin/admin.php:66
|
919 |
-
msgid "Click to disable this feature"
|
920 |
-
msgstr "Klik for at deaktivere denne funktion"
|
921 |
-
|
922 |
-
#: inc/admin/admin.php:63 inc/admin/admin.php:65
|
923 |
-
msgid "Click to enable this feature"
|
924 |
-
msgstr "Klik her for at aktivere denne funktion"
|
925 |
-
|
926 |
-
#: inc/admin/admin.php:91
|
927 |
-
#, fuzzy
|
928 |
-
msgid "Open Graph Title"
|
929 |
-
msgstr "Aktiver Open Graph Data"
|
930 |
-
|
931 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:418
|
932 |
-
#, fuzzy,php-format
|
933 |
-
msgid "We found %d og:title in your content."
|
934 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
935 |
-
|
936 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:419
|
937 |
-
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:"
|
938 |
-
msgstr ""
|
939 |
-
|
940 |
-
#: inc/admin/ajax.php:118
|
941 |
-
msgid "To get your Google snippet preview, publish your post!"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: inc/admin/ajax.php:120
|
945 |
-
#, php-format
|
946 |
-
msgid "Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>"
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:437
|
950 |
-
#, fuzzy
|
951 |
-
msgid "Open Graph Description"
|
952 |
-
msgstr "Beskrivelse af termen"
|
953 |
-
|
954 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:447
|
955 |
-
#, fuzzy,php-format
|
956 |
-
msgid "We found %d og:description in your content."
|
957 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
958 |
-
|
959 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:448
|
960 |
-
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:"
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
#: inc/admin/blocks/get-started.php:22
|
964 |
-
#, fuzzy
|
965 |
-
#| msgid "Get list"
|
966 |
-
msgid "Get started"
|
967 |
-
msgstr "Hent liste"
|
968 |
-
|
969 |
-
#: inc/admin/blocks/get-started.php:25 seopress-functions.php:521
|
970 |
-
msgid "Dismiss"
|
971 |
-
msgstr ""
|
972 |
-
|
973 |
-
#: inc/admin/blocks/insights.php:23
|
974 |
-
msgid "Stats overview"
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
#: inc/admin/blocks/insights.php:34 inc/admin/blocks/tasks.php:22
|
978 |
-
#, fuzzy
|
979 |
-
msgid "Open Graph Image"
|
980 |
-
msgstr "Aktiver Open Graph Data"
|
981 |
-
|
982 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:475
|
983 |
-
#, fuzzy,php-format
|
984 |
-
msgid "We found %d og:image in your content."
|
985 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
986 |
-
|
987 |
-
#: inc/admin/blocks/insights.php:43
|
988 |
-
msgid "Google Analytics"
|
989 |
-
msgstr "Google Analytics"
|
990 |
-
|
991 |
-
#: inc/admin/blocks/insights.php:44
|
992 |
-
#, fuzzy
|
993 |
-
msgid "Open Graph URL"
|
994 |
-
msgstr "Aktiver Open Graph Data"
|
995 |
-
|
996 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:501
|
997 |
-
#, fuzzy,php-format
|
998 |
-
msgid "We found %d og:url in your content."
|
999 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
1000 |
-
|
1001 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:502
|
1002 |
-
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:"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: inc/admin/blocks/insights.php:110
|
1006 |
-
msgid "See full report"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: inc/admin/blocks/insights.php:114
|
1010 |
-
msgid "<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: inc/admin/blocks/insights.php:118
|
1014 |
-
#, fuzzy
|
1015 |
-
msgid "Open Graph Site Name"
|
1016 |
-
msgstr "Aktiver Open Graph Data"
|
1017 |
-
|
1018 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:530
|
1019 |
-
#, fuzzy,php-format
|
1020 |
-
msgid "We found %d og:site_name in your content."
|
1021 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
1022 |
-
|
1023 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:531
|
1024 |
-
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:"
|
1025 |
-
msgstr ""
|
1026 |
-
|
1027 |
-
#: inc/admin/blocks/insights.php:134
|
1028 |
-
msgid "Sessions"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: inc/admin/blocks/insights.php:137
|
1032 |
-
msgid "Users"
|
1033 |
-
msgstr ""
|
1034 |
-
|
1035 |
-
#: inc/admin/blocks/insights.php:140
|
1036 |
-
#, fuzzy
|
1037 |
-
#| msgid "Page Speed"
|
1038 |
-
msgid "Page Views"
|
1039 |
-
msgstr "Side hastighed"
|
1040 |
-
|
1041 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:559
|
1042 |
-
#, fuzzy,php-format
|
1043 |
-
msgid "We found %d twitter:title in your content."
|
1044 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
1045 |
-
|
1046 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:560
|
1047 |
-
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:"
|
1048 |
-
msgstr ""
|
1049 |
-
|
1050 |
-
#: inc/admin/blocks/insights.php:149
|
1051 |
-
msgid "Bounce rate"
|
1052 |
-
msgstr ""
|
1053 |
-
|
1054 |
-
#: inc/admin/blocks/insights.php:152
|
1055 |
-
#, fuzzy
|
1056 |
-
msgid "Your Twitter Title is missing!"
|
1057 |
-
msgstr "Din sides titel er tom!"
|
1058 |
-
|
1059 |
-
#: inc/admin/blocks/insights.php:169
|
1060 |
-
#, fuzzy
|
1061 |
-
msgid "Twitter Description"
|
1062 |
-
msgstr "Twitter beskrivelse"
|
1063 |
-
|
1064 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:588
|
1065 |
-
#, fuzzy,php-format
|
1066 |
-
msgid "We found %d twitter:description in your content."
|
1067 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
1068 |
-
|
1069 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:589
|
1070 |
-
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:"
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: inc/admin/blocks/insights.php:199
|
1074 |
-
msgid "No scrape."
|
1075 |
-
msgstr "Ingen scrape."
|
1076 |
-
|
1077 |
-
#: inc/admin/blocks/insights.php:204
|
1078 |
-
msgid "No domain found."
|
1079 |
-
msgstr "Intet domæne fundet."
|
1080 |
-
|
1081 |
-
#: inc/admin/blocks/insights.php:215
|
1082 |
-
msgid "Server IP Address: "
|
1083 |
-
msgstr "Server IP-adresse:"
|
1084 |
-
|
1085 |
-
#: inc/admin/blocks/insights.php:222
|
1086 |
-
msgid "Last scrape: "
|
1087 |
-
msgstr "Sidste scrape:"
|
1088 |
-
|
1089 |
-
#: inc/admin/blocks/insights.php:229
|
1090 |
-
msgid "Number of websites on your server: "
|
1091 |
-
msgstr "Antal websteder på din server: "
|
1092 |
-
|
1093 |
-
#: inc/admin/blocks/insights.php:250
|
1094 |
-
msgid "Get list"
|
1095 |
-
msgstr "Hent liste"
|
1096 |
-
|
1097 |
-
#: inc/admin/blocks/intro.php:11
|
1098 |
-
msgid "Your SEO today"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:603
|
1102 |
-
#, fuzzy
|
1103 |
-
msgid "Your Twitter Description is missing!"
|
1104 |
-
msgstr "Indtast din Twitter beskrivelse"
|
1105 |
-
|
1106 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:607
|
1107 |
-
#, fuzzy
|
1108 |
-
msgid "Twitter Image"
|
1109 |
-
msgstr "Standard Twitter-billede"
|
1110 |
-
|
1111 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:616
|
1112 |
-
#, fuzzy,php-format
|
1113 |
-
msgid "We found %d twitter:image in your content."
|
1114 |
-
msgstr "Vi fandt% d Overskrift 1 (H1) i dit indhold."
|
1115 |
-
|
1116 |
-
#: inc/admin/blocks/news.php:49
|
1117 |
-
msgid "Save"
|
1118 |
-
msgstr ""
|
1119 |
-
|
1120 |
-
#: inc/admin/blocks/news.php:74
|
1121 |
-
#, fuzzy
|
1122 |
-
#| msgid "XML Sitemaps"
|
1123 |
-
msgid "No items"
|
1124 |
-
msgstr "XML sitemaps"
|
1125 |
-
|
1126 |
-
#: inc/admin/blocks/news.php:82
|
1127 |
-
#, php-format
|
1128 |
-
msgid "We found %s meta robots in your page. There is probably something wrong with your theme!"
|
1129 |
-
msgstr ""
|
1130 |
-
|
1131 |
-
#: inc/admin/blocks/news.php:98
|
1132 |
-
msgid "All news"
|
1133 |
-
msgstr ""
|
1134 |
-
|
1135 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:655
|
1136 |
-
msgid "nofollow is on! Search engines can't follow your links on this page."
|
1137 |
-
msgstr "nofollow er slået til! Søgemaskiner kan ikke følge dine links på denne side."
|
1138 |
-
|
1139 |
-
#: inc/admin/blocks/notifications-center.php:57
|
1140 |
-
msgid "The best way to quickly setup SEOPress on your site."
|
1141 |
-
msgstr ""
|
1142 |
-
|
1143 |
-
#: inc/admin/blocks/notifications-center.php:59
|
1144 |
-
#: inc/admin/blocks/notifications-center.php:89
|
1145 |
-
msgid "Wizard"
|
1146 |
-
msgstr ""
|
1147 |
-
|
1148 |
-
#: inc/admin/blocks/notifications-center.php:63
|
1149 |
-
#: inc/admin/blocks/notifications-center.php:93
|
1150 |
-
msgid "Start the wizard"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:673
|
1154 |
-
msgid "nosnippet is on! Search engines will not display a snippet of this page in search results."
|
1155 |
-
msgstr "nosnippet er slået til! Søgemaskiner vil ikke vise et uddrag af denne side i søgeresultaterne."
|
1156 |
-
|
1157 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:675
|
1158 |
-
msgid "nosnippet is off. Search engines will display a snippet of this page in search results."
|
1159 |
-
msgstr "nosnippet er slået fra. Søgemaskiner vil vise et uddrag af denne side i søgeresultaterne."
|
1160 |
-
|
1161 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:678
|
1162 |
-
msgid "We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "
|
1163 |
-
msgstr ""
|
1164 |
-
|
1165 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:687
|
1166 |
-
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)."
|
1167 |
-
msgstr "noimageindex er tændt! Google vil ikke indeksere dine billeder på denne side (men hvis nogen laver et direkte link til et af dit billede på denne side, vil det blive indekseret)."
|
1168 |
-
|
1169 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:689
|
1170 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:701
|
1171 |
-
msgid "noimageindex is off. Google will index the images on this page."
|
1172 |
-
msgstr "noimageindex er deaktiveret. Google vil indeksere billederne på denne side."
|
1173 |
-
|
1174 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:696
|
1175 |
-
#, fuzzy
|
1176 |
-
msgid "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in search results."
|
1177 |
-
msgstr "nosnippet er slået til! Søgemaskiner vil ikke vise et uddrag af denne side i søgeresultaterne."
|
1178 |
-
|
1179 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:698
|
1180 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:703
|
1181 |
-
#, fuzzy
|
1182 |
-
msgid "nositelinkssearchbox is off. Google will probably display a sitelinks searchbox in search results."
|
1183 |
-
msgstr "nosnippet er slået til! Søgemaskiner vil ikke vise et uddrag af denne side i søgeresultaterne."
|
1184 |
-
|
1185 |
-
#: inc/admin/blocks/notifications-center.php:189
|
1186 |
-
#, fuzzy
|
1187 |
-
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."
|
1188 |
-
msgstr "Der blev ikke fundet nogen alternativ tekst til disse billeder. Alle tags er vigtige for både SEO og tilgængelighed."
|
1189 |
-
|
1190 |
-
#: inc/admin/blocks/notifications-center.php:221
|
1191 |
-
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
1192 |
-
msgstr "Dit tema bruger ikke <strong>add_theme_support ('title-tag');</strong>"
|
1193 |
-
|
1194 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:734
|
1195 |
-
msgid "We could not find any image in your content. Content with media is a plus for your SEO."
|
1196 |
-
msgstr "Vi kunne ikke finde noget billede i dit indhold. Indhold med medier er et plus for din SEO."
|
1197 |
-
|
1198 |
-
#: inc/admin/blocks/notifications-center.php:229
|
1199 |
-
#: inc/admin/blocks/notifications-center.php:417
|
1200 |
-
#: inc/admin/blocks/notifications-center.php:443
|
1201 |
-
#: inc/admin/callbacks/Analytics.php:599 inc/admin/callbacks/Analytics.php:697
|
1202 |
-
#: inc/admin/callbacks/Analytics.php:725 inc/admin/callbacks/Analytics.php:754
|
1203 |
-
#: inc/admin/callbacks/Analytics.php:782
|
1204 |
-
msgid "Learn more"
|
1205 |
-
msgstr "Lær mere"
|
1206 |
-
|
1207 |
-
#: inc/admin/blocks/notifications-center.php:259
|
1208 |
-
#, php-format
|
1209 |
-
msgid "We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:"
|
1210 |
-
msgstr "Vi fandt %d links med nofollow-attribut på din side. Brug ikke nofollow-attribut i links for meget. Nedenfor, listen:"
|
1211 |
-
|
1212 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:752
|
1213 |
-
msgid "This page doesn't have any nofollow links."
|
1214 |
-
msgstr "Denne side har ingen nofollow-links."
|
1215 |
-
|
1216 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:756
|
1217 |
-
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."
|
1218 |
-
msgstr ""
|
1219 |
-
|
1220 |
-
#: inc/admin/blocks/notifications-center.php:266
|
1221 |
-
msgid "Migrate!"
|
1222 |
-
msgstr "Migrer!"
|
1223 |
-
|
1224 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:770
|
1225 |
-
#, fuzzy
|
1226 |
-
msgid "This page doesn't have any outbound links."
|
1227 |
-
msgstr "Denne side har ingen nofollow-links."
|
1228 |
-
|
1229 |
-
#: inc/admin/admin-metaboxes-content-analysis-form.php:784
|
1230 |
-
msgid "<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: inc/admin/blocks/notifications-center.php:307
|
1234 |
-
msgid "Enfold theme is not correctly setup for SEO!"
|
1235 |
-
msgstr ""
|
1236 |
-
|
1237 |
-
#: inc/admin/blocks/notifications-center.php:308
|
1238 |
-
msgid "You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues."
|
1239 |
-
msgstr ""
|
1240 |
-
|
1241 |
-
#: inc/admin/blocks/notifications-center.php:327
|
1242 |
-
msgid "Global meta title missing for several custom post types!"
|
1243 |
-
msgstr ""
|
1244 |
-
|
1245 |
-
#: inc/admin/blocks/notifications-center.php:346
|
1246 |
-
#, fuzzy
|
1247 |
-
#| msgid "Show Meta description column in post types"
|
1248 |
-
msgid "Global meta description missing for several custom post types!"
|
1249 |
-
msgstr "Vis kolonne med Meta beskrivelser i posttyper"
|
1250 |
-
|
1251 |
-
#: inc/admin/blocks/notifications-center.php:365
|
1252 |
-
msgid "Global meta title missing for several taxonomies!"
|
1253 |
-
msgstr ""
|
1254 |
-
|
1255 |
-
#: inc/admin/admin-metaboxes-form.php:48
|
1256 |
-
#: inc/admin/admin-metaboxes.php:163
|
1257 |
-
#: inc/admin/admin-metaboxes.php:166
|
1258 |
-
#: inc/admin/admin.php:189
|
1259 |
-
#: inc/admin/adminbar.php:13
|
1260 |
-
#: inc/functions/options-advanced-admin.php:804
|
1261 |
-
msgid "SEO"
|
1262 |
-
msgstr "SEO"
|
1263 |
-
|
1264 |
-
#: inc/admin/blocks/notifications-center.php:416
|
1265 |
-
msgid "Your site doesn't use an SSL certificate!"
|
1266 |
-
msgstr "Dit websted bruger ikke et SSL-certifikat!"
|
1267 |
-
|
1268 |
-
#: inc/admin/blocks/notifications-center.php:417
|
1269 |
-
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."
|
1270 |
-
msgstr ""
|
1271 |
-
|
1272 |
-
#: inc/admin/blocks/notifications-center.php:419
|
1273 |
-
msgid "Low impact"
|
1274 |
-
msgstr "Lav indvirkning"
|
1275 |
-
|
1276 |
-
#: inc/admin/blocks/notifications-center.php:423
|
1277 |
-
msgid "Buy an SSL!"
|
1278 |
-
msgstr "Køb en SSL!"
|
1279 |
-
|
1280 |
-
#: inc/admin/blocks/notifications-center.php:435
|
1281 |
-
msgid "PHP module \"DOM\" is missing on your server."
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: inc/admin/admin-metaboxes-form.php:98
|
1285 |
-
msgid "This is your <strong>Shop page</strong>. Go to <strong>SEO > Titles & Metas > Archives > Products</strong> "
|
1286 |
-
msgstr "Dette er din <strong> Shop side </strong>. Gå til <strong> SEO > titler & Metaer > Arkiv > produkter </strong> "
|
1287 |
-
|
1288 |
-
#: inc/admin/admin-metaboxes-form.php:98
|
1289 |
-
msgid "to edit your title and meta description"
|
1290 |
-
msgstr "Rediger din titel og meta beskrivelse"
|
1291 |
-
|
1292 |
-
#: inc/admin/blocks/notifications-center.php:478
|
1293 |
-
msgid "Your site is not visible to Search Engines!"
|
1294 |
-
msgstr "Dit websted er ikke synlig for søgemaskiner!"
|
1295 |
-
|
1296 |
-
#: inc/admin/admin-metaboxes-form.php:106
|
1297 |
-
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."
|
1298 |
-
msgstr ""
|
1299 |
-
|
1300 |
-
#: inc/admin/blocks/notifications-center.php:497
|
1301 |
-
msgid "Your site title is empty!"
|
1302 |
-
msgstr "Din sides titel er tom!"
|
1303 |
-
|
1304 |
-
#: inc/admin/blocks/notifications-center.php:498
|
1305 |
-
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!"
|
1306 |
-
msgstr ""
|
1307 |
-
|
1308 |
-
#: inc/admin/admin-metaboxes-form.php:117
|
1309 |
-
#: inc/admin/admin-metaboxes-form.php:142
|
1310 |
-
#, fuzzy
|
1311 |
-
msgid " (maximum recommended limit)"
|
1312 |
-
msgstr "(maksimal anbefalet grænse)"
|
1313 |
-
|
1314 |
-
#: inc/admin/admin-metaboxes-form.php:121
|
1315 |
-
#: inc/admin/admin.php:3045
|
1316 |
-
#: inc/admin/admin.php:4080
|
1317 |
-
msgid "Post Title"
|
1318 |
-
msgstr "Indlæg-Titel"
|
1319 |
-
|
1320 |
-
#: inc/admin/admin-metaboxes-form.php:123
|
1321 |
-
#: inc/admin/admin.php:204
|
1322 |
-
#: inc/admin/admin.php:2943
|
1323 |
-
#: inc/admin/admin.php:3049
|
1324 |
-
#: inc/admin/admin.php:3239
|
1325 |
-
#: inc/admin/admin.php:3362
|
1326 |
-
#: inc/admin/admin.php:3440
|
1327 |
-
#: inc/admin/admin.php:3511
|
1328 |
-
#: inc/admin/admin.php:3581
|
1329 |
-
#: inc/admin/admin.php:3631
|
1330 |
-
msgid "Site Title"
|
1331 |
-
msgstr "Side Titel"
|
1332 |
-
|
1333 |
-
#: inc/admin/admin-metaboxes-form.php:125
|
1334 |
-
#: inc/admin/admin-wizard.php:458
|
1335 |
-
#: inc/admin/admin.php:1174
|
1336 |
-
#: inc/admin/admin.php:2930
|
1337 |
-
#: inc/admin/admin.php:2944
|
1338 |
-
#: inc/admin/admin.php:3047
|
1339 |
-
#: inc/admin/admin.php:3237
|
1340 |
-
#: inc/admin/admin.php:3360
|
1341 |
-
#: inc/admin/admin.php:3439
|
1342 |
-
#: inc/admin/admin.php:3510
|
1343 |
-
#: inc/admin/admin.php:3580
|
1344 |
-
#: inc/admin/admin.php:3632
|
1345 |
-
msgid "Separator"
|
1346 |
-
msgstr ""
|
1347 |
-
|
1348 |
-
#: inc/admin/admin-metaboxes-form.php:131
|
1349 |
-
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."
|
1350 |
-
msgstr ""
|
1351 |
-
|
1352 |
-
#: inc/admin/blocks/notifications-center.php:640
|
1353 |
-
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
1354 |
-
msgstr "Kan du lide SEOPress? Hjælp os med ved at give os 5 stjerner!"
|
1355 |
-
|
1356 |
-
#: inc/admin/blocks/notifications-center.php:641
|
1357 |
-
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!"
|
1358 |
-
msgstr ""
|
1359 |
-
|
1360 |
-
#: inc/admin/blocks/notifications-center.php:643
|
1361 |
-
#, fuzzy
|
1362 |
-
msgid "Category / term description"
|
1363 |
-
msgstr "Kategori beskrivelse"
|
1364 |
-
|
1365 |
-
#: inc/admin/admin-metaboxes-form.php:150
|
1366 |
-
msgid "Post Excerpt"
|
1367 |
-
msgstr "Indlægs uddrag"
|
1368 |
-
|
1369 |
-
#: inc/admin/blocks/notifications-center.php:647
|
1370 |
-
msgid "Rate us!"
|
1371 |
-
msgstr "Bedøm os!"
|
1372 |
-
|
1373 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1374 |
-
#, fuzzy
|
1375 |
-
msgid "Snippet Preview"
|
1376 |
-
msgstr "Google Snippet Preview"
|
1377 |
-
|
1378 |
-
#: inc/admin/admin-metaboxes-form.php:162
|
1379 |
-
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."
|
1380 |
-
msgstr ""
|
1381 |
-
|
1382 |
-
#: inc/admin/admin-metaboxes-form.php:164
|
1383 |
-
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."
|
1384 |
-
msgstr "Dette er sådan din side vil se ud i Googles søgeresultater. Du skal offentliggøre dit indlæg for at få Google Snippet Preview."
|
1385 |
-
|
1386 |
-
#: inc/admin/admin-metaboxes-form.php:169
|
1387 |
-
#, fuzzy
|
1388 |
-
msgid "Mobile Preview"
|
1389 |
-
msgstr "Google Snippet Preview"
|
1390 |
-
|
1391 |
-
#: inc/admin/admin-metaboxes-form.php:216
|
1392 |
-
msgid "Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"
|
1393 |
-
msgstr ""
|
1394 |
-
|
1395 |
-
#: inc/admin/blocks/notifications-center.php:748
|
1396 |
-
msgid "Do you have a Google My Business page? It's free!"
|
1397 |
-
msgstr "Har du en Google My Business-side? Det er gratis!"
|
1398 |
-
|
1399 |
-
#: inc/admin/blocks/notifications-center.php:749
|
1400 |
-
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."
|
1401 |
-
msgstr ""
|
1402 |
-
|
1403 |
-
#: inc/admin/admin-metaboxes-form.php:217
|
1404 |
-
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."
|
1405 |
-
msgstr ""
|
1406 |
-
|
1407 |
-
#: inc/admin/admin-metaboxes-form.php:223
|
1408 |
-
#, fuzzy
|
1409 |
-
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
1410 |
-
msgstr "Følg ikke links for alle sider."
|
1411 |
-
|
1412 |
-
#: inc/admin/blocks/notifications-center.php:805
|
1413 |
-
msgid "Structured data types is not correctly enabled"
|
1414 |
-
msgstr ""
|
1415 |
-
|
1416 |
-
#: inc/admin/admin-metaboxes-form.php:224
|
1417 |
-
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."
|
1418 |
-
msgstr ""
|
1419 |
-
|
1420 |
-
#: inc/admin/admin-metaboxes-form.php:230
|
1421 |
-
#, fuzzy
|
1422 |
-
msgid "Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"
|
1423 |
-
msgstr "Brug ikke Open Directory Project metadata til titler eller uddrag for alle sider."
|
1424 |
-
|
1425 |
-
#: inc/admin/blocks/notifications-center.php:854
|
1426 |
-
msgid "Take your SEO to the next level with SEOPress PRO!"
|
1427 |
-
msgstr ""
|
1428 |
-
|
1429 |
-
#: inc/admin/admin-metaboxes-form.php:231
|
1430 |
-
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."
|
1431 |
-
msgstr ""
|
1432 |
-
|
1433 |
-
#: inc/admin/blocks/notifications-center.php:862
|
1434 |
-
#, fuzzy
|
1435 |
-
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
1436 |
-
msgstr "Indekserer ikke billeder fra hele webstedet."
|
1437 |
-
|
1438 |
-
#: inc/admin/blocks/tasks.php:12
|
1439 |
-
msgid "Get ready to improve your SEO"
|
1440 |
-
msgstr ""
|
1441 |
-
|
1442 |
-
#: inc/admin/admin-metaboxes-form.php:238
|
1443 |
-
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."
|
1444 |
-
msgstr ""
|
1445 |
-
|
1446 |
-
#: inc/admin/blocks/tasks.php:46
|
1447 |
-
#, fuzzy
|
1448 |
-
msgid "Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>"
|
1449 |
-
msgstr "Vis ikke et \"cachelagret\" link i Googles søgeresultater."
|
1450 |
-
|
1451 |
-
#: inc/admin/blocks/tasks.php:58
|
1452 |
-
#, fuzzy
|
1453 |
-
#| msgid "Social"
|
1454 |
-
msgid "Be social"
|
1455 |
-
msgstr "Social"
|
1456 |
-
|
1457 |
-
#: inc/admin/admin-metaboxes-form.php:245
|
1458 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"noarchive\"."
|
1459 |
-
msgstr ""
|
1460 |
-
|
1461 |
-
#: inc/admin/callbacks/Advanced.php:16
|
1462 |
-
#, fuzzy
|
1463 |
-
msgid "Do not display a description in search results for this page <strong>(nosnippet)</strong>"
|
1464 |
-
msgstr "Vis ikke en beskrivelse i Googles søgeresultater for alle sider."
|
1465 |
-
|
1466 |
-
#: inc/admin/callbacks/Advanced.php:35
|
1467 |
-
msgid "Add TINYMCE editor to term description"
|
1468 |
-
msgstr "Tilføj TINYMCE editor til term beskrivelse"
|
1469 |
-
|
1470 |
-
#: inc/admin/callbacks/Advanced.php:54 inc/admin/wizard/admin-wizard.php:793
|
1471 |
-
msgid "Remove /category/ in your permalinks"
|
1472 |
-
msgstr "Fjern /category/i dine permalinks"
|
1473 |
-
|
1474 |
-
#: inc/admin/callbacks/Advanced.php:59 inc/admin/callbacks/Advanced.php:97
|
1475 |
-
#, fuzzy
|
1476 |
-
#| msgid "You have to flush your permalinks each time you change this settings"
|
1477 |
-
msgid "You have to flush your permalinks each time you change this setting."
|
1478 |
-
msgstr "Du er nødt til at \"flushe\" dine permalinks hver gang du ændrer denne indstillinger"
|
1479 |
-
|
1480 |
-
#: inc/admin/callbacks/Advanced.php:91 inc/admin/wizard/admin-wizard.php:817
|
1481 |
-
#, fuzzy, php-format
|
1482 |
-
#| msgid "Remove /category/ in your permalinks"
|
1483 |
-
msgid "Remove <strong>%s</strong> in your permalinks"
|
1484 |
-
msgstr "Fjern /category/i dine permalinks"
|
1485 |
-
|
1486 |
-
#: inc/admin/admin-metaboxes-form.php:252
|
1487 |
-
msgid "By checking this option, you will add a meta robots tag with the value \"nosnippet\"."
|
1488 |
-
msgstr ""
|
1489 |
-
|
1490 |
-
#: inc/admin/callbacks/Advanced.php:122 inc/admin/settings/Advanced.php:40
|
1491 |
-
msgid "Disable trailing slash for metas"
|
1492 |
-
msgstr "Deaktiver \"trailing slash\" for Metas"
|
1493 |
-
|
1494 |
-
#: inc/admin/callbacks/Advanced.php:127
|
1495 |
-
#, fuzzy
|
1496 |
-
msgid "You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the global settings of the extension."
|
1497 |
-
msgstr "Du kan ikke fjerne markeringen af en parameter? Dette er normalt, er det sandsynligvis defineret i de globale indstillinger af pluginet."
|
1498 |
-
|
1499 |
-
#: inc/admin/admin-metaboxes-form.php:260
|
1500 |
-
#: inc/admin/admin-metaboxes-form.php:261
|
1501 |
-
#: inc/admin/admin-metaboxes-form.php:264
|
1502 |
-
#: inc/admin/admin-wizard.php:298
|
1503 |
-
#: inc/admin/admin-wizard.php:334
|
1504 |
-
#: inc/admin/admin-wizard.php:353
|
1505 |
-
#: inc/admin/admin-wizard.php:372
|
1506 |
-
#: inc/admin/admin.php:777
|
1507 |
-
#: inc/admin/admin.php:817
|
1508 |
-
#: inc/admin/admin.php:838
|
1509 |
-
#: inc/admin/admin.php:859
|
1510 |
-
msgid "Canonical URL"
|
1511 |
-
msgstr "Kanonisk URL"
|
1512 |
-
|
1513 |
-
#: inc/admin/callbacks/Advanced.php:168
|
1514 |
-
msgid "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"
|
1515 |
-
" The canonical can be in a different domain than a duplicate."
|
1516 |
-
msgstr ""
|
1517 |
-
|
1518 |
-
#: inc/admin/admin-metaboxes-form.php:264
|
1519 |
-
msgid "Default value: "
|
1520 |
-
msgstr "Standardsprog ved opstart"
|
1521 |
-
|
1522 |
-
#: inc/admin/admin-metaboxes-form.php:271
|
1523 |
-
#, fuzzy
|
1524 |
-
msgid "Select a primary category"
|
1525 |
-
msgstr "Enkelt produktkategori"
|
1526 |
-
|
1527 |
-
#: inc/admin/admin-metaboxes-form.php:272
|
1528 |
-
msgid "Set the category that gets used in the %category% permalink if you have multiple categories."
|
1529 |
-
msgstr ""
|
1530 |
-
|
1531 |
-
#: inc/admin/admin-metaboxes-form.php:282
|
1532 |
-
#: inc/admin/admin-wizard.php:469
|
1533 |
-
#: inc/admin/admin.php:4123
|
1534 |
-
#, fuzzy
|
1535 |
-
msgid "None (will disable this feature)"
|
1536 |
-
msgstr "Klik for at deaktivere denne funktion"
|
1537 |
-
|
1538 |
-
#: inc/admin/callbacks/Advanced.php:228
|
1539 |
-
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
1540 |
-
msgstr "Fjern WordPress shortlink meta-tag i kildekoden (f. eks:"
|
1541 |
-
|
1542 |
-
#: inc/admin/admin-metaboxes-form.php:295
|
1543 |
-
msgid "Enter a custom value, useful if your title is too long"
|
1544 |
-
msgstr "Indtast en brugerdefineret værdi, som er nyttig, hvis din titel er for lang"
|
1545 |
-
|
1546 |
-
#: inc/admin/admin-metaboxes-form.php:298
|
1547 |
-
#, fuzzy,php-format
|
1548 |
-
msgid "Current breadcrumbs: %s"
|
1549 |
-
msgstr "Brugerdefinerede breadcrumbs"
|
1550 |
-
|
1551 |
-
#: inc/admin/admin-metaboxes-form.php:309
|
1552 |
-
#, fuzzy
|
1553 |
-
msgid "Ask Facebook to update its cache"
|
1554 |
-
msgstr "Bed Facebook om at opdatere sin cache"
|
1555 |
-
|
1556 |
-
#: inc/admin/admin-metaboxes-form.php:310
|
1557 |
-
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."
|
1558 |
-
msgstr ""
|
1559 |
-
|
1560 |
-
#: inc/admin/callbacks/Advanced.php:294
|
1561 |
-
msgid "Enter Google meta value site verification"
|
1562 |
-
msgstr "Indtast Google meta værdi side verificering"
|
1563 |
-
|
1564 |
-
#: inc/admin/callbacks/Advanced.php:294 inc/admin/settings/Advanced.php:104
|
1565 |
-
msgid "Google site verification"
|
1566 |
-
msgstr "Bekræftelse af Googles websted"
|
1567 |
-
|
1568 |
-
#: inc/admin/callbacks/Advanced.php:298
|
1569 |
-
msgid "If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty."
|
1570 |
-
msgstr "Hvis dit websted allerede er bekræftet i <strong>Google Search Console</strong>, kan du lade dette felt være tomt."
|
1571 |
-
|
1572 |
-
#: inc/admin/callbacks/Advanced.php:309
|
1573 |
-
msgid "Enter Bing meta value site verification"
|
1574 |
-
msgstr "Angiv Bing-meta værdi side verificering"
|
1575 |
-
|
1576 |
-
#: inc/admin/admin-metaboxes-form.php:321
|
1577 |
-
#: inc/admin/admin-metaboxes-form.php:383
|
1578 |
-
#: inc/admin/admin.php:4392
|
1579 |
-
#: inc/admin/admin.php:4504
|
1580 |
-
msgid "Select your default thumbnail"
|
1581 |
-
msgstr "Vælg standard fremhævet billede"
|
1582 |
-
|
1583 |
-
#: inc/admin/admin-metaboxes-form.php:322
|
1584 |
-
#: inc/admin/admin.php:4396
|
1585 |
-
#, fuzzy
|
1586 |
-
msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"
|
1587 |
-
msgstr "Mindste størrelse: 200x200px, ideel ratio 1.91:1, 8mb maks."
|
1588 |
-
|
1589 |
-
#: inc/admin/admin-metaboxes-form.php:323
|
1590 |
-
#: inc/admin/admin-metaboxes-form.php:385
|
1591 |
-
#: inc/admin/admin-metaboxes-form.php:573
|
1592 |
-
#: inc/admin/admin.php:4157
|
1593 |
-
#: inc/admin/admin.php:4394
|
1594 |
-
#: inc/admin/admin.php:4506
|
1595 |
-
msgid "Upload an Image"
|
1596 |
-
msgstr "Upload et billed"
|
1597 |
-
|
1598 |
-
#: inc/admin/callbacks/Advanced.php:334
|
1599 |
-
msgid "Enter Yandex meta value site verification"
|
1600 |
-
msgstr "Indtast Yandex meta værdi side verifikation"
|
1601 |
-
|
1602 |
-
#: inc/admin/callbacks/Advanced.php:351
|
1603 |
-
#, fuzzy
|
1604 |
-
msgid "Facebook Preview"
|
1605 |
-
msgstr "Facebook-titel"
|
1606 |
-
|
1607 |
-
#: inc/admin/callbacks/Advanced.php:371
|
1608 |
-
#, fuzzy
|
1609 |
-
msgid "This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview."
|
1610 |
-
msgstr "Dette er sådan din side vil se ud i Googles søgeresultater. Du skal offentliggøre dit indlæg for at få Google Snippet Preview."
|
1611 |
-
|
1612 |
-
#: inc/admin/admin-metaboxes-form.php:332
|
1613 |
-
#: inc/admin/admin-metaboxes-form.php:394
|
1614 |
-
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."
|
1615 |
-
msgstr ""
|
1616 |
-
|
1617 |
-
#: inc/admin/callbacks/Advanced.php:394
|
1618 |
-
msgid "Normal priority (default)"
|
1619 |
-
msgstr "Normal prioritet (standard)"
|
1620 |
-
|
1621 |
-
#: inc/admin/admin-metaboxes-form.php:336
|
1622 |
-
msgid "Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."
|
1623 |
-
msgstr ""
|
1624 |
-
|
1625 |
-
#: inc/admin/callbacks/Advanced.php:419
|
1626 |
-
#, fuzzy
|
1627 |
-
#| msgid "Normal priority (default)"
|
1628 |
-
msgid "Automatic tab (default)"
|
1629 |
-
msgstr "Normal prioritet (standard)"
|
1630 |
-
|
1631 |
-
#: inc/admin/callbacks/Advanced.php:424
|
1632 |
-
msgid "Manual tab"
|
1633 |
-
msgstr ""
|
1634 |
-
|
1635 |
-
#: inc/admin/callbacks/Advanced.php:446
|
1636 |
-
#, fuzzy
|
1637 |
-
msgid "Your image ratio is: "
|
1638 |
-
msgstr "Dit domæne udløber: "
|
1639 |
-
|
1640 |
-
#: inc/admin/callbacks/Advanced.php:466
|
1641 |
-
#, fuzzy
|
1642 |
-
msgid "The closer to 1.91 the better."
|
1643 |
-
msgstr "Jo lavere, det bedre"
|
1644 |
-
|
1645 |
-
#: inc/admin/callbacks/Advanced.php:486
|
1646 |
-
#, fuzzy
|
1647 |
-
#| msgid "Hide SEO tools in SEOPress Dashboard page"
|
1648 |
-
msgid "Hide SEO tools in SEO Dashboard page"
|
1649 |
-
msgstr "Skjul SEO værktøjer i SEOPress Dashboard side"
|
1650 |
-
|
1651 |
-
#: inc/admin/callbacks/Advanced.php:505
|
1652 |
-
msgid "Add title column"
|
1653 |
-
msgstr "Tilføj titel kolonne"
|
1654 |
-
|
1655 |
-
#: inc/admin/callbacks/Advanced.php:525
|
1656 |
-
msgid "Add meta description column"
|
1657 |
-
msgstr "Tilføj kolonnen meta beskrivelse"
|
1658 |
-
|
1659 |
-
#: inc/admin/callbacks/Advanced.php:545
|
1660 |
-
msgid "Add redirection enable column"
|
1661 |
-
msgstr "Tilføj omdirigering aktiver kolonne"
|
1662 |
-
|
1663 |
-
#: inc/admin/callbacks/Advanced.php:565
|
1664 |
-
msgid "Add redirection URL column"
|
1665 |
-
msgstr "Tilføj URL-kolonne til omdirigering"
|
1666 |
-
|
1667 |
-
#: inc/admin/callbacks/Advanced.php:585
|
1668 |
-
msgid "Add canonical URL column"
|
1669 |
-
msgstr "Tilføj canonical URL-kolonne"
|
1670 |
-
|
1671 |
-
#: inc/admin/callbacks/Advanced.php:605
|
1672 |
-
msgid "Add target keyword column"
|
1673 |
-
msgstr "Tilføj target keyword kolonne"
|
1674 |
-
|
1675 |
-
#: inc/admin/callbacks/Advanced.php:625
|
1676 |
-
msgid "Display noindex status"
|
1677 |
-
msgstr "Vis status som noindex-indeks"
|
1678 |
-
|
1679 |
-
#: inc/admin/callbacks/Advanced.php:645
|
1680 |
-
msgid "Display nofollow status"
|
1681 |
-
msgstr "Vis nofollow-status"
|
1682 |
-
|
1683 |
-
#: inc/admin/callbacks/Advanced.php:665
|
1684 |
-
msgid "Display total number of words in content"
|
1685 |
-
msgstr "Vis samlet antal ord i indhold"
|
1686 |
-
|
1687 |
-
#: inc/admin/callbacks/Advanced.php:686
|
1688 |
-
msgid "Display Page Speed column to check performances"
|
1689 |
-
msgstr "Vis side hastigheds kolonne for at kontrollere ydeevne"
|
1690 |
-
|
1691 |
-
#: inc/admin/callbacks/Advanced.php:707
|
1692 |
-
#, fuzzy
|
1693 |
-
#| msgid "Display Page Speed column to check performances"
|
1694 |
-
msgid "Display SEO Insights column to check rankings"
|
1695 |
-
msgstr "Vis side hastigheds kolonne for at kontrollere ydeevne"
|
1696 |
-
|
1697 |
-
#: inc/admin/admin-metaboxes-form.php:384
|
1698 |
-
#: inc/admin/admin.php:4508
|
1699 |
-
msgid "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max."
|
1700 |
-
msgstr "Mindste størrelse: 144x144px (300x157px med stort kort aktiveret), ideel ratio 1:1 (2:1 med stort kort), 5MB max."
|
1701 |
-
|
1702 |
-
#: inc/admin/callbacks/Advanced.php:748 inc/admin/settings/Advanced.php:303
|
1703 |
-
#, fuzzy
|
1704 |
-
msgid "Twitter Preview"
|
1705 |
-
msgstr "Twitter Titel"
|
1706 |
-
|
1707 |
-
#: inc/admin/callbacks/Advanced.php:768
|
1708 |
-
#, fuzzy
|
1709 |
-
msgid "This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."
|
1710 |
-
msgstr "Dette er sådan din side vil se ud i Googles søgeresultater. Du skal offentliggøre dit indlæg for at få Google Snippet Preview."
|
1711 |
-
|
1712 |
-
#: inc/admin/callbacks/Advanced.php:788
|
1713 |
-
#, fuzzy
|
1714 |
-
#| msgid "Remove Genesis SEO Metaboxes"
|
1715 |
-
msgid "Remove Genesis SEO link in WP Admin Menu"
|
1716 |
-
msgstr "Fjern Genesis SEO Metaboxes"
|
1717 |
-
|
1718 |
-
#: inc/admin/callbacks/Advanced.php:808
|
1719 |
-
msgid "Remove the advice if None schema selected"
|
1720 |
-
msgstr ""
|
1721 |
-
|
1722 |
-
#: inc/admin/admin-metaboxes-form.php:398
|
1723 |
-
msgid "Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image."
|
1724 |
-
msgstr "Hook til filtrering af strukturerede datatyper metaboxe opkald af artikeltype-nyt vindue"
|
1725 |
-
|
1726 |
-
#: inc/admin/callbacks/Analytics.php:17
|
1727 |
-
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
1728 |
-
msgstr "Aktivér Google Analytics-sporing (global site tag: gtag.js)"
|
1729 |
-
|
1730 |
-
#: inc/admin/callbacks/Analytics.php:30
|
1731 |
-
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
1732 |
-
msgstr "Indtast dit sporings-id (UA-XXXX-XX)"
|
1733 |
-
|
1734 |
-
#: inc/admin/callbacks/Analytics.php:30 inc/admin/settings/Analytics.php:24
|
1735 |
-
#: inc/admin/settings/Analytics.php:464
|
1736 |
-
msgid "Enter your tracking ID"
|
1737 |
-
msgstr "Indtast dit sporings-id"
|
1738 |
-
|
1739 |
-
#: inc/admin/callbacks/Analytics.php:37
|
1740 |
-
msgid "Find your tracking ID"
|
1741 |
-
msgstr "Find dit sporings-id"
|
1742 |
-
|
1743 |
-
#: inc/admin/callbacks/Analytics.php:48
|
1744 |
-
#, fuzzy
|
1745 |
-
msgid "302 Found / Moved Temporarily"
|
1746 |
-
msgstr "302 fundet (HTTP 1.1) / flyttet midlertidigt (HTTP 1.0)"
|
1747 |
-
|
1748 |
-
#: inc/admin/callbacks/Analytics.php:48
|
1749 |
-
#, fuzzy
|
1750 |
-
msgid "307 Moved Temporarily"
|
1751 |
-
msgstr "307 flyttet midlertidigt (HTTP 1.1 only)"
|
1752 |
-
|
1753 |
-
#: inc/admin/callbacks/Analytics.php:55
|
1754 |
-
#, fuzzy
|
1755 |
-
#| msgid "Find your tracking ID"
|
1756 |
-
msgid "Find your measurement ID"
|
1757 |
-
msgstr "Find dit sporings-id"
|
1758 |
-
|
1759 |
-
#: inc/admin/callbacks/Analytics.php:71
|
1760 |
-
msgid "After the opening body tag (recommended)"
|
1761 |
-
msgstr ""
|
1762 |
-
|
1763 |
-
#: inc/admin/callbacks/Analytics.php:76
|
1764 |
-
msgid "Footer"
|
1765 |
-
msgstr ""
|
1766 |
-
|
1767 |
-
#: inc/admin/callbacks/Analytics.php:81
|
1768 |
-
#, fuzzy
|
1769 |
-
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
1770 |
-
msgstr "Indtast dine domæner (f. eks: https://www.seopress.org/)"
|
1771 |
-
|
1772 |
-
#: inc/admin/callbacks/Analytics.php:86
|
1773 |
-
msgid "Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected."
|
1774 |
-
msgstr ""
|
1775 |
-
|
1776 |
-
#: inc/admin/callbacks/Analytics.php:107
|
1777 |
-
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
1778 |
-
msgstr "Anmod om brugerens samtykke til Analytics-sporing (påkrævet af GDPR)"
|
1779 |
-
|
1780 |
-
#: inc/admin/callbacks/Analytics.php:111
|
1781 |
-
msgid "The user must click the <strong>Accept button</strong> to allow tracking."
|
1782 |
-
msgstr ""
|
1783 |
-
|
1784 |
-
#: inc/admin/callbacks/Analytics.php:116
|
1785 |
-
msgid "User roles excluded from tracking will not see the consent message."
|
1786 |
-
msgstr ""
|
1787 |
-
|
1788 |
-
#: inc/admin/callbacks/Analytics.php:119
|
1789 |
-
msgid "If you use a caching plugin, you have to exclude this JS file in your settings:"
|
1790 |
-
msgstr ""
|
1791 |
-
|
1792 |
-
#: inc/admin/callbacks/Analytics.php:122
|
1793 |
-
#, fuzzy
|
1794 |
-
#| msgid ""
|
1795 |
-
#| "User roles excluded from tracking will not see the consent message.<br> "
|
1796 |
-
#| "If you use a caching plugin, you have to exclude this JS file in your "
|
1797 |
-
#| "settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
|
1798 |
-
#| "cookies-ajax.js</strong>"
|
1799 |
-
msgid "<strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong> and this cookie <strong>seopress-user-consent-accept</strong>"
|
1800 |
-
msgstr "Brugerroller, der udelukkes fra sporing, kan ikke se samtykke meddelelsen. <br> Hvis du bruger et caching plugin, er du nødt til at udelukke denne JS fil i dine indstillinger: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.js</strong>"
|
1801 |
-
|
1802 |
-
#: inc/admin/callbacks/Analytics.php:123
|
1803 |
-
msgid "Hook to add custom tracking code with user consent - new window"
|
1804 |
-
msgstr "Hook for at tilføje brugerdefineret sporingskode med brugersamtykke-nyt vindue"
|
1805 |
-
|
1806 |
-
#: inc/admin/admin-metaboxes-form.php:528
|
1807 |
-
msgid "If your post is set to noindex, it will be automatically excluded from the sitemap."
|
1808 |
-
msgstr "Hvis dit indlæg er sat til noindex, bliver det automatisk udelukket fra sitemap."
|
1809 |
-
|
1810 |
-
#: inc/admin/callbacks/Analytics.php:146
|
1811 |
-
msgid "The previous option must be checked to use this."
|
1812 |
-
msgstr ""
|
1813 |
-
|
1814 |
-
#: inc/admin/callbacks/Analytics.php:166
|
1815 |
-
msgid "Allow user to change its choice about cookies"
|
1816 |
-
msgstr ""
|
1817 |
-
|
1818 |
-
#: inc/admin/callbacks/Analytics.php:180
|
1819 |
-
msgid "Enter your message (HTML allowed)"
|
1820 |
-
msgstr "Indtast din besked (HTML-tilladt)"
|
1821 |
-
|
1822 |
-
#: inc/admin/callbacks/Analytics.php:180
|
1823 |
-
msgid "This message will only appear if request user's consent is enabled."
|
1824 |
-
msgstr "Denne meddelelse vises kun, hvis Anmod om brugerens samtykke er aktiveret."
|
1825 |
-
|
1826 |
-
#: inc/admin/admin-metaboxes-form.php:557
|
1827 |
-
msgid "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server."
|
1828 |
-
msgstr "IKKE en ekstern video (fx: video hosting på YouTube, Vimeo, Wistia ...)? Tjek dette hvis din video er hostet på denne server."
|
1829 |
-
|
1830 |
-
#: inc/admin/callbacks/Analytics.php:186
|
1831 |
-
#, fuzzy
|
1832 |
-
#| msgid "HTML tags allowed: strong, em, br, a href"
|
1833 |
-
msgid "HTML tags allowed: strong, em, br, a href / target"
|
1834 |
-
msgstr "HTML-tags tilladt: strong, em, br, a href"
|
1835 |
-
|
1836 |
-
#: inc/admin/callbacks/Analytics.php:189
|
1837 |
-
msgid "Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]"
|
1838 |
-
msgstr ""
|
1839 |
-
|
1840 |
-
#: inc/admin/callbacks/Analytics.php:200
|
1841 |
-
#: inc/functions/options-google-analytics.php:277
|
1842 |
-
msgid "Accept"
|
1843 |
-
msgstr "Accepter"
|
1844 |
-
|
1845 |
-
#: inc/admin/callbacks/Analytics.php:200
|
1846 |
-
msgid "Change the button value"
|
1847 |
-
msgstr "Ændre knap værdien"
|
1848 |
-
|
1849 |
-
#: inc/admin/callbacks/Analytics.php:210
|
1850 |
-
#, fuzzy
|
1851 |
-
#| msgid "Default"
|
1852 |
-
msgid "default: X"
|
1853 |
-
msgstr "Standard"
|
1854 |
-
|
1855 |
-
#: inc/admin/callbacks/Analytics.php:210
|
1856 |
-
#, fuzzy
|
1857 |
-
#| msgid "Change the button value"
|
1858 |
-
msgid "Change the close button value"
|
1859 |
-
msgstr "Ændre knap værdien"
|
1860 |
-
|
1861 |
-
#: inc/admin/callbacks/Analytics.php:220
|
1862 |
-
msgid "default: Manage cookies"
|
1863 |
-
msgstr ""
|
1864 |
-
|
1865 |
-
#: inc/admin/admin-metaboxes-form.php:568
|
1866 |
-
msgid "2048 characters max.; default: meta description. If not available, use the beginning of the post content."
|
1867 |
-
msgstr "2048 tegn max .; standard: meta beskrivelse. Hvis ikke tilgængelig, brug starten af indlægsndholdet."
|
1868 |
-
|
1869 |
-
#: inc/admin/callbacks/Analytics.php:256
|
1870 |
-
msgid "Bottom (default)"
|
1871 |
-
msgstr ""
|
1872 |
-
|
1873 |
-
#: inc/admin/callbacks/Analytics.php:261
|
1874 |
-
msgid "Middle"
|
1875 |
-
msgstr ""
|
1876 |
-
|
1877 |
-
#: inc/admin/callbacks/Analytics.php:266
|
1878 |
-
msgid "Top"
|
1879 |
-
msgstr ""
|
1880 |
-
|
1881 |
-
#: inc/admin/admin-metaboxes-form.php:574
|
1882 |
-
msgid "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."
|
1883 |
-
msgstr "Minimumstørrelse: 160x90px (1920x1080 max), JPG, PNG eller GIF formater. Standard: dit indlægs udvalgte billede."
|
1884 |
-
|
1885 |
-
#: inc/admin/callbacks/Analytics.php:290
|
1886 |
-
msgid "Center (default)"
|
1887 |
-
msgstr ""
|
1888 |
-
|
1889 |
-
#: inc/admin/callbacks/Analytics.php:295
|
1890 |
-
msgid "Right"
|
1891 |
-
msgstr ""
|
1892 |
-
|
1893 |
-
#: inc/admin/callbacks/Analytics.php:310
|
1894 |
-
#, fuzzy
|
1895 |
-
#| msgid "Change the button value"
|
1896 |
-
msgid "Change the cookie bar width"
|
1897 |
-
msgstr "Ændre knap værdien"
|
1898 |
-
|
1899 |
-
#: inc/admin/admin-metaboxes-form.php:579
|
1900 |
-
msgid "The duration of the video in seconds. Value must be between 0 and 28800 (8 hours)."
|
1901 |
-
msgstr "Videoens varighed i sekunder. Værdien skal være mellem 0 og 28800 (8 timer)."
|
1902 |
-
|
1903 |
-
#: inc/admin/admin-metaboxes-form.php:582
|
1904 |
-
msgid "Video Rating"
|
1905 |
-
msgstr "Video Rating"
|
1906 |
-
|
1907 |
-
#: inc/admin/callbacks/Analytics.php:328
|
1908 |
-
msgid "Backdrop"
|
1909 |
-
msgstr ""
|
1910 |
-
|
1911 |
-
#: inc/admin/callbacks/Analytics.php:332
|
1912 |
-
msgid "Customize the cookie bar <strong>backdrop</strong>."
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: inc/admin/callbacks/Analytics.php:341
|
1916 |
-
msgid "Display a backdrop with the cookie bar"
|
1917 |
-
msgstr ""
|
1918 |
-
|
1919 |
-
#: inc/admin/callbacks/Analytics.php:354 inc/admin/callbacks/Analytics.php:376
|
1920 |
-
#: inc/admin/callbacks/Analytics.php:431 inc/admin/callbacks/Analytics.php:500
|
1921 |
-
msgid "Background color: "
|
1922 |
-
msgstr ""
|
1923 |
-
|
1924 |
-
#: inc/admin/callbacks/Analytics.php:358
|
1925 |
-
msgid "Change the background color of the backdrop"
|
1926 |
-
msgstr ""
|
1927 |
-
|
1928 |
-
#: inc/admin/callbacks/Analytics.php:368
|
1929 |
-
#, fuzzy
|
1930 |
-
#| msgid "Titles settings"
|
1931 |
-
msgid "Main settings"
|
1932 |
-
msgstr "Titel indstillinger"
|
1933 |
-
|
1934 |
-
#: inc/admin/admin-metaboxes-form.php:593
|
1935 |
-
msgid "32 tags max., separate tags with commas. Default: target keywords + post tags if available."
|
1936 |
-
msgstr "32 Tags max., separate Tags med kommaer. Standard: Target keywords + indlæg Tags hvis de findes."
|
1937 |
-
|
1938 |
-
#: inc/admin/callbacks/Analytics.php:381
|
1939 |
-
msgid "Change the color of the cookie bar background"
|
1940 |
-
msgstr ""
|
1941 |
-
|
1942 |
-
#: inc/admin/callbacks/Analytics.php:391 inc/admin/callbacks/Analytics.php:460
|
1943 |
-
#: inc/admin/callbacks/Analytics.php:515
|
1944 |
-
msgid "Text color: "
|
1945 |
-
msgstr ""
|
1946 |
-
|
1947 |
-
#: inc/admin/admin-metaboxes-form.php:598
|
1948 |
-
msgid "256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available."
|
1949 |
-
msgstr "256 karakterer max., normalt en video vil tilhøre en enkelt kategori, separate kategorier med kommaer. Standard: første indlægs kategori hvis tilgængelig."
|
1950 |
-
|
1951 |
-
#: inc/admin/callbacks/Analytics.php:406
|
1952 |
-
msgid "Link color: "
|
1953 |
-
msgstr ""
|
1954 |
-
|
1955 |
-
#: inc/admin/admin-metaboxes-form.php:605
|
1956 |
-
msgid "The video will be available only to users with SafeSearch turned off."
|
1957 |
-
msgstr "Videoen vil kun være tilgængelig for brugere med beskyttet søgning slået fra."
|
1958 |
-
|
1959 |
-
#: inc/admin/callbacks/Analytics.php:423
|
1960 |
-
msgid "Primary button"
|
1961 |
-
msgstr ""
|
1962 |
-
|
1963 |
-
#: inc/admin/callbacks/Analytics.php:427
|
1964 |
-
msgid "Customize the <strong>Accept button</strong>."
|
1965 |
-
msgstr ""
|
1966 |
-
|
1967 |
-
#: inc/admin/admin-metaboxes.php:201
|
1968 |
-
#: inc/admin/admin-metaboxes.php:442
|
1969 |
-
#: inc/admin/admin-term-metaboxes.php:203
|
1970 |
-
msgid "Analysis in progress..."
|
1971 |
-
msgstr ""
|
1972 |
-
|
1973 |
-
#: inc/admin/callbacks/Analytics.php:445 inc/admin/callbacks/Analytics.php:530
|
1974 |
-
msgid "Background color on hover: "
|
1975 |
-
msgstr ""
|
1976 |
-
|
1977 |
-
#: inc/admin/callbacks/Analytics.php:450
|
1978 |
-
msgid "Change the color of the cookie bar button hover background"
|
1979 |
-
msgstr ""
|
1980 |
-
|
1981 |
-
#: inc/admin/callbacks/Analytics.php:465
|
1982 |
-
msgid "Change the color of the cookie bar button"
|
1983 |
-
msgstr ""
|
1984 |
-
|
1985 |
-
#: inc/admin/callbacks/Analytics.php:475 inc/admin/callbacks/Analytics.php:545
|
1986 |
-
msgid "Text color on hover: "
|
1987 |
-
msgstr ""
|
1988 |
-
|
1989 |
-
#: inc/admin/callbacks/Analytics.php:480
|
1990 |
-
msgid "Change the color of the cookie bar button hover"
|
1991 |
-
msgstr ""
|
1992 |
-
|
1993 |
-
#: inc/admin/callbacks/Analytics.php:492
|
1994 |
-
msgid "Secondary button"
|
1995 |
-
msgstr ""
|
1996 |
-
|
1997 |
-
#: inc/admin/callbacks/Analytics.php:496
|
1998 |
-
msgid "Customize the <strong>Close button</strong>."
|
1999 |
-
msgstr ""
|
2000 |
-
|
2001 |
-
#: inc/admin/callbacks/Analytics.php:505
|
2002 |
-
msgid "Change the color of the cookie bar secondary button background"
|
2003 |
-
msgstr ""
|
2004 |
-
|
2005 |
-
#: inc/admin/callbacks/Analytics.php:520
|
2006 |
-
msgid "Change the color of the cookie bar secondary button hover background"
|
2007 |
-
msgstr ""
|
2008 |
-
|
2009 |
-
#: inc/admin/admin-notifications-center.php:127
|
2010 |
-
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."
|
2011 |
-
msgstr ""
|
2012 |
-
|
2013 |
-
#: inc/admin/callbacks/Analytics.php:550
|
2014 |
-
msgid "Change the color of the cookie bar secondary button hover"
|
2015 |
-
msgstr ""
|
2016 |
-
|
2017 |
-
#: inc/admin/admin-notifications-center.php:134
|
2018 |
-
#: inc/admin/admin-notifications-center.php:201
|
2019 |
-
#: inc/admin/admin-notifications-center.php:227
|
2020 |
-
#: inc/admin/admin.php:4821
|
2021 |
-
#: inc/admin/admin.php:4863
|
2022 |
-
#: inc/admin/admin.php:4890
|
2023 |
-
#: inc/admin/admin.php:4912
|
2024 |
-
#: inc/admin/admin.php:4934
|
2025 |
-
#: inc/admin/admin.php:4956
|
2026 |
-
msgid "Learn more"
|
2027 |
-
msgstr "Lær mere"
|
2028 |
-
|
2029 |
-
#: inc/admin/callbacks/Analytics.php:592
|
2030 |
-
msgid "GTM-XXXXXXX"
|
2031 |
-
msgstr ""
|
2032 |
-
|
2033 |
-
#: inc/admin/admin-notifications-center.php:159
|
2034 |
-
msgid "Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!"
|
2035 |
-
msgstr ""
|
2036 |
-
|
2037 |
-
#: inc/admin/callbacks/Analytics.php:614
|
2038 |
-
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
2039 |
-
msgstr ""
|
2040 |
-
|
2041 |
-
#: inc/admin/admin-notifications-center.php:179
|
2042 |
-
msgid "To solve this, please disable and re-enable SEOPress PRO. No data will be lost."
|
2043 |
-
msgstr ""
|
2044 |
-
|
2045 |
-
#: inc/admin/callbacks/Analytics.php:618
|
2046 |
-
msgid "Learn how to find your Google Ads Conversion ID"
|
2047 |
-
msgstr ""
|
2048 |
-
|
2049 |
-
#: inc/admin/admin-notifications-center.php:201
|
2050 |
-
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."
|
2051 |
-
msgstr ""
|
2052 |
-
|
2053 |
-
#: inc/admin/callbacks/Analytics.php:631
|
2054 |
-
msgid "Additional tracking code field"
|
2055 |
-
msgstr ""
|
2056 |
-
|
2057 |
-
#: inc/admin/callbacks/Analytics.php:634
|
2058 |
-
msgid "This code will be added in the head section of your page."
|
2059 |
-
msgstr ""
|
2060 |
-
|
2061 |
-
#: inc/admin/callbacks/Analytics.php:646
|
2062 |
-
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
2063 |
-
msgstr ""
|
2064 |
-
|
2065 |
-
#: inc/admin/admin-notifications-center.php:220
|
2066 |
-
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."
|
2067 |
-
msgstr ""
|
2068 |
-
|
2069 |
-
#: inc/admin/callbacks/Analytics.php:648
|
2070 |
-
msgid "This code will be added just after the opening body tag of your page."
|
2071 |
-
msgstr ""
|
2072 |
-
|
2073 |
-
#: inc/admin/admin-notifications-center.php:250
|
2074 |
-
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."
|
2075 |
-
msgstr ""
|
2076 |
-
|
2077 |
-
#: inc/admin/callbacks/Analytics.php:658
|
2078 |
-
msgid "Learn how to integrate Google Tag Manager"
|
2079 |
-
msgstr ""
|
2080 |
-
|
2081 |
-
#: inc/admin/callbacks/Analytics.php:671
|
2082 |
-
msgid "Paste your tracking code here (body footer)"
|
2083 |
-
msgstr ""
|
2084 |
-
|
2085 |
-
#: inc/admin/admin-notifications-center.php:268
|
2086 |
-
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!"
|
2087 |
-
msgstr ""
|
2088 |
-
|
2089 |
-
#: inc/admin/admin-notifications-center.php:284
|
2090 |
-
#: inc/admin/admin.php:2764
|
2091 |
-
msgid "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2092 |
-
msgstr "Dine permalinks er ikke SEO Venlige! Aktivér “pretty permalinks” for at rette op på dette."
|
2093 |
-
|
2094 |
-
#: inc/admin/admin-notifications-center.php:285
|
2095 |
-
#: inc/admin/admin-notifications-center.php:314
|
2096 |
-
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..."
|
2097 |
-
msgstr "En remarketing målgruppe er en liste over cookies eller mobil-reklame-id'er, der repræsenterer en gruppe af brugere, du ønsker at re-engagere på baggrund af deres sandsynligheden for at konvertere."
|
2098 |
-
|
2099 |
-
#: inc/admin/admin-notifications-center.php:313
|
2100 |
-
#, fuzzy
|
2101 |
-
msgid "Your RSS feed shows full text!"
|
2102 |
-
msgstr "Dit RSS feed viser fuld tekst!"
|
2103 |
-
|
2104 |
-
#: inc/admin/admin-notifications-center.php:316
|
2105 |
-
#: inc/admin/admin-notifications-center.php:405
|
2106 |
-
#: inc/admin/admin-notifications-center.php:423
|
2107 |
-
msgid "Medium impact"
|
2108 |
-
msgstr "Medium effekt"
|
2109 |
-
|
2110 |
-
#: inc/admin/admin-notifications-center.php:343
|
2111 |
-
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2112 |
-
msgstr "Kan du lide SEOPress? Hjælp os med ved at give os 5 stjerner!"
|
2113 |
-
|
2114 |
-
#: inc/admin/admin-notifications-center.php:344
|
2115 |
-
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!"
|
2116 |
-
msgstr "Når en kunde i Analytics anmoder om anonymisering af IP-adresser, anonymiserer Analytics adressen, så snart det er teknisk muligt, på det tidligst mulige stadie af indsamlingsnetværket."
|
2117 |
-
|
2118 |
-
#: inc/admin/admin-notifications-center.php:346
|
2119 |
-
#, fuzzy
|
2120 |
-
msgid "Information"
|
2121 |
-
msgstr "Konfiguration"
|
2122 |
-
|
2123 |
-
#: inc/admin/admin-notifications-center.php:350
|
2124 |
-
msgid "Rate us!"
|
2125 |
-
msgstr "Bedøm os!"
|
2126 |
-
|
2127 |
-
#: inc/admin/admin-notifications-center.php:372
|
2128 |
-
msgid "Break comments into pages is ON!"
|
2129 |
-
msgstr "Bryd kommentarer til sider er slået til!"
|
2130 |
-
|
2131 |
-
#: inc/admin/admin-notifications-center.php:373
|
2132 |
-
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."
|
2133 |
-
msgstr "Udvidet link tilskrivning forbedrer nøjagtigheden af din in-Page Analytics-rapport ved automatisk at skelne mellem flere links til den samme webadresse på en enkelt side ved hjælp af link element-id'er."
|
2134 |
-
|
2135 |
-
#: inc/admin/callbacks/Analytics.php:775 inc/admin/settings/Analytics.php:331
|
2136 |
-
msgid "Enable cross-domain tracking"
|
2137 |
-
msgstr "Aktivér sporing på tværs af domæner"
|
2138 |
-
|
2139 |
-
#: inc/admin/admin-notifications-center.php:403
|
2140 |
-
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. If you can do it, try adding an infinite scroll to your post listings."
|
2141 |
-
msgstr "Sporing på tværs af domæner gør det muligt for Analytics at se sessioner på to relaterede websteder (f. eks. et e-handelswebsted og et separat shoppingcart side) som en enkelt session. Dette kaldes undertiden websteds sammenkædning."
|
2142 |
-
|
2143 |
-
#: inc/admin/callbacks/Analytics.php:797 inc/admin/callbacks/Analytics.php:1173
|
2144 |
-
#, fuzzy
|
2145 |
-
#| msgid "Enter yours domains (eg: https://www.seopress.org/)"
|
2146 |
-
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
2147 |
-
msgstr "Indtast dine domæner (f. eks: https://www.seopress.org/)"
|
2148 |
-
|
2149 |
-
#: inc/admin/admin-notifications-center.php:421
|
2150 |
-
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."
|
2151 |
-
msgstr ""
|
2152 |
-
|
2153 |
-
#: inc/admin/callbacks/Analytics.php:814 inc/admin/settings/Analytics.php:357
|
2154 |
-
msgid "Enable external links tracking"
|
2155 |
-
msgstr "Aktivér sporing af eksterne links"
|
2156 |
-
|
2157 |
-
#: inc/admin/admin-notifications-center.php:449
|
2158 |
-
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."
|
2159 |
-
msgstr ""
|
2160 |
-
|
2161 |
-
#: inc/admin/callbacks/Analytics.php:847
|
2162 |
-
msgid "pdf|docx|pptx|zip"
|
2163 |
-
msgstr "pdf|docx|pptx|zip"
|
2164 |
-
|
2165 |
-
#: inc/admin/callbacks/Analytics.php:847 inc/admin/settings/Analytics.php:373
|
2166 |
-
msgid "Track downloads' clicks"
|
2167 |
-
msgstr "Spor downloads ' Klik"
|
2168 |
-
|
2169 |
-
#: inc/admin/admin-notifications-center.php:486
|
2170 |
-
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."
|
2171 |
-
msgstr ""
|
2172 |
-
|
2173 |
-
#: inc/admin/callbacks/Analytics.php:869
|
2174 |
-
msgid "Enable affiliate/outbound tracking"
|
2175 |
-
msgstr "Aktivér sporing af affiliate/udgående"
|
2176 |
-
|
2177 |
-
#: inc/admin/callbacks/Analytics.php:883
|
2178 |
-
msgid "aff|go|out"
|
2179 |
-
msgstr "aff|go|out"
|
2180 |
-
|
2181 |
-
#: inc/admin/admin-notifications-center.php:504
|
2182 |
-
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)"
|
2183 |
-
msgstr ""
|
2184 |
-
|
2185 |
-
#: inc/admin/callbacks/Analytics.php:887
|
2186 |
-
msgid "Separate each keyword with a pipe \"|\""
|
2187 |
-
msgstr "Adskil hvert søgeord med en pipe \"|\""
|
2188 |
-
|
2189 |
-
#: inc/admin/admin-notifications-center.php:523
|
2190 |
-
msgid "Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible."
|
2191 |
-
msgstr ""
|
2192 |
-
|
2193 |
-
#: inc/admin/callbacks/Analytics.php:908 inc/admin/callbacks/Analytics.php:935
|
2194 |
-
#: inc/admin/callbacks/Analytics.php:962 inc/admin/callbacks/Analytics.php:989
|
2195 |
-
#: inc/admin/callbacks/Analytics.php:1016
|
2196 |
-
#, fuzzy, php-format
|
2197 |
-
#| msgid "Custom Dimension #1"
|
2198 |
-
msgid "Custom Dimension #%d"
|
2199 |
-
msgstr "Brugerdefineret dimensions #1"
|
2200 |
-
|
2201 |
-
#: inc/admin/callbacks/Analytics.php:1035
|
2202 |
-
msgid "Enable Matomo tracking (Matomo account required)"
|
2203 |
-
msgstr ""
|
2204 |
-
|
2205 |
-
#: inc/admin/admin-notifications-center.php:552
|
2206 |
-
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."
|
2207 |
-
msgstr ""
|
2208 |
-
|
2209 |
-
#: inc/admin/callbacks/Analytics.php:1049
|
2210 |
-
#, fuzzy
|
2211 |
-
msgid "Upgrade now!"
|
2212 |
-
msgstr "Migrer nu"
|
2213 |
-
|
2214 |
-
#: inc/admin/admin-notifications-center.php:576
|
2215 |
-
msgid "Check websites setup on your server"
|
2216 |
-
msgstr "Kontroller websitesopsætning på din server"
|
2217 |
-
|
2218 |
-
#: inc/admin/callbacks/Analytics.php:1052
|
2219 |
-
msgid "Enter only the <strong>host</strong> like this example.matomo.cloud"
|
2220 |
-
msgstr ""
|
2221 |
-
|
2222 |
-
#: inc/admin/callbacks/Analytics.php:1064
|
2223 |
-
#, fuzzy
|
2224 |
-
#| msgid "Enter your title"
|
2225 |
-
msgid "Enter your site ID here"
|
2226 |
-
msgstr "Indtast din titel"
|
2227 |
-
|
2228 |
-
#: inc/admin/callbacks/Analytics.php:1065
|
2229 |
-
msgid "Matomo Site ID"
|
2230 |
-
msgstr ""
|
2231 |
-
|
2232 |
-
#: inc/admin/callbacks/Analytics.php:1070
|
2233 |
-
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."
|
2234 |
-
msgstr ""
|
2235 |
-
|
2236 |
-
#: inc/admin/callbacks/Analytics.php:1087
|
2237 |
-
msgid "Tracking one domain and its subdomains in the same website"
|
2238 |
-
msgstr ""
|
2239 |
-
|
2240 |
-
#: inc/admin/callbacks/Analytics.php:1091
|
2241 |
-
msgid "If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."
|
2242 |
-
msgstr ""
|
2243 |
-
|
2244 |
-
#: inc/admin/callbacks/Analytics.php:1110
|
2245 |
-
msgid "Prepend the site domain to the page title when tracking"
|
2246 |
-
msgstr ""
|
2247 |
-
|
2248 |
-
#: inc/admin/callbacks/Analytics.php:1113
|
2249 |
-
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."
|
2250 |
-
msgstr ""
|
2251 |
-
|
2252 |
-
#: inc/admin/callbacks/Analytics.php:1131 inc/admin/settings/Analytics.php:496
|
2253 |
-
msgid "Track users with JavaScript disabled"
|
2254 |
-
msgstr ""
|
2255 |
-
|
2256 |
-
#: inc/admin/callbacks/Analytics.php:1150 inc/admin/settings/Analytics.php:504
|
2257 |
-
#, fuzzy
|
2258 |
-
#| msgid "Enable cross-domain tracking"
|
2259 |
-
msgid "Enables cross domain linking"
|
2260 |
-
msgstr "Aktivér sporing på tværs af domæner"
|
2261 |
-
|
2262 |
-
#: inc/admin/admin-notifications-center.php:635
|
2263 |
-
msgid "Image SEO plugin to optimize your image ALT texts and names for Search Engines."
|
2264 |
-
msgstr ""
|
2265 |
-
|
2266 |
-
#: inc/admin/admin-notifications-center.php:637
|
2267 |
-
msgid "Dareboost: Test, analyze and optimize your website"
|
2268 |
-
msgstr "Dareboost: Test, analyser og optimer dit website"
|
2269 |
-
|
2270 |
-
#: inc/admin/admin-notifications-center.php:638
|
2271 |
-
msgid "Google Campaign URL Builder tool"
|
2272 |
-
msgstr "Google kampagne URL Builder værktøj"
|
2273 |
-
|
2274 |
-
#: inc/admin/admin-wizard.php:96
|
2275 |
-
#: seopress.php:211
|
2276 |
-
#, fuzzy
|
2277 |
-
msgid "Migration completed!"
|
2278 |
-
msgstr "Import gennemført!"
|
2279 |
-
|
2280 |
-
#: inc/admin/admin-wizard.php:97
|
2281 |
-
#: seopress.php:212
|
2282 |
-
#, fuzzy
|
2283 |
-
msgid "Export completed!"
|
2284 |
-
msgstr "Import gennemført!"
|
2285 |
-
|
2286 |
-
#: inc/admin/admin-wizard.php:112
|
2287 |
-
#, fuzzy
|
2288 |
-
msgid "Import SEO settings"
|
2289 |
-
msgstr "Importer Indstillinger"
|
2290 |
-
|
2291 |
-
#: inc/admin/admin-wizard.php:117
|
2292 |
-
#: inc/admin/admin-wizard.php:454
|
2293 |
-
#, fuzzy
|
2294 |
-
msgid "Your site"
|
2295 |
-
msgstr "Se dit sitemap"
|
2296 |
-
|
2297 |
-
#: inc/admin/admin-wizard.php:122
|
2298 |
-
#: inc/admin/admin-wizard.php:564
|
2299 |
-
msgid "Indexing"
|
2300 |
-
msgstr ""
|
2301 |
-
|
2302 |
-
#: inc/admin/admin-wizard.php:127
|
2303 |
-
#: inc/admin/admin-wizard.php:720
|
2304 |
-
#, fuzzy
|
2305 |
-
msgid "Advanced options"
|
2306 |
-
msgstr "<p>Avancerede SEO muligheder.</p>"
|
2307 |
-
|
2308 |
-
#: inc/admin/callbacks/Analytics.php:1234
|
2309 |
-
msgid "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|exe|flv|gif|gz|gzip|hqx|jar|jpg|jpeg|js|mp2|mp3|mp4|mpg|mpeg|mov|movie|msi|msp|odb|odf|odg|odp|ods|odt|ogg|ogv| pdf|phps|png|ppt|qt|qtm|ra|ram|rar|rpm|sea|sit|tar|tbz|tbz2|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
|
2310 |
-
msgstr ""
|
2311 |
-
|
2312 |
-
#: inc/admin/callbacks/Analytics.php:1253
|
2313 |
-
msgid "Disabling all heatmaps and session recordings"
|
2314 |
-
msgstr ""
|
2315 |
-
|
2316 |
-
#: inc/admin/callbacks/ImageSEO.php:16
|
2317 |
-
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
2318 |
-
msgstr "Omdiriger vedhæftede sider til forælder indlæg (eller hjemmeside, hvis ingen)"
|
2319 |
-
|
2320 |
-
#: inc/admin/callbacks/ImageSEO.php:36 inc/admin/wizard/admin-wizard.php:780
|
2321 |
-
msgid "Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"
|
2322 |
-
msgstr ""
|
2323 |
-
|
2324 |
-
#: inc/admin/callbacks/ImageSEO.php:40
|
2325 |
-
msgid "If this option is checked, it will take precedence over the redirection of attachments to the post's parent."
|
2326 |
-
msgstr ""
|
2327 |
-
|
2328 |
-
#: inc/admin/admin-wizard.php:269
|
2329 |
-
msgid "The following wizard will help you configure SEOPress and get you started quickly."
|
2330 |
-
msgstr ""
|
2331 |
-
|
2332 |
-
#: inc/admin/admin-wizard.php:270
|
2333 |
-
msgid "The first step is to import your previous settings from other plugins to keep your SEO."
|
2334 |
-
msgstr ""
|
2335 |
-
|
2336 |
-
#: inc/admin/callbacks/ImageSEO.php:85
|
2337 |
-
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."
|
2338 |
-
msgstr ""
|
2339 |
-
|
2340 |
-
#: inc/admin/admin-wizard.php:273
|
2341 |
-
#: inc/admin/admin.php:753
|
2342 |
-
#, fuzzy
|
2343 |
-
msgid "Import posts and terms metadata from"
|
2344 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2345 |
-
|
2346 |
-
#: inc/admin/admin-wizard.php:275
|
2347 |
-
#: inc/admin/admin.php:755
|
2348 |
-
#: inc/admin/admin.php:911
|
2349 |
-
#, fuzzy
|
2350 |
-
msgid "Select an option"
|
2351 |
-
msgstr "Vælg dit logo"
|
2352 |
-
|
2353 |
-
#: inc/admin/admin-wizard.php:276
|
2354 |
-
#: inc/admin/admin.php:756
|
2355 |
-
msgid "Yoast SEO"
|
2356 |
-
msgstr ""
|
2357 |
-
|
2358 |
-
#: inc/admin/admin-wizard.php:277
|
2359 |
-
#: inc/admin/admin.php:757
|
2360 |
-
msgid "All In One SEO"
|
2361 |
-
msgstr ""
|
2362 |
-
|
2363 |
-
#: inc/admin/admin-wizard.php:278
|
2364 |
-
#: inc/admin/admin.php:758
|
2365 |
-
msgid "The SEO Framework"
|
2366 |
-
msgstr ""
|
2367 |
-
|
2368 |
-
#: inc/admin/admin-wizard.php:279
|
2369 |
-
#: inc/admin/admin.php:759
|
2370 |
-
msgid "Rank Math"
|
2371 |
-
msgstr ""
|
2372 |
-
|
2373 |
-
#: inc/admin/admin-wizard.php:280
|
2374 |
-
#: inc/admin/admin.php:760
|
2375 |
-
msgid "Squirrly SEO"
|
2376 |
-
msgstr ""
|
2377 |
-
|
2378 |
-
#: inc/admin/admin-wizard.php:281
|
2379 |
-
#: inc/admin/admin.php:761
|
2380 |
-
msgid "SEO Ultimate"
|
2381 |
-
msgstr ""
|
2382 |
-
|
2383 |
-
#: inc/admin/admin-wizard.php:282
|
2384 |
-
#: inc/admin/admin.php:762
|
2385 |
-
msgid "WP Meta SEO"
|
2386 |
-
msgstr "Aktiver billed sitemaps (standardbilleder, billedgallerier, udvalgte billede, WooCommerce produktbilleder)"
|
2387 |
-
|
2388 |
-
#: inc/admin/admin-wizard.php:290
|
2389 |
-
#: inc/admin/admin.php:769
|
2390 |
-
msgid "Import posts and terms metadata from Yoast"
|
2391 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2392 |
-
|
2393 |
-
#: inc/admin/admin-wizard.php:291
|
2394 |
-
#: inc/admin/admin-wizard.php:310
|
2395 |
-
#: inc/admin/admin-wizard.php:327
|
2396 |
-
#: inc/admin/admin-wizard.php:346
|
2397 |
-
#: inc/admin/admin-wizard.php:365
|
2398 |
-
#: inc/admin/admin-wizard.php:383
|
2399 |
-
#: inc/admin/admin-wizard.php:400
|
2400 |
-
#: inc/admin/admin.php:770
|
2401 |
-
#: inc/admin/admin.php:791
|
2402 |
-
#: inc/admin/admin.php:810
|
2403 |
-
#: inc/admin/admin.php:831
|
2404 |
-
#: inc/admin/admin.php:852
|
2405 |
-
#: inc/admin/admin.php:872
|
2406 |
-
#: inc/admin/admin.php:891
|
2407 |
-
msgid "By clicking Migrate, we'll import:"
|
2408 |
-
msgstr "Ved at klikke på Migrer, så importerer vi:"
|
2409 |
-
|
2410 |
-
#: inc/admin/admin-wizard.php:293
|
2411 |
-
#: inc/admin/admin-wizard.php:312
|
2412 |
-
#: inc/admin/admin-wizard.php:329
|
2413 |
-
#: inc/admin/admin-wizard.php:348
|
2414 |
-
#: inc/admin/admin-wizard.php:367
|
2415 |
-
#: inc/admin/admin-wizard.php:385
|
2416 |
-
#: inc/admin/admin-wizard.php:402
|
2417 |
-
#: inc/admin/admin.php:772
|
2418 |
-
#: inc/admin/admin.php:793
|
2419 |
-
#: inc/admin/admin.php:812
|
2420 |
-
#: inc/admin/admin.php:833
|
2421 |
-
#: inc/admin/admin.php:854
|
2422 |
-
#: inc/admin/admin.php:874
|
2423 |
-
#: inc/admin/admin.php:893
|
2424 |
-
msgid "Title tags"
|
2425 |
-
msgstr "Titel Tags"
|
2426 |
-
|
2427 |
-
#: inc/admin/admin-wizard.php:295
|
2428 |
-
#: inc/admin/admin-wizard.php:314
|
2429 |
-
#: inc/admin/admin-wizard.php:331
|
2430 |
-
#: inc/admin/admin-wizard.php:350
|
2431 |
-
#: inc/admin/admin-wizard.php:369
|
2432 |
-
#: inc/admin/admin-wizard.php:387
|
2433 |
-
#: inc/admin/admin-wizard.php:404
|
2434 |
-
#: inc/admin/admin.php:774
|
2435 |
-
#: inc/admin/admin.php:795
|
2436 |
-
#: inc/admin/admin.php:814
|
2437 |
-
#: inc/admin/admin.php:835
|
2438 |
-
#: inc/admin/admin.php:856
|
2439 |
-
#: inc/admin/admin.php:876
|
2440 |
-
#: inc/admin/admin.php:895
|
2441 |
-
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
2442 |
-
msgstr "Facebook Open Graph Tags (titel, beskrivelse og billede thumbnail)"
|
2443 |
-
|
2444 |
-
#: inc/admin/admin-wizard.php:296
|
2445 |
-
#: inc/admin/admin-wizard.php:332
|
2446 |
-
#: inc/admin/admin-wizard.php:351
|
2447 |
-
#: inc/admin/admin-wizard.php:370
|
2448 |
-
#: inc/admin/admin-wizard.php:388
|
2449 |
-
#: inc/admin/admin-wizard.php:405
|
2450 |
-
#: inc/admin/admin.php:775
|
2451 |
-
#: inc/admin/admin.php:815
|
2452 |
-
#: inc/admin/admin.php:836
|
2453 |
-
#: inc/admin/admin.php:857
|
2454 |
-
#: inc/admin/admin.php:877
|
2455 |
-
#: inc/admin/admin.php:896
|
2456 |
-
msgid "Twitter tags (title, description and image thumbnail)"
|
2457 |
-
msgstr "Twitter Tags (titel, beskrivelse og billede thumbnail)"
|
2458 |
-
|
2459 |
-
#: inc/admin/admin-wizard.php:297
|
2460 |
-
#: inc/admin/admin.php:776
|
2461 |
-
msgid "Meta Robots (noindex, nofollow...)"
|
2462 |
-
msgstr "Meta Robots (noindex, nofollow ...)"
|
2463 |
-
|
2464 |
-
#: inc/admin/admin-wizard.php:299
|
2465 |
-
#: inc/admin/admin-wizard.php:354
|
2466 |
-
#: inc/admin/admin.php:778
|
2467 |
-
#: inc/admin/admin.php:839
|
2468 |
-
msgid "Focus keywords"
|
2469 |
-
msgstr "Fokus keywords"
|
2470 |
-
|
2471 |
-
#: inc/admin/admin-wizard.php:301
|
2472 |
-
#: inc/admin/admin.php:780
|
2473 |
-
#, fuzzy
|
2474 |
-
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."
|
2475 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2476 |
-
|
2477 |
-
#: inc/admin/admin-wizard.php:302
|
2478 |
-
#: inc/admin/admin-wizard.php:319
|
2479 |
-
#: inc/admin/admin-wizard.php:338
|
2480 |
-
#: inc/admin/admin-wizard.php:357
|
2481 |
-
#: inc/admin/admin-wizard.php:375
|
2482 |
-
#: inc/admin/admin-wizard.php:392
|
2483 |
-
#: inc/admin/admin-wizard.php:408
|
2484 |
-
#: inc/admin/admin.php:781
|
2485 |
-
#: inc/admin/admin.php:800
|
2486 |
-
#: inc/admin/admin.php:821
|
2487 |
-
#: inc/admin/admin.php:842
|
2488 |
-
#: inc/admin/admin.php:862
|
2489 |
-
#: inc/admin/admin.php:881
|
2490 |
-
#: inc/admin/admin.php:899
|
2491 |
-
msgid "Migrate now"
|
2492 |
-
msgstr "Migrer nu"
|
2493 |
-
|
2494 |
-
#: inc/admin/admin-wizard.php:309
|
2495 |
-
#: inc/admin/admin.php:790
|
2496 |
-
#, fuzzy
|
2497 |
-
msgid "Import posts and terms metadata from All In One SEO"
|
2498 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2499 |
-
|
2500 |
-
#: inc/admin/admin-wizard.php:315
|
2501 |
-
#: inc/admin/admin.php:796
|
2502 |
-
#, fuzzy
|
2503 |
-
msgid "Twitter image thumbnail"
|
2504 |
-
msgstr "Twitter miniaturebillede"
|
2505 |
-
|
2506 |
-
#: inc/admin/admin-wizard.php:316
|
2507 |
-
#: inc/admin/admin.php:797
|
2508 |
-
#, fuzzy
|
2509 |
-
msgid "Meta Robots (noindex, nofollow)"
|
2510 |
-
msgstr "Meta Robots (noindex, nofollow ...)"
|
2511 |
-
|
2512 |
-
#: inc/admin/admin-wizard.php:318
|
2513 |
-
#: inc/admin/admin.php:799
|
2514 |
-
#, fuzzy
|
2515 |
-
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."
|
2516 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2517 |
-
|
2518 |
-
#: inc/admin/admin-wizard.php:326
|
2519 |
-
#: inc/admin/admin.php:809
|
2520 |
-
#, fuzzy
|
2521 |
-
msgid "Import posts and terms metadata from The SEO Framework"
|
2522 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2523 |
-
|
2524 |
-
#: inc/admin/admin-wizard.php:333
|
2525 |
-
#: inc/admin/admin.php:816
|
2526 |
-
#, fuzzy
|
2527 |
-
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
2528 |
-
msgstr "Meta Robots (noindex, nofollow ...)"
|
2529 |
-
|
2530 |
-
#: inc/admin/admin-wizard.php:335
|
2531 |
-
#: inc/admin/admin.php:818
|
2532 |
-
#: inc/functions/options-advanced-admin.php:324
|
2533 |
-
msgid "Redirect URL"
|
2534 |
-
msgstr "Omdirigére URL"
|
2535 |
-
|
2536 |
-
#: inc/admin/admin-wizard.php:337
|
2537 |
-
#: inc/admin/admin.php:820
|
2538 |
-
#, fuzzy
|
2539 |
-
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."
|
2540 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2541 |
-
|
2542 |
-
#: inc/admin/admin-wizard.php:345
|
2543 |
-
#: inc/admin/admin.php:830
|
2544 |
-
#, fuzzy
|
2545 |
-
msgid "Import posts and terms metadata from Rank Math"
|
2546 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2547 |
-
|
2548 |
-
#: inc/admin/admin-wizard.php:352
|
2549 |
-
#: inc/admin/admin.php:837
|
2550 |
-
#, fuzzy
|
2551 |
-
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
2552 |
-
msgstr "Meta Robots (noindex, nofollow ...)"
|
2553 |
-
|
2554 |
-
#: inc/admin/admin-wizard.php:356
|
2555 |
-
#: inc/admin/admin.php:841
|
2556 |
-
#, fuzzy
|
2557 |
-
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."
|
2558 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2559 |
-
|
2560 |
-
#: inc/admin/admin-wizard.php:364
|
2561 |
-
#: inc/admin/admin.php:851
|
2562 |
-
#, fuzzy
|
2563 |
-
msgid "Import posts metadata from Squirrly SEO"
|
2564 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2565 |
-
|
2566 |
-
#: inc/admin/admin-wizard.php:371
|
2567 |
-
#: inc/admin/admin-wizard.php:389
|
2568 |
-
#: inc/admin/admin.php:858
|
2569 |
-
#: inc/admin/admin.php:878
|
2570 |
-
#, fuzzy
|
2571 |
-
msgid "Meta Robots (noindex or nofollow)"
|
2572 |
-
msgstr "Meta Robots (noindex, nofollow ...)"
|
2573 |
-
|
2574 |
-
#: inc/admin/admin-wizard.php:374
|
2575 |
-
#, fuzzy
|
2576 |
-
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."
|
2577 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2578 |
-
|
2579 |
-
#: inc/admin/admin-wizard.php:382
|
2580 |
-
#: inc/admin/admin.php:871
|
2581 |
-
#, fuzzy
|
2582 |
-
msgid "Import posts metadata from SEO Ultimate"
|
2583 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2584 |
-
|
2585 |
-
#: inc/admin/admin-wizard.php:391
|
2586 |
-
#: inc/admin/admin.php:880
|
2587 |
-
#, fuzzy
|
2588 |
-
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."
|
2589 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2590 |
-
|
2591 |
-
#: inc/admin/admin-wizard.php:399
|
2592 |
-
#: inc/admin/admin.php:890
|
2593 |
-
#, fuzzy
|
2594 |
-
msgid "Import posts and terms metadata from WP Meta SEO"
|
2595 |
-
msgstr "Importer indlæg og terms metadata fra yoast"
|
2596 |
-
|
2597 |
-
#: inc/admin/admin-wizard.php:407
|
2598 |
-
#: inc/admin/admin.php:898
|
2599 |
-
#, fuzzy
|
2600 |
-
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."
|
2601 |
-
msgstr "<strong>Advarsel:</strong> Migrer sletter alle SEOPress-indlæg og terms metadata. Nogle dynamiske variabler vil ikke blive fortolket."
|
2602 |
-
|
2603 |
-
#: inc/admin/admin-wizard.php:415
|
2604 |
-
#: inc/admin/admin-wizard.php:844
|
2605 |
-
msgid "Next step"
|
2606 |
-
msgstr ""
|
2607 |
-
|
2608 |
-
#: inc/admin/admin-wizard.php:456
|
2609 |
-
msgid "To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. "
|
2610 |
-
msgstr ""
|
2611 |
-
|
2612 |
-
#: inc/admin/callbacks/Sitemaps.php:346
|
2613 |
-
msgid "Disable date after each post, page, post type?"
|
2614 |
-
msgstr "Deaktiver dato efter hver artikel, side, artikeltype?"
|
2615 |
-
|
2616 |
-
#: inc/admin/admin-wizard.php:461
|
2617 |
-
#: inc/admin/admin.php:1182
|
2618 |
-
#: inc/admin/admin.php:2940
|
2619 |
-
msgid "Site title"
|
2620 |
-
msgstr "Sidens navn"
|
2621 |
-
|
2622 |
-
#: inc/admin/callbacks/Social.php:14
|
2623 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:336
|
2624 |
-
#: inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php:286
|
2625 |
-
#: inc/admin/wizard/admin-wizard.php:440
|
2626 |
-
#, fuzzy
|
2627 |
-
msgid "eg: My super website"
|
2628 |
-
msgstr "Min awesome hjemmeside"
|
2629 |
-
|
2630 |
-
#: inc/admin/admin-wizard.php:464
|
2631 |
-
#: inc/admin/admin.php:1579
|
2632 |
-
msgid "Person or organization"
|
2633 |
-
msgstr "Person eller organisation"
|
2634 |
-
|
2635 |
-
#: inc/admin/admin-wizard.php:466
|
2636 |
-
msgid "Choose a knowledge type"
|
2637 |
-
msgstr ""
|
2638 |
-
|
2639 |
-
#: inc/admin/admin-wizard.php:472
|
2640 |
-
#: inc/admin/admin.php:4126
|
2641 |
-
msgid "Person"
|
2642 |
-
msgstr "Person"
|
2643 |
-
|
2644 |
-
#: inc/admin/admin-wizard.php:475
|
2645 |
-
#: inc/admin/admin.php:4129
|
2646 |
-
msgid "Organization"
|
2647 |
-
msgstr "Organisation"
|
2648 |
-
|
2649 |
-
#: inc/admin/admin-wizard.php:479
|
2650 |
-
#: inc/admin/admin.php:1587
|
2651 |
-
#: inc/admin/admin.php:4142
|
2652 |
-
msgid "Your name/organization"
|
2653 |
-
msgstr "Dit navn/organisation"
|
2654 |
-
|
2655 |
-
#: inc/admin/admin-wizard.php:480
|
2656 |
-
msgid "eg: My Company Name"
|
2657 |
-
msgstr ""
|
2658 |
-
|
2659 |
-
#: inc/admin/admin-wizard.php:482
|
2660 |
-
#: inc/admin/admin.php:1595
|
2661 |
-
#: inc/admin/admin.php:4155
|
2662 |
-
msgid "Your photo/organization logo"
|
2663 |
-
msgstr "Dit foto/organisations logo"
|
2664 |
-
|
2665 |
-
#: inc/admin/admin-wizard.php:483
|
2666 |
-
#, fuzzy
|
2667 |
-
msgid "eg: https://www.example.com/logo.png"
|
2668 |
-
msgstr "f. eks: https://www.facebook.com/Din-Side"
|
2669 |
-
|
2670 |
-
#: inc/admin/admin-wizard.php:485
|
2671 |
-
#, fuzzy
|
2672 |
-
msgid "Facebook page URL"
|
2673 |
-
msgstr "Facebookside URL"
|
2674 |
-
|
2675 |
-
#: inc/admin/admin-wizard.php:486
|
2676 |
-
#: inc/admin/admin.php:4263
|
2677 |
-
#, fuzzy
|
2678 |
-
msgid "eg: https://facebook.com/my-page-url"
|
2679 |
-
msgstr "f. eks: https://www.facebook.com/Din-Side"
|
2680 |
-
|
2681 |
-
#: inc/admin/admin-wizard.php:488
|
2682 |
-
#: inc/admin/admin.php:1644
|
2683 |
-
msgid "Twitter Username"
|
2684 |
-
msgstr "Twitter-brugernavn"
|
2685 |
-
|
2686 |
-
#: inc/admin/admin-wizard.php:489
|
2687 |
-
#: inc/admin/admin.php:4276
|
2688 |
-
msgid "eg: @my_twitter_account"
|
2689 |
-
msgstr ""
|
2690 |
-
|
2691 |
-
#: inc/admin/admin-wizard.php:491
|
2692 |
-
#: inc/admin/admin.php:1652
|
2693 |
-
#: inc/admin/admin.php:4288
|
2694 |
-
msgid "Pinterest URL"
|
2695 |
-
msgstr "Pinterest URL"
|
2696 |
-
|
2697 |
-
#: inc/admin/admin-wizard.php:492
|
2698 |
-
#: inc/admin/admin.php:4288
|
2699 |
-
#, fuzzy
|
2700 |
-
msgid "eg: https://pinterest.com/my-page-url/"
|
2701 |
-
msgstr "f. eks: https://pinterest.com/wpbuy/"
|
2702 |
-
|
2703 |
-
#: inc/admin/admin-wizard.php:494
|
2704 |
-
#: inc/admin/admin.php:1660
|
2705 |
-
#: inc/admin/admin.php:4300
|
2706 |
-
msgid "Instagram URL"
|
2707 |
-
msgstr "Instagram URL"
|
2708 |
-
|
2709 |
-
#: inc/admin/admin-wizard.php:495
|
2710 |
-
#: inc/admin/admin.php:4300
|
2711 |
-
#, fuzzy
|
2712 |
-
msgid "eg: https://www.instagram.com/my-page-url/"
|
2713 |
-
msgstr "f. eks: https://www.instagram.com/wp_seopress/"
|
2714 |
-
|
2715 |
-
#: inc/admin/admin-wizard.php:497
|
2716 |
-
#: inc/admin/admin.php:1668
|
2717 |
-
#: inc/admin/admin.php:4312
|
2718 |
-
msgid "YouTube URL"
|
2719 |
-
msgstr "YouTube URL"
|
2720 |
-
|
2721 |
-
#: inc/admin/admin-wizard.php:498
|
2722 |
-
#: inc/admin/admin.php:4312
|
2723 |
-
#, fuzzy
|
2724 |
-
msgid "eg: https://www.youtube.com/my-channel-url"
|
2725 |
-
msgstr "f. eks: https://www.youtube.com/c/SEOPress"
|
2726 |
-
|
2727 |
-
#: inc/admin/admin-wizard.php:500
|
2728 |
-
#: inc/admin/admin.php:1676
|
2729 |
-
#: inc/admin/admin.php:4324
|
2730 |
-
msgid "LinkedIn URL"
|
2731 |
-
msgstr "LinkedIn URL"
|
2732 |
-
|
2733 |
-
#: inc/admin/admin-wizard.php:501
|
2734 |
-
#: inc/admin/admin.php:4324
|
2735 |
-
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2736 |
-
msgstr ""
|
2737 |
-
|
2738 |
-
#: inc/admin/admin-wizard.php:503
|
2739 |
-
#: inc/admin/admin.php:1684
|
2740 |
-
#: inc/admin/admin.php:4336
|
2741 |
-
msgid "MySpace URL"
|
2742 |
-
msgstr "Myspace URL"
|
2743 |
-
|
2744 |
-
#: inc/admin/admin-wizard.php:504
|
2745 |
-
#: inc/admin/admin.php:4336
|
2746 |
-
#, fuzzy
|
2747 |
-
msgid "eg: https://myspace.com/my-page-url"
|
2748 |
-
msgstr "f. eks: https://myspace.com/Din-Side"
|
2749 |
-
|
2750 |
-
#: inc/admin/admin-wizard.php:506
|
2751 |
-
#: inc/admin/admin.php:1692
|
2752 |
-
#: inc/admin/admin.php:4348
|
2753 |
-
msgid "Soundcloud URL"
|
2754 |
-
msgstr "SoundCloud URL"
|
2755 |
-
|
2756 |
-
#: inc/admin/admin-wizard.php:507
|
2757 |
-
#: inc/admin/admin.php:4348
|
2758 |
-
#, fuzzy
|
2759 |
-
msgid "eg: https://soundcloud.com/my-page-url"
|
2760 |
-
msgstr "f. eks: https://soundcloud.com/michaelmccannmusic"
|
2761 |
-
|
2762 |
-
#: inc/admin/admin-wizard.php:509
|
2763 |
-
#: inc/admin/admin.php:1700
|
2764 |
-
#: inc/admin/admin.php:4360
|
2765 |
-
msgid "Tumblr URL"
|
2766 |
-
msgstr "Tumblr URL"
|
2767 |
-
|
2768 |
-
#: inc/admin/admin-wizard.php:510
|
2769 |
-
#: inc/admin/admin.php:4360
|
2770 |
-
msgid "eg: https://your-site.tumblr.com"
|
2771 |
-
msgstr "f. eks: https://your-site.tumblr.com"
|
2772 |
-
|
2773 |
-
#: inc/admin/admin-wizard.php:513
|
2774 |
-
#: inc/admin/admin-wizard.php:656
|
2775 |
-
#: inc/admin/admin-wizard.php:763
|
2776 |
-
msgid "Continue"
|
2777 |
-
msgstr ""
|
2778 |
-
|
2779 |
-
#: inc/admin/callbacks/Social.php:242 inc/admin/wizard/admin-wizard.php:506
|
2780 |
-
msgid "eg: http://linkedin.com/company/my-company-url/"
|
2781 |
-
msgstr ""
|
2782 |
-
|
2783 |
-
#: inc/admin/callbacks/Social.php:242 inc/admin/settings/Social.php:113
|
2784 |
-
#: inc/admin/wizard/admin-wizard.php:504
|
2785 |
-
msgid "LinkedIn URL"
|
2786 |
-
msgstr "LinkedIn URL"
|
2787 |
-
|
2788 |
-
#: inc/admin/admin-wizard.php:567
|
2789 |
-
#, fuzzy
|
2790 |
-
msgid "Default: index"
|
2791 |
-
msgstr "Standard"
|
2792 |
-
|
2793 |
-
#: inc/admin/callbacks/Social.php:275 inc/admin/callbacks/Social.php:345
|
2794 |
-
#: inc/admin/settings/Social.php:138
|
2795 |
-
msgid "Select a default image"
|
2796 |
-
msgstr "Vælg et standardbillede"
|
2797 |
-
|
2798 |
-
#: inc/admin/admin-wizard.php:589
|
2799 |
-
msgid "Do not display this single post type in search engine results <strong>(noindex)</strong>"
|
2800 |
-
msgstr ""
|
2801 |
-
|
2802 |
-
#: inc/admin/callbacks/Social.php:281
|
2803 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:410
|
2804 |
-
#, fuzzy
|
2805 |
-
#| msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
|
2806 |
-
msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"
|
2807 |
-
msgstr "Mindste størrelse: 200x200px, ideel ratio 1.91:1, 8mb maks."
|
2808 |
-
|
2809 |
-
#: inc/admin/admin-wizard.php:618
|
2810 |
-
msgid "Do not display this post type archive in search engine results <strong>(noindex)</strong>"
|
2811 |
-
msgstr ""
|
2812 |
-
|
2813 |
-
#: inc/admin/callbacks/Social.php:307
|
2814 |
-
msgid "Please define a <strong>default OG Image</strong> from the field above"
|
2815 |
-
msgstr ""
|
2816 |
-
|
2817 |
-
#: inc/admin/admin-wizard.php:647
|
2818 |
-
msgid "Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"
|
2819 |
-
msgstr ""
|
2820 |
-
|
2821 |
-
#: inc/admin/admin-wizard.php:730
|
2822 |
-
#: inc/admin/admin.php:3471
|
2823 |
-
msgid "Do not display author archives in search engine results <strong>(noindex)</strong>"
|
2824 |
-
msgstr ""
|
2825 |
-
|
2826 |
-
#: inc/admin/admin-wizard.php:733
|
2827 |
-
msgid "You only have one author on your site? Check this option to avoid duplicate content."
|
2828 |
-
msgstr ""
|
2829 |
-
|
2830 |
-
#: inc/admin/admin-wizard.php:742
|
2831 |
-
#: inc/admin/admin.php:5658
|
2832 |
-
msgid "Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"
|
2833 |
-
msgstr ""
|
2834 |
-
|
2835 |
-
#: inc/admin/admin-wizard.php:745
|
2836 |
-
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."
|
2837 |
-
msgstr ""
|
2838 |
-
|
2839 |
-
#: inc/admin/admin-wizard.php:754
|
2840 |
-
#: inc/admin/admin.php:5783
|
2841 |
-
msgid "Remove /category/ in your permalinks"
|
2842 |
-
msgstr "Fjern /category/i dine permalinks"
|
2843 |
-
|
2844 |
-
#: inc/admin/callbacks/Social.php:438
|
2845 |
-
msgid "Enable Twitter card"
|
2846 |
-
msgstr "Aktiver Twitter-kort"
|
2847 |
-
|
2848 |
-
#: inc/admin/admin-wizard.php:807
|
2849 |
-
#, fuzzy
|
2850 |
-
msgid "Your site is now ready for search engines!"
|
2851 |
-
msgstr "Dit websted er ikke synlig for søgemaskiner!"
|
2852 |
-
|
2853 |
-
#: inc/admin/admin-wizard.php:812
|
2854 |
-
#: inc/functions/options-advanced-admin.php:18
|
2855 |
-
msgid "Welcome to SEOPress PRO!"
|
2856 |
-
msgstr ""
|
2857 |
-
|
2858 |
-
#: inc/admin/admin-wizard.php:815
|
2859 |
-
#: inc/functions/options-advanced-admin.php:19
|
2860 |
-
#, fuzzy
|
2861 |
-
msgid "Please activate your license to receive automatic updates and get premium support."
|
2862 |
-
msgstr "Du skal indtaste din licensnøgle for at få opdateringer og support"
|
2863 |
-
|
2864 |
-
#: inc/admin/admin-wizard.php:820
|
2865 |
-
#: inc/functions/options-advanced-admin.php:20
|
2866 |
-
#, fuzzy
|
2867 |
-
msgid "Activate License"
|
2868 |
-
msgstr "Licens"
|
2869 |
-
|
2870 |
-
#: inc/admin/callbacks/Social.php:506
|
2871 |
-
msgid "Large"
|
2872 |
-
msgstr "Stor"
|
2873 |
-
|
2874 |
-
#: inc/admin/admin-wizard.php:830
|
2875 |
-
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."
|
2876 |
-
msgstr ""
|
2877 |
-
|
2878 |
-
#: inc/admin/admin-wizard.php:835
|
2879 |
-
msgid "Buy SEOPress PRO - $39 / unlimited sites"
|
2880 |
-
msgstr ""
|
2881 |
-
|
2882 |
-
#: inc/admin/callbacks/Titles.php:12
|
2883 |
-
#, fuzzy
|
2884 |
-
msgid "Create your XML sitemaps"
|
2885 |
-
msgstr "Se dit sitemap"
|
2886 |
-
|
2887 |
-
#: inc/admin/callbacks/Titles.php:13 inc/admin/callbacks/Titles.php:42
|
2888 |
-
#: inc/admin/callbacks/Titles.php:221 inc/admin/callbacks/Titles.php:292
|
2889 |
-
#: inc/admin/callbacks/Titles.php:459 inc/admin/callbacks/Titles.php:677
|
2890 |
-
#: inc/admin/callbacks/Titles.php:891 inc/admin/callbacks/Titles.php:1036
|
2891 |
-
#: inc/admin/callbacks/Titles.php:1133 inc/admin/callbacks/Titles.php:1230
|
2892 |
-
#: inc/admin/callbacks/Titles.php:1306
|
2893 |
-
#: inc/admin/metaboxes/admin-metaboxes-form.php:136
|
2894 |
-
#: inc/admin/page-builders/elementor/inc/controls/class-text-letter-counter-control.php:68
|
2895 |
-
#: inc/admin/settings/Titles.php:16 inc/admin/wizard/admin-wizard.php:415
|
2896 |
-
msgid "Separator"
|
2897 |
-
msgstr ""
|
2898 |
-
|
2899 |
-
#: inc/admin/admin-wizard.php:851
|
2900 |
-
#, fuzzy
|
2901 |
-
msgid "Configure your XML sitemaps"
|
2902 |
-
msgstr "Se dit sitemap"
|
2903 |
-
|
2904 |
-
#: inc/admin/admin-wizard.php:858
|
2905 |
-
#, fuzzy
|
2906 |
-
msgid "Follow us:"
|
2907 |
-
msgstr "NoFollow links"
|
2908 |
-
|
2909 |
-
#: inc/admin/admin-wizard.php:865
|
2910 |
-
#, fuzzy
|
2911 |
-
msgid "Like our Facebook page"
|
2912 |
-
msgstr "Indtast din Facebook-titel"
|
2913 |
-
|
2914 |
-
#: inc/admin/callbacks/Titles.php:59
|
2915 |
-
msgid "This is a cool website about Wookiees"
|
2916 |
-
msgstr "Dette er en cool hjemmeside om Wookiees"
|
2917 |
-
|
2918 |
-
#: inc/admin/callbacks/Titles.php:74
|
2919 |
-
msgid "Looking to edit your blog page?"
|
2920 |
-
msgstr "Ønsker du at redigere din blog-side?"
|
2921 |
-
|
2922 |
-
#: inc/admin/callbacks/Titles.php:115 inc/admin/callbacks/Titles.php:125
|
2923 |
-
#: inc/admin/callbacks/Titles.php:130 inc/admin/callbacks/Titles.php:139
|
2924 |
-
msgid "Click to hide any SEO metaboxes / columns for this post type"
|
2925 |
-
msgstr ""
|
2926 |
-
|
2927 |
-
#: inc/admin/admin-wizard.php:896
|
2928 |
-
#, fuzzy
|
2929 |
-
msgid "Visit Dashboard"
|
2930 |
-
msgstr "Kontrolpanel"
|
2931 |
-
|
2932 |
-
#: inc/admin/admin-wizard.php:899
|
2933 |
-
#, fuzzy
|
2934 |
-
msgid "Review Settings"
|
2935 |
-
msgstr "Nulstil indstillinger"
|
2936 |
-
|
2937 |
-
#: inc/admin/admin-wizard.php:902
|
2938 |
-
#, fuzzy
|
2939 |
-
msgid "Knowledge base"
|
2940 |
-
msgstr "Videns Graf"
|
2941 |
-
|
2942 |
-
#: inc/admin/callbacks/Titles.php:167 inc/admin/callbacks/Titles.php:443
|
2943 |
-
#: inc/admin/callbacks/Titles.php:607 inc/admin/callbacks/Titles.php:839
|
2944 |
-
#: inc/admin/callbacks/Titles.php:1018 inc/admin/callbacks/Titles.php:1115
|
2945 |
-
#: inc/admin/callbacks/Titles.php:1211 inc/admin/callbacks/Titles.php:1288
|
2946 |
-
msgid "Title template"
|
2947 |
-
msgstr "Titel skabelon"
|
2948 |
-
|
2949 |
-
#: inc/admin/callbacks/Titles.php:238 inc/admin/callbacks/Titles.php:477
|
2950 |
-
#: inc/admin/callbacks/Titles.php:695 inc/admin/callbacks/Titles.php:906
|
2951 |
-
#: inc/admin/callbacks/Titles.php:1053 inc/admin/callbacks/Titles.php:1149
|
2952 |
-
#: inc/admin/callbacks/Titles.php:1246 inc/admin/callbacks/Titles.php:1318
|
2953 |
-
msgid "Meta description template"
|
2954 |
-
msgstr "Meta beskrivelse skabelon"
|
2955 |
-
|
2956 |
-
#: inc/admin/admin.php:194
|
2957 |
-
#, fuzzy
|
2958 |
-
msgid "Analytics"
|
2959 |
-
msgstr "Google Analytics"
|
2960 |
-
|
2961 |
-
#: inc/admin/callbacks/Titles.php:333
|
2962 |
-
msgid "This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out."
|
2963 |
-
msgstr ""
|
2964 |
-
|
2965 |
-
#: inc/admin/callbacks/Titles.php:362
|
2966 |
-
msgid "Do not follow links for this single post type <strong>(nofollow)</strong>"
|
2967 |
-
msgstr ""
|
2968 |
-
|
2969 |
-
#: inc/admin/callbacks/Titles.php:388
|
2970 |
-
msgid "Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?"
|
2971 |
-
msgstr ""
|
2972 |
-
|
2973 |
-
#: inc/admin/callbacks/Titles.php:392
|
2974 |
-
#, fuzzy
|
2975 |
-
#| msgid ""
|
2976 |
-
#| "nosnippet is on! Search engines will not display a snippet of this page "
|
2977 |
-
#| "in search results."
|
2978 |
-
msgid "Unchecking this doesn't prevent Google to display post date in search results."
|
2979 |
-
msgstr "nosnippet er slået til! Søgemaskiner vil ikke vise et uddrag af denne side i søgeresultaterne."
|
2980 |
-
|
2981 |
-
#: inc/admin/admin.php:205
|
2982 |
-
#: inc/admin/admin.php:2945
|
2983 |
-
#: inc/admin/admin.php:2956
|
2984 |
-
msgid "Tagline"
|
2985 |
-
msgstr "Tagline"
|
2986 |
-
|
2987 |
-
#: inc/admin/admin.php:206
|
2988 |
-
#, fuzzy,php-format
|
2989 |
-
msgid "%%post_title%% (alias %%title%%)"
|
2990 |
-
msgstr "%%post_title%%"
|
2991 |
-
|
2992 |
-
#: inc/admin/callbacks/Titles.php:503
|
2993 |
-
#, fuzzy
|
2994 |
-
#| msgid ""
|
2995 |
-
#| "Do not display a description in the Google search results for all pages."
|
2996 |
-
msgid "Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>"
|
2997 |
-
msgstr "Vis ikke en beskrivelse i Googles søgeresulta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|