WP Super Cache - Version 0.9.9

Version Description

Experimental object cache support, better WP Mobile Edition support, new translations, bugfixes, workarounds for broken .htaccess rules.

=

Download this release

Release Info

Developer donncha
Plugin Icon 128x128 WP Super Cache
Version 0.9.9
Comparing to
See all releases

Code changes from version 0.9.8 to 0.9.9

Changelog.txt CHANGED
@@ -1,3 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  2009-11-18 17:28 donncha
2
 
3
  * readme.txt: Added "Translators" thank you message
1
+ 2010-02-08 14:24 donncha
2
+
3
+ * wp-super-cache.pot: Updated pot file
4
+
5
+ 2010-02-08 14:22 donncha
6
+
7
+ * plugins/badbehaviour.php, plugins/searchengine.php: Minor text
8
+ change, props Tai
9
+
10
+ 2010-02-08 14:18 donncha
11
+
12
+ * Changelog.txt: Updated, again!
13
+
14
+ 2010-02-08 14:16 donncha
15
+
16
+ * wp-super-cache.pot: Updated pot file
17
+
18
+ 2010-02-08 14:13 donncha
19
+
20
+ * Changelog.txt: Updated changelog
21
+
22
+ 2010-02-08 14:11 donncha
23
+
24
+ * readme.txt, wp-cache.php: Bump version to 0.9.9
25
+
26
+ 2010-02-08 14:09 donncha
27
+
28
+ * wp-cache.php: Add links to readme and forum
29
+
30
+ 2010-02-08 14:00 donncha
31
+
32
+ * readme.txt, wp-cache.php: Updated tested version.
33
+ Added link to WordPress Mobile Edition.
34
+
35
+ 2010-02-08 13:52 donncha
36
+
37
+ * Changelog.txt: Don't serve supercache files from PHP when GET is
38
+ not empty
39
+
40
+ 2010-02-08 13:51 donncha
41
+
42
+ * wp-cache-phase1.php: Supercache files can't be used when GET is
43
+ not empty
44
+
45
+ 2010-02-08 13:43 donncha
46
+
47
+ * Changelog.txt: Update changelog
48
+
49
+ 2010-02-08 13:36 donncha
50
+
51
+ * wp-cache-phase1.php: Only serve supercached files to anon users
52
+
53
+ 2010-02-08 13:14 donncha
54
+
55
+ * wp-cache-phase1.php: Don't serve GET requests from object cache
56
+
57
+ 2010-02-08 13:03 donncha
58
+
59
+ * readme.txt: Update upgrade note
60
+
61
+ 2010-02-02 11:56 donncha
62
+
63
+ * wp-cache.php: Added check for permalink structure
64
+
65
+ 2010-01-29 12:28 donncha
66
+
67
+ * wp-super-cache.pot: Updated translation pot file
68
+
69
+ 2010-01-29 12:09 donncha
70
+
71
+ * wp-cache.php: Only show object cache option when an external
72
+ object cache used.
73
+
74
+ 2010-01-29 11:15 donncha
75
+
76
+ * readme.txt: Added note about supercache header
77
+
78
+ 2010-01-29 11:13 donncha
79
+
80
+ * readme.txt: Updated mobile rewrite rules in readme.txt
81
+
82
+ 2010-01-29 11:11 donncha
83
+
84
+ * Changelog.txt, readme.txt: Update changelog
85
+
86
+ 2010-01-29 10:40 donncha
87
+
88
+ * wp-cache.php: Show delete buttons even when object cache is used.
89
+
90
+ 2010-01-29 10:36 donncha
91
+
92
+ * wp-cache-phase2.php: Use $cache_max_time for object cache timeout
93
+
94
+ 2010-01-29 10:28 donncha
95
+
96
+ * wp-cache-phase2.php: Clear object cache when posts change
97
+
98
+ 2010-01-29 10:20 donncha
99
+
100
+ * wp-cache.php: Don't show cache listing when object cache used.
101
+
102
+ 2010-01-29 10:13 donncha
103
+
104
+ * languages/wp-super-cache-zh_TW.mo,
105
+ languages/wp-super-cache-zh_TW.po: Chinese(Traditional)
106
+ translation by Pseric
107
+
108
+ 2010-01-29 10:07 donncha
109
+
110
+ * readme.txt: Added FAQ on wp-cache vs supercache files
111
+
112
+ 2010-01-29 09:47 donncha
113
+
114
+ * wp-cache-phase1.php: Hostname is already included in supercache
115
+ dir
116
+
117
+ 2010-01-29 09:45 donncha
118
+
119
+ * wp-cache-phase1.php: If cache loader doesn't find a wp-cache
120
+ file, look for a supercache one and serve that instead.
121
+
122
+ 2010-01-28 10:17 donncha
123
+
124
+ * wp-cache-phase1.php: Include the hostname in the object cache key
125
+
126
+ 2010-01-27 17:18 donncha
127
+
128
+ * wp-cache-phase1.php: Object cache is only useful for anon users.
129
+
130
+ 2010-01-27 15:46 donncha
131
+
132
+ * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: * Remove
133
+ "anon user only", same as logged in option.
134
+ * Add gzip encoding to object cache key
135
+ * Don't cache for known users in object cache
136
+
137
+ 2010-01-27 14:58 donncha
138
+
139
+ * wp-cache-phase1.php: Oops, don't serve cache file in the right
140
+ place
141
+
142
+ 2010-01-27 14:38 donncha
143
+
144
+ * wp-cache-phase1.php, wp-cache.php: Get mobile browser list from
145
+ "wp mobile edition". Warn user of obsolete rules.
146
+
147
+ 2010-01-27 12:26 donncha
148
+
149
+ * wp-cache-phase2.php: Let's avoid warnings if we can
150
+
151
+ 2010-01-27 12:24 donncha
152
+
153
+ * wp-cache-config-sample.php: Add more default config settings
154
+
155
+ 2010-01-26 18:29 donncha
156
+
157
+ * wp-cache-phase2.php: Don't cache GET requests in object cache for
158
+ the time being.
159
+ Missing chunk of code from previous check in
160
+
161
+ 2010-01-26 18:20 donncha
162
+
163
+ * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: First
164
+ pass at object cache support. (Thank you Andy Skelton for writing
165
+ batcache from where I borrowed some code and ideas)
166
+
167
+ 2010-01-26 14:38 donncha
168
+
169
+ * wp-cache-phase2.php, wp-cache.php: * Added "no caching for known
170
+ users" option
171
+ * Fix half-on caching.
172
+
173
+ 2010-01-21 22:10 donncha
174
+
175
+ * wp-cache-phase2.php: * Make sure the writer lock is unlocked
176
+ * "Logged in" users now include those who leave comments
177
+
178
+ 2010-01-19 11:13 donncha
179
+
180
+ * wp-cache.php: Warn the user is php zlib output_compression is
181
+ enabled.
182
+
183
+ 2010-01-11 10:07 donncha
184
+
185
+ * wp-cache-phase2.php: Don't create static cache files when dynamic
186
+ mfunc content is detected.
187
+ Delete 0 byte size tmp cache files
188
+
189
+ 2010-01-11 09:56 donncha
190
+
191
+ * readme.txt: Added link to developer docs
192
+
193
+ 2009-12-22 11:14 donncha
194
+
195
+ * languages/wp-super-cache-uk.mo, languages/wp-super-cache-uk.po:
196
+ Added Ukrainian translation, props Vitaly Mylo
197
+
198
+ 2009-12-15 10:46 donncha
199
+
200
+ * readme.txt: Added Upgrade Notice section to readme
201
+
202
+ 2009-12-15 10:44 donncha
203
+
204
+ * wp-cache.php, wp-super-cache.pot: Wordpress -> WordPress
205
+
206
+ 2009-12-15 10:36 donncha
207
+
208
+ * wp-cache.php: Warn if zlib compression is enabled before user
209
+ enables compression in the plugin
210
+
211
+ 2009-12-15 10:23 donncha
212
+
213
+ * readme.txt: Added compression troubleshooting answer, props
214
+ Vladimir (http://blog.sjinks.pro/)
215
+
216
+ 2009-11-23 16:15 donncha
217
+
218
+ * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po,
219
+ languages/wp-super-cache-ja_JA.mo,
220
+ languages/wp-super-cache-ja_JA.po: Renamed Japanese language
221
+ files
222
+
223
+ 2009-11-23 15:11 donncha
224
+
225
+ * languages/wp-super-cache-ja_JA.mo,
226
+ languages/wp-super-cache-ja_JA.po: Added Japanese translation,
227
+ props Tai (http://tekapo.com/)
228
+
229
+ 2009-11-19 11:59 donncha
230
+
231
+ * languages/wp-super-cache-it_IT.mo,
232
+ languages/wp-super-cache-it_IT.po: Updated Italian translation
233
+
234
+ 2009-11-18 17:50 donncha
235
+
236
+ * Changelog.txt: Updated changelog
237
+
238
+ 2009-11-18 17:49 donncha
239
+
240
+ * readme.txt, wp-cache.php: Bump version to 0.9.8
241
+
242
  2009-11-18 17:28 donncha
243
 
244
  * readme.txt: Added "Translators" thank you message
languages/wp-super-cache-it_IT.mo CHANGED
Binary file
languages/wp-super-cache-it_IT.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WP Super Cache in italiano\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
9
- "POT-Creation-Date: 2009-11-10 16:29+0000\n"
10
- "PO-Revision-Date: 2009-11-10 21:06+0100\n"
11
  "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
12
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
13
  "MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@ msgstr "disattivato"
35
 
36
  #: plugins/badbehaviour.php:57
37
  #: plugins/searchengine.php:69
38
- #: wp-cache.php:1050
39
  msgid "enabled"
40
  msgstr "attivato"
41
 
@@ -697,7 +697,7 @@ msgid "Search Pages"
697
  msgstr "Pagine ricerca"
698
 
699
  #: wp-cache.php:946
700
- #: wp-cache.php:1071
701
  msgid "Save"
702
  msgstr "Salva"
703
 
@@ -717,354 +717,354 @@ msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cac
717
  msgid "Save Files"
718
  msgstr "Salva i file"
719
 
720
- #: wp-cache.php:1033
721
  msgid "Debug Settings"
722
  msgstr "Impostazioni debug"
723
 
724
- #: wp-cache.php:1035
725
  msgid "Currently logging to: "
726
  msgstr "Log attuale:"
727
 
728
- #: wp-cache.php:1045
729
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
730
  msgstr "Correggi qui i problemi con il debugging del plugin. Potrai sceglie tra l'invio delle tue email di debug oppure consultare il registro contenuto in un file allocato nella cartella della cache."
731
 
732
- #: wp-cache.php:1046
733
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
734
  msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
735
 
736
- #: wp-cache.php:1050
737
  msgid "Debugging"
738
  msgstr "Debugging"
739
 
740
- #: wp-cache.php:1051
741
  msgid "Logging Type"
742
  msgstr "Tipo di logging"
743
 
744
- #: wp-cache.php:1051
745
  msgid "Email"
746
  msgstr "Email"
747
 
748
- #: wp-cache.php:1052
749
  msgid "file"
750
  msgstr "file"
751
 
752
- #: wp-cache.php:1053
753
  msgid "IP Address"
754
  msgstr "Indirizzo IP"
755
 
756
- #: wp-cache.php:1053
757
  #, php-format
758
  msgid "(only log requests from this IP address. Your IP is %s)"
759
  msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
760
 
761
- #: wp-cache.php:1054
762
  msgid "Log level"
763
  msgstr "Livello log"
764
 
765
- #: wp-cache.php:1060
766
  msgid "(1 = less, 5 = more, may cause severe server load.)"
767
  msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
768
 
769
- #: wp-cache.php:1062
770
  msgid "Advanced"
771
  msgstr "Avanzato"
772
 
773
- #: wp-cache.php:1062
774
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
775
  msgstr "In alcuni casi molto rari, é possibile che si verifichino in alcuni blog due problematiche:<ol><li> La front page potrebbe giungere come download di un file zip.</li><li> La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse <em>/%category%/%postname%/</em>.</li></ol>"
776
 
777
- #: wp-cache.php:1063
778
  #, php-format
779
- msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once a minute to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
780
- msgstr "Sono certo al 99% che non si tratta di bugs in WP Super Cache e questo problema può accadere in casi veramente molto rari. Puoi attivare comunque un controllo al minuto in modo tale che sia possibile monitorare il tuo sito. In caso di problemi, ti verrà inviata una email."
781
 
782
- #: wp-cache.php:1065
783
- msgid "Check front page once a minute."
784
- msgstr "Controlla la front page ogni minuto."
785
 
786
- #: wp-cache.php:1066
787
  msgid "Front page text"
788
  msgstr "Testo front page"
789
 
790
- #: wp-cache.php:1066
791
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
792
  msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
793
 
794
- #: wp-cache.php:1067
795
  msgid "Clear cache on error."
796
  msgstr "Svuota la cache in caso di errore."
797
 
798
- #: wp-cache.php:1068
799
  msgid "Email the blog admin when checks are made. (useful for testing)"
800
  msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
801
 
802
- #: wp-cache.php:1081
803
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
804
  msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
805
 
806
- #: wp-cache.php:1129
807
- #: wp-cache.php:1291
808
  msgid "Warning"
809
  msgstr "Attenzione"
810
 
811
- #: wp-cache.php:1129
812
  msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
813
  msgstr "La tua installazione di WordPress ha la compressione GZIP attiva: wp-cache non sarà disponibile sino a quando la compressione gzip non verrà disattivata."
814
 
815
- #: wp-cache.php:1187
816
- #: wp-cache.php:1192
817
- #: wp-cache.php:1224
818
- #: wp-cache.php:1229
819
- #: wp-cache.php:1235
820
  msgid "Error"
821
  msgstr "Errore"
822
 
823
- #: wp-cache.php:1187
824
  #, php-format
825
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
826
  msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
827
 
828
- #: wp-cache.php:1192
829
  #, php-format
830
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
831
  msgstr "La tua cartella per la cache (<strong>%1$s</strong>) oppure <strong>%2$s</strong> é necessario renderla scrivibile affinché il plugin possa funzionare. Verifica con attenzione."
832
 
833
- #: wp-cache.php:1224
834
  #, php-format
835
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
836
  msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
837
 
838
- #: wp-cache.php:1229
839
  #, php-format
840
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
841
  msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
842
 
843
- #: wp-cache.php:1235
844
  #, php-format
845
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
846
  msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
847
 
848
- #: wp-cache.php:1291
849
  #, php-format
850
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
851
  msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
852
 
853
- #: wp-cache.php:1292
854
  msgid "1. If it already exists please delete the file first."
855
  msgstr "1. Nel caso fosse già esistente, cancellalo."
856
 
857
- #: wp-cache.php:1293
858
  #, php-format
859
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
860
  msgstr "2. Rendi il file %1$s scrivibile utilizzando il comando chmod via ftp oppure grazie al software del server. (<em>chmod 777 %1$s</em>) e ricarica questa pagina. Questa é una misura temporanea: ad operazione compiuta, rendi il file di sola lettura. (modificando da 777 a 755 il comando precedente)"
861
 
862
- #: wp-cache.php:1294
863
  #, php-format
864
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
865
  msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
866
 
867
- #: wp-cache.php:1295
868
  #, php-format
869
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
870
  msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
871
 
872
- #: wp-cache.php:1296
873
  #, php-format
874
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
875
  msgstr "<li>1. Apri <em>%1$s$wp_cache_file</em> con un editor di testo.</li><li>2. Modifica il testo da <em>CACHEHOME</em> a <em>%2$s</em></li><li>3. Salva il file e copialo in <em>%3$s</em> quindi, ricarica questa pagina.</li>"
876
 
877
- #: wp-cache.php:1316
878
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
879
  msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
880
 
881
- #: wp-cache.php:1317
882
  #, php-format
883
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by Wordpress core. "
884
  msgstr "Modifica <code>%s</code> aggiungendo la seguente linea:<br /> <code>define('WP_CACHE', true);</code><br />Diversamente, <strong>WP-Cache non verrà eseguito</strong> dal core di Wordpress. "
885
 
886
- #: wp-cache.php:1320
887
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
888
  msgstr "<h3>La costante WP_CACHE é stata aggiunta al file wp-config.php</h3><p>Nel caso in cui continuassi a visualizzare questo messaggio consulta il punto 5 delle <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La riga WP_CACHE deve essere spostata."
889
 
890
- #: wp-cache.php:1341
891
  msgid "Cache Contents"
892
  msgstr "Contenuti cache"
893
 
894
- #: wp-cache.php:1360
895
  #, php-format
896
  msgid "Deleting supercache file: <strong>%s</strong><br />"
897
  msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
898
 
899
- #: wp-cache.php:1377
900
  #, php-format
901
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
902
  msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
903
 
904
- #: wp-cache.php:1441
905
  msgid "WP-Cache"
906
  msgstr "WP-Cache"
907
 
908
- #: wp-cache.php:1442
909
- #: wp-cache.php:1455
910
  #, php-format
911
  msgid "%s Cached Pages"
912
  msgstr "%s pagine nella cache"
913
 
914
- #: wp-cache.php:1443
915
- #: wp-cache.php:1457
916
  #, php-format
917
  msgid "%s Expired Pages"
918
  msgstr "%s pagine scadute"
919
 
920
- #: wp-cache.php:1454
921
  msgid "WP-Super-Cache"
922
  msgstr "WP-Super-Cache"
923
 
924
- #: wp-cache.php:1462
925
  msgid "Fresh WP-Cached Files"
926
  msgstr "Aggiorna file WP-Cached"
927
 
928
- #: wp-cache.php:1463
929
- #: wp-cache.php:1479
930
- #: wp-cache.php:1495
931
- #: wp-cache.php:1511
932
  msgid "URI"
933
  msgstr "URI"
934
 
935
- #: wp-cache.php:1463
936
- #: wp-cache.php:1479
937
  msgid "Key"
938
  msgstr "Chiave"
939
 
940
- #: wp-cache.php:1463
941
- #: wp-cache.php:1479
942
- #: wp-cache.php:1495
943
- #: wp-cache.php:1511
944
  msgid "Age"
945
  msgstr "Età"
946
 
947
- #: wp-cache.php:1463
948
- #: wp-cache.php:1479
949
- #: wp-cache.php:1495
950
- #: wp-cache.php:1511
951
  msgid "Delete"
952
  msgstr "Cancella"
953
 
954
- #: wp-cache.php:1478
955
  msgid "Stale WP-Cached Files"
956
  msgstr "Ordina i file WP-Cached"
957
 
958
- #: wp-cache.php:1494
959
  msgid "Fresh Super Cached Files"
960
  msgstr "Aggiorna file Super Cached"
961
 
962
- #: wp-cache.php:1510
963
  msgid "Stale Super Cached Files"
964
  msgstr "Scadenza file Super Cached"
965
 
966
- #: wp-cache.php:1526
967
  msgid "Hide file list"
968
  msgstr "Nascondi la lista dei file"
969
 
970
- #: wp-cache.php:1528
971
  msgid "List all cached files"
972
  msgstr "Lista di tutti i file presenti nella cache"
973
 
974
- #: wp-cache.php:1534
975
  #, php-format
976
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
977
  msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
978
 
979
- #: wp-cache.php:1535
980
  #, php-format
981
  msgid "Next GC in <strong>%s</strong> minutes"
982
  msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
983
 
984
- #: wp-cache.php:1538
985
  #, php-format
986
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
987
  msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
988
 
989
- #: wp-cache.php:1541
990
  msgid "Delete Expired"
991
  msgstr "Cancella la cache scaduta"
992
 
993
- #: wp-cache.php:1547
994
- #: wp-cache.php:1561
995
- #: wp-cache.php:1717
996
  msgid "Delete Cache"
997
  msgstr "Cancella la cache"
998
 
999
- #: wp-cache.php:1561
1000
  msgid "Delete Super Cache cached files (opens in new window)"
1001
  msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
1002
 
1003
- #: wp-cache.php:1693
1004
  #, php-format
1005
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1006
  msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
1007
 
1008
- #: wp-cache.php:1726
1009
  #, php-format
1010
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1011
  msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
1012
 
1013
- #: wp-cache.php:1732
1014
  msgid "Settings"
1015
  msgstr "Impostazioni"
1016
 
1017
- #: wp-cache.php:1742
1018
  #, php-format
1019
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1020
  msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
1021
 
1022
- #: wp-cache.php:1761
1023
  #, php-format
1024
  msgid "[%s] Front page is gzipped! Please clear cache!"
1025
  msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
1026
 
1027
- #: wp-cache.php:1761
1028
  #, php-format
1029
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1030
  msgstr "Visita %s per svuotare la cache!"
1031
 
1032
- #: wp-cache.php:1764
1033
  #, php-format
1034
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1035
  msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
1036
 
1037
- #: wp-cache.php:1764
1038
  #, php-format
1039
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1040
  msgstr "La cache del blog é stata svuotata perché la front page del tuo sito é sotto downloading. Visita %1$s per controllare se la cache sia stata svuotata."
1041
 
1042
- #: wp-cache.php:1771
1043
  #, php-format
1044
  msgid "[%s] Front page is not correct! Please clear cache!"
1045
  msgstr "[%s] La front page non é corretta! Svuota la cache!"
1046
 
1047
- #: wp-cache.php:1771
1048
  #, php-format
1049
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1050
  msgstr "Visita %1$s per svuotare la cache nel caso in cui la front page del tuo sito non fosse corretta e mancasse del testo, \"%2$s\"!"
1051
 
1052
- #: wp-cache.php:1774
1053
  #, php-format
1054
  msgid "[%s] Front page is not correct! Cache Cleared!"
1055
  msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
1056
 
1057
- #: wp-cache.php:1774
1058
  #, php-format
1059
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1060
  msgstr "La cache del blog é stata svuotata perché manca il testo \"%2$s\" nella front page del tuo sito. Visita %1$s per controllare se la cache sia stata svuotata."
1061
 
1062
- #: wp-cache.php:1779
1063
  #, php-format
1064
  msgid "[%s] Front page check!"
1065
  msgstr "[%s] Controllo Front page!"
1066
 
1067
- #: wp-cache.php:1779
1068
  #, php-format
1069
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1070
  msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
6
  msgstr ""
7
  "Project-Id-Version: WP Super Cache in italiano\n"
8
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
9
+ "POT-Creation-Date: 2009-11-13 10:27+0000\n"
10
+ "PO-Revision-Date: 2009-11-18 20:05+0100\n"
11
  "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
12
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
13
  "MIME-Version: 1.0\n"
35
 
36
  #: plugins/badbehaviour.php:57
37
  #: plugins/searchengine.php:69
38
+ #: wp-cache.php:1052
39
  msgid "enabled"
40
  msgstr "attivato"
41
 
697
  msgstr "Pagine ricerca"
698
 
699
  #: wp-cache.php:946
700
+ #: wp-cache.php:1073
701
  msgid "Save"
702
  msgstr "Salva"
703
 
717
  msgid "Save Files"
718
  msgstr "Salva i file"
719
 
720
+ #: wp-cache.php:1035
721
  msgid "Debug Settings"
722
  msgstr "Impostazioni debug"
723
 
724
+ #: wp-cache.php:1037
725
  msgid "Currently logging to: "
726
  msgstr "Log attuale:"
727
 
728
+ #: wp-cache.php:1047
729
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
730
  msgstr "Correggi qui i problemi con il debugging del plugin. Potrai sceglie tra l'invio delle tue email di debug oppure consultare il registro contenuto in un file allocato nella cartella della cache."
731
 
732
+ #: wp-cache.php:1048
733
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
734
  msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
735
 
736
+ #: wp-cache.php:1052
737
  msgid "Debugging"
738
  msgstr "Debugging"
739
 
740
+ #: wp-cache.php:1053
741
  msgid "Logging Type"
742
  msgstr "Tipo di logging"
743
 
744
+ #: wp-cache.php:1053
745
  msgid "Email"
746
  msgstr "Email"
747
 
748
+ #: wp-cache.php:1054
749
  msgid "file"
750
  msgstr "file"
751
 
752
+ #: wp-cache.php:1055
753
  msgid "IP Address"
754
  msgstr "Indirizzo IP"
755
 
756
+ #: wp-cache.php:1055
757
  #, php-format
758
  msgid "(only log requests from this IP address. Your IP is %s)"
759
  msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
760
 
761
+ #: wp-cache.php:1056
762
  msgid "Log level"
763
  msgstr "Livello log"
764
 
765
+ #: wp-cache.php:1062
766
  msgid "(1 = less, 5 = more, may cause severe server load.)"
767
  msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
768
 
769
+ #: wp-cache.php:1064
770
  msgid "Advanced"
771
  msgstr "Avanzato"
772
 
773
+ #: wp-cache.php:1064
774
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
775
  msgstr "In alcuni casi molto rari, é possibile che si verifichino in alcuni blog due problematiche:<ol><li> La front page potrebbe giungere come download di un file zip.</li><li> La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse <em>/%category%/%postname%/</em>.</li></ol>"
776
 
777
+ #: wp-cache.php:1065
778
  #, php-format
779
+ msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
780
+ msgstr "Sono certo al 99% che non si tratta di bug in WP Super Cache e questo problema può accadere in casi veramente molto rari. Puoi attivare comunque un controllo ogni 5 minuti in modo tale che sia possibile monitorare il tuo sito. In caso di problemi, ti verrà inviata una email."
781
 
782
+ #: wp-cache.php:1067
783
+ msgid "Check front page every 5 minutes."
784
+ msgstr "Controlla la front page ogni 5 minuti."
785
 
786
+ #: wp-cache.php:1068
787
  msgid "Front page text"
788
  msgstr "Testo front page"
789
 
790
+ #: wp-cache.php:1068
791
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
792
  msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
793
 
794
+ #: wp-cache.php:1069
795
  msgid "Clear cache on error."
796
  msgstr "Svuota la cache in caso di errore."
797
 
798
+ #: wp-cache.php:1070
799
  msgid "Email the blog admin when checks are made. (useful for testing)"
800
  msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
801
 
802
+ #: wp-cache.php:1083
803
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
804
  msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
805
 
806
+ #: wp-cache.php:1131
807
+ #: wp-cache.php:1293
808
  msgid "Warning"
809
  msgstr "Attenzione"
810
 
811
+ #: wp-cache.php:1131
812
  msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
813
  msgstr "La tua installazione di WordPress ha la compressione GZIP attiva: wp-cache non sarà disponibile sino a quando la compressione gzip non verrà disattivata."
814
 
815
+ #: wp-cache.php:1189
816
+ #: wp-cache.php:1194
817
+ #: wp-cache.php:1226
818
+ #: wp-cache.php:1231
819
+ #: wp-cache.php:1237
820
  msgid "Error"
821
  msgstr "Errore"
822
 
823
+ #: wp-cache.php:1189
824
  #, php-format
825
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
826
  msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
827
 
828
+ #: wp-cache.php:1194
829
  #, php-format
830
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
831
  msgstr "La tua cartella per la cache (<strong>%1$s</strong>) oppure <strong>%2$s</strong> é necessario renderla scrivibile affinché il plugin possa funzionare. Verifica con attenzione."
832
 
833
+ #: wp-cache.php:1226
834
  #, php-format
835
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
836
  msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
837
 
838
+ #: wp-cache.php:1231
839
  #, php-format
840
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
841
  msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
842
 
843
+ #: wp-cache.php:1237
844
  #, php-format
845
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
846
  msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
847
 
848
+ #: wp-cache.php:1293
849
  #, php-format
850
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
851
  msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
852
 
853
+ #: wp-cache.php:1294
854
  msgid "1. If it already exists please delete the file first."
855
  msgstr "1. Nel caso fosse già esistente, cancellalo."
856
 
857
+ #: wp-cache.php:1295
858
  #, php-format
859
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
860
  msgstr "2. Rendi il file %1$s scrivibile utilizzando il comando chmod via ftp oppure grazie al software del server. (<em>chmod 777 %1$s</em>) e ricarica questa pagina. Questa é una misura temporanea: ad operazione compiuta, rendi il file di sola lettura. (modificando da 777 a 755 il comando precedente)"
861
 
862
+ #: wp-cache.php:1296
863
  #, php-format
864
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
865
  msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
866
 
867
+ #: wp-cache.php:1297
868
  #, php-format
869
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
870
  msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
871
 
872
+ #: wp-cache.php:1298
873
  #, php-format
874
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
875
  msgstr "<li>1. Apri <em>%1$s$wp_cache_file</em> con un editor di testo.</li><li>2. Modifica il testo da <em>CACHEHOME</em> a <em>%2$s</em></li><li>3. Salva il file e copialo in <em>%3$s</em> quindi, ricarica questa pagina.</li>"
876
 
877
+ #: wp-cache.php:1318
878
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
879
  msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
880
 
881
+ #: wp-cache.php:1319
882
  #, php-format
883
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by Wordpress core. "
884
  msgstr "Modifica <code>%s</code> aggiungendo la seguente linea:<br /> <code>define('WP_CACHE', true);</code><br />Diversamente, <strong>WP-Cache non verrà eseguito</strong> dal core di Wordpress. "
885
 
886
+ #: wp-cache.php:1322
887
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
888
  msgstr "<h3>La costante WP_CACHE é stata aggiunta al file wp-config.php</h3><p>Nel caso in cui continuassi a visualizzare questo messaggio consulta il punto 5 delle <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La riga WP_CACHE deve essere spostata."
889
 
890
+ #: wp-cache.php:1343
891
  msgid "Cache Contents"
892
  msgstr "Contenuti cache"
893
 
894
+ #: wp-cache.php:1362
895
  #, php-format
896
  msgid "Deleting supercache file: <strong>%s</strong><br />"
897
  msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
898
 
899
+ #: wp-cache.php:1379
900
  #, php-format
901
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
902
  msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
903
 
904
+ #: wp-cache.php:1443
905
  msgid "WP-Cache"
906
  msgstr "WP-Cache"
907
 
908
+ #: wp-cache.php:1444
909
+ #: wp-cache.php:1457
910
  #, php-format
911
  msgid "%s Cached Pages"
912
  msgstr "%s pagine nella cache"
913
 
914
+ #: wp-cache.php:1445
915
+ #: wp-cache.php:1459
916
  #, php-format
917
  msgid "%s Expired Pages"
918
  msgstr "%s pagine scadute"
919
 
920
+ #: wp-cache.php:1456
921
  msgid "WP-Super-Cache"
922
  msgstr "WP-Super-Cache"
923
 
924
+ #: wp-cache.php:1464
925
  msgid "Fresh WP-Cached Files"
926
  msgstr "Aggiorna file WP-Cached"
927
 
928
+ #: wp-cache.php:1465
929
+ #: wp-cache.php:1481
930
+ #: wp-cache.php:1497
931
+ #: wp-cache.php:1513
932
  msgid "URI"
933
  msgstr "URI"
934
 
935
+ #: wp-cache.php:1465
936
+ #: wp-cache.php:1481
937
  msgid "Key"
938
  msgstr "Chiave"
939
 
940
+ #: wp-cache.php:1465
941
+ #: wp-cache.php:1481
942
+ #: wp-cache.php:1497
943
+ #: wp-cache.php:1513
944
  msgid "Age"
945
  msgstr "Età"
946
 
947
+ #: wp-cache.php:1465
948
+ #: wp-cache.php:1481
949
+ #: wp-cache.php:1497
950
+ #: wp-cache.php:1513
951
  msgid "Delete"
952
  msgstr "Cancella"
953
 
954
+ #: wp-cache.php:1480
955
  msgid "Stale WP-Cached Files"
956
  msgstr "Ordina i file WP-Cached"
957
 
958
+ #: wp-cache.php:1496
959
  msgid "Fresh Super Cached Files"
960
  msgstr "Aggiorna file Super Cached"
961
 
962
+ #: wp-cache.php:1512
963
  msgid "Stale Super Cached Files"
964
  msgstr "Scadenza file Super Cached"
965
 
966
+ #: wp-cache.php:1528
967
  msgid "Hide file list"
968
  msgstr "Nascondi la lista dei file"
969
 
970
+ #: wp-cache.php:1530
971
  msgid "List all cached files"
972
  msgstr "Lista di tutti i file presenti nella cache"
973
 
974
+ #: wp-cache.php:1536
975
  #, php-format
976
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
977
  msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
978
 
979
+ #: wp-cache.php:1537
980
  #, php-format
981
  msgid "Next GC in <strong>%s</strong> minutes"
982
  msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
983
 
984
+ #: wp-cache.php:1540
985
  #, php-format
986
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
987
  msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
988
 
989
+ #: wp-cache.php:1543
990
  msgid "Delete Expired"
991
  msgstr "Cancella la cache scaduta"
992
 
993
+ #: wp-cache.php:1549
994
+ #: wp-cache.php:1563
995
+ #: wp-cache.php:1719
996
  msgid "Delete Cache"
997
  msgstr "Cancella la cache"
998
 
999
+ #: wp-cache.php:1563
1000
  msgid "Delete Super Cache cached files (opens in new window)"
1001
  msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
1002
 
1003
+ #: wp-cache.php:1695
1004
  #, php-format
1005
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1006
  msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
1007
 
1008
+ #: wp-cache.php:1728
1009
  #, php-format
1010
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1011
  msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
1012
 
1013
+ #: wp-cache.php:1734
1014
  msgid "Settings"
1015
  msgstr "Impostazioni"
1016
 
1017
+ #: wp-cache.php:1744
1018
  #, php-format
1019
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1020
  msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
1021
 
1022
+ #: wp-cache.php:1763
1023
  #, php-format
1024
  msgid "[%s] Front page is gzipped! Please clear cache!"
1025
  msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
1026
 
1027
+ #: wp-cache.php:1763
1028
  #, php-format
1029
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1030
  msgstr "Visita %s per svuotare la cache!"
1031
 
1032
+ #: wp-cache.php:1766
1033
  #, php-format
1034
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1035
  msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
1036
 
1037
+ #: wp-cache.php:1766
1038
  #, php-format
1039
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1040
  msgstr "La cache del blog é stata svuotata perché la front page del tuo sito é sotto downloading. Visita %1$s per controllare se la cache sia stata svuotata."
1041
 
1042
+ #: wp-cache.php:1773
1043
  #, php-format
1044
  msgid "[%s] Front page is not correct! Please clear cache!"
1045
  msgstr "[%s] La front page non é corretta! Svuota la cache!"
1046
 
1047
+ #: wp-cache.php:1773
1048
  #, php-format
1049
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1050
  msgstr "Visita %1$s per svuotare la cache nel caso in cui la front page del tuo sito non fosse corretta e mancasse del testo, \"%2$s\"!"
1051
 
1052
+ #: wp-cache.php:1776
1053
  #, php-format
1054
  msgid "[%s] Front page is not correct! Cache Cleared!"
1055
  msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
1056
 
1057
+ #: wp-cache.php:1776
1058
  #, php-format
1059
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1060
  msgstr "La cache del blog é stata svuotata perché manca il testo \"%2$s\" nella front page del tuo sito. Visita %1$s per controllare se la cache sia stata svuotata."
1061
 
1062
+ #: wp-cache.php:1781
1063
  #, php-format
1064
  msgid "[%s] Front page check!"
1065
  msgstr "[%s] Controllo Front page!"
1066
 
1067
+ #: wp-cache.php:1781
1068
  #, php-format
1069
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1070
  msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
languages/wp-super-cache-ja.mo ADDED
Binary file
languages/wp-super-cache-ja.po ADDED
@@ -0,0 +1,1067 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: ja\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
5
+ "POT-Creation-Date: 2009-11-13 10:27+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: tai <tekapo@gmail.com>\n"
8
+ "Language-Team: ja <tekapo@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Japanese\n"
13
+ "X-Poedit-Country: JAPAN\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+
16
+ #: plugins/badbehaviour.php:45
17
+ msgid "Bad Behaviour not found. Please check your install."
18
+ msgstr "Bad Behaviour が見つかりません出でした。インストールを確認してください。"
19
+
20
+ #: plugins/badbehaviour.php:47
21
+ #: plugins/badbehaviour.php:66
22
+ #: plugins/searchengine.php:61
23
+ #: plugins/searchengine.php:76
24
+ #: wp-cache.php:709
25
+ msgid "Disable"
26
+ msgstr "停止する"
27
+
28
+ #: plugins/badbehaviour.php:55
29
+ #: plugins/searchengine.php:67
30
+ msgid "disabled"
31
+ msgstr "停止中"
32
+
33
+ #: plugins/badbehaviour.php:57
34
+ #: plugins/searchengine.php:69
35
+ #: wp-cache.php:1052
36
+ msgid "enabled"
37
+ msgstr "使用中"
38
+
39
+ #: plugins/badbehaviour.php:60
40
+ #, php-format
41
+ msgid "Bad Behaviour support is %s"
42
+ msgstr "Bad Behaviour サポートは%sです。"
43
+
44
+ #: plugins/badbehaviour.php:62
45
+ #, php-format
46
+ msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
47
+ msgstr "(ハーフオンキャッシングのみサポートしています。圧縮が無効で <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> (\"%s/plugins/bad-behavior/\") が必要です) "
48
+
49
+ #: plugins/badbehaviour.php:64
50
+ #: plugins/searchengine.php:74
51
+ #: wp-cache.php:709
52
+ msgid "Enable"
53
+ msgstr "使用する"
54
+
55
+ #: plugins/badbehaviour.php:70
56
+ #: wp-cache.php:786
57
+ #: wp-cache.php:788
58
+ msgid "Warning!"
59
+ msgstr "警告 !"
60
+
61
+ #: plugins/searchengine.php:71
62
+ #, php-format
63
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s"
64
+ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> プラグインは%sです。"
65
+
66
+ #: plugins/searchengine.php:72
67
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
68
+ msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> も必要です) "
69
+
70
+ #: wp-cache.php:87
71
+ #, php-format
72
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
73
+ msgstr "wp-super-cache/wp-cache-config-sample.php から %s /wp-cache-config.php を作成してください。"
74
+
75
+ #: wp-cache.php:170
76
+ msgid "WP Super Cache Manager"
77
+ msgstr "WP Super Cache 管理画面"
78
+
79
+ #: wp-cache.php:172
80
+ msgid "Warning! PHP Safe Mode Enabled!"
81
+ msgstr "警告 ! PHP セーフモードが有効になっています !"
82
+
83
+ #: wp-cache.php:173
84
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
85
+ msgstr "セーフモードが有効なため、このプラグインの動作に問題が発生するかもしれません。"
86
+
87
+ #: wp-cache.php:175
88
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
89
+ msgstr "お使いのサーバーではファイルの読み書きの許可の前に PHP スクリプトのオーナーを確認するように設定されています。"
90
+
91
+ #: wp-cache.php:176
92
+ #, php-format
93
+ msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
94
+ msgstr "あなたもしくは管理者が、このプラグインスクリプトのグループオーナーをウェブサーバーのユーザーと一致するように変更すれば動作するようになるかもしれません。%s/cache/ ディレクトリのグループオーナーは変更する必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> を参照してください。"
95
+
96
+ #: wp-cache.php:178
97
+ msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
98
+ msgstr "あなたもしくは管理者がこの機能を無効にする必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> をご覧ください。残念ながら .htaccess ファイル内では無効にできません。php.ini 設定ファイルで無効にする必要があります。"
99
+
100
+ #: wp-cache.php:189
101
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
102
+ msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
103
+
104
+ #: wp-cache.php:195
105
+ msgid "Cannot continue... fix previous problems and retry."
106
+ msgstr "継続できません…前の問題を修正して再度お試しください。"
107
+
108
+ #: wp-cache.php:211
109
+ #, php-format
110
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
111
+ msgstr "警告 ! ホスト名 \"%s\" が %s に設定されています"
112
+
113
+ #: wp-cache.php:213
114
+ #, php-format
115
+ msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
116
+ msgstr "お使いのサーバーはホスト名が %s に設定されています。このプラグインのガーベージコレクションや WordPress の予約投稿などのサービスが正しく動作しないかもしれません。"
117
+
118
+ #: wp-cache.php:214
119
+ #: wp-cache.php:228
120
+ #, php-format
121
+ msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
122
+ msgstr "readme.txt <a href=\"%s\">Troubleshooting section</a> の 16 を参照してください"
123
+
124
+ #: wp-cache.php:227
125
+ msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
126
+ msgstr "残念ながら WordPress が wp-cron.php ファイルを見つけられません。WordPress による予約投稿やその他の重要な活動だけでなく、このプラグインによるガベージコレクションの正常なオペレーションにもこのスクリプトが不可欠です。"
127
+
128
+ #: wp-cache.php:239
129
+ msgid "Mod rewrite may not be installed!"
130
+ msgstr "Mod rewrite がインストールされていないようです !"
131
+
132
+ #: wp-cache.php:240
133
+ msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use half-on mode."
134
+ msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache 静的ファイルの提供に不可欠です。ただし、ハーフオンモードは使用できます。"
135
+
136
+ #: wp-cache.php:245
137
+ msgid "Read Only Mode. Configuration cannot be changed."
138
+ msgstr "読み込み専用モード。設定は変更できません。"
139
+
140
+ #: wp-cache.php:245
141
+ msgid "Why your configuration may not be changed"
142
+ msgstr "なぜ設定を変更できないのか"
143
+
144
+ #: wp-cache.php:245
145
+ msgid "Why"
146
+ msgstr "なぜ"
147
+
148
+ #: wp-cache.php:247
149
+ #, php-format
150
+ msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
151
+ msgstr "WP Super Cache 設定ファイルは <code>%s/wp-cache-config.php</code> で、変更できません。変更するにはこのファイルにウェブサーバーが書き込みできるようにする必要があります。"
152
+
153
+ #: wp-cache.php:248
154
+ msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
155
+ msgstr "これを行なう簡単な方法としては、CHMOD コマンドや ftp クライントを使用して一時的に権限を変更する方法があります。グローバルに書き込み可能で問題ないことを確認してください。"
156
+
157
+ #: wp-cache.php:249
158
+ msgid "Writeable:"
159
+ msgstr "書き込み可能:"
160
+
161
+ #: wp-cache.php:250
162
+ msgid "Readonly:"
163
+ msgstr "読込みのみ:"
164
+
165
+ #: wp-cache.php:262
166
+ #, php-format
167
+ msgid "Warning! %s is writeable!"
168
+ msgstr "警告 ! %s が書き込み可能になっています!"
169
+
170
+ #: wp-cache.php:263
171
+ #, php-format
172
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
173
+ msgstr "%s の権限を変更して、より限定されたものにしてください。ftp クライアントもしくは次のコマンドを使用して修正してください:"
174
+
175
+ #: wp-cache.php:354
176
+ msgid "WP Super Cache Status"
177
+ msgstr "WP Super Cache ステータス"
178
+
179
+ #: wp-cache.php:357
180
+ msgid "ON"
181
+ msgstr "オン"
182
+
183
+ #: wp-cache.php:357
184
+ msgid "WP Cache and Super Cache enabled"
185
+ msgstr "WP Cache と Super Cache を使用する"
186
+
187
+ #: wp-cache.php:358
188
+ msgid "HALF ON"
189
+ msgstr "ハーフオン"
190
+
191
+ #: wp-cache.php:358
192
+ msgid "Super Cache Disabled, only legacy WP-Cache caching."
193
+ msgstr "Super Cache は不使用、古い WP-Cache のキャッシュ機能のみ使用する"
194
+
195
+ #: wp-cache.php:359
196
+ msgid "OFF"
197
+ msgstr "オフ"
198
+
199
+ #: wp-cache.php:359
200
+ msgid "WP Cache and Super Cache disabled"
201
+ msgstr "WP Cache と Super Cache を使用しない"
202
+
203
+ #: wp-cache.php:360
204
+ msgid "Don&#8217;t cache pages for logged in users."
205
+ msgstr "ログインしているユーザー向けにはページをキャッシュしない"
206
+
207
+ #: wp-cache.php:361
208
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
209
+ msgstr "使用しているサーバーが Digg に耐えられることを誇らしげに表示する (フッターにメッセージを表示する)"
210
+
211
+ #: wp-cache.php:362
212
+ msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
213
+ msgstr "投稿や固定ページを公開するたびにすべてのキャッシュを削除する (投稿保存時に非常に遅くなるかもしれません)"
214
+
215
+ #: wp-cache.php:363
216
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
217
+ msgstr "キャッシュリビルド。新しいファイルの生成中に supercache ファイルを匿名ユーザーに提供します。<em>とても</em>たくさんアクセスとたくさんのコメントがつくサイトにおすすめします。\"ダイレクトキャッシュページ\"と \"ロックダウンモード\" はサポートされなくなります。"
218
+
219
+ #: wp-cache.php:365
220
+ msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
221
+ msgstr "荒削りなファイルロック。おそらく必要ないですが、使用しているサーバーが非力な場合には役に立つかもしれません。警告 ! <em>まれにですがサーバーを止めてしまうことがあります !</em>"
222
+
223
+ #: wp-cache.php:367
224
+ msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
225
+ msgstr "新しくキャッシュされたページをリストアップする (アクセスの多いサイトの場合はさらに負荷が上がるかもしれません。注意して使用してください)"
226
+
227
+ #: wp-cache.php:368
228
+ msgid "Mobile device support."
229
+ msgstr "モバイル機器サポート"
230
+
231
+ #: wp-cache.php:373
232
+ msgid "Mobile rewrite rules detected"
233
+ msgstr "モバイル用 rewrite ルールを検知しました"
234
+
235
+ #: wp-cache.php:374
236
+ msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" and delete those."
237
+ msgstr "パフォーマンスを最大限にするには \"モバイル機器サポート\"を使用するか、.htaccess の mobile rewrite ルールを削除してください。\"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" の 2 行を探して削除してください。"
238
+
239
+ #: wp-cache.php:374
240
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
241
+ msgstr "この機能は通常のユーザーには何も影響ありませんが、モバイルユーザーにはキャッシュされたページを表示します。"
242
+
243
+ #: wp-cache.php:377
244
+ msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
245
+ msgstr "モバイルサポートには .htaccess ファイルにルールを追加する必要があります。もしくはプラグインをハーフオンモードに設定します。次のオプションがあります (難しい順):"
246
+
247
+ #: wp-cache.php:378
248
+ msgid "Set the plugin to half on mode and enable mobile support."
249
+ msgstr "ハーフオンモードに設定し、モバイルサポートを使用します。"
250
+
251
+ #: wp-cache.php:379
252
+ #, php-format
253
+ msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
254
+ msgstr "%s.htaccess 内の <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれたこのプラグインの mod_rewrite ルールを削除して、ページを再読込みしてプラグインに再生成させてください。"
255
+
256
+ #: wp-cache.php:380
257
+ msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
258
+ msgstr "自分でルールを追加する。%s.htaccess を編集して <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれているコードブロックを探します。とてもよく似ているセクションが 2 箇所あります。<code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> の下に次の行を追加します: (これを 2 回、各セクションで実施します)"
259
+
260
+ #: wp-cache.php:383
261
+ msgid "Note:"
262
+ msgstr "メモ:"
263
+
264
+ #: wp-cache.php:383
265
+ #, php-format
266
+ msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
267
+ msgstr "このプラグインをアンインストールする場合、<em>%s</em> ディレクトリがウェブサーバーによる書き込みを許可していることを確認してください。許可してあれば <em>advanced-cache.php</em> と <em>cache-config.php</em> は自動的に削除されます。(これらのファイルも書き込み可能になっているかも確認したほうがいいかもしれません !)"
268
+
269
+ #: wp-cache.php:384
270
+ #, php-format
271
+ msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
272
+ msgstr "<a href=\"%1$s/wp-super-cache/uninstall.php\">アンインストールスクリプト</a>を使用してアンインストールすると、このプラグインによって作成されたファイルとディレクトリを削除します。(詳しくは <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> をご覧ください)"
273
+
274
+ #: wp-cache.php:386
275
+ msgid "Update Status"
276
+ msgstr "ステータスを更新"
277
+
278
+ #: wp-cache.php:393
279
+ msgid "Required to serve compressed supercache files properly."
280
+ msgstr "正しく圧縮された supercache ファイルを提供する必要があります。"
281
+
282
+ #: wp-cache.php:393
283
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
284
+ msgstr "supercache のページでキャッシングの設定が必要です。IE7 ユーザーはこのモジュールがないと古いページを参照します。"
285
+
286
+ #: wp-cache.php:393
287
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
288
+ msgstr "supercached ページで有効期限を設定してください。このモジュールがないと、読者は再読込みしたりコメントを残しても新しいページを参照できないかもしれません。"
289
+
290
+ #: wp-cache.php:400
291
+ msgid "Missing Apache Modules"
292
+ msgstr "欠けている Apache モジュール"
293
+
294
+ #: wp-cache.php:401
295
+ msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
296
+ msgstr "次の Apache モジュールが見つかりません。これらのモジュールがなしの場合、ハーフオンモードで動作します。フル Supercache モードでは、閲覧者は壊れたページや古いデータを閲覧するかもしれません。"
297
+
298
+ #: wp-cache.php:413
299
+ msgid "Make WordPress Faster"
300
+ msgstr "WordPress を速くする"
301
+
302
+ #: wp-cache.php:415
303
+ #, php-format
304
+ msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
305
+ msgstr "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送ってください ! どんな金額でも助かります !"
306
+
307
+ #: wp-cache.php:416
308
+ #, php-format
309
+ msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
310
+ msgstr "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧ください。"
311
+
312
+ #: wp-cache.php:417
313
+ msgid "Thanks in advance!"
314
+ msgstr "よろしくお願いします !"
315
+
316
+ #: wp-cache.php:418
317
+ msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
318
+ msgstr "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになります !"
319
+
320
+ #: wp-cache.php:426
321
+ msgid "Don&#8217;t show me this again."
322
+ msgstr "このお知らせを表示させない。"
323
+
324
+ #: wp-cache.php:426
325
+ msgid "Hide"
326
+ msgstr "隠す"
327
+
328
+ #: wp-cache.php:429
329
+ #, php-format
330
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
331
+ msgstr "%1$s は %2$s と他の多く方の貢献によってメンテナンスされ、開発されています。"
332
+
333
+ #: wp-cache.php:430
334
+ #, php-format
335
+ msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
336
+ msgstr "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラックスする時間を<a href=\"%3$s\">欲しがっています</a>。"
337
+
338
+ #: wp-cache.php:431
339
+ #, php-format
340
+ msgid "Please say hi to him on %s too!"
341
+ msgstr "%s でも彼に一言どうぞ !"
342
+
343
+ #: wp-cache.php:440
344
+ #, php-format
345
+ msgid "Cached pages since %1$s : <strong>%2$s</strong>"
346
+ msgstr "%1$s 以降のキャッシュページ : <strong>%2$s</strong>"
347
+
348
+ #: wp-cache.php:441
349
+ msgid "Newest Cached Pages:"
350
+ msgstr "キャッシュされている新しいページ:"
351
+
352
+ #: wp-cache.php:445
353
+ #, php-format
354
+ msgid "Cached %s seconds ago"
355
+ msgstr "%s 秒前にキャッシュされました"
356
+
357
+ #: wp-cache.php:448
358
+ msgid "(may not always be accurate on busy sites)"
359
+ msgstr "(アクセスの多いサイトでは必ずしも正確ではないかもしれません)"
360
+
361
+ #: wp-cache.php:469
362
+ msgid "Accepted Filenames &amp; Rejected URIs"
363
+ msgstr "受け付けるファイル名と除外する URI"
364
+
365
+ #: wp-cache.php:494
366
+ msgid "Cache Plugins"
367
+ msgstr "キャッシュプラグイン"
368
+
369
+ #: wp-cache.php:505
370
+ #: wp-cache.php:516
371
+ msgid "Super Cache Compression"