Version Description
Download this release
Release Info
Developer | arnee |
Plugin | Google XML Sitemaps |
Version | 2.6 |
Comparing to | |
See all releases |
Code changes from version 2.5 to 2.6
- readme-it_IT.txt +36 -0
- readme.txt +1 -1
- sitemap-es_ES.mo +0 -0
- sitemap-es_ES.po +83 -58
- sitemap-it_IT.mo +0 -0
- sitemap-it_IT.po +317 -0
- sitemap-ja_EUC.mo +0 -0
- sitemap-ja_EUC.po +33 -10
- sitemap-ja_JP.UTF-8.mo +0 -0
- sitemap-ja_JP.UTF-8.po +32 -9
- sitemap-ja_SJIS.mo +0 -0
- sitemap-ja_SJIS.po +33 -10
- sitemap-ja_UTF.mo +0 -0
- sitemap-ja_UTF.po +33 -10
- sitemap-zh_TW.mo +0 -0
- sitemap-zh_TW.po +323 -0
- sitemap.php +159 -44
- sitemap.pot +21 -3
readme-it_IT.txt
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Google Sitemap Generator per WordPress ===
|
2 |
+
|
3 |
+
Tag: wordpress, sitemap, google, plugin
|
4 |
+
Contributi: Arne, Michael, Rodney, Hirosama, James, John, Brad, Christian
|
5 |
+
|
6 |
+
Questo generatore crea una mappa del vostro blog WordPress (sitemap) secondo le specifiche di Google. Attualmente vengono gestiti la homepage, gli articoli, le pagine statiche, le categorie e gli archivi. La priorit� degli articoli dipende dai loro commenti. Pi� commenti, maggiore priorit�! Se si hanno pagine esterne che non appartngono al blog, queste pagine possono venir incluse all'elenco. Questo plugin eseguira una notifica automatica a Google ogni qualvolta la sitemap viene rigenerata.
|
7 |
+
|
8 |
+
== Installzione ==
|
9 |
+
|
10 |
+
1. Caricare tutti i file nella directory wp-content/plugins
|
11 |
+
2. Rendere la directory del blog scrivibile OPPURE creare due file denominati sitemap.xml e sitemap.xml.gz e renderli scrivibili tramite CHMOD. Nella maggior pate dei casi la direcotry del vostro blog � gi� scrivibile.
|
12 |
+
2. Attivare il plugin tramite il pannello di controllo Plugin
|
13 |
+
3. Modificare o pubblicare un articolo o fare click su Ricostruisci la Sitemap nel pannello di amministrazione Sitemap nella sezione Opzioni
|
14 |
+
|
15 |
+
== FAQ ==
|
16 |
+
|
17 |
+
= Non ho commenti (o sono disabilitati) e tutti i miei articoli hanno priorit� zero! =
|
18 |
+
A: Disabilitare il calcolo automatico della priorit� e definire una priorit� statica per gli articoli!
|
19 |
+
|
20 |
+
= Devo far sempre click su "Ricostruisci la Sitemap" se modifico un articolo? =
|
21 |
+
A: No! Quando si modifica/pubblica/cancella un articolo la sitemap viene rigenerata automaticamente!
|
22 |
+
|
23 |
+
= Ci sono cos� tante opzioni� Devo cambiarle per forza? =
|
24 |
+
A: No! Solo se lo desiderate. I valori predfiniti dovrebbero gi� essere ok!
|
25 |
+
|
26 |
+
= Funziona con tutte le versioni di WordPress? =
|
27 |
+
A: Spiacente, l'ho provata solo con la 1.5.1.1. Alcuni utenti hanno segnalato problemi con Wordpress 1.5. COnsiderate la possibilit� di un aggiornamento del vostro blog alla Versione corrente di WordPress che contiene inoltre anche "un importante aggiornamento di sicurezza".
|
28 |
+
|
29 |
+
= Ottengo un fopen error e/o permesso negato =
|
30 |
+
A: Se ottenete un errore sui permessi assicuratevi che lo script abbia i diritti di scrittura sulla directory del vostro blog. Provate a creare manualmente i file sitemap.xml e sitemap.xml.gz e a caricarli con un programma ftp impostando i diritti di scrittura tramite CHMOD. Quindi riavviate la generazione della sitemap dalla pagina di amministrazione. Un valida guida per modificare i permessi si trova sul Codex di WordPress.
|
31 |
+
|
32 |
+
= Quale versione di MySQL � supportata? =
|
33 |
+
A: MySQL 4 funziona con tutte le versioni, il supporto a MySQL 3 � stato aggiunto nella versione 2.12
|
34 |
+
|
35 |
+
= Devo usare per forza questo plugin? =
|
36 |
+
No se Google conosce bene il vostro blog e lo visita ogni giorno. Se non accade questo � un ottimo metodo per informare Google riguardo alle vostre pagine ed i loro ultimi cambiamenti. Ci� fa si che Google aggiorni le pagine solo se necessario dandovi un certo risparmio di banda.
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Google Sitemap Generator for WordPress ===
|
2 |
|
3 |
Tags: wordpress, sitemap, google, plugin
|
4 |
-
Contributors: Arne, Michael, Rodney, Hirosama,
|
5 |
|
6 |
This generator will create a google compliant sitemap of your WordPress blog. Currently homepage, posts, static pages, categories and archives are supported. The priority of a post depends on its comments. More comments, higher priority! If you have external pages which don't belong to your blog, you can also add them to the list. This plugin will automaically notice Google whenever the sitemap gets regenerated.
|
7 |
|
1 |
=== Google Sitemap Generator for WordPress ===
|
2 |
|
3 |
Tags: wordpress, sitemap, google, plugin
|
4 |
+
Contributors: Arne, Michael, Rodney, Hirosama, James, John, Brad, Christian
|
5 |
|
6 |
This generator will create a google compliant sitemap of your WordPress blog. Currently homepage, posts, static pages, categories and archives are supported. The priority of a post depends on its comments. More comments, higher priority! If you have external pages which don't belong to your blog, you can also add them to the list. This plugin will automaically notice Google whenever the sitemap gets regenerated.
|
7 |
|
sitemap-es_ES.mo
CHANGED
Binary file
|
sitemap-es_ES.po
CHANGED
@@ -1,15 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: sitemap\n"
|
4 |
-
"
|
5 |
-
"
|
|
|
6 |
"Last-Translator: César Gómez Martín <cesar.gomez@gmail.com>\n"
|
7 |
-
"Language-Team: Arne Brachhold <himself@arnebrachhold.de>\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"
|
12 |
-
"X-Poedit-Country: GERMANY\n"
|
13 |
|
14 |
#: sitemap.php:375
|
15 |
msgid "always"
|
@@ -33,6 +38,33 @@ msgstr "anualmente"
|
|
33 |
msgid "never"
|
34 |
msgstr "nunca"
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
#: sitemap.php:512
|
37 |
msgid "Configuration updated"
|
38 |
msgstr "Configuración actualizada"
|
@@ -43,7 +75,7 @@ msgstr "Error"
|
|
43 |
|
44 |
#: sitemap.php:521
|
45 |
msgid "A new page was added. Click on "Save page changes" to save your changes."
|
46 |
-
msgstr "
|
47 |
|
48 |
#: sitemap.php:527
|
49 |
msgid "Pages saved"
|
@@ -51,11 +83,11 @@ msgstr "Páginas guardadas"
|
|
51 |
|
52 |
#: sitemap.php:528
|
53 |
msgid "Error while saving pages"
|
54 |
-
msgstr "
|
55 |
|
56 |
#: sitemap.php:539
|
57 |
msgid "The page was deleted. Click on "Save page changes" to save your changes."
|
58 |
-
msgstr "La página fue borrada.
|
59 |
|
60 |
#: sitemap.php:542
|
61 |
msgid "You changes have been cleared."
|
@@ -63,7 +95,7 @@ msgstr "Sus cambios se han deshecho."
|
|
63 |
|
64 |
#: sitemap.php:555
|
65 |
msgid "Sitemap Generator"
|
66 |
-
msgstr "Sitemap
|
67 |
|
68 |
#: sitemap.php:558
|
69 |
msgid "Manual rebuild"
|
@@ -71,7 +103,7 @@ msgstr "Reconstrucción manual"
|
|
71 |
|
72 |
#: sitemap.php:559
|
73 |
msgid "If you want to build the sitemap without editing a post, click on here!"
|
74 |
-
msgstr "Si
|
75 |
|
76 |
#: sitemap.php:560
|
77 |
msgid "Rebuild Sitemap"
|
@@ -82,8 +114,8 @@ msgid "Additional pages"
|
|
82 |
msgstr "Páginas adicionales"
|
83 |
|
84 |
#: sitemap.php:566
|
85 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
86 |
-
msgstr "Aquí puede especificar
|
87 |
|
88 |
#: sitemap.php:568
|
89 |
msgid "URL to the page"
|
@@ -91,7 +123,7 @@ msgstr "URL de la página"
|
|
91 |
|
92 |
#: sitemap.php:569
|
93 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
94 |
-
msgstr "
|
95 |
|
96 |
#: sitemap.php:571
|
97 |
msgid "Priority"
|
@@ -99,19 +131,19 @@ msgstr "Prioridad"
|
|
99 |
|
100 |
#: sitemap.php:572
|
101 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
102 |
-
msgstr "Escoja la prioridad de la página
|
103 |
|
104 |
#: sitemap.php:574
|
105 |
msgid "Last Changed"
|
106 |
-
msgstr "
|
107 |
|
108 |
#: sitemap.php:575
|
109 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
110 |
-
msgstr "Introduzca la fecha del último cambio
|
111 |
|
112 |
#: sitemap.php:583
|
113 |
msgid "Change Frequency"
|
114 |
-
msgstr "
|
115 |
|
116 |
#: sitemap.php:585
|
117 |
msgid "#"
|
@@ -119,26 +151,23 @@ msgstr "#"
|
|
119 |
|
120 |
#: sitemap.php:609
|
121 |
msgid "No pages defined."
|
122 |
-
msgstr "Ninguna página definida
|
123 |
|
124 |
#: sitemap.php:616
|
125 |
msgid "Add new page"
|
126 |
-
msgstr "Añadir nueva página"
|
127 |
|
128 |
-
|
129 |
-
#: sitemap.php:617
|
130 |
msgid "Save page changes"
|
131 |
-
msgstr "Guardar cambios de página"
|
132 |
|
133 |
-
|
134 |
-
#: sitemap.php:618
|
135 |
msgid "Undo all page changes"
|
136 |
msgstr "Deshacer todos los cambios de la página"
|
137 |
|
138 |
-
|
139 |
-
#: sitemap.php:621
|
140 |
msgid "Delete marked page"
|
141 |
-
msgstr "
|
142 |
|
143 |
#: sitemap.php:627
|
144 |
msgid "Basic Options"
|
@@ -146,7 +175,7 @@ msgstr "Opciones básicas"
|
|
146 |
|
147 |
#: sitemap.php:632
|
148 |
msgid "Enable automatic priority calculation for posts based on comment count"
|
149 |
-
msgstr "Activar cálculo automático de prioridades para
|
150 |
|
151 |
#: sitemap.php:638
|
152 |
msgid "Write debug comments"
|
@@ -154,55 +183,55 @@ msgstr "Escribir comentarios de depuración"
|
|
154 |
|
155 |
#: sitemap.php:643
|
156 |
msgid "Filename of the sitemap file"
|
157 |
-
msgstr "Nombre de fichero
|
158 |
|
159 |
#: sitemap.php:650
|
160 |
msgid "Write a normal XML file (your filename)"
|
161 |
-
msgstr "Escribir un
|
162 |
|
163 |
#: sitemap.php:652
|
164 |
-
msgid "
|
165 |
-
msgstr "URL
|
166 |
|
167 |
#: sitemap.php:657
|
168 |
msgid "Write a gzipped file (your filename + .gz)"
|
169 |
-
msgstr "Escribir un
|
170 |
|
171 |
#: sitemap.php:664
|
172 |
msgid "Auto-Ping Google Sitemaps"
|
173 |
-
msgstr "
|
174 |
|
175 |
#: sitemap.php:665
|
176 |
msgid "This option will automatically tell Google about changes."
|
177 |
-
msgstr "Esta opción indicará a Google
|
178 |
|
179 |
#: sitemap.php:672
|
180 |
msgid "Includings"
|
181 |
-
msgstr "
|
182 |
|
183 |
#: sitemap.php:677
|
184 |
msgid "Include homepage"
|
185 |
-
msgstr "
|
186 |
|
187 |
#: sitemap.php:683
|
188 |
msgid "Include posts"
|
189 |
-
msgstr "
|
190 |
|
191 |
#: sitemap.php:689
|
192 |
msgid "Include static pages"
|
193 |
-
msgstr "
|
194 |
|
195 |
#: sitemap.php:695
|
196 |
msgid "Include categories"
|
197 |
-
msgstr "
|
198 |
|
199 |
#: sitemap.php:701
|
200 |
msgid "Include archives"
|
201 |
-
msgstr "
|
202 |
|
203 |
#: sitemap.php:708
|
204 |
msgid "Change frequencies"
|
205 |
-
msgstr "
|
206 |
|
207 |
#: sitemap.php:709
|
208 |
msgid "Note"
|
@@ -210,11 +239,11 @@ msgstr "Nota"
|
|
210 |
|
211 |
#: sitemap.php:710
|
212 |
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."
|
213 |
-
msgstr "Por favor, tenga en cuenta que el valor de esta etiqueta
|
214 |
|
215 |
#: sitemap.php:715
|
216 |
msgid "Homepage"
|
217 |
-
msgstr "Página
|
218 |
|
219 |
#: sitemap.php:721
|
220 |
msgid "Posts"
|
@@ -230,11 +259,11 @@ msgstr "Categorías"
|
|
230 |
|
231 |
#: sitemap.php:739
|
232 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
233 |
-
msgstr "
|
234 |
|
235 |
#: sitemap.php:745
|
236 |
msgid "Older archives (Changes only if you edit an old post)"
|
237 |
-
msgstr "Archivos viejos (
|
238 |
|
239 |
#: sitemap.php:752
|
240 |
msgid "Priorities"
|
@@ -246,11 +275,11 @@ msgstr "Artículos (Si el cálculo automático está deshabilitado)"
|
|
246 |
|
247 |
#: sitemap.php:769
|
248 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
249 |
-
msgstr "
|
250 |
|
251 |
#: sitemap.php:787
|
252 |
msgid "Archives"
|
253 |
-
msgstr "
|
254 |
|
255 |
#: sitemap.php:793
|
256 |
msgid "Informations and support"
|
@@ -258,7 +287,7 @@ msgstr "Información y soporte"
|
|
258 |
|
259 |
#: sitemap.php:794
|
260 |
msgid "Check %s for updates and comment there if you have any problems / questions / suggestions."
|
261 |
-
msgstr "
|
262 |
|
263 |
#: sitemap.php:797
|
264 |
msgid "Update options"
|
@@ -270,23 +299,19 @@ msgstr "URL:"
|
|
270 |
|
271 |
#: sitemap.php:1034
|
272 |
msgid "Path:"
|
273 |
-
msgstr "
|
274 |
|
275 |
-
# msgid "URL:"
|
276 |
-
# msgstr ""
|
277 |
-
# msgid "Path:"
|
278 |
-
# msgstr ""
|
279 |
#: sitemap.php:1037
|
280 |
msgid "Could not write into %s"
|
281 |
msgstr "No puedo escribir en %s"
|
282 |
|
283 |
#: sitemap.php:1048
|
284 |
msgid "Successfully built sitemap file:"
|
285 |
-
msgstr "
|
286 |
|
287 |
#: sitemap.php:1048
|
288 |
msgid "Successfully built gzipped sitemap file:"
|
289 |
-
msgstr "
|
290 |
|
291 |
#: sitemap.php:1062
|
292 |
msgid "Could not ping to Google at %s"
|
@@ -294,5 +319,5 @@ msgstr "No pude hacer ping a Google en %s"
|
|
294 |
|
295 |
#: sitemap.php:1064
|
296 |
msgid "Successfully pinged Google at %s"
|
297 |
-
msgstr "Ping a Google correctamente
|
298 |
|
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 2504 2005-07-03 22:19:18Z arnee $
|
6 |
+
#
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: sitemap\n"
|
10 |
+
"Report-Msgid-Bugs-To: <[mail-address]>\n"
|
11 |
+
"POT-Creation-Date: 2005-06-15 00:00+0000\n"
|
12 |
+
"PO-Revision-Date: 2005-07-03 23:57+0100\n"
|
13 |
"Last-Translator: César Gómez Martín <cesar.gomez@gmail.com>\n"
|
|
|
14 |
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Language-Team: \n"
|
|
|
18 |
|
19 |
#: sitemap.php:375
|
20 |
msgid "always"
|
38 |
msgid "never"
|
39 |
msgstr "nunca"
|
40 |
|
41 |
+
msgid "Detected Path"
|
42 |
+
msgstr "Ruta detectada"
|
43 |
+
|
44 |
+
msgid "Example"
|
45 |
+
msgstr "Ejemplo"
|
46 |
+
|
47 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
48 |
+
msgstr "Ruta absoluta o relativa al fichero sitemap, incluyendo el nombre."
|
49 |
+
|
50 |
+
msgid "Complete URL to the sitemap file, including name."
|
51 |
+
msgstr "URL completa del fichero sitemap, incluyendo el nombre."
|
52 |
+
|
53 |
+
msgid "Automatic location"
|
54 |
+
msgstr "Localización automática"
|
55 |
+
|
56 |
+
msgid "Manual location"
|
57 |
+
msgstr "Localización manual"
|
58 |
+
|
59 |
+
msgid "OR"
|
60 |
+
msgstr "O"
|
61 |
+
|
62 |
+
msgid "Location of your sitemap file"
|
63 |
+
msgstr "Localización de su fichero sitemap"
|
64 |
+
|
65 |
+
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)!"
|
66 |
+
msgstr "¡Si su bitácora está en un subdirectorio y quiere añadir páginas que NO están en el directorio de su bitácora o debajo, usted DEBE colocar su fichero sitemap en el directorio raíz (Mire la sección \"Localización de su fichero sitemap\" en esta página)!"
|
67 |
+
|
68 |
#: sitemap.php:512
|
69 |
msgid "Configuration updated"
|
70 |
msgstr "Configuración actualizada"
|
75 |
|
76 |
#: sitemap.php:521
|
77 |
msgid "A new page was added. Click on "Save page changes" to save your changes."
|
78 |
+
msgstr "Una nueva página fue añadida. Haga click en \"Guardar cambios\" para guardar sus cambios."
|
79 |
|
80 |
#: sitemap.php:527
|
81 |
msgid "Pages saved"
|
83 |
|
84 |
#: sitemap.php:528
|
85 |
msgid "Error while saving pages"
|
86 |
+
msgstr "Error mientras se guardaban las páginas"
|
87 |
|
88 |
#: sitemap.php:539
|
89 |
msgid "The page was deleted. Click on "Save page changes" to save your changes."
|
90 |
+
msgstr "La página fue borrada. Haga click en \"Guardar cambios\" para guardar sus cambios."
|
91 |
|
92 |
#: sitemap.php:542
|
93 |
msgid "You changes have been cleared."
|
95 |
|
96 |
#: sitemap.php:555
|
97 |
msgid "Sitemap Generator"
|
98 |
+
msgstr "Generador Sitemap"
|
99 |
|
100 |
#: sitemap.php:558
|
101 |
msgid "Manual rebuild"
|
103 |
|
104 |
#: sitemap.php:559
|
105 |
msgid "If you want to build the sitemap without editing a post, click on here!"
|
106 |
+
msgstr "Si quieres construir el sitemap sin editar ningún artículo, ¡pulse aquí!"
|
107 |
|
108 |
#: sitemap.php:560
|
109 |
msgid "Rebuild Sitemap"
|
114 |
msgstr "Páginas adicionales"
|
115 |
|
116 |
#: sitemap.php:566
|
117 |
+
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"
|
118 |
+
msgstr "Aquí usted puede especificar ficheros o URLs que deben ser incluidas en el sitemap pero que no pertenecen a su bitácora/WordPress.<br />Por ejemplo: si tu dominio es www.foo.com y su bitácora está en www.foo.com/blog, quizás quiera incluir su página de inicio www.foo.com"
|
119 |
|
120 |
#: sitemap.php:568
|
121 |
msgid "URL to the page"
|
123 |
|
124 |
#: sitemap.php:569
|
125 |
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
126 |
+
msgstr "URL de la página. Ejemplos: http://www.foo.com/index.html o www.foo.com/home"
|
127 |
|
128 |
#: sitemap.php:571
|
129 |
msgid "Priority"
|
131 |
|
132 |
#: sitemap.php:572
|
133 |
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
134 |
+
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."
|
135 |
|
136 |
#: sitemap.php:574
|
137 |
msgid "Last Changed"
|
138 |
+
msgstr "Últimos cambios"
|
139 |
|
140 |
#: sitemap.php:575
|
141 |
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
142 |
+
msgstr "Introduzca la fecha del último cambio como AAAA-MM-DD (por ejemplo: 2005-12-31) (opcional)."
|
143 |
|
144 |
#: sitemap.php:583
|
145 |
msgid "Change Frequency"
|
146 |
+
msgstr "Frecuencia de cambios"
|
147 |
|
148 |
#: sitemap.php:585
|
149 |
msgid "#"
|
151 |
|
152 |
#: sitemap.php:609
|
153 |
msgid "No pages defined."
|
154 |
+
msgstr "Ninguna página definida"
|
155 |
|
156 |
#: sitemap.php:616
|
157 |
msgid "Add new page"
|
158 |
+
msgstr "Añadir una nueva página"
|
159 |
|
160 |
+
#: sitemap.php:617:
|
|
|
161 |
msgid "Save page changes"
|
162 |
+
msgstr "Guardar los cambios de la página"
|
163 |
|
164 |
+
#: sitemap.php:618:
|
|
|
165 |
msgid "Undo all page changes"
|
166 |
msgstr "Deshacer todos los cambios de la página"
|
167 |
|
168 |
+
#: sitemap.php:621:
|
|
|
169 |
msgid "Delete marked page"
|
170 |
+
msgstr "Borrar página marcada"
|
171 |
|
172 |
#: sitemap.php:627
|
173 |
msgid "Basic Options"
|
175 |
|
176 |
#: sitemap.php:632
|
177 |
msgid "Enable automatic priority calculation for posts based on comment count"
|
178 |
+
msgstr "Activar cálculo automático de prioridades para artículos basándose en el número de comentarios"
|
179 |
|
180 |
#: sitemap.php:638
|
181 |
msgid "Write debug comments"
|
183 |
|
184 |
#: sitemap.php:643
|
185 |
msgid "Filename of the sitemap file"
|
186 |
+
msgstr "Nombre de fichero para el archivo sitemap"
|
187 |
|
188 |
#: sitemap.php:650
|
189 |
msgid "Write a normal XML file (your filename)"
|
190 |
+
msgstr "Escribir un fichero XML normal (nombre_fichero)"
|
191 |
|
192 |
#: sitemap.php:652
|
193 |
+
msgid "Detected URL"
|
194 |
+
msgstr "URL detectada"
|
195 |
|
196 |
#: sitemap.php:657
|
197 |
msgid "Write a gzipped file (your filename + .gz)"
|
198 |
+
msgstr "Escribir un fichero comprimido con gzip (nombre_fichero+.gz)"
|
199 |
|
200 |
#: sitemap.php:664
|
201 |
msgid "Auto-Ping Google Sitemaps"
|
202 |
+
msgstr "Ping automático a Google Sitemaps"
|
203 |
|
204 |
#: sitemap.php:665
|
205 |
msgid "This option will automatically tell Google about changes."
|
206 |
+
msgstr "Esta opción indicará automáticamente a Google que ha habido cambios."
|
207 |
|
208 |
#: sitemap.php:672
|
209 |
msgid "Includings"
|
210 |
+
msgstr "Inclusiones"
|
211 |
|
212 |
#: sitemap.php:677
|
213 |
msgid "Include homepage"
|
214 |
+
msgstr "Incluir página principal"
|
215 |
|
216 |
#: sitemap.php:683
|
217 |
msgid "Include posts"
|
218 |
+
msgstr "Incluir artículos"
|
219 |
|
220 |
#: sitemap.php:689
|
221 |
msgid "Include static pages"
|
222 |
+
msgstr "Incluir páginas estáticas"
|
223 |
|
224 |
#: sitemap.php:695
|
225 |
msgid "Include categories"
|
226 |
+
msgstr "Incluir categorías"
|
227 |
|
228 |
#: sitemap.php:701
|
229 |
msgid "Include archives"
|
230 |
+
msgstr "Incluir archivos"
|
231 |
|
232 |
#: sitemap.php:708
|
233 |
msgid "Change frequencies"
|
234 |
+
msgstr "Frecuencias de cambio"
|
235 |
|
236 |
#: sitemap.php:709
|
237 |
msgid "Note"
|
239 |
|
240 |
#: sitemap.php:710
|
241 |
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."
|
242 |
+
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 una vez al año. Es posible que también los rastreadores rastreen periódicamente páginas marcadas como \"nunca\" por si ha habido cambios inesperados en esas páginas."
|
243 |
|
244 |
#: sitemap.php:715
|
245 |
msgid "Homepage"
|
246 |
+
msgstr "Página principal"
|
247 |
|
248 |
#: sitemap.php:721
|
249 |
msgid "Posts"
|
259 |
|
260 |
#: sitemap.php:739
|
261 |
msgid "The current archive of this month (Should be the same like your homepage)"
|
262 |
+
msgstr "Archivo de este mes (Debe igual al de su página principal)"
|
263 |
|
264 |
#: sitemap.php:745
|
265 |
msgid "Older archives (Changes only if you edit an old post)"
|
266 |
+
msgstr "Archivos más viejos (Cambia sólo si usted edita un artículo viejo)"
|
267 |
|
268 |
#: sitemap.php:752
|
269 |
msgid "Priorities"
|
275 |
|
276 |
#: sitemap.php:769
|
277 |
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
278 |
+
msgstr "Prioridad mínima para artículos (Incluso aunque el cálculo automático esté activo)"
|
279 |
|
280 |
#: sitemap.php:787
|
281 |
msgid "Archives"
|
282 |
+
msgstr "Archivos"
|
283 |
|
284 |
#: sitemap.php:793
|
285 |
msgid "Informations and support"
|
287 |
|
288 |
#: sitemap.php:794
|
289 |
msgid "Check %s for updates and comment there if you have any problems / questions / suggestions."
|
290 |
+
msgstr "Compruebe %s para actualizaciones, comentarios, problemas, cuestiones y sugerencias."
|
291 |
|
292 |
#: sitemap.php:797
|
293 |
msgid "Update options"
|
299 |
|
300 |
#: sitemap.php:1034
|
301 |
msgid "Path:"
|
302 |
+
msgstr "Ruta:"
|
303 |
|
|
|
|
|
|
|
|
|
304 |
#: sitemap.php:1037
|
305 |
msgid "Could not write into %s"
|
306 |
msgstr "No puedo escribir en %s"
|
307 |
|
308 |
#: sitemap.php:1048
|
309 |
msgid "Successfully built sitemap file:"
|
310 |
+
msgstr "Fichero sitemap correctamente construido:"
|
311 |
|
312 |
#: sitemap.php:1048
|
313 |
msgid "Successfully built gzipped sitemap file:"
|
314 |
+
msgstr "Fichero sitemap comprimido correctamente construido:"
|
315 |
|
316 |
#: sitemap.php:1062
|
317 |
msgid "Could not ping to Google at %s"
|
319 |
|
320 |
#: sitemap.php:1064
|
321 |
msgid "Successfully pinged Google at %s"
|
322 |
+
msgstr "Ping a Google realizado correctamente en %s"
|
323 |
|
sitemap-it_IT.mo
ADDED
Binary file
|
sitemap-it_IT.po
ADDED
@@ -0,0 +1,317 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: sitemap\n"
|
4 |
+
"POT-Creation-Date: \n"
|
5 |
+
"PO-Revision-Date: 2005-06-18 18:15+0100\n"
|
6 |
+
"Last-Translator: Stefano <steve@40annibuttati.it>\n"
|
7 |
+
"Language-Team: Stefano Aglietti <steagl@wordpress-it.it>\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Poedit-Language: Italian\n"
|
12 |
+
"X-Poedit-Country: ITALY\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
|
15 |
+
#: sitemap.php:312
|
16 |
+
msgid "always"
|
17 |
+
msgstr "sempre"
|
18 |
+
|
19 |
+
#: sitemap.php:312
|
20 |
+
msgid "hourly"
|
21 |
+
msgstr "ogni ora"
|
22 |
+
|
23 |
+
#: sitemap.php:312
|
24 |
+
msgid "daily"
|
25 |
+
msgstr "ogni giorno"
|
26 |
+
|
27 |
+
#: sitemap.php:312
|
28 |
+
msgid "weekly"
|
29 |
+
msgstr "settimanalmente"
|
30 |
+
|
31 |
+
#: sitemap.php:312
|
32 |
+
msgid "monthly"
|
33 |
+
msgstr "mensilmente"
|
34 |
+
|
35 |
+
#: sitemap.php:312
|
36 |
+
msgid "yearly"
|
37 |
+
msgstr "annualmente"
|
38 |
+
|
39 |
+
#: sitemap.php:312
|
40 |
+
msgid "never"
|
41 |
+
msgstr "mai"
|
42 |
+
|
43 |
+
#: sitemap.php:547
|
44 |
+
msgid "Configuration updated"
|
45 |
+
msgstr "Configurazione aggiornata"
|
46 |
+
|
47 |
+
#: sitemap.php:548
|
48 |
+
msgid "Error"
|
49 |
+
msgstr "Errore"
|
50 |
+
|
51 |
+
#: sitemap.php:559
|
52 |
+
msgid "A new page was added. Click on "Save page changes" to save your changes."
|
53 |
+
msgstr "È stata aggiunta una nuova pagina. Fare click su "Salva modifiche pagina " per salvare le modifiche."
|
54 |
+
|
55 |
+
#: sitemap.php:568
|
56 |
+
msgid "Pages saved"
|
57 |
+
msgstr "Pagine salvate"
|
58 |
+
|
59 |
+
#: sitemap.php:569
|
60 |
+
msgid "Error while saving pages"
|
61 |
+
msgstr "Errore durante il salvataggio delle pagine"
|
62 |
+
|
63 |
+
#: sitemap.php:582
|
64 |
+
msgid "The page was deleted. Click on "Save page changes" to save your changes."
|
65 |
+
msgstr "Questa pagina è stata cancellata. Fare click su "Salva modifiche pagina " per salvare le modifiche."
|
66 |
+
|
67 |
+
#: sitemap.php:589
|
68 |
+
msgid "You changes have been cleared."
|
69 |
+
msgstr "Le modifiche sono state annullate."
|
70 |
+
|
71 |
+
#: sitemap.php:603
|
72 |
+
msgid "Sitemap Generator"
|
73 |
+
msgstr "Opzioni Sitemap Generator"
|
74 |
+
|
75 |
+
#: sitemap.php:607
|
76 |
+
msgid "Manual rebuild"
|
77 |
+
msgstr "Ricostruzione manuale"
|
78 |
+
|
79 |
+
#: sitemap.php:608
|
80 |
+
msgid "If you want to build the sitemap without editing a post, click on here!"
|
81 |
+
msgstr "Se si desidera generare la sitemap senza modificare un articolo fare click qui!"
|
82 |
+
|
83 |
+
#: sitemap.php:609
|
84 |
+
msgid "Rebuild Sitemap"
|
85 |
+
msgstr "Ricostruisci la Sitemap"
|
86 |
+
|
87 |
+
#: sitemap.php:614
|
88 |
+
msgid "Additional pages"
|
89 |
+
msgstr "Pagine aggiuntive"
|
90 |
+
|
91 |
+
#: sitemap.php:616
|
92 |
+
msgid "Here you can specify files or URLs which should be included in the sitemap, but don't 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"
|
93 |
+
msgstr "Qui è possibile specificare file o URL che dovranno venir incluse nella sitemap ma che non appartengono al vostro Blog/WordPress.<br />Ad esempio, se il vostro dominio è www.foo.com ed il vostro blog è posizionato in www.foo.com/blog potreste voler includere la vostra homepage in www.foo.com"
|
94 |
+
|
95 |
+
#: sitemap.php:618
|
96 |
+
#: sitemap.php:631
|
97 |
+
msgid "URL to the page"
|
98 |
+
msgstr "URL della pagina"
|
99 |
+
|
100 |
+
#: sitemap.php:619
|
101 |
+
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
102 |
+
msgstr "Inserire la URL della pagina. Esempio: http://www.foo.com/index.html oppure www.foo.com/home "
|
103 |
+
|
104 |
+
#: sitemap.php:621
|
105 |
+
#: sitemap.php:632
|
106 |
+
msgid "Priority"
|
107 |
+
msgstr "Priorità"
|
108 |
+
|
109 |
+
#: sitemap.php:622
|
110 |
+
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
111 |
+
msgstr "Scegliere la priorità di questa pagina relativamente alle altre pagine. Ad esempio la vostra homepage dovrebbe avere una priorità maggiore rispetto alle altre pagine."
|
112 |
+
|
113 |
+
#: sitemap.php:624
|
114 |
+
#: sitemap.php:634
|
115 |
+
msgid "Last Changed"
|
116 |
+
msgstr "Ultima Modifica"
|
117 |
+
|
118 |
+
#: sitemap.php:625
|
119 |
+
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
120 |
+
msgstr "Inserire la data dell'ultima modifica nel formato YYYY-MM-DD (ad esempio 2005-12-31) (opzionale)"
|
121 |
+
|
122 |
+
#: sitemap.php:633
|
123 |
+
msgid "Change Frequency"
|
124 |
+
msgstr "Cambia Frequenza"
|
125 |
+
|
126 |
+
#: sitemap.php:635
|
127 |
+
msgid "#"
|
128 |
+
msgstr "#"
|
129 |
+
|
130 |
+
#: sitemap.php:659
|
131 |
+
msgid "No pages defined."
|
132 |
+
msgstr "Nessuna pagina definita"
|
133 |
+
|
134 |
+
#: sitemap.php:666
|
135 |
+
msgid "Add new page"
|
136 |
+
msgstr "Aggiungi nuova pagina"
|
137 |
+
|
138 |
+
#: sitemap.php:667
|
139 |
+
msgid "Save page changes"
|
140 |
+
msgstr "Salva modifiche pagina"
|
141 |
+
|
142 |
+
#: sitemap.php:668
|
143 |
+
msgid "Undo all page changes"
|
144 |
+
msgstr "Annulla tutte le modifiche"
|
145 |
+
|
146 |
+
#: sitemap.php:671
|
147 |
+
msgid "Delete marked page"
|
148 |
+
msgstr "Cancella pagine selezionate"
|
149 |
+
|
150 |
+
#: sitemap.php:678
|
151 |
+
msgid "Basic Options"
|
152 |
+
msgstr "Opzioni di Base"
|
153 |
+
|
154 |
+
#: sitemap.php:683
|
155 |
+
msgid "Enable automatic priority calculation for posts based on comment count"
|
156 |
+
msgstr "Abilita il calcolo automatico della priorità degli articoli sulla base del numero dei commenti"
|
157 |
+
|
158 |
+
#: sitemap.php:689
|
159 |
+
msgid "Write debug comments"
|
160 |
+
msgstr "Scrivi i commenti di debug"
|
161 |
+
|
162 |
+
#: sitemap.php:694
|
163 |
+
msgid "Filename of the sitemap file"
|
164 |
+
msgstr "Nome del file di sitemap"
|
165 |
+
|
166 |
+
#: sitemap.php:701
|
167 |
+
msgid "Write a normal XML file (your filename)"
|
168 |
+
msgstr "Scrivi un normale file XML (nome del file)"
|
169 |
+
|
170 |
+
#: sitemap.php:703
|
171 |
+
#: sitemap.php:710
|
172 |
+
msgid "Current Path"
|
173 |
+
msgstr "Percorso attuale"
|
174 |
+
|
175 |
+
#: sitemap.php:703
|
176 |
+
#: sitemap.php:710
|
177 |
+
msgid "Current URL"
|
178 |
+
msgstr "URL attuale"
|
179 |
+
|
180 |
+
#: sitemap.php:708
|
181 |
+
msgid "Write a gzipped file (your filename + .gz)"
|
182 |
+
msgstr "Scrivi un file gzip (il nome del file + .gz)"
|
183 |
+
|
184 |
+
#: sitemap.php:715
|
185 |
+
msgid "Auto-Ping Google Sitemaps"
|
186 |
+
msgstr "Invio Ping automatico a Google Sitemaps"
|
187 |
+
|
188 |
+
#: sitemap.php:716
|
189 |
+
msgid "This option will automatically tell Google about changes."
|
190 |
+
msgstr "Questa opzione informa automaticamente Google di qualsiasi cambiamento."
|
191 |
+
|
192 |
+
#: sitemap.php:724
|
193 |
+
msgid "Includings"
|
194 |
+
msgstr "Includi"
|
195 |
+
|
196 |
+
#: sitemap.php:729
|
197 |
+
msgid "Include homepage"
|
198 |
+
msgstr "Includi homepage"
|
199 |
+
|
200 |
+
#: sitemap.php:735
|
201 |
+
msgid "Include posts"
|
202 |
+
msgstr "Includi articoli"
|
203 |
+
|
204 |
+
#: sitemap.php:741
|
205 |
+
msgid "Include static pages"
|
206 |
+
msgstr "Includi pagine statiche"
|
207 |
+
|
208 |
+
#: sitemap.php:747
|
209 |
+
msgid "Include categories"
|
210 |
+
msgstr "Includi categorie"
|
211 |
+
|
212 |
+
#: sitemap.php:753
|
213 |
+
msgid "Include archives"
|
214 |
+
msgstr "Includi gli archivi"
|
215 |
+
|
216 |
+
#: sitemap.php:761
|
217 |
+
msgid "Change frequencies"
|
218 |
+
msgstr "Modifica frequenze"
|
219 |
+
|
220 |
+
#: sitemap.php:762
|
221 |
+
msgid "Note"
|
222 |
+
msgstr "Nota"
|
223 |
+
|
224 |
+
#: sitemap.php:763
|
225 |
+
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."
|
226 |
+
msgstr "Si noti che il valore di questo tag è da considerarsi un suggerimento e non un comando. Anch se i motori di ricerca prendono in considerazione questa informazione quando decidono cosa indicizzare, potrebbero comunque indicizzare le pagine marcate \"ogni ora\" meno frequentemente così come potrebbero analizzare le pagine marcate come \"annualmente\" più frequentemente. È anche probabile che i moori analizzino periodicamente anche le pagine marcate con \"mai\" per gestire eventuali modifiche inaspettate in queste pagine."
|
227 |
+
|
228 |
+
#: sitemap.php:768
|
229 |
+
#: sitemap.php:811
|
230 |
+
msgid "Homepage"
|
231 |
+
msgstr "Homepage"
|
232 |
+
|
233 |
+
#: sitemap.php:774
|
234 |
+
msgid "Posts"
|
235 |
+
msgstr "Articoli"
|
236 |
+
|
237 |
+
#: sitemap.php:780
|
238 |
+
#: sitemap.php:829
|
239 |
+
msgid "Static pages"
|
240 |
+
msgstr "Pagine statiche"
|
241 |
+
|
242 |
+
#: sitemap.php:786
|
243 |
+
#: sitemap.php:835
|
244 |
+
msgid "Categories"
|
245 |
+
msgstr "Categorie"
|
246 |
+
|
247 |
+
#: sitemap.php:792
|
248 |
+
msgid "The current archive of this month (Should be the same like your homepage)"
|
249 |
+
msgstr "Archivo del mese corrente (Dovrebbe avre lo stesso valore della homepage)"
|
250 |
+
|
251 |
+
#: sitemap.php:798
|
252 |
+
msgid "Older archives (Changes only if you edit an old post)"
|
253 |
+
msgstr "Archivi precedenti ( Cambia solo se si modifica un vecchio articolo)"
|
254 |
+
|
255 |
+
#: sitemap.php:806
|
256 |
+
msgid "Priorities"
|
257 |
+
msgstr "Priorità"
|
258 |
+
|
259 |
+
#: sitemap.php:817
|
260 |
+
msgid "Posts (If auto calculation is disabled)"
|
261 |
+
msgstr "Articoli (se è disabilitato il calcolo automatico )"
|
262 |
+
|
263 |
+
#: sitemap.php:823
|
264 |
+
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
265 |
+
msgstr "Priorità minima degli articoli (Anche se abilitato il calcolo automatico)"
|
266 |
+
|
267 |
+
#: sitemap.php:841
|
268 |
+
msgid "Archives"
|
269 |
+
msgstr "Archivi"
|
270 |
+
|
271 |
+
#: sitemap.php:846
|
272 |
+
msgid "Update options"
|
273 |
+
msgstr "Opzioni di aggiornamento"
|
274 |
+
|
275 |
+
#: sitemap.php:849
|
276 |
+
msgid "Informations and support"
|
277 |
+
msgstr "Informazioni e supporto"
|
278 |
+
|
279 |
+
#: sitemap.php:850
|
280 |
+
#, php-format
|
281 |
+
msgid "Check %s for updates and comment there if you have any problems / questions / suggestions."
|
282 |
+
msgstr "Visitate %s per aggiornamenti e commenti se avete un qualsiasi problema / domanda / suggerimento."
|
283 |
+
|
284 |
+
#: sitemap.php:1093
|
285 |
+
msgid "Successfully built sitemap file:"
|
286 |
+
msgstr "È stato creato il file di sitemap:"
|
287 |
+
|
288 |
+
#: sitemap.php:1093
|
289 |
+
#: sitemap.php:1108
|
290 |
+
msgid "URL:"
|
291 |
+
msgstr "URL:"
|
292 |
+
|
293 |
+
#: sitemap.php:1093
|
294 |
+
#: sitemap.php:1108
|
295 |
+
msgid "Path:"
|
296 |
+
msgstr "Percorso:"
|
297 |
+
|
298 |
+
#: sitemap.php:1097
|
299 |
+
#: sitemap.php:1112
|
300 |
+
#, php-format
|
301 |
+
msgid "Could not write into %s"
|
302 |
+
msgstr "Non riesco a scrivere su %s"
|
303 |
+
|
304 |
+
#: sitemap.php:1108
|
305 |
+
msgid "Successfully built gzipped sitemap file:"
|
306 |
+
msgstr "File di sitemap inf ormato gzip creato con successo:"
|
307 |
+
|
308 |
+
#: sitemap.php:1122
|
309 |
+
#, php-format
|
310 |
+
msgid "Could not ping to Google at %s"
|
311 |
+
msgstr "Non riesco ad inviare il ping a Google alle %s"
|
312 |
+
|
313 |
+
#: sitemap.php:1124
|
314 |
+
#, php-format
|
315 |
+
msgid "Successfully pinged Google at %s"
|
316 |
+
msgstr "Inviato con successo il ping a Google alle %s"
|
317 |
+
|
sitemap-ja_EUC.mo
CHANGED
Binary file
|
sitemap-ja_EUC.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Japanese Language File for sitemap (sitemap-
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
-
"PO-Revision-Date: 2005-
|
12 |
-
"Last-Translator: <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=EUC-JP\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -37,6 +37,33 @@ msgstr "
|
|
37 |
msgid "never"
|
38 |
msgstr "��������ʤ�"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: sitemap.php:512
|
41 |
msgid "Configuration updated"
|
42 |
msgstr "��������ޤ�����"
|
@@ -86,7 +113,7 @@ msgid "Additional pages"
|
|
86 |
msgstr "�ɲåڡ���������"
|
87 |
|
88 |
#: sitemap.php:566
|
89 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
90 |
msgstr "�����ǡ�Sitemap �˴ޤޤ��٤��Ǥ��� URL ����ꤹ�뤳�Ȥ��Ǥ��ޤ��� �������������ǻ��ꤹ�� URL �� WordPress/Blog ��°���ƤϤ����ޤ���<br />�㤨�Хɥᥤ�� www.foo.com �ǥ֥����� www.foo.com/blog ���ä���硢���ʤ��� www.foo.com �� Sitemap �˴ޤߤ����Ȼפ����⤷��ޤ�������: ���ι��ܤ� WordPress �ʳ��� URL ����ꤷ���ץ饰����ǽ��Ϥ��� Sitemap �˴ޤ�뤳�Ȥ��Ǥ��ޤ���"
|
91 |
|
92 |
#: sitemap.php:568
|
@@ -162,12 +189,8 @@ msgid "Write a normal XML file (your filename)"
|
|
162 |
msgstr "ɸ��� XML �ե��������Ϥ��� (filename)"
|
163 |
|
164 |
#: sitemap.php:652
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: sitemap.php:653
|
169 |
-
msgid "Current Path"
|
170 |
-
msgstr "���ߤ� Path"
|
171 |
|
172 |
#: sitemap.php:657
|
173 |
msgid "Write a gzipped file (your filename + .gz)"
|
1 |
+
# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po)
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
+
"PO-Revision-Date: 2005-07-03 23:17+0900\n"
|
12 |
+
"Last-Translator: hiromasa <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=EUC-JP\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
37 |
msgid "never"
|
38 |
msgstr "��������ʤ�"
|
39 |
|
40 |
+
msgid "Detected Path"
|
41 |
+
msgstr "�ѥ���ľ������"
|
42 |
+
|
43 |
+
msgid "Example"
|
44 |
+
msgstr "��"
|
45 |
+
|
46 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
47 |
+
msgstr "�ե�����̾��ޤ� Sitemap �ե�����ؤ����Ф⤷�������Хѥ�"
|
48 |
+
|
49 |
+
msgid "Complete URL to the sitemap file, including name."
|
50 |
+
msgstr "�ե�����̾��ޤ� Sitemap �ե�����ؤδ����� URL"
|
51 |
+
|
52 |
+
msgid "Automatic location"
|
53 |
+
msgstr "��ư����"
|
54 |
+
|
55 |
+
msgid "Manual location"
|
56 |
+
msgstr "��ư����"
|
57 |
+
|
58 |
+
msgid "OR"
|
59 |
+
msgstr "�⤷����"
|
60 |
+
|
61 |
+
msgid "Location of your sitemap file"
|
62 |
+
msgstr "Sitemap �ե�����ξ��"
|
63 |
+
|
64 |
+
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)!"
|
65 |
+
msgstr "�⤷���ʤ��Υ֥��������֥ǥ��쥯�ȥ�����֤���Ƥ�����ˡ��֥����ǥ��쥯�ȥ�ʳ��Υڡ����� Sitemap �˴ޤ���Ȥ��ϡ�Sitemap �ե������롼�ȥǥ��쥯�ȥ�����֤��٤��Ǥ����ʤ��Υڡ����� "Sitemap �ե�����ξ��" ������ǧ���Ʋ�������"
|
66 |
+
|
67 |
#: sitemap.php:512
|
68 |
msgid "Configuration updated"
|
69 |
msgstr "��������ޤ�����"
|
113 |
msgstr "�ɲåڡ���������"
|
114 |
|
115 |
#: sitemap.php:566
|
116 |
+
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"
|
117 |
msgstr "�����ǡ�Sitemap �˴ޤޤ��٤��Ǥ��� URL ����ꤹ�뤳�Ȥ��Ǥ��ޤ��� �������������ǻ��ꤹ�� URL �� WordPress/Blog ��°���ƤϤ����ޤ���<br />�㤨�Хɥᥤ�� www.foo.com �ǥ֥����� www.foo.com/blog ���ä���硢���ʤ��� www.foo.com �� Sitemap �˴ޤߤ����Ȼפ����⤷��ޤ�������: ���ι��ܤ� WordPress �ʳ��� URL ����ꤷ���ץ饰����ǽ��Ϥ��� Sitemap �˴ޤ�뤳�Ȥ��Ǥ��ޤ���"
|
118 |
|
119 |
#: sitemap.php:568
|
189 |
msgstr "ɸ��� XML �ե��������Ϥ��� (filename)"
|
190 |
|
191 |
#: sitemap.php:652
|
192 |
+
msgid "Detected URL"
|
193 |
+
msgstr "Detected URL"
|
|
|
|
|
|
|
|
|
194 |
|
195 |
#: sitemap.php:657
|
196 |
msgid "Write a gzipped file (your filename + .gz)"
|
sitemap-ja_JP.UTF-8.mo
CHANGED
Binary file
|
sitemap-ja_JP.UTF-8.po
CHANGED
@@ -8,8 +8,8 @@ msgstr ""
|
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
-
"PO-Revision-Date: 2005-
|
12 |
-
"Last-Translator: <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -37,6 +37,33 @@ msgstr "毎年"
|
|
37 |
msgid "never"
|
38 |
msgstr "更新されない"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: sitemap.php:512
|
41 |
msgid "Configuration updated"
|
42 |
msgstr "設定を更新しました。"
|
@@ -86,7 +113,7 @@ msgid "Additional pages"
|
|
86 |
msgstr "追加ページの設定"
|
87 |
|
88 |
#: sitemap.php:566
|
89 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
90 |
msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。<br />例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)"
|
91 |
|
92 |
#: sitemap.php:568
|
@@ -162,12 +189,8 @@ msgid "Write a normal XML file (your filename)"
|
|
162 |
msgstr "標準の XML ファイルを出力する (filename)"
|
163 |
|
164 |
#: sitemap.php:652
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: sitemap.php:653
|
169 |
-
msgid "Current Path"
|
170 |
-
msgstr "現在の Path"
|
171 |
|
172 |
#: sitemap.php:657
|
173 |
msgid "Write a gzipped file (your filename + .gz)"
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
+
"PO-Revision-Date: 2005-07-03 23:17+0900\n"
|
12 |
+
"Last-Translator: hiromasa <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
37 |
msgid "never"
|
38 |
msgstr "更新されない"
|
39 |
|
40 |
+
msgid "Detected Path"
|
41 |
+
msgstr "パスの直接設定"
|
42 |
+
|
43 |
+
msgid "Example"
|
44 |
+
msgstr "例"
|
45 |
+
|
46 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
47 |
+
msgstr "ファイル名を含む Sitemap ファイルへの相対もしくは絶対パス"
|
48 |
+
|
49 |
+
msgid "Complete URL to the sitemap file, including name."
|
50 |
+
msgstr "ファイル名を含む Sitemap ファイルへの完全な URL"
|
51 |
+
|
52 |
+
msgid "Automatic location"
|
53 |
+
msgstr "自動配置"
|
54 |
+
|
55 |
+
msgid "Manual location"
|
56 |
+
msgstr "手動配置"
|
57 |
+
|
58 |
+
msgid "OR"
|
59 |
+
msgstr "もしくは"
|
60 |
+
|
61 |
+
msgid "Location of your sitemap file"
|
62 |
+
msgstr "Sitemap ファイルの場所"
|
63 |
+
|
64 |
+
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)!"
|
65 |
+
msgstr "もしあなたのブログがサブディレクトリに配置されている場合に、ブログディレクトリ以外のページを Sitemap に含めたいときは、Sitemap ファイルをルートディレクトリに配置すべきです。(このページの "Sitemap ファイルの場所" 設定を確認して下さい)"
|
66 |
+
|
67 |
#: sitemap.php:512
|
68 |
msgid "Configuration updated"
|
69 |
msgstr "設定を更新しました。"
|
113 |
msgstr "追加ページの設定"
|
114 |
|
115 |
#: sitemap.php:566
|
116 |
+
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"
|
117 |
msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。<br />例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)"
|
118 |
|
119 |
#: sitemap.php:568
|
189 |
msgstr "標準の XML ファイルを出力する (filename)"
|
190 |
|
191 |
#: sitemap.php:652
|
192 |
+
msgid "Detected URL"
|
193 |
+
msgstr "Detected URL"
|
|
|
|
|
|
|
|
|
194 |
|
195 |
#: sitemap.php:657
|
196 |
msgid "Write a gzipped file (your filename + .gz)"
|
sitemap-ja_SJIS.mo
CHANGED
Binary file
|
sitemap-ja_SJIS.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Japanese Language File for sitemap (sitemap-
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
-
"PO-Revision-Date: 2005-
|
12 |
-
"Last-Translator: <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=Shift_JIS\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -37,6 +37,33 @@ msgstr "
|
|
37 |
msgid "never"
|
38 |
msgstr "�X�V����Ȃ�"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: sitemap.php:512
|
41 |
msgid "Configuration updated"
|
42 |
msgstr "�ݒ���X�V���܂����B"
|
@@ -86,7 +113,7 @@ msgid "Additional pages"
|
|
86 |
msgstr "�lj��y�[�W�̐ݒ�"
|
87 |
|
88 |
#: sitemap.php:566
|
89 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
90 |
msgstr "�����ŁASitemap �Ɋ܂܂��ׂ��ł��� URL ���w�肷�邱�Ƃ��ł��܂��B �������A�����Ŏw�肷�� URL �� WordPress/Blog �ɑ����Ă͂����܂���B<br />�Ⴆ�h���C���� www.foo.com �Ńu���O�� www.foo.com/blog �������ꍇ�A���Ȃ��� www.foo.com �� Sitemap �Ɋ܂݂����Ǝv����������܂���B�i��: ���̍��ڂ� WordPress �ȊO�� URL ���w�肵�A�v���O�C���ŏo�͂��� Sitemap �Ɋ܂߂邱�Ƃ��ł��܂��j"
|
91 |
|
92 |
#: sitemap.php:568
|
@@ -162,12 +189,8 @@ msgid "Write a normal XML file (your filename)"
|
|
162 |
msgstr "�W���� XML �t�@�C�����o�͂��� (filename)"
|
163 |
|
164 |
#: sitemap.php:652
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: sitemap.php:653
|
169 |
-
msgid "Current Path"
|
170 |
-
msgstr "���݂� Path"
|
171 |
|
172 |
#: sitemap.php:657
|
173 |
msgid "Write a gzipped file (your filename + .gz)"
|
1 |
+
# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po)
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
+
"PO-Revision-Date: 2005-07-03 23:17+0900\n"
|
12 |
+
"Last-Translator: hiromasa <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=Shift_JIS\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
37 |
msgid "never"
|
38 |
msgstr "�X�V����Ȃ�"
|
39 |
|
40 |
+
msgid "Detected Path"
|
41 |
+
msgstr "�p�X�̒��ڐݒ�"
|
42 |
+
|
43 |
+
msgid "Example"
|
44 |
+
msgstr "��"
|
45 |
+
|
46 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
47 |
+
msgstr "�t�@�C�������܂� Sitemap �t�@�C���ւ̑��������͐�p�X"
|
48 |
+
|
49 |
+
msgid "Complete URL to the sitemap file, including name."
|
50 |
+
msgstr "�t�@�C�������܂� Sitemap �t�@�C���ւ̊��S�� URL"
|
51 |
+
|
52 |
+
msgid "Automatic location"
|
53 |
+
msgstr "�����z�u"
|
54 |
+
|
55 |
+
msgid "Manual location"
|
56 |
+
msgstr "�蓮�z�u"
|
57 |
+
|
58 |
+
msgid "OR"
|
59 |
+
msgstr "��������"
|
60 |
+
|
61 |
+
msgid "Location of your sitemap file"
|
62 |
+
msgstr "Sitemap �t�@�C���̏ꏊ"
|
63 |
+
|
64 |
+
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)!"
|
65 |
+
msgstr "�������Ȃ��̃u���O���T�u�f�B���N�g���ɔz�u����Ă���ꍇ�ɁA�u���O�f�B���N�g���ȊO�̃y�[�W�� Sitemap �Ɋ܂߂����Ƃ��́ASitemap �t�@�C�������[�g�f�B���N�g���ɔz�u���ׂ��ł��B�i���̃y�[�W�� "Sitemap �t�@�C���̏ꏊ" �ݒ���m�F���ĉ������j"
|
66 |
+
|
67 |
#: sitemap.php:512
|
68 |
msgid "Configuration updated"
|
69 |
msgstr "�ݒ���X�V���܂����B"
|
113 |
msgstr "�lj��y�[�W�̐ݒ�"
|
114 |
|
115 |
#: sitemap.php:566
|
116 |
+
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"
|
117 |
msgstr "�����ŁASitemap �Ɋ܂܂��ׂ��ł��� URL ���w�肷�邱�Ƃ��ł��܂��B �������A�����Ŏw�肷�� URL �� WordPress/Blog �ɑ����Ă͂����܂���B<br />�Ⴆ�h���C���� www.foo.com �Ńu���O�� www.foo.com/blog �������ꍇ�A���Ȃ��� www.foo.com �� Sitemap �Ɋ܂݂����Ǝv����������܂���B�i��: ���̍��ڂ� WordPress �ȊO�� URL ���w�肵�A�v���O�C���ŏo�͂��� Sitemap �Ɋ܂߂邱�Ƃ��ł��܂��j"
|
118 |
|
119 |
#: sitemap.php:568
|
189 |
msgstr "�W���� XML �t�@�C�����o�͂��� (filename)"
|
190 |
|
191 |
#: sitemap.php:652
|
192 |
+
msgid "Detected URL"
|
193 |
+
msgstr "Detected URL"
|
|
|
|
|
|
|
|
|
194 |
|
195 |
#: sitemap.php:657
|
196 |
msgid "Write a gzipped file (your filename + .gz)"
|
sitemap-ja_UTF.mo
CHANGED
Binary file
|
sitemap-ja_UTF.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Japanese Language File for sitemap (sitemap-
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
-
"PO-Revision-Date: 2005-
|
12 |
-
"Last-Translator: <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -37,6 +37,33 @@ msgstr "毎年"
|
|
37 |
msgid "never"
|
38 |
msgstr "更新されない"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: sitemap.php:512
|
41 |
msgid "Configuration updated"
|
42 |
msgstr "設定を更新しました。"
|
@@ -86,7 +113,7 @@ msgid "Additional pages"
|
|
86 |
msgstr "追加ページの設定"
|
87 |
|
88 |
#: sitemap.php:566
|
89 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
90 |
msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。<br />例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)"
|
91 |
|
92 |
#: sitemap.php:568
|
@@ -162,12 +189,8 @@ msgid "Write a normal XML file (your filename)"
|
|
162 |
msgstr "標準の XML ファイルを出力する (filename)"
|
163 |
|
164 |
#: sitemap.php:652
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: sitemap.php:653
|
169 |
-
msgid "Current Path"
|
170 |
-
msgstr "現在の Path"
|
171 |
|
172 |
#: sitemap.php:657
|
173 |
msgid "Write a gzipped file (your filename + .gz)"
|
1 |
+
# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po)
|
2 |
# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/
|
3 |
# This file is distributed under the same license as the WordPress package.
|
4 |
# hiromasa <webmaster@hiromasa.zone.ne.jp>, 2005.
|
8 |
"Project-Id-Version: sitemap\n"
|
9 |
"Report-Msgid-Bugs-To: <webmaster@hiromasa.zone.ne.jp>\n"
|
10 |
"POT-Creation-Date: 2005-06-09 02:00+0900\n"
|
11 |
+
"PO-Revision-Date: 2005-07-03 23:17+0900\n"
|
12 |
+
"Last-Translator: hiromasa <webmaster@hiromasa.zone.ne.jp>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
37 |
msgid "never"
|
38 |
msgstr "更新されない"
|
39 |
|
40 |
+
msgid "Detected Path"
|
41 |
+
msgstr "パスの直接設定"
|
42 |
+
|
43 |
+
msgid "Example"
|
44 |
+
msgstr "例"
|
45 |
+
|
46 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
47 |
+
msgstr "ファイル名を含む Sitemap ファイルへの相対もしくは絶対パス"
|
48 |
+
|
49 |
+
msgid "Complete URL to the sitemap file, including name."
|
50 |
+
msgstr "ファイル名を含む Sitemap ファイルへの完全な URL"
|
51 |
+
|
52 |
+
msgid "Automatic location"
|
53 |
+
msgstr "自動配置"
|
54 |
+
|
55 |
+
msgid "Manual location"
|
56 |
+
msgstr "手動配置"
|
57 |
+
|
58 |
+
msgid "OR"
|
59 |
+
msgstr "もしくは"
|
60 |
+
|
61 |
+
msgid "Location of your sitemap file"
|
62 |
+
msgstr "Sitemap ファイルの場所"
|
63 |
+
|
64 |
+
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)!"
|
65 |
+
msgstr "もしあなたのブログがサブディレクトリに配置されている場合に、ブログディレクトリ以外のページを Sitemap に含めたいときは、Sitemap ファイルをルートディレクトリに配置すべきです。(このページの "Sitemap ファイルの場所" 設定を確認して下さい)"
|
66 |
+
|
67 |
#: sitemap.php:512
|
68 |
msgid "Configuration updated"
|
69 |
msgstr "設定を更新しました。"
|
113 |
msgstr "追加ページの設定"
|
114 |
|
115 |
#: sitemap.php:566
|
116 |
+
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"
|
117 |
msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。<br />例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)"
|
118 |
|
119 |
#: sitemap.php:568
|
189 |
msgstr "標準の XML ファイルを出力する (filename)"
|
190 |
|
191 |
#: sitemap.php:652
|
192 |
+
msgid "Detected URL"
|
193 |
+
msgstr "Detected URL"
|
|
|
|
|
|
|
|
|
194 |
|
195 |
#: sitemap.php:657
|
196 |
msgid "Write a gzipped file (your filename + .gz)"
|
sitemap-zh_TW.mo
ADDED
Binary file
|
sitemap-zh_TW.po
ADDED
@@ -0,0 +1,323 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: sitemap\n"
|
4 |
+
"POT-Creation-Date: \n"
|
5 |
+
"PO-Revision-Date: 2005-07-04 00:21+0800\n"
|
6 |
+
"Last-Translator: Kirin Lin <kirin.lin@gmail.com>\n"
|
7 |
+
"Language-Team: Kirin Lin <kirin.lin@gmail.com>\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Poedit-Language: Chinese\n"
|
12 |
+
"X-Poedit-Country: TAIWAN\n"
|
13 |
+
|
14 |
+
#: sitemap.php:375
|
15 |
+
msgid "always"
|
16 |
+
msgstr "總是"
|
17 |
+
|
18 |
+
msgid "hourly"
|
19 |
+
msgstr "每時"
|
20 |
+
|
21 |
+
msgid "daily"
|
22 |
+
msgstr "每日"
|
23 |
+
|
24 |
+
msgid "weekly"
|
25 |
+
msgstr "每週"
|
26 |
+
|
27 |
+
msgid "monthly"
|
28 |
+
msgstr "每月"
|
29 |
+
|
30 |
+
msgid "yearly"
|
31 |
+
msgstr "每年"
|
32 |
+
|
33 |
+
msgid "never"
|
34 |
+
msgstr "從不"
|
35 |
+
|
36 |
+
msgid "Detected Path"
|
37 |
+
msgstr "偵測到的路徑"
|
38 |
+
|
39 |
+
msgid "Example"
|
40 |
+
msgstr "範例"
|
41 |
+
|
42 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
43 |
+
msgstr "網站地圖的絕對或相對路徑,包括檔名。"
|
44 |
+
|
45 |
+
msgid "Complete URL to the sitemap file, including name."
|
46 |
+
msgstr "網站地圖的完整網址,包括檔名。"
|
47 |
+
|
48 |
+
msgid "Automatic location"
|
49 |
+
msgstr "自動位置"
|
50 |
+
|
51 |
+
msgid "Manual location"
|
52 |
+
msgstr "自訂位置"
|
53 |
+
|
54 |
+
msgid "OR"
|
55 |
+
msgstr "或"
|
56 |
+
|
57 |
+
msgid "Location of your sitemap file"
|
58 |
+
msgstr "網站地圖的位置"
|
59 |
+
|
60 |
+
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)!"
|
61 |
+
msgstr "若是您的部落格是在子目錄下而您想要增加的頁面並<strong>不在</strong>部落格的目錄下面,您<strong>必須</strong>將您的網站地圖置於網站的根目錄下。(請見本頁 "網站地圖的位置" 小節)!"
|
62 |
+
|
63 |
+
#: sitemap.php:512
|
64 |
+
msgid "Configuration updated"
|
65 |
+
msgstr "設定已更新"
|
66 |
+
|
67 |
+
#: sitemap.php:513
|
68 |
+
msgid "Error"
|
69 |
+
msgstr "錯誤"
|
70 |
+
|
71 |
+
#: sitemap.php:521
|
72 |
+
msgid "A new page was added. Click on "Save page changes" to save your changes."
|
73 |
+
msgstr "已新增頁面。請點選"儲存頁面變更" 將變更儲存。"
|
74 |
+
|
75 |
+
#: sitemap.php:527
|
76 |
+
msgid "Pages saved"
|
77 |
+
msgstr "頁面已儲存"
|
78 |
+
|
79 |
+
#: sitemap.php:528
|
80 |
+
msgid "Error while saving pages"
|
81 |
+
msgstr "儲存頁面時發生錯誤"
|
82 |
+
|
83 |
+
#: sitemap.php:539
|
84 |
+
msgid "The page was deleted. Click on "Save page changes" to save your changes."
|
85 |
+
msgstr "該頁面已經刪除。請點選"儲存頁面變更" 將變更儲存。"
|
86 |
+
|
87 |
+
#: sitemap.php:542
|
88 |
+
msgid "You changes have been cleared."
|
89 |
+
msgstr "您已經放棄變更。"
|
90 |
+
|
91 |
+
#: sitemap.php:555
|
92 |
+
msgid "Sitemap Generator"
|
93 |
+
msgstr "網站地圖產生器"
|
94 |
+
|
95 |
+
#: sitemap.php:558
|
96 |
+
msgid "Manual rebuild"
|
97 |
+
msgstr "手動重建"
|
98 |
+
|
99 |
+
#: sitemap.php:559
|
100 |
+
msgid "If you want to build the sitemap without editing a post, click on here!"
|
101 |
+
msgstr "若是您不想透過編輯文章來產生網站地圖,請按此!"
|
102 |
+
|
103 |
+
#: sitemap.php:560
|
104 |
+
msgid "Rebuild Sitemap"
|
105 |
+
msgstr "重建網站地圖"
|
106 |
+
|
107 |
+
#: sitemap.php:564
|
108 |
+
msgid "Additional pages"
|
109 |
+
msgstr "其他的頁面"
|
110 |
+
|
111 |
+
#: sitemap.php:566
|
112 |
+
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"
|
113 |
+
msgstr "您可以在此指定那些應被納入網站地圖的檔案或者網址(URL),但是不屬於您的部落格(Blog/WordPress)。<br />舉例來說,若是您的部落格是 www.foo.com/blog,而您想要將您 www.foo.com 下的網頁納入此網站地圖。"
|
114 |
+
|
115 |
+
#: sitemap.php:568
|
116 |
+
msgid "URL to the page"
|
117 |
+
msgstr "頁面 URL"
|
118 |
+
|
119 |
+
#: sitemap.php:569
|
120 |
+
msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home "
|
121 |
+
msgstr "輸入頁面的URL。例如:http://www.foo.com/index.html 或者 www.foo.com/home "
|
122 |
+
|
123 |
+
#: sitemap.php:571
|
124 |
+
msgid "Priority"
|
125 |
+
msgstr "優先權 "
|
126 |
+
|
127 |
+
#: sitemap.php:572
|
128 |
+
msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint."
|
129 |
+
msgstr "選擇該頁面的優先權(相較於其他頁面而言)。例如:您的首頁或許會比版權說明頁的優先權來得高。"
|
130 |
+
|
131 |
+
#: sitemap.php:574
|
132 |
+
msgid "Last Changed"
|
133 |
+
msgstr "最近更動"
|
134 |
+
|
135 |
+
#: sitemap.php:575
|
136 |
+
msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)."
|
137 |
+
msgstr "輸入最近更動的日期,格式為 YYYY-MM-DD (例如:2005-12-31)(非必要)"
|
138 |
+
|
139 |
+
#: sitemap.php:583
|
140 |
+
msgid "Change Frequency"
|
141 |
+
msgstr "設定更新頻率"
|
142 |
+
|
143 |
+
#: sitemap.php:585
|
144 |
+
msgid "#"
|
145 |
+
msgstr "#"
|
146 |
+
|
147 |
+
#: sitemap.php:609
|
148 |
+
msgid "No pages defined."
|
149 |
+
msgstr "還沒有頁面已被設定"
|
150 |
+
|
151 |
+
#: sitemap.php:616
|
152 |
+
msgid "Add new page"
|
153 |
+
msgstr "新增頁面"
|
154 |
+
|
155 |
+
# sitemap.php:617:
|
156 |
+
#: sitemap.php:617
|
157 |
+
msgid "Save page changes"
|
158 |
+
msgstr "儲存頁面變更"
|
159 |
+
|
160 |
+
# sitemap.php:618:
|
161 |
+
#: sitemap.php:618
|
162 |
+
msgid "Undo all page changes"
|
163 |
+
msgstr "放棄所有變更"
|
164 |
+
|
165 |
+
# sitemap.php:621:
|
166 |
+
#: sitemap.php:621
|
167 |
+
msgid "Delete marked page"
|
168 |
+
msgstr "刪除選取的頁面"
|
169 |
+
|
170 |
+
# msgid "Rebuild Sitemap"
|
171 |
+
# msgstr ""
|
172 |
+
#: sitemap.php:627
|
173 |
+
msgid "Basic Options"
|
174 |
+
msgstr "基本設定"
|
175 |
+
|
176 |
+
#: sitemap.php:632
|
177 |
+
msgid "Enable automatic priority calculation for posts based on comment count"
|
178 |
+
msgstr "開啟文章的自動優先權計算(以留言數量為主)"
|
179 |
+
|
180 |
+
#: sitemap.php:638
|
181 |
+
msgid "Write debug comments"
|
182 |
+
msgstr "寫入偵錯註解"
|
183 |
+
|
184 |
+
#: sitemap.php:643
|
185 |
+
msgid "Filename of the sitemap file"
|
186 |
+
msgstr "網站地圖的檔名"
|
187 |
+
|
188 |
+
#: sitemap.php:650
|
189 |
+
msgid "Write a normal XML file (your filename)"
|
190 |
+
msgstr "寫入XML檔案 (檔案名稱)"
|
191 |
+
|
192 |
+
#: sitemap.php:652
|
193 |
+
msgid "Detected URL"
|
194 |
+
msgstr "偵測到的網址"
|
195 |
+
|
196 |
+
#: sitemap.php:657
|
197 |
+
msgid "Write a gzipped file (your filename + .gz)"
|
198 |
+
msgstr "寫入壓縮檔 (檔案名稱 + .gz)"
|
199 |
+
|
200 |
+
#: sitemap.php:664
|
201 |
+
msgid "Auto-Ping Google Sitemaps"
|
202 |
+
msgstr "自動通知 Google Sitemap"
|
203 |
+
|
204 |
+
#: sitemap.php:665
|
205 |
+
msgid "This option will automatically tell Google about changes."
|
206 |
+
msgstr "該選項會自動通知 Google 相關的更新。"
|
207 |
+
|
208 |
+
#: sitemap.php:672
|
209 |
+
msgid "Includings"
|
210 |
+
msgstr "包含"
|
211 |
+
|
212 |
+
#: sitemap.php:677
|
213 |
+
msgid "Include homepage"
|
214 |
+
msgstr "包含首頁"
|
215 |
+
|
216 |
+
#: sitemap.php:683
|
217 |
+
msgid "Include posts"
|
218 |
+
msgstr "包含文章"
|
219 |
+
|
220 |
+
#: sitemap.php:689
|
221 |
+
msgid "Include static pages"
|
222 |
+
msgstr "包含靜態頁面"
|
223 |
+
|
224 |
+
#: sitemap.php:695
|
225 |
+
msgid "Include categories"
|
226 |
+
msgstr "包含分類"
|
227 |
+
|
228 |
+
#: sitemap.php:701
|
229 |
+
msgid "Include archives"
|
230 |
+
msgstr "包含匯整"
|
231 |
+
|
232 |
+
#: sitemap.php:708
|
233 |
+
msgid "Change frequencies"
|
234 |
+
msgstr "更新頻率設定"
|
235 |
+
|
236 |
+
#: sitemap.php:709
|
237 |
+
msgid "Note"
|
238 |
+
msgstr "注意"
|
239 |
+
|
240 |
+
#: sitemap.php:710
|
241 |
+
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."
|
242 |
+
msgstr "請注意下列各設定值僅被視為提示而非命令。雖然搜尋引擎漫遊器會考慮這資訊做出決定,他們也許會較少漫遊被標記為\"每時\"的頁面,或者更加頻繁地漫遊被標記為\"每年\" 的頁面。搜尋引擎漫遊機制會週期性地漫遊被標記為\"從不\"的頁面,以便他們能處理對那些頁面的變動。"
|
243 |
+
|
244 |
+
#: sitemap.php:715
|
245 |
+
msgid "Homepage"
|
246 |
+
msgstr "首頁"
|
247 |
+
|
248 |
+
#: sitemap.php:721
|
249 |
+
msgid "Posts"
|
250 |
+
msgstr "文章"
|
251 |
+
|
252 |
+
#: sitemap.php:727
|
253 |
+
msgid "Static pages"
|
254 |
+
msgstr "靜態頁面"
|
255 |
+
|
256 |
+
#: sitemap.php:733
|
257 |
+
msgid "Categories"
|
258 |
+
msgstr "分類"
|
259 |
+
|
260 |
+
#: sitemap.php:739
|
261 |
+
msgid "The current archive of this month (Should be the same like your homepage)"
|
262 |
+
msgstr "現有的每月彙整(應該與您的首頁相同)"
|
263 |
+
|
264 |
+
#: sitemap.php:745
|
265 |
+
msgid "Older archives (Changes only if you edit an old post)"
|
266 |
+
msgstr "較舊的彙整(只有在您修改舊文章的時候才會改變)"
|
267 |
+
|
268 |
+
#: sitemap.php:752
|
269 |
+
msgid "Priorities"
|
270 |
+
msgstr "優先權"
|
271 |
+
|
272 |
+
#: sitemap.php:763
|
273 |
+
msgid "Posts (If auto calculation is disabled)"
|
274 |
+
msgstr "文章(如果自動計算沒有打開)"
|
275 |
+
|
276 |
+
#: sitemap.php:769
|
277 |
+
msgid "Minimum post priority (Even if auto calculation is enabled)"
|
278 |
+
msgstr "優先權中等 (如果自動計算沒有打開)"
|
279 |
+
|
280 |
+
#: sitemap.php:787
|
281 |
+
msgid "Archives"
|
282 |
+
msgstr "彙整"
|
283 |
+
|
284 |
+
#: sitemap.php:793
|
285 |
+
msgid "Informations and support"
|
286 |
+
msgstr "資訊以及支援"
|
287 |
+
|
288 |
+
#: sitemap.php:794
|
289 |
+
msgid "Check %s for updates and comment there if you have any problems / questions / suggestions."
|
290 |
+
msgstr "若是您有任何問題以及建議或者想知道本外掛最近的更新以及迴響,請點 %s。"
|
291 |
+
|
292 |
+
#: sitemap.php:797
|
293 |
+
msgid "Update options"
|
294 |
+
msgstr "更新選項"
|
295 |
+
|
296 |
+
#: sitemap.php:1033
|
297 |
+
msgid "URL:"
|
298 |
+
msgstr "網址:"
|
299 |
+
|
300 |
+
#: sitemap.php:1034
|
301 |
+
msgid "Path:"
|
302 |
+
msgstr "路徑:"
|
303 |
+
|
304 |
+
#: sitemap.php:1037
|
305 |
+
msgid "Could not write into %s"
|
306 |
+
msgstr "無法寫入 %s"
|
307 |
+
|
308 |
+
#: sitemap.php:1048
|
309 |
+
msgid "Successfully built sitemap file:"
|
310 |
+
msgstr "成功地建立網站地圖檔:"
|
311 |
+
|
312 |
+
#: sitemap.php:1048
|
313 |
+
msgid "Successfully built gzipped sitemap file:"
|
314 |
+
msgstr "成功地建立壓縮的網站地圖檔:"
|
315 |
+
|
316 |
+
#: sitemap.php:1062
|
317 |
+
msgid "Could not ping to Google at %s"
|
318 |
+
msgstr "無法通知 Google: %s "
|
319 |
+
|
320 |
+
#: sitemap.php:1064
|
321 |
+
msgid "Successfully pinged Google at %s"
|
322 |
+
msgstr "成功地通知 Google: %s "
|
323 |
+
|
sitemap.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
|
|
|
4 |
|
5 |
Sitemap Generator for WordPress
|
6 |
==============================================================================
|
@@ -19,21 +20,23 @@
|
|
19 |
Plugin Name: Google Sitemaps
|
20 |
Plugin URI: http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final
|
21 |
Description: This generator will create a Google compliant sitemap of your WordPress blog.
|
22 |
-
Version: 2.
|
23 |
Author: Arne Brachhold
|
24 |
Author URI: http://www.arnebrachhold.de
|
25 |
|
26 |
|
27 |
Contributors:
|
28 |
==============================================================================
|
29 |
-
Basic Idea Michael Nguyen http://www.socialpatterns.com
|
30 |
SQL Improvements Rodney Shupe http://www.shupe.ca
|
31 |
Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp
|
32 |
Spanish lang. File C�sar G�mez Mart�n http://www.cesargomez.org
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
37 |
|
38 |
Code, Documentation, Hosting and all other Stuff:
|
39 |
Arne Brachhold http://www.arnebrachhold.de
|
@@ -63,6 +66,12 @@
|
|
63 |
Added support for Google Ping
|
64 |
Added the minimum Post Priority option
|
65 |
Added Spanish Language File by C�sar G�mez Mart�n (http://www.cesargomez.org)
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
Maybe Todo:
|
68 |
==============================================================================
|
@@ -90,6 +99,22 @@
|
|
90 |
|
91 |
Developer Documentation
|
92 |
==============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
About the pages storage:
|
94 |
Every external page is represented in a instance of the sm_page class.
|
95 |
I use an array to store them in the WordPress options table. Note
|
@@ -109,12 +134,31 @@
|
|
109 |
The "#region" tags and "#type $example example_class" comments are helpers which
|
110 |
may be used by your editor. #region gives the ability to create custom code
|
111 |
folding areas, #type are type definitions for auto-complete.
|
112 |
-
|
113 |
*/
|
114 |
|
115 |
//Enable for dev
|
116 |
//error_reporting(E_ALL);
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
/******** Needed classes ********/
|
119 |
|
120 |
#region class sm_page
|
@@ -265,6 +309,10 @@ $sm_options["sm_b_xml"]=true; //Create a .xml file
|
|
265 |
$sm_options["sm_b_gzip"]=true; //Create a gzipped .xml file(.gz) file
|
266 |
$sm_options["sm_b_ping"]=true; //Auto ping Google
|
267 |
|
|
|
|
|
|
|
|
|
268 |
$sm_options["sm_in_home"]=true; //Include homepage
|
269 |
$sm_options["sm_in_posts"]=true; //Include posts
|
270 |
$sm_options["sm_in_pages"]=true; //Include static pages
|
@@ -320,12 +368,19 @@ $sm_freq_names=array("always", "hourly", "daily", "weekly", "monthly", "yearly",
|
|
320 |
if(!function_exists("sm_getXmlUrl")) {
|
321 |
/**
|
322 |
* Returns the URL for the sitemap file
|
|
|
323 |
*
|
324 |
* @return The URL to the Sitemap file
|
325 |
*/
|
326 |
-
function sm_getXmlUrl() {
|
327 |
-
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
}
|
330 |
}
|
331 |
#endregion
|
@@ -334,11 +389,12 @@ if(!function_exists("sm_getXmlUrl")) {
|
|
334 |
if(!function_exists("sm_getZipUrl")) {
|
335 |
/**
|
336 |
* Returns the URL for the gzipped sitemap file
|
|
|
337 |
*
|
338 |
* @return The URL to the gzipped Sitemap file
|
339 |
*/
|
340 |
-
function sm_getZipUrl() {
|
341 |
-
return sm_getXmlUrl() . ".gz";
|
342 |
}
|
343 |
}
|
344 |
#endregion
|
@@ -347,12 +403,19 @@ if(!function_exists("sm_getZipUrl")) {
|
|
347 |
if(!function_exists("sm_getXmlPath")) {
|
348 |
/**
|
349 |
* Returns the file system path to the sitemap file
|
|
|
350 |
*
|
351 |
* @return The file system path;
|
352 |
*/
|
353 |
-
function sm_getXmlPath() {
|
354 |
-
|
355 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
}
|
357 |
}
|
358 |
#endregion
|
@@ -361,11 +424,12 @@ if(!function_exists("sm_getXmlPath")) {
|
|
361 |
if(!function_exists("sm_getZipPath")) {
|
362 |
/**
|
363 |
* Returns the file system path to the gzipped sitemap file
|
|
|
364 |
*
|
365 |
* @return The file system path;
|
366 |
*/
|
367 |
-
function sm_getZipPath() {
|
368 |
-
return sm_getXmlPath() . ".gz";
|
369 |
}
|
370 |
}
|
371 |
#endregion
|
@@ -531,9 +595,14 @@ if(!function_exists("sm_options_page")) {
|
|
531 |
if(!isset($_POST[$k])) $_POST[$k]=""; // Empty string will get false on 2bool and 0 on 2float
|
532 |
|
533 |
//Options of the category "Basic Settings" are boolean, except the filename
|
534 |
-
if(substr($k,0,5)=="sm_b_") {
|
535 |
-
if($k=="sm_b_filename") $sm_options[$k]=(string) $_POST[$k];
|
536 |
-
else $
|
|
|
|
|
|
|
|
|
|
|
537 |
//Options of the category "Includes" are boolean
|
538 |
} else if(substr($k,0,6)=="sm_in_") {
|
539 |
$sm_options[$k]=(bool) $_POST[$k];
|
@@ -602,7 +671,7 @@ if(!function_exists("sm_options_page")) {
|
|
602 |
|
603 |
<div class=wrap>
|
604 |
<form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
|
605 |
-
<h2><?php _e('Sitemap Generator', 'sitemap') ?> 2.
|
606 |
|
607 |
<!-- Rebuild Area -->
|
608 |
<fieldset name="sm_rebuild" class="options">
|
@@ -615,8 +684,11 @@ if(!function_exists("sm_options_page")) {
|
|
615 |
<fieldset name="sm_pages" class="options">
|
616 |
<legend><?php _e('Additional pages', 'sitemap') ?></legend>
|
617 |
<?php
|
618 |
-
_e(
|
619 |
echo "<ul><li>";
|
|
|
|
|
|
|
620 |
echo "<strong>" . __('URL to the page','sitemap'). "</strong>: ";
|
621 |
_e("Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home ",'sitemap');
|
622 |
echo "</li><li>";
|
@@ -664,12 +736,12 @@ if(!function_exists("sm_options_page")) {
|
|
664 |
?>
|
665 |
</table>
|
666 |
<div>
|
667 |
-
<div style="float:left; width:
|
668 |
<input type="submit" name="sm_pages_new" value="<?php _e("Add new page",'sitemap'); ?>" />
|
669 |
<input type="submit" name="sm_pages_save" value="<?php _e("Save page changes",'sitemap'); ?>" />
|
670 |
<input type="submit" name="sm_pages_undo" value="<?php _e("Undo all page changes",'sitemap'); ?>" />
|
671 |
</div>
|
672 |
-
<div style="width:
|
673 |
<input type="submit" name="sm_pages_del" value="<?php _e("Delete marked page",'sitemap'); ?>" />
|
674 |
</div>
|
675 |
</div>
|
@@ -691,25 +763,17 @@ if(!function_exists("sm_options_page")) {
|
|
691 |
<?php _e('Write debug comments', 'sitemap') ?>
|
692 |
</label>
|
693 |
</li>
|
694 |
-
<li>
|
695 |
-
<label for="sm_b_filename">
|
696 |
-
<?php _e('Filename of the sitemap file', 'sitemap') ?>
|
697 |
-
<input type="text" id="sm_b_filename" name="sm_b_filename" value="<?php echo sm_go("sm_b_filename"); ?>" />
|
698 |
-
</label>
|
699 |
-
</li>
|
700 |
<li>
|
701 |
<label for="sm_b_xml">
|
702 |
<input type="checkbox" id="sm_b_xml" name="sm_b_xml" <?php echo (sm_go("sm_b_xml")==true?"checked=\"checked\"":"") ?> />
|
703 |
<?php _e('Write a normal XML file (your filename)', 'sitemap') ?>
|
704 |
</label>
|
705 |
-
<br /><?php _e('Current Path', 'sitemap') ?>: <?php echo sm_getXmlPath(); ?><br /><?php _e('Current URL', 'sitemap') ?>: <a href="<?php echo sm_getXmlUrl(); ?>"><?php echo sm_getXmlUrl(); ?></a>
|
706 |
</li>
|
707 |
<li>
|
708 |
<label for="sm_b_gzip">
|
709 |
<input type="checkbox" id="sm_b_gzip" name="sm_b_gzip" <?php if(function_exists("gzencode")) { echo (sm_go("sm_b_gzip")==true?"checked=\"checked\"":""); } else echo "disabled=\"disabled\""; ?> />
|
710 |
<?php _e('Write a gzipped file (your filename + .gz)', 'sitemap') ?>
|
711 |
</label>
|
712 |
-
<br /><?php _e('Current Path', 'sitemap') ?>: <?php echo sm_getZipPath(); ?><br /><?php _e('Current URL', 'sitemap') ?>: <a href="<?php echo sm_getZipUrl(); ?>"><?php echo sm_getZipUrl(); ?></a>
|
713 |
</li>
|
714 |
<li>
|
715 |
<label for="sm_b_ping">
|
@@ -721,6 +785,50 @@ if(!function_exists("sm_options_page")) {
|
|
721 |
</ul>
|
722 |
</fieldset>
|
723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
724 |
<!-- Includes -->
|
725 |
<fieldset name="sm_includes" class="options">
|
726 |
<legend><?php _e('Includings', 'sitemap') ?></legend>
|
@@ -962,7 +1070,7 @@ if(!function_exists("sm_buildSitemap")) {
|
|
962 |
|
963 |
//WordPress powered... and me! :D
|
964 |
$s.="<!-- generator=\"wordpress/" . get_bloginfo('version') . "\" -->\n";
|
965 |
-
$s.="<!-- sitemap-generator-url=\"http://www.arnebrachhold.de\" sitemap-generator-version=\"2.
|
966 |
|
967 |
//All comments as an asso. Array (postID=>commentCount)
|
968 |
$comments=(sm_go("sm_b_auto_prio")?sm_getComments():array());
|
@@ -977,9 +1085,9 @@ if(!function_exists("sm_buildSitemap")) {
|
|
977 |
//Go XML!
|
978 |
$s.='<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'. "\n";
|
979 |
|
980 |
-
//Add the home page
|
981 |
if(sm_go("sm_in_home")) {
|
982 |
-
$s.=sm_addUrl(get_bloginfo('url'),mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('GMT'), false),sm_go("sm_cf_home"),sm_go("sm_pr_home"));
|
983 |
}
|
984 |
|
985 |
//Add the posts
|
@@ -1079,7 +1187,13 @@ if(!function_exists("sm_buildSitemap")) {
|
|
1079 |
$s.=sm_addUrl($page->GetUrl(),($page->getLastMod()>0?date('Y-m-d\TH:i:s+00:00',$page->getLastMod()):0),$page->getChangeFreq(),$page->getPriority());
|
1080 |
}
|
1081 |
}
|
1082 |
-
if($debug) $s.="<!-- Debug: End Custom Pages -->\n";
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
|
1084 |
$s.="</urlset>";
|
1085 |
|
@@ -1148,15 +1262,16 @@ load_textdomain('sitemap', $sm_mofile);
|
|
1148 |
add_action('admin_menu', 'sm_reg_admin');
|
1149 |
|
1150 |
//Register to various events... @WordPress Dev Team: I wish me a 'public_content_changed' action :)
|
|
|
|
|
|
|
1151 |
|
1152 |
-
//
|
1153 |
-
add_action('
|
1154 |
|
1155 |
-
//Existing
|
1156 |
-
add_action('
|
1157 |
-
|
1158 |
-
//Existing posts gets deleted (published or not)
|
1159 |
-
add_action('delete_post', 'sm_buildSitemap');
|
1160 |
#endregion
|
1161 |
|
1162 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
+
|
4 |
+
$Id: sitemap.php 2502 2005-07-03 20:50:38Z arnee $
|
5 |
|
6 |
Sitemap Generator for WordPress
|
7 |
==============================================================================
|
20 |
Plugin Name: Google Sitemaps
|
21 |
Plugin URI: http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final
|
22 |
Description: This generator will create a Google compliant sitemap of your WordPress blog.
|
23 |
+
Version: 2.6
|
24 |
Author: Arne Brachhold
|
25 |
Author URI: http://www.arnebrachhold.de
|
26 |
|
27 |
|
28 |
Contributors:
|
29 |
==============================================================================
|
30 |
+
Basic Idea Michael Nguyen http://www.socialpatterns.com
|
31 |
SQL Improvements Rodney Shupe http://www.shupe.ca
|
32 |
Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp
|
33 |
Spanish lang. File C�sar G�mez Mart�n http://www.cesargomez.org
|
34 |
+
Italian lang. File Stefano Aglietti http://wordpress-it.it
|
35 |
+
Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/
|
36 |
+
Ping Code Template 1 James http://www.adlards.com
|
37 |
+
Ping Code Template 2 John http://www.jonasblog.com
|
38 |
+
Bug Report Brad http://h3h.net
|
39 |
+
Bug Report Christian Aust http://publicvoidblog.de
|
40 |
|
41 |
Code, Documentation, Hosting and all other Stuff:
|
42 |
Arne Brachhold http://www.arnebrachhold.de
|
66 |
Added support for Google Ping
|
67 |
Added the minimum Post Priority option
|
68 |
Added Spanish Language File by C�sar G�mez Mart�n (http://www.cesargomez.org)
|
69 |
+
Added Italian Language File by Stefano Aglietti (http://wordpress-it.it)
|
70 |
+
Added Traditional Chine Language File by Kirin Lin (http://kirin-lin.idv.tw/)
|
71 |
+
2005-07-03 2.6 Added support to store the files at a custom location
|
72 |
+
Changed the home URL to have a slash at the end
|
73 |
+
Required admin-functions.php so the script will work with external calls, wp-mail for example
|
74 |
+
Added support for other plugins to add content to the sitemap via add_filter()
|
75 |
|
76 |
Maybe Todo:
|
77 |
==============================================================================
|
99 |
|
100 |
Developer Documentation
|
101 |
==============================================================================
|
102 |
+
Adding other pages to the sitemap via other plugins
|
103 |
+
This plugin uses the filter system of wordpress to allow other plugins
|
104 |
+
to add urls to the sitemap. Simply add your function with add_filter to
|
105 |
+
the list and the plugin will execute yours every time the sitemap is build.
|
106 |
+
Use the sm_addUrl function to add your content.
|
107 |
+
|
108 |
+
Sample:
|
109 |
+
function your_pages($str) {
|
110 |
+
$str.=sm_addUrl("http://wwww","2005-05-05","daily",0.5);
|
111 |
+
return $str;
|
112 |
+
}
|
113 |
+
add_filter("sm_buildmap","your_pages");
|
114 |
+
|
115 |
+
Please double-check that you are using a correct last modified date. Check out
|
116 |
+
this code for samples.
|
117 |
+
|
118 |
About the pages storage:
|
119 |
Every external page is represented in a instance of the sm_page class.
|
120 |
I use an array to store them in the WordPress options table. Note
|
134 |
The "#region" tags and "#type $example example_class" comments are helpers which
|
135 |
may be used by your editor. #region gives the ability to create custom code
|
136 |
folding areas, #type are type definitions for auto-complete.
|
|
|
137 |
*/
|
138 |
|
139 |
//Enable for dev
|
140 |
//error_reporting(E_ALL);
|
141 |
|
142 |
+
/******** Required files ********/
|
143 |
+
|
144 |
+
#region wp-admin/admin-functions.php
|
145 |
+
/*
|
146 |
+
Check if ABSPATH and WPINC is defined, this is done in wp-settings.php
|
147 |
+
If not defined, we can't guarante that all required functions are available.
|
148 |
+
If defined but get_home_path is not defined, the script is not loaded through
|
149 |
+
the admin menu and admin-functions.php is not included.
|
150 |
+
Maybe we find another way to get the home paths, so we don't need the admin file.
|
151 |
+
*/
|
152 |
+
if(defined("ABSPATH") && defined("WPINC")) {
|
153 |
+
if(!function_exists("get_home_path")) {
|
154 |
+
require_once(ABSPATH . 'wp-admin/admin-functions.php');
|
155 |
+
}
|
156 |
+
define("SM_ACTIVE",true);
|
157 |
+
} else {
|
158 |
+
define("SM_ACTIVE",false);
|
159 |
+
}
|
160 |
+
#endregion
|
161 |
+
|
162 |
/******** Needed classes ********/
|
163 |
|
164 |
#region class sm_page
|
309 |
$sm_options["sm_b_gzip"]=true; //Create a gzipped .xml file(.gz) file
|
310 |
$sm_options["sm_b_ping"]=true; //Auto ping Google
|
311 |
|
312 |
+
$sm_options["sm_b_location_mode"]="auto"; //Mode of location, auto or manual
|
313 |
+
$sm_options["sm_b_filename_manual"]=""; //Manuel filename
|
314 |
+
$sm_options["sm_b_fileurl_manual"]=""; //Manuel fileurl
|
315 |
+
|
316 |
$sm_options["sm_in_home"]=true; //Include homepage
|
317 |
$sm_options["sm_in_posts"]=true; //Include posts
|
318 |
$sm_options["sm_in_pages"]=true; //Include static pages
|
368 |
if(!function_exists("sm_getXmlUrl")) {
|
369 |
/**
|
370 |
* Returns the URL for the sitemap file
|
371 |
+
* @param bool $forceAuto Force the return value to the autodetected value.
|
372 |
*
|
373 |
* @return The URL to the Sitemap file
|
374 |
*/
|
375 |
+
function sm_getXmlUrl($forceAuto=false) {
|
376 |
+
global $sm_options;
|
377 |
+
|
378 |
+
if(!$forceAuto && $sm_options["sm_b_location_mode"]=="manual") {
|
379 |
+
return $sm_options["sm_b_fileurl_manual"];
|
380 |
+
} else {
|
381 |
+
//URL comes without /
|
382 |
+
return get_bloginfo('siteurl') . "/" . sm_go("sm_b_filename");
|
383 |
+
}
|
384 |
}
|
385 |
}
|
386 |
#endregion
|
389 |
if(!function_exists("sm_getZipUrl")) {
|
390 |
/**
|
391 |
* Returns the URL for the gzipped sitemap file
|
392 |
+
* @param bool $forceAuto Force the return value to the autodetected value.
|
393 |
*
|
394 |
* @return The URL to the gzipped Sitemap file
|
395 |
*/
|
396 |
+
function sm_getZipUrl($forceAuto=false) {
|
397 |
+
return sm_getXmlUrl($forceAuto) . ".gz";
|
398 |
}
|
399 |
}
|
400 |
#endregion
|
403 |
if(!function_exists("sm_getXmlPath")) {
|
404 |
/**
|
405 |
* Returns the file system path to the sitemap file
|
406 |
+
* @param bool $forceAuto Force the return value to the autodetected value.
|
407 |
*
|
408 |
* @return The file system path;
|
409 |
*/
|
410 |
+
function sm_getXmlPath($forceAuto=false) {
|
411 |
+
global $sm_options;
|
412 |
+
|
413 |
+
if(!$forceAuto && $sm_options["sm_b_location_mode"]=="manual") {
|
414 |
+
return $sm_options["sm_b_filename_manual"];
|
415 |
+
} else {
|
416 |
+
//ABSPATH has a slash
|
417 |
+
return get_home_path() . sm_go("sm_b_filename");
|
418 |
+
}
|
419 |
}
|
420 |
}
|
421 |
#endregion
|
424 |
if(!function_exists("sm_getZipPath")) {
|
425 |
/**
|
426 |
* Returns the file system path to the gzipped sitemap file
|
427 |
+
* @param bool $forceAuto Force the return value to the autodetected value.
|
428 |
*
|
429 |
* @return The file system path;
|
430 |
*/
|
431 |
+
function sm_getZipPath($forceAuto=false) {
|
432 |
+
return sm_getXmlPath($forceAuto) . ".gz";
|
433 |
}
|
434 |
}
|
435 |
#endregion
|
595 |
if(!isset($_POST[$k])) $_POST[$k]=""; // Empty string will get false on 2bool and 0 on 2float
|
596 |
|
597 |
//Options of the category "Basic Settings" are boolean, except the filename
|
598 |
+
if(substr($k,0,5)=="sm_b_") {
|
599 |
+
if($k=="sm_b_filename" || $k=="sm_b_fileurl_manual" || $k=="sm_b_filename_manual") $sm_options[$k]=(string) $_POST[$k];
|
600 |
+
else if($k=="sm_b_location_mode") {
|
601 |
+
$tmp=(string) $_POST[$k];
|
602 |
+
$tmp=strtolower($tmp);
|
603 |
+
if($tmp=="auto" || $tmp="manual") $sm_options[$k]=$tmp;
|
604 |
+
else $sm_options[$k]="auto";
|
605 |
+
} else $sm_options[$k]=(bool) $_POST[$k];
|
606 |
//Options of the category "Includes" are boolean
|
607 |
} else if(substr($k,0,6)=="sm_in_") {
|
608 |
$sm_options[$k]=(bool) $_POST[$k];
|
671 |
|
672 |
<div class=wrap>
|
673 |
<form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
|
674 |
+
<h2><?php _e('Sitemap Generator', 'sitemap') ?> 2.6</h2>
|
675 |
|
676 |
<!-- Rebuild Area -->
|
677 |
<fieldset name="sm_rebuild" class="options">
|
684 |
<fieldset name="sm_pages" class="options">
|
685 |
<legend><?php _e('Additional pages', 'sitemap') ?></legend>
|
686 |
<?php
|
687 |
+
_e('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','sitemap');
|
688 |
echo "<ul><li>";
|
689 |
+
echo "<strong>" . __('Note','sitemap'). "</strong>: ";
|
690 |
+
_e("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)!",'sitemap');
|
691 |
+
echo "</li><li>";
|
692 |
echo "<strong>" . __('URL to the page','sitemap'). "</strong>: ";
|
693 |
_e("Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home ",'sitemap');
|
694 |
echo "</li><li>";
|
736 |
?>
|
737 |
</table>
|
738 |
<div>
|
739 |
+
<div style="float:left; width:70%">
|
740 |
<input type="submit" name="sm_pages_new" value="<?php _e("Add new page",'sitemap'); ?>" />
|
741 |
<input type="submit" name="sm_pages_save" value="<?php _e("Save page changes",'sitemap'); ?>" />
|
742 |
<input type="submit" name="sm_pages_undo" value="<?php _e("Undo all page changes",'sitemap'); ?>" />
|
743 |
</div>
|
744 |
+
<div style="width:30%; text-align:right; float:left;">
|
745 |
<input type="submit" name="sm_pages_del" value="<?php _e("Delete marked page",'sitemap'); ?>" />
|
746 |
</div>
|
747 |
</div>
|
763 |
<?php _e('Write debug comments', 'sitemap') ?>
|
764 |
</label>
|
765 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
766 |
<li>
|
767 |
<label for="sm_b_xml">
|
768 |
<input type="checkbox" id="sm_b_xml" name="sm_b_xml" <?php echo (sm_go("sm_b_xml")==true?"checked=\"checked\"":"") ?> />
|
769 |
<?php _e('Write a normal XML file (your filename)', 'sitemap') ?>
|
770 |
</label>
|
|
|
771 |
</li>
|
772 |
<li>
|
773 |
<label for="sm_b_gzip">
|
774 |
<input type="checkbox" id="sm_b_gzip" name="sm_b_gzip" <?php if(function_exists("gzencode")) { echo (sm_go("sm_b_gzip")==true?"checked=\"checked\"":""); } else echo "disabled=\"disabled\""; ?> />
|
775 |
<?php _e('Write a gzipped file (your filename + .gz)', 'sitemap') ?>
|
776 |
</label>
|
|
|
777 |
</li>
|
778 |
<li>
|
779 |
<label for="sm_b_ping">
|
785 |
</ul>
|
786 |
</fieldset>
|
787 |
|
788 |
+
<!-- Location Options -->
|
789 |
+
<fieldset name="sm_location" class="options">
|
790 |
+
<legend><?php _e('Location of your sitemap file', 'sitemap') ?></legend>
|
791 |
+
|
792 |
+
<fieldset name="sm_location_auto">
|
793 |
+
<legend><label for="sm_location_useauto"><input type="radio" id="sm_location_useauto" name="sm_b_location_mode" value="auto" <?php echo (sm_go("sm_b_location_mode")=="auto"?"checked=\"checked\"":"") ?> /><?php _e('Automatic location','sitemap') ?></label></legend>
|
794 |
+
<ul>
|
795 |
+
<li>
|
796 |
+
<label for="sm_b_filename">
|
797 |
+
<?php _e('Filename of the sitemap file', 'sitemap') ?>
|
798 |
+
<input type="text" id="sm_b_filename" name="sm_b_filename" value="<?php echo sm_go("sm_b_filename"); ?>" />
|
799 |
+
</label><br />
|
800 |
+
<?php _e('Detected Path', 'sitemap') ?>: <?php echo sm_getXmlPath(true); ?><br /><?php _e('Detected URL', 'sitemap') ?>: <a href="<?php echo sm_getXmlUrl(true); ?>"><?php echo sm_getXmlUrl(true); ?></a>
|
801 |
+
</li>
|
802 |
+
</ul>
|
803 |
+
</fieldset>
|
804 |
+
|
805 |
+
<p><?php _e('OR','sitemap'); ?></p>
|
806 |
+
|
807 |
+
<fieldset name="sm_location_manual">
|
808 |
+
<legend><label for="sm_location_usemanual"><input type="radio" id="sm_location_usemanual" name="sm_b_location_mode" value="manual" <?php echo (sm_go("sm_b_location_mode")=="manual"?"checked=\"checked\"":"") ?> /><?php _e('Manual location','sitemap') ?></label></legend>
|
809 |
+
<ul>
|
810 |
+
<li>
|
811 |
+
<label for="sm_b_filename_manual">
|
812 |
+
<?php _e('Absolute or relative path to the sitemap file, including name.','sitemap');
|
813 |
+
echo "<br />";
|
814 |
+
_e('Example','sitemap');
|
815 |
+
echo ": /var/www/htdocs/wordpress/sitemap.xml"; ?><br />
|
816 |
+
<input style="width:300px;" type="text" id="sm_b_filename_manual" name="sm_b_filename_manual" value="<?php echo (!sm_go("sm_b_filename_manual")?sm_getXmlPath():sm_go("sm_b_filename_manual")); ?>" />
|
817 |
+
</label>
|
818 |
+
</li>
|
819 |
+
<li>
|
820 |
+
<label for="sm_b_fileurl_manual">
|
821 |
+
<?php _e('Complete URL to the sitemap file, including name.','sitemap');
|
822 |
+
echo "<br />";
|
823 |
+
_e('Example','sitemap');
|
824 |
+
echo ": http://www.yourdomain.com/sitemap.xml"; ?><br />
|
825 |
+
<input style="width:300px;" type="text" id="sm_b_fileurl_manual" name="sm_b_fileurl_manual" value="<?php echo (!sm_go("sm_b_fileurl_manual")?sm_getXmlUrl():sm_go("sm_b_fileurl_manual")); ?>" />
|
826 |
+
</label>
|
827 |
+
</li>
|
828 |
+
</ul>
|
829 |
+
</fieldset>
|
830 |
+
</fieldset>
|
831 |
+
|
832 |
<!-- Includes -->
|
833 |
<fieldset name="sm_includes" class="options">
|
834 |
<legend><?php _e('Includings', 'sitemap') ?></legend>
|
1070 |
|
1071 |
//WordPress powered... and me! :D
|
1072 |
$s.="<!-- generator=\"wordpress/" . get_bloginfo('version') . "\" -->\n";
|
1073 |
+
$s.="<!-- sitemap-generator-url=\"http://www.arnebrachhold.de\" sitemap-generator-version=\"2.6\" -->\n";
|
1074 |
|
1075 |
//All comments as an asso. Array (postID=>commentCount)
|
1076 |
$comments=(sm_go("sm_b_auto_prio")?sm_getComments():array());
|
1085 |
//Go XML!
|
1086 |
$s.='<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'. "\n";
|
1087 |
|
1088 |
+
//Add the home page (WITH a slash!!)
|
1089 |
if(sm_go("sm_in_home")) {
|
1090 |
+
$s.=sm_addUrl(trailingslashit(get_bloginfo('url')),mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('GMT'), false),sm_go("sm_cf_home"),sm_go("sm_pr_home"));
|
1091 |
}
|
1092 |
|
1093 |
//Add the posts
|
1187 |
$s.=sm_addUrl($page->GetUrl(),($page->getLastMod()>0?date('Y-m-d\TH:i:s+00:00',$page->getLastMod()):0),$page->getChangeFreq(),$page->getPriority());
|
1188 |
}
|
1189 |
}
|
1190 |
+
if($debug) $s.="<!-- Debug: End Custom Pages -->\n";
|
1191 |
+
|
1192 |
+
if($debug) $s.="<!-- Debug: Start additional urls -->\n";
|
1193 |
+
|
1194 |
+
$s = apply_filters("sm_buildmap",$s);
|
1195 |
+
|
1196 |
+
if($debug) $s.="<!-- Debug: End additional urls -->\n";
|
1197 |
|
1198 |
$s.="</urlset>";
|
1199 |
|
1262 |
add_action('admin_menu', 'sm_reg_admin');
|
1263 |
|
1264 |
//Register to various events... @WordPress Dev Team: I wish me a 'public_content_changed' action :)
|
1265 |
+
if(defined("SM_ACTIVE") && SM_ACTIVE===true) {
|
1266 |
+
//If a new post gets published
|
1267 |
+
add_action('publish_post', 'sm_buildSitemap');
|
1268 |
|
1269 |
+
//Existing post gets edited (published or not)
|
1270 |
+
add_action('edit_post', 'sm_buildSitemap');
|
1271 |
|
1272 |
+
//Existing posts gets deleted (published or not)
|
1273 |
+
add_action('delete_post', 'sm_buildSitemap');
|
1274 |
+
}
|
|
|
|
|
1275 |
#endregion
|
1276 |
|
1277 |
?>
|
sitemap.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
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 ""
|
@@ -30,6 +30,24 @@ msgid "yearly"
|
|
30 |
msgstr ""
|
31 |
msgid "never"
|
32 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
#: sitemap.php:512
|
35 |
msgid "Configuration updated"
|
@@ -80,7 +98,7 @@ msgid "Additional pages"
|
|
80 |
msgstr ""
|
81 |
|
82 |
#: sitemap.php:566
|
83 |
-
msgid "Here you can specify files or URLs which should be included in the sitemap, but
|
84 |
msgstr ""
|
85 |
|
86 |
#: sitemap.php:568
|
@@ -156,7 +174,7 @@ msgid "Write a normal XML file (your filename)"
|
|
156 |
msgstr ""
|
157 |
|
158 |
#: sitemap.php:652
|
159 |
-
msgid "
|
160 |
msgstr ""
|
161 |
|
162 |
#: sitemap.php:657
|
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 2502 2005-07-03 20:50:38Z arnee $
|
6 |
#
|
7 |
msgid ""
|
8 |
msgstr ""
|
30 |
msgstr ""
|
31 |
msgid "never"
|
32 |
msgstr ""
|
33 |
+
msgid "Detected Path"
|
34 |
+
msgstr ""
|
35 |
+
msgid "Example"
|
36 |
+
msgstr ""
|
37 |
+
msgid "Absolute or relative path to the sitemap file, including name."
|
38 |
+
msgstr ""
|
39 |
+
msgid "Complete URL to the sitemap file, including name."
|
40 |
+
msgstr ""
|
41 |
+
msgid "Automatic location"
|
42 |
+
msgstr ""
|
43 |
+
msgid "Manual location"
|
44 |
+
msgstr ""
|
45 |
+
msgid "OR"
|
46 |
+
msgstr ""
|
47 |
+
msgid "Location of your sitemap file"
|
48 |
+
msgstr ""
|
49 |
+
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)!"
|
50 |
+
msgstr ""
|
51 |
|
52 |
#: sitemap.php:512
|
53 |
msgid "Configuration updated"
|
98 |
msgstr ""
|
99 |
|
100 |
#: sitemap.php:566
|
101 |
+
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"
|
102 |
msgstr ""
|
103 |
|
104 |
#: sitemap.php:568
|
174 |
msgstr ""
|
175 |
|
176 |
#: sitemap.php:652
|
177 |
+
msgid "Detected URL"
|
178 |
msgstr ""
|
179 |
|
180 |
#: sitemap.php:657
|