Version Description
- 20.02.2018 =
- Bugfix : The bug with SQL request into the database has been fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 3.1.4 |
Comparing to | |
See all releases |
Code changes from version 3.1.3 to 3.1.4
- google-sitemap-plugin.php +2 -2
- languages/google-sitemap-plugin-cs_CZ.mo +0 -0
- languages/google-sitemap-plugin-cs_CZ.po +57 -348
- languages/google-sitemap-plugin-es_ES.mo +0 -0
- languages/google-sitemap-plugin-es_ES.po +107 -107
- languages/google-sitemap-plugin-ru_RU.mo +0 -0
- languages/google-sitemap-plugin-ru_RU.po +14 -14
- languages/google-sitemap-plugin-uk.mo +0 -0
- languages/google-sitemap-plugin-uk.po +14 -14
- readme.txt +7 -1
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
google-sitemap-plugin.php
CHANGED
@@ -6,7 +6,7 @@ Description: Generate and add XML sitemap to WordPress website. Help search engi
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-sitemap-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 3.1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
@@ -340,7 +340,7 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
340 |
`ID`
|
341 |
FROM $wpdb->posts
|
342 |
WHERE
|
343 |
-
`post_status` IN (" . implode( ',', $post_status ) . ")
|
344 |
AND `ID` NOT IN (" . implode( ',', $excluded_posts ) . ")
|
345 |
AND `post_type` IN ('forum', 'topic', 'reply')
|
346 |
AND `post_parent` IN (" . implode( ',', $excluded_posts ) . ");"
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-sitemap-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 3.1.4
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
340 |
`ID`
|
341 |
FROM $wpdb->posts
|
342 |
WHERE
|
343 |
+
`post_status` IN ('" . implode( "','", $post_status ) . "')
|
344 |
AND `ID` NOT IN (" . implode( ',', $excluded_posts ) . ")
|
345 |
AND `post_type` IN ('forum', 'topic', 'reply')
|
346 |
AND `post_parent` IN (" . implode( ',', $excluded_posts ) . ");"
|
languages/google-sitemap-plugin-cs_CZ.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-cs_CZ.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap - BWS\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
-
"PO-Revision-Date: 2018-
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
@@ -22,14 +22,14 @@ msgstr ""
|
|
22 |
msgid "Google Sitemap Settings"
|
23 |
msgstr "Nastavení Google Sitemap"
|
24 |
|
25 |
-
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:
|
26 |
-
#: google-sitemap-plugin.php:
|
27 |
#: includes/class-gglstmp-settings.php:27
|
28 |
msgid "Settings"
|
29 |
msgstr "Nastavení"
|
30 |
|
31 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
32 |
-
#: google-sitemap-plugin.php:
|
33 |
msgid "Custom Links"
|
34 |
msgstr "Uživatelské odkazy"
|
35 |
|
@@ -37,141 +37,143 @@ msgstr "Uživatelské odkazy"
|
|
37 |
msgid "Upgrade to Pro"
|
38 |
msgstr "Aktualizovat na Pro"
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Post categories"
|
42 |
msgstr "Rubriky příspěvků"
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
45 |
msgid "Post tags"
|
46 |
msgstr "Štítky příspěvků"
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
msgid "Please enable JavaScript in your browser."
|
50 |
msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
|
51 |
|
52 |
-
#: google-sitemap-plugin.php:
|
53 |
msgid "Add New"
|
54 |
msgstr "Přidat nový"
|
55 |
|
56 |
-
#: google-sitemap-plugin.php:
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
msgid "Website"
|
59 |
msgstr "Webová stránka"
|
60 |
|
61 |
-
#: google-sitemap-plugin.php:
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
msgid "Status"
|
65 |
msgstr "Stav"
|
66 |
|
67 |
-
#: google-sitemap-plugin.php:
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
msgid "Not added"
|
70 |
msgstr "Nepřidáno"
|
71 |
|
72 |
-
#: google-sitemap-plugin.php:
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
msgid "Added"
|
75 |
msgstr "Přidáno"
|
76 |
|
77 |
-
#: google-sitemap-plugin.php:
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
msgid "Verification Status"
|
80 |
msgstr "Stav ověření"
|
81 |
|
82 |
-
#: google-sitemap-plugin.php:
|
83 |
msgid "Verified"
|
84 |
msgstr "Ověřeno"
|
85 |
|
86 |
-
#: google-sitemap-plugin.php:
|
87 |
msgid "Not verified"
|
88 |
msgstr "Nevěřeno"
|
89 |
|
90 |
-
#: google-sitemap-plugin.php:
|
91 |
msgid "Sitemap Status"
|
92 |
msgstr "Stav sitemap.xml"
|
93 |
|
94 |
-
#: google-sitemap-plugin.php:
|
95 |
msgid "Added with errors."
|
96 |
msgstr "Přidáno s chybami."
|
97 |
|
98 |
-
#: google-sitemap-plugin.php:
|
99 |
msgid "View errors in Google Webmaster Tools"
|
100 |
msgstr "Zobrazit chyby v Google Webmaster Tools"
|
101 |
|
102 |
-
#: google-sitemap-plugin.php:
|
103 |
msgid "Sitemap URL"
|
104 |
msgstr "URL sitemap.xml"
|
105 |
|
106 |
-
#: google-sitemap-plugin.php:
|
107 |
-
#: google-sitemap-plugin.php:
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
#: includes/class-gglstmp-settings.php:401
|
111 |
msgid "Error"
|
112 |
msgstr "Chyba"
|
113 |
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
msgid "Please check the sitemap file manually."
|
116 |
msgstr "Zkontrolujte soubor sitemap.xml manuálně."
|
117 |
|
118 |
-
#: google-sitemap-plugin.php:
|
119 |
-
#: google-sitemap-plugin.php:
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
#: includes/class-gglstmp-settings.php:236 includes/pro_banners.php:47
|
122 |
msgid "Learn More"
|
123 |
msgstr "Více informací"
|
124 |
|
125 |
-
#: google-sitemap-plugin.php:
|
126 |
-
#: google-sitemap-plugin.php:
|
127 |
-
#: google-sitemap-plugin.php:
|
128 |
msgid "Unexpected error"
|
129 |
msgstr "Neočekávaná chyba"
|
130 |
|
131 |
-
#: google-sitemap-plugin.php:
|
132 |
-
#: google-sitemap-plugin.php:
|
133 |
msgid "Manual verification required."
|
134 |
msgstr "Je vyžadováno ruční ověření."
|
135 |
|
136 |
-
#: google-sitemap-plugin.php:
|
137 |
msgid "Deleted"
|
138 |
msgstr "Odstraněno"
|
139 |
|
140 |
-
#: google-sitemap-plugin.php:
|
141 |
-
#: google-sitemap-plugin.php:
|
142 |
msgid "Verification Code"
|
143 |
msgstr "Ověřovací kód"
|
144 |
|
145 |
-
#: google-sitemap-plugin.php:
|
146 |
msgid "Received and added to the site"
|
147 |
msgstr "Přijato a přidáno na web"
|
148 |
|
149 |
-
#: google-sitemap-plugin.php:
|
150 |
msgid "Received, but has not been added to the site"
|
151 |
msgstr "Přijato avšak nepřidáno na web"
|
152 |
|
153 |
-
#: google-sitemap-plugin.php:
|
154 |
msgid "Please add the sitemap file manually."
|
155 |
msgstr "Přidejte soubor sitemap.xml manuálně."
|
156 |
|
157 |
-
#: google-sitemap-plugin.php:
|
158 |
msgid "Error 404"
|
159 |
msgstr "Chyba 404"
|
160 |
|
161 |
-
#: google-sitemap-plugin.php:
|
162 |
#, php-format
|
163 |
msgid "The sitemap file %s not found."
|
164 |
msgstr "Soubor sitemap.xml %s nebyl nalezen."
|
165 |
|
166 |
-
#: google-sitemap-plugin.php:
|
167 |
msgid "The sitemap file not found."
|
168 |
msgstr "Soubor sitemap.xml nebyl nalezen."
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:
|
171 |
msgid "FAQ"
|
172 |
-
msgstr "
|
|
|
|
|
173 |
|
174 |
-
#: google-sitemap-plugin.php:
|
175 |
msgid "Support"
|
176 |
msgstr "Podpora"
|
177 |
|
@@ -354,9 +356,10 @@ msgid ""
|
|
354 |
"which is located in the root of your website to resolve this error. Find the "
|
355 |
"following line %s and paste the code just after it."
|
356 |
msgstr ""
|
357 |
-
"Nelze
|
358 |
-
"následující pravidlo %s do souboru %s
|
359 |
-
"
|
|
|
360 |
|
361 |
#: includes/class-gglstmp-settings.php:418
|
362 |
msgid "Note"
|
@@ -493,297 +496,3 @@ msgstr "Ano"
|
|
493 |
#: includes/pro_banners.php:165 includes/pro_banners.php:173
|
494 |
msgid "No"
|
495 |
msgstr "Ne"
|
496 |
-
|
497 |
-
#~ msgid ""
|
498 |
-
#~ "Can't access XML files on subsites. Add the following rule %s to your %s "
|
499 |
-
#~ "file in %s after %s or install, activate and enable %s plugin option to "
|
500 |
-
#~ "resolve this error."
|
501 |
-
#~ msgstr ""
|
502 |
-
#~ "Nelze získat přístup k souborům XML na podřízených webech. Přidejte "
|
503 |
-
#~ "následující pravidlo %s do souboru %s v %s po %s nebo zkuste instalovat, "
|
504 |
-
#~ "aktivovat a povolit plugin %s Chcete-li vyřešit tuto chybu."
|
505 |
-
|
506 |
-
#~ msgid "Please enable JavaScript in Your browser."
|
507 |
-
#~ msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
|
508 |
-
|
509 |
-
#~ msgid "Cannot edit \"robots.txt\". Check your permissions"
|
510 |
-
#~ msgstr "Nelze upravit \"robots.txt\". Prosím, zkontrolujte oprávnění"
|
511 |
-
|
512 |
-
#~ msgid ""
|
513 |
-
#~ "Since you are using multisiting, the plugin does not allow to add a "
|
514 |
-
#~ "sitemap to %s."
|
515 |
-
#~ msgstr ""
|
516 |
-
#~ "Vzhledem k tomu, že používáte multisite, plugin neumožňuje přidat soubor "
|
517 |
-
#~ "sitemap.xml do %s."
|
518 |
-
|
519 |
-
#~ msgid "Enable to add a sitemap file path to the %s file."
|
520 |
-
#~ msgstr "Přidat cestu k souboru sitemap.xml do souboru %s."
|
521 |
-
|
522 |
-
#~ msgid "Cannot edit \"robot.txt\". Check your permissions"
|
523 |
-
#~ msgstr "Nelze upravit \"robot.txt\". Prosím, zkontrolujte oprávnění"
|
524 |
-
|
525 |
-
#~ msgid "The Sitemap file for this site has been deleted by network admin."
|
526 |
-
#~ msgstr ""
|
527 |
-
#~ "Soubor sitemap.xml pro tento web byl odstraněn sítovým administrátorem."
|
528 |
-
|
529 |
-
#~ msgid "This options is available in Pro version of plugin"
|
530 |
-
#~ msgstr "Toto nastavení je k dispozici v Pro verzi pluginu"
|
531 |
-
|
532 |
-
#~ msgid ""
|
533 |
-
#~ "All URLs listed in the sitemap.xml must use the same protocol ( HTTP or "
|
534 |
-
#~ "HTTPS ) and reside on the same host as the sitemap.xml. For more info see"
|
535 |
-
#~ msgstr ""
|
536 |
-
#~ "Všechny URL adresy uvedené v sitemap.xml musí používat stejný protokol "
|
537 |
-
#~ "(HTTP nebo HTTPS) a nacházet se na stejném hostu jako sitemap.xml. Pro "
|
538 |
-
#~ "více informací viz"
|
539 |
-
|
540 |
-
#~ msgid "Settings saved"
|
541 |
-
#~ msgstr "Nastavení uloženo"
|
542 |
-
|
543 |
-
#~ msgid "Your Sitemap file has been created in the site root directory"
|
544 |
-
#~ msgstr "Váš soubor sitemap.xml byl vytvořen v kořenovém adresáři webu"
|
545 |
-
|
546 |
-
#~ msgid "All plugin settings were restored."
|
547 |
-
#~ msgstr "Všechna nastavení pluginu byla obnovena."
|
548 |
-
|
549 |
-
#~ msgid "Custom links"
|
550 |
-
#~ msgstr "Vlastní odkazy"
|
551 |
-
|
552 |
-
#~ msgid "Extra settings"
|
553 |
-
#~ msgstr "Další nastavení"
|
554 |
-
|
555 |
-
#~ msgid "Go PRO"
|
556 |
-
#~ msgstr "Přejít na PRO"
|
557 |
-
|
558 |
-
#~ msgid "Warning:"
|
559 |
-
#~ msgstr "Upozornění:"
|
560 |
-
|
561 |
-
#~ msgid ""
|
562 |
-
#~ "To have an access to subsites XML files, please add the following rule %s "
|
563 |
-
#~ "to your %s file in %s after line %s or you can use option %s"
|
564 |
-
#~ msgstr ""
|
565 |
-
#~ "Pro přístup ke XML souborům subwebů, přidejte následující pravidlo %s do "
|
566 |
-
#~ "vašeho %s souboru v %s za řádek %s nebo použijte možnost %s"
|
567 |
-
|
568 |
-
#~ msgid "Allow access to XML files"
|
569 |
-
#~ msgstr "Povolit přístup k souborům XML"
|
570 |
-
|
571 |
-
#~ msgid "Сheck Access"
|
572 |
-
#~ msgstr "Zkontrolovat přístup"
|
573 |
-
|
574 |
-
#~ msgid ""
|
575 |
-
#~ "already exists. If you would like to replace it with a new one, please "
|
576 |
-
#~ "choose the necessary box below"
|
577 |
-
#~ msgstr ""
|
578 |
-
#~ "již existuje. Pokud jej chcete nahradit novým, zaškrtněte odpovídající "
|
579 |
-
#~ "zaškrtávací políčko níže"
|
580 |
-
|
581 |
-
#~ msgid "Your Sitemap file"
|
582 |
-
#~ msgstr "Váš soubor sitemap.xml"
|
583 |
-
|
584 |
-
#~ msgid "has been created in the site root directory"
|
585 |
-
#~ msgstr "byl vytvořen v kořenovém adresáři webu"
|
586 |
-
|
587 |
-
#~ msgid "create a new sitemap file or update the existing one"
|
588 |
-
#~ msgstr "vytvořit nový soubor sitemap.xml nebo aktualizovat stávající"
|
589 |
-
|
590 |
-
#~ msgid "add sitemap file path in robots.txt"
|
591 |
-
#~ msgstr "přidat cestu k souboru sitemap.xml do souboru robots.txt"
|
592 |
-
|
593 |
-
#~ msgid ""
|
594 |
-
#~ "Since you are using multisiting, the plugin does not allow to add a "
|
595 |
-
#~ "sitemap to robots.txt"
|
596 |
-
#~ msgstr ""
|
597 |
-
#~ "Protože používáte multisite, plugin neumožnuje přidat sitemap.xml do "
|
598 |
-
#~ "robots.txt"
|
599 |
-
|
600 |
-
#~ msgid "add sitemap file path in"
|
601 |
-
#~ msgstr "přidat cestu k sitemap.xml souboru do"
|
602 |
-
|
603 |
-
#~ msgid "Add post types and taxonomies links to the sitemap"
|
604 |
-
#~ msgstr "Do souboru sitemap.xml přidat typy příspěvků a taxonomie"
|
605 |
-
|
606 |
-
#~ msgid "This option will be applied to all websites in the network"
|
607 |
-
#~ msgstr "Toto nastavení bude aplikováno na všechny weby v síti"
|
608 |
-
|
609 |
-
#~ msgid "You should %s to use this functionality"
|
610 |
-
#~ msgstr "Měli byste %s chcete-li tuto funkci využívat"
|
611 |
-
|
612 |
-
#~ msgid "activate"
|
613 |
-
#~ msgstr "aktivovat"
|
614 |
-
|
615 |
-
#~ msgid "for network"
|
616 |
-
#~ msgstr "pro síť"
|
617 |
-
|
618 |
-
#~ msgid "download"
|
619 |
-
#~ msgstr "stáhnout"
|
620 |
-
|
621 |
-
#~ msgid ""
|
622 |
-
#~ "This hosting does not support сURL, so you cannot add a sitemap file "
|
623 |
-
#~ "automatically"
|
624 |
-
#~ msgstr ""
|
625 |
-
#~ "Váš hosting nepodporuje cURL, takže nemůžete přidat soubor sitemap.xml "
|
626 |
-
#~ "(do Google?) automaticky"
|
627 |
-
|
628 |
-
#~ msgid ""
|
629 |
-
#~ "You can always add your sitemap to Google Webmaster Tools manually. For "
|
630 |
-
#~ "more info see"
|
631 |
-
#~ msgstr ""
|
632 |
-
#~ "Stále však můžete váš sitemap.xml přidat do Google Webmaster Tools ručně. "
|
633 |
-
#~ "Pro více informací si projděte"
|
634 |
-
|
635 |
-
#~ msgid "the instruction"
|
636 |
-
#~ msgstr "instrukce"
|
637 |
-
|
638 |
-
#~ msgid "Remote work with Google Webmaster Tools"
|
639 |
-
#~ msgstr "Komunikace s Google Webmaster Tools"
|
640 |
-
|
641 |
-
#~ msgid "Log out from Google Webmaster Tools"
|
642 |
-
#~ msgstr "Odhlásit se z Google Webmaster Tools"
|
643 |
-
|
644 |
-
#~ msgid "add this site to Google Webmaster Tools"
|
645 |
-
#~ msgstr "přidat tento web na Google Webmaster Tools"
|
646 |
-
|
647 |
-
#~ msgid "delete this site from Google Webmaster Tools"
|
648 |
-
#~ msgstr "odebrat tento web z Google Webmaster Tools"
|
649 |
-
|
650 |
-
#~ msgid "get info about this site in Google Webmaster Tools"
|
651 |
-
#~ msgstr "získat informace o tomto webu z Google Webmaster Tools"
|
652 |
-
|
653 |
-
#~ msgid ""
|
654 |
-
#~ "Please authorize via your Google Account in order to add or delete a site "
|
655 |
-
#~ "and a sitemap file automatically or get information about this site in "
|
656 |
-
#~ "Google Webmaster Tools"
|
657 |
-
#~ msgstr ""
|
658 |
-
#~ "Za účelem přidávání nebo automatického odstranění webu a souboru sitemap, "
|
659 |
-
#~ "anebo získání informací o tomto webu v Google Webmaster Tools - povolte "
|
660 |
-
#~ "tyto možnosti prostřednictvím vašeho účtu Google "
|
661 |
-
|
662 |
-
#~ msgid "Invalid authorization code. Please, try again"
|
663 |
-
#~ msgstr "Neplatný autorizační kód. Zkuste to znovu"
|
664 |
-
|
665 |
-
#~ msgid "Save Changes"
|
666 |
-
#~ msgstr "Uložit změny"
|
667 |
-
|
668 |
-
#~ msgid "Site info for %s"
|
669 |
-
#~ msgstr "Informace o webu %s"
|
670 |
-
|
671 |
-
#~ msgid "This site has not been added to Google Webmaster Tools"
|
672 |
-
#~ msgstr "Tento web nebyl přidán na Google Webmaster Tools"
|
673 |
-
|
674 |
-
#~ msgid "Site URL"
|
675 |
-
#~ msgstr "URL stránek"
|
676 |
-
|
677 |
-
#~ msgid "Site verification"
|
678 |
-
#~ msgstr "Ověření webu"
|
679 |
-
|
680 |
-
#~ msgid "verified"
|
681 |
-
#~ msgstr "ověřen"
|
682 |
-
|
683 |
-
#~ msgid "not verified"
|
684 |
-
#~ msgstr "neověřen"
|
685 |
-
|
686 |
-
#~ msgid "Failed to verify the site in Google Webmaster Tools"
|
687 |
-
#~ msgstr "Selhalo ověření tohoto webu na Google Webmaster Tools"
|
688 |
-
|
689 |
-
#~ msgid "The site couldn't be verified. Please, verify the site manually"
|
690 |
-
#~ msgstr "Tento web nebyl ověřen. Proveďte ověření webu manuálně"
|
691 |
-
|
692 |
-
#~ msgid "View the Instruction"
|
693 |
-
#~ msgstr "Zobrazit instrukce"
|
694 |
-
|
695 |
-
#~ msgid "The sitemap file has not been added to Google Webmaster Tools"
|
696 |
-
#~ msgstr "Soubor sitemap.xml nebyl přidán na Google Webmaster Tools"
|
697 |
-
|
698 |
-
#~ msgid ""
|
699 |
-
#~ "The sitemap file has been added to Google Webmaster Tools, but has some "
|
700 |
-
#~ "errors or warnings"
|
701 |
-
#~ msgstr ""
|
702 |
-
#~ "Soubor sitemap.xml byl přidán na Google Webmaster Tools, ale s nějakými "
|
703 |
-
#~ "chybami nebo varováními"
|
704 |
-
|
705 |
-
#~ msgid "Please, see them in Google Webmaster Tools"
|
706 |
-
#~ msgstr "Zobrazit je na Google Webmaster Tools"
|
707 |
-
|
708 |
-
#~ msgid ""
|
709 |
-
#~ "When checking the sitemap file an unexpected error occurred. Please, "
|
710 |
-
#~ "check the sitemap file manually"
|
711 |
-
#~ msgstr ""
|
712 |
-
#~ "Při kontrole souboru sitemap.xml došlo k neočekávané chybě. Zkontrolujte "
|
713 |
-
#~ "sitemap.xml manuálně"
|
714 |
-
|
715 |
-
#~ msgid "This site has been successfully deleted from Google Webmaster Tools"
|
716 |
-
#~ msgstr "Tento web byl úspěšně odstraněn z Google Webmaster Tools"
|
717 |
-
|
718 |
-
#~ msgid "The site has been added to Google Webmaster Tools"
|
719 |
-
#~ msgstr "Tento web byl přidán na Google Webmaster Tools"
|
720 |
-
|
721 |
-
#~ msgid "An error occurred while adding the site in Google Webmaster Tools"
|
722 |
-
#~ msgstr "Došlo k chybě při přidávání webu na Google Webmaster Tools"
|
723 |
-
|
724 |
-
#~ msgid "The site couldn't be added. Please, add the site manually"
|
725 |
-
#~ msgstr "Tento web nemohl být přidán. Přidejte jej manuálně"
|
726 |
-
|
727 |
-
#~ msgid ""
|
728 |
-
#~ "Verification code has been successfully received and added to the site"
|
729 |
-
#~ msgstr "Ověřovací kód byl obdržen a úspěšně přidán na web"
|
730 |
-
|
731 |
-
#~ msgid ""
|
732 |
-
#~ "Verification code has been successfully received but has not been added "
|
733 |
-
#~ "to the site"
|
734 |
-
#~ msgstr "Ověřovací kód byl obdržen, ale nebyl přidán na web"
|
735 |
-
|
736 |
-
#~ msgid ""
|
737 |
-
#~ "An error has occurred when receiving the verification code site in Google "
|
738 |
-
#~ "Webmaster"
|
739 |
-
#~ msgstr ""
|
740 |
-
#~ "Došlo k chybě při získávání ověřovacího kódu z Google Webmaster Tools"
|
741 |
-
|
742 |
-
#~ msgid "The site has been successfully verified in Google Webmaster Tools"
|
743 |
-
#~ msgstr "Tento web byl úspěšně ověřen na Google Webmaster Tools"
|
744 |
-
|
745 |
-
#~ msgid ""
|
746 |
-
#~ "An unexpected error occurred when verifying site in Google Webmaster Tools"
|
747 |
-
#~ msgstr ""
|
748 |
-
#~ "Došlo k neočekávané chybě při ověřování webu na Google Webmaster Tools"
|
749 |
-
|
750 |
-
#~ msgid ""
|
751 |
-
#~ "The sitemap file has been successfully added to Google Webmaster Tools"
|
752 |
-
#~ msgstr "Soubor sitemap.xml byl úspěšně přidán na Google Webmaster Tools"
|
753 |
-
|
754 |
-
#~ msgid ""
|
755 |
-
#~ "An error occurred while adding the sitemap file in Google Webmaster Tools"
|
756 |
-
#~ msgstr ""
|
757 |
-
#~ "Došlo k chybě při přidáváni souboru sitemap.xml na Google Webmaster Tools"
|
758 |
-
|
759 |
-
#~ msgid ""
|
760 |
-
#~ "The sitemap file couldn't be added. Please, add the sitemap file manually"
|
761 |
-
#~ msgstr "Soubor sitemap.xml nemohl být přidán. Přidejte jej manuálně"
|
762 |
-
|
763 |
-
#~ msgid "Error 404. The sitemap file %s not found"
|
764 |
-
#~ msgstr "Chyba404. Soubor sitemap.xml %s nenalezen"
|
765 |
-
|
766 |
-
#~ msgid "The sitemap file not found"
|
767 |
-
#~ msgstr "Soubor sitemap.xml nebyl nalezen"
|
768 |
-
|
769 |
-
#~ msgid "Unlock premium options by upgrading to Pro version"
|
770 |
-
#~ msgstr "Odemkněte prémiové možnosti upgradem na Pro verzi"
|
771 |
-
|
772 |
-
#~ msgid "XML Sitemap \"Change Frequency\" parameter"
|
773 |
-
#~ msgstr "Parametr sitemap.xml <changefreq> \"Frekvence změn\""
|
774 |
-
|
775 |
-
#~ msgid ""
|
776 |
-
#~ "This value is used in the sitemap file and provides general information "
|
777 |
-
#~ "to search engines. The sitemap itself is generated once and will be re-"
|
778 |
-
#~ "generated when you create or update any post or page. For more info see"
|
779 |
-
#~ msgstr ""
|
780 |
-
#~ "Tato hodnota je použita v souboru sitemap.xml a poskytuje obecné "
|
781 |
-
#~ "informace pro vyhledávače. Samotný sitemap.xml je generován pouze jednou "
|
782 |
-
#~ "a bude znovu přegenerován pokud vytvoříte nebo upravíte nějaký příspěvek "
|
783 |
-
#~ "anebo stránku. Pro více informací viz"
|
784 |
-
|
785 |
-
#~ msgid "Show URL for pages"
|
786 |
-
#~ msgstr "Zobrazovat URL pro stránky"
|
787 |
-
|
788 |
-
#~ msgid "Save link"
|
789 |
-
#~ msgstr "Uložit odkaz"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap - BWS\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-20 11:21+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-02-20 11:21+0200\n"
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
22 |
msgid "Google Sitemap Settings"
|
23 |
msgstr "Nastavení Google Sitemap"
|
24 |
|
25 |
+
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:835
|
26 |
+
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
27 |
#: includes/class-gglstmp-settings.php:27
|
28 |
msgid "Settings"
|
29 |
msgstr "Nastavení"
|
30 |
|
31 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
32 |
+
#: google-sitemap-plugin.php:840
|
33 |
msgid "Custom Links"
|
34 |
msgstr "Uživatelské odkazy"
|
35 |
|
37 |
msgid "Upgrade to Pro"
|
38 |
msgstr "Aktualizovat na Pro"
|
39 |
|
40 |
+
#: google-sitemap-plugin.php:359
|
41 |
msgid "Post categories"
|
42 |
msgstr "Rubriky příspěvků"
|
43 |
|
44 |
+
#: google-sitemap-plugin.php:360
|
45 |
msgid "Post tags"
|
46 |
msgstr "Štítky příspěvků"
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:836
|
49 |
msgid "Please enable JavaScript in your browser."
|
50 |
msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:841
|
53 |
msgid "Add New"
|
54 |
msgstr "Přidat nový"
|
55 |
|
56 |
+
#: google-sitemap-plugin.php:883 google-sitemap-plugin.php:969
|
57 |
+
#: google-sitemap-plugin.php:1020
|
58 |
msgid "Website"
|
59 |
msgstr "Webová stránka"
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:894 google-sitemap-plugin.php:898
|
62 |
+
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
63 |
+
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
64 |
msgid "Status"
|
65 |
msgstr "Stav"
|
66 |
|
67 |
+
#: google-sitemap-plugin.php:895 google-sitemap-plugin.php:927
|
68 |
+
#: google-sitemap-plugin.php:1002
|
69 |
msgid "Not added"
|
70 |
msgstr "Nepřidáno"
|
71 |
|
72 |
+
#: google-sitemap-plugin.php:899 google-sitemap-plugin.php:930
|
73 |
+
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
74 |
msgid "Added"
|
75 |
msgstr "Přidáno"
|
76 |
|
77 |
+
#: google-sitemap-plugin.php:901 google-sitemap-plugin.php:1081
|
78 |
+
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
79 |
msgid "Verification Status"
|
80 |
msgstr "Stav ověření"
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:903 google-sitemap-plugin.php:1094
|
83 |
msgid "Verified"
|
84 |
msgstr "Ověřeno"
|
85 |
|
86 |
+
#: google-sitemap-plugin.php:905
|
87 |
msgid "Not verified"
|
88 |
msgstr "Nevěřeno"
|
89 |
|
90 |
+
#: google-sitemap-plugin.php:914 google-sitemap-plugin.php:1115
|
91 |
msgid "Sitemap Status"
|
92 |
msgstr "Stav sitemap.xml"
|
93 |
|
94 |
+
#: google-sitemap-plugin.php:932
|
95 |
msgid "Added with errors."
|
96 |
msgstr "Přidáno s chybami."
|
97 |
|
98 |
+
#: google-sitemap-plugin.php:932
|
99 |
msgid "View errors in Google Webmaster Tools"
|
100 |
msgstr "Zobrazit chyby v Google Webmaster Tools"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:935
|
103 |
msgid "Sitemap URL"
|
104 |
msgstr "URL sitemap.xml"
|
105 |
|
106 |
+
#: google-sitemap-plugin.php:938 google-sitemap-plugin.php:954
|
107 |
+
#: google-sitemap-plugin.php:1004 google-sitemap-plugin.php:1040
|
108 |
+
#: google-sitemap-plugin.php:1078 google-sitemap-plugin.php:1109
|
109 |
+
#: google-sitemap-plugin.php:1149 google-sitemap-plugin.php:1169
|
110 |
#: includes/class-gglstmp-settings.php:401
|
111 |
msgid "Error"
|
112 |
msgstr "Chyba"
|
113 |
|
114 |
+
#: google-sitemap-plugin.php:938
|
115 |
msgid "Please check the sitemap file manually."
|
116 |
msgstr "Zkontrolujte soubor sitemap.xml manuálně."
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:938 google-sitemap-plugin.php:956
|
119 |
+
#: google-sitemap-plugin.php:1043 google-sitemap-plugin.php:1082
|
120 |
+
#: google-sitemap-plugin.php:1112 google-sitemap-plugin.php:1152
|
121 |
#: includes/class-gglstmp-settings.php:236 includes/pro_banners.php:47
|
122 |
msgid "Learn More"
|
123 |
msgstr "Více informací"
|
124 |
|
125 |
+
#: google-sitemap-plugin.php:943 google-sitemap-plugin.php:992
|
126 |
+
#: google-sitemap-plugin.php:1028 google-sitemap-plugin.php:1066
|
127 |
+
#: google-sitemap-plugin.php:1097 google-sitemap-plugin.php:1139
|
128 |
msgid "Unexpected error"
|
129 |
msgstr "Neočekávaná chyba"
|
130 |
|
131 |
+
#: google-sitemap-plugin.php:956 google-sitemap-plugin.php:1043
|
132 |
+
#: google-sitemap-plugin.php:1112
|
133 |
msgid "Manual verification required."
|
134 |
msgstr "Je vyžadováno ruční ověření."
|
135 |
|
136 |
+
#: google-sitemap-plugin.php:986
|
137 |
msgid "Deleted"
|
138 |
msgstr "Odstraněno"
|
139 |
|
140 |
+
#: google-sitemap-plugin.php:1058 google-sitemap-plugin.php:1061
|
141 |
+
#: google-sitemap-plugin.php:1077
|
142 |
msgid "Verification Code"
|
143 |
msgstr "Ověřovací kód"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:1059
|
146 |
msgid "Received and added to the site"
|
147 |
msgstr "Přijato a přidáno na web"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:1062
|
150 |
msgid "Received, but has not been added to the site"
|
151 |
msgstr "Přijato avšak nepřidáno na web"
|
152 |
|
153 |
+
#: google-sitemap-plugin.php:1152
|
154 |
msgid "Please add the sitemap file manually."
|
155 |
msgstr "Přidejte soubor sitemap.xml manuálně."
|
156 |
|
157 |
+
#: google-sitemap-plugin.php:1157
|
158 |
msgid "Error 404"
|
159 |
msgstr "Chyba 404"
|
160 |
|
161 |
+
#: google-sitemap-plugin.php:1159
|
162 |
#, php-format
|
163 |
msgid "The sitemap file %s not found."
|
164 |
msgstr "Soubor sitemap.xml %s nebyl nalezen."
|
165 |
|
166 |
+
#: google-sitemap-plugin.php:1169
|
167 |
msgid "The sitemap file not found."
|
168 |
msgstr "Soubor sitemap.xml nebyl nalezen."
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:1246
|
171 |
msgid "FAQ"
|
172 |
+
msgstr ""
|
173 |
+
"Časté dotazy <acronym title=\\\"Frequently asked questions\\\">(FAQ)</"
|
174 |
+
"acronym>"
|
175 |
|
176 |
+
#: google-sitemap-plugin.php:1247
|
177 |
msgid "Support"
|
178 |
msgstr "Podpora"
|
179 |
|
356 |
"which is located in the root of your website to resolve this error. Find the "
|
357 |
"following line %s and paste the code just after it."
|
358 |
msgstr ""
|
359 |
+
"Nelze přistupovat ke XML souborům. Chcete-li vyřešit tuto chybu, zkuste "
|
360 |
+
"přidat následující pravidlo %s do souboru %s, který je umístěn v kořenovém "
|
361 |
+
"adresáři vašeho webu. Vyhledejte následující řádek %s a kód vložte hned za "
|
362 |
+
"ním."
|
363 |
|
364 |
#: includes/class-gglstmp-settings.php:418
|
365 |
msgid "Note"
|
496 |
#: includes/pro_banners.php:165 includes/pro_banners.php:173
|
497 |
msgid "No"
|
498 |
msgstr "Ne"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-sitemap-plugin-es_ES.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <wp@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -18,18 +18,18 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: google-sitemap-plugin.php:38 google-sitemap-plugin.php:48
|
21 |
-
#: includes/class-gglstmp-settings.php:
|
22 |
msgid "Google Sitemap Settings"
|
23 |
msgstr "Ajustes de Google Sitemap"
|
24 |
|
25 |
-
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:
|
26 |
-
#: google-sitemap-plugin.php:
|
27 |
#: includes/class-gglstmp-settings.php:27
|
28 |
msgid "Settings"
|
29 |
msgstr "Configuración"
|
30 |
|
31 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
32 |
-
#: google-sitemap-plugin.php:
|
33 |
msgid "Custom Links"
|
34 |
msgstr ""
|
35 |
|
@@ -37,141 +37,141 @@ msgstr ""
|
|
37 |
msgid "Upgrade to Pro"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Post categories"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
45 |
msgid "Post tags"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
msgid "Please enable JavaScript in your browser."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: google-sitemap-plugin.php:
|
53 |
msgid "Add New"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: google-sitemap-plugin.php:
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
msgid "Website"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: google-sitemap-plugin.php:
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
msgid "Status"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: google-sitemap-plugin.php:
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
msgid "Not added"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: google-sitemap-plugin.php:
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
msgid "Added"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: google-sitemap-plugin.php:
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
msgid "Verification Status"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: google-sitemap-plugin.php:
|
83 |
msgid "Verified"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: google-sitemap-plugin.php:
|
87 |
msgid "Not verified"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: google-sitemap-plugin.php:
|
91 |
msgid "Sitemap Status"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: google-sitemap-plugin.php:
|
95 |
msgid "Added with errors."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: google-sitemap-plugin.php:
|
99 |
msgid "View errors in Google Webmaster Tools"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: google-sitemap-plugin.php:
|
103 |
msgid "Sitemap URL"
|
104 |
msgstr "Sitemap URL"
|
105 |
|
106 |
-
#: google-sitemap-plugin.php:
|
107 |
-
#: google-sitemap-plugin.php:
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: includes/class-gglstmp-settings.php:
|
111 |
msgid "Error"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
msgid "Please check the sitemap file manually."
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: google-sitemap-plugin.php:
|
119 |
-
#: google-sitemap-plugin.php:
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
-
#: includes/class-gglstmp-settings.php:
|
122 |
msgid "Learn More"
|
123 |
msgstr "Aprende más"
|
124 |
|
125 |
-
#: google-sitemap-plugin.php:
|
126 |
-
#: google-sitemap-plugin.php:
|
127 |
-
#: google-sitemap-plugin.php:
|
128 |
msgid "Unexpected error"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: google-sitemap-plugin.php:
|
132 |
-
#: google-sitemap-plugin.php:
|
133 |
msgid "Manual verification required."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: google-sitemap-plugin.php:
|
137 |
msgid "Deleted"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: google-sitemap-plugin.php:
|
141 |
-
#: google-sitemap-plugin.php:
|
142 |
msgid "Verification Code"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: google-sitemap-plugin.php:
|
146 |
msgid "Received and added to the site"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: google-sitemap-plugin.php:
|
150 |
msgid "Received, but has not been added to the site"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: google-sitemap-plugin.php:
|
154 |
msgid "Please add the sitemap file manually."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: google-sitemap-plugin.php:
|
158 |
msgid "Error 404"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: google-sitemap-plugin.php:
|
162 |
#, php-format
|
163 |
msgid "The sitemap file %s not found."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: google-sitemap-plugin.php:
|
167 |
msgid "The sitemap file not found."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:
|
171 |
msgid "FAQ"
|
172 |
msgstr "FAQ"
|
173 |
|
174 |
-
#: google-sitemap-plugin.php:
|
175 |
msgid "Support"
|
176 |
msgstr "Soporte"
|
177 |
|
@@ -187,194 +187,194 @@ msgstr ""
|
|
187 |
msgid "License Key"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: includes/class-gglstmp-settings.php:
|
191 |
msgid "Settings saved."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: includes/class-gglstmp-settings.php:
|
195 |
#, fuzzy, php-format
|
196 |
msgctxt "%robots.txt file link%"
|
197 |
msgid "Enable to add a sitemap file path to the %s file."
|
198 |
msgstr "añadir sitemap archivo de la ruta en"
|
199 |
|
200 |
-
#: includes/class-gglstmp-settings.php:
|
201 |
#, php-format
|
202 |
msgctxt "%reading settings page link%"
|
203 |
msgid "\"Search Engine Visibility\" option have to be unmarked on the %s."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/class-gglstmp-settings.php:
|
207 |
#, fuzzy
|
208 |
msgctxt "...on the reading settings page."
|
209 |
msgid "Reading Settings page"
|
210 |
msgstr "страницу настроек"
|
211 |
|
212 |
-
#: includes/class-gglstmp-settings.php:
|
213 |
msgid ""
|
214 |
"Also, please add the following code to the beginning of your \".htaccess\" "
|
215 |
"file:"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: includes/class-gglstmp-settings.php:
|
219 |
msgid "This option will be applied to all websites in the network."
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: includes/class-gglstmp-settings.php:
|
223 |
msgid "Activate"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/class-gglstmp-settings.php:
|
227 |
msgid "Install Now"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: includes/class-gglstmp-settings.php:
|
231 |
#, php-format
|
232 |
msgid "%s Plugin"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: includes/class-gglstmp-settings.php:
|
236 |
#, php-format
|
237 |
msgid "Enable to allow XML files access using %s plugin."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: includes/class-gglstmp-settings.php:
|
241 |
msgid "The following string will be added to your .htaccess file"
|
242 |
msgstr "La siguiente cuerda se añadirá al su archivo .htaccess"
|
243 |
|
244 |
-
#: includes/class-gglstmp-settings.php:
|
245 |
-
#: includes/class-gglstmp-settings.php:
|
246 |
msgid "Close"
|
247 |
msgstr "Cerrar"
|
248 |
|
249 |
-
#: includes/class-gglstmp-settings.php:
|
250 |
msgid "URLs Limit"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: includes/class-gglstmp-settings.php:
|
254 |
msgid ""
|
255 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
256 |
"than 50 MB uncompressed."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: includes/class-gglstmp-settings.php:
|
260 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: includes/class-gglstmp-settings.php:
|
264 |
msgid ""
|
265 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: includes/class-gglstmp-settings.php:
|
269 |
msgid "Google Webmaster Tools"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: includes/class-gglstmp-settings.php:
|
273 |
msgid ""
|
274 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
275 |
"automatically."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: includes/class-gglstmp-settings.php:
|
279 |
msgid "Logout from Google Webmaster Tools"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: includes/class-gglstmp-settings.php:
|
283 |
msgid "Manage Website with Google Webmaster Tools"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/class-gglstmp-settings.php:
|
287 |
msgid "Add"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/class-gglstmp-settings.php:
|
291 |
msgid "Delete"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/class-gglstmp-settings.php:
|
295 |
msgid "Get Info"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/class-gglstmp-settings.php:
|
299 |
msgid ""
|
300 |
"Add, delete or get info about this website using your Google Webmaster Tools "
|
301 |
"account."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: includes/class-gglstmp-settings.php:
|
305 |
msgid "Get Authorization Code"
|
306 |
msgstr "Obtener el código de autorización"
|
307 |
|
308 |
-
#: includes/class-gglstmp-settings.php:
|
309 |
msgid "Authorize"
|
310 |
msgstr "Autorizar"
|
311 |
|
312 |
-
#: includes/class-gglstmp-settings.php:
|
313 |
msgid "Invalid authorization code. Please try again."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: includes/class-gglstmp-settings.php:
|
317 |
msgid "You can also add your sitemap to Google Webmaster Tools manually."
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: includes/class-gglstmp-settings.php:
|
321 |
msgid "Read the instruction"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: includes/class-gglstmp-settings.php:
|
325 |
msgid "Post category"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: includes/class-gglstmp-settings.php:
|
329 |
msgid "Post tag"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: includes/class-gglstmp-settings.php:
|
333 |
msgid "Sitemap Structure"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: includes/class-gglstmp-settings.php:
|
337 |
msgid "Post Types"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/class-gglstmp-settings.php:
|
341 |
msgid "Enable to add post type links to the sitemap."
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: includes/class-gglstmp-settings.php:
|
345 |
msgid "Taxonomies"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: includes/class-gglstmp-settings.php:
|
349 |
msgid "Enable to taxonomy links to the sitemap."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: includes/class-gglstmp-settings.php:
|
353 |
-
|
|
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: includes/class-gglstmp-settings.php:
|
357 |
-
msgid ""
|
358 |
-
"
|
359 |
-
"proper plugin work."
|
360 |
-
msgstr ""
|
361 |
|
362 |
-
#: includes/class-gglstmp-settings.php:
|
363 |
#, php-format
|
364 |
msgid ""
|
365 |
-
"Can't access XML files
|
366 |
-
"
|
367 |
-
"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: includes/class-gglstmp-settings.php:
|
371 |
-
|
372 |
-
msgid "%s is in the site root directory."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: includes/class-gglstmp-settings.php:
|
376 |
-
msgid "
|
377 |
-
|
|
|
|
|
378 |
|
379 |
#: includes/pro_banners.php:18
|
380 |
#, fuzzy
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-20 11:21+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-02-20 11:21+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <wp@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: google-sitemap-plugin.php:38 google-sitemap-plugin.php:48
|
21 |
+
#: includes/class-gglstmp-settings.php:160
|
22 |
msgid "Google Sitemap Settings"
|
23 |
msgstr "Ajustes de Google Sitemap"
|
24 |
|
25 |
+
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:835
|
26 |
+
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
27 |
#: includes/class-gglstmp-settings.php:27
|
28 |
msgid "Settings"
|
29 |
msgstr "Configuración"
|
30 |
|
31 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
32 |
+
#: google-sitemap-plugin.php:840
|
33 |
msgid "Custom Links"
|
34 |
msgstr ""
|
35 |
|
37 |
msgid "Upgrade to Pro"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: google-sitemap-plugin.php:359
|
41 |
msgid "Post categories"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-sitemap-plugin.php:360
|
45 |
msgid "Post tags"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:836
|
49 |
msgid "Please enable JavaScript in your browser."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:841
|
53 |
msgid "Add New"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: google-sitemap-plugin.php:883 google-sitemap-plugin.php:969
|
57 |
+
#: google-sitemap-plugin.php:1020
|
58 |
msgid "Website"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:894 google-sitemap-plugin.php:898
|
62 |
+
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
63 |
+
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
64 |
msgid "Status"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: google-sitemap-plugin.php:895 google-sitemap-plugin.php:927
|
68 |
+
#: google-sitemap-plugin.php:1002
|
69 |
msgid "Not added"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: google-sitemap-plugin.php:899 google-sitemap-plugin.php:930
|
73 |
+
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
74 |
msgid "Added"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: google-sitemap-plugin.php:901 google-sitemap-plugin.php:1081
|
78 |
+
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
79 |
msgid "Verification Status"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:903 google-sitemap-plugin.php:1094
|
83 |
msgid "Verified"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: google-sitemap-plugin.php:905
|
87 |
msgid "Not verified"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: google-sitemap-plugin.php:914 google-sitemap-plugin.php:1115
|
91 |
msgid "Sitemap Status"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: google-sitemap-plugin.php:932
|
95 |
msgid "Added with errors."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: google-sitemap-plugin.php:932
|
99 |
msgid "View errors in Google Webmaster Tools"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:935
|
103 |
msgid "Sitemap URL"
|
104 |
msgstr "Sitemap URL"
|
105 |
|
106 |
+
#: google-sitemap-plugin.php:938 google-sitemap-plugin.php:954
|
107 |
+
#: google-sitemap-plugin.php:1004 google-sitemap-plugin.php:1040
|
108 |
+
#: google-sitemap-plugin.php:1078 google-sitemap-plugin.php:1109
|
109 |
+
#: google-sitemap-plugin.php:1149 google-sitemap-plugin.php:1169
|
110 |
+
#: includes/class-gglstmp-settings.php:401
|
111 |
msgid "Error"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: google-sitemap-plugin.php:938
|
115 |
msgid "Please check the sitemap file manually."
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:938 google-sitemap-plugin.php:956
|
119 |
+
#: google-sitemap-plugin.php:1043 google-sitemap-plugin.php:1082
|
120 |
+
#: google-sitemap-plugin.php:1112 google-sitemap-plugin.php:1152
|
121 |
+
#: includes/class-gglstmp-settings.php:236 includes/pro_banners.php:47
|
122 |
msgid "Learn More"
|
123 |
msgstr "Aprende más"
|
124 |
|
125 |
+
#: google-sitemap-plugin.php:943 google-sitemap-plugin.php:992
|
126 |
+
#: google-sitemap-plugin.php:1028 google-sitemap-plugin.php:1066
|
127 |
+
#: google-sitemap-plugin.php:1097 google-sitemap-plugin.php:1139
|
128 |
msgid "Unexpected error"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: google-sitemap-plugin.php:956 google-sitemap-plugin.php:1043
|
132 |
+
#: google-sitemap-plugin.php:1112
|
133 |
msgid "Manual verification required."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: google-sitemap-plugin.php:986
|
137 |
msgid "Deleted"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: google-sitemap-plugin.php:1058 google-sitemap-plugin.php:1061
|
141 |
+
#: google-sitemap-plugin.php:1077
|
142 |
msgid "Verification Code"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:1059
|
146 |
msgid "Received and added to the site"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:1062
|
150 |
msgid "Received, but has not been added to the site"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: google-sitemap-plugin.php:1152
|
154 |
msgid "Please add the sitemap file manually."
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: google-sitemap-plugin.php:1157
|
158 |
msgid "Error 404"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: google-sitemap-plugin.php:1159
|
162 |
#, php-format
|
163 |
msgid "The sitemap file %s not found."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: google-sitemap-plugin.php:1169
|
167 |
msgid "The sitemap file not found."
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:1246
|
171 |
msgid "FAQ"
|
172 |
msgstr "FAQ"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:1247
|
175 |
msgid "Support"
|
176 |
msgstr "Soporte"
|
177 |
|
187 |
msgid "License Key"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: includes/class-gglstmp-settings.php:150
|
191 |
msgid "Settings saved."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/class-gglstmp-settings.php:170
|
195 |
#, fuzzy, php-format
|
196 |
msgctxt "%robots.txt file link%"
|
197 |
msgid "Enable to add a sitemap file path to the %s file."
|
198 |
msgstr "añadir sitemap archivo de la ruta en"
|
199 |
|
200 |
+
#: includes/class-gglstmp-settings.php:175
|
201 |
#, php-format
|
202 |
msgctxt "%reading settings page link%"
|
203 |
msgid "\"Search Engine Visibility\" option have to be unmarked on the %s."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/class-gglstmp-settings.php:179
|
207 |
#, fuzzy
|
208 |
msgctxt "...on the reading settings page."
|
209 |
msgid "Reading Settings page"
|
210 |
msgstr "страницу настроек"
|
211 |
|
212 |
+
#: includes/class-gglstmp-settings.php:183
|
213 |
msgid ""
|
214 |
"Also, please add the following code to the beginning of your \".htaccess\" "
|
215 |
"file:"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/class-gglstmp-settings.php:197
|
219 |
msgid "This option will be applied to all websites in the network."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/class-gglstmp-settings.php:200
|
223 |
msgid "Activate"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: includes/class-gglstmp-settings.php:204
|
227 |
msgid "Install Now"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: includes/class-gglstmp-settings.php:210
|
231 |
#, php-format
|
232 |
msgid "%s Plugin"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: includes/class-gglstmp-settings.php:212
|
236 |
#, php-format
|
237 |
msgid "Enable to allow XML files access using %s plugin."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: includes/class-gglstmp-settings.php:213
|
241 |
msgid "The following string will be added to your .htaccess file"
|
242 |
msgstr "La siguiente cuerda se añadirá al su archivo .htaccess"
|
243 |
|
244 |
+
#: includes/class-gglstmp-settings.php:221
|
245 |
+
#: includes/class-gglstmp-settings.php:326 includes/pro_banners.php:21
|
246 |
msgid "Close"
|
247 |
msgstr "Cerrar"
|
248 |
|
249 |
+
#: includes/class-gglstmp-settings.php:232
|
250 |
msgid "URLs Limit"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: includes/class-gglstmp-settings.php:236
|
254 |
msgid ""
|
255 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
256 |
"than 50 MB uncompressed."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/class-gglstmp-settings.php:237
|
260 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/class-gglstmp-settings.php:238
|
264 |
msgid ""
|
265 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: includes/class-gglstmp-settings.php:243
|
269 |
msgid "Google Webmaster Tools"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: includes/class-gglstmp-settings.php:246
|
273 |
msgid ""
|
274 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
275 |
"automatically."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: includes/class-gglstmp-settings.php:249
|
279 |
msgid "Logout from Google Webmaster Tools"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: includes/class-gglstmp-settings.php:253
|
283 |
msgid "Manage Website with Google Webmaster Tools"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/class-gglstmp-settings.php:255
|
287 |
msgid "Add"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/class-gglstmp-settings.php:256 includes/pro_banners.php:138
|
291 |
msgid "Delete"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: includes/class-gglstmp-settings.php:257
|
295 |
msgid "Get Info"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/class-gglstmp-settings.php:259
|
299 |
msgid ""
|
300 |
"Add, delete or get info about this website using your Google Webmaster Tools "
|
301 |
"account."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: includes/class-gglstmp-settings.php:267
|
305 |
msgid "Get Authorization Code"
|
306 |
msgstr "Obtener el código de autorización"
|
307 |
|
308 |
+
#: includes/class-gglstmp-settings.php:270
|
309 |
msgid "Authorize"
|
310 |
msgstr "Autorizar"
|
311 |
|
312 |
+
#: includes/class-gglstmp-settings.php:273
|
313 |
msgid "Invalid authorization code. Please try again."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: includes/class-gglstmp-settings.php:278
|
317 |
msgid "You can also add your sitemap to Google Webmaster Tools manually."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: includes/class-gglstmp-settings.php:278
|
321 |
msgid "Read the instruction"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: includes/class-gglstmp-settings.php:293
|
325 |
msgid "Post category"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: includes/class-gglstmp-settings.php:294
|
329 |
msgid "Post tag"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: includes/class-gglstmp-settings.php:296
|
333 |
msgid "Sitemap Structure"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/class-gglstmp-settings.php:301
|
337 |
msgid "Post Types"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: includes/class-gglstmp-settings.php:308
|
341 |
msgid "Enable to add post type links to the sitemap."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: includes/class-gglstmp-settings.php:312
|
345 |
msgid "Taxonomies"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: includes/class-gglstmp-settings.php:319
|
349 |
msgid "Enable to taxonomy links to the sitemap."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: includes/class-gglstmp-settings.php:375
|
353 |
+
#, php-format
|
354 |
+
msgid "%s is in the site root directory."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: includes/class-gglstmp-settings.php:376
|
358 |
+
msgid "The Sitemap file"
|
359 |
+
msgstr "El archivo de Sitemap"
|
|
|
|
|
360 |
|
361 |
+
#: includes/class-gglstmp-settings.php:402
|
362 |
#, php-format
|
363 |
msgid ""
|
364 |
+
"Can't access XML files. Try to add the following rule %s to your %s file "
|
365 |
+
"which is located in the root of your website to resolve this error. Find the "
|
366 |
+
"following line %s and paste the code just after it."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: includes/class-gglstmp-settings.php:418
|
370 |
+
msgid "Note"
|
|
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: includes/class-gglstmp-settings.php:418
|
374 |
+
msgid ""
|
375 |
+
"Another plugin is providing Google Client functionality and may interrupt "
|
376 |
+
"proper plugin work."
|
377 |
+
msgstr ""
|
378 |
|
379 |
#: includes/pro_banners.php:18
|
380 |
#, fuzzy
|
languages/google-sitemap-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -23,14 +23,14 @@ msgstr ""
|
|
23 |
msgid "Google Sitemap Settings"
|
24 |
msgstr "Настройки Google Sitemap"
|
25 |
|
26 |
-
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:
|
27 |
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
28 |
#: includes/class-gglstmp-settings.php:27
|
29 |
msgid "Settings"
|
30 |
msgstr "Настройки"
|
31 |
|
32 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
msgid "Custom Links"
|
35 |
msgstr "Пользовательские ссылки"
|
36 |
|
@@ -46,49 +46,49 @@ msgstr "Рубрики записей"
|
|
46 |
msgid "Post tags"
|
47 |
msgstr "Метки записей"
|
48 |
|
49 |
-
#: google-sitemap-plugin.php:
|
50 |
msgid "Please enable JavaScript in your browser."
|
51 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
52 |
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
msgid "Add New"
|
55 |
msgstr "Добавить ссылку"
|
56 |
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
#: google-sitemap-plugin.php:1020
|
59 |
msgid "Website"
|
60 |
msgstr "Сайт"
|
61 |
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
64 |
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
65 |
msgid "Status"
|
66 |
msgstr "Статус"
|
67 |
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
#: google-sitemap-plugin.php:1002
|
70 |
msgid "Not added"
|
71 |
msgstr "Не добавлено"
|
72 |
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
75 |
msgid "Added"
|
76 |
msgstr "Добавлено"
|
77 |
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
80 |
msgid "Verification Status"
|
81 |
msgstr "Статус проверки"
|
82 |
|
83 |
-
#: google-sitemap-plugin.php:
|
84 |
msgid "Verified"
|
85 |
msgstr "Проверено"
|
86 |
|
87 |
-
#: google-sitemap-plugin.php:
|
88 |
msgid "Not verified"
|
89 |
msgstr "Не проверено"
|
90 |
|
91 |
-
#: google-sitemap-plugin.php:
|
92 |
msgid "Sitemap Status"
|
93 |
msgstr "Статус Sitemap"
|
94 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-20 11:22+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-02-20 11:22+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
23 |
msgid "Google Sitemap Settings"
|
24 |
msgstr "Настройки Google Sitemap"
|
25 |
|
26 |
+
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:835
|
27 |
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
28 |
#: includes/class-gglstmp-settings.php:27
|
29 |
msgid "Settings"
|
30 |
msgstr "Настройки"
|
31 |
|
32 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
33 |
+
#: google-sitemap-plugin.php:840
|
34 |
msgid "Custom Links"
|
35 |
msgstr "Пользовательские ссылки"
|
36 |
|
46 |
msgid "Post tags"
|
47 |
msgstr "Метки записей"
|
48 |
|
49 |
+
#: google-sitemap-plugin.php:836
|
50 |
msgid "Please enable JavaScript in your browser."
|
51 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
52 |
|
53 |
+
#: google-sitemap-plugin.php:841
|
54 |
msgid "Add New"
|
55 |
msgstr "Добавить ссылку"
|
56 |
|
57 |
+
#: google-sitemap-plugin.php:883 google-sitemap-plugin.php:969
|
58 |
#: google-sitemap-plugin.php:1020
|
59 |
msgid "Website"
|
60 |
msgstr "Сайт"
|
61 |
|
62 |
+
#: google-sitemap-plugin.php:894 google-sitemap-plugin.php:898
|
63 |
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
64 |
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
65 |
msgid "Status"
|
66 |
msgstr "Статус"
|
67 |
|
68 |
+
#: google-sitemap-plugin.php:895 google-sitemap-plugin.php:927
|
69 |
#: google-sitemap-plugin.php:1002
|
70 |
msgid "Not added"
|
71 |
msgstr "Не добавлено"
|
72 |
|
73 |
+
#: google-sitemap-plugin.php:899 google-sitemap-plugin.php:930
|
74 |
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
75 |
msgid "Added"
|
76 |
msgstr "Добавлено"
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:901 google-sitemap-plugin.php:1081
|
79 |
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
80 |
msgid "Verification Status"
|
81 |
msgstr "Статус проверки"
|
82 |
|
83 |
+
#: google-sitemap-plugin.php:903 google-sitemap-plugin.php:1094
|
84 |
msgid "Verified"
|
85 |
msgstr "Проверено"
|
86 |
|
87 |
+
#: google-sitemap-plugin.php:905
|
88 |
msgid "Not verified"
|
89 |
msgstr "Не проверено"
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:914 google-sitemap-plugin.php:1115
|
92 |
msgid "Sitemap Status"
|
93 |
msgstr "Статус Sitemap"
|
94 |
|
languages/google-sitemap-plugin-uk.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
@@ -23,14 +23,14 @@ msgstr ""
|
|
23 |
msgid "Google Sitemap Settings"
|
24 |
msgstr "Налаштування Google Sitemap"
|
25 |
|
26 |
-
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:
|
27 |
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
28 |
#: includes/class-gglstmp-settings.php:27
|
29 |
msgid "Settings"
|
30 |
msgstr "Налаштування"
|
31 |
|
32 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
msgid "Custom Links"
|
35 |
msgstr "Користувацькі посилання"
|
36 |
|
@@ -46,49 +46,49 @@ msgstr "Категорії записів"
|
|
46 |
msgid "Post tags"
|
47 |
msgstr "Позначки записів"
|
48 |
|
49 |
-
#: google-sitemap-plugin.php:
|
50 |
msgid "Please enable JavaScript in your browser."
|
51 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
52 |
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
msgid "Add New"
|
55 |
msgstr "Додати посилання"
|
56 |
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
#: google-sitemap-plugin.php:1020
|
59 |
msgid "Website"
|
60 |
msgstr "Сайт"
|
61 |
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
64 |
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
65 |
msgid "Status"
|
66 |
msgstr "Статус"
|
67 |
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
#: google-sitemap-plugin.php:1002
|
70 |
msgid "Not added"
|
71 |
msgstr "Не додано"
|
72 |
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
75 |
msgid "Added"
|
76 |
msgstr "Додано"
|
77 |
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
80 |
msgid "Verification Status"
|
81 |
msgstr "Статус перевірки"
|
82 |
|
83 |
-
#: google-sitemap-plugin.php:
|
84 |
msgid "Verified"
|
85 |
msgstr "Перевірено"
|
86 |
|
87 |
-
#: google-sitemap-plugin.php:
|
88 |
msgid "Not verified"
|
89 |
msgstr "Не перевірено"
|
90 |
|
91 |
-
#: google-sitemap-plugin.php:
|
92 |
msgid "Sitemap Status"
|
93 |
msgstr "Статус Sitemap"
|
94 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-20 11:22+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-02-20 11:22+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
23 |
msgid "Google Sitemap Settings"
|
24 |
msgstr "Налаштування Google Sitemap"
|
25 |
|
26 |
+
#: google-sitemap-plugin.php:49 google-sitemap-plugin.php:835
|
27 |
#: google-sitemap-plugin.php:1231 google-sitemap-plugin.php:1244
|
28 |
#: includes/class-gglstmp-settings.php:27
|
29 |
msgid "Settings"
|
30 |
msgstr "Налаштування"
|
31 |
|
32 |
#: google-sitemap-plugin.php:57 google-sitemap-plugin.php:58
|
33 |
+
#: google-sitemap-plugin.php:840
|
34 |
msgid "Custom Links"
|
35 |
msgstr "Користувацькі посилання"
|
36 |
|
46 |
msgid "Post tags"
|
47 |
msgstr "Позначки записів"
|
48 |
|
49 |
+
#: google-sitemap-plugin.php:836
|
50 |
msgid "Please enable JavaScript in your browser."
|
51 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
52 |
|
53 |
+
#: google-sitemap-plugin.php:841
|
54 |
msgid "Add New"
|
55 |
msgstr "Додати посилання"
|
56 |
|
57 |
+
#: google-sitemap-plugin.php:883 google-sitemap-plugin.php:969
|
58 |
#: google-sitemap-plugin.php:1020
|
59 |
msgid "Website"
|
60 |
msgstr "Сайт"
|
61 |
|
62 |
+
#: google-sitemap-plugin.php:894 google-sitemap-plugin.php:898
|
63 |
#: google-sitemap-plugin.php:985 google-sitemap-plugin.php:1001
|
64 |
#: google-sitemap-plugin.php:1024 google-sitemap-plugin.php:1038
|
65 |
msgid "Status"
|
66 |
msgstr "Статус"
|
67 |
|
68 |
+
#: google-sitemap-plugin.php:895 google-sitemap-plugin.php:927
|
69 |
#: google-sitemap-plugin.php:1002
|
70 |
msgid "Not added"
|
71 |
msgstr "Не додано"
|
72 |
|
73 |
+
#: google-sitemap-plugin.php:899 google-sitemap-plugin.php:930
|
74 |
#: google-sitemap-plugin.php:1025 google-sitemap-plugin.php:1136
|
75 |
msgid "Added"
|
76 |
msgstr "Додано"
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:901 google-sitemap-plugin.php:1081
|
79 |
#: google-sitemap-plugin.php:1093 google-sitemap-plugin.php:1107
|
80 |
msgid "Verification Status"
|
81 |
msgstr "Статус перевірки"
|
82 |
|
83 |
+
#: google-sitemap-plugin.php:903 google-sitemap-plugin.php:1094
|
84 |
msgid "Verified"
|
85 |
msgstr "Перевірено"
|
86 |
|
87 |
+
#: google-sitemap-plugin.php:905
|
88 |
msgid "Not verified"
|
89 |
msgstr "Не перевірено"
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:914 google-sitemap-plugin.php:1115
|
92 |
msgid "Sitemap Status"
|
93 |
msgstr "Статус Sitemap"
|
94 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://bestwebsoft.com/donate/
|
|
4 |
Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9.4
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -145,6 +145,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
145 |
|
146 |
== Changelog ==
|
147 |
|
|
|
|
|
|
|
148 |
= V3.1.3 - 08.02.2018 =
|
149 |
* Bugfix : The ability to add custom post status to the sitemap file has been fixed.
|
150 |
|
@@ -337,6 +340,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
337 |
|
338 |
== Upgrade Notice ==
|
339 |
|
|
|
|
|
|
|
340 |
= V3.1.3 =
|
341 |
* Bugs fixed.
|
342 |
|
4 |
Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 3.1.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
+
= V3.1.4 - 20.02.2018 =
|
149 |
+
* Bugfix : The bug with SQL request into the database has been fixed.
|
150 |
+
|
151 |
= V3.1.3 - 08.02.2018 =
|
152 |
* Bugfix : The ability to add custom post status to the sitemap file has been fixed.
|
153 |
|
340 |
|
341 |
== Upgrade Notice ==
|
342 |
|
343 |
+
= V3.1.4 =
|
344 |
+
* Bugs fixed.
|
345 |
+
|
346 |
= V3.1.3 =
|
347 |
* Bugs fixed.
|
348 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|