Version Description
Download this release
Release Info
Developer | arnee |
Plugin | Google XML Sitemaps |
Version | 3.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.9 to 3.2
- documentation.txt +29 -13
- lang/sitemap-de_DE.mo +0 -0
- lang/sitemap-de_DE.po +244 -221
- lang/sitemap-es_ES.mo +0 -0
- lang/sitemap-es_ES.po +1006 -323
- lang/sitemap.pot +244 -222
- readme.txt +1 -1
- sitemap-core.php +165 -153
- sitemap-ui.php +110 -88
- sitemap.php +33 -5
documentation.txt
CHANGED
@@ -27,25 +27,15 @@
|
|
27 |
Inspiration Michael Nguyen http://www.socialpatterns.com/
|
28 |
SQL Improvements Rodney Shupe http://www.shupe.ca/
|
29 |
Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp/
|
30 |
-
Spanish lang. File
|
31 |
Italian lang. File Stefano Aglietti http://wordpress-it.it/
|
32 |
Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/
|
33 |
Simpl.Chinese File june6 http://www.june6.cn/
|
34 |
Swedish Lang. File Tobias Bergius http://tobiasbergius.se/
|
35 |
Czech Lang. File Peter Kahoun http://kahi.cz
|
36 |
-
Finnish Lang. File
|
37 |
Belorussian Lang. File Marcis Gasuns
|
38 |
Bulgarian Lang. File Alexander Dichev http://dichev.com
|
39 |
-
Ping Code Template 1 James http://www.adlards.com/
|
40 |
-
Ping Code Template 2 John http://www.jonasblog.com/
|
41 |
-
Bug Report Brad http://h3h.net/
|
42 |
-
Bug Report Christian Aust http://publicvoidblog.de/
|
43 |
-
Bug Report Joseph Abboud
|
44 |
-
Bug Report Mike http://baptiste.us/
|
45 |
-
Bug Report Peter http://fastagent.de/
|
46 |
-
Bug Report Glenn http://publicityship.com.au/
|
47 |
-
Bug Report froosh
|
48 |
-
File Handling VJTD3 http://www.vjtd3.com/
|
49 |
|
50 |
Thanks to all contributors and bug reporters! There were much more people involved
|
51 |
in testing this plugin and reporting bugs, either by email or in the WordPress forums.
|
@@ -219,6 +209,14 @@
|
|
219 |
Fixed Update Notice in WP 2.8+
|
220 |
Added warning if blog privacy is activated
|
221 |
Fixed custom URLs priorities were shown as 0 instead of 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
|
223 |
Maybe Todo:
|
224 |
==============================================================================
|
@@ -256,8 +254,9 @@
|
|
256 |
to add your content.
|
257 |
|
258 |
Sample:
|
|
|
259 |
function your_pages() {
|
260 |
-
$generatorObject = &GoogleSitemapGenerator::GetInstance(); //Please note the "&" sign!
|
261 |
if($generatorObject!=null) $generatorObject->AddUrl("http://blog.uri/tags/hello/",time(),"daily",0.5);
|
262 |
}
|
263 |
add_action("sm_buildmap","your_pages");
|
@@ -268,6 +267,23 @@
|
|
268 |
- The Change Frequency (daily, hourly, weekly and so on) (optional)
|
269 |
- The priority 0.0 to 1.0 (optional)
|
270 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
===============================================
|
272 |
|
273 |
Adding additional PriorityProviders
|
27 |
Inspiration Michael Nguyen http://www.socialpatterns.com/
|
28 |
SQL Improvements Rodney Shupe http://www.shupe.ca/
|
29 |
Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp/
|
30 |
+
Spanish lang. File Omi http://equipajedemano.info/
|
31 |
Italian lang. File Stefano Aglietti http://wordpress-it.it/
|
32 |
Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/
|
33 |
Simpl.Chinese File june6 http://www.june6.cn/
|
34 |
Swedish Lang. File Tobias Bergius http://tobiasbergius.se/
|
35 |
Czech Lang. File Peter Kahoun http://kahi.cz
|
36 |
+
Finnish Lang. File Olli Jarva http://kuvat.blog.olli.jarva.fi/
|
37 |
Belorussian Lang. File Marcis Gasuns
|
38 |
Bulgarian Lang. File Alexander Dichev http://dichev.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
Thanks to all contributors and bug reporters! There were much more people involved
|
41 |
in testing this plugin and reporting bugs, either by email or in the WordPress forums.
|
209 |
Fixed Update Notice in WP 2.8+
|
210 |
Added warning if blog privacy is activated
|
211 |
Fixed custom URLs priorities were shown as 0 instead of 1
|
212 |
+
2009-11-13 3.1.9 Fixed MySQL Error if author pages were included
|
213 |
+
2009-11-23 3.2 Added function to show the actual results of a ping instead of only linking to the url
|
214 |
+
Added new hook (sm_rebuild) for third party plugins to start building the sitemap
|
215 |
+
Fixed bug which showed the wrong URL for the latest Google ping result
|
216 |
+
Added some missing phpdoc documentation
|
217 |
+
Removed hardcoded php name for sitemap file for admin urls
|
218 |
+
Uses KSES for showing ping test results
|
219 |
+
Ping test fixed for WP < 2.3
|
220 |
|
221 |
Maybe Todo:
|
222 |
==============================================================================
|
254 |
to add your content.
|
255 |
|
256 |
Sample:
|
257 |
+
|
258 |
function your_pages() {
|
259 |
+
$generatorObject = &GoogleSitemapGenerator::GetInstance(); //Please note the "&" sign for PHP4!
|
260 |
if($generatorObject!=null) $generatorObject->AddUrl("http://blog.uri/tags/hello/",time(),"daily",0.5);
|
261 |
}
|
262 |
add_action("sm_buildmap","your_pages");
|
267 |
- The Change Frequency (daily, hourly, weekly and so on) (optional)
|
268 |
- The priority 0.0 to 1.0 (optional)
|
269 |
|
270 |
+
|
271 |
+
Rebuilding the sitemap on request
|
272 |
+
|
273 |
+
If you want to rebuild the sitemap because dynamic content from your plugin has changed,
|
274 |
+
please use the "sm_rebuild" hook which is available since 3.1.9.
|
275 |
+
All other methods, like calling the Build method directly are highly unrecommended and might
|
276 |
+
not work anymore with the next version of the plugin. Using this hook, the sitemap plugin will
|
277 |
+
take care of everything like loading the required classes and so on.
|
278 |
+
|
279 |
+
Sample:
|
280 |
+
|
281 |
+
do_action("sm_rebuild");
|
282 |
+
|
283 |
+
The sitemap might not be rebuild immediately, since newer versions use a background WP-Cron
|
284 |
+
job by default to prevent that the user has to wait and avoid multiple rebuilds within a very short time.
|
285 |
+
In case the sitemap plugin is not installed, nothing will happen and no errors will be thrown.
|
286 |
+
|
287 |
===============================================
|
288 |
|
289 |
Adding additional PriorityProviders
|
lang/sitemap-de_DE.mo
CHANGED
Binary file
|
lang/sitemap-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-
|
6 |
-
"PO-Revision-Date: 2009-
|
7 |
"Last-Translator: Arne Brachhold\n"
|
8 |
"Language-Team: Arne Brachhold <himself@arnebrachhold.de>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -12,841 +12,864 @@ msgstr ""
|
|
12 |
"X-Poedit-Language: German\n"
|
13 |
"X-Poedit-Country: GERMANY\n"
|
14 |
|
15 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
16 |
msgid "Comment Count"
|
17 |
msgstr "Anzahl der Kommentare"
|
18 |
|
19 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
20 |
msgid "Uses the number of comments of the post to calculate the priority"
|
21 |
msgstr "Verwendet die Anzahl der Kommentare um die Priorität der Beiträge zu berechnen"
|
22 |
|
23 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
24 |
msgid "Comment Average"
|
25 |
msgstr "Durchschnittliche Anzahl der Kommentare"
|
26 |
|
27 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
28 |
msgid "Uses the average comment count to calculate the priority"
|
29 |
msgstr "Verwendet die durchschnittliche Anzahl der Kommentare um die Priorität der Beiträge zu berechnen."
|
30 |
|
31 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
32 |
msgid "Popularity Contest"
|
33 |
msgstr "Popularity Contest"
|
34 |
|
35 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
36 |
msgid "Uses the activated <a href=\"%1\">Popularity Contest Plugin</a> from <a href=\"%2\">Alex King</a>. See <a href=\"%3\">Settings</a> and <a href=\"%4\">Most Popular Posts</a>"
|
37 |
msgstr "Verwendet das aktivierte <a href=\"%1\">Popularity Contest Plugin</a> von <a href=\"%2\">Alex King</a>. Siehe <a href=\"%3\">Einstellungen</a> und <a href=\"%4\">wichtigste Beiträge</a>"
|
38 |
|
39 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118
|
40 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
41 |
msgid "Always"
|
42 |
msgstr "Immer"
|
43 |
|
44 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119
|
45 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
46 |
msgid "Hourly"
|
47 |
msgstr "Stündlich"
|
48 |
|
49 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120
|
50 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
51 |
msgid "Daily"
|
52 |
msgstr "Täglich"
|
53 |
|
54 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121
|
55 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
56 |
msgid "Weekly"
|
57 |
msgstr "Wöchentlich"
|
58 |
|
59 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122
|
60 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
61 |
msgid "Monthly"
|
62 |
msgstr "Monatlich"
|
63 |
|
64 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123
|
65 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
66 |
msgid "Yearly"
|
67 |
msgstr "Jährlich"
|
68 |
|
69 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124
|
70 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
71 |
msgid "Never"
|
72 |
msgstr "Nie"
|
73 |
|
74 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
75 |
msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!"
|
76 |
msgstr "Vielen Dank für Deine Spende! Du hilfst mir damit diese kostenlose Software zu unterstützen und weiterzuentwickeln!"
|
77 |
|
78 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
79 |
msgid "Hide this notice"
|
80 |
msgstr "Diesen Hinweis verstecken"
|
81 |
|
82 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
83 |
#, php-format
|
84 |
-
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and
|
85 |
-
msgstr "Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis zufrieden bist, ist es nicht mindestens
|
86 |
|
87 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
|
|
|
|
|
|
|
|
88 |
msgid "No thanks, please don't bug me anymore!"
|
89 |
msgstr "Nein danke, bitte nicht mehr nerven! "
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67
|
92 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
93 |
msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!"
|
94 |
msgstr "Die Sietemap wird im Moment neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern. "
|
95 |
|
96 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69
|
97 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
98 |
#, php-format
|
99 |
msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!"
|
100 |
msgstr "Die Sietemap wird in %s Sekunden neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern."
|
101 |
|
102 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
103 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
104 |
msgid "XML Sitemap Generator for WordPress"
|
105 |
msgstr "XML Sitemap Generator für WordPress"
|
106 |
|
107 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
108 |
msgid "Configuration updated"
|
109 |
msgstr "Die Konfiguration wurde gespeichert."
|
110 |
|
111 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
112 |
msgid "Error while saving options"
|
113 |
msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten"
|
114 |
|
115 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
116 |
msgid "Pages saved"
|
117 |
msgstr "Ihre Seiten wurden gespeichert."
|
118 |
|
119 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
120 |
msgid "Error while saving pages"
|
121 |
msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten"
|
122 |
|
123 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
124 |
msgid "The default configuration was restored."
|
125 |
msgstr "Die Standard Konfiguration wurde wieder hergestellt."
|
126 |
|
127 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374
|
128 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
129 |
#, php-format
|
130 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a>."
|
131 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a>."
|
132 |
|
133 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376
|
134 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
135 |
#, php-format
|
136 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> <em>automatic upgrade unavailable for this plugin</em>."
|
137 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a> <em>Automatisches Upgraden ist für dieses Plugin nicht möglich</em>."
|
138 |
|
139 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378
|
140 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
141 |
#, php-format
|
142 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> or <a href=\"%4$s\">upgrade automatically</a>."
|
143 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a> oder <a href=\"%4$s\">automatisch upgraden</a>."
|
144 |
|
145 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
146 |
-
|
|
|
|
|
|
|
|
|
|
|
147 |
msgid "open"
|
148 |
msgstr "öffnen"
|
149 |
|
150 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
151 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
152 |
msgid "close"
|
153 |
msgstr "schließen"
|
154 |
|
155 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
156 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
157 |
msgid "click-down and drag to move this box"
|
158 |
msgstr "Klicken und ziehen um diese Box zu verschieben"
|
159 |
|
160 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
161 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
162 |
msgid "click to %toggle% this box"
|
163 |
msgstr "Klicken um diese box zu %toggle%"
|
164 |
|
165 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
166 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
167 |
msgid "use the arrow keys to move this box"
|
168 |
msgstr "Benutze die Pfeiltaste um diese box zu verschieben"
|
169 |
|
170 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
171 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
172 |
msgid ", or press the enter key to %toggle% it"
|
173 |
msgstr ", oder drück Enter um sie zu %toggle%"
|
174 |
|
175 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
176 |
msgid "About this Plugin:"
|
177 |
msgstr "Über dieses Plugin:"
|
178 |
|
179 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
180 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
181 |
msgid "Plugin Homepage"
|
182 |
msgstr "Plugin Startseite"
|
183 |
|
184 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421
|
185 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
186 |
msgid "Suggest a Feature"
|
187 |
msgstr "Funktion vorschlagen"
|
188 |
|
189 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
190 |
msgid "Notify List"
|
191 |
msgstr "E-Mail bei Update"
|
192 |
|
193 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
194 |
msgid "Support Forum"
|
195 |
msgstr "Hilfe Forum"
|
196 |
|
197 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424
|
198 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
199 |
msgid "Report a Bug"
|
200 |
msgstr "Fehler berichten"
|
201 |
|
202 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
203 |
msgid "Donate with PayPal"
|
204 |
msgstr "Mit PayPal spenden"
|
205 |
|
206 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
207 |
msgid "My Amazon Wish List"
|
208 |
msgstr "Amazon Wunschliste"
|
209 |
|
210 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
211 |
msgid "translator_name"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
215 |
msgid "translator_url"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
219 |
msgid "Sitemap Resources:"
|
220 |
msgstr "Sitemap Informationen"
|
221 |
|
222 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
223 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
224 |
msgid "Webmaster Tools"
|
225 |
msgstr "Webmaster Tools"
|
226 |
|
227 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
228 |
msgid "Webmaster Blog"
|
229 |
msgstr "Webmaster Blog"
|
230 |
|
231 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
232 |
msgid "Site Explorer"
|
233 |
msgstr "Site Explorer"
|
234 |
|
235 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
236 |
msgid "Search Blog"
|
237 |
msgstr "Search Blog"
|
238 |
|
239 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
240 |
msgid "Webmaster Center Blog"
|
241 |
msgstr "Webmaster Center Blog"
|
242 |
|
243 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
244 |
msgid "Sitemaps Protocol"
|
245 |
msgstr "Sitemaps Protokoll"
|
246 |
|
247 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
248 |
msgid "Official Sitemaps FAQ"
|
249 |
msgstr "Offizielle Sitemaps FAQ"
|
250 |
|
251 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
252 |
msgid "My Sitemaps FAQ"
|
253 |
msgstr "Meine Sitemaps FAQ"
|
254 |
|
255 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
256 |
msgid "Recent Donations:"
|
257 |
msgstr "Aktuelle Spenden:"
|
258 |
|
259 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
260 |
msgid "List of the donors"
|
261 |
msgstr "Liste der Spender"
|
262 |
|
263 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
264 |
msgid "Hide this list"
|
265 |
msgstr "Liste ausblenden"
|
266 |
|
267 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
268 |
msgid "Thanks for your support!"
|
269 |
msgstr "Danke für Deine Unterstützung!"
|
270 |
|
271 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
272 |
msgid "The sitemap wasn't generated yet."
|
273 |
msgstr "Die Sitemap wurde bisher noch nicht erzeugt."
|
274 |
|
275 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
276 |
msgid "Result of the last build process, started on %date%."
|
277 |
msgstr "Ergebnisse der letzten Sitemap Generierung, gestartet am %date%."
|
278 |
|
279 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
280 |
#, php-format
|
281 |
msgid "The sitemap wasn't built yet. <a href=\"%s\">Click here</a> to build it the first time."
|
282 |
msgstr "Die Sitemap wurde noch nicht erstellt. <a href=\"%s\">Klick hier</a> um sie das erste mal zu erstellen."
|
283 |
|
284 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
285 |
msgid "Your <a href=\"%url%\">sitemap</a> was last built on <b>%date%</b>."
|
286 |
msgstr "Deine <a href=\"%url%\">Sitemap</a> wurde zuletzt am <b>%date%</b> erstellt."
|
287 |
|
288 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
289 |
msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
290 |
msgstr "Die letzte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?"
|
291 |
|
292 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
293 |
#, fuzzy
|
294 |
msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
295 |
msgstr "Leider gab es ein Problem beim Schreiben der Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. <a href=\"%url%\">Mehr infos</a"
|
296 |
|
297 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
298 |
msgid "Your sitemap (<a href=\"%url%\">zipped</a>) was last built on <b>%date%</b>."
|
299 |
msgstr "Deine Sitemap (<a href=\"%url%\">gezippt</a>) wurde zuletzt am <b>%date%</b> erstellt."
|
300 |
|
301 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
302 |
msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
303 |
msgstr "Die letzte gezippte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?"
|
304 |
|
305 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
306 |
#, fuzzy
|
307 |
msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
308 |
msgstr "Leider gab es ein Problem beim Schreiben der gezippten Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. <a href=\"%url%\">Mehr infos</a"
|
309 |
|
310 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
311 |
msgid "Google was <b>successfully notified</b> about changes."
|
312 |
msgstr "Google wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
313 |
|
314 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
315 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
316 |
msgstr "Es hat %time% Sekunden gedauert Google zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
317 |
|
318 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
319 |
#, php-format
|
320 |
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
321 |
msgstr "Leider gab es beim Versuch Google zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
322 |
|
323 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
324 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
325 |
msgstr "YAHOO wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
326 |
|
327 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
328 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
329 |
msgstr "Es hat %time% Sekunden gedauert YAHOO zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
330 |
|
331 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
332 |
#, php-format
|
333 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
334 |
msgstr "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
335 |
|
336 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
337 |
msgid "Bing was <b>successfully notified</b> about changes."
|
338 |
msgstr "Bing wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
339 |
|
340 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
341 |
msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time."
|
342 |
msgstr "Es hat %time% Sekunden gedauert Bing zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
343 |
|
344 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
345 |
#, php-format
|
346 |
msgid "There was a problem while notifying Bing. <a href=\"%s\">View result</a>"
|
347 |
msgstr "Leider gab es beim Versuch Bing zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
348 |
|
349 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
350 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
351 |
msgstr "Ask.com wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
352 |
|
353 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
354 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
355 |
msgstr "Es hat %time% Sekunden gedauert Ask.com zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
356 |
|
357 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
358 |
#, php-format
|
359 |
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
360 |
msgstr "Leider gab es beim Versuch Ask.com zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
361 |
|
362 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
363 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
364 |
msgstr "Die Sitemap-Generierung dauerte <b>%time% sekunden</b> und verwendete %memory% MB Speicher."
|
365 |
|
366 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
367 |
msgid "The building process took about <b>%time% seconds</b> to complete."
|
368 |
msgstr "Die Sitemap-Generierung dauerte <b>%time% sekunden</b>."
|
369 |
|
370 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
371 |
msgid "The content of your sitemap <strong>didn't change</strong> since the last time so the files were not written and no search engine was pinged."
|
372 |
msgstr "Die Inhalte der Sitemap haben sich <strong>nicht geändert</strong> seit dem letzten mal, daher wurden keine Dateien geschrieben oder Suchmaschinen informiert."
|
373 |
|
374 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586
|
375 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
376 |
msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed."
|
377 |
msgstr "Das Erstellen der Sitemap dauert eventuell noch. Laden Sie diese Seite in ein paar Sekunden neu und prüfen Sie ob sich der Status geändert hat."
|
378 |
|
379 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
380 |
msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. <a href=\"%url%\">Learn more</a>"
|
381 |
msgstr "Die letzte Generierung der Sitemap wurde nicht abgeschlossen. Eventuell hilft es das Speicherlimit für PHP Skripte zu erhöhen. <a href=\"%url%\">Mehr Infos</a>"
|
382 |
|
383 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
384 |
msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%."
|
385 |
msgstr "Der zuletzt bekannte Speicherverauch lag bei %memused%MB, das Limit für PHP Skripte ist %memlimit%."
|
386 |
|
387 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
388 |
msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds."
|
389 |
msgstr "Die zuletzt bekannte Ausührungszeit lag bei %timeused% Sekunden, das Limit für PHP Skripe ist %timelimit% Sekunden."
|
390 |
|
391 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
392 |
msgid "The script stopped around post number %lastpost% (+/- 100)"
|
393 |
msgstr "Das Script hat bei dem %lastpost% Beitrag abgebrochen. (+/- 100)"
|
394 |
|
395 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
396 |
#, php-format
|
397 |
msgid "If you changed something on your server or blog, you should <a href=\"%s\">rebuild the sitemap</a> manually."
|
398 |
msgstr "Falls Du etwas am Server oder am Blog geändert hast, solltest Du die Sitemap von Hand <a href=\"%s\">neu erstellen</a>."
|
399 |
|
400 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
401 |
#, php-format
|
402 |
msgid "If you encounter any problems with the build process you can use the <a href=\"%d\">debug function</a> to get more information."
|
403 |
msgstr "Falls es beim Generieren der Sitemap Probleme gibt, kannst Du die <a href=\"%d\">Debug Funktion</a> verwenden um mehr über die auftretenden Fehler zu erfahren."
|
404 |
|
405 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
406 |
msgid "Basic Options"
|
407 |
msgstr "Allgemeine Einstellungen"
|
408 |
|
409 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
410 |
msgid "Sitemap files:"
|
411 |
msgstr "Sitemap Dateien:"
|
412 |
|
413 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
414 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
415 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
416 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
417 |
msgid "Learn more"
|
418 |
msgstr "Mehr Infos"
|
419 |
|
420 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
421 |
msgid "Write a normal XML file (your filename)"
|
422 |
msgstr "Sitemap als XML Datei erzeugen"
|
423 |
|
424 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
425 |
msgid "Write a gzipped file (your filename + .gz)"
|
426 |
msgstr "Gezippte Sitemap erzeugen (Dateiname + .gz)"
|
427 |
|
428 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
429 |
msgid "Building mode:"
|
430 |
msgstr "Erstellungsmodus:"
|
431 |
|
432 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
433 |
msgid "Rebuild sitemap if you change the content of your blog"
|
434 |
msgstr "Sitemap neu generieren wenn Du den Inhalt Deines Blogs änderst"
|
435 |
|
436 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
437 |
msgid "Enable manual sitemap building via GET Request"
|
438 |
msgstr "Manuelles Generieren der Sitemap über GET Anfrage erlauben"
|
439 |
|
440 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
441 |
#, fuzzy
|
442 |
msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: <a href=\"%1\">%1</a> Please check the result box above to see if sitemap was successfully built."
|
443 |
msgstr "Dies erlaubt Dir die Sitemao zu aktualisieren falls ein externes Programm in die WordPress Datenbank geschrieben hat ohne die API zu verwenden. Verwende folgende URL um die Generierung zu starten: <a href=\"%1\">%1</a> Bitte überpüf die Logdatei um zu sehen ob die Generirung erfolgreich war."
|
444 |
|
445 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
446 |
msgid "Update notification:"
|
447 |
msgstr "Benachrichtigung über Änderungen"
|
448 |
|
449 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
450 |
msgid "Notify Google about updates of your Blog"
|
451 |
msgstr "Google über Änderungen benachrichtigen"
|
452 |
|
453 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
454 |
#, php-format
|
455 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
456 |
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."
|
457 |
|
458 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
459 |
msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog"
|
460 |
msgstr "Bing (vormals MSN Live Search) über Änderungen benachrichtigen"
|
461 |
|
462 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
463 |
#, php-format
|
464 |
msgid "No registration required, but you can join the <a href=\"%s\">Bing Webmaster Tools</a> to check crawling statistics."
|
465 |
msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den <a href=\"%s\">Bing Webmaster Tools</a> anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen."
|
466 |
|
467 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
468 |
msgid "Notify Ask.com about updates of your Blog"
|
469 |
msgstr "Ask.com über Änderungen benachrichtigen"
|
470 |
|
471 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
472 |
msgid "No registration required."
|
473 |
msgstr "Keine Registrierung erforderlich"
|
474 |
|
475 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
476 |
msgid "Notify YAHOO about updates of your Blog"
|
477 |
msgstr "YAHOO über Änderungen benachrichtigen"
|
478 |
|
479 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
480 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
481 |
msgid "Your Application ID:"
|
482 |
msgstr "Deine Application ID:"
|
483 |
|
484 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155
|
485 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
486 |
#, php-format
|
487 |
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>! %s2"
|
488 |
msgstr "Noch keinen Key? <a href=\"%s1\">Hier beantragen</a>! %s2"
|
489 |
|
490 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
491 |
msgid "Add sitemap URL to the virtual robots.txt file."
|
492 |
msgstr "Die Sitemap zur virtuellen robots hinzufügen."
|
493 |
|
494 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
495 |
msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!"
|
496 |
msgstr "Es wird die von WordPress generierte virtuelle robots.txt verwendet. Es dark keine robots.txt Datei im Blog Verzeichnis liegen!"
|
497 |
|
498 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
499 |
msgid "Advanced options:"
|
500 |
msgstr "Erweiterte Einstellungen"
|
501 |
|
502 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
503 |
msgid "Limit the number of posts in the sitemap:"
|
504 |
msgstr "Die Anzahl der Beiträge in der Sitemap beschränken auf:"
|
505 |
|
506 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
507 |
msgid "Newer posts will be included first"
|
508 |
msgstr "Neuere Beiträge kommen zuerst"
|
509 |
|
510 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
511 |
msgid "Try to increase the memory limit to:"
|
512 |
msgstr "Versuchen das Speicherlimit zu erhöhen auf: "
|
513 |
|
514 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
515 |
msgid "e.g. \"4M\", \"16M\""
|
516 |
msgstr "z.B. \"4M\", \"16M\""
|
517 |
|
518 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
519 |
msgid "Try to increase the execution time limit to:"
|
520 |
msgstr "Veruschen das Zeit Limit zu erhöhen auf: "
|
521 |
|
522 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
523 |
msgid "in seconds, e.g. \"60\" or \"0\" for unlimited"
|
524 |
msgstr "in Sekunden, z.B. \"60\" oder \"0\" for unendlich"
|
525 |
|
526 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
527 |
msgid "Include a XSLT stylesheet:"
|
528 |
msgstr "Ein XSLT Stylesheet einbinden:"
|
529 |
|
530 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
531 |
msgid "Full or relative URL to your .xsl file"
|
532 |
msgstr "Kompletter oder relativer Pfad zur .xsl Datei"
|
533 |
|
534 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
535 |
#, fuzzy
|
536 |
msgid "Use default"
|
537 |
msgstr "Standard verwenden"
|
538 |
|
539 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
540 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
541 |
msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)"
|
542 |
msgstr "MySQL Standard Modus aktivieren. Benutze diesen nur falls MySQL Fehler auftreten. (Benötigt mehr Speicher!)"
|
543 |
|
544 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
545 |
msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access"
|
546 |
msgstr "Updatete WordPress auf 2.2 um den schnelleren MySQL Modus zu aktiviren"
|
547 |
|
548 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166
|
549 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
550 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
551 |
msgstr "Die Sitemap in einem Background-Process erstellen (Keine Verzögerung nach dem Speichern von Posts)"
|
552 |
|
553 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
554 |
msgid "Upgrade WordPress at least to 2.1 to enable background building"
|
555 |
msgstr "Updatete WordPress auf 2.1 um das Erstellen im Hintergrund zu aktivieren."
|
556 |
|
557 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
558 |
msgid "Additional pages"
|
559 |
msgstr "Zusätzliche Seiten"
|
560 |
|
561 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
562 |
msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.<br />For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com"
|
563 |
msgstr "Hier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in Ihre Sitemap aufgenommen werden sollen aber nicht von WordPress erzeugt werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage als http://www.beispiel.com hier ein."
|
564 |
|
565 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
566 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
567 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
568 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
569 |
msgid "Note"
|
570 |
msgstr "Hinweis"
|
571 |
|
572 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
573 |
msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!"
|
574 |
msgstr "Falls Dein Blog in einem Unterverzeichnis liegt und Du Seiten hinzufügen möchtest die nicht in deinem Blogverzeichnis oder einem tieferen Verzeichnis liegen, musst Du seine Seite ins Stammverzeichnis legen. (Schau Dir den Punkt "Pfad zur Sitemap Datei" weiter unten an)!"
|
575 |
|
576 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
577 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
578 |
msgid "URL to the page"
|
579 |
msgstr "URL zur Seite"
|
580 |
|
581 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
582 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
583 |
msgstr "Geben Sie hier die URL Ihrer Seite an. Beispiele: www.foo.com oder http://www.nic.de/index.html"
|
584 |
|
585 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
586 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
587 |
msgid "Priority"
|
588 |
msgstr "Priorität"
|
589 |
|
590 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
591 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
592 |
msgstr "Wählen Sie hier die Priorität der Seite relativ zu den anderen Seiten. Ihre Homepage könnte z.B. eine höhere Priorität besitzen als das Impressum. "
|
593 |
|
594 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
595 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
596 |
msgid "Last Changed"
|
597 |
msgstr "Letzte Änderung"
|
598 |
|
599 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
600 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
601 |
msgstr "Tragen Sie hier das Datum der letzten Änderung im Format JJJJ-MM-TT (z.B. 2005-12-31). Dieses Feld ist optional und muss nicht ausgefüllt werden."
|
602 |
|
603 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
604 |
msgid "Change Frequency"
|
605 |
msgstr "Änderungshäufigkeit"
|
606 |
|
607 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
608 |
msgid "#"
|
609 |
msgstr "#"
|
610 |
|
611 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
612 |
msgid "No pages defined."
|
613 |
msgstr "Bisher keine Seiten eingetragen."
|
614 |
|
615 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
616 |
msgid "Add new page"
|
617 |
msgstr "Neue Seite hinzufügen"
|
618 |
|
619 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
620 |
msgid "Post Priority"
|
621 |
msgstr "Priorität der Beiträge"
|
622 |
|
623 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
624 |
msgid "Please select how the priority of each post should be calculated:"
|
625 |
msgstr "Bitte wähle wie die Priorität der einzelnen Beiträge berechnet werden soll."
|
626 |
|
627 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
628 |
msgid "Do not use automatic priority calculation"
|
629 |
msgstr "Keine automatische Prioritätsberechung verwenden"
|
630 |
|
631 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
632 |
msgid "All posts will have the same priority which is defined in "Priorities""
|
633 |
msgstr "Alle Beiträge haben die selbe Priorität wlche unter "Prioriäten" eingestellt ist."
|
634 |
|
635 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
636 |
msgid "Location of your sitemap file"
|
637 |
msgstr "Pfad der Sitemap Datei"
|
638 |
|
639 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
640 |
msgid "Automatic detection"
|
641 |
msgstr "Automatische Erkennung"
|
642 |
|
643 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
644 |
msgid "Filename of the sitemap file"
|
645 |
msgstr "Dateiname der Sitemap"
|
646 |
|
647 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
648 |
msgid "Detected Path"
|
649 |
msgstr "Erkenater Pfad"
|
650 |
|
651 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
652 |
msgid "Detected URL"
|
653 |
msgstr "Erkannte URL"
|
654 |
|
655 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
656 |
msgid "Custom location"
|
657 |
msgstr "Eigener Pfad"
|
658 |
|
659 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
660 |
msgid "Absolute or relative path to the sitemap file, including name."
|
661 |
msgstr "Absoluter oder relativer Pfad zur Sitemap Datei inkl. Dateinamen."
|
662 |
|
663 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
664 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
665 |
msgid "Example"
|
666 |
msgstr "Beispiel"
|
667 |
|
668 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
669 |
msgid "Complete URL to the sitemap file, including name."
|
670 |
msgstr "Absolute URL zur Sitemap Datei inkl. Dateinamen."
|
671 |
|
672 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
673 |
msgid "Sitemap Content"
|
674 |
msgstr "Inhalt der Sitemap"
|
675 |
|
676 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
677 |
msgid "Include homepage"
|
678 |
msgstr "Startseite"
|
679 |
|
680 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
681 |
msgid "Include posts"
|
682 |
msgstr "Beiträge"
|
683 |
|
684 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:1013
|
685 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
686 |
msgid "Include following pages of multi-page posts (Increases build time and memory usage!)"
|
687 |
msgstr "Folgeseiten von Beiträgen (Erhöht Erstelldauer und Speicherverbrauch)"
|
688 |
|
689 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
690 |
msgid "Include static pages"
|
691 |
msgstr "Statische Seiten"
|
692 |
|
693 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
694 |
msgid "Include categories"
|
695 |
msgstr "Kategorien"
|
696 |
|
697 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
698 |
msgid "Include archives"
|
699 |
msgstr "Archive"
|
700 |
|
701 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
702 |
msgid "Include tag pages"
|
703 |
msgstr "Tag Seiten "
|
704 |
|
705 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
|
|
|
|
|
|
|
|
|
|
706 |
msgid "Include author pages"
|
707 |
msgstr "Autoren Seiten"
|
708 |
|
709 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
710 |
msgid "Further options"
|
711 |
msgstr "Weitere Optionen"
|
712 |
|
713 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
714 |
msgid "Include the last modification time."
|
715 |
msgstr "Letztes Änderungsdatum mit einbeziehen"
|
716 |
|
717 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
718 |
msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects <i>all</i> sitemap entries."
|
719 |
msgstr "Dies ist äußerst empfohel und hilft den Suchmaschienen zu wissen wann Ihr Inhalt geändert wurde. Diese Einstellungen betrifft <i>alle</i> Einträge der Sitemap."
|
720 |
|
721 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
722 |
msgid "Excluded items"
|
723 |
msgstr "Seiten ausschließen"
|
724 |
|
725 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
726 |
msgid "Excluded categories"
|
727 |
msgstr "Kategorien ausschließen"
|
728 |
|
729 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
730 |
msgid "Using this feature will increase build time and memory usage!"
|
731 |
msgstr "Die Verwendung dieser Funktion wird die Erstelldauer sowie den Speicherverbrauch erhöhen!"
|
732 |
|
733 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
734 |
#, php-format
|
735 |
msgid "This feature requires at least WordPress 2.5.1, you are using %s"
|
736 |
msgstr "Dieses Feature benötigt mindestens WordPress 2.5.1, Sie verwenden %s"
|
737 |
|
738 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
739 |
msgid "Exclude posts"
|
740 |
msgstr "Beiträge ausschließen"
|
741 |
|
742 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
743 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
744 |
msgid "Exclude the following posts or pages:"
|
745 |
msgstr "Folgende Beiträge oder Seiten ausschließen:"
|
746 |
|
747 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
748 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
749 |
msgid "List of IDs, separated by comma"
|
750 |
msgstr "Liste der IDs, getrennt mit Komma"
|
751 |
|
752 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
753 |
msgid "Child posts won't be excluded automatically!"
|
754 |
msgstr "Unterseiten werden nicht automatisch ausgeschlossen!"
|
755 |
|
756 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
757 |
msgid "Change frequencies"
|
758 |
msgstr "Änderungsfrequenz"
|
759 |
|
760 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
761 |
msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages."
|
762 |
msgstr "Bitte beachten Sie dass diese Einstellung nur als Tipp und nicht als Kommando gesehen wird. Suchmaschinen könnten diesen Tipp beachten, müssen sich aber nicht daran halten. Sie können Seiten die als stündlich markiert wurden weniger häufig besuchen und Seiten die als niemals markiert wurden trotzdem überprüfen."
|
763 |
|
764 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
765 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
766 |
msgid "Homepage"
|
767 |
msgstr "Startseite"
|
768 |
|
769 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
770 |
msgid "Posts"
|
771 |
msgstr "Beiträge"
|
772 |
|
773 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
774 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
775 |
msgid "Static pages"
|
776 |
msgstr "Statische Seiten"
|
777 |
|
778 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
779 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
780 |
msgid "Categories"
|
781 |
msgstr "Kategorien"
|
782 |
|
783 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
784 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
785 |
msgstr "Das Archive des aktuellen Monats (Sollte den gleichen Wert haben wie Ihre Startseite)"
|
786 |
|
787 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
788 |
msgid "Older archives (Changes only if you edit an old post)"
|
789 |
msgstr "Archive der vergangenen Monate"
|
790 |
|
791 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
792 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
793 |
msgid "Tag pages"
|
794 |
msgstr "Tag Seiten"
|
795 |
|
796 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
797 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
798 |
msgid "Author pages"
|
799 |
msgstr "Autoren Seiten"
|
800 |
|
801 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
802 |
msgid "Priorities"
|
803 |
msgstr "Prioritäten"
|
804 |
|
805 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
806 |
msgid "Posts (If auto calculation is disabled)"
|
807 |
msgstr "Beiträge (wenn automatische Berechnung deaktiviert wurde)"
|
808 |
|
809 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
810 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
811 |
msgstr "Minimale Priorität für Beiträge (auch wenn automatische Berechnung aktiviert wurde)"
|
812 |
|
813 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
814 |
msgid "Archives"
|
815 |
msgstr "Archive"
|
816 |
|
817 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
818 |
msgid "Update options"
|
819 |
msgstr "Änderungen speichern"
|
820 |
|
821 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
822 |
msgid "Reset options"
|
823 |
msgstr "Einstellungen zurücksetzten"
|
824 |
|
825 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
826 |
msgid "XML-Sitemap Generator"
|
827 |
msgstr "XML-Sitemap Generator"
|
828 |
|
829 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
830 |
msgid "XML-Sitemap"
|
831 |
msgstr "XML-Sitemap"
|
832 |
|
833 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
834 |
msgid "Settings"
|
835 |
msgstr "Einstellungen"
|
836 |
|
837 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
838 |
msgid "FAQ"
|
839 |
msgstr "FAQ"
|
840 |
|
841 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
842 |
msgid "Support"
|
843 |
msgstr "Support"
|
844 |
|
845 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
846 |
msgid "Donate"
|
847 |
msgstr "Spenden"
|
848 |
|
849 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
850 |
msgid "Sitemap FAQ"
|
851 |
msgstr "Sitemaps FAQ"
|
852 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: sitemap\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-11-20 22:53+0100\n"
|
6 |
+
"PO-Revision-Date: 2009-11-20 22:54+0100\n"
|
7 |
"Last-Translator: Arne Brachhold\n"
|
8 |
"Language-Team: Arne Brachhold <himself@arnebrachhold.de>\n"
|
9 |
"MIME-Version: 1.0\n"
|
12 |
"X-Poedit-Language: German\n"
|
13 |
"X-Poedit-Country: GERMANY\n"
|
14 |
|
15 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525
|
16 |
msgid "Comment Count"
|
17 |
msgstr "Anzahl der Kommentare"
|
18 |
|
19 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537
|
20 |
msgid "Uses the number of comments of the post to calculate the priority"
|
21 |
msgstr "Verwendet die Anzahl der Kommentare um die Priorität der Beiträge zu berechnen"
|
22 |
|
23 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597
|
24 |
msgid "Comment Average"
|
25 |
msgstr "Durchschnittliche Anzahl der Kommentare"
|
26 |
|
27 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609
|
28 |
msgid "Uses the average comment count to calculate the priority"
|
29 |
msgstr "Verwendet die durchschnittliche Anzahl der Kommentare um die Priorität der Beiträge zu berechnen."
|
30 |
|
31 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672
|
32 |
msgid "Popularity Contest"
|
33 |
msgstr "Popularity Contest"
|
34 |
|
35 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684
|
36 |
msgid "Uses the activated <a href=\"%1\">Popularity Contest Plugin</a> from <a href=\"%2\">Alex King</a>. See <a href=\"%3\">Settings</a> and <a href=\"%4\">Most Popular Posts</a>"
|
37 |
msgstr "Verwendet das aktivierte <a href=\"%1\">Popularity Contest Plugin</a> von <a href=\"%2\">Alex King</a>. Siehe <a href=\"%3\">Einstellungen</a> und <a href=\"%4\">wichtigste Beiträge</a>"
|
38 |
|
39 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118
|
40 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084
|
41 |
msgid "Always"
|
42 |
msgstr "Immer"
|
43 |
|
44 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119
|
45 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085
|
46 |
msgid "Hourly"
|
47 |
msgstr "Stündlich"
|
48 |
|
49 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120
|
50 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086
|
51 |
msgid "Daily"
|
52 |
msgstr "Täglich"
|
53 |
|
54 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121
|
55 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087
|
56 |
msgid "Weekly"
|
57 |
msgstr "Wöchentlich"
|
58 |
|
59 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122
|
60 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088
|
61 |
msgid "Monthly"
|
62 |
msgstr "Monatlich"
|
63 |
|
64 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123
|
65 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089
|
66 |
msgid "Yearly"
|
67 |
msgstr "Jährlich"
|
68 |
|
69 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124
|
70 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090
|
71 |
msgid "Never"
|
72 |
msgstr "Nie"
|
73 |
|
74 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107
|
75 |
msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!"
|
76 |
msgstr "Vielen Dank für Deine Spende! Du hilfst mir damit diese kostenlose Software zu unterstützen und weiterzuentwickeln!"
|
77 |
|
78 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107
|
79 |
msgid "Hide this notice"
|
80 |
msgstr "Diesen Hinweis verstecken"
|
81 |
|
82 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
83 |
#, php-format
|
84 |
+
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few 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>"
|
85 |
+
msgstr "Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis zufrieden bist, ist es nicht mindestens ein paar Euro Wert? <a href=\"%s\">Spenden</a> helfen mir diese <i>kostenlose</i> Software zu unterstützen und weiterzuentwickeln! <a href=\"%s\">Klar, kein Problem!</a> "
|
86 |
|
87 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
88 |
+
msgid "Sure, but I already did!"
|
89 |
+
msgstr "Klar, hab ich schon gemacht!"
|
90 |
+
|
91 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
92 |
msgid "No thanks, please don't bug me anymore!"
|
93 |
msgstr "Nein danke, bitte nicht mehr nerven! "
|
94 |
|
95 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120
|
96 |
+
#, php-format
|
97 |
+
msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not <a href=\"%s\">rate it</a> and <a href=\"%s\">recommend it</a> to others? :-)"
|
98 |
+
msgstr "Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis zufrieden bist, würde ich mich freuen wenn Du es <a href=\"%s\">bewerten</a> und <a href=\"%s\">weiterempfehlen</a> würdest."
|
99 |
+
|
100 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120
|
101 |
+
msgid "Don't show this anymore"
|
102 |
+
msgstr "Diesen Hinweis nicht mehr zeigen"
|
103 |
+
|
104 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67
|
105 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132
|
106 |
msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!"
|
107 |
msgstr "Die Sietemap wird im Moment neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern. "
|
108 |
|
109 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69
|
110 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134
|
111 |
#, php-format
|
112 |
msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!"
|
113 |
msgstr "Die Sietemap wird in %s Sekunden neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern."
|
114 |
|
115 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163
|
116 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480
|
117 |
msgid "XML Sitemap Generator for WordPress"
|
118 |
msgstr "XML Sitemap Generator für WordPress"
|
119 |
|
120 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323
|
121 |
msgid "Configuration updated"
|
122 |
msgstr "Die Konfiguration wurde gespeichert."
|
123 |
|
124 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324
|
125 |
msgid "Error while saving options"
|
126 |
msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten"
|
127 |
|
128 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326
|
129 |
msgid "Pages saved"
|
130 |
msgstr "Ihre Seiten wurden gespeichert."
|
131 |
|
132 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327
|
133 |
msgid "Error while saving pages"
|
134 |
msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten"
|
135 |
|
136 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334
|
137 |
msgid "The default configuration was restored."
|
138 |
msgstr "Die Standard Konfiguration wurde wieder hergestellt."
|
139 |
|
140 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374
|
141 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496
|
142 |
#, php-format
|
143 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a>."
|
144 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a>."
|
145 |
|
146 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376
|
147 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498
|
148 |
#, php-format
|
149 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> <em>automatic upgrade unavailable for this plugin</em>."
|
150 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a> <em>Automatisches Upgraden ist für dieses Plugin nicht möglich</em>."
|
151 |
|
152 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378
|
153 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500
|
154 |
#, php-format
|
155 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> or <a href=\"%4$s\">upgrade automatically</a>."
|
156 |
msgstr "Es gibt eine Version von %1$s. <a href=\"%2$s\">Version %3$s hier downloaden</a> oder <a href=\"%4$s\">automatisch upgraden</a>."
|
157 |
|
158 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508
|
159 |
+
#, php-format
|
160 |
+
msgid "Your blog is currently blocking search engines! Visit the <a href=\"%s\">privacy settings</a> to change this."
|
161 |
+
msgstr "Dein Blog blockiert zur Zeit Suchmaschienen! Unter den <a href=\"%s\">Eistellungen zur Privatsphäre</a> lässt sich dies ändern."
|
162 |
+
|
163 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529
|
164 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546
|
165 |
msgid "open"
|
166 |
msgstr "öffnen"
|
167 |
|
168 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530
|
169 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547
|
170 |
msgid "close"
|
171 |
msgstr "schließen"
|
172 |
|
173 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531
|
174 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548
|
175 |
msgid "click-down and drag to move this box"
|
176 |
msgstr "Klicken und ziehen um diese Box zu verschieben"
|
177 |
|
178 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532
|
179 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549
|
180 |
msgid "click to %toggle% this box"
|
181 |
msgstr "Klicken um diese box zu %toggle%"
|
182 |
|
183 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533
|
184 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550
|
185 |
msgid "use the arrow keys to move this box"
|
186 |
msgstr "Benutze die Pfeiltaste um diese box zu verschieben"
|
187 |
|
188 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534
|
189 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551
|
190 |
msgid ", or press the enter key to %toggle% it"
|
191 |
msgstr ", oder drück Enter um sie zu %toggle%"
|
192 |
|
193 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580
|
194 |
msgid "About this Plugin:"
|
195 |
msgstr "Über dieses Plugin:"
|
196 |
|
197 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581
|
198 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181
|
199 |
msgid "Plugin Homepage"
|
200 |
msgstr "Plugin Startseite"
|
201 |
|
202 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421
|
203 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582
|
204 |
msgid "Suggest a Feature"
|
205 |
msgstr "Funktion vorschlagen"
|
206 |
|
207 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583
|
208 |
msgid "Notify List"
|
209 |
msgstr "E-Mail bei Update"
|
210 |
|
211 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584
|
212 |
msgid "Support Forum"
|
213 |
msgstr "Hilfe Forum"
|
214 |
|
215 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424
|
216 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585
|
217 |
msgid "Report a Bug"
|
218 |
msgstr "Fehler berichten"
|
219 |
|
220 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587
|
221 |
msgid "Donate with PayPal"
|
222 |
msgstr "Mit PayPal spenden"
|
223 |
|
224 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588
|
225 |
msgid "My Amazon Wish List"
|
226 |
msgstr "Amazon Wunschliste"
|
227 |
|
228 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589
|
229 |
msgid "translator_name"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589
|
233 |
msgid "translator_url"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593
|
237 |
msgid "Sitemap Resources:"
|
238 |
msgstr "Sitemap Informationen"
|
239 |
|
240 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594
|
241 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600
|
242 |
msgid "Webmaster Tools"
|
243 |
msgstr "Webmaster Tools"
|
244 |
|
245 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595
|
246 |
msgid "Webmaster Blog"
|
247 |
msgstr "Webmaster Blog"
|
248 |
|
249 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597
|
250 |
msgid "Site Explorer"
|
251 |
msgstr "Site Explorer"
|
252 |
|
253 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598
|
254 |
msgid "Search Blog"
|
255 |
msgstr "Search Blog"
|
256 |
|
257 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601
|
258 |
msgid "Webmaster Center Blog"
|
259 |
msgstr "Webmaster Center Blog"
|
260 |
|
261 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603
|
262 |
msgid "Sitemaps Protocol"
|
263 |
msgstr "Sitemaps Protokoll"
|
264 |
|
265 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604
|
266 |
msgid "Official Sitemaps FAQ"
|
267 |
msgstr "Offizielle Sitemaps FAQ"
|
268 |
|
269 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605
|
270 |
msgid "My Sitemaps FAQ"
|
271 |
msgstr "Meine Sitemaps FAQ"
|
272 |
|
273 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608
|
274 |
msgid "Recent Donations:"
|
275 |
msgstr "Aktuelle Spenden:"
|
276 |
|
277 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611
|
278 |
msgid "List of the donors"
|
279 |
msgstr "Liste der Spender"
|
280 |
|
281 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613
|
282 |
msgid "Hide this list"
|
283 |
msgstr "Liste ausblenden"
|
284 |
|
285 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616
|
286 |
msgid "Thanks for your support!"
|
287 |
msgstr "Danke für Deine Unterstützung!"
|
288 |
|
289 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638
|
290 |
msgid "The sitemap wasn't generated yet."
|
291 |
msgstr "Die Sitemap wurde bisher noch nicht erzeugt."
|
292 |
|
293 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641
|
294 |
msgid "Result of the last build process, started on %date%."
|
295 |
msgstr "Ergebnisse der letzten Sitemap Generierung, gestartet am %date%."
|
296 |
|
297 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650
|
298 |
#, php-format
|
299 |
msgid "The sitemap wasn't built yet. <a href=\"%s\">Click here</a> to build it the first time."
|
300 |
msgstr "Die Sitemap wurde noch nicht erstellt. <a href=\"%s\">Klick hier</a> um sie das erste mal zu erstellen."
|
301 |
|
302 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656
|
303 |
msgid "Your <a href=\"%url%\">sitemap</a> was last built on <b>%date%</b>."
|
304 |
msgstr "Deine <a href=\"%url%\">Sitemap</a> wurde zuletzt am <b>%date%</b> erstellt."
|
305 |
|
306 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657
|
307 |
msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
308 |
msgstr "Die letzte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?"
|
309 |
|
310 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659
|
311 |
#, fuzzy
|
312 |
msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
313 |
msgstr "Leider gab es ein Problem beim Schreiben der Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. <a href=\"%url%\">Mehr infos</a"
|
314 |
|
315 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666
|
316 |
msgid "Your sitemap (<a href=\"%url%\">zipped</a>) was last built on <b>%date%</b>."
|
317 |
msgstr "Deine Sitemap (<a href=\"%url%\">gezippt</a>) wurde zuletzt am <b>%date%</b> erstellt."
|
318 |
|
319 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667
|
320 |
msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
321 |
msgstr "Die letzte gezippte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?"
|
322 |
|
323 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669
|
324 |
#, fuzzy
|
325 |
msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
326 |
msgstr "Leider gab es ein Problem beim Schreiben der gezippten Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. <a href=\"%url%\">Mehr infos</a"
|
327 |
|
328 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675
|
329 |
msgid "Google was <b>successfully notified</b> about changes."
|
330 |
msgstr "Google wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
331 |
|
332 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678
|
333 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
334 |
msgstr "Es hat %time% Sekunden gedauert Google zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
335 |
|
336 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681
|
337 |
#, php-format
|
338 |
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
339 |
msgstr "Leider gab es beim Versuch Google zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
340 |
|
341 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687
|
342 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
343 |
msgstr "YAHOO wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
344 |
|
345 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690
|
346 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
347 |
msgstr "Es hat %time% Sekunden gedauert YAHOO zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
348 |
|
349 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693
|
350 |
#, php-format
|
351 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
352 |
msgstr "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
353 |
|
354 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699
|
355 |
msgid "Bing was <b>successfully notified</b> about changes."
|
356 |
msgstr "Bing wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
357 |
|
358 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702
|
359 |
msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time."
|
360 |
msgstr "Es hat %time% Sekunden gedauert Bing zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
361 |
|
362 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705
|
363 |
#, php-format
|
364 |
msgid "There was a problem while notifying Bing. <a href=\"%s\">View result</a>"
|
365 |
msgstr "Leider gab es beim Versuch Bing zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
366 |
|
367 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711
|
368 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
369 |
msgstr "Ask.com wurde <b>erfolgreich</b> über die Änderungen <b>benachrichtigt</b>."
|
370 |
|
371 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714
|
372 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
373 |
msgstr "Es hat %time% Sekunden gedauert Ask.com zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?"
|
374 |
|
375 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717
|
376 |
#, php-format
|
377 |
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
378 |
msgstr "Leider gab es beim Versuch Ask.com zu benachrichtigen ein Problem. <a href=\"%s\">Ergebnis anzeigen</a>"
|
379 |
|
380 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725
|
381 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
382 |
msgstr "Die Sitemap-Generierung dauerte <b>%time% sekunden</b> und verwendete %memory% MB Speicher."
|
383 |
|
384 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727
|
385 |
msgid "The building process took about <b>%time% seconds</b> to complete."
|
386 |
msgstr "Die Sitemap-Generierung dauerte <b>%time% sekunden</b>."
|
387 |
|
388 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731
|
389 |
msgid "The content of your sitemap <strong>didn't change</strong> since the last time so the files were not written and no search engine was pinged."
|
390 |
msgstr "Die Inhalte der Sitemap haben sich <strong>nicht geändert</strong> seit dem letzten mal, daher wurden keine Dateien geschrieben oder Suchmaschinen informiert."
|
391 |
|
392 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586
|
393 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739
|
394 |
msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed."
|
395 |
msgstr "Das Erstellen der Sitemap dauert eventuell noch. Laden Sie diese Seite in ein paar Sekunden neu und prüfen Sie ob sich der Status geändert hat."
|
396 |
|
397 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742
|
398 |
msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. <a href=\"%url%\">Learn more</a>"
|
399 |
msgstr "Die letzte Generierung der Sitemap wurde nicht abgeschlossen. Eventuell hilft es das Speicherlimit für PHP Skripte zu erhöhen. <a href=\"%url%\">Mehr Infos</a>"
|
400 |
|
401 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744
|
402 |
msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%."
|
403 |
msgstr "Der zuletzt bekannte Speicherverauch lag bei %memused%MB, das Limit für PHP Skripte ist %memlimit%."
|
404 |
|
405 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748
|
406 |
msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds."
|
407 |
msgstr "Die zuletzt bekannte Ausührungszeit lag bei %timeused% Sekunden, das Limit für PHP Skripe ist %timelimit% Sekunden."
|
408 |
|
409 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752
|
410 |
msgid "The script stopped around post number %lastpost% (+/- 100)"
|
411 |
msgstr "Das Script hat bei dem %lastpost% Beitrag abgebrochen. (+/- 100)"
|
412 |
|
413 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755
|
414 |
#, php-format
|
415 |
msgid "If you changed something on your server or blog, you should <a href=\"%s\">rebuild the sitemap</a> manually."
|
416 |
msgstr "Falls Du etwas am Server oder am Blog geändert hast, solltest Du die Sitemap von Hand <a href=\"%s\">neu erstellen</a>."
|
417 |
|
418 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757
|
419 |
#, php-format
|
420 |
msgid "If you encounter any problems with the build process you can use the <a href=\"%d\">debug function</a> to get more information."
|
421 |
msgstr "Falls es beim Generieren der Sitemap Probleme gibt, kannst Du die <a href=\"%d\">Debug Funktion</a> verwenden um mehr über die auftretenden Fehler zu erfahren."
|
422 |
|
423 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764
|
424 |
msgid "Basic Options"
|
425 |
msgstr "Allgemeine Einstellungen"
|
426 |
|
427 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766
|
428 |
msgid "Sitemap files:"
|
429 |
msgstr "Sitemap Dateien:"
|
430 |
|
431 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766
|
432 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781
|
433 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801
|
434 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834
|
435 |
msgid "Learn more"
|
436 |
msgstr "Mehr Infos"
|
437 |
|
438 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771
|
439 |
msgid "Write a normal XML file (your filename)"
|
440 |
msgstr "Sitemap als XML Datei erzeugen"
|
441 |
|
442 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777
|
443 |
msgid "Write a gzipped file (your filename + .gz)"
|
444 |
msgstr "Gezippte Sitemap erzeugen (Dateiname + .gz)"
|
445 |
|
446 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781
|
447 |
msgid "Building mode:"
|
448 |
msgstr "Erstellungsmodus:"
|
449 |
|
450 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786
|
451 |
msgid "Rebuild sitemap if you change the content of your blog"
|
452 |
msgstr "Sitemap neu generieren wenn Du den Inhalt Deines Blogs änderst"
|
453 |
|
454 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793
|
455 |
msgid "Enable manual sitemap building via GET Request"
|
456 |
msgstr "Manuelles Generieren der Sitemap über GET Anfrage erlauben"
|
457 |
|
458 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797
|
459 |
#, fuzzy
|
460 |
msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: <a href=\"%1\">%1</a> Please check the result box above to see if sitemap was successfully built."
|
461 |
msgstr "Dies erlaubt Dir die Sitemao zu aktualisieren falls ein externes Programm in die WordPress Datenbank geschrieben hat ohne die API zu verwenden. Verwende folgende URL um die Generierung zu starten: <a href=\"%1\">%1</a> Bitte überpüf die Logdatei um zu sehen ob die Generirung erfolgreich war."
|
462 |
|
463 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801
|
464 |
msgid "Update notification:"
|
465 |
msgstr "Benachrichtigung über Änderungen"
|
466 |
|
467 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805
|
468 |
msgid "Notify Google about updates of your Blog"
|
469 |
msgstr "Google über Änderungen benachrichtigen"
|
470 |
|
471 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806
|
472 |
#, php-format
|
473 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
474 |
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."
|
475 |
|
476 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810
|
477 |
msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog"
|
478 |
msgstr "Bing (vormals MSN Live Search) über Änderungen benachrichtigen"
|
479 |
|
480 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811
|
481 |
#, php-format
|
482 |
msgid "No registration required, but you can join the <a href=\"%s\">Bing Webmaster Tools</a> to check crawling statistics."
|
483 |
msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den <a href=\"%s\">Bing Webmaster Tools</a> anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen."
|
484 |
|
485 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815
|
486 |
msgid "Notify Ask.com about updates of your Blog"
|
487 |
msgstr "Ask.com über Änderungen benachrichtigen"
|
488 |
|
489 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816
|
490 |
msgid "No registration required."
|
491 |
msgstr "Keine Registrierung erforderlich"
|
492 |
|
493 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820
|
494 |
msgid "Notify YAHOO about updates of your Blog"
|
495 |
msgstr "YAHOO über Änderungen benachrichtigen"
|
496 |
|
497 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
498 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821
|
499 |
msgid "Your Application ID:"
|
500 |
msgstr "Deine Application ID:"
|
501 |
|
502 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155
|
503 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822
|
504 |
#, php-format
|
505 |
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>! %s2"
|
506 |
msgstr "Noch keinen Key? <a href=\"%s1\">Hier beantragen</a>! %s2"
|
507 |
|
508 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827
|
509 |
msgid "Add sitemap URL to the virtual robots.txt file."
|
510 |
msgstr "Die Sitemap zur virtuellen robots hinzufügen."
|
511 |
|
512 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831
|
513 |
msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!"
|
514 |
msgstr "Es wird die von WordPress generierte virtuelle robots.txt verwendet. Es dark keine robots.txt Datei im Blog Verzeichnis liegen!"
|
515 |
|
516 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834
|
517 |
msgid "Advanced options:"
|
518 |
msgstr "Erweiterte Einstellungen"
|
519 |
|
520 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837
|
521 |
msgid "Limit the number of posts in the sitemap:"
|
522 |
msgstr "Die Anzahl der Beiträge in der Sitemap beschränken auf:"
|
523 |
|
524 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837
|
525 |
msgid "Newer posts will be included first"
|
526 |
msgstr "Neuere Beiträge kommen zuerst"
|
527 |
|
528 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840
|
529 |
msgid "Try to increase the memory limit to:"
|
530 |
msgstr "Versuchen das Speicherlimit zu erhöhen auf: "
|
531 |
|
532 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840
|
533 |
msgid "e.g. \"4M\", \"16M\""
|
534 |
msgstr "z.B. \"4M\", \"16M\""
|
535 |
|
536 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843
|
537 |
msgid "Try to increase the execution time limit to:"
|
538 |
msgstr "Veruschen das Zeit Limit zu erhöhen auf: "
|
539 |
|
540 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843
|
541 |
msgid "in seconds, e.g. \"60\" or \"0\" for unlimited"
|
542 |
msgstr "in Sekunden, z.B. \"60\" oder \"0\" for unendlich"
|
543 |
|
544 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847
|
545 |
msgid "Include a XSLT stylesheet:"
|
546 |
msgstr "Ein XSLT Stylesheet einbinden:"
|
547 |
|
548 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848
|
549 |
msgid "Full or relative URL to your .xsl file"
|
550 |
msgstr "Kompletter oder relativer Pfad zur .xsl Datei"
|
551 |
|
552 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848
|
553 |
#, fuzzy
|
554 |
msgid "Use default"
|
555 |
msgstr "Standard verwenden"
|
556 |
|
557 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
558 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854
|
559 |
msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)"
|
560 |
msgstr "MySQL Standard Modus aktivieren. Benutze diesen nur falls MySQL Fehler auftreten. (Benötigt mehr Speicher!)"
|
561 |
|
562 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855
|
563 |
msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access"
|
564 |
msgstr "Updatete WordPress auf 2.2 um den schnelleren MySQL Modus zu aktiviren"
|
565 |
|
566 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166
|
567 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862
|
568 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
569 |
msgstr "Die Sitemap in einem Background-Process erstellen (Keine Verzögerung nach dem Speichern von Posts)"
|
570 |
|
571 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863
|
572 |
msgid "Upgrade WordPress at least to 2.1 to enable background building"
|
573 |
msgstr "Updatete WordPress auf 2.1 um das Erstellen im Hintergrund zu aktivieren."
|
574 |
|
575 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870
|
576 |
msgid "Additional pages"
|
577 |
msgstr "Zusätzliche Seiten"
|
578 |
|
579 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873
|
580 |
msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.<br />For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com"
|
581 |
msgstr "Hier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in Ihre Sitemap aufgenommen werden sollen aber nicht von WordPress erzeugt werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage als http://www.beispiel.com hier ein."
|
582 |
|
583 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875
|
584 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083
|
585 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097
|
586 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106
|
587 |
msgid "Note"
|
588 |
msgstr "Hinweis"
|
589 |
|
590 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876
|
591 |
msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!"
|
592 |
msgstr "Falls Dein Blog in einem Unterverzeichnis liegt und Du Seiten hinzufügen möchtest die nicht in deinem Blogverzeichnis oder einem tieferen Verzeichnis liegen, musst Du seine Seite ins Stammverzeichnis legen. (Schau Dir den Punkt "Pfad zur Sitemap Datei" weiter unten an)!"
|
593 |
|
594 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878
|
595 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917
|
596 |
msgid "URL to the page"
|
597 |
msgstr "URL zur Seite"
|
598 |
|
599 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879
|
600 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
601 |
msgstr "Geben Sie hier die URL Ihrer Seite an. Beispiele: www.foo.com oder http://www.nic.de/index.html"
|
602 |
|
603 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881
|
604 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918
|
605 |
msgid "Priority"
|
606 |
msgstr "Priorität"
|
607 |
|
608 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882
|
609 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
610 |
msgstr "Wählen Sie hier die Priorität der Seite relativ zu den anderen Seiten. Ihre Homepage könnte z.B. eine höhere Priorität besitzen als das Impressum. "
|
611 |
|
612 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884
|
613 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920
|
614 |
msgid "Last Changed"
|
615 |
msgstr "Letzte Änderung"
|
616 |
|
617 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885
|
618 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
619 |
msgstr "Tragen Sie hier das Datum der letzten Änderung im Format JJJJ-MM-TT (z.B. 2005-12-31). Dieses Feld ist optional und muss nicht ausgefüllt werden."
|
620 |
|
621 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919
|
622 |
msgid "Change Frequency"
|
623 |
msgstr "Änderungshäufigkeit"
|
624 |
|
625 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921
|
626 |
msgid "#"
|
627 |
msgstr "#"
|
628 |
|
629 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926
|
630 |
msgid "No pages defined."
|
631 |
msgstr "Bisher keine Seiten eingetragen."
|
632 |
|
633 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931
|
634 |
msgid "Add new page"
|
635 |
msgstr "Neue Seite hinzufügen"
|
636 |
|
637 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936
|
638 |
msgid "Post Priority"
|
639 |
msgstr "Priorität der Beiträge"
|
640 |
|
641 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938
|
642 |
msgid "Please select how the priority of each post should be calculated:"
|
643 |
msgstr "Bitte wähle wie die Priorität der einzelnen Beiträge berechnet werden soll."
|
644 |
|
645 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940
|
646 |
msgid "Do not use automatic priority calculation"
|
647 |
msgstr "Keine automatische Prioritätsberechung verwenden"
|
648 |
|
649 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940
|
650 |
msgid "All posts will have the same priority which is defined in "Priorities""
|
651 |
msgstr "Alle Beiträge haben die selbe Priorität wlche unter "Prioriäten" eingestellt ist."
|
652 |
|
653 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951
|
654 |
msgid "Location of your sitemap file"
|
655 |
msgstr "Pfad der Sitemap Datei"
|
656 |
|
657 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954
|
658 |
msgid "Automatic detection"
|
659 |
msgstr "Automatische Erkennung"
|
660 |
|
661 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958
|
662 |
msgid "Filename of the sitemap file"
|
663 |
msgstr "Dateiname der Sitemap"
|
664 |
|
665 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961
|
666 |
msgid "Detected Path"
|
667 |
msgstr "Erkenater Pfad"
|
668 |
|
669 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961
|
670 |
msgid "Detected URL"
|
671 |
msgstr "Erkannte URL"
|
672 |
|
673 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966
|
674 |
msgid "Custom location"
|
675 |
msgstr "Eigener Pfad"
|
676 |
|
677 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970
|
678 |
msgid "Absolute or relative path to the sitemap file, including name."
|
679 |
msgstr "Absoluter oder relativer Pfad zur Sitemap Datei inkl. Dateinamen."
|
680 |
|
681 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972
|
682 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981
|
683 |
msgid "Example"
|
684 |
msgstr "Beispiel"
|
685 |
|
686 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979
|
687 |
msgid "Complete URL to the sitemap file, including name."
|
688 |
msgstr "Absolute URL zur Sitemap Datei inkl. Dateinamen."
|
689 |
|
690 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992
|
691 |
msgid "Sitemap Content"
|
692 |
msgstr "Inhalt der Sitemap"
|
693 |
|
694 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998
|
695 |
msgid "Include homepage"
|
696 |
msgstr "Startseite"
|
697 |
|
698 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004
|
699 |
msgid "Include posts"
|
700 |
msgstr "Beiträge"
|
701 |
|
702 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:1013
|
703 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010
|
704 |
msgid "Include following pages of multi-page posts (Increases build time and memory usage!)"
|
705 |
msgstr "Folgeseiten von Beiträgen (Erhöht Erstelldauer und Speicherverbrauch)"
|
706 |
|
707 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016
|
708 |
msgid "Include static pages"
|
709 |
msgstr "Statische Seiten"
|
710 |
|
711 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022
|
712 |
msgid "Include categories"
|
713 |
msgstr "Kategorien"
|
714 |
|
715 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028
|
716 |
msgid "Include archives"
|
717 |
msgstr "Archive"
|
718 |
|
719 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035
|
720 |
msgid "Include tag pages"
|
721 |
msgstr "Tag Seiten "
|
722 |
|
723 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051
|
724 |
+
#, fuzzy, php-format
|
725 |
+
msgid "Include taxonomy pages for %s"
|
726 |
+
msgstr "Tag Seiten "
|
727 |
+
|
728 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061
|
729 |
msgid "Include author pages"
|
730 |
msgstr "Autoren Seiten"
|
731 |
|
732 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065
|
733 |
msgid "Further options"
|
734 |
msgstr "Weitere Optionen"
|
735 |
|
736 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070
|
737 |
msgid "Include the last modification time."
|
738 |
msgstr "Letztes Änderungsdatum mit einbeziehen"
|
739 |
|
740 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072
|
741 |
msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects <i>all</i> sitemap entries."
|
742 |
msgstr "Dies ist äußerst empfohel und hilft den Suchmaschienen zu wissen wann Ihr Inhalt geändert wurde. Diese Einstellungen betrifft <i>alle</i> Einträge der Sitemap."
|
743 |
|
744 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079
|
745 |
msgid "Excluded items"
|
746 |
msgstr "Seiten ausschließen"
|
747 |
|
748 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081
|
749 |
msgid "Excluded categories"
|
750 |
msgstr "Kategorien ausschließen"
|
751 |
|
752 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083
|
753 |
msgid "Using this feature will increase build time and memory usage!"
|
754 |
msgstr "Die Verwendung dieser Funktion wird die Erstelldauer sowie den Speicherverbrauch erhöhen!"
|
755 |
|
756 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090
|
757 |
#, php-format
|
758 |
msgid "This feature requires at least WordPress 2.5.1, you are using %s"
|
759 |
msgstr "Dieses Feature benötigt mindestens WordPress 2.5.1, Sie verwenden %s"
|
760 |
|
761 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093
|
762 |
msgid "Exclude posts"
|
763 |
msgstr "Beiträge ausschließen"
|
764 |
|
765 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
766 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095
|
767 |
msgid "Exclude the following posts or pages:"
|
768 |
msgstr "Folgende Beiträge oder Seiten ausschließen:"
|
769 |
|
770 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
771 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095
|
772 |
msgid "List of IDs, separated by comma"
|
773 |
msgstr "Liste der IDs, getrennt mit Komma"
|
774 |
|
775 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097
|
776 |
msgid "Child posts won't be excluded automatically!"
|
777 |
msgstr "Unterseiten werden nicht automatisch ausgeschlossen!"
|
778 |
|
779 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103
|
780 |
msgid "Change frequencies"
|
781 |
msgstr "Änderungsfrequenz"
|
782 |
|
783 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107
|
784 |
msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages."
|
785 |
msgstr "Bitte beachten Sie dass diese Einstellung nur als Tipp und nicht als Kommando gesehen wird. Suchmaschinen könnten diesen Tipp beachten, müssen sich aber nicht daran halten. Sie können Seiten die als stündlich markiert wurden weniger häufig besuchen und Seiten die als niemals markiert wurden trotzdem überprüfen."
|
786 |
|
787 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113
|
788 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170
|
789 |
msgid "Homepage"
|
790 |
msgstr "Startseite"
|
791 |
|
792 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119
|
793 |
msgid "Posts"
|
794 |
msgstr "Beiträge"
|
795 |
|
796 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125
|
797 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188
|
798 |
msgid "Static pages"
|
799 |
msgstr "Statische Seiten"
|
800 |
|
801 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131
|
802 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194
|
803 |
msgid "Categories"
|
804 |
msgstr "Kategorien"
|
805 |
|
806 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137
|
807 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
808 |
msgstr "Das Archive des aktuellen Monats (Sollte den gleichen Wert haben wie Ihre Startseite)"
|
809 |
|
810 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143
|
811 |
msgid "Older archives (Changes only if you edit an old post)"
|
812 |
msgstr "Archive der vergangenen Monate"
|
813 |
|
814 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150
|
815 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207
|
816 |
msgid "Tag pages"
|
817 |
msgstr "Tag Seiten"
|
818 |
|
819 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157
|
820 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214
|
821 |
msgid "Author pages"
|
822 |
msgstr "Autoren Seiten"
|
823 |
|
824 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165
|
825 |
msgid "Priorities"
|
826 |
msgstr "Prioritäten"
|
827 |
|
828 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176
|
829 |
msgid "Posts (If auto calculation is disabled)"
|
830 |
msgstr "Beiträge (wenn automatische Berechnung deaktiviert wurde)"
|
831 |
|
832 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182
|
833 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
834 |
msgstr "Minimale Priorität für Beiträge (auch wenn automatische Berechnung aktiviert wurde)"
|
835 |
|
836 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200
|
837 |
msgid "Archives"
|
838 |
msgstr "Archive"
|
839 |
|
840 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225
|
841 |
msgid "Update options"
|
842 |
msgstr "Änderungen speichern"
|
843 |
|
844 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226
|
845 |
msgid "Reset options"
|
846 |
msgstr "Einstellungen zurücksetzten"
|
847 |
|
848 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95
|
849 |
msgid "XML-Sitemap Generator"
|
850 |
msgstr "XML-Sitemap Generator"
|
851 |
|
852 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95
|
853 |
msgid "XML-Sitemap"
|
854 |
msgstr "XML-Sitemap"
|
855 |
|
856 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109
|
857 |
msgid "Settings"
|
858 |
msgstr "Einstellungen"
|
859 |
|
860 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110
|
861 |
msgid "FAQ"
|
862 |
msgstr "FAQ"
|
863 |
|
864 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111
|
865 |
msgid "Support"
|
866 |
msgstr "Support"
|
867 |
|
868 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112
|
869 |
msgid "Donate"
|
870 |
msgstr "Spenden"
|
871 |
|
872 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182
|
873 |
msgid "Sitemap FAQ"
|
874 |
msgstr "Sitemaps FAQ"
|
875 |
|
lang/sitemap-es_ES.mo
CHANGED
Binary file
|
lang/sitemap-es_ES.po
CHANGED
@@ -1,323 +1,1006 @@
|
|
1 |
-
# [Countryname] Language File for sitemap (sitemap-[localname].po)
|
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-es_ES.po
|
6 |
-
#
|
7 |
-
msgid ""
|
8 |
-
msgstr ""
|
9 |
-
"Project-Id-Version:
|
10 |
-
"Report-Msgid-Bugs-To:
|
11 |
-
"POT-Creation-Date:
|
12 |
-
"PO-Revision-Date:
|
13 |
-
"Last-Translator:
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"Content-
|
17 |
-
"
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
#: sitemap.php:
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
#: sitemap.php:
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
#: sitemap.php:
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
#: sitemap.php:
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
#: sitemap.php:
|
161 |
-
msgid "
|
162 |
-
msgstr "
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
#: sitemap.php:
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
#: sitemap.php:
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
#: sitemap.php:
|
201 |
-
msgid "
|
202 |
-
msgstr "
|
203 |
-
|
204 |
-
#: sitemap.php:
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
#: sitemap.php:
|
221 |
-
msgid "
|
222 |
-
msgstr "
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
#: sitemap.php:
|
241 |
-
msgid "
|
242 |
-
msgstr "
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
#: sitemap.php:
|
261 |
-
msgid "
|
262 |
-
msgstr "
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
#: sitemap.php:
|
285 |
-
msgid "
|
286 |
-
msgstr "
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
#: sitemap.php:
|
305 |
-
msgid "
|
306 |
-
msgstr "
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# [Countryname] Language File for sitemap (sitemap-[localname].po)
|
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-es_ES.po 176086 2009-11-22 23:43:32Z arnee $
|
6 |
+
#
|
7 |
+
msgid ""
|
8 |
+
msgstr ""
|
9 |
+
"Project-Id-Version: Google Sitemap Generator 3.1.8\n"
|
10 |
+
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2009-08-24 00:20+0100\n"
|
12 |
+
"PO-Revision-Date: 2009-11-09 10:26+0100\n"
|
13 |
+
"Last-Translator: Omi | http://equipajedemano.info <equipajedemano@gmail.com>\n"
|
14 |
+
"Language-Team: Omi <equipajedemano@gmail.com | http://equipajedemano.info/>\n"
|
15 |
+
"MIME-Version: 1.0\n"
|
16 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
18 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
19 |
+
"X-Poedit-Language: Spanish\n"
|
20 |
+
"X-Poedit-Country: Spain\n"
|
21 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
22 |
+
|
23 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846
|
24 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642
|
25 |
+
msgid "Comment Count"
|
26 |
+
msgstr "Contador de comentarios"
|
27 |
+
|
28 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858
|
29 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654
|
30 |
+
msgid "Uses the number of comments of the post to calculate the priority"
|
31 |
+
msgstr "Utiliza la cantidad de comentarios en un artículo para calcular su prioridad"
|
32 |
+
|
33 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918
|
34 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714
|
35 |
+
msgid "Comment Average"
|
36 |
+
msgstr "Promedio de comentarios"
|
37 |
+
|
38 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930
|
39 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726
|
40 |
+
msgid "Uses the average comment count to calculate the priority"
|
41 |
+
msgstr "Utiliza el promedio de comentarios para calcular la prioridad"
|
42 |
+
|
43 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993
|
44 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789
|
45 |
+
msgid "Popularity Contest"
|
46 |
+
msgstr "Concurso de popularidad"
|
47 |
+
|
48 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005
|
49 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801
|
50 |
+
msgid "Uses the activated <a href=\"%1\">Popularity Contest Plugin</a> from <a href=\"%2\">Alex King</a>. See <a href=\"%3\">Settings</a> and <a href=\"%4\">Most Popular Posts</a>"
|
51 |
+
msgstr "Utilizará el plugin <a href=\"%1\">Popularity Contest</a> de <a href=\"%2\">Alex King</a>. Revise <a href=\"%3\">Configuraciones</a> y <a href=\"%4\">Artículos más populares</a>"
|
52 |
+
|
53 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191
|
54 |
+
msgid "Always"
|
55 |
+
msgstr "Siempre"
|
56 |
+
|
57 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192
|
58 |
+
msgid "Hourly"
|
59 |
+
msgstr "Cada hora"
|
60 |
+
|
61 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193
|
62 |
+
msgid "Daily"
|
63 |
+
msgstr "Diariamente"
|
64 |
+
|
65 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1194
|
66 |
+
msgid "Weekly"
|
67 |
+
msgstr "Semanalmente"
|
68 |
+
|
69 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1195
|
70 |
+
msgid "Monthly"
|
71 |
+
msgstr "Mensualmente"
|
72 |
+
|
73 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1196
|
74 |
+
msgid "Yearly"
|
75 |
+
msgstr "Anualmente"
|
76 |
+
|
77 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1197
|
78 |
+
msgid "Never"
|
79 |
+
msgstr "Nunca"
|
80 |
+
|
81 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
82 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97
|
83 |
+
msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!"
|
84 |
+
msgstr "Muchas gracias por su donación. ¡Su ayuda me permite seguir ofreciendo soporte y desarrollo para este plugin y para otros programas gratuitos!"
|
85 |
+
|
86 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
87 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97
|
88 |
+
msgid "Hide this notice"
|
89 |
+
msgstr "Ocultar esta notificación"
|
90 |
+
|
91 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657
|
92 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103
|
93 |
+
#, php-format
|
94 |
+
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>"
|
95 |
+
msgstr "¡Gracias por utilizar este plugin! Ha pasado más de un mes desde que lo instaló. Si funciona bien y está contento con los resultados, ¿no merece la pena donar aunque sea un euro? Las <a href=\"%s\">donaciones</a> me ayudan a seguir ofreciendo soporte y desarrollo para este software <i>gratuito</i> <a href=\"%s\">Claro, ¡sin problemas!</a>"
|
96 |
+
|
97 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657
|
98 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103
|
99 |
+
msgid "No thanks, please don't bug me anymore!"
|
100 |
+
msgstr "No gracias. ¡No me moleste más por favor!"
|
101 |
+
|
102 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67
|
103 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:114
|
104 |
+
msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!"
|
105 |
+
msgstr "Su sitemap está siendo actualizado en este momento. Dependiendo del tamaño de su blog esto podría llevar algún tiempo."
|
106 |
+
|
107 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69
|
108 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:116
|
109 |
+
#, php-format
|
110 |
+
msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!"
|
111 |
+
msgstr "Su sitemap se actualizará en %s segundos. Dependiendo del tamaño de su blog esto podría llevar algún tiempo."
|
112 |
+
|
113 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:145
|
114 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:448
|
115 |
+
msgid "XML Sitemap Generator for WordPress"
|
116 |
+
msgstr "Generador Sitemap en XML para WordPress"
|
117 |
+
|
118 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:293
|
119 |
+
msgid "Configuration updated"
|
120 |
+
msgstr "Configuración actualizada"
|
121 |
+
|
122 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:294
|
123 |
+
msgid "Error while saving options"
|
124 |
+
msgstr "Error mientras se guardaban las opciones"
|
125 |
+
|
126 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:296
|
127 |
+
msgid "Pages saved"
|
128 |
+
msgstr "Páginas guardadas"
|
129 |
+
|
130 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297
|
131 |
+
msgid "Error while saving pages"
|
132 |
+
msgstr "Error mientras se guardaban las páginas"
|
133 |
+
|
134 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758
|
135 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:304
|
136 |
+
msgid "The default configuration was restored."
|
137 |
+
msgstr "Se restauró la configuración por defecto."
|
138 |
+
|
139 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374
|
140 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:461
|
141 |
+
#, php-format
|
142 |
+
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a>."
|
143 |
+
msgstr "Hay una nueva versión disponible de %1$s. <a href=\"%2$s\">Descargue la versión %3$s desde aquí</a>."
|
144 |
+
|
145 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376
|
146 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:463
|
147 |
+
#, php-format
|
148 |
+
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> <em>automatic upgrade unavailable for this plugin</em>."
|
149 |
+
msgstr "Hay una nueva versión disponible de %1$s. <a href=\"%2$s\">Descargue la versión %3$s desde aquí</a> <em>la actualización automática no está disponible para este plugin</em>."
|
150 |
+
|
151 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378
|
152 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:465
|
153 |
+
#, php-format
|
154 |
+
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> or <a href=\"%4$s\">upgrade automatically</a>."
|
155 |
+
msgstr "Hay una nueva versión disponbile de %1$s. <a href=\"%2$s\">Descargue la versión %3$s desde aquí</a> o <a href=\"%4$s\">actualice automáticamente</a>."
|
156 |
+
|
157 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851
|
158 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868
|
159 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:488
|
160 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:505
|
161 |
+
msgid "open"
|
162 |
+
msgstr "abrir"
|
163 |
+
|
164 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852
|
165 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869
|
166 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:489
|
167 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:506
|
168 |
+
msgid "close"
|
169 |
+
msgstr "cerrar"
|
170 |
+
|
171 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853
|
172 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870
|
173 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:490
|
174 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:507
|
175 |
+
msgid "click-down and drag to move this box"
|
176 |
+
msgstr "pinche y arrastre para mover este cuadro"
|
177 |
+
|
178 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854
|
179 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871
|
180 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:491
|
181 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508
|
182 |
+
msgid "click to %toggle% this box"
|
183 |
+
msgstr "pinche para %toggle% este cuadro"
|
184 |
+
|
185 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855
|
186 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872
|
187 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:492
|
188 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:509
|
189 |
+
msgid "use the arrow keys to move this box"
|
190 |
+
msgstr "utilice las teclas de dirección para mover este cuadro"
|
191 |
+
|
192 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856
|
193 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873
|
194 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493
|
195 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510
|
196 |
+
msgid ", or press the enter key to %toggle% it"
|
197 |
+
msgstr ", o pulse la tecla Enter para %toggle%lo"
|
198 |
+
|
199 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884
|
200 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528
|
201 |
+
msgid "About this Plugin:"
|
202 |
+
msgstr "Acerca de este plugin:"
|
203 |
+
|
204 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529
|
205 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:153
|
206 |
+
msgid "Plugin Homepage"
|
207 |
+
msgstr "Web principal del plugin"
|
208 |
+
|
209 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421
|
210 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530
|
211 |
+
msgid "Suggest a Feature"
|
212 |
+
msgstr "Solicitar nuevas características"
|
213 |
+
|
214 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887
|
215 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531
|
216 |
+
msgid "Notify List"
|
217 |
+
msgstr "Lista de notificaciones"
|
218 |
+
|
219 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888
|
220 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532
|
221 |
+
msgid "Support Forum"
|
222 |
+
msgstr "Foro de soporte"
|
223 |
+
|
224 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424
|
225 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533
|
226 |
+
msgid "Report a Bug"
|
227 |
+
msgstr "Comunicar un fallo"
|
228 |
+
|
229 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889
|
230 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535
|
231 |
+
msgid "Donate with PayPal"
|
232 |
+
msgstr "Donar usando PayPal"
|
233 |
+
|
234 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890
|
235 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536
|
236 |
+
msgid "My Amazon Wish List"
|
237 |
+
msgstr "Mi lista de deseos en Amazon"
|
238 |
+
|
239 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
240 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537
|
241 |
+
msgid "translator_name"
|
242 |
+
msgstr "Traducido por: Omi"
|
243 |
+
|
244 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
245 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537
|
246 |
+
msgid "translator_url"
|
247 |
+
msgstr "http://equipajedemano.info"
|
248 |
+
|
249 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540
|
250 |
+
msgid "Sitemap Resources:"
|
251 |
+
msgstr "Recursos sobre sitemap:"
|
252 |
+
|
253 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897
|
254 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541
|
255 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547
|
256 |
+
msgid "Webmaster Tools"
|
257 |
+
msgstr "Herramientas para Webmasters"
|
258 |
+
|
259 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898
|
260 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542
|
261 |
+
msgid "Webmaster Blog"
|
262 |
+
msgstr "El blog del Webmaster"
|
263 |
+
|
264 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900
|
265 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544
|
266 |
+
msgid "Site Explorer"
|
267 |
+
msgstr "Explorador de sitios"
|
268 |
+
|
269 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901
|
270 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545
|
271 |
+
msgid "Search Blog"
|
272 |
+
msgstr "Blog del buscador"
|
273 |
+
|
274 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010
|
275 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548
|
276 |
+
msgid "Webmaster Center Blog"
|
277 |
+
msgstr "El blog del Webmaster"
|
278 |
+
|
279 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550
|
280 |
+
msgid "Sitemaps Protocol"
|
281 |
+
msgstr "Protocolo sitemap"
|
282 |
+
|
283 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904
|
284 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551
|
285 |
+
msgid "Official Sitemaps FAQ"
|
286 |
+
msgstr "FAQ oficial de Sitemaps"
|
287 |
+
|
288 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905
|
289 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552
|
290 |
+
msgid "My Sitemaps FAQ"
|
291 |
+
msgstr "Mi FAQ de Sitemaps"
|
292 |
+
|
293 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910
|
294 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555
|
295 |
+
msgid "Recent Donations:"
|
296 |
+
msgstr "Donaciones recientes:"
|
297 |
+
|
298 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914
|
299 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:559
|
300 |
+
msgid "List of the donors"
|
301 |
+
msgstr "Listado de donantes"
|
302 |
+
|
303 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916
|
304 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:561
|
305 |
+
msgid "Hide this list"
|
306 |
+
msgstr "Ocultar esta lista"
|
307 |
+
|
308 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919
|
309 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564
|
310 |
+
msgid "Thanks for your support!"
|
311 |
+
msgstr "¡Gracias por su colaboración!"
|
312 |
+
|
313 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584
|
314 |
+
msgid "The sitemap wasn't generated yet."
|
315 |
+
msgstr "El sitemap todavía no se ha generado."
|
316 |
+
|
317 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587
|
318 |
+
msgid "Result of the last build process, started on %date%."
|
319 |
+
msgstr "Resultados del último proceso de creación (fecha y hora de inicio: %date%)."
|
320 |
+
|
321 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941
|
322 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:596
|
323 |
+
#, php-format
|
324 |
+
msgid "The sitemap wasn't built yet. <a href=\"%s\">Click here</a> to build it the first time."
|
325 |
+
msgstr "El sitemap todavía no se ha creado. <a href=\"%s\">Pinche aquí</a> para crearlo por primera vez"
|
326 |
+
|
327 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947
|
328 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:602
|
329 |
+
msgid "Your <a href=\"%url%\">sitemap</a> was last built on <b>%date%</b>."
|
330 |
+
msgstr "Su <a href=\"%url%\">sitemap</a> se creó por última vez el <b>%date%</b>."
|
331 |
+
|
332 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603
|
333 |
+
msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
334 |
+
msgstr "La última creación se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?"
|
335 |
+
|
336 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605
|
337 |
+
msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
338 |
+
msgstr "Hubo un problema creando su archivo sitemap. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. <a href=\"%url%\">Más información</a>"
|
339 |
+
|
340 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956
|
341 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612
|
342 |
+
msgid "Your sitemap (<a href=\"%url%\">zipped</a>) was last built on <b>%date%</b>."
|
343 |
+
msgstr "Su sitemap (<a href=\"%url%\">comprimido</a>) se creó por última vez el <b>%date%</b>."
|
344 |
+
|
345 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613
|
346 |
+
msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
347 |
+
msgstr "La última creación comprimida se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?"
|
348 |
+
|
349 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:615
|
350 |
+
msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
351 |
+
msgstr "Hubo un problema creando su archivo sitemap comprimido. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. <a href=\"%url%\">Más información</a>"
|
352 |
+
|
353 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964
|
354 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621
|
355 |
+
msgid "Google was <b>successfully notified</b> about changes."
|
356 |
+
msgstr "Google ha sido <b>correctamente notificado</b> sobre los cambios."
|
357 |
+
|
358 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967
|
359 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624
|
360 |
+
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
361 |
+
msgstr "Llevó %time% segundos notificar a Google. Quizás quiera desactivar esta característica para reducir el tiempo de creación."
|
362 |
+
|
363 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011
|
364 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:627
|
365 |
+
#, php-format
|
366 |
+
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
367 |
+
msgstr "Hubo un problema notificando a Google. <a href=\"%s\">Ver resultado</a>"
|
368 |
+
|
369 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976
|
370 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633
|
371 |
+
msgid "YAHOO was <b>successfully notified</b> about changes."
|
372 |
+
msgstr "Yahoo ha sido <b>correctamente notificado</b> sobre los cambios."
|
373 |
+
|
374 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979
|
375 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636
|
376 |
+
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
377 |
+
msgstr "Llevó %time% segundos notificar a Yahoo. Quizás quiera desactivar esta característica para reducir el tiempo de creación."
|
378 |
+
|
379 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023
|
380 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:639
|
381 |
+
#, php-format
|
382 |
+
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
383 |
+
msgstr "Hubo un problema notificando a Yahoo. <a href=\"%s\">Ver resultado</a>"
|
384 |
+
|
385 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645
|
386 |
+
msgid "Bing was <b>successfully notified</b> about changes."
|
387 |
+
msgstr "Bing ha sido <b>correctamente notificado</b> sobre los cambios."
|
388 |
+
|
389 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648
|
390 |
+
msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time."
|
391 |
+
msgstr "Llevó %time% segundos notificar a Bing. Quizás quiera desactivar esta característica para reducir el tiempo de creación."
|
392 |
+
|
393 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:651
|
394 |
+
#, php-format
|
395 |
+
msgid "There was a problem while notifying Bing. <a href=\"%s\">View result</a>"
|
396 |
+
msgstr "Hubo un problema notificando a Bing. <a href=\"%s\">Ver resultado</a>"
|
397 |
+
|
398 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988
|
399 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657
|
400 |
+
msgid "Ask.com was <b>successfully notified</b> about changes."
|
401 |
+
msgstr "Ask.com ha sido <b>correctamente notificado</b> sobre los cambios."
|
402 |
+
|
403 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991
|
404 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660
|
405 |
+
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
406 |
+
msgstr "Llevó %time% segundos notificar a Ask.com. Quizás quiera desactivar esta característica para reducir el tiempo de creación."
|
407 |
+
|
408 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035
|
409 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:663
|
410 |
+
#, php-format
|
411 |
+
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
412 |
+
msgstr "Hubo un problema notificando a Ask.com. <a href=\"%s\">Ver resultado</a>"
|
413 |
+
|
414 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002
|
415 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:671
|
416 |
+
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
417 |
+
msgstr "El proceso de creación tardó aproximadamente <b>%time% segundos</b> en completarse y utilizó %memory% MB de memoria."
|
418 |
+
|
419 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004
|
420 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673
|
421 |
+
msgid "The building process took about <b>%time% seconds</b> to complete."
|
422 |
+
msgstr "El proceso de creación tardó aproximadamente <b>%time% segundos</b> en completarse."
|
423 |
+
|
424 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008
|
425 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:677
|
426 |
+
msgid "The content of your sitemap <strong>didn't change</strong> since the last time so the files were not written and no search engine was pinged."
|
427 |
+
msgstr "El contenido de su archivo sitemap <strong>no ha cambiado</strong> desde la última vez, por lo que no se han creado nuevos ficheros ni se ha notificado a los buscadores."
|
428 |
+
|
429 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586
|
430 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685
|
431 |
+
msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed."
|
432 |
+
msgstr "¡El proceso de construcción todavía podría estar activo! Recargue la página dentro de unos segundos y compruebe si algo ha cambiado."
|
433 |
+
|
434 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012
|
435 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688
|
436 |
+
msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. <a href=\"%url%\">Learn more</a>"
|
437 |
+
msgstr "¡La última ejecución no logró terminar! Quizás pueda elevar la memoria o el límite de tiempo para los scripts de PHP. <a href=\"%url%\">Más información</a>"
|
438 |
+
|
439 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014
|
440 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690
|
441 |
+
msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%."
|
442 |
+
msgstr "El último uso de memoria por el script fue de %memused%MB; el límite de su servidor es de %memlimit%MB."
|
443 |
+
|
444 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018
|
445 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:694
|
446 |
+
msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds."
|
447 |
+
msgstr "El último tiempo de ejecución por el script fue de %timeused% segundos; el límite de su servidor está en %timelimit% segundos."
|
448 |
+
|
449 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022
|
450 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698
|
451 |
+
msgid "The script stopped around post number %lastpost% (+/- 100)"
|
452 |
+
msgstr "El scripts se detuvo sobre el artículo número %lastpost% (+/- 100)"
|
453 |
+
|
454 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025
|
455 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:701
|
456 |
+
#, php-format
|
457 |
+
msgid "If you changed something on your server or blog, you should <a href=\"%s\">rebuild the sitemap</a> manually."
|
458 |
+
msgstr "Si ha cambiado algo en su servidor o blog debería <a href=\"%s\">crear el sitemap</a> manualmente."
|
459 |
+
|
460 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027
|
461 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:703
|
462 |
+
#, php-format
|
463 |
+
msgid "If you encounter any problems with the build process you can use the <a href=\"%d\">debug function</a> to get more information."
|
464 |
+
msgstr "Si encuentra algún problema durante el proceso de creación, puede utilizar la <a href=\"%d\">función de depuración</a> para obtener más información."
|
465 |
+
|
466 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:710
|
467 |
+
msgid "Basic Options"
|
468 |
+
msgstr "Opciones básicas"
|
469 |
+
|
470 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044
|
471 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712
|
472 |
+
msgid "Sitemap files:"
|
473 |
+
msgstr "Archivos sitemap:"
|
474 |
+
|
475 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044
|
476 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059
|
477 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079
|
478 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104
|
479 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121
|
480 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712
|
481 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727
|
482 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747
|
483 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780
|
484 |
+
msgid "Learn more"
|
485 |
+
msgstr "Más información"
|
486 |
+
|
487 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717
|
488 |
+
msgid "Write a normal XML file (your filename)"
|
489 |
+
msgstr "Escribir un fichero XML normal (nombre_fichero)"
|
490 |
+
|
491 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:723
|
492 |
+
msgid "Write a gzipped file (your filename + .gz)"
|
493 |
+
msgstr "Escribir un fichero comprimido con gzip (nombre_fichero+.gz)"
|
494 |
+
|
495 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059
|
496 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727
|
497 |
+
msgid "Building mode:"
|
498 |
+
msgstr "Modo de creación:"
|
499 |
+
|
500 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064
|
501 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732
|
502 |
+
msgid "Rebuild sitemap if you change the content of your blog"
|
503 |
+
msgstr "Volver a crear el sitemap si ha cambiado el contenido de su blog"
|
504 |
+
|
505 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071
|
506 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739
|
507 |
+
msgid "Enable manual sitemap building via GET Request"
|
508 |
+
msgstr "Permitir la creación manual del sitemap mediante peticiones GET"
|
509 |
+
|
510 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:743
|
511 |
+
msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: <a href=\"%1\">%1</a> Please check the result box above to see if sitemap was successfully built."
|
512 |
+
msgstr "Esto le permitirá actualizar su sitemap si utiliza una herramienta externa, que no usa la API de WordPress, para escribir en la base de datos. Utilice la siguiente URL para iniciar el proceso: <a href=\"%1\">%1</a> Por favor, compruebe el resultado en el cuadro de texto superior para observar si el sitemap se ha creado correctamente."
|
513 |
+
|
514 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747
|
515 |
+
msgid "Update notification:"
|
516 |
+
msgstr "Notificación de actualización"
|
517 |
+
|
518 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083
|
519 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751
|
520 |
+
msgid "Notify Google about updates of your Blog"
|
521 |
+
msgstr "Notificar a Google sobre cambios en su blog"
|
522 |
+
|
523 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084
|
524 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752
|
525 |
+
#, php-format
|
526 |
+
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
527 |
+
msgstr "No es necesario registrarse, pero puede unirse a las <a href=\"%s\">herramientas de Google para webmasters</a> para revisar sus estadísticas."
|
528 |
+
|
529 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:756
|
530 |
+
msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog"
|
531 |
+
msgstr "Notificar a Bing (anteriormente MSN Live Search) sobre cambios en su blog"
|
532 |
+
|
533 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757
|
534 |
+
#, php-format
|
535 |
+
msgid "No registration required, but you can join the <a href=\"%s\">Bing Webmaster Tools</a> to check crawling statistics."
|
536 |
+
msgstr "No es necesario registrarse, pero puede unirse a las <a href=\"%s\">herramientas de Bing para webmasters</a> para revisar sus estadísticas."
|
537 |
+
|
538 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088
|
539 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:761
|
540 |
+
msgid "Notify Ask.com about updates of your Blog"
|
541 |
+
msgstr "Notificar a Ask.com sobre cambios en su blog"
|
542 |
+
|
543 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089
|
544 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:762
|
545 |
+
msgid "No registration required."
|
546 |
+
msgstr "No es necesario registrarse."
|
547 |
+
|
548 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093
|
549 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766
|
550 |
+
msgid "Notify YAHOO about updates of your Blog"
|
551 |
+
msgstr "Notificar a Yahoo sobre cambios en su blog"
|
552 |
+
|
553 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
554 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:767
|
555 |
+
msgid "Your Application ID:"
|
556 |
+
msgstr "Su Id de aplicación:"
|
557 |
+
|
558 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768
|
559 |
+
#, php-format
|
560 |
+
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>! %s2"
|
561 |
+
msgstr "¿No tiene esa identificación? Puede <a href=\"%s1\">solicitar una aquí</a>! %s2"
|
562 |
+
|
563 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:773
|
564 |
+
msgid "Add sitemap URL to the virtual robots.txt file."
|
565 |
+
msgstr "Añadir la URL del sitemap al archivo robots.txt virtual"
|
566 |
+
|
567 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777
|
568 |
+
msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!"
|
569 |
+
msgstr "Se utiliza el archivo robots.txt virtual generado por WordPress. ¡NO debe existir un fichero real robots.txt dentro del directorio del blog!"
|
570 |
+
|
571 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780
|
572 |
+
msgid "Advanced options:"
|
573 |
+
msgstr "Opciones avanzadas:"
|
574 |
+
|
575 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
576 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783
|
577 |
+
msgid "Limit the number of posts in the sitemap:"
|
578 |
+
msgstr "Limitar el número de artículos en el sitemap:"
|
579 |
+
|
580 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
581 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783
|
582 |
+
msgid "Newer posts will be included first"
|
583 |
+
msgstr "Los artículos más recientes se incluiran primero"
|
584 |
+
|
585 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
586 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786
|
587 |
+
msgid "Try to increase the memory limit to:"
|
588 |
+
msgstr "Tratar de incrementar el límite de memoria a:"
|
589 |
+
|
590 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
591 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786
|
592 |
+
msgid "e.g. \"4M\", \"16M\""
|
593 |
+
msgstr "ej.: \"4M\", \"16M\""
|
594 |
+
|
595 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
596 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789
|
597 |
+
msgid "Try to increase the execution time limit to:"
|
598 |
+
msgstr "Tratar de incrementar el límite de tiempo de ejecución a:"
|
599 |
+
|
600 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
601 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789
|
602 |
+
msgid "in seconds, e.g. \"60\" or \"0\" for unlimited"
|
603 |
+
msgstr "en segundos, ej.: \"60\" o \"0\" para ilimitado"
|
604 |
+
|
605 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
606 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793
|
607 |
+
msgid "Include a XSLT stylesheet:"
|
608 |
+
msgstr "Incluir una hoja de estilos XSLT"
|
609 |
+
|
610 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
611 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794
|
612 |
+
msgid "Full or relative URL to your .xsl file"
|
613 |
+
msgstr "URL completa o relativa hacia su fichero .xsl"
|
614 |
+
|
615 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794
|
616 |
+
msgid "Use default"
|
617 |
+
msgstr "Utilizar el predeterminado"
|
618 |
+
|
619 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
620 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:800
|
621 |
+
msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)"
|
622 |
+
msgstr "Activar el modo estándar de MySQL. Sólo deberá utilizarlo si está padeciendo errores de MySQL (¡necesita mucha memoria!)"
|
623 |
+
|
624 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801
|
625 |
+
msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access"
|
626 |
+
msgstr "Actualice, como mínimo, a WordPress 2.2 para activar el acceso rápido a MySQL"
|
627 |
+
|
628 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166
|
629 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:808
|
630 |
+
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
631 |
+
msgstr "Crear el sitemap en segundo plano (así no tendrá que esperar cuando grabe un artículo)"
|
632 |
+
|
633 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:809
|
634 |
+
msgid "Upgrade WordPress at least to 2.1 to enable background building"
|
635 |
+
msgstr "Actualice, como mínimo, a WordPress 2.1 para activar la creación en segundo plano"
|
636 |
+
|
637 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816
|
638 |
+
msgid "Additional pages"
|
639 |
+
msgstr "Páginas adicionales"
|
640 |
+
|
641 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819
|
642 |
+
msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.<br />For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com"
|
643 |
+
msgstr "Aquí puede especificar los ficheros o URLs que deben incluirse en el sitemap, pero que no pertenecen a su blog/WordPress.<br />Por ejemplo: si su dominio es www.foo.com y su blog está en www.foo.com/blog, quizás quiera incluir su página de inicio de www.foo.com"
|
644 |
+
|
645 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821
|
646 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010
|
647 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024
|
648 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033
|
649 |
+
msgid "Note"
|
650 |
+
msgstr "Nota"
|
651 |
+
|
652 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822
|
653 |
+
msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!"
|
654 |
+
msgstr "¡Si su blog está en un subdirectorio y quiere añadir páginas que NO están en el directorio de su blog o por debajo del mismo, DEBE colocar su fichero sitemap en el directorio raíz (Mire la sección \"Localización de su fichero sitemap\" en esta página)!"
|
655 |
+
|
656 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824
|
657 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863
|
658 |
+
msgid "URL to the page"
|
659 |
+
msgstr "URL de la página"
|
660 |
+
|
661 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825
|
662 |
+
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
663 |
+
msgstr "URL de la página. Ejemplos: http://www.foo.com/index.html o www.foo.com/home"
|
664 |
+
|
665 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827
|
666 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864
|
667 |
+
msgid "Priority"
|
668 |
+
msgstr "Prioridad"
|
669 |
+
|
670 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828
|
671 |
+
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
672 |
+
msgstr "Escoja la prioridad relativa de la página comparándola con la de las otras páginas. Por ejemplo, su página de inicio debe tener una mayor prioridad que sus datos personales."
|
673 |
+
|
674 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:830
|
675 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:866
|
676 |
+
msgid "Last Changed"
|
677 |
+
msgstr "Últimos cambios"
|
678 |
+
|
679 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831
|
680 |
+
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
681 |
+
msgstr "Introduzca la fecha del último cambio como AAAA-MM-DD (por ejemplo: 2005-12-31) (opcional)."
|
682 |
+
|
683 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865
|
684 |
+
msgid "Change Frequency"
|
685 |
+
msgstr "Frecuencia de cambios"
|
686 |
+
|
687 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:867
|
688 |
+
msgid "#"
|
689 |
+
msgstr "#"
|
690 |
+
|
691 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:872
|
692 |
+
msgid "No pages defined."
|
693 |
+
msgstr "Ninguna página definida"
|
694 |
+
|
695 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:877
|
696 |
+
msgid "Add new page"
|
697 |
+
msgstr "Añadir una nueva página"
|
698 |
+
|
699 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882
|
700 |
+
msgid "Post Priority"
|
701 |
+
msgstr "Prioridad del artículo"
|
702 |
+
|
703 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329
|
704 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884
|
705 |
+
msgid "Please select how the priority of each post should be calculated:"
|
706 |
+
msgstr "Por favor, seleccione como se calculará la prioridad de cada artículo:"
|
707 |
+
|
708 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
709 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886
|
710 |
+
msgid "Do not use automatic priority calculation"
|
711 |
+
msgstr "No utilizar el cálculo de prioridad automático"
|
712 |
+
|
713 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
714 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886
|
715 |
+
msgid "All posts will have the same priority which is defined in "Priorities""
|
716 |
+
msgstr "Todos los artículos tendrán la misma prioridad según se haya definido en "prioridades""
|
717 |
+
|
718 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897
|
719 |
+
msgid "Location of your sitemap file"
|
720 |
+
msgstr "Localización de su fichero sitemap"
|
721 |
+
|
722 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:900
|
723 |
+
msgid "Automatic detection"
|
724 |
+
msgstr "Detección automática"
|
725 |
+
|
726 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904
|
727 |
+
msgid "Filename of the sitemap file"
|
728 |
+
msgstr "Nombre de fichero para el archivo sitemap"
|
729 |
+
|
730 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907
|
731 |
+
msgid "Detected Path"
|
732 |
+
msgstr "Ruta detectada"
|
733 |
+
|
734 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907
|
735 |
+
msgid "Detected URL"
|
736 |
+
msgstr "URL detectada"
|
737 |
+
|
738 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:912
|
739 |
+
msgid "Custom location"
|
740 |
+
msgstr "Localización automática"
|
741 |
+
|
742 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916
|
743 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
744 |
+
msgstr "Ruta absoluta o relativa al fichero sitemap, incluyendo el nombre."
|
745 |
+
|
746 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918
|
747 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:927
|
748 |
+
msgid "Example"
|
749 |
+
msgstr "Ejemplo"
|
750 |
+
|
751 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925
|
752 |
+
msgid "Complete URL to the sitemap file, including name."
|
753 |
+
msgstr "URL completa del fichero sitemap, incluyendo el nombre."
|
754 |
+
|
755 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938
|
756 |
+
msgid "Sitemap Content"
|
757 |
+
msgstr "Contenido del sitemap"
|
758 |
+
|
759 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:944
|
760 |
+
msgid "Include homepage"
|
761 |
+
msgstr "Incluir página principal"
|
762 |
+
|
763 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:950
|
764 |
+
msgid "Include posts"
|
765 |
+
msgstr "Incluir artículos"
|
766 |
+
|
767 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:956
|
768 |
+
msgid "Include following pages of multi-page posts (Increases build time and memory usage!)"
|
769 |
+
msgstr "Incluir las páginas subsiguientes de los artículos multipágina (¡aumenta el tiempo de creación y el uso de memoria!)"
|
770 |
+
|
771 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:962
|
772 |
+
msgid "Include static pages"
|
773 |
+
msgstr "Incluir páginas estáticas"
|
774 |
+
|
775 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:968
|
776 |
+
msgid "Include categories"
|
777 |
+
msgstr "Incluir categorías"
|
778 |
+
|
779 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:974
|
780 |
+
msgid "Include archives"
|
781 |
+
msgstr "Incluir archivos"
|
782 |
+
|
783 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981
|
784 |
+
msgid "Include tag pages"
|
785 |
+
msgstr "Incluir páginas de etiquetas"
|
786 |
+
|
787 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:988
|
788 |
+
msgid "Include author pages"
|
789 |
+
msgstr "Incluir páginas de autor"
|
790 |
+
|
791 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992
|
792 |
+
msgid "Further options"
|
793 |
+
msgstr "Más opciones"
|
794 |
+
|
795 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997
|
796 |
+
msgid "Include the last modification time."
|
797 |
+
msgstr "Incluir la fecha de última modificación"
|
798 |
+
|
799 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:999
|
800 |
+
msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects <i>all</i> sitemap entries."
|
801 |
+
msgstr "Altamente recomendado, ya que ayuda a los buscadores a saber cuando ha cambiado el contenido. Esta opción afecta a <i>todas</i> las entradas del sitemap."
|
802 |
+
|
803 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1006
|
804 |
+
msgid "Excluded items"
|
805 |
+
msgstr "Elementos excluidos"
|
806 |
+
|
807 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008
|
808 |
+
msgid "Excluded categories"
|
809 |
+
msgstr "Categorías excluidas"
|
810 |
+
|
811 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010
|
812 |
+
msgid "Using this feature will increase build time and memory usage!"
|
813 |
+
msgstr "¡Utilizar esta función incrementará el tiempo de creación y el uso de memoria!"
|
814 |
+
|
815 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017
|
816 |
+
#, php-format
|
817 |
+
msgid "This feature requires at least WordPress 2.5.1, you are using %s"
|
818 |
+
msgstr "Esta característica requiere de, al menos, WordPress 2.5.1. y Vd. está utilizando la versión %s"
|
819 |
+
|
820 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020
|
821 |
+
msgid "Exclude posts"
|
822 |
+
msgstr "Artículos excluidos"
|
823 |
+
|
824 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
825 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022
|
826 |
+
msgid "Exclude the following posts or pages:"
|
827 |
+
msgstr "Excluir los siguientes artículos o páginas:"
|
828 |
+
|
829 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
830 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022
|
831 |
+
msgid "List of IDs, separated by comma"
|
832 |
+
msgstr "Indique los ID, separados por coma"
|
833 |
+
|
834 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024
|
835 |
+
msgid "Child posts won't be excluded automatically!"
|
836 |
+
msgstr "¡Los artículos anidados no se excluirán automáticamente!"
|
837 |
+
|
838 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1030
|
839 |
+
msgid "Change frequencies"
|
840 |
+
msgstr "Frecuencias de cambio"
|
841 |
+
|
842 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034
|
843 |
+
msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages."
|
844 |
+
msgstr "Por favor, tenga en cuenta que el valor de esta etiqueta es considerado como un consejo, no como una orden. Incluso aunque los rastreadores tengan en cuenta esto a la hora de decidir, puede que rastreen páginas marcadas como \"cada hora\" con menos frecuencia que la indicada, y puede que rastreen páginas marcadas como \"anualmente\" con más frecuencia que esta. También podría ocurrir que los rastreadores revisen periódicamente páginas marcadas como \"nunca\" por si ha habido cambios inesperados en dichas páginas."
|
845 |
+
|
846 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040
|
847 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097
|
848 |
+
msgid "Homepage"
|
849 |
+
msgstr "Página principal"
|
850 |
+
|
851 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046
|
852 |
+
msgid "Posts"
|
853 |
+
msgstr "Artículos"
|
854 |
+
|
855 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052
|
856 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1115
|
857 |
+
msgid "Static pages"
|
858 |
+
msgstr "Páginas estáticas"
|
859 |
+
|
860 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058
|
861 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121
|
862 |
+
msgid "Categories"
|
863 |
+
msgstr "Categorías"
|
864 |
+
|
865 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064
|
866 |
+
msgid "The current archive of this month (Should be the same like your homepage)"
|
867 |
+
msgstr "El archivo de este mes (Debe ser igual al de su página principal)"
|
868 |
+
|
869 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070
|
870 |
+
msgid "Older archives (Changes only if you edit an old post)"
|
871 |
+
msgstr "Archivos obsoletos (Sólo cambia si edita un artículo antiguo)"
|
872 |
+
|
873 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1077
|
874 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1134
|
875 |
+
msgid "Tag pages"
|
876 |
+
msgstr "Páginas de etiquetas"
|
877 |
+
|
878 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084
|
879 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141
|
880 |
+
msgid "Author pages"
|
881 |
+
msgstr "Páginas de autor"
|
882 |
+
|
883 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092
|
884 |
+
msgid "Priorities"
|
885 |
+
msgstr "Prioridades"
|
886 |
+
|
887 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103
|
888 |
+
msgid "Posts (If auto calculation is disabled)"
|
889 |
+
msgstr "Artículos (Si el cálculo automático está deshabilitado)"
|
890 |
+
|
891 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1109
|
892 |
+
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
893 |
+
msgstr "Prioridad mínima para artículos (Incluso aunque el cálculo automático esté activo)"
|
894 |
+
|
895 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1127
|
896 |
+
msgid "Archives"
|
897 |
+
msgstr "Archivos"
|
898 |
+
|
899 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1152
|
900 |
+
msgid "Update options"
|
901 |
+
msgstr "Grabar cambios"
|
902 |
+
|
903 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1153
|
904 |
+
msgid "Reset options"
|
905 |
+
msgstr "Reestablecer configuración"
|
906 |
+
|
907 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87
|
908 |
+
msgid "XML-Sitemap Generator"
|
909 |
+
msgstr "XML-Sitemap Generator"
|
910 |
+
|
911 |
+
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415
|
912 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87
|
913 |
+
msgid "XML-Sitemap"
|
914 |
+
msgstr "Sitemap XML"
|
915 |
+
|
916 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:101
|
917 |
+
msgid "Settings"
|
918 |
+
msgstr "Configuraciones"
|
919 |
+
|
920 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:102
|
921 |
+
msgid "FAQ"
|
922 |
+
msgstr "FAQ"
|
923 |
+
|
924 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:103
|
925 |
+
msgid "Support"
|
926 |
+
msgstr "Soporte"
|
927 |
+
|
928 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:104
|
929 |
+
msgid "Donate"
|
930 |
+
msgstr "Dona"
|
931 |
+
|
932 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:154
|
933 |
+
msgid "Sitemap FAQ"
|
934 |
+
msgstr "FAQ sitemap"
|
935 |
+
|
936 |
+
#~ msgid "Manual location"
|
937 |
+
#~ msgstr "Localización manual"
|
938 |
+
#~ msgid "OR"
|
939 |
+
#~ msgstr "O"
|
940 |
+
#~ msgid "Error"
|
941 |
+
#~ msgstr "Error"
|
942 |
+
#~ msgid ""
|
943 |
+
#~ "A new page was added. Click on "Save page changes" to save your "
|
944 |
+
#~ "changes."
|
945 |
+
#~ msgstr ""
|
946 |
+
#~ "Una nueva página fue añadida. Haga click en \"Guardar cambios\" para "
|
947 |
+
#~ "guardar sus cambios."
|
948 |
+
#~ msgid ""
|
949 |
+
#~ "The page was deleted. Click on "Save page changes" to save your "
|
950 |
+
#~ "changes."
|
951 |
+
#~ msgstr ""
|
952 |
+
#~ "La página fue borrada. Haga click en \"Guardar cambios\" para guardar sus "
|
953 |
+
#~ "cambios."
|
954 |
+
#~ msgid "You changes have been cleared."
|
955 |
+
#~ msgstr "Sus cambios se han deshecho."
|
956 |
+
#~ msgid "Manual rebuild"
|
957 |
+
#~ msgstr "Reconstrucción manual"
|
958 |
+
#~ msgid ""
|
959 |
+
#~ "If you want to build the sitemap without editing a post, click on here!"
|
960 |
+
#~ msgstr ""
|
961 |
+
#~ "Si quieres construir el sitemap sin editar ningún artículo, ¡pulse aquí!"
|
962 |
+
#~ msgid "Rebuild Sitemap"
|
963 |
+
#~ msgstr "Reconstruir Sitemap"
|
964 |
+
#~ msgid "Save page changes"
|
965 |
+
#~ msgstr "Guardar los cambios de la página"
|
966 |
+
#~ msgid "Undo all page changes"
|
967 |
+
#~ msgstr "Deshacer todos los cambios de la página"
|
968 |
+
#~ msgid "Delete marked page"
|
969 |
+
#~ msgstr "Borrar página marcada"
|
970 |
+
#~ msgid ""
|
971 |
+
#~ "Enable automatic priority calculation for posts based on comment count"
|
972 |
+
#~ msgstr ""
|
973 |
+
#~ "Activar cálculo automático de prioridades para artículos basándose en el "
|
974 |
+
#~ "número de comentarios"
|
975 |
+
#~ msgid "Write debug comments"
|
976 |
+
#~ msgstr "Escribir comentarios de depuración"
|
977 |
+
#~ msgid "Auto-Ping Google Sitemaps"
|
978 |
+
#~ msgstr "Ping automático a Google Sitemaps"
|
979 |
+
#~ msgid "This option will automatically tell Google about changes."
|
980 |
+
#~ msgstr ""
|
981 |
+
#~ "Esta opción indicará automáticamente a Google que ha habido cambios."
|
982 |
+
#~ msgid "Includings"
|
983 |
+
#~ msgstr "Inclusiones"
|
984 |
+
#~ msgid "Informations and support"
|
985 |
+
#~ msgstr "Información y soporte"
|
986 |
+
#~ msgid ""
|
987 |
+
#~ "Check %s for updates and comment there if you have any problems / "
|
988 |
+
#~ "questions / suggestions."
|
989 |
+
#~ msgstr ""
|
990 |
+
#~ "Compruebe %s para actualizaciones, comentarios, problemas, cuestiones y "
|
991 |
+
#~ "sugerencias."
|
992 |
+
#~ msgid "URL:"
|
993 |
+
#~ msgstr "URL:"
|
994 |
+
#~ msgid "Path:"
|
995 |
+
#~ msgstr "Ruta:"
|
996 |
+
#~ msgid "Could not write into %s"
|
997 |
+
#~ msgstr "No puedo escribir en %s"
|
998 |
+
#~ msgid "Successfully built sitemap file:"
|
999 |
+
#~ msgstr "Fichero sitemap correctamente construido:"
|
1000 |
+
#~ msgid "Successfully built gzipped sitemap file:"
|
1001 |
+
#~ msgstr "Fichero sitemap comprimido correctamente construido:"
|
1002 |
+
#~ msgid "Could not ping to Google at %s"
|
1003 |
+
#~ msgstr "No pude hacer ping a Google en %s"
|
1004 |
+
#~ msgid "Successfully pinged Google at %s"
|
1005 |
+
#~ msgstr "Ping a Google realizado correctamente en %s"
|
1006 |
+
|
lang/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: \n"
|
11 |
-
"POT-Creation-Date: 2009-
|
12 |
-
"PO-Revision-Date: 2009-
|
13 |
"Last-Translator: Arne Brachhold\n"
|
14 |
"Language-Team: \n"
|
15 |
"MIME-Version: 1.0\n"
|
@@ -20,471 +20,488 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: H:\\Webdev\\htdocs\\wp_plugins\\sitemap_beta\n"
|
21 |
|
22 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846
|
23 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
24 |
msgid "Comment Count"
|
25 |
msgstr ""
|
26 |
|
27 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858
|
28 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
29 |
msgid "Uses the number of comments of the post to calculate the priority"
|
30 |
msgstr ""
|
31 |
|
32 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918
|
33 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
34 |
msgid "Comment Average"
|
35 |
msgstr ""
|
36 |
|
37 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930
|
38 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
39 |
msgid "Uses the average comment count to calculate the priority"
|
40 |
msgstr ""
|
41 |
|
42 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993
|
43 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
44 |
msgid "Popularity Contest"
|
45 |
msgstr ""
|
46 |
|
47 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005
|
48 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
49 |
msgid "Uses the activated <a href=\"%1\">Popularity Contest Plugin</a> from <a href=\"%2\">Alex King</a>. See <a href=\"%3\">Settings</a> and <a href=\"%4\">Most Popular Posts</a>"
|
50 |
msgstr ""
|
51 |
|
52 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118
|
53 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
54 |
msgid "Always"
|
55 |
msgstr ""
|
56 |
|
57 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119
|
58 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
59 |
msgid "Hourly"
|
60 |
msgstr ""
|
61 |
|
62 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120
|
63 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
64 |
msgid "Daily"
|
65 |
msgstr ""
|
66 |
|
67 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121
|
68 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
69 |
msgid "Weekly"
|
70 |
msgstr ""
|
71 |
|
72 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122
|
73 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
74 |
msgid "Monthly"
|
75 |
msgstr ""
|
76 |
|
77 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123
|
78 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
79 |
msgid "Yearly"
|
80 |
msgstr ""
|
81 |
|
82 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124
|
83 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:
|
84 |
msgid "Never"
|
85 |
msgstr ""
|
86 |
|
87 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
88 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
89 |
msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!"
|
90 |
msgstr ""
|
91 |
|
92 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
93 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
94 |
msgid "Hide this notice"
|
95 |
msgstr ""
|
96 |
|
97 |
-
|
98 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103
|
99 |
#, php-format
|
100 |
-
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and
|
|
|
|
|
|
|
|
|
101 |
msgstr ""
|
102 |
|
103 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657
|
104 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
105 |
msgid "No thanks, please don't bug me anymore!"
|
106 |
msgstr ""
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67
|
109 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
110 |
msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!"
|
111 |
msgstr ""
|
112 |
|
113 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69
|
114 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
115 |
#, php-format
|
116 |
msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!"
|
117 |
msgstr ""
|
118 |
|
119 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635
|
120 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835
|
121 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
122 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
123 |
msgid "XML Sitemap Generator for WordPress"
|
124 |
msgstr ""
|
125 |
|
126 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740
|
127 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
128 |
msgid "Configuration updated"
|
129 |
msgstr ""
|
130 |
|
131 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741
|
132 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
133 |
msgid "Error while saving options"
|
134 |
msgstr ""
|
135 |
|
136 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743
|
137 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
138 |
msgid "Pages saved"
|
139 |
msgstr ""
|
140 |
|
141 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744
|
142 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
143 |
msgid "Error while saving pages"
|
144 |
msgstr ""
|
145 |
|
146 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758
|
147 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
148 |
msgid "The default configuration was restored."
|
149 |
msgstr ""
|
150 |
|
151 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374
|
152 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
153 |
#, php-format
|
154 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a>."
|
155 |
msgstr ""
|
156 |
|
157 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376
|
158 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
159 |
#, php-format
|
160 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> <em>automatic upgrade unavailable for this plugin</em>."
|
161 |
msgstr ""
|
162 |
|
163 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378
|
164 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
165 |
#, php-format
|
166 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> or <a href=\"%4$s\">upgrade automatically</a>."
|
167 |
msgstr ""
|
168 |
|
|
|
|
|
|
|
|
|
|
|
169 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851
|
170 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868
|
171 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
172 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
173 |
msgid "open"
|
174 |
msgstr ""
|
175 |
|
176 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852
|
177 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869
|
178 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
179 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
180 |
msgid "close"
|
181 |
msgstr ""
|
182 |
|
183 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853
|
184 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870
|
185 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
186 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
187 |
msgid "click-down and drag to move this box"
|
188 |
msgstr ""
|
189 |
|
190 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854
|
191 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871
|
192 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
193 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
194 |
msgid "click to %toggle% this box"
|
195 |
msgstr ""
|
196 |
|
197 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855
|
198 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872
|
199 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
200 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
201 |
msgid "use the arrow keys to move this box"
|
202 |
msgstr ""
|
203 |
|
204 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856
|
205 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873
|
206 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
207 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
208 |
msgid ", or press the enter key to %toggle% it"
|
209 |
msgstr ""
|
210 |
|
211 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884
|
212 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
213 |
msgid "About this Plugin:"
|
214 |
msgstr ""
|
215 |
|
216 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886
|
217 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
218 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
219 |
msgid "Plugin Homepage"
|
220 |
msgstr ""
|
221 |
|
222 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421
|
223 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
224 |
msgid "Suggest a Feature"
|
225 |
msgstr ""
|
226 |
|
227 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887
|
228 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
229 |
msgid "Notify List"
|
230 |
msgstr ""
|
231 |
|
232 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888
|
233 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
234 |
msgid "Support Forum"
|
235 |
msgstr ""
|
236 |
|
237 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424
|
238 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
239 |
msgid "Report a Bug"
|
240 |
msgstr ""
|
241 |
|
242 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889
|
243 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
244 |
msgid "Donate with PayPal"
|
245 |
msgstr ""
|
246 |
|
247 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890
|
248 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
249 |
msgid "My Amazon Wish List"
|
250 |
msgstr ""
|
251 |
|
252 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
253 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
254 |
msgid "translator_name"
|
255 |
msgstr ""
|
256 |
|
257 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
258 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
259 |
msgid "translator_url"
|
260 |
msgstr ""
|
261 |
|
262 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895
|
263 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
264 |
msgid "Sitemap Resources:"
|
265 |
msgstr ""
|
266 |
|
267 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897
|
268 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
269 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
270 |
msgid "Webmaster Tools"
|
271 |
msgstr ""
|
272 |
|
273 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898
|
274 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
275 |
msgid "Webmaster Blog"
|
276 |
msgstr ""
|
277 |
|
278 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900
|
279 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
280 |
msgid "Site Explorer"
|
281 |
msgstr ""
|
282 |
|
283 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901
|
284 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
285 |
msgid "Search Blog"
|
286 |
msgstr ""
|
287 |
|
288 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010
|
289 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
290 |
msgid "Webmaster Center Blog"
|
291 |
msgstr ""
|
292 |
|
293 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903
|
294 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
295 |
msgid "Sitemaps Protocol"
|
296 |
msgstr ""
|
297 |
|
298 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904
|
299 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
300 |
msgid "Official Sitemaps FAQ"
|
301 |
msgstr ""
|
302 |
|
303 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905
|
304 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
305 |
msgid "My Sitemaps FAQ"
|
306 |
msgstr ""
|
307 |
|
308 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910
|
309 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
310 |
msgid "Recent Donations:"
|
311 |
msgstr ""
|
312 |
|
313 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914
|
314 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
315 |
msgid "List of the donors"
|
316 |
msgstr ""
|
317 |
|
318 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916
|
319 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
320 |
msgid "Hide this list"
|
321 |
msgstr ""
|
322 |
|
323 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919
|
324 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
325 |
msgid "Thanks for your support!"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
329 |
msgid "The sitemap wasn't generated yet."
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
333 |
msgid "Result of the last build process, started on %date%."
|
334 |
msgstr ""
|
335 |
|
336 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941
|
337 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
338 |
#, php-format
|
339 |
msgid "The sitemap wasn't built yet. <a href=\"%s\">Click here</a> to build it the first time."
|
340 |
msgstr ""
|
341 |
|
342 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947
|
343 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
344 |
msgid "Your <a href=\"%url%\">sitemap</a> was last built on <b>%date%</b>."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
348 |
msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
352 |
msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
353 |
msgstr ""
|
354 |
|
355 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956
|
356 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
357 |
msgid "Your sitemap (<a href=\"%url%\">zipped</a>) was last built on <b>%date%</b>."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
361 |
msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
365 |
msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
366 |
msgstr ""
|
367 |
|
368 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964
|
369 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
370 |
msgid "Google was <b>successfully notified</b> about changes."
|
371 |
msgstr ""
|
372 |
|
373 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967
|
374 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
375 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
376 |
msgstr ""
|
377 |
|
378 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011
|
379 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
380 |
#, php-format
|
381 |
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
382 |
msgstr ""
|
383 |
|
384 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976
|
385 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
386 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
387 |
msgstr ""
|
388 |
|
389 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979
|
390 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
391 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
392 |
msgstr ""
|
393 |
|
394 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023
|
395 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
396 |
#, php-format
|
397 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
401 |
msgid "Bing was <b>successfully notified</b> about changes."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
405 |
msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
409 |
#, php-format
|
410 |
msgid "There was a problem while notifying Bing. <a href=\"%s\">View result</a>"
|
411 |
msgstr ""
|
412 |
|
413 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988
|
414 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
415 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
416 |
msgstr ""
|
417 |
|
418 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991
|
419 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
420 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
421 |
msgstr ""
|
422 |
|
423 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035
|
424 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
425 |
#, php-format
|
426 |
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
427 |
msgstr ""
|
428 |
|
429 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002
|
430 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
431 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
432 |
msgstr ""
|
433 |
|
434 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004
|
435 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
436 |
msgid "The building process took about <b>%time% seconds</b> to complete."
|
437 |
msgstr ""
|
438 |
|
439 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008
|
440 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
441 |
msgid "The content of your sitemap <strong>didn't change</strong> since the last time so the files were not written and no search engine was pinged."
|
442 |
msgstr ""
|
443 |
|
444 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586
|
445 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
446 |
msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed."
|
447 |
msgstr ""
|
448 |
|
449 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012
|
450 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
451 |
msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. <a href=\"%url%\">Learn more</a>"
|
452 |
msgstr ""
|
453 |
|
454 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014
|
455 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
456 |
msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%."
|
457 |
msgstr ""
|
458 |
|
459 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018
|
460 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
461 |
msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds."
|
462 |
msgstr ""
|
463 |
|
464 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022
|
465 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
466 |
msgid "The script stopped around post number %lastpost% (+/- 100)"
|
467 |
msgstr ""
|
468 |
|
469 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025
|
470 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
471 |
#, php-format
|
472 |
msgid "If you changed something on your server or blog, you should <a href=\"%s\">rebuild the sitemap</a> manually."
|
473 |
msgstr ""
|
474 |
|
475 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027
|
476 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
477 |
#, php-format
|
478 |
msgid "If you encounter any problems with the build process you can use the <a href=\"%d\">debug function</a> to get more information."
|
479 |
msgstr ""
|
480 |
|
481 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040
|
482 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
483 |
msgid "Basic Options"
|
484 |
msgstr ""
|
485 |
|
486 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044
|
487 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
488 |
msgid "Sitemap files:"
|
489 |
msgstr ""
|
490 |
|
@@ -493,522 +510,527 @@ msgstr ""
|
|
493 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079
|
494 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104
|
495 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121
|
496 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
497 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
498 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
499 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
500 |
msgid "Learn more"
|
501 |
msgstr ""
|
502 |
|
503 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049
|
504 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
505 |
msgid "Write a normal XML file (your filename)"
|
506 |
msgstr ""
|
507 |
|
508 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055
|
509 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
510 |
msgid "Write a gzipped file (your filename + .gz)"
|
511 |
msgstr ""
|
512 |
|
513 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059
|
514 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
515 |
msgid "Building mode:"
|
516 |
msgstr ""
|
517 |
|
518 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064
|
519 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
520 |
msgid "Rebuild sitemap if you change the content of your blog"
|
521 |
msgstr ""
|
522 |
|
523 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071
|
524 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
525 |
msgid "Enable manual sitemap building via GET Request"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
529 |
msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: <a href=\"%1\">%1</a> Please check the result box above to see if sitemap was successfully built."
|
530 |
msgstr ""
|
531 |
|
532 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079
|
533 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
534 |
msgid "Update notification:"
|
535 |
msgstr ""
|
536 |
|
537 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083
|
538 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
539 |
msgid "Notify Google about updates of your Blog"
|
540 |
msgstr ""
|
541 |
|
542 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084
|
543 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
544 |
#, php-format
|
545 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
549 |
msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
553 |
#, php-format
|
554 |
msgid "No registration required, but you can join the <a href=\"%s\">Bing Webmaster Tools</a> to check crawling statistics."
|
555 |
msgstr ""
|
556 |
|
557 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088
|
558 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
559 |
msgid "Notify Ask.com about updates of your Blog"
|
560 |
msgstr ""
|
561 |
|
562 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089
|
563 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
564 |
msgid "No registration required."
|
565 |
msgstr ""
|
566 |
|
567 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093
|
568 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
569 |
msgid "Notify YAHOO about updates of your Blog"
|
570 |
msgstr ""
|
571 |
|
572 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
573 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
574 |
msgid "Your Application ID:"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
578 |
#, php-format
|
579 |
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>! %s2"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
583 |
msgid "Add sitemap URL to the virtual robots.txt file."
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
587 |
msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!"
|
588 |
msgstr ""
|
589 |
|
590 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121
|
591 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
592 |
msgid "Advanced options:"
|
593 |
msgstr ""
|
594 |
|
595 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
596 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
597 |
msgid "Limit the number of posts in the sitemap:"
|
598 |
msgstr ""
|
599 |
|
600 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
601 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
602 |
msgid "Newer posts will be included first"
|
603 |
msgstr ""
|
604 |
|
605 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
606 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
607 |
msgid "Try to increase the memory limit to:"
|
608 |
msgstr ""
|
609 |
|
610 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
611 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
612 |
msgid "e.g. \"4M\", \"16M\""
|
613 |
msgstr ""
|
614 |
|
615 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
616 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
617 |
msgid "Try to increase the execution time limit to:"
|
618 |
msgstr ""
|
619 |
|
620 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
621 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
622 |
msgid "in seconds, e.g. \"60\" or \"0\" for unlimited"
|
623 |
msgstr ""
|
624 |
|
625 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
626 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
627 |
msgid "Include a XSLT stylesheet:"
|
628 |
msgstr ""
|
629 |
|
630 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
631 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
632 |
msgid "Full or relative URL to your .xsl file"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
636 |
msgid "Use default"
|
637 |
msgstr ""
|
638 |
|
639 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
640 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
641 |
msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
645 |
msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access"
|
646 |
msgstr ""
|
647 |
|
648 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166
|
649 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
650 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
654 |
msgid "Upgrade WordPress at least to 2.1 to enable background building"
|
655 |
msgstr ""
|
656 |
|
657 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144
|
658 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
659 |
msgid "Additional pages"
|
660 |
msgstr ""
|
661 |
|
662 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149
|
663 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
664 |
msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.<br />For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com"
|
665 |
msgstr ""
|
666 |
|
667 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151
|
668 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462
|
669 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
670 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
671 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
672 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
673 |
msgid "Note"
|
674 |
msgstr ""
|
675 |
|
676 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
677 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
678 |
msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!"
|
679 |
msgstr ""
|
680 |
|
681 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
682 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300
|
683 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
684 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
685 |
msgid "URL to the page"
|
686 |
msgstr ""
|
687 |
|
688 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155
|
689 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
690 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
691 |
msgstr ""
|
692 |
|
693 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157
|
694 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301
|
695 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
696 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
697 |
msgid "Priority"
|
698 |
msgstr ""
|
699 |
|
700 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158
|
701 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
702 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
703 |
msgstr ""
|
704 |
|
705 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160
|
706 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303
|
707 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
708 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
709 |
msgid "Last Changed"
|
710 |
msgstr ""
|
711 |
|
712 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161
|
713 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
714 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
715 |
msgstr ""
|
716 |
|
717 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302
|
718 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
719 |
msgid "Change Frequency"
|
720 |
msgstr ""
|
721 |
|
722 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304
|
723 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
724 |
msgid "#"
|
725 |
msgstr ""
|
726 |
|
727 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309
|
728 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
729 |
msgid "No pages defined."
|
730 |
msgstr ""
|
731 |
|
732 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314
|
733 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
734 |
msgid "Add new page"
|
735 |
msgstr ""
|
736 |
|
737 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325
|
738 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
739 |
msgid "Post Priority"
|
740 |
msgstr ""
|
741 |
|
742 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329
|
743 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
744 |
msgid "Please select how the priority of each post should be calculated:"
|
745 |
msgstr ""
|
746 |
|
747 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
748 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
749 |
msgid "Do not use automatic priority calculation"
|
750 |
msgstr ""
|
751 |
|
752 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
753 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
754 |
msgid "All posts will have the same priority which is defined in "Priorities""
|
755 |
msgstr ""
|
756 |
|
757 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348
|
758 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
759 |
msgid "Location of your sitemap file"
|
760 |
msgstr ""
|
761 |
|
762 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353
|
763 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
764 |
msgid "Automatic detection"
|
765 |
msgstr ""
|
766 |
|
767 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357
|
768 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
769 |
msgid "Filename of the sitemap file"
|
770 |
msgstr ""
|
771 |
|
772 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360
|
773 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
774 |
msgid "Detected Path"
|
775 |
msgstr ""
|
776 |
|
777 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360
|
778 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
779 |
msgid "Detected URL"
|
780 |
msgstr ""
|
781 |
|
782 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365
|
783 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
784 |
msgid "Custom location"
|
785 |
msgstr ""
|
786 |
|
787 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369
|
788 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
789 |
msgid "Absolute or relative path to the sitemap file, including name."
|
790 |
msgstr ""
|
791 |
|
792 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371
|
793 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380
|
794 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
795 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
796 |
msgid "Example"
|
797 |
msgstr ""
|
798 |
|
799 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378
|
800 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
801 |
msgid "Complete URL to the sitemap file, including name."
|
802 |
msgstr ""
|
803 |
|
804 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397
|
805 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
806 |
msgid "Sitemap Content"
|
807 |
msgstr ""
|
808 |
|
809 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405
|
810 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
811 |
msgid "Include homepage"
|
812 |
msgstr ""
|
813 |
|
814 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411
|
815 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
816 |
msgid "Include posts"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
820 |
msgid "Include following pages of multi-page posts (Increases build time and memory usage!)"
|
821 |
msgstr ""
|
822 |
|
823 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417
|
824 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
825 |
msgid "Include static pages"
|
826 |
msgstr ""
|
827 |
|
828 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423
|
829 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
830 |
msgid "Include categories"
|
831 |
msgstr ""
|
832 |
|
833 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429
|
834 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
835 |
msgid "Include archives"
|
836 |
msgstr ""
|
837 |
|
838 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436
|
839 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
840 |
msgid "Include tag pages"
|
841 |
msgstr ""
|
842 |
|
|
|
|
|
|
|
|
|
|
|
843 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443
|
844 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
845 |
msgid "Include author pages"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
849 |
msgid "Further options"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
853 |
msgid "Include the last modification time."
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
857 |
msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects <i>all</i> sitemap entries."
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
861 |
msgid "Excluded items"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
865 |
msgid "Excluded categories"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
869 |
msgid "Using this feature will increase build time and memory usage!"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
873 |
#, php-format
|
874 |
msgid "This feature requires at least WordPress 2.5.1, you are using %s"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
878 |
msgid "Exclude posts"
|
879 |
msgstr ""
|
880 |
|
881 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
882 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
883 |
msgid "Exclude the following posts or pages:"
|
884 |
msgstr ""
|
885 |
|
886 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
887 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
888 |
msgid "List of IDs, separated by comma"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
892 |
msgid "Child posts won't be excluded automatically!"
|
893 |
msgstr ""
|
894 |
|
895 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457
|
896 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
897 |
msgid "Change frequencies"
|
898 |
msgstr ""
|
899 |
|
900 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463
|
901 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
902 |
msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages."
|
903 |
msgstr ""
|
904 |
|
905 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469
|
906 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535
|
907 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
908 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
909 |
msgid "Homepage"
|
910 |
msgstr ""
|
911 |
|
912 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475
|
913 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
914 |
msgid "Posts"
|
915 |
msgstr ""
|
916 |
|
917 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481
|
918 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553
|
919 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
920 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
921 |
msgid "Static pages"
|
922 |
msgstr ""
|
923 |
|
924 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487
|
925 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559
|
926 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
927 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
928 |
msgid "Categories"
|
929 |
msgstr ""
|
930 |
|
931 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493
|
932 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
933 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
934 |
msgstr ""
|
935 |
|
936 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499
|
937 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
938 |
msgid "Older archives (Changes only if you edit an old post)"
|
939 |
msgstr ""
|
940 |
|
941 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506
|
942 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572
|
943 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
944 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
945 |
msgid "Tag pages"
|
946 |
msgstr ""
|
947 |
|
948 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513
|
949 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579
|
950 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
951 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
952 |
msgid "Author pages"
|
953 |
msgstr ""
|
954 |
|
955 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527
|
956 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
957 |
msgid "Priorities"
|
958 |
msgstr ""
|
959 |
|
960 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541
|
961 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
962 |
msgid "Posts (If auto calculation is disabled)"
|
963 |
msgstr ""
|
964 |
|
965 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547
|
966 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
967 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
968 |
msgstr ""
|
969 |
|
970 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565
|
971 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
972 |
msgid "Archives"
|
973 |
msgstr ""
|
974 |
|
975 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590
|
976 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
977 |
msgid "Update options"
|
978 |
msgstr ""
|
979 |
|
980 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591
|
981 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:
|
982 |
msgid "Reset options"
|
983 |
msgstr ""
|
984 |
|
985 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415
|
986 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
987 |
msgid "XML-Sitemap Generator"
|
988 |
msgstr ""
|
989 |
|
990 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415
|
991 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
992 |
msgid "XML-Sitemap"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
996 |
msgid "Settings"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
1000 |
msgid "FAQ"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
1004 |
msgid "Support"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
1008 |
msgid "Donate"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:
|
1012 |
msgid "Sitemap FAQ"
|
1013 |
msgstr ""
|
1014 |
|
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 175669 2009-11-20 21:55:02Z arnee $
|
6 |
#
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: sitemap\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2009-11-20 22:53+0100\n"
|
12 |
+
"PO-Revision-Date: 2009-11-20 22:53+0100\n"
|
13 |
"Last-Translator: Arne Brachhold\n"
|
14 |
"Language-Team: \n"
|
15 |
"MIME-Version: 1.0\n"
|
20 |
"X-Poedit-SearchPath-0: H:\\Webdev\\htdocs\\wp_plugins\\sitemap_beta\n"
|
21 |
|
22 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846
|
23 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525
|
24 |
msgid "Comment Count"
|
25 |
msgstr ""
|
26 |
|
27 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858
|
28 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537
|
29 |
msgid "Uses the number of comments of the post to calculate the priority"
|
30 |
msgstr ""
|
31 |
|
32 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918
|
33 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597
|
34 |
msgid "Comment Average"
|
35 |
msgstr ""
|
36 |
|
37 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930
|
38 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609
|
39 |
msgid "Uses the average comment count to calculate the priority"
|
40 |
msgstr ""
|
41 |
|
42 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993
|
43 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672
|
44 |
msgid "Popularity Contest"
|
45 |
msgstr ""
|
46 |
|
47 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005
|
48 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684
|
49 |
msgid "Uses the activated <a href=\"%1\">Popularity Contest Plugin</a> from <a href=\"%2\">Alex King</a>. See <a href=\"%3\">Settings</a> and <a href=\"%4\">Most Popular Posts</a>"
|
50 |
msgstr ""
|
51 |
|
52 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118
|
53 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084
|
54 |
msgid "Always"
|
55 |
msgstr ""
|
56 |
|
57 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119
|
58 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085
|
59 |
msgid "Hourly"
|
60 |
msgstr ""
|
61 |
|
62 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120
|
63 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086
|
64 |
msgid "Daily"
|
65 |
msgstr ""
|
66 |
|
67 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121
|
68 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087
|
69 |
msgid "Weekly"
|
70 |
msgstr ""
|
71 |
|
72 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122
|
73 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088
|
74 |
msgid "Monthly"
|
75 |
msgstr ""
|
76 |
|
77 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123
|
78 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089
|
79 |
msgid "Yearly"
|
80 |
msgstr ""
|
81 |
|
82 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124
|
83 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090
|
84 |
msgid "Never"
|
85 |
msgstr ""
|
86 |
|
87 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
88 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107
|
89 |
msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!"
|
90 |
msgstr ""
|
91 |
|
92 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600
|
93 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107
|
94 |
msgid "Hide this notice"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
|
|
98 |
#, php-format
|
99 |
+
msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few 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>"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
103 |
+
msgid "Sure, but I already did!"
|
104 |
msgstr ""
|
105 |
|
106 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657
|
107 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113
|
108 |
msgid "No thanks, please don't bug me anymore!"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120
|
112 |
+
#, php-format
|
113 |
+
msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not <a href=\"%s\">rate it</a> and <a href=\"%s\">recommend it</a> to others? :-)"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120
|
117 |
+
msgid "Don't show this anymore"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67
|
121 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132
|
122 |
msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!"
|
123 |
msgstr ""
|
124 |
|
125 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69
|
126 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134
|
127 |
#, php-format
|
128 |
msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!"
|
129 |
msgstr ""
|
130 |
|
131 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635
|
132 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835
|
133 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163
|
134 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480
|
135 |
msgid "XML Sitemap Generator for WordPress"
|
136 |
msgstr ""
|
137 |
|
138 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740
|
139 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323
|
140 |
msgid "Configuration updated"
|
141 |
msgstr ""
|
142 |
|
143 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741
|
144 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324
|
145 |
msgid "Error while saving options"
|
146 |
msgstr ""
|
147 |
|
148 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743
|
149 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326
|
150 |
msgid "Pages saved"
|
151 |
msgstr ""
|
152 |
|
153 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744
|
154 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327
|
155 |
msgid "Error while saving pages"
|
156 |
msgstr ""
|
157 |
|
158 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758
|
159 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334
|
160 |
msgid "The default configuration was restored."
|
161 |
msgstr ""
|
162 |
|
163 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374
|
164 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496
|
165 |
#, php-format
|
166 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a>."
|
167 |
msgstr ""
|
168 |
|
169 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376
|
170 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498
|
171 |
#, php-format
|
172 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> <em>automatic upgrade unavailable for this plugin</em>."
|
173 |
msgstr ""
|
174 |
|
175 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378
|
176 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500
|
177 |
#, php-format
|
178 |
msgid "There is a new version of %1$s available. <a href=\"%2$s\">Download version %3$s here</a> or <a href=\"%4$s\">upgrade automatically</a>."
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508
|
182 |
+
#, php-format
|
183 |
+
msgid "Your blog is currently blocking search engines! Visit the <a href=\"%s\">privacy settings</a> to change this."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851
|
187 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868
|
188 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529
|
189 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546
|
190 |
msgid "open"
|
191 |
msgstr ""
|
192 |
|
193 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852
|
194 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869
|
195 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530
|
196 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547
|
197 |
msgid "close"
|
198 |
msgstr ""
|
199 |
|
200 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853
|
201 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870
|
202 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531
|
203 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548
|
204 |
msgid "click-down and drag to move this box"
|
205 |
msgstr ""
|
206 |
|
207 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854
|
208 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871
|
209 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532
|
210 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549
|
211 |
msgid "click to %toggle% this box"
|
212 |
msgstr ""
|
213 |
|
214 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855
|
215 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872
|
216 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533
|
217 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550
|
218 |
msgid "use the arrow keys to move this box"
|
219 |
msgstr ""
|
220 |
|
221 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856
|
222 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873
|
223 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534
|
224 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551
|
225 |
msgid ", or press the enter key to %toggle% it"
|
226 |
msgstr ""
|
227 |
|
228 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884
|
229 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580
|
230 |
msgid "About this Plugin:"
|
231 |
msgstr ""
|
232 |
|
233 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886
|
234 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581
|
235 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181
|
236 |
msgid "Plugin Homepage"
|
237 |
msgstr ""
|
238 |
|
239 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421
|
240 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582
|
241 |
msgid "Suggest a Feature"
|
242 |
msgstr ""
|
243 |
|
244 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887
|
245 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583
|
246 |
msgid "Notify List"
|
247 |
msgstr ""
|
248 |
|
249 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888
|
250 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584
|
251 |
msgid "Support Forum"
|
252 |
msgstr ""
|
253 |
|
254 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424
|
255 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585
|
256 |
msgid "Report a Bug"
|
257 |
msgstr ""
|
258 |
|
259 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889
|
260 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587
|
261 |
msgid "Donate with PayPal"
|
262 |
msgstr ""
|
263 |
|
264 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890
|
265 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588
|
266 |
msgid "My Amazon Wish List"
|
267 |
msgstr ""
|
268 |
|
269 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
270 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589
|
271 |
msgid "translator_name"
|
272 |
msgstr ""
|
273 |
|
274 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891
|
275 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589
|
276 |
msgid "translator_url"
|
277 |
msgstr ""
|
278 |
|
279 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895
|
280 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593
|
281 |
msgid "Sitemap Resources:"
|
282 |
msgstr ""
|
283 |
|
284 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897
|
285 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594
|
286 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600
|
287 |
msgid "Webmaster Tools"
|
288 |
msgstr ""
|
289 |
|
290 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898
|
291 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595
|
292 |
msgid "Webmaster Blog"
|
293 |
msgstr ""
|
294 |
|
295 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900
|
296 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597
|
297 |
msgid "Site Explorer"
|
298 |
msgstr ""
|
299 |
|
300 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901
|
301 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598
|
302 |
msgid "Search Blog"
|
303 |
msgstr ""
|
304 |
|
305 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010
|
306 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601
|
307 |
msgid "Webmaster Center Blog"
|
308 |
msgstr ""
|
309 |
|
310 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903
|
311 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603
|
312 |
msgid "Sitemaps Protocol"
|
313 |
msgstr ""
|
314 |
|
315 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904
|
316 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604
|
317 |
msgid "Official Sitemaps FAQ"
|
318 |
msgstr ""
|
319 |
|
320 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905
|
321 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605
|
322 |
msgid "My Sitemaps FAQ"
|
323 |
msgstr ""
|
324 |
|
325 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910
|
326 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608
|
327 |
msgid "Recent Donations:"
|
328 |
msgstr ""
|
329 |
|
330 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914
|
331 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611
|
332 |
msgid "List of the donors"
|
333 |
msgstr ""
|
334 |
|
335 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916
|
336 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613
|
337 |
msgid "Hide this list"
|
338 |
msgstr ""
|
339 |
|
340 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919
|
341 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616
|
342 |
msgid "Thanks for your support!"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638
|
346 |
msgid "The sitemap wasn't generated yet."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641
|
350 |
msgid "Result of the last build process, started on %date%."
|
351 |
msgstr ""
|
352 |
|
353 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941
|
354 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650
|
355 |
#, php-format
|
356 |
msgid "The sitemap wasn't built yet. <a href=\"%s\">Click here</a> to build it the first time."
|
357 |
msgstr ""
|
358 |
|
359 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947
|
360 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656
|
361 |
msgid "Your <a href=\"%url%\">sitemap</a> was last built on <b>%date%</b>."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657
|
365 |
msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659
|
369 |
msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
370 |
msgstr ""
|
371 |
|
372 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956
|
373 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666
|
374 |
msgid "Your sitemap (<a href=\"%url%\">zipped</a>) was last built on <b>%date%</b>."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667
|
378 |
msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669
|
382 |
msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. <a href=\"%url%\">Learn more</a>"
|
383 |
msgstr ""
|
384 |
|
385 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964
|
386 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675
|
387 |
msgid "Google was <b>successfully notified</b> about changes."
|
388 |
msgstr ""
|
389 |
|
390 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967
|
391 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678
|
392 |
msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time."
|
393 |
msgstr ""
|
394 |
|
395 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011
|
396 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681
|
397 |
#, php-format
|
398 |
msgid "There was a problem while notifying Google. <a href=\"%s\">View result</a>"
|
399 |
msgstr ""
|
400 |
|
401 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976
|
402 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687
|
403 |
msgid "YAHOO was <b>successfully notified</b> about changes."
|
404 |
msgstr ""
|
405 |
|
406 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979
|
407 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690
|
408 |
msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time."
|
409 |
msgstr ""
|
410 |
|
411 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023
|
412 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693
|
413 |
#, php-format
|
414 |
msgid "There was a problem while notifying YAHOO. <a href=\"%s\">View result</a>"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699
|
418 |
msgid "Bing was <b>successfully notified</b> about changes."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702
|
422 |
msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time."
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705
|
426 |
#, php-format
|
427 |
msgid "There was a problem while notifying Bing. <a href=\"%s\">View result</a>"
|
428 |
msgstr ""
|
429 |
|
430 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988
|
431 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711
|
432 |
msgid "Ask.com was <b>successfully notified</b> about changes."
|
433 |
msgstr ""
|
434 |
|
435 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991
|
436 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714
|
437 |
msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time."
|
438 |
msgstr ""
|
439 |
|
440 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035
|
441 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717
|
442 |
#, php-format
|
443 |
msgid "There was a problem while notifying Ask.com. <a href=\"%s\">View result</a>"
|
444 |
msgstr ""
|
445 |
|
446 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002
|
447 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725
|
448 |
msgid "The building process took about <b>%time% seconds</b> to complete and used %memory% MB of memory."
|
449 |
msgstr ""
|
450 |
|
451 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004
|
452 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727
|
453 |
msgid "The building process took about <b>%time% seconds</b> to complete."
|
454 |
msgstr ""
|
455 |
|
456 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008
|
457 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731
|
458 |
msgid "The content of your sitemap <strong>didn't change</strong> since the last time so the files were not written and no search engine was pinged."
|
459 |
msgstr ""
|
460 |
|
461 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586
|
462 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739
|
463 |
msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed."
|
464 |
msgstr ""
|
465 |
|
466 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012
|
467 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742
|
468 |
msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. <a href=\"%url%\">Learn more</a>"
|
469 |
msgstr ""
|
470 |
|
471 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014
|
472 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744
|
473 |
msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%."
|
474 |
msgstr ""
|
475 |
|
476 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018
|
477 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748
|
478 |
msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds."
|
479 |
msgstr ""
|
480 |
|
481 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022
|
482 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752
|
483 |
msgid "The script stopped around post number %lastpost% (+/- 100)"
|
484 |
msgstr ""
|
485 |
|
486 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025
|
487 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755
|
488 |
#, php-format
|
489 |
msgid "If you changed something on your server or blog, you should <a href=\"%s\">rebuild the sitemap</a> manually."
|
490 |
msgstr ""
|
491 |
|
492 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027
|
493 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757
|
494 |
#, php-format
|
495 |
msgid "If you encounter any problems with the build process you can use the <a href=\"%d\">debug function</a> to get more information."
|
496 |
msgstr ""
|
497 |
|
498 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040
|
499 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764
|
500 |
msgid "Basic Options"
|
501 |
msgstr ""
|
502 |
|
503 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044
|
504 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766
|
505 |
msgid "Sitemap files:"
|
506 |
msgstr ""
|
507 |
|
510 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079
|
511 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104
|
512 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121
|
513 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766
|
514 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781
|
515 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801
|
516 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834
|
517 |
msgid "Learn more"
|
518 |
msgstr ""
|
519 |
|
520 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049
|
521 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771
|
522 |
msgid "Write a normal XML file (your filename)"
|
523 |
msgstr ""
|
524 |
|
525 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055
|
526 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777
|
527 |
msgid "Write a gzipped file (your filename + .gz)"
|
528 |
msgstr ""
|
529 |
|
530 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059
|
531 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781
|
532 |
msgid "Building mode:"
|
533 |
msgstr ""
|
534 |
|
535 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064
|
536 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786
|
537 |
msgid "Rebuild sitemap if you change the content of your blog"
|
538 |
msgstr ""
|
539 |
|
540 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071
|
541 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793
|
542 |
msgid "Enable manual sitemap building via GET Request"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797
|
546 |
msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: <a href=\"%1\">%1</a> Please check the result box above to see if sitemap was successfully built."
|
547 |
msgstr ""
|
548 |
|
549 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079
|
550 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801
|
551 |
msgid "Update notification:"
|
552 |
msgstr ""
|
553 |
|
554 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083
|
555 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805
|
556 |
msgid "Notify Google about updates of your Blog"
|
557 |
msgstr ""
|
558 |
|
559 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084
|
560 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806
|
561 |
#, php-format
|
562 |
msgid "No registration required, but you can join the <a href=\"%s\">Google Webmaster Tools</a> to check crawling statistics."
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810
|
566 |
msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811
|
570 |
#, php-format
|
571 |
msgid "No registration required, but you can join the <a href=\"%s\">Bing Webmaster Tools</a> to check crawling statistics."
|
572 |
msgstr ""
|
573 |
|
574 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088
|
575 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815
|
576 |
msgid "Notify Ask.com about updates of your Blog"
|
577 |
msgstr ""
|
578 |
|
579 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089
|
580 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816
|
581 |
msgid "No registration required."
|
582 |
msgstr ""
|
583 |
|
584 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093
|
585 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820
|
586 |
msgid "Notify YAHOO about updates of your Blog"
|
587 |
msgstr ""
|
588 |
|
589 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
590 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821
|
591 |
msgid "Your Application ID:"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822
|
595 |
#, php-format
|
596 |
msgid "Don't you have such a key? <a href=\"%s1\">Request one here</a>! %s2"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827
|
600 |
msgid "Add sitemap URL to the virtual robots.txt file."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831
|
604 |
msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!"
|
605 |
msgstr ""
|
606 |
|
607 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121
|
608 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834
|
609 |
msgid "Advanced options:"
|
610 |
msgstr ""
|
611 |
|
612 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
613 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837
|
614 |
msgid "Limit the number of posts in the sitemap:"
|
615 |
msgstr ""
|
616 |
|
617 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124
|
618 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837
|
619 |
msgid "Newer posts will be included first"
|
620 |
msgstr ""
|
621 |
|
622 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
623 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840
|
624 |
msgid "Try to increase the memory limit to:"
|
625 |
msgstr ""
|
626 |
|
627 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127
|
628 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840
|
629 |
msgid "e.g. \"4M\", \"16M\""
|
630 |
msgstr ""
|
631 |
|
632 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
633 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843
|
634 |
msgid "Try to increase the execution time limit to:"
|
635 |
msgstr ""
|
636 |
|
637 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130
|
638 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843
|
639 |
msgid "in seconds, e.g. \"60\" or \"0\" for unlimited"
|
640 |
msgstr ""
|
641 |
|
642 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
643 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847
|
644 |
msgid "Include a XSLT stylesheet:"
|
645 |
msgstr ""
|
646 |
|
647 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133
|
648 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848
|
649 |
msgid "Full or relative URL to your .xsl file"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848
|
653 |
msgid "Use default"
|
654 |
msgstr ""
|
655 |
|
656 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
657 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854
|
658 |
msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855
|
662 |
msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access"
|
663 |
msgstr ""
|
664 |
|
665 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166
|
666 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862
|
667 |
msgid "Build the sitemap in a background process (You don't have to wait when you save a post)"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863
|
671 |
msgid "Upgrade WordPress at least to 2.1 to enable background building"
|
672 |
msgstr ""
|
673 |
|
674 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144
|
675 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870
|
676 |
msgid "Additional pages"
|
677 |
msgstr ""
|
678 |
|
679 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149
|
680 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873
|
681 |
msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.<br />For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com"
|
682 |
msgstr ""
|
683 |
|
684 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151
|
685 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462
|
686 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875
|
687 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083
|
688 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097
|
689 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106
|
690 |
msgid "Note"
|
691 |
msgstr ""
|
692 |
|
693 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152
|
694 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876
|
695 |
msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!"
|
696 |
msgstr ""
|
697 |
|
698 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154
|
699 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300
|
700 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878
|
701 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917
|
702 |
msgid "URL to the page"
|
703 |
msgstr ""
|
704 |
|
705 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155
|
706 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879
|
707 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
708 |
msgstr ""
|
709 |
|
710 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157
|
711 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301
|
712 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881
|
713 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918
|
714 |
msgid "Priority"
|
715 |
msgstr ""
|
716 |
|
717 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158
|
718 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882
|
719 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
720 |
msgstr ""
|
721 |
|
722 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160
|
723 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303
|
724 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884
|
725 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920
|
726 |
msgid "Last Changed"
|
727 |
msgstr ""
|
728 |
|
729 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161
|
730 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885
|
731 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
732 |
msgstr ""
|
733 |
|
734 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302
|
735 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919
|
736 |
msgid "Change Frequency"
|
737 |
msgstr ""
|
738 |
|
739 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304
|
740 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921
|
741 |
msgid "#"
|
742 |
msgstr ""
|
743 |
|
744 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309
|
745 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926
|
746 |
msgid "No pages defined."
|
747 |
msgstr ""
|
748 |
|
749 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314
|
750 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931
|
751 |
msgid "Add new page"
|
752 |
msgstr ""
|
753 |
|
754 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325
|
755 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936
|
756 |
msgid "Post Priority"
|
757 |
msgstr ""
|
758 |
|
759 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329
|
760 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938
|
761 |
msgid "Please select how the priority of each post should be calculated:"
|
762 |
msgstr ""
|
763 |
|
764 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
765 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940
|
766 |
msgid "Do not use automatic priority calculation"
|
767 |
msgstr ""
|
768 |
|
769 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331
|
770 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940
|
771 |
msgid "All posts will have the same priority which is defined in "Priorities""
|
772 |
msgstr ""
|
773 |
|
774 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348
|
775 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951
|
776 |
msgid "Location of your sitemap file"
|
777 |
msgstr ""
|
778 |
|
779 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353
|
780 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954
|
781 |
msgid "Automatic detection"
|
782 |
msgstr ""
|
783 |
|
784 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357
|
785 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958
|
786 |
msgid "Filename of the sitemap file"
|
787 |
msgstr ""
|
788 |
|
789 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360
|
790 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961
|
791 |
msgid "Detected Path"
|
792 |
msgstr ""
|
793 |
|
794 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360
|
795 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961
|
796 |
msgid "Detected URL"
|
797 |
msgstr ""
|
798 |
|
799 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365
|
800 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966
|
801 |
msgid "Custom location"
|
802 |
msgstr ""
|
803 |
|
804 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369
|
805 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970
|
806 |
msgid "Absolute or relative path to the sitemap file, including name."
|
807 |
msgstr ""
|
808 |
|
809 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371
|
810 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380
|
811 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972
|
812 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981
|
813 |
msgid "Example"
|
814 |
msgstr ""
|
815 |
|
816 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378
|
817 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979
|
818 |
msgid "Complete URL to the sitemap file, including name."
|
819 |
msgstr ""
|
820 |
|
821 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397
|
822 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992
|
823 |
msgid "Sitemap Content"
|
824 |
msgstr ""
|
825 |
|
826 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405
|
827 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998
|
828 |
msgid "Include homepage"
|
829 |
msgstr ""
|
830 |
|
831 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411
|
832 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004
|
833 |
msgid "Include posts"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010
|
837 |
msgid "Include following pages of multi-page posts (Increases build time and memory usage!)"
|
838 |
msgstr ""
|
839 |
|
840 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417
|
841 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016
|
842 |
msgid "Include static pages"
|
843 |
msgstr ""
|
844 |
|
845 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423
|
846 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022
|
847 |
msgid "Include categories"
|
848 |
msgstr ""
|
849 |
|
850 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429
|
851 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028
|
852 |
msgid "Include archives"
|
853 |
msgstr ""
|
854 |
|
855 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436
|
856 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035
|
857 |
msgid "Include tag pages"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051
|
861 |
+
#, php-format
|
862 |
+
msgid "Include taxonomy pages for %s"
|
863 |
+
msgstr ""
|
864 |
+
|
865 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443
|
866 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061
|
867 |
msgid "Include author pages"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065
|
871 |
msgid "Further options"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070
|
875 |
msgid "Include the last modification time."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072
|
879 |
msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects <i>all</i> sitemap entries."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079
|
883 |
msgid "Excluded items"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081
|
887 |
msgid "Excluded categories"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083
|
891 |
msgid "Using this feature will increase build time and memory usage!"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090
|
895 |
#, php-format
|
896 |
msgid "This feature requires at least WordPress 2.5.1, you are using %s"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093
|
900 |
msgid "Exclude posts"
|
901 |
msgstr ""
|
902 |
|
903 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
904 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095
|
905 |
msgid "Exclude the following posts or pages:"
|
906 |
msgstr ""
|
907 |
|
908 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206
|
909 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095
|
910 |
msgid "List of IDs, separated by comma"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097
|
914 |
msgid "Child posts won't be excluded automatically!"
|
915 |
msgstr ""
|
916 |
|
917 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457
|
918 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103
|
919 |
msgid "Change frequencies"
|
920 |
msgstr ""
|
921 |
|
922 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463
|
923 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107
|
924 |
msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages."
|
925 |
msgstr ""
|
926 |
|
927 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469
|
928 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535
|
929 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113
|
930 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170
|
931 |
msgid "Homepage"
|
932 |
msgstr ""
|
933 |
|
934 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475
|
935 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119
|
936 |
msgid "Posts"
|
937 |
msgstr ""
|
938 |
|
939 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481
|
940 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553
|
941 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125
|
942 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188
|
943 |
msgid "Static pages"
|
944 |
msgstr ""
|
945 |
|
946 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487
|
947 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559
|
948 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131
|
949 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194
|
950 |
msgid "Categories"
|
951 |
msgstr ""
|
952 |
|
953 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493
|
954 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137
|
955 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
956 |
msgstr ""
|
957 |
|
958 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499
|
959 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143
|
960 |
msgid "Older archives (Changes only if you edit an old post)"
|
961 |
msgstr ""
|
962 |
|
963 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506
|
964 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572
|
965 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150
|
966 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207
|
967 |
msgid "Tag pages"
|
968 |
msgstr ""
|
969 |
|
970 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513
|
971 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579
|
972 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157
|
973 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214
|
974 |
msgid "Author pages"
|
975 |
msgstr ""
|
976 |
|
977 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527
|
978 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165
|
979 |
msgid "Priorities"
|
980 |
msgstr ""
|
981 |
|
982 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541
|
983 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176
|
984 |
msgid "Posts (If auto calculation is disabled)"
|
985 |
msgstr ""
|
986 |
|
987 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547
|
988 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182
|
989 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
990 |
msgstr ""
|
991 |
|
992 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565
|
993 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200
|
994 |
msgid "Archives"
|
995 |
msgstr ""
|
996 |
|
997 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590
|
998 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225
|
999 |
msgid "Update options"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591
|
1003 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226
|
1004 |
msgid "Reset options"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415
|
1008 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95
|
1009 |
msgid "XML-Sitemap Generator"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415
|
1013 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95
|
1014 |
msgid "XML-Sitemap"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109
|
1018 |
msgid "Settings"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110
|
1022 |
msgid "FAQ"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111
|
1026 |
msgid "Support"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112
|
1030 |
msgid "Donate"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182
|
1034 |
msgid "Sitemap FAQ"
|
1035 |
msgstr ""
|
1036 |
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Google XML Sitemaps ===
|
2 |
Contributors: arnee
|
3 |
Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
|
4 |
-
Tags: google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.9
|
7 |
Stable tag: 3.1.9
|
1 |
=== Google XML Sitemaps ===
|
2 |
Contributors: arnee
|
3 |
Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal
|
4 |
+
Tags: seo, google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.9
|
7 |
Stable tag: 3.1.9
|
sitemap-core.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
$Id: sitemap-core.php
|
5 |
|
6 |
*/
|
7 |
|
@@ -9,128 +9,6 @@
|
|
9 |
//error_reporting(E_ALL);
|
10 |
//ini_set("display_errors",1);
|
11 |
|
12 |
-
#region PHP5 compat functions
|
13 |
-
if (!function_exists('file_get_contents')) {
|
14 |
-
/**
|
15 |
-
* Replace file_get_contents()
|
16 |
-
*
|
17 |
-
* @category PHP
|
18 |
-
* @package PHP_Compat
|
19 |
-
* @link http://php.net/function.file_get_contents
|
20 |
-
* @author Aidan Lister <aidan - php - net>
|
21 |
-
* @version $Revision: 1.21 $
|
22 |
-
* @internal resource_context is not supported
|
23 |
-
* @since PHP 5
|
24 |
-
*/
|
25 |
-
function file_get_contents($filename, $incpath = false, $resource_context = null) {
|
26 |
-
if (false === $fh = fopen($filename, 'rb', $incpath)) {
|
27 |
-
user_error('file_get_contents() failed to open stream: No such file or directory', E_USER_WARNING);
|
28 |
-
return false;
|
29 |
-
}
|
30 |
-
|
31 |
-
clearstatcache();
|
32 |
-
if ($fsize = @filesize($filename)) {
|
33 |
-
$data = fread($fh, $fsize);
|
34 |
-
} else {
|
35 |
-
$data = '';
|
36 |
-
while (!feof($fh)) {
|
37 |
-
$data .= fread($fh, 8192);
|
38 |
-
}
|
39 |
-
}
|
40 |
-
|
41 |
-
fclose($fh);
|
42 |
-
return $data;
|
43 |
-
}
|
44 |
-
}
|
45 |
-
|
46 |
-
|
47 |
-
if(!function_exists('file_put_contents')) {
|
48 |
-
|
49 |
-
if (!defined('FILE_USE_INCLUDE_PATH')) {
|
50 |
-
define('FILE_USE_INCLUDE_PATH', 1);
|
51 |
-
}
|
52 |
-
|
53 |
-
if (!defined('LOCK_EX')) {
|
54 |
-
define('LOCK_EX', 2);
|
55 |
-
}
|
56 |
-
|
57 |
-
if (!defined('FILE_APPEND')) {
|
58 |
-
define('FILE_APPEND', 8);
|
59 |
-
}
|
60 |
-
|
61 |
-
|
62 |
-
/**
|
63 |
-
* Replace file_put_contents()
|
64 |
-
*
|
65 |
-
* @category PHP
|
66 |
-
* @package PHP_Compat
|
67 |
-
* @link http://php.net/function.file_put_contents
|
68 |
-
* @author Aidan Lister <aidan - php - net>
|
69 |
-
* @version $Revision: 1.25 $
|
70 |
-
* @internal resource_context is not supported
|
71 |
-
* @since PHP 5
|
72 |
-
* @require PHP 4.0.0 (user_error)
|
73 |
-
*/
|
74 |
-
function file_put_contents($filename, $content, $flags = null, $resource_context = null) {
|
75 |
-
// If $content is an array, convert it to a string
|
76 |
-
if (is_array($content)) {
|
77 |
-
$content = implode('', $content);
|
78 |
-
}
|
79 |
-
|
80 |
-
// If we don't have a string, throw an error
|
81 |
-
if (!is_scalar($content)) {
|
82 |
-
user_error('file_put_contents() The 2nd parameter should be either a string or an array',E_USER_WARNING);
|
83 |
-
return false;
|
84 |
-
}
|
85 |
-
|
86 |
-
// Get the length of data to write
|
87 |
-
$length = strlen($content);
|
88 |
-
|
89 |
-
// Check what mode we are using
|
90 |
-
$mode = ($flags & FILE_APPEND)?'a':'wb';
|
91 |
-
|
92 |
-
// Check if we're using the include path
|
93 |
-
$use_inc_path = ($flags & FILE_USE_INCLUDE_PATH)?true:false;
|
94 |
-
|
95 |
-
// Open the file for writing
|
96 |
-
if (($fh = @fopen($filename, $mode, $use_inc_path)) === false) {
|
97 |
-
user_error('file_put_contents() failed to open stream: Permission denied',E_USER_WARNING);
|
98 |
-
return false;
|
99 |
-
}
|
100 |
-
|
101 |
-
// Attempt to get an exclusive lock
|
102 |
-
$use_lock = ($flags & LOCK_EX) ? true : false ;
|
103 |
-
if ($use_lock === true) {
|
104 |
-
if (!flock($fh, LOCK_EX)) {
|
105 |
-
return false;
|
106 |
-
}
|
107 |
-
}
|
108 |
-
|
109 |
-
// Write to the file
|
110 |
-
$bytes = 0;
|
111 |
-
if (($bytes = @fwrite($fh, $content)) === false) {
|
112 |
-
$errormsg = sprintf('file_put_contents() Failed to write %d bytes to %s',$length,$filename);
|
113 |
-
user_error($errormsg, E_USER_WARNING);
|
114 |
-
return false;
|
115 |
-
}
|
116 |
-
|
117 |
-
// Close the handle
|
118 |
-
@fclose($fh);
|
119 |
-
|
120 |
-
// Check all the data was written
|
121 |
-
if ($bytes != $length) {
|
122 |
-
$errormsg = sprintf('file_put_contents() Only %d of %d bytes written, possibly out of free disk space.',$bytes,$length);
|
123 |
-
user_error($errormsg, E_USER_WARNING);
|
124 |
-
return false;
|
125 |
-
}
|
126 |
-
|
127 |
-
// Return length
|
128 |
-
return $bytes;
|
129 |
-
}
|
130 |
-
|
131 |
-
}
|
132 |
-
#endregion
|
133 |
-
|
134 |
/**
|
135 |
* Represents the status (success and failures) of a building process
|
136 |
* @author Arne Brachhold
|
@@ -153,6 +31,11 @@ class GoogleSitemapGeneratorStatus {
|
|
153 |
update_option("sm_status",$this);
|
154 |
}
|
155 |
|
|
|
|
|
|
|
|
|
|
|
156 |
function Load() {
|
157 |
$status = @get_option("sm_status");
|
158 |
if(is_a($status,"GoogleSitemapGeneratorStatus")) return $status;
|
@@ -287,7 +170,7 @@ class GoogleSitemapGeneratorStatus {
|
|
287 |
var $_googleEndTime = 0;
|
288 |
|
289 |
function StartGooglePing($url) {
|
290 |
-
$this->_googleUrl =
|
291 |
$this->_usedGoogle = true;
|
292 |
$this->_googleStartTime = $this->GetMicrotimeFloat();
|
293 |
|
@@ -863,7 +746,7 @@ class GoogleSitemapGenerator {
|
|
863 |
/**
|
864 |
* @var Version of the generator in SVN
|
865 |
*/
|
866 |
-
var $_svnVersion = '$Id: sitemap-core.php
|
867 |
|
868 |
/**
|
869 |
* @var array The unserialized array with the stored options
|
@@ -920,6 +803,14 @@ class GoogleSitemapGenerator {
|
|
920 |
*/
|
921 |
var $_fileZipHandle = null;
|
922 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
923 |
/**
|
924 |
* Returns the path to the blog directory
|
925 |
*
|
@@ -1270,8 +1161,9 @@ class GoogleSitemapGenerator {
|
|
1270 |
}
|
1271 |
|
1272 |
/**
|
1273 |
-
* Returns the list of custom taxonies
|
1274 |
-
*
|
|
|
1275 |
* @return array Array of names of user-defined taxonomies
|
1276 |
*/
|
1277 |
function GetCustomTaxonomies() {
|
@@ -1296,15 +1188,16 @@ class GoogleSitemapGenerator {
|
|
1296 |
* Checks if sitemap building after content changed is enabled and rebuild the sitemap
|
1297 |
*
|
1298 |
* @param int $postID The ID of the post to handle. Used to avoid double rebuilding if more than one hook was fired.
|
|
|
1299 |
* @since 3.0
|
1300 |
* @access public
|
1301 |
* @author Arne Brachhold
|
1302 |
*/
|
1303 |
-
function CheckForAutoBuild($postID) {
|
1304 |
global $wp_version;
|
1305 |
$this->Initate();
|
1306 |
//Build one time per post and if not importing.
|
1307 |
-
if($this->GetOption("b_auto_enabled")===true && $this->_lastPostID != $postID && (!defined('WP_IMPORTING') || WP_IMPORTING != true)) {
|
1308 |
|
1309 |
//Build the sitemap directly or schedule it with WP cron
|
1310 |
if($this->GetOption("b_auto_delay")==true && floatval($wp_version) >= 2.1) {
|
@@ -1325,6 +1218,16 @@ class GoogleSitemapGenerator {
|
|
1325 |
}
|
1326 |
}
|
1327 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1328 |
/**
|
1329 |
* Checks if the rebuild request was send and starts to rebuilt the sitemap
|
1330 |
*
|
@@ -1656,6 +1559,12 @@ class GoogleSitemapGenerator {
|
|
1656 |
return true;
|
1657 |
}
|
1658 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1659 |
function DoRobots() {
|
1660 |
$this->Initate();
|
1661 |
if($this->GetOption('b_robots') === true) {
|
@@ -1666,12 +1575,16 @@ class GoogleSitemapGenerator {
|
|
1666 |
}
|
1667 |
|
1668 |
echo "\nSitemap: " . $smUrl . "\n";
|
1669 |
-
|
1670 |
}
|
1671 |
}
|
1672 |
|
1673 |
/**
|
1674 |
* Builds the sitemap and writes it into a xml file.
|
|
|
|
|
|
|
|
|
|
|
1675 |
*
|
1676 |
* @since 3.0
|
1677 |
* @access public
|
@@ -1867,7 +1780,7 @@ class GoogleSitemapGenerator {
|
|
1867 |
if($this->GetOption("b_safemode")===true) {
|
1868 |
$postRes = mysql_query($sql,$wpdb->dbh);
|
1869 |
if(!$postRes) {
|
1870 |
-
trigger_error("MySQL query failed: " . mysql_error(),E_USER_NOTICE); //
|
1871 |
return;
|
1872 |
}
|
1873 |
} else {
|
@@ -2235,7 +2148,7 @@ class GoogleSitemapGenerator {
|
|
2235 |
|
2236 |
if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start additional URLs"));
|
2237 |
|
2238 |
-
do_action(
|
2239 |
|
2240 |
if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End additional URLs"));
|
2241 |
|
@@ -2325,6 +2238,87 @@ class GoogleSitemapGenerator {
|
|
2325 |
return $status;
|
2326 |
}
|
2327 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2328 |
function RemoteOpen($url,$method = 'get', $postData = null, $timeout = 10) {
|
2329 |
global $wp_version;
|
2330 |
|
@@ -2347,7 +2341,9 @@ class GoogleSitemapGenerator {
|
|
2347 |
$s->submit($url,$postData);
|
2348 |
}
|
2349 |
|
2350 |
-
if($s->status != "200")
|
|
|
|
|
2351 |
|
2352 |
return $s->results;
|
2353 |
|
@@ -2374,17 +2370,6 @@ class GoogleSitemapGenerator {
|
|
2374 |
|
2375 |
return false;
|
2376 |
}
|
2377 |
-
|
2378 |
-
/**
|
2379 |
-
* Tracks the last error (gets called by PHP)
|
2380 |
-
*
|
2381 |
-
* @since 3.0
|
2382 |
-
* @access private
|
2383 |
-
* @author Arne Brachhold
|
2384 |
-
*/
|
2385 |
-
function TrackError($log_level, $log_text, $error_file, $error_line) {
|
2386 |
-
$this->_lastError = $log_text;
|
2387 |
-
}
|
2388 |
|
2389 |
/**
|
2390 |
* Echos option fields for an select field containing the valid change frequencies
|
@@ -2513,6 +2498,12 @@ class GoogleSitemapGenerator {
|
|
2513 |
return $pages;
|
2514 |
}
|
2515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2516 |
function GetTimestampFromMySql($mysqlDateTime) {
|
2517 |
list($date, $hours) = split(' ', $mysqlDateTime);
|
2518 |
list($year,$month,$day) = split('-',$date);
|
@@ -2520,20 +2511,36 @@ class GoogleSitemapGenerator {
|
|
2520 |
return mktime(intval($hour), intval($min), intval($sec), intval($month), intval($day), intval($year));
|
2521 |
}
|
2522 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2523 |
function GetRedirectLink($redir) {
|
2524 |
return trailingslashit("http://www.arnebrachhold.de/redir/" . $redir);
|
2525 |
}
|
2526 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2527 |
function GetBackLink() {
|
2528 |
-
|
2529 |
-
if(
|
2530 |
-
|
2531 |
-
}
|
2532 |
-
|
2533 |
-
if(function_exists("admin_url")) return admin_url(basename($_SERVER["PHP_SELF"])) . "?page=" . $page;
|
2534 |
-
else return $_SERVER['PHP_SELF'] . "?page=" . $page;
|
2535 |
}
|
2536 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2537 |
function HtmlShowOptionsPage() {
|
2538 |
|
2539 |
$ui = $this->GetUI();
|
@@ -2545,8 +2552,13 @@ class GoogleSitemapGenerator {
|
|
2545 |
return false;
|
2546 |
}
|
2547 |
|
2548 |
-
|
2549 |
-
|
|
|
|
|
|
|
|
|
|
|
2550 |
function GetUI() {
|
2551 |
|
2552 |
global $wp_version;
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
$Id: sitemap-core.php 175664 2009-11-20 21:21:09Z arnee $
|
5 |
|
6 |
*/
|
7 |
|
9 |
//error_reporting(E_ALL);
|
10 |
//ini_set("display_errors",1);
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
/**
|
13 |
* Represents the status (success and failures) of a building process
|
14 |
* @author Arne Brachhold
|
31 |
update_option("sm_status",$this);
|
32 |
}
|
33 |
|
34 |
+
/**
|
35 |
+
* Returns the last saved status object or null
|
36 |
+
*
|
37 |
+
* @return GoogleSitemapGeneratorStatus
|
38 |
+
*/
|
39 |
function Load() {
|
40 |
$status = @get_option("sm_status");
|
41 |
if(is_a($status,"GoogleSitemapGeneratorStatus")) return $status;
|
170 |
var $_googleEndTime = 0;
|
171 |
|
172 |
function StartGooglePing($url) {
|
173 |
+
$this->_googleUrl = $url;
|
174 |
$this->_usedGoogle = true;
|
175 |
$this->_googleStartTime = $this->GetMicrotimeFloat();
|
176 |
|
746 |
/**
|
747 |
* @var Version of the generator in SVN
|
748 |
*/
|
749 |
+
var $_svnVersion = '$Id: sitemap-core.php 175664 2009-11-20 21:21:09Z arnee $';
|
750 |
|
751 |
/**
|
752 |
* @var array The unserialized array with the stored options
|
803 |
*/
|
804 |
var $_fileZipHandle = null;
|
805 |
|
806 |
+
/**
|
807 |
+
* Holds the user interface object
|
808 |
+
*
|
809 |
+
* @since 3.1.1
|
810 |
+
* @var GoogleSitemapGeneratorUI
|
811 |
+
*/
|
812 |
+
var $_ui = null;
|
813 |
+
|
814 |
/**
|
815 |
* Returns the path to the blog directory
|
816 |
*
|
1161 |
}
|
1162 |
|
1163 |
/**
|
1164 |
+
* Returns the list of custom taxonies. These are basically all taxonomies without categories and post tags
|
1165 |
+
*
|
1166 |
+
* @since 3.1.7
|
1167 |
* @return array Array of names of user-defined taxonomies
|
1168 |
*/
|
1169 |
function GetCustomTaxonomies() {
|
1188 |
* Checks if sitemap building after content changed is enabled and rebuild the sitemap
|
1189 |
*
|
1190 |
* @param int $postID The ID of the post to handle. Used to avoid double rebuilding if more than one hook was fired.
|
1191 |
+
* @param bool $external Added in 3.1.9. Skips checking of b_auto_enabled if set to true
|
1192 |
* @since 3.0
|
1193 |
* @access public
|
1194 |
* @author Arne Brachhold
|
1195 |
*/
|
1196 |
+
function CheckForAutoBuild($postID, $external = false) {
|
1197 |
global $wp_version;
|
1198 |
$this->Initate();
|
1199 |
//Build one time per post and if not importing.
|
1200 |
+
if((($this->GetOption("b_auto_enabled")===true && $this->_lastPostID != $postID) || $external) && (!defined('WP_IMPORTING') || WP_IMPORTING != true)) {
|
1201 |
|
1202 |
//Build the sitemap directly or schedule it with WP cron
|
1203 |
if($this->GetOption("b_auto_delay")==true && floatval($wp_version) >= 2.1) {
|
1218 |
}
|
1219 |
}
|
1220 |
|
1221 |
+
/**
|
1222 |
+
* Builds the sitemap by external request, for example other plugins.
|
1223 |
+
*
|
1224 |
+
* @since 3.1.9
|
1225 |
+
* @return null
|
1226 |
+
*/
|
1227 |
+
function BuildNowRequest() {
|
1228 |
+
$this->CheckForAutoBuild(null, true);
|
1229 |
+
}
|
1230 |
+
|
1231 |
/**
|
1232 |
* Checks if the rebuild request was send and starts to rebuilt the sitemap
|
1233 |
*
|
1559 |
return true;
|
1560 |
}
|
1561 |
|
1562 |
+
/**
|
1563 |
+
* Adds the sitemap to the virtual robots.txt file
|
1564 |
+
* This function is executed by WordPress with the do_robots hook
|
1565 |
+
*
|
1566 |
+
* @since 3.1.2
|
1567 |
+
*/
|
1568 |
function DoRobots() {
|
1569 |
$this->Initate();
|
1570 |
if($this->GetOption('b_robots') === true) {
|
1575 |
}
|
1576 |
|
1577 |
echo "\nSitemap: " . $smUrl . "\n";
|
|
|
1578 |
}
|
1579 |
}
|
1580 |
|
1581 |
/**
|
1582 |
* Builds the sitemap and writes it into a xml file.
|
1583 |
+
*
|
1584 |
+
* ATTENTION PLUGIN DEVELOPERS! DONT CALL THIS METHOD DIRECTLY!
|
1585 |
+
* The method is probably not available, since it is only loaded when needed.
|
1586 |
+
* Use do_action("sm_rebuild"); if you want to rebuild the sitemap.
|
1587 |
+
* Please refer to the documentation.txt for more details.
|
1588 |
*
|
1589 |
* @since 3.0
|
1590 |
* @access public
|
1780 |
if($this->GetOption("b_safemode")===true) {
|
1781 |
$postRes = mysql_query($sql,$wpdb->dbh);
|
1782 |
if(!$postRes) {
|
1783 |
+
trigger_error("MySQL query failed: " . mysql_error(),E_USER_NOTICE); //E_USER_NOTICE will be displayed on our debug mode
|
1784 |
return;
|
1785 |
}
|
1786 |
} else {
|
2148 |
|
2149 |
if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start additional URLs"));
|
2150 |
|
2151 |
+
do_action('sm_buildmap');
|
2152 |
|
2153 |
if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End additional URLs"));
|
2154 |
|
2238 |
return $status;
|
2239 |
}
|
2240 |
|
2241 |
+
/**
|
2242 |
+
* Tries to ping a specific service showing as much as debug output as possible
|
2243 |
+
* @since 3.1.9
|
2244 |
+
* @return null
|
2245 |
+
*/
|
2246 |
+
function ShowPingResult() {
|
2247 |
+
|
2248 |
+
check_admin_referer('sitemap');
|
2249 |
+
|
2250 |
+
if(!current_user_can("administrator")) {
|
2251 |
+
echo '<p>Please log in as admin</p>';
|
2252 |
+
return;
|
2253 |
+
}
|
2254 |
+
|
2255 |
+
$service = !empty($_GET["sm_ping_service"])?$_GET["sm_ping_service"]:null;
|
2256 |
+
|
2257 |
+
$status = GoogleSitemapGeneratorStatus::Load();
|
2258 |
+
|
2259 |
+
if(!$status) die("No build status yet. Build the sitemap first.");
|
2260 |
+
|
2261 |
+
$url = null;
|
2262 |
+
|
2263 |
+
switch($service) {
|
2264 |
+
case "google":
|
2265 |
+
$url = $status->_googleUrl;
|
2266 |
+
break;
|
2267 |
+
case "yahoo":
|
2268 |
+
$url = $status->_yahooUrl;
|
2269 |
+
break;
|
2270 |
+
case "msn":
|
2271 |
+
$url = $status->_msnUrl;
|
2272 |
+
break;
|
2273 |
+
case "ask":
|
2274 |
+
$url = $status->_askUrl;
|
2275 |
+
break;
|
2276 |
+
}
|
2277 |
+
|
2278 |
+
if(empty($url)) die("Invalid ping url");
|
2279 |
+
|
2280 |
+
echo '<html><head><title>Ping Test</title>';
|
2281 |
+
if(function_exists('wp_admin_css')) wp_admin_css('css/global',true);
|
2282 |
+
echo '</head><body><h1>Ping Test</h1>';
|
2283 |
+
|
2284 |
+
echo '<p>Trying to ping: <a href="' . $url . '">' . $url . '</a>. The sections below should give you an idea whats going on.</p>';
|
2285 |
+
|
2286 |
+
//Try to get as much as debug / error output as possible
|
2287 |
+
$errLevel = error_reporting(E_ALL);
|
2288 |
+
$errDisplay = ini_set("display_errors",1);
|
2289 |
+
if(!defined('WP_DEBUG')) define('WP_DEBUG',true);
|
2290 |
+
|
2291 |
+
echo '<h2>Errors, Warnings, Notices:</h2>';
|
2292 |
+
|
2293 |
+
if(WP_DEBUG == false) echo "<i>WP_DEBUG was set to false somewhere before. You might not see all debug information until you remove this declaration!</i><br />";
|
2294 |
+
if(ini_get("display_errors")!=1) echo "<i>Your display_errors setting currently prevents the plugin from showing errors here. Please check your webserver logfile instead.</i><br />";
|
2295 |
+
|
2296 |
+
$res = $this->RemoteOpen($url);
|
2297 |
+
|
2298 |
+
echo '<h2>Result (text only):</h2>';
|
2299 |
+
|
2300 |
+
echo wp_kses($res,array('a' => array('href' => array()),'p' => array(), 'ul' => array(), 'ol' => array(), 'li' => array()));
|
2301 |
+
|
2302 |
+
echo '<h2>Result (HTML):</h2>';
|
2303 |
+
|
2304 |
+
echo htmlspecialchars($res);
|
2305 |
+
|
2306 |
+
//Revert back old values
|
2307 |
+
error_reporting($errLevel);
|
2308 |
+
ini_set("display_errors",$errDisplay);
|
2309 |
+
echo '</body></html>';
|
2310 |
+
exit;
|
2311 |
+
}
|
2312 |
+
|
2313 |
+
/**
|
2314 |
+
* Opens a remote file using the WordPress API or Snoopy
|
2315 |
+
* @since 3.0
|
2316 |
+
* @param $url The URL to open
|
2317 |
+
* @param $method get or post
|
2318 |
+
* @param $postData An array with key=>value paris
|
2319 |
+
* @param $timeout Timeout for the request, by default 10
|
2320 |
+
* @return mixed False on error, the body of the response on success
|
2321 |
+
*/
|
2322 |
function RemoteOpen($url,$method = 'get', $postData = null, $timeout = 10) {
|
2323 |
global $wp_version;
|
2324 |
|
2341 |
$s->submit($url,$postData);
|
2342 |
}
|
2343 |
|
2344 |
+
if($s->status != "200") {
|
2345 |
+
trigger_error('Snoopy Web Request failed: Status: ' . $s->status . "; Content: " . htmlspecialchars($s->results),E_USER_NOTICE);
|
2346 |
+
}
|
2347 |
|
2348 |
return $s->results;
|
2349 |
|
2370 |
|
2371 |
return false;
|
2372 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2373 |
|
2374 |
/**
|
2375 |
* Echos option fields for an select field containing the valid change frequencies
|
2498 |
return $pages;
|
2499 |
}
|
2500 |
|
2501 |
+
/**
|
2502 |
+
* Converts a mysql datetime value into a unix timestamp
|
2503 |
+
*
|
2504 |
+
* @param The value in the mysql datetime format
|
2505 |
+
* @return int The time in seconds
|
2506 |
+
*/
|
2507 |
function GetTimestampFromMySql($mysqlDateTime) {
|
2508 |
list($date, $hours) = split(' ', $mysqlDateTime);
|
2509 |
list($year,$month,$day) = split('-',$date);
|
2511 |
return mktime(intval($hour), intval($min), intval($sec), intval($month), intval($day), intval($year));
|
2512 |
}
|
2513 |
|
2514 |
+
/**
|
2515 |
+
* Returns a link pointing to a spcific page of the authors website
|
2516 |
+
*
|
2517 |
+
* @since 3.0
|
2518 |
+
* @param The page to link to
|
2519 |
+
* @return string The full url
|
2520 |
+
*/
|
2521 |
function GetRedirectLink($redir) {
|
2522 |
return trailingslashit("http://www.arnebrachhold.de/redir/" . $redir);
|
2523 |
}
|
2524 |
|
2525 |
+
/**
|
2526 |
+
* Returns a link pointing back to the plugin page in WordPress
|
2527 |
+
*
|
2528 |
+
* @since 3.0
|
2529 |
+
* @return string The full url
|
2530 |
+
*/
|
2531 |
function GetBackLink() {
|
2532 |
+
//admin_url was added in WP 2.6.0
|
2533 |
+
if(function_exists("admin_url")) return admin_url("options-general.php?page=" . GoogleSitemapGeneratorLoader::GetBaseName());
|
2534 |
+
else return $_SERVER['PHP_SELF'] . "?page=" . GoogleSitemapGeneratorLoader::GetBaseName();
|
|
|
|
|
|
|
|
|
2535 |
}
|
2536 |
|
2537 |
+
/**
|
2538 |
+
* Shows the option page of the plugin. Before 3.1.1, this function was basically the UI, afterwards the UI was outsourced to another class
|
2539 |
+
*
|
2540 |
+
* @see GoogleSitemapGeneratorUI
|
2541 |
+
* @since 3.0
|
2542 |
+
* @return bool
|
2543 |
+
*/
|
2544 |
function HtmlShowOptionsPage() {
|
2545 |
|
2546 |
$ui = $this->GetUI();
|
2552 |
return false;
|
2553 |
}
|
2554 |
|
2555 |
+
/**
|
2556 |
+
* Includes the user interface class and intializes it
|
2557 |
+
*
|
2558 |
+
* @since 3.1.1
|
2559 |
+
* @see GoogleSitemapGeneratorUI
|
2560 |
+
* @return GoogleSitemapGeneratorUI
|
2561 |
+
*/
|
2562 |
function GetUI() {
|
2563 |
|
2564 |
global $wp_version;
|
sitemap-ui.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
$Id: sitemap-ui.php
|
5 |
|
6 |
*/
|
7 |
|
@@ -69,52 +69,59 @@ class GoogleSitemapGeneratorUI {
|
|
69 |
*/
|
70 |
function HtmlShowOptionsPage() {
|
71 |
global $wp_version;
|
|
|
|
|
|
|
72 |
$this->sg->Initate();
|
73 |
|
74 |
//All output should go in this var which get printed at the end
|
75 |
$message="";
|
76 |
|
77 |
-
if(
|
78 |
-
$this->sg->SetOption('i_hide_donated',true);
|
79 |
-
$this->sg->SaveOptions();
|
80 |
-
}
|
81 |
-
if(isset($_GET['sm_donated'])) {
|
82 |
-
$this->sg->SetOption('i_donated',true);
|
83 |
-
$this->sg->SaveOptions();
|
84 |
-
}
|
85 |
-
if(isset($_GET['sm_hide_note'])) {
|
86 |
-
$this->sg->SetOption('i_hide_note',true);
|
87 |
-
$this->sg->SaveOptions();
|
88 |
-
}
|
89 |
-
if(isset($_GET['sm_hidedonors'])) {
|
90 |
-
$this->sg->SetOption('i_hide_donors',true);
|
91 |
-
$this->sg->SaveOptions();
|
92 |
-
}
|
93 |
-
if(isset($_GET['sm_hide_works'])) {
|
94 |
-
$this->sg->SetOption('i_hide_works',true);
|
95 |
-
$this->sg->SaveOptions();
|
96 |
-
}
|
97 |
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
}
|
119 |
|
120 |
if(function_exists("wp_next_scheduled")) {
|
@@ -435,9 +442,11 @@ class GoogleSitemapGeneratorUI {
|
|
435 |
width:200px;
|
436 |
margin-left:10px;
|
437 |
}
|
|
|
438 |
div#advancedstuff {
|
439 |
width:770px;
|
440 |
}
|
|
|
441 |
div#poststuff {
|
442 |
margin-top:10px;
|
443 |
}
|
@@ -548,62 +557,75 @@ class GoogleSitemapGeneratorUI {
|
|
548 |
<?php endif; ?>
|
549 |
|
550 |
<?php if($this->mode == 27): ?>
|
551 |
-
|
552 |
-
|
553 |
-
<div id="
|
|
|
|
|
|
|
|
|
|
|
554 |
<?php else: ?>
|
555 |
-
|
556 |
-
|
557 |
-
|
|
|
|
|
|
|
|
|
558 |
<?php endif; ?>
|
559 |
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
|
|
|
|
|
|
571 |
|
572 |
-
|
573 |
-
|
574 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
575 |
|
576 |
-
|
577 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
578 |
|
579 |
-
<a class="sm_button sm_resBing" href="<?php echo $this->sg->GetRedirectLink('sitemap-lwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
|
580 |
-
<a class="sm_button sm_resBing" href="<?php echo $this->sg->GetRedirectLink('sitemap-lswcb'); ?>"><?php _e('Webmaster Center Blog','sitemap'); ?></a>
|
581 |
-
<br />
|
582 |
-
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-prot'); ?>"><?php _e('Sitemaps Protocol','sitemap'); ?></a>
|
583 |
-
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-ofaq'); ?>"><?php _e('Official Sitemaps FAQ','sitemap'); ?></a>
|
584 |
-
<a class="sm_button sm_pluginHome" href="<?php echo $this->sg->GetRedirectLink('sitemap-afaq'); ?>"><?php _e('My Sitemaps FAQ','sitemap'); ?></a>
|
585 |
-
<?php $this->HtmlPrintBoxFooter(true); ?>
|
586 |
|
587 |
-
<?php $this->HtmlPrintBoxHeader('dm_donations',__('Recent Donations:','sitemap'),true); ?>
|
588 |
-
|
589 |
-
<?php if($this->sg->GetOption('i_hide_donors')!==true) { ?>
|
590 |
-
<iframe border="0" frameborder="0" scrolling="no" allowtransparency="yes" style="width:100%; height:80px;" src="<?php echo $this->sg->GetRedirectLink('sitemap-donorlist'); ?>">
|
591 |
-
<?php _e('List of the donors','sitemap'); ?>
|
592 |
-
</iframe><br />
|
593 |
-
<a href="<?php echo $this->sg->GetBackLink() . "&sm_hidedonors=true"; ?>"><small><?php _e('Hide this list','sitemap'); ?></small></a><br /><br />
|
594 |
-
<?php } ?>
|
595 |
-
<a style="float:left; margin-right:5px; border:none;" href="javascript:document.getElementById('sm_donate_form').submit();"><img style="vertical-align:middle; border:none; margin-top:2px;" src="<?php echo $this->sg->GetPluginUrl(); ?>img/icon-donate.gif" border="0" alt="PayPal" title="Help me to continue support of this plugin :)" /></a>
|
596 |
-
<span><small><?php _e('Thanks for your support!','sitemap'); ?></small></span>
|
597 |
-
<div style="clear:left; height:1px;"></div>
|
598 |
-
<?php $this->HtmlPrintBoxFooter(true); ?>
|
599 |
-
|
600 |
</div>
|
601 |
</div>
|
|
|
602 |
|
603 |
<?php if($this->mode == 27): ?>
|
604 |
<div class="has-sidebar sm-padded" >
|
605 |
|
606 |
-
<div id="post-body-content" class="has-sidebar-content">
|
607 |
|
608 |
<div class="meta-box-sortabless">
|
609 |
<?php else: ?>
|
@@ -656,7 +678,7 @@ class GoogleSitemapGeneratorUI {
|
|
656 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$gt,__("It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
657 |
}
|
658 |
} else {
|
659 |
-
echo "<li class=\"sm_error\">" . str_replace("%s"
|
660 |
}
|
661 |
}
|
662 |
|
@@ -668,7 +690,7 @@ class GoogleSitemapGeneratorUI {
|
|
668 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$yt,__("It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
669 |
}
|
670 |
} else {
|
671 |
-
echo "<li class=\"sm_error\">" . str_replace("%s"
|
672 |
}
|
673 |
}
|
674 |
|
@@ -680,7 +702,7 @@ class GoogleSitemapGeneratorUI {
|
|
680 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$at,__("It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
681 |
}
|
682 |
} else {
|
683 |
-
echo "<li class=\"sm_error\">" . str_replace("%s"
|
684 |
}
|
685 |
}
|
686 |
|
@@ -692,7 +714,7 @@ class GoogleSitemapGeneratorUI {
|
|
692 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$at,__("It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
693 |
}
|
694 |
} else {
|
695 |
-
echo "<li class=\"sm_error\">" . str_replace("%s"
|
696 |
}
|
697 |
}
|
698 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
$Id: sitemap-ui.php 175669 2009-11-20 21:55:02Z arnee $
|
5 |
|
6 |
*/
|
7 |
|
69 |
*/
|
70 |
function HtmlShowOptionsPage() {
|
71 |
global $wp_version;
|
72 |
+
|
73 |
+
$snl = false; //SNL
|
74 |
+
|
75 |
$this->sg->Initate();
|
76 |
|
77 |
//All output should go in this var which get printed at the end
|
78 |
$message="";
|
79 |
|
80 |
+
if(!$snl) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
+
if(isset($_GET['sm_hidedonate'])) {
|
83 |
+
$this->sg->SetOption('i_hide_donated',true);
|
84 |
+
$this->sg->SaveOptions();
|
85 |
+
}
|
86 |
+
if(isset($_GET['sm_donated'])) {
|
87 |
+
$this->sg->SetOption('i_donated',true);
|
88 |
+
$this->sg->SaveOptions();
|
89 |
+
}
|
90 |
+
if(isset($_GET['sm_hide_note'])) {
|
91 |
+
$this->sg->SetOption('i_hide_note',true);
|
92 |
+
$this->sg->SaveOptions();
|
93 |
+
}
|
94 |
+
if(isset($_GET['sm_hidedonors'])) {
|
95 |
+
$this->sg->SetOption('i_hide_donors',true);
|
96 |
+
$this->sg->SaveOptions();
|
97 |
+
}
|
98 |
+
if(isset($_GET['sm_hide_works'])) {
|
99 |
+
$this->sg->SetOption('i_hide_works',true);
|
100 |
+
$this->sg->SaveOptions();
|
101 |
+
}
|
102 |
+
|
103 |
+
|
104 |
+
if(isset($_GET['sm_donated']) || ($this->sg->GetOption('i_donated')===true && $this->sg->GetOption('i_hide_donated')!==true)) {
|
105 |
+
?>
|
106 |
+
<div class="updated">
|
107 |
+
<strong><p><?php _e('Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!','sitemap'); ?> <a href="<?php echo $this->sg->GetBackLink() . "&sm_hidedonate=true"; ?>"><small style="font-weight:normal;"><?php _e('Hide this notice', 'sitemap'); ?></small></a></p></strong>
|
108 |
+
</div>
|
109 |
+
<?php
|
110 |
+
} else if($this->sg->GetOption('i_donated') !== true && $this->sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_note')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*30))) {
|
111 |
+
?>
|
112 |
+
<div class="updated">
|
113 |
+
<strong><p><?php echo str_replace("%s",$this->sg->GetRedirectLink("sitemap-donate-note"),__('Thanks for using this plugin! You\'ve installed this plugin over a month ago. If it works and you are satisfied with the results, isn\'t it worth at least a few 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>','sitemap')); ?> <a href="<?php echo $this->sg->GetBackLink() . "&sm_donated=true"; ?>" style="float:right; display:block; border:none; margin-left:10px;"><small style="font-weight:normal; "><?php _e('Sure, but I already did!', 'sitemap'); ?></small></a> <a href="<?php echo $this->sg->GetBackLink() . "&sm_hide_note=true"; ?>" style="float:right; display:block; border:none;"><small style="font-weight:normal; "><?php _e('No thanks, please don\'t bug me anymore!', 'sitemap'); ?></small></a></p></strong>
|
114 |
+
<div style="clear:right;"></div>
|
115 |
+
</div>
|
116 |
+
<?php
|
117 |
+
} else if($this->sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_works')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*15))) {
|
118 |
+
?>
|
119 |
+
<div class="updated">
|
120 |
+
<strong><p><?php echo str_replace("%s",$this->sg->GetRedirectLink("sitemap-works-note"),__('Thanks for using this plugin! You\'ve installed this plugin some time ago. If it works and your are satisfied, why not <a href="%s">rate it</a> and <a href="%s">recommend it</a> to others? :-)','sitemap')); ?> <a href="<?php echo $this->sg->GetBackLink() . "&sm_hide_works=true"; ?>" style="float:right; display:block; border:none;"><small style="font-weight:normal; "><?php _e('Don\'t show this anymore', 'sitemap'); ?></small></a></p></strong>
|
121 |
+
<div style="clear:right;"></div>
|
122 |
+
</div>
|
123 |
+
<?php
|
124 |
+
}
|
125 |
}
|
126 |
|
127 |
if(function_exists("wp_next_scheduled")) {
|
442 |
width:200px;
|
443 |
margin-left:10px;
|
444 |
}
|
445 |
+
<?php if(!$snl): ?>
|
446 |
div#advancedstuff {
|
447 |
width:770px;
|
448 |
}
|
449 |
+
<?php endif;?>
|
450 |
div#poststuff {
|
451 |
margin-top:10px;
|
452 |
}
|
557 |
<?php endif; ?>
|
558 |
|
559 |
<?php if($this->mode == 27): ?>
|
560 |
+
|
561 |
+
<?php if(!$snl): ?>
|
562 |
+
<div id="poststuff" class="metabox-holder has-right-sidebar">
|
563 |
+
<div class="inner-sidebar">
|
564 |
+
<div id="side-sortables" class="meta-box-sortabless ui-sortable" style="position:relative;">
|
565 |
+
<?php else: ?>
|
566 |
+
<div id="poststuff" class="metabox-holder">
|
567 |
+
<?php endif; ?>
|
568 |
<?php else: ?>
|
569 |
+
<?php if(!$snl): ?>
|
570 |
+
<div id="poststuff">
|
571 |
+
<div id="moremeta">
|
572 |
+
<div id="grabit" class="dbx-group">
|
573 |
+
<?php else: ?>
|
574 |
+
<div>
|
575 |
+
<?php endif; ?>
|
576 |
<?php endif; ?>
|
577 |
|
578 |
+
<?php if(!$snl): ?>
|
579 |
+
|
580 |
+
<?php $this->HtmlPrintBoxHeader('sm_pnres',__('About this Plugin:','sitemap'),true); ?>
|
581 |
+
<a class="sm_button sm_pluginHome" href="<?php echo $this->sg->GetRedirectLink('sitemap-home'); ?>"><?php _e('Plugin Homepage','sitemap'); ?></a>
|
582 |
+
<a class="sm_button sm_pluginHome" href="<?php echo $this->sg->GetRedirectLink('sitemap-feedback'); ?>"><?php _e('Suggest a Feature','sitemap'); ?></a>
|
583 |
+
<a class="sm_button sm_pluginList" href="<?php echo $this->sg->GetRedirectLink('sitemap-list'); ?>"><?php _e('Notify List','sitemap'); ?></a>
|
584 |
+
<a class="sm_button sm_pluginSupport" href="<?php echo $this->sg->GetRedirectLink('sitemap-support'); ?>"><?php _e('Support Forum','sitemap'); ?></a>
|
585 |
+
<a class="sm_button sm_pluginBugs" href="<?php echo $this->sg->GetRedirectLink('sitemap-bugs'); ?>"><?php _e('Report a Bug','sitemap'); ?></a>
|
586 |
+
|
587 |
+
<a class="sm_button sm_donatePayPal" href="<?php echo $this->sg->GetRedirectLink('sitemap-paypal'); ?>"><?php _e('Donate with PayPal','sitemap'); ?></a>
|
588 |
+
<a class="sm_button sm_donateAmazon" href="<?php echo $this->sg->GetRedirectLink('sitemap-amazon'); ?>"><?php _e('My Amazon Wish List','sitemap'); ?></a>
|
589 |
+
<?php if(__('translator_name','sitemap')!='translator_name') {?><a class="sm_button sm_pluginSupport" href="<?php _e('translator_url','sitemap'); ?>"><?php _e('translator_name','sitemap'); ?></a><?php } ?>
|
590 |
+
<?php $this->HtmlPrintBoxFooter(true); ?>
|
591 |
+
|
592 |
|
593 |
+
<?php $this->HtmlPrintBoxHeader('sm_smres',__('Sitemap Resources:','sitemap'),true); ?>
|
594 |
+
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-gwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
|
595 |
+
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-gwb'); ?>"><?php _e('Webmaster Blog','sitemap'); ?></a>
|
596 |
+
|
597 |
+
<a class="sm_button sm_resYahoo" href="<?php echo $this->sg->GetRedirectLink('sitemap-yse'); ?>"><?php _e('Site Explorer','sitemap'); ?></a>
|
598 |
+
<a class="sm_button sm_resYahoo" href="<?php echo $this->sg->GetRedirectLink('sitemap-ywb'); ?>"><?php _e('Search Blog','sitemap'); ?></a>
|
599 |
+
|
600 |
+
<a class="sm_button sm_resBing" href="<?php echo $this->sg->GetRedirectLink('sitemap-lwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
|
601 |
+
<a class="sm_button sm_resBing" href="<?php echo $this->sg->GetRedirectLink('sitemap-lswcb'); ?>"><?php _e('Webmaster Center Blog','sitemap'); ?></a>
|
602 |
+
<br />
|
603 |
+
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-prot'); ?>"><?php _e('Sitemaps Protocol','sitemap'); ?></a>
|
604 |
+
<a class="sm_button sm_resGoogle" href="<?php echo $this->sg->GetRedirectLink('sitemap-ofaq'); ?>"><?php _e('Official Sitemaps FAQ','sitemap'); ?></a>
|
605 |
+
<a class="sm_button sm_pluginHome" href="<?php echo $this->sg->GetRedirectLink('sitemap-afaq'); ?>"><?php _e('My Sitemaps FAQ','sitemap'); ?></a>
|
606 |
+
<?php $this->HtmlPrintBoxFooter(true); ?>
|
607 |
|
608 |
+
<?php $this->HtmlPrintBoxHeader('dm_donations',__('Recent Donations:','sitemap'),true); ?>
|
609 |
+
<?php if($this->sg->GetOption('i_hide_donors')!==true) { ?>
|
610 |
+
<iframe border="0" frameborder="0" scrolling="no" allowtransparency="yes" style="width:100%; height:80px;" src="<?php echo $this->sg->GetRedirectLink('sitemap-donorlist'); ?>">
|
611 |
+
<?php _e('List of the donors','sitemap'); ?>
|
612 |
+
</iframe><br />
|
613 |
+
<a href="<?php echo $this->sg->GetBackLink() . "&sm_hidedonors=true"; ?>"><small><?php _e('Hide this list','sitemap'); ?></small></a><br /><br />
|
614 |
+
<?php } ?>
|
615 |
+
<a style="float:left; margin-right:5px; border:none;" href="javascript:document.getElementById('sm_donate_form').submit();"><img style="vertical-align:middle; border:none; margin-top:2px;" src="<?php echo $this->sg->GetPluginUrl(); ?>img/icon-donate.gif" border="0" alt="PayPal" title="Help me to continue support of this plugin :)" /></a>
|
616 |
+
<span><small><?php _e('Thanks for your support!','sitemap'); ?></small></span>
|
617 |
+
<div style="clear:left; height:1px;"></div>
|
618 |
+
<?php $this->HtmlPrintBoxFooter(true); ?>
|
619 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
621 |
</div>
|
622 |
</div>
|
623 |
+
<?php endif; ?>
|
624 |
|
625 |
<?php if($this->mode == 27): ?>
|
626 |
<div class="has-sidebar sm-padded" >
|
627 |
|
628 |
+
<div id="post-body-content" class="<?php if(!$snl): ?>has-sidebar-content<?php endif; ?>">
|
629 |
|
630 |
<div class="meta-box-sortabless">
|
631 |
<?php else: ?>
|
678 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$gt,__("It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
679 |
}
|
680 |
} else {
|
681 |
+
echo "<li class=\"sm_error\">" . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=google&noheader=true",'sitemap'),__('There was a problem while notifying Google. <a href="%s">View result</a>','sitemap')) . "</li>";
|
682 |
}
|
683 |
}
|
684 |
|
690 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$yt,__("It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
691 |
}
|
692 |
} else {
|
693 |
+
echo "<li class=\"sm_error\">" . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=yahoo&noheader=true",'sitemap'),__('There was a problem while notifying YAHOO. <a href="%s">View result</a>','sitemap')) . "</li>";
|
694 |
}
|
695 |
}
|
696 |
|
702 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$at,__("It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
703 |
}
|
704 |
} else {
|
705 |
+
echo "<li class=\"sm_error\">" . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=msn&noheader=true",'sitemap'),__('There was a problem while notifying Bing. <a href="%s">View result</a>','sitemap')) . "</li>";
|
706 |
}
|
707 |
}
|
708 |
|
714 |
echo "<li class=\sm_optimize\">" . str_replace("%time%",$at,__("It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "</li>";
|
715 |
}
|
716 |
} else {
|
717 |
+
echo "<li class=\"sm_error\">" . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=ask&noheader=true",'sitemap'),__('There was a problem while notifying Ask.com. <a href="%s">View result</a>','sitemap')) . "</li>";
|
718 |
}
|
719 |
}
|
720 |
|
sitemap.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
$Id: sitemap.php
|
5 |
|
6 |
Google XML Sitemaps Generator for WordPress
|
7 |
==============================================================================
|
@@ -25,7 +25,7 @@
|
|
25 |
Plugin Name: Google XML Sitemaps
|
26 |
Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
|
27 |
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>
|
28 |
-
Version: 3.
|
29 |
Author: Arne Brachhold
|
30 |
Author URI: http://www.arnebrachhold.de/
|
31 |
*/
|
@@ -66,6 +66,9 @@ class GoogleSitemapGeneratorLoader {
|
|
66 |
//WP Cron hook
|
67 |
add_action('sm_build_cron', array('GoogleSitemapGeneratorLoader', 'CallBuildSitemap'),1,0);
|
68 |
|
|
|
|
|
|
|
69 |
//Robots.txt request
|
70 |
add_action('do_robots', array('GoogleSitemapGeneratorLoader', 'CallDoRobots'),100,0);
|
71 |
|
@@ -76,6 +79,11 @@ class GoogleSitemapGeneratorLoader {
|
|
76 |
if(!empty($_GET["sm_command"]) && !empty($_GET["sm_key"])) {
|
77 |
GoogleSitemapGeneratorLoader::CallCheckForManualBuild();
|
78 |
}
|
|
|
|
|
|
|
|
|
|
|
79 |
}
|
80 |
|
81 |
/**
|
@@ -84,12 +92,12 @@ class GoogleSitemapGeneratorLoader {
|
|
84 |
function RegisterAdminPage() {
|
85 |
|
86 |
if (function_exists('add_options_page')) {
|
87 |
-
add_options_page(__('XML-Sitemap Generator','sitemap'), __('XML-Sitemap','sitemap'), 10,
|
88 |
}
|
89 |
}
|
90 |
|
91 |
function RegisterAdminIcon($hook) {
|
92 |
-
if ( $hook ==
|
93 |
return plugins_url('img/icon-arne.gif',GoogleSitemapGeneratorLoader::GetBaseName());
|
94 |
}
|
95 |
return $hook;
|
@@ -98,7 +106,7 @@ class GoogleSitemapGeneratorLoader {
|
|
98 |
function RegisterPluginLinks($links, $file) {
|
99 |
$base = GoogleSitemapGeneratorLoader::GetBaseName();
|
100 |
if ($file == $base) {
|
101 |
-
$links[] = '<a href="options-general.php?page=
|
102 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-faq/">' . __('FAQ') . '</a>';
|
103 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-support/">' . __('Support') . '</a>';
|
104 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-donate/">' . __('Donate') . '</a>';
|
@@ -126,6 +134,16 @@ class GoogleSitemapGeneratorLoader {
|
|
126 |
}
|
127 |
}
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
/**
|
130 |
* Invokes the BuildSitemap method of the generator
|
131 |
*/
|
@@ -146,6 +164,16 @@ class GoogleSitemapGeneratorLoader {
|
|
146 |
}
|
147 |
}
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
function CallHtmlShowHelpList($filterVal,$screen) {
|
151 |
if($screen == "settings_page_sitemap") {
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
$Id: sitemap.php 175664 2009-11-20 21:21:09Z arnee $
|
5 |
|
6 |
Google XML Sitemaps Generator for WordPress
|
7 |
==============================================================================
|
25 |
Plugin Name: Google XML Sitemaps
|
26 |
Plugin URI: http://www.arnebrachhold.de/redir/sitemap-home/
|
27 |
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>
|
28 |
+
Version: 3.2
|
29 |
Author: Arne Brachhold
|
30 |
Author URI: http://www.arnebrachhold.de/
|
31 |
*/
|
66 |
//WP Cron hook
|
67 |
add_action('sm_build_cron', array('GoogleSitemapGeneratorLoader', 'CallBuildSitemap'),1,0);
|
68 |
|
69 |
+
//External build hook
|
70 |
+
add_action('sm_rebuild', array('GoogleSitemapGeneratorLoader', 'CallBuildNowRequest'),1,0);
|
71 |
+
|
72 |
//Robots.txt request
|
73 |
add_action('do_robots', array('GoogleSitemapGeneratorLoader', 'CallDoRobots'),100,0);
|
74 |
|
79 |
if(!empty($_GET["sm_command"]) && !empty($_GET["sm_key"])) {
|
80 |
GoogleSitemapGeneratorLoader::CallCheckForManualBuild();
|
81 |
}
|
82 |
+
|
83 |
+
//Check if the result of a ping request should be shown
|
84 |
+
if(!empty($_GET["sm_ping_service"])) {
|
85 |
+
GoogleSitemapGeneratorLoader::CallShowPingResult();
|
86 |
+
}
|
87 |
}
|
88 |
|
89 |
/**
|
92 |
function RegisterAdminPage() {
|
93 |
|
94 |
if (function_exists('add_options_page')) {
|
95 |
+
add_options_page(__('XML-Sitemap Generator','sitemap'), __('XML-Sitemap','sitemap'), 10, GoogleSitemapGeneratorLoader::GetBaseName(), array('GoogleSitemapGeneratorLoader','CallHtmlShowOptionsPage'));
|
96 |
}
|
97 |
}
|
98 |
|
99 |
function RegisterAdminIcon($hook) {
|
100 |
+
if ( $hook == GoogleSitemapGeneratorLoader::GetBaseName() && function_exists('plugins_url')) {
|
101 |
return plugins_url('img/icon-arne.gif',GoogleSitemapGeneratorLoader::GetBaseName());
|
102 |
}
|
103 |
return $hook;
|
106 |
function RegisterPluginLinks($links, $file) {
|
107 |
$base = GoogleSitemapGeneratorLoader::GetBaseName();
|
108 |
if ($file == $base) {
|
109 |
+
$links[] = '<a href="options-general.php?page=' . GoogleSitemapGeneratorLoader::GetBaseName() .'">' . __('Settings') . '</a>';
|
110 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-faq/">' . __('FAQ') . '</a>';
|
111 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-support/">' . __('Support') . '</a>';
|
112 |
$links[] = '<a href="http://www.arnebrachhold.de/redir/sitemap-plist-donate/">' . __('Donate') . '</a>';
|
134 |
}
|
135 |
}
|
136 |
|
137 |
+
/**
|
138 |
+
* Invokes the CheckForAutoBuild method of the generator
|
139 |
+
*/
|
140 |
+
function CallBuildNowRequest() {
|
141 |
+
if(GoogleSitemapGeneratorLoader::LoadPlugin()) {
|
142 |
+
$gs = GoogleSitemapGenerator::GetInstance();
|
143 |
+
$gs->BuildNowRequest();
|
144 |
+
}
|
145 |
+
}
|
146 |
+
|
147 |
/**
|
148 |
* Invokes the BuildSitemap method of the generator
|
149 |
*/
|
164 |
}
|
165 |
}
|
166 |
|
167 |
+
/**
|
168 |
+
* Invokes the ShowPingResult method of the generator
|
169 |
+
*/
|
170 |
+
function CallShowPingResult() {
|
171 |
+
if(GoogleSitemapGeneratorLoader::LoadPlugin()) {
|
172 |
+
$gs = GoogleSitemapGenerator::GetInstance();
|
173 |
+
$gs->ShowPingResult();
|
174 |
+
}
|
175 |
+
}
|
176 |
+
|
177 |
|
178 |
function CallHtmlShowHelpList($filterVal,$screen) {
|
179 |
if($screen == "settings_page_sitemap") {
|