Version Description
Download this release
Release Info
Developer | arnee |
Plugin | Google XML Sitemaps |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2.1 to 3.0.3
- /303/230/303/276/302/256/303/234/303/231/302/264.txt → readme-tr_TR.txt +0 -0
- readme.txt +33 -17
- sitemap-de_DE.mo +0 -0
- sitemap-de_DE.po +21 -1
- sitemap-pl_PL.mo +0 -0
- sitemap-pl_PL.po +58 -17
- sitemap.php +87 -8
- sitemap.pot +28 -2
/303/230/303/276/302/256/303/234/303/231/302/264.txt → readme-tr_TR.txt
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -3,48 +3,64 @@ Contributors: arnee
|
|
3 |
Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
|
4 |
Tags: google, sitemaps, google sitemaps, yahoo, man, xml sitemap
|
5 |
Requires at least: 2.1
|
6 |
-
Stable tag: 3.0.
|
7 |
|
8 |
This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap
|
13 |
|
14 |
== Installation ==
|
15 |
|
16 |
1. Upload the full directory into your wp-content/plugins directory
|
17 |
-
2.
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
|
22 |
== Frequently Asked Questions ==
|
23 |
|
24 |
-
=
|
25 |
|
26 |
-
|
27 |
|
28 |
= Do I always have to click on "Rebuild Sitemap" if I modified a post? =
|
29 |
|
30 |
-
No
|
31 |
|
32 |
= So much configuration options� Do I need to change them? =
|
33 |
|
34 |
-
No
|
35 |
|
36 |
-
=
|
37 |
|
38 |
-
This version works with WordPress 2.1 and better. If you're using an older version, plese check the
|
39 |
|
40 |
-
= I get an fopen
|
41 |
|
42 |
-
If you get permission errors make sure that the script has
|
43 |
|
44 |
-
=
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
== Screenshots ==
|
49 |
|
50 |
-
1. Administration interface in WordPress 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
|
4 |
Tags: google, sitemaps, google sitemaps, yahoo, man, xml sitemap
|
5 |
Requires at least: 2.1
|
6 |
+
Stable tag: 3.0.3
|
7 |
|
8 |
This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.
|
13 |
|
14 |
== Installation ==
|
15 |
|
16 |
1. Upload the full directory into your wp-content/plugins directory
|
17 |
+
2. Use your favourite FTP program to create two files named sitemap.xml and sitemap.xml.gz and make them writable via CHMOD 666. More information about CHMOD and how to make files writable is available at the [WordPress Codex](http://codex.wordpress.org/Changing_File_Permissions) and on [stadtaus.com](http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php). Making your whole blog directory writable is NOT recommended due to security reasons.
|
18 |
+
4. Activate the plugin at the plugin administration page
|
19 |
+
5. Open the plugin configuration page, which is located under Options -> XML-Sitemap and build the sitemap the first time. If you get a permission error, check the file permissions of the newly created files.
|
20 |
+
6. The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do :)
|
21 |
|
22 |
== Frequently Asked Questions ==
|
23 |
|
24 |
+
= There are no comments yet (or I've disabled them) and all my postings have a priority of zero! =
|
25 |
|
26 |
+
Please disable automatic priority calculation and define a static priority for posts.
|
27 |
|
28 |
= Do I always have to click on "Rebuild Sitemap" if I modified a post? =
|
29 |
|
30 |
+
No, if you edit/publish/delete a post, your sitemap is automatcally regenerated
|
31 |
|
32 |
= So much configuration options� Do I need to change them? =
|
33 |
|
34 |
+
No, only if you want to. Default values should be ok!
|
35 |
|
36 |
+
= Does this plugin work with all WordPress versions? =
|
37 |
|
38 |
+
This version works with WordPress 2.1 and better. If you're using an older version, plese check the [Google Sitemaps Plugin Homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/ "Google (XML) Sitemap Generator Plugin Homepage") for the legacy releases.
|
39 |
|
40 |
+
= I get an fopen and / or permission denied error or my sitemap files could not be written =
|
41 |
|
42 |
+
If you get permission errors, make sure that the script has the right to overwrite the sitemap.xml and sitemap.xml.gz files. Try to create the sitemap.xml resp. sitemap.xml.gz at manually and upload them with a ftp program and set the rights with CHMOD to 666 (or 777 if 666 still doesn't work). Then restart sitemap generation on the administration page. A good tutorial for changing file permissions can be found on the [WordPress Codex](http://codex.wordpress.org/Changing_File_Permissions) and at [stadtaus.com](http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php).
|
43 |
|
44 |
+
= My question isn't answered here =
|
45 |
|
46 |
+
Most of the plugin options are described at the [plugin homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/) as well as the dedicated [Google Sitemap FAQ](http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/ "List of common questions / problems regarding Google (XML) Sitemaps")
|
47 |
+
|
48 |
+
= My question isn't even answered there =
|
49 |
+
|
50 |
+
Please post your question at the [WordPress support forum](http://wordpress.org/tags/sitemap) and tag your post with "sitemap".
|
51 |
+
|
52 |
+
= What's new in the latest version? =
|
53 |
+
|
54 |
+
The changelog is maintened on [here](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/ "Google (XML) Sitemap Generator Plugin Changelog")
|
55 |
|
56 |
== Screenshots ==
|
57 |
|
58 |
+
1. Administration interface in WordPress 2.
|
59 |
+
|
60 |
+
== Licence ==
|
61 |
+
|
62 |
+
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://www.arnebrachhold.de/redir/sitemap-paypal "Donate with PayPal") for the time I�ve spent writing and supporting this plugin. And I really don�t want to know how many hours of my life this plugin has already eaten ;)
|
63 |
+
|
64 |
+
== Translations ==
|
65 |
+
|
66 |
+
The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows).
|
sitemap-de_DE.mo
CHANGED
Binary file
|
sitemap-de_DE.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: sitemap\n"
|
4 |
"POT-Creation-Date: \n"
|
5 |
-
"PO-Revision-Date: 2007-
|
6 |
"Last-Translator: Arne Brachhold <http://www.arnebrachhold.de>\n"
|
7 |
"Language-Team: Arne Brachhold <himself@arnebrachhold.de>\n"
|
8 |
"MIME-Version: 1.0\n"
|
@@ -130,6 +130,9 @@ msgstr "Site Explorer"
|
|
130 |
msgid "Search Blog"
|
131 |
msgstr "Search Blog"
|
132 |
|
|
|
|
|
|
|
133 |
msgid "Sitemaps Protocol"
|
134 |
msgstr "Sitemaps Protokoll"
|
135 |
|
@@ -190,6 +193,16 @@ msgstr "Es hat %time% Sekunden gedauert YAHOO zu benachrichtigen. Vielleicht mö
|
|
190 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
191 |
msgstr "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
194 |
msgstr "Ask.com wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
195 |
|
@@ -266,6 +279,13 @@ msgstr "Google über Änderungen benachrichtigen"
|
|
266 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
267 |
msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den <a href=\"%s\">Google Webmaster Tools</a> anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen."
|
268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
msgid "Notify Ask.com about updates of your Blog"
|
270 |
msgstr "Ask.com über Änderungen benachrichtigen"
|
271 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: sitemap\n"
|
4 |
"POT-Creation-Date: \n"
|
5 |
+
"PO-Revision-Date: 2007-12-30 01:34+0100\n"
|
6 |
"Last-Translator: Arne Brachhold <http://www.arnebrachhold.de>\n"
|
7 |
"Language-Team: Arne Brachhold <himself@arnebrachhold.de>\n"
|
8 |
"MIME-Version: 1.0\n"
|
130 |
msgid "Search Blog"
|
131 |
msgstr "Search Blog"
|
132 |
|
133 |
+
msgid "Webmaster Center Blog"
|
134 |
+
msgstr "Webmaster Center Blog"
|
135 |
+
|
136 |
msgid "Sitemaps Protocol"
|
137 |
msgstr "Sitemaps Protokoll"
|
138 |
|
193 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
194 |
msgstr "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
195 |
|
196 |
+
msgid "MSN was <b>successfully notified</b> about changes."
|
197 |
+
msgstr "MSN wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
198 |
+
|
199 |
+
msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time."
|
200 |
+
msgstr "Es hat %time% Sekunden gedauert MSN.com zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
201 |
+
|
202 |
+
#, php-format
|
203 |
+
msgid "There was a problem while notifying MSN.com. <a href=\"%s\">View result</a>"
|
204 |
+
msgstr "Leider gab es beim Versuch MSN.com zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
205 |
+
|
206 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
207 |
msgstr "Ask.com wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
208 |
|
279 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
280 |
msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den <a href=\"%s\">Google Webmaster Tools</a> anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen."
|
281 |
|
282 |
+
msgid "Notify MSN Live Search about updates of your Blog"
|
283 |
+
msgstr "MSN Live Search über Änderungen benachrichtigen"
|
284 |
+
|
285 |
+
#, php-format
|
286 |
+
msgid "No registration required, but you can join the <a href=\"%s\">MSN Live Webmaster Tools</a> to check crawling statistics."
|
287 |
+
msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den <a href=\"%s\">MSN Live Webmaster Tools</a> anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen."
|
288 |
+
|
289 |
msgid "Notify Ask.com about updates of your Blog"
|
290 |
msgstr "Ask.com über Änderungen benachrichtigen"
|
291 |
|
sitemap-pl_PL.mo
CHANGED
Binary file
|
sitemap-pl_PL.po
CHANGED
@@ -9,8 +9,8 @@ msgstr ""
|
|
9 |
"Project-Id-Version: Google Sitemap Generator PL\n"
|
10 |
"Report-Msgid-Bugs-To: <[mail-address]>\n"
|
11 |
"POT-Creation-Date: 2005-06-15 00:00+0000\n"
|
12 |
-
"PO-Revision-Date: 2007-
|
13 |
-
"Last-Translator:
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
"X-Poedit-KeywordsList: __;_e\n"
|
22 |
"X-Poedit-Basepath: .\n"
|
23 |
-
"
|
24 |
|
25 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:846
|
26 |
msgid "Comment Count"
|
@@ -63,11 +63,11 @@ msgstr "Ukryj tę informację"
|
|
63 |
|
64 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606
|
65 |
#, php-format
|
66 |
-
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it
|
67 |
msgstr "Dzięki za używanie tej wtyczki! Wtyczka została zainstalowana ponad miesiąc temu. Jeśli działa dobrze i rezultaty sa zgodne z Twoimi oczekiwaniami, czy nie jest to wart paru złotych? <a href=\"%s\">Dotacje</a> pomagają mi kontynuowac rozwój wtyczki oraz zapewnić pomoc techniczną użytkownikom tego <i>darmowego</i> programu! <a href=\"%s\">Jasne, bardzo chętnie!</a>"
|
68 |
|
69 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606
|
70 |
-
msgid "No thanks, don't bug me anymore!"
|
71 |
msgstr "Nie, dzięki. I nie zawracaj mi więcej tym głowy!"
|
72 |
|
73 |
msgid "XML Sitemap Generator for WordPress"
|
@@ -177,6 +177,10 @@ msgstr "Site Explorer"
|
|
177 |
msgid "Search Blog"
|
178 |
msgstr "Search Blog"
|
179 |
|
|
|
|
|
|
|
|
|
180 |
msgid "Sitemaps Protocol"
|
181 |
msgstr "Sitemaps Protocol"
|
182 |
|
@@ -235,11 +239,12 @@ msgstr "Google został <b>pomyślnie powiadomiony</b> o zmianach."
|
|
235 |
|
236 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2930
|
237 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
238 |
-
msgstr "Powiadomienie Google zajęło %time% sekund,
|
239 |
|
240 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2933
|
241 |
-
|
242 |
-
|
|
|
243 |
|
244 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939
|
245 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
@@ -247,11 +252,25 @@ msgstr "YAHOO został <b>pomyślnie powiadomiony</b> o zmianach."
|
|
247 |
|
248 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2942
|
249 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
250 |
-
msgstr "Powiadomienie YAHOO zajęło %time% sekund,
|
251 |
|
252 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2945
|
253 |
-
|
254 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
|
256 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2951
|
257 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
@@ -259,11 +278,12 @@ msgstr "Ask.com został <b>pomyślnie powiadomiony</b> o zmianach."
|
|
259 |
|
260 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954
|
261 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
262 |
-
msgstr "Powiadomienie Ask.com zajęło %time% sekund,
|
263 |
|
264 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957
|
265 |
-
|
266 |
-
|
|
|
267 |
|
268 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2965
|
269 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
@@ -352,6 +372,15 @@ msgstr "Powiadamiaj Google o aktualizacjach twojego bloga"
|
|
352 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
353 |
msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić <a href=\"%s\">Google Webmaster Tools</a> aby kontrolować statystyki indeksowania."
|
354 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3051
|
356 |
msgid "Notify Ask.com about updates of your Blog"
|
357 |
msgstr "Powiadamiaj Ask.com o aktualizacjach twojego bloga"
|
@@ -364,10 +393,14 @@ msgstr "Rejestracja nie jest konieczna"
|
|
364 |
msgid "Notify YAHOO about updates of your Blog"
|
365 |
msgstr "Powiadamiaj YAHOO o aktualizacjach twojego bloga"
|
366 |
|
367 |
-
#
|
|
|
|
|
|
|
|
|
368 |
#, php-format
|
369 |
-
msgid "
|
370 |
-
msgstr "
|
371 |
|
372 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3062
|
373 |
#, php-format
|
@@ -441,6 +474,14 @@ msgstr "Włącz standardowy tryb MySQL. Użyj tego tylko w przypadku występowan
|
|
441 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
442 |
msgstr "Buduj mapę strony w tle (nie musisz czekać kiedy zapisujesz swój wpis)"
|
443 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
msgid "Additional pages"
|
445 |
msgstr "Dodatkowe strony"
|
446 |
|
9 |
"Project-Id-Version: Google Sitemap Generator PL\n"
|
10 |
"Report-Msgid-Bugs-To: <[mail-address]>\n"
|
11 |
"POT-Creation-Date: 2005-06-15 00:00+0000\n"
|
12 |
+
"PO-Revision-Date: 2007-12-30 12:52+0100\n"
|
13 |
+
"Last-Translator: Kuba Zwolinski <snowdog@o2.pl>\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
20 |
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
"X-Poedit-KeywordsList: __;_e\n"
|
22 |
"X-Poedit-Basepath: .\n"
|
23 |
+
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
24 |
|
25 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:846
|
26 |
msgid "Comment Count"
|
63 |
|
64 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606
|
65 |
#, php-format
|
66 |
+
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? <a href=\"%s\">Donations</a> help me to continue support and development of this <i>free</i> software! <a href=\"%s\">Sure, no problem!</a>"
|
67 |
msgstr "Dzięki za używanie tej wtyczki! Wtyczka została zainstalowana ponad miesiąc temu. Jeśli działa dobrze i rezultaty sa zgodne z Twoimi oczekiwaniami, czy nie jest to wart paru złotych? <a href=\"%s\">Dotacje</a> pomagają mi kontynuowac rozwój wtyczki oraz zapewnić pomoc techniczną użytkownikom tego <i>darmowego</i> programu! <a href=\"%s\">Jasne, bardzo chętnie!</a>"
|
68 |
|
69 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606
|
70 |
+
msgid "No thanks, please don't bug me anymore!"
|
71 |
msgstr "Nie, dzięki. I nie zawracaj mi więcej tym głowy!"
|
72 |
|
73 |
msgid "XML Sitemap Generator for WordPress"
|
177 |
msgid "Search Blog"
|
178 |
msgstr "Search Blog"
|
179 |
|
180 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2861
|
181 |
+
msgid "Webmaster Center Blog"
|
182 |
+
msgstr "Webmaster Center Blog"
|
183 |
+
|
184 |
msgid "Sitemaps Protocol"
|
185 |
msgstr "Sitemaps Protocol"
|
186 |
|
239 |
|
240 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2930
|
241 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
242 |
+
msgstr "Powiadomienie Google zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji."
|
243 |
|
244 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2933
|
245 |
+
#, php-format
|
246 |
+
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
247 |
+
msgstr "Wystąpił problem z powiadomieniem Google. <a href=\"%s\">Obejrzyj rezultat</a>"
|
248 |
|
249 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939
|
250 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
252 |
|
253 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2942
|
254 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
255 |
+
msgstr "Powiadomienie YAHOO zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji."
|
256 |
|
257 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2945
|
258 |
+
#, php-format
|
259 |
+
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
260 |
+
msgstr "Wystąpił problem z powiadomieniem YAHOO. <a href=\"%s\">Obejrzyj rezultat</a>"
|
261 |
+
|
262 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939
|
263 |
+
msgid "MSN was <b>successfully notified</b> about changes."
|
264 |
+
msgstr "MSN został <b>pomyślnie powiadomiony</b> o zmianach."
|
265 |
+
|
266 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954
|
267 |
+
msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time."
|
268 |
+
msgstr "Powiadomienie MSN.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji."
|
269 |
+
|
270 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957
|
271 |
+
#, php-format
|
272 |
+
msgid "There was a problem while notifying MSN.com. <a href=\"%s\">View result</a>"
|
273 |
+
msgstr "Wystąpił problem z powiadomieniem MSN.com. <a href=\"%s\">Obejrzyj rezultat</a>"
|
274 |
|
275 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2951
|
276 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
278 |
|
279 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954
|
280 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
281 |
+
msgstr "Powiadomienie Ask.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji."
|
282 |
|
283 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957
|
284 |
+
#, php-format
|
285 |
+
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
286 |
+
msgstr "Wystąpił problem z powiadomieniem Ask.com. <a href=\"%s\">Obejrzyj rezultat</a>"
|
287 |
|
288 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2965
|
289 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
372 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
373 |
msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić <a href=\"%s\">Google Webmaster Tools</a> aby kontrolować statystyki indeksowania."
|
374 |
|
375 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3046
|
376 |
+
msgid "Notify MSN Live Search about updates of your Blog"
|
377 |
+
msgstr "Powiadamiaj MSN Live Search o aktualizacjach twojego bloga"
|
378 |
+
|
379 |
+
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3047
|
380 |
+
#, php-format
|
381 |
+
msgid "No registration required, but you can join the <a href=\"%s\">MSN Live Webmaster Tools</a> to check crawling statistics."
|
382 |
+
msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić <a href=\"%s\">MSN Live Webmaster Tools</a> aby kontrolować statystyki indeksowania."
|
383 |
+
|
384 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3051
|
385 |
msgid "Notify Ask.com about updates of your Blog"
|
386 |
msgstr "Powiadamiaj Ask.com o aktualizacjach twojego bloga"
|
393 |
msgid "Notify YAHOO about updates of your Blog"
|
394 |
msgstr "Powiadamiaj YAHOO o aktualizacjach twojego bloga"
|
395 |
|
396 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
397 |
+
msgid "Your Application ID:"
|
398 |
+
msgstr "ID aplikacji:"
|
399 |
+
|
400 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155
|
401 |
#, php-format
|
402 |
+
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>!</a> %s2"
|
403 |
+
msgstr "Nie masz takiego klucza? <a href=\"%s1\">Zamów go tutaj</a>!</a> %s2"
|
404 |
|
405 |
# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3062
|
406 |
#, php-format
|
474 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
475 |
msgstr "Buduj mapę strony w tle (nie musisz czekać kiedy zapisujesz swój wpis)"
|
476 |
|
477 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
478 |
+
msgid "Exclude the following posts or pages:"
|
479 |
+
msgstr "Wyłącz następujące wpisy lub strony:"
|
480 |
+
|
481 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
482 |
+
msgid "List of IDs, separated by comma"
|
483 |
+
msgstr "Lista ID, oddzielonych przecinkami"
|
484 |
+
|
485 |
msgid "Additional pages"
|
486 |
msgstr "Dodatkowe strony"
|
487 |
|
sitemap.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
$Id: sitemap.php
|
5 |
|
6 |
Google XML Sitemaps Generator for WordPress
|
7 |
==============================================================================
|
@@ -32,7 +32,7 @@
|
|
32 |
Plugin Name: Google XML Sitemaps
|
33 |
Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
|
34 |
Description: This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. <a href="options-general.php?page=sitemap.php">Configuration Page</a>
|
35 |
-
Version: 3.0.
|
36 |
Author: Arne Brachhold
|
37 |
Author URI: http://www.arnebrachhold.de/
|
38 |
|
@@ -175,6 +175,8 @@
|
|
175 |
Restored YAHOO ping service with API key since the other one is to unreliable. (see 3.0b8)
|
176 |
2007-11-28 3.0.2.1 Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)
|
177 |
Added Russian Language files by Sergey http://ryvkin.ru
|
|
|
|
|
178 |
|
179 |
Maybe Todo:
|
180 |
==============================================================================
|
@@ -599,6 +601,31 @@ class GoogleSitemapGeneratorStatus {
|
|
599 |
return round($this->_askEndTime - $this->_askStartTime,2);
|
600 |
}
|
601 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
function GetMicrotimeFloat() {
|
603 |
list($usec, $sec) = explode(" ", microtime());
|
604 |
return ((float)$usec + (float)$sec);
|
@@ -1082,12 +1109,12 @@ class GoogleSitemapGenerator {
|
|
1082 |
/**
|
1083 |
* @var Version of the generator
|
1084 |
*/
|
1085 |
-
var $_version = "3.0.
|
1086 |
|
1087 |
/**
|
1088 |
* @var Version of the generator in SVN
|
1089 |
*/
|
1090 |
-
var $_svnVersion = '$Id: sitemap.php
|
1091 |
|
1092 |
/**
|
1093 |
* @var string The full path to the blog directory
|
@@ -1272,6 +1299,7 @@ class GoogleSitemapGenerator {
|
|
1272 |
$this->_options["sm_b_pingyahoo"]=false; //Auto ping YAHOO
|
1273 |
$this->_options["sm_b_yahookey"]=''; //YAHOO Application Key
|
1274 |
$this->_options["sm_b_pingask"]=true; //Auto ping Ask.com
|
|
|
1275 |
$this->_options["sm_b_manual_enabled"]=false; //Allow manual creation of the sitemap via GET request
|
1276 |
$this->_options["sm_b_auto_enabled"]=true; //Rebuild sitemap when content is changed
|
1277 |
$this->_options["sm_b_auto_delay"]=false; //Use WP Cron to execute the building process in the background
|
@@ -1515,11 +1543,13 @@ class GoogleSitemapGenerator {
|
|
1515 |
|
1516 |
//Register to various events... @WordPress Dev Team: I wish me a 'public_content_changed' action :)
|
1517 |
|
1518 |
-
//
|
1519 |
-
|
|
|
|
|
1520 |
|
1521 |
-
//Existing post gets edited
|
1522 |
-
add_action('edit_post', array(&$GLOBALS["sm_instance"], 'CheckForAutoBuild'),9999,1);
|
1523 |
|
1524 |
//Existing posts gets deleted
|
1525 |
add_action('delete_post', array(&$GLOBALS["sm_instance"], 'CheckForAutoBuild'),9999,1);
|
@@ -2427,6 +2457,19 @@ class GoogleSitemapGenerator {
|
|
2427 |
$status->EndYahooPing(true);
|
2428 |
}
|
2429 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2430 |
|
2431 |
$status->End();
|
2432 |
|
@@ -2890,6 +2933,10 @@ class GoogleSitemapGenerator {
|
|
2890 |
background-image:url(<?php echo $this->GetResourceLink("{BC853F21-410E-47ff-BB6D-2B89C9D7E76B}"); ?>);
|
2891 |
}
|
2892 |
|
|
|
|
|
|
|
|
|
2893 |
</style>
|
2894 |
|
2895 |
<div class="wrap" id="sm_div">
|
@@ -2961,6 +3008,9 @@ class GoogleSitemapGenerator {
|
|
2961 |
|
2962 |
<a class="sm_button sm_resYahoo" href="<?php echo $this->GetRedirectLink('sitemap-yse'); ?>"><?php _e('Site Explorer','sitemap'); ?></a>
|
2963 |
<a class="sm_button sm_resYahoo" href="<?php echo $this->GetRedirectLink('sitemap-ywb'); ?>"><?php _e('Search Blog','sitemap'); ?></a>
|
|
|
|
|
|
|
2964 |
<br />
|
2965 |
<a class="sm_button sm_resGoogle" href="<?php echo $this->GetRedirectLink('sitemap-prot'); ?>"><?php _e('Sitemaps Protocol','sitemap'); ?></a>
|
2966 |
<a class="sm_button sm_resGoogle" href="<?php echo $this->GetRedirectLink('sitemap-ofaq'); ?>"><?php _e('Official Sitemaps FAQ','sitemap'); ?></a>
|
@@ -3045,6 +3095,18 @@ class GoogleSitemapGenerator {
|
|
3045 |
}
|
3046 |
}
|
3047 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3048 |
if($status->_usedAsk) {
|
3049 |
if($status->_askSuccess) {
|
3050 |
echo "<li>" .__("Ask.com was <b>successfully notified</b> about changes.",'sitemap'). "</li>";
|
@@ -3145,6 +3207,11 @@ class GoogleSitemapGenerator {
|
|
3145 |
<label for="sm_b_ping"><?php _e('Notify Google about updates of your Blog', 'sitemap') ?></label><br />
|
3146 |
<small><?php echo str_replace("%s",$this->GetRedirectLink('sitemap-gwt'),__('No registration required, but you can join the <a href="%s">Google Webmaster Tools</a> to check crawling statistics.','sitemap')); ?></small>
|
3147 |
</li>
|
|
|
|
|
|
|
|
|
|
|
3148 |
<li>
|
3149 |
<input type="checkbox" id="sm_b_pingask" name="sm_b_pingask" <?php echo ($this->GetOption("b_pingask")==true?"checked=\"checked\"":"") ?> />
|
3150 |
<label for="sm_b_pingask"><?php _e('Notify Ask.com about updates of your Blog', 'sitemap') ?></label><br />
|
@@ -3764,6 +3831,18 @@ if(isset($_GET["res"]) && !empty($_GET["res"])) {
|
|
3764 |
=>"R0lGODlhEAAQAJEAAAAAAP8AAP///wAAACH5BAAAAAAALAAAAAAQABAAAAIplI+py+0dogwOSADEnEf2kHkfFWUamEzmpZSfmaIHPHrRguUm/f"
|
3765 |
. "T+UwAAOw==",
|
3766 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3767 |
//PayPal
|
3768 |
"{6E89EFD4-A853-4321-B5CF-3E36C60B268D}"
|
3769 |
=>"R0lGODlhPgAfAMQAADJXgRVBcMHN2k5uktHV2oiguLTE08jT3tfh6QAhWPb4+kRli+fs8KS3yp2wxOPx93CMqeHn7VZ2mHyWsef1+u7x9GiDoi"
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
$Id: sitemap.php 28069 2007-12-30 17:35:00Z arnee $
|
5 |
|
6 |
Google XML Sitemaps Generator for WordPress
|
7 |
==============================================================================
|
32 |
Plugin Name: Google XML Sitemaps
|
33 |
Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
|
34 |
Description: This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. <a href="options-general.php?page=sitemap.php">Configuration Page</a>
|
35 |
+
Version: 3.0.3
|
36 |
Author: Arne Brachhold
|
37 |
Author URI: http://www.arnebrachhold.de/
|
38 |
|
175 |
Restored YAHOO ping service with API key since the other one is to unreliable. (see 3.0b8)
|
176 |
2007-11-28 3.0.2.1 Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)
|
177 |
Added Russian Language files by Sergey http://ryvkin.ru
|
178 |
+
2007-12-30 3.0.3 Added Live Search Ping
|
179 |
+
Removed some hooks which rebuilt the sitemap with every comment
|
180 |
|
181 |
Maybe Todo:
|
182 |
==============================================================================
|
601 |
return round($this->_askEndTime - $this->_askStartTime,2);
|
602 |
}
|
603 |
|
604 |
+
var $_usedMsn = false;
|
605 |
+
var $_msnUrl = '';
|
606 |
+
var $_msnSuccess = false;
|
607 |
+
var $_msnStartTime = 0;
|
608 |
+
var $_msnEndTime = 0;
|
609 |
+
|
610 |
+
function StartMsnPing($url) {
|
611 |
+
$this->_usedMsn = true;
|
612 |
+
$this->_msnUrl = $url;
|
613 |
+
$this->_msnStartTime = $this->GetMicrotimeFloat();
|
614 |
+
|
615 |
+
$this->Save();
|
616 |
+
}
|
617 |
+
|
618 |
+
function EndMsnPing($success) {
|
619 |
+
$this->_msnEndTime = $this->GetMicrotimeFloat();
|
620 |
+
$this->_msnSuccess = $success;
|
621 |
+
|
622 |
+
$this->Save();
|
623 |
+
}
|
624 |
+
|
625 |
+
function GetMsnTime() {
|
626 |
+
return round($this->_msnEndTime - $this->_msnStartTime,2);
|
627 |
+
}
|
628 |
+
|
629 |
function GetMicrotimeFloat() {
|
630 |
list($usec, $sec) = explode(" ", microtime());
|
631 |
return ((float)$usec + (float)$sec);
|
1109 |
/**
|
1110 |
* @var Version of the generator
|
1111 |
*/
|
1112 |
+
var $_version = "3.0.3";
|
1113 |
|
1114 |
/**
|
1115 |
* @var Version of the generator in SVN
|
1116 |
*/
|
1117 |
+
var $_svnVersion = '$Id: sitemap.php 28069 2007-12-30 17:35:00Z arnee $';
|
1118 |
|
1119 |
/**
|
1120 |
* @var string The full path to the blog directory
|
1299 |
$this->_options["sm_b_pingyahoo"]=false; //Auto ping YAHOO
|
1300 |
$this->_options["sm_b_yahookey"]=''; //YAHOO Application Key
|
1301 |
$this->_options["sm_b_pingask"]=true; //Auto ping Ask.com
|
1302 |
+
$this->_options["sm_b_pingmsn"]=true; //Auto ping MSN
|
1303 |
$this->_options["sm_b_manual_enabled"]=false; //Allow manual creation of the sitemap via GET request
|
1304 |
$this->_options["sm_b_auto_enabled"]=true; //Rebuild sitemap when content is changed
|
1305 |
$this->_options["sm_b_auto_delay"]=false; //Use WP Cron to execute the building process in the background
|
1543 |
|
1544 |
//Register to various events... @WordPress Dev Team: I wish me a 'public_content_changed' action :)
|
1545 |
|
1546 |
+
//Publish + Delete should work in most cases.
|
1547 |
+
|
1548 |
+
//If a new post is saved //Disabled for now...
|
1549 |
+
//add_action('save_post', array(&$GLOBALS["sm_instance"], 'CheckForAutoBuild'),9999,1);
|
1550 |
|
1551 |
+
//Existing post gets edited //Disabled for now...
|
1552 |
+
//add_action('edit_post', array(&$GLOBALS["sm_instance"], 'CheckForAutoBuild'),9999,1);
|
1553 |
|
1554 |
//Existing posts gets deleted
|
1555 |
add_action('delete_post', array(&$GLOBALS["sm_instance"], 'CheckForAutoBuild'),9999,1);
|
2457 |
$status->EndYahooPing(true);
|
2458 |
}
|
2459 |
}
|
2460 |
+
|
2461 |
+
//Ping MSN
|
2462 |
+
if($this->GetOption("b_pingmsn") && !empty($pingUrl)) {
|
2463 |
+
$sPingUrl="http://webmaster.live.com/ping.aspx?siteMap=" . urlencode($pingUrl);
|
2464 |
+
$status->StartMsnPing($sPingUrl);
|
2465 |
+
$pingres=$this->RemoteOpen($sPingUrl);
|
2466 |
+
|
2467 |
+
if($pingres==NULL || $pingres===false || strpos($pingres,"Thanks for submitting your sitemap")===false) {
|
2468 |
+
$status->EndMsnPing(false,$this->_lastError);
|
2469 |
+
} else {
|
2470 |
+
$status->EndMsnPing(true);
|
2471 |
+
}
|
2472 |
+
}
|
2473 |
|
2474 |
$status->End();
|
2475 |
|
2933 |
background-image:url(<?php echo $this->GetResourceLink("{BC853F21-410E-47ff-BB6D-2B89C9D7E76B}"); ?>);
|
2934 |
}
|
2935 |
|
2936 |
+
a.sm_resLive {
|
2937 |
+
background-image:url(<?php echo $this->GetResourceLink("{E36B4B70-BFF0-4792-B08F-3FA90501E8BB}"); ?>);
|
2938 |
+
}
|
2939 |
+
|
2940 |
</style>
|
2941 |
|
2942 |
<div class="wrap" id="sm_div">
|
3008 |
|
3009 |
<a class="sm_button sm_resYahoo" href="<?php echo $this->GetRedirectLink('sitemap-yse'); ?>"><?php _e('Site Explorer','sitemap'); ?></a>
|
3010 |
<a class="sm_button sm_resYahoo" href="<?php echo $this->GetRedirectLink('sitemap-ywb'); ?>"><?php _e('Search Blog','sitemap'); ?></a>
|
3011 |
+
|
3012 |
+
<a class="sm_button sm_resLive" href="<?php echo $this->GetRedirectLink('sitemap-lwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
|
3013 |
+
<a class="sm_button sm_resLive" href="<?php echo $this->GetRedirectLink('sitemap-lswcb'); ?>"><?php _e('Webmaster Center Blog','sitemap'); ?></a>
|
3014 |
<br />
|
3015 |
<a class="sm_button sm_resGoogle" href="<?php echo $this->GetRedirectLink('sitemap-prot'); ?>"><?php _e('Sitemaps Protocol','sitemap'); ?></a>
|
3016 |
<a class="sm_button sm_resGoogle" href="<?php echo $this->GetRedirectLink('sitemap-ofaq'); ?>"><?php _e('Official Sitemaps FAQ','sitemap'); ?></a>
|
3095 |
}
|
3096 |
}
|
3097 |
|
3098 |
+
if($status->_usedMsn) {
|
3099 |
+
if($status->_msnSuccess) {
|
3100 |
+
echo "<li>" .__("MSN was <b>successfully notified</b> about changes.",'sitemap'). "</li>";
|
3101 |
+
$at = $status->GetMsnTime();
|
3102 |
+
if($at>4) {
|
3103 |
+
echo "<li class=\sm_optimize\">" . str_replace("%time%",$at,__("It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
3104 |
+
}
|
3105 |
+
} else {
|
3106 |
+
echo "<li class=\"sm_error\">" . str_replace("%s",$status->_msnUrl,__('There was a problem while notifying MSN.com. <a href="%s">View result</a>','sitemap')) . "</li>";
|
3107 |
+
}
|
3108 |
+
}
|
3109 |
+
|
3110 |
if($status->_usedAsk) {
|
3111 |
if($status->_askSuccess) {
|
3112 |
echo "<li>" .__("Ask.com was <b>successfully notified</b> about changes.",'sitemap'). "</li>";
|
3207 |
<label for="sm_b_ping"><?php _e('Notify Google about updates of your Blog', 'sitemap') ?></label><br />
|
3208 |
<small><?php echo str_replace("%s",$this->GetRedirectLink('sitemap-gwt'),__('No registration required, but you can join the <a href="%s">Google Webmaster Tools</a> to check crawling statistics.','sitemap')); ?></small>
|
3209 |
</li>
|
3210 |
+
<li>
|
3211 |
+
<input type="checkbox" id="sm_b_pingmsn" name="sm_b_pingmsn" <?php echo ($this->GetOption("b_pingmsn")==true?"checked=\"checked\"":"") ?> />
|
3212 |
+
<label for="sm_b_pingmsn"><?php _e('Notify MSN Live Search about updates of your Blog', 'sitemap') ?></label><br />
|
3213 |
+
<small><?php echo str_replace("%s",$this->GetRedirectLink('sitemap-lwt'),__('No registration required, but you can join the <a href="%s">MSN Live Webmaster Tools</a> to check crawling statistics.','sitemap')); ?></small>
|
3214 |
+
</li>
|
3215 |
<li>
|
3216 |
<input type="checkbox" id="sm_b_pingask" name="sm_b_pingask" <?php echo ($this->GetOption("b_pingask")==true?"checked=\"checked\"":"") ?> />
|
3217 |
<label for="sm_b_pingask"><?php _e('Notify Ask.com about updates of your Blog', 'sitemap') ?></label><br />
|
3831 |
=>"R0lGODlhEAAQAJEAAAAAAP8AAP///wAAACH5BAAAAAAALAAAAAAQABAAAAIplI+py+0dogwOSADEnEf2kHkfFWUamEzmpZSfmaIHPHrRguUm/f"
|
3832 |
. "T+UwAAOw==",
|
3833 |
|
3834 |
+
//Live
|
3835 |
+
"{E36B4B70-BFF0-4792-B08F-3FA90501E8BB}"
|
3836 |
+
=>"R0lGODlhEAAQAOYAACqFJv21ONrY1SaX2oS1Rf+4GoWtyf+2DHGVadni1uPcy91MD53FUYa6L2Oz6P/HKd3mxfKPE3ixT8vLyv+kD"
|
3837 |
+
. "MS9rANpuRaS2gCJ1f+7Q//BG0mj4vz8/eJXEf+sDUOGQgB1w+x2EmyqJAB/zM4xCu71+VOezf38++9fCYrALPCrltKcTcjaslqr49"
|
3838 |
+
. "3EnOisOtbVz3SwL8a/tv/QR/+bBACQ3JC/QLvJppm/baOsodM8EPj4+PHXmuNyG+ZuGv+1QXynaLbNmc45KM3isonD7a65lbS/x//"
|
3839 |
+
. "WbP/SUvSZIe10EPB+EiOO0zuQy6bI49RJMbvS4f+vK86xfOXp0Pbpyvnh2sCspMvSyvXCX3iz3aXW9etxSPCGFOHXvvy+VtSRelCQ"
|
3840 |
+
. "OF6Amoe5T+Lp8He86uiJTUSQKVydJFulIz+a2v/AM6CuuMklCNaiTM86EM6ve8GgcuOefv3Wjv/ED+d0F0ii3umAXu+roOdhEOptE"
|
3841 |
+
. "9uQV9vJxv+5SEad2/7+/v///yH5BAAAAAAALAAAAAAQABAAAAfNgH+Cg4SFhHdCbCRudieGgn5PJAsdeB0VQ36QCYJVOh15XEt6Ny"
|
3842 |
+
. "kEOEAfH4IqCyFcET4uQTYNImYACIJbKEpKdD0KOGK1Z2Y5f35fVhN7cWVTYgy1ImAwf2MmAxsOWn4QEmJiMWgImlkYAy1kdQk/PBA"
|
3843 |
+
. "sQUXXfk0jF9x9VFEZfF5Yfgj4U8ICiHRpiMgJcATJgzkvdvxxYnBEjQtQMqiZ8UCDBymCDIRZY8QAkysFOhbwQKECJEIcuhyYSYFG"
|
3844 |
+
. "kgmPBCl402YFHBmacgoNBAA7",
|
3845 |
+
|
3846 |
//PayPal
|
3847 |
"{6E89EFD4-A853-4321-B5CF-3E36C60B268D}"
|
3848 |
=>"R0lGODlhPgAfAMQAADJXgRVBcMHN2k5uktHV2oiguLTE08jT3tfh6QAhWPb4+kRli+fs8KS3yp2wxOPx93CMqeHn7VZ2mHyWsef1+u7x9GiDoi"
|
sitemap.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# Copyright (C) 2005 [name] : [URL]
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# [name] <[mail-address]>, 2005.
|
5 |
-
# $Id: sitemap.pot
|
6 |
#
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: sitemap\n"
|
10 |
"Report-Msgid-Bugs-To: <[mail-address]>\n"
|
11 |
"POT-Creation-Date: 2005-06-15 00:00+0000\n"
|
12 |
-
"PO-Revision-Date: 2007-
|
13 |
"Last-Translator: Arne Brachhold <http://www.arnebrachhold.de>\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -184,6 +184,10 @@ msgstr ""
|
|
184 |
msgid "Search Blog"
|
185 |
msgstr ""
|
186 |
|
|
|
|
|
|
|
|
|
187 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903
|
188 |
msgid "Sitemaps Protocol"
|
189 |
msgstr ""
|
@@ -263,6 +267,19 @@ msgstr ""
|
|
263 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
264 |
msgstr ""
|
265 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988
|
267 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
268 |
msgstr ""
|
@@ -367,6 +384,15 @@ msgstr ""
|
|
367 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
368 |
msgstr ""
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088
|
371 |
msgid "Notify Ask.com about updates of your Blog"
|
372 |
msgstr ""
|
2 |
# Copyright (C) 2005 [name] : [URL]
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# [name] <[mail-address]>, 2005.
|
5 |
+
# $Id: sitemap.pot 27980 2007-12-30 00:36:17Z arnee $
|
6 |
#
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: sitemap\n"
|
10 |
"Report-Msgid-Bugs-To: <[mail-address]>\n"
|
11 |
"POT-Creation-Date: 2005-06-15 00:00+0000\n"
|
12 |
+
"PO-Revision-Date: 2007-12-30 01:33+0100\n"
|
13 |
"Last-Translator: Arne Brachhold <http://www.arnebrachhold.de>\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
184 |
msgid "Search Blog"
|
185 |
msgstr ""
|
186 |
|
187 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010
|
188 |
+
msgid "Webmaster Center Blog"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903
|
192 |
msgid "Sitemaps Protocol"
|
193 |
msgstr ""
|
267 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
268 |
msgstr ""
|
269 |
|
270 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097
|
271 |
+
msgid "MSN was <b>successfully notified</b> about changes."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3100
|
275 |
+
msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time."
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3103
|
279 |
+
#, php-format
|
280 |
+
msgid "There was a problem while notifying MSN.com. <a href=\"%s\">View result</a>"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988
|
284 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
285 |
msgstr ""
|
384 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
385 |
msgstr ""
|
386 |
|
387 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209
|
388 |
+
msgid "Notify MSN Live Search about updates of your Blog"
|
389 |
+
msgstr ""
|
390 |
+
|
391 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3210
|
392 |
+
#, php-format
|
393 |
+
msgid "No registration required, but you can join the <a href=\"%s\">MSN Live Webmaster Tools</a> to check crawling statistics."
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088
|
397 |
msgid "Notify Ask.com about updates of your Blog"
|
398 |
msgstr ""
|