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 | 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 +241 -0
- languages/wp-super-cache-it_IT.mo +0 -0
- languages/wp-super-cache-it_IT.po +102 -102
- languages/wp-super-cache-ja.mo +0 -0
- languages/wp-super-cache-ja.po +1067 -0
- languages/wp-super-cache-uk.mo +0 -0
- languages/wp-super-cache-uk.po +1068 -0
- languages/wp-super-cache-zh_TW.mo +0 -0
- languages/wp-super-cache-zh_TW.po +1068 -0
- plugins/badbehaviour.php +1 -2
- plugins/searchengine.php +2 -2
- readme.txt +40 -6
- wp-cache-config-sample.php +29 -4
- wp-cache-phase1.php +123 -23
- wp-cache-phase2.php +157 -109
- wp-cache.php +81 -33
- wp-super-cache.pot +303 -241
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
|
10 |
-
"PO-Revision-Date: 2009-11-
|
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:
|
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:
|
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:
|
721 |
msgid "Debug Settings"
|
722 |
msgstr "Impostazioni debug"
|
723 |
|
724 |
-
#: wp-cache.php:
|
725 |
msgid "Currently logging to: "
|
726 |
msgstr "Log attuale:"
|
727 |
|
728 |
-
#: wp-cache.php:
|
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:
|
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:
|
737 |
msgid "Debugging"
|
738 |
msgstr "Debugging"
|
739 |
|
740 |
-
#: wp-cache.php:
|
741 |
msgid "Logging Type"
|
742 |
msgstr "Tipo di logging"
|
743 |
|
744 |
-
#: wp-cache.php:
|
745 |
msgid "Email"
|
746 |
msgstr "Email"
|
747 |
|
748 |
-
#: wp-cache.php:
|
749 |
msgid "file"
|
750 |
msgstr "file"
|
751 |
|
752 |
-
#: wp-cache.php:
|
753 |
msgid "IP Address"
|
754 |
msgstr "Indirizzo IP"
|
755 |
|
756 |
-
#: wp-cache.php:
|
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:
|
762 |
msgid "Log level"
|
763 |
msgstr "Livello log"
|
764 |
|
765 |
-
#: wp-cache.php:
|
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:
|
770 |
msgid "Advanced"
|
771 |
msgstr "Avanzato"
|
772 |
|
773 |
-
#: wp-cache.php:
|
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:
|
778 |
#, php-format
|
779 |
-
msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once
|
780 |
-
msgstr "Sono certo al 99% che non si tratta di
|
781 |
|
782 |
-
#: wp-cache.php:
|
783 |
-
msgid "Check front page
|
784 |
-
msgstr "Controlla la front page ogni
|
785 |
|
786 |
-
#: wp-cache.php:
|
787 |
msgid "Front page text"
|
788 |
msgstr "Testo front page"
|
789 |
|
790 |
-
#: wp-cache.php:
|
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:
|
795 |
msgid "Clear cache on error."
|
796 |
msgstr "Svuota la cache in caso di errore."
|
797 |
|
798 |
-
#: wp-cache.php:
|
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:
|
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:
|
807 |
-
#: wp-cache.php:
|
808 |
msgid "Warning"
|
809 |
msgstr "Attenzione"
|
810 |
|
811 |
-
#: wp-cache.php:
|
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:
|
816 |
-
#: wp-cache.php:
|
817 |
-
#: wp-cache.php:
|
818 |
-
#: wp-cache.php:
|
819 |
-
#: wp-cache.php:
|
820 |
msgid "Error"
|
821 |
msgstr "Errore"
|
822 |
|
823 |
-
#: wp-cache.php:
|
824 |
#, php-format
|
825 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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’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:
|
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:
|
868 |
#, php-format
|
869 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’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:
|
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:
|
878 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’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:
|
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:
|
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:
|
891 |
msgid "Cache Contents"
|
892 |
msgstr "Contenuti cache"
|
893 |
|
894 |
-
#: wp-cache.php:
|
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:
|
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:
|
905 |
msgid "WP-Cache"
|
906 |
msgstr "WP-Cache"
|
907 |
|
908 |
-
#: wp-cache.php:
|
909 |
-
#: wp-cache.php:
|
910 |
#, php-format
|
911 |
msgid "%s Cached Pages"
|
912 |
msgstr "%s pagine nella cache"
|
913 |
|
914 |
-
#: wp-cache.php:
|
915 |
-
#: wp-cache.php:
|
916 |
#, php-format
|
917 |
msgid "%s Expired Pages"
|
918 |
msgstr "%s pagine scadute"
|
919 |
|
920 |
-
#: wp-cache.php:
|
921 |
msgid "WP-Super-Cache"
|
922 |
msgstr "WP-Super-Cache"
|
923 |
|
924 |
-
#: wp-cache.php:
|
925 |
msgid "Fresh WP-Cached Files"
|
926 |
msgstr "Aggiorna file WP-Cached"
|
927 |
|
928 |
-
#: wp-cache.php:
|
929 |
-
#: wp-cache.php:
|
930 |
-
#: wp-cache.php:
|
931 |
-
#: wp-cache.php:
|
932 |
msgid "URI"
|
933 |
msgstr "URI"
|
934 |
|
935 |
-
#: wp-cache.php:
|
936 |
-
#: wp-cache.php:
|
937 |
msgid "Key"
|
938 |
msgstr "Chiave"
|
939 |
|
940 |
-
#: wp-cache.php:
|
941 |
-
#: wp-cache.php:
|
942 |
-
#: wp-cache.php:
|
943 |
-
#: wp-cache.php:
|
944 |
msgid "Age"
|
945 |
msgstr "Età"
|
946 |
|
947 |
-
#: wp-cache.php:
|
948 |
-
#: wp-cache.php:
|
949 |
-
#: wp-cache.php:
|
950 |
-
#: wp-cache.php:
|
951 |
msgid "Delete"
|
952 |
msgstr "Cancella"
|
953 |
|
954 |
-
#: wp-cache.php:
|
955 |
msgid "Stale WP-Cached Files"
|
956 |
msgstr "Ordina i file WP-Cached"
|
957 |
|
958 |
-
#: wp-cache.php:
|
959 |
msgid "Fresh Super Cached Files"
|
960 |
msgstr "Aggiorna file Super Cached"
|
961 |
|
962 |
-
#: wp-cache.php:
|
963 |
msgid "Stale Super Cached Files"
|
964 |
msgstr "Scadenza file Super Cached"
|
965 |
|
966 |
-
#: wp-cache.php:
|
967 |
msgid "Hide file list"
|
968 |
msgstr "Nascondi la lista dei file"
|
969 |
|
970 |
-
#: wp-cache.php:
|
971 |
msgid "List all cached files"
|
972 |
msgstr "Lista di tutti i file presenti nella cache"
|
973 |
|
974 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
990 |
msgid "Delete Expired"
|
991 |
msgstr "Cancella la cache scaduta"
|
992 |
|
993 |
-
#: wp-cache.php:
|
994 |
-
#: wp-cache.php:
|
995 |
-
#: wp-cache.php:
|
996 |
msgid "Delete Cache"
|
997 |
msgstr "Cancella la cache"
|
998 |
|
999 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
1014 |
msgid "Settings"
|
1015 |
msgstr "Impostazioni"
|
1016 |
|
1017 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
1063 |
#, php-format
|
1064 |
msgid "[%s] Front page check!"
|
1065 |
msgstr "[%s] Controllo Front page!"
|
1066 |
|
1067 |
-
#: wp-cache.php:
|
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’m 99% certain that they aren’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’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’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’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’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’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’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’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’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’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’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’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’t your thing, there’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’t go any faster but you’ll make this plugin author very happy!"
|
318 |
+
msgstr "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになります !"
|
319 |
+
|
320 |
+
#: wp-cache.php:426
|
321 |
+
msgid "Don’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 & 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"
|
372 |
+
msgstr "Super Cache 圧縮"
|
373 |
+
|
374 |
+
#: wp-cache.php:506
|
375 |
+
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
376 |
+
msgstr "<em>ハーフオン</em> モードの場合、デフォルトで圧縮を使用します。"
|
377 |
+
|
378 |
+
#: wp-cache.php:518
|
379 |
+
#: wp-cache.php:696
|
380 |
+
msgid "Enabled"
|
381 |
+
msgstr "有効"
|
382 |
+
|
383 |
+
#: wp-cache.php:519
|
384 |
+
#: wp-cache.php:696
|
385 |
+
msgid "Disabled"
|
386 |
+
msgstr "無効"
|
387 |
+
|
388 |
+
#: wp-cache.php:520
|
389 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
|
390 |
+
msgstr "ホストによっては圧縮されたファイルで問題が発生する場合があるので、圧縮はデフォルトでは無効にしています。この機能のスイッチを入れて切ると、キャッシュがクリアされます。"
|
391 |
+
|
392 |
+
#: wp-cache.php:523
|
393 |
+
msgid "Super Cache compression is now disabled."
|
394 |
+
msgstr "Super Cache 圧縮の使用が停止されました。"
|
395 |
+
|
396 |
+
#: wp-cache.php:525
|
397 |
+
msgid "Super Cache compression is now enabled."
|
398 |
+
msgstr "Super Cache 圧縮の使用が開始されました。"
|
399 |
+
|
400 |
+
#: wp-cache.php:527
|
401 |
+
msgid "Update Compression"
|
402 |
+
msgstr "圧縮設定の更新"
|
403 |
+
|
404 |
+
#: wp-cache.php:534
|
405 |
+
msgid "Mod Rewrite Rules"
|
406 |
+
msgstr "Mod Rewrite ルール"
|
407 |
+
|
408 |
+
#: wp-cache.php:581
|
409 |
+
msgid "WordPress MU Detected"
|
410 |
+
msgstr "WordPress MU を検知しました"
|
411 |
+
|
412 |
+
#: wp-cache.php:581
|
413 |
+
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
414 |
+
msgstr "残念ながら、WordPress MU が稼働中は rewrite ルールを自動的に更新できません。.htaccess を開いて次の mod_rewrite ルールをこのファイルの中の他のすべてのルールの上に追加してください。"
|
415 |
+
|
416 |
+
#: wp-cache.php:583
|
417 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
418 |
+
msgstr "Mod Rewrite ルールを更新できません !"
|
419 |
+
|
420 |
+
#: wp-cache.php:584
|
421 |
+
#, php-format
|
422 |
+
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
423 |
+
msgstr "自動更新を作動させるには <strong>BEGIN</strong> と <strong>END</strong> マーカーが %s.htaccess 内に必ず必要です。これは次のようになっていて、WordPress のメインの mod_rewrite ルールを囲んでいます:"
|
424 |
+
|
425 |
+
#: wp-cache.php:586
|
426 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
427 |
+
msgstr " .htaccess ファイルを更新したら、このページを再読込みしてください。"
|
428 |
+
|
429 |
+
#: wp-cache.php:590
|
430 |
+
msgid "Thank you for upgrading."
|
431 |
+
msgstr "アップグレードありがとうございます。"
|
432 |
+
|
433 |
+
#: wp-cache.php:590
|
434 |
+
#, php-format
|
435 |
+
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
436 |
+
msgstr "mod_rewrite ルールは最後にこのプラグインがインストールされてから変更されています。残念ながら、新しいルールを更新する前に古い supercache のルールを取り除く必要があります。.htaccess ファイルを編集したら、このページを再読込みしてください。もし手動でアップグレードしたいならば、次の行を変更してください: %1$s は次に似ています: %2$s 違いは \"HTTP_COOKIE\" が \"HTTP:Cookie\" になり、\"wordpressuser\" が \"wordpress\" になったことだけです。これは WordPress 2.5 での変更ですが、これ以前のバージョンとの後方互換性があります。もしそれほど古いバージョンを使用する勇気があればの話ですが。"
|
437 |
+
|
438 |
+
#: wp-cache.php:594
|
439 |
+
msgid "Trailing slash check required."
|
440 |
+
msgstr "最後のスラッシュの確認が必要です。"
|
441 |
+
|
442 |
+
#: wp-cache.php:594
|
443 |
+
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
444 |
+
msgstr "あなたのブログの URL は最後が \"/\" になっているようです。残念ながら、このプラグインをインストールした後に重複コンテンツのバグが見つかりました。\"/\" で終わっていない URL は \"/\" で終わっている URL を同じコンテンツとして提供し、正しい URL にリダイレクトしません。これを修正するには .htaccess ファイルを編集してこれら 2 つのルールを Super Cache ルールの 2 つのグループに追加する必要があります。"
|
445 |
+
|
446 |
+
#: wp-cache.php:596
|
447 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
448 |
+
msgstr "下の \"mod_rewrite ルールを表示する\" リンクをクリックするとルールを参照して問題ないか確認することができます。"
|
449 |
+
|
450 |
+
#: wp-cache.php:608
|
451 |
+
msgid "Cannot update .htaccess"
|
452 |
+
msgstr ".htaccess を更新できません"
|
453 |
+
|
454 |
+
#: wp-cache.php:608
|
455 |
+
#, php-format
|
456 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
457 |
+
msgstr "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
|
458 |
+
|
459 |
+
#: wp-cache.php:608
|
460 |
+
msgid "Refresh this page when the file permissions have been modified."
|
461 |
+
msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
|
462 |
+
|
463 |
+
#: wp-cache.php:608
|
464 |
+
#, php-format
|
465 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
466 |
+
msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
|
467 |
+
|
468 |
+
#: wp-cache.php:611
|
469 |
+
#, php-format
|
470 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
471 |
+
msgstr "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
|
472 |
+
|
473 |
+
#: wp-cache.php:613
|
474 |
+
msgid "You must edit the file yourself add the following rules."
|
475 |
+
msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
|
476 |
+
|
477 |
+
#: wp-cache.php:615
|
478 |
+
msgid "You can edit the file yourself add the following rules."
|
479 |
+
msgstr "このファイルをご自分で編集して次のルールを追加できます。"
|
480 |
+
|
481 |
+
#: wp-cache.php:617
|
482 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
483 |
+
msgstr "かならず WordPress の既存のルールの前に入れてください。"
|
484 |
+
|
485 |
+
#: wp-cache.php:619
|
486 |
+
#: wp-cache.php:646
|
487 |
+
#, php-format
|
488 |
+
msgid "Rules must be added to %s too:"
|
489 |
+
msgstr "ルールは %s にも追加する必要があります:"
|
490 |
+
|
491 |
+
#: wp-cache.php:624
|
492 |
+
msgid "Update Mod_Rewrite Rules"
|
493 |
+
msgstr "Mod_Rewrite ルールを更新"
|
494 |
+
|
495 |
+
#: wp-cache.php:633
|
496 |
+
msgid "Mod Rewrite rules updated!"
|
497 |
+
msgstr "Mod Rewrite ルールを更新しました !"
|
498 |
+
|
499 |
+
#: wp-cache.php:634
|
500 |
+
#, php-format
|
501 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
502 |
+
msgstr "%s.htaccess が必要な mod_rewrite ルールで更新されました。正しく更新されたか確認してください。次のようになっているはずです:"
|
503 |
+
|
504 |
+
#: wp-cache.php:636
|
505 |
+
msgid "Mod Rewrite rules must be updated!"
|
506 |
+
msgstr "Mod Rewrite ルールを更新する必要があります !"
|
507 |
+
|
508 |
+
#: wp-cache.php:637
|
509 |
+
#, php-format
|
510 |
+
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
511 |
+
msgstr "%s.htaccess はウェブサーバーによる書き込みができません。必要な mod_rewrite ルールで更新する必要があります。新しいルールは以下のコードのように通常の WordPress ルールの上に追加します:"
|
512 |
+
|
513 |
+
#: wp-cache.php:642
|
514 |
+
#, php-format
|
515 |
+
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
516 |
+
msgstr "WP Super Cache mod rewrite ルールが %s.htaccess ファイル内に検知されました。<br /> 次のリンクをクリックしてこのファイルに追加された行を確認してください。プラグインをアップグレードをしたのなら、これらのルールがマッチしていることを確認してください。"
|
517 |
+
|
518 |
+
#: wp-cache.php:643
|
519 |
+
msgid "View Mod_Rewrite Rules"
|
520 |
+
msgstr "Mod_Rewrite ルールを参照する"
|
521 |
+
|
522 |
+
#: wp-cache.php:654
|
523 |
+
#, php-format
|
524 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
525 |
+
msgstr "Gzip エンコードルール %s.htaccess に作成されました。"
|
526 |
+
|
527 |
+
#: wp-cache.php:661
|
528 |
+
msgid "Fix Configuration"
|
529 |
+
msgstr "設定の修正"
|
530 |
+
|
531 |
+
#: wp-cache.php:664
|
532 |
+
msgid "Restore Default Configuration"
|
533 |
+
msgstr "デフォルト設定を復元"
|
534 |
+
|
535 |
+
#: wp-cache.php:672
|
536 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
537 |
+
msgstr "コメントは承認待ちです。表示されるまでしばらく時間がかかるかもしれません。"
|
538 |
+
|
539 |
+
#: wp-cache.php:696
|
540 |
+
msgid "Lock Down:"
|
541 |
+
msgstr "ロックダウン:"
|
542 |
+
|
543 |
+
#: wp-cache.php:697
|
544 |
+
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
545 |
+
msgstr "ロックダウンを有効にすることにより、予想されるトラフィックの激増に対してサーバーが対処できるようにします。この機能が有効になると、新しいコメントが投稿されてもキャッシュされた静的ファイルは更新されません。"
|
546 |
+
|
547 |
+
#: wp-cache.php:698
|
548 |
+
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
549 |
+
msgstr "開発者のみなさんへ: \"WPLOCKDOWN\" 定数をチェックすることにより、あなたのプラグインにロックダウンとの互換性を持たせることができます。次のコードにより、あなたのプラグインが WPLOCKDOWN 設置を考慮するようになります。"
|
550 |
+
|
551 |
+
#: wp-cache.php:700
|
552 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
553 |
+
msgstr "すみませんが、このブログは一時的に停止中です。間もなく更新されます。"
|
554 |
+
|
555 |
+
#: wp-cache.php:704
|
556 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
557 |
+
msgstr "WordPress はロックダウンされています。Super Cache の静的ファイルは新しいコメントが投稿されても削除されません。"
|
558 |
+
|
559 |
+
#: wp-cache.php:706
|
560 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
561 |
+
msgstr "WordPress はロックダウンされていません。新しいコメントが投稿されると Super Cache の静的ファイルは通常通りにリフレッシュされます。"
|
562 |
+
|
563 |
+
#: wp-cache.php:712
|
564 |
+
msgid "Lock Down"
|
565 |
+
msgstr "ロックダウン"
|
566 |
+
|
567 |
+
#: wp-cache.php:720
|
568 |
+
msgid "Directly Cached Files"
|
569 |
+
msgstr "ダイレクトキャッシュファイル"
|
570 |
+
|
571 |
+
#: wp-cache.php:778
|
572 |
+
#, php-format
|
573 |
+
msgid "%s removed!"
|
574 |
+
msgstr "%s 個を削除しました !"
|
575 |
+
|
576 |
+
#: wp-cache.php:786
|
577 |
+
#, php-format
|
578 |
+
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
579 |
+
msgstr "この機能を利用するには %s を書き込み可能にする必要があります。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
580 |
+
|
581 |
+
#: wp-cache.php:788
|
582 |
+
#, php-format
|
583 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
584 |
+
msgstr "%s を書き込み可能です。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
585 |
+
|
586 |
+
#: wp-cache.php:802
|
587 |
+
msgid "Existing direct page"
|
588 |
+
msgstr "既存のダイレクトページ"
|
589 |
+
|
590 |
+
#: wp-cache.php:802
|
591 |
+
msgid "Delete cached file"
|
592 |
+
msgstr "キャッシュファイルを削除"
|
593 |
+
|
594 |
+
#: wp-cache.php:807
|
595 |
+
msgid "Add direct page:"
|
596 |
+
msgstr "ダイレクトページを追加:"
|
597 |
+
|
598 |
+
#: wp-cache.php:809
|
599 |
+
#, php-format
|
600 |
+
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
601 |
+
msgstr "ダイレクトキャッシュファイルはブログのある %s からダイレクトに生成されたファイルです。この機能は Digg やスラッシュドットなど巨大レベルのトラフィックがひとつの投稿やページに集中することが予想されるときだけ役に立ちます。"
|
602 |
+
|
603 |
+
#: wp-cache.php:811
|
604 |
+
#, php-format
|
605 |
+
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
606 |
+
msgstr "例: <em>%1$sabout/</em> をキャッシュするには %1$sabout/ もしくは /about/ を入力します。このキャッシュファイルは次に該当のページに誰かが来た時に生成されます。"
|
607 |
+
|
608 |
+
#: wp-cache.php:812
|
609 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
610 |
+
msgstr "ダイレクトページのこのリストから取り除くには、テキストボックスをブランクにしてキャッシュファイルを削除してください。"
|
611 |
+
|
612 |
+
#: wp-cache.php:817
|
613 |
+
msgid "Update Direct Pages"
|
614 |
+
msgstr "ダイレクトページを更新"
|
615 |
+
|
616 |
+
#: wp-cache.php:857
|
617 |
+
msgid "Expiry Time & Garbage Collection"
|
618 |
+
msgstr "有効時間とガーベージコレクション"
|
619 |
+
|
620 |
+
#: wp-cache.php:859
|
621 |
+
msgid "Expire time:"
|
622 |
+
msgstr "有効時間:"
|
623 |
+
|
624 |
+
#: wp-cache.php:860
|
625 |
+
msgid "seconds"
|
626 |
+
msgstr "秒"
|
627 |
+
|
628 |
+
#: wp-cache.php:861
|
629 |
+
msgid "Garbage Collection"
|
630 |
+
msgstr "ガーベージコレクション"
|
631 |
+
|
632 |
+
#: wp-cache.php:861
|
633 |
+
msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
634 |
+
msgstr "有効期限が 1800 秒 (30 分) 以上の場合、ガーベージコレクションは 10 分ごとに実行されます。それ以外の場合は期限切れ時間の 10 秒後に実行されます。"
|
635 |
+
|
636 |
+
#: wp-cache.php:862
|
637 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
|
638 |
+
msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em>に設定するといいでしょう。いろいろな値を試し、いろいろな時間帯でどのくらい期限切れファイルが残っているのかをこのページで確認してみましょう。できればキャッシュファイルの数は 500 以下になるようにしましょう。"
|
639 |
+
|
640 |
+
#: wp-cache.php:863
|
641 |
+
msgid "Change Expiration"
|
642 |
+
msgstr "有効時間を変更"
|
643 |
+
|
644 |
+
#: wp-cache.php:902
|
645 |
+
msgid "Rejected User Agents"
|
646 |
+
msgstr "除外するユーザーエージェント"
|
647 |
+
|
648 |
+
#: wp-cache.php:903
|
649 |
+
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
650 |
+
msgstr "WP-Cache が bot、spider、クローラーのリクエストをキャッシュしないようにする HTTP ’User Agent’ ヘッダー内の文字列です。すでにキャッシュが存在する場合はこれらのエージェントに Super Cache のファイルが送信されます。"
|
651 |
+
|
652 |
+
#: wp-cache.php:910
|
653 |
+
msgid "Save UA Strings"
|
654 |
+
msgstr "UA 文字列を保存"
|
655 |
+
|
656 |
+
#: wp-cache.php:933
|
657 |
+
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
658 |
+
msgstr "次のページタイプはキャッシュしません。各タイプについての詳細は <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> を参照してください。"
|
659 |
+
|
660 |
+
#: wp-cache.php:936
|
661 |
+
msgid "Single Posts"
|
662 |
+
msgstr "シングルページ"
|
663 |
+
|
664 |
+
#: wp-cache.php:937
|
665 |
+
msgid "Pages"
|
666 |
+
msgstr "ページ"
|
667 |
+
|
668 |
+
#: wp-cache.php:938
|
669 |
+
msgid "Front Page"
|
670 |
+
msgstr "フロントページ"
|
671 |
+
|
672 |
+
#: wp-cache.php:939
|
673 |
+
msgid "Home"
|
674 |
+
msgstr "ホーム"
|
675 |
+
|
676 |
+
#: wp-cache.php:940
|
677 |
+
msgid "Archives"
|
678 |
+
msgstr "アーカイブ"
|
679 |
+
|
680 |
+
#: wp-cache.php:941
|
681 |
+
msgid "Tags"
|
682 |
+
msgstr "タグ"
|
683 |
+
|
684 |
+
#: wp-cache.php:942
|
685 |
+
msgid "Category"
|
686 |
+
msgstr "カテゴリー"
|
687 |
+
|
688 |
+
#: wp-cache.php:943
|
689 |
+
msgid "Feeds"
|
690 |
+
msgstr "フィード"
|
691 |
+
|
692 |
+
#: wp-cache.php:944
|
693 |
+
msgid "Search Pages"
|
694 |
+
msgstr "検索ページ"
|
695 |
+
|
696 |
+
#: wp-cache.php:946
|
697 |
+
#: wp-cache.php:1073
|
698 |
+
msgid "Save"
|
699 |
+
msgstr "保存"
|
700 |
+
|
701 |
+
#: wp-cache.php:963
|
702 |
+
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
703 |
+
msgstr "ここにキャッシュしないようにするページの文字列 (ファイル名ではなく) を追加します。例えば、URL に「西暦」を含んでいて昨年の投稿をキャッシュしたくない場合は西暦 ’/2004/’ だけを入力すれば十分です。WP-Chache は URI にその文字列が含まれているか検索し、含まれていた場合はそのページをキャッシュしません。"
|
704 |
+
|
705 |
+
#: wp-cache.php:969
|
706 |
+
msgid "Save Strings"
|
707 |
+
msgstr "文字列を保存"
|
708 |
+
|
709 |
+
#: wp-cache.php:985
|
710 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
711 |
+
msgstr "上で指定した除外文字列にマッチしてもキャッシュするファイル名をここに追加してください。"
|
712 |
+
|
713 |
+
#: wp-cache.php:991
|
714 |
+
msgid "Save Files"
|
715 |
+
msgstr "ファイルを保存"
|
716 |
+
|
717 |
+
#: wp-cache.php:1035
|
718 |
+
msgid "Debug Settings"
|
719 |
+
msgstr "デバッグ設定"
|
720 |
+
|
721 |
+
#: wp-cache.php:1037
|
722 |
+
msgid "Currently logging to: "
|
723 |
+
msgstr "ログ取得中: "
|
724 |
+
|
725 |
+
#: wp-cache.php:1047
|
726 |
+
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."
|
727 |
+
msgstr "このデバッギング設定でプラグインの問題を修正します。デバッグメールを送信するか、キャッシュディレクトリのファイルにログを記録します。"
|
728 |
+
|
729 |
+
#: wp-cache.php:1048
|
730 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
731 |
+
msgstr "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイルもクリアされてしまいます。"
|
732 |
+
|
733 |
+
#: wp-cache.php:1052
|
734 |
+
msgid "Debugging"
|
735 |
+
msgstr "デバッグ"
|
736 |
+
|
737 |
+
#: wp-cache.php:1053
|
738 |
+
msgid "Logging Type"
|
739 |
+
msgstr "ログ形式"
|
740 |
+
|
741 |
+
#: wp-cache.php:1053
|
742 |
+
msgid "Email"
|
743 |
+
msgstr "メールアドレス"
|
744 |
+
|
745 |
+
#: wp-cache.php:1054
|
746 |
+
msgid "file"
|
747 |
+
msgstr "ファイル"
|
748 |
+
|
749 |
+
#: wp-cache.php:1055
|
750 |
+
msgid "IP Address"
|
751 |
+
msgstr "IP アドレス"
|
752 |
+
|
753 |
+
#: wp-cache.php:1055
|
754 |
+
#, php-format
|
755 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
756 |
+
msgstr "(この IP アドレスからのリクエストだけを記録します。あなたの IP アドレスは %s です)"
|
757 |
+
|
758 |
+
#: wp-cache.php:1056
|
759 |
+
msgid "Log level"
|
760 |
+
msgstr "ログレベル"
|
761 |
+
|
762 |
+
#: wp-cache.php:1062
|
763 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
764 |
+
msgstr "(1 = 小、5 = 大、大きなサーバーのロードを引き起こすかもしれません)"
|
765 |
+
|
766 |
+
#: wp-cache.php:1064
|
767 |
+
msgid "Advanced"
|
768 |
+
msgstr "詳細"
|
769 |
+
|
770 |
+
#: wp-cache.php:1064
|
771 |
+
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>"
|
772 |
+
msgstr "とてもまれなケースですが、2 つの問題が発生することがあります:<ol><li>フロントページが zip ファイルとしてダウンロードされることがある</li><li>静的なフロントページを使用していてパーマリンク構造が <em>/%category%/%postname%/</em> の場合にフロントページとして誤ったページがキャッシュされてしまう</li></ol>"
|
773 |
+
|
774 |
+
#: wp-cache.php:1065
|
775 |
+
msgid "I’m 99%% certain that they aren’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’re worried. You will be emailed if there is a problem."
|
776 |
+
msgstr "WP Super Cache のバグではないと 99%% 思いますし、発生するのはごくごく稀ですが、もし心配なら 5 分ごとにサイトが問題ないか確認するよう簡単なチェックができます。もし問題が発生すればメールが届きます。"
|
777 |
+
|
778 |
+
#: wp-cache.php:1067
|
779 |
+
msgid "Check front page every 5 minutes."
|
780 |
+
msgstr "5 分ごとにフロントページをチェックする。"
|
781 |
+
|
782 |
+
#: wp-cache.php:1068
|
783 |
+
msgid "Front page text"
|
784 |
+
msgstr "フロントページテキスト"
|
785 |
+
|
786 |
+
#: wp-cache.php:1068
|
787 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
788 |
+
msgstr "フロントページで検索するテキスト。もしこのテキストがなければキャッシュがクリアされます。無効するにはブランクにしてください。"
|
789 |
+
|
790 |
+
#: wp-cache.php:1069
|
791 |
+
msgid "Clear cache on error."
|
792 |
+
msgstr "エラー発生時にキャッシュをクリアする。"
|
793 |
+
|
794 |
+
#: wp-cache.php:1070
|
795 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
796 |
+
msgstr "確認時にブログ管理者にメールを送る。(テスト時に有益)"
|
797 |
+
|
798 |
+
#: wp-cache.php:1083
|
799 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
800 |
+
msgstr "エラー: GZIP 圧縮が有効です。wp-cache を使用する場合は無効にしてください。"
|
801 |
+
|
802 |
+
#: wp-cache.php:1131
|
803 |
+
#: wp-cache.php:1293
|
804 |
+
msgid "Warning"
|
805 |
+
msgstr "警告"
|
806 |
+
|
807 |
+
#: wp-cache.php:1131
|
808 |
+
msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
|
809 |
+
msgstr "WordPress の GZIP 圧縮が有効です。GZIP 圧縮が無効にされるまで wp-cache はバイパスされます。"
|
810 |
+
|
811 |
+
#: wp-cache.php:1189
|
812 |
+
#: wp-cache.php:1194
|
813 |
+
#: wp-cache.php:1226
|
814 |
+
#: wp-cache.php:1231
|
815 |
+
#: wp-cache.php:1237
|
816 |
+
msgid "Error"
|
817 |
+
msgstr "エラー "
|
818 |
+
|
819 |
+
#: wp-cache.php:1189
|
820 |
+
#, php-format
|
821 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
822 |
+
msgstr "キャッシュディレクトリ (<strong>$cache_path</strong>) がなく、ウェブサーバーによって作成することもできませんでした。%s のパーミッションを確認してください。"
|
823 |
+
|
824 |
+
#: wp-cache.php:1194
|
825 |
+
#, php-format
|
826 |
+
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."
|
827 |
+
msgstr "このプラグインを動作させるにはキャッシュディレクトリ (<strong>%1$s</strong>) もしくは <strong>%2$s</strong> に書き込める必要があります。よく確認してください。"
|
828 |
+
|
829 |
+
#: wp-cache.php:1226
|
830 |
+
#, php-format
|
831 |
+
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."
|
832 |
+
msgstr "WP-Cache 設定ファイル (<strong>%s</strong>) は古いもので、ウェブサーバーによる書き込みを許可していません。このファイルを削除してこのページを再読込みしてください。"
|
833 |
+
|
834 |
+
#: wp-cache.php:1231
|
835 |
+
#, php-format
|
836 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
837 |
+
msgstr "設定ファイルが見つかりません。%1$s ディレクトリ (<strong>%2$s</strong>) がウェブサーバーによる書き込みを許可していません。パーミッションを確認してください。"
|
838 |
+
|
839 |
+
#: wp-cache.php:1237
|
840 |
+
#, php-format
|
841 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
842 |
+
msgstr "WP-Cache の設定サンプルファイル (<strong>%s</strong>) がありません。インストールを確認してください。"
|
843 |
+
|
844 |
+
#: wp-cache.php:1293
|
845 |
+
#, php-format
|
846 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
847 |
+
msgstr "%s/advanced-cache.php</em> がないか、更新できません。"
|
848 |
+
|
849 |
+
#: wp-cache.php:1294
|
850 |
+
msgid "1. If it already exists please delete the file first."
|
851 |
+
msgstr "1. もしこのファイルがすでにあれば、まず最初にこのファイルを削除してください"
|
852 |
+
|
853 |
+
#: wp-cache.php:1295
|
854 |
+
#, php-format
|
855 |
+
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’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
856 |
+
msgstr "2. ftp やサーバーソフトウェアで chmod コマンドを使用して %1$s を書き込み可能にし、(<em>chmod 777 %1$s</em>) このページを再読込みします。これは一時的な処置で、この後、読み込みのみに再度する必要があります。(前述のコマンドで 777 を 755 に変更します)"
|
857 |
+
|
858 |
+
#: wp-cache.php:1296
|
859 |
+
#, php-format
|
860 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
861 |
+
msgstr "3. <em>%s/advanced-cache.php</em> を更新するためにこのページを再読込みします"
|
862 |
+
|
863 |
+
#: wp-cache.php:1297
|
864 |
+
#, php-format
|
865 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
866 |
+
msgstr "もし動作しなければ <em>%s/advanced-cache.php</em> ファイルが存在するか確認してください:"
|
867 |
+
|
868 |
+
#: wp-cache.php:1298
|
869 |
+
#, php-format
|
870 |
+
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>"
|
871 |
+
msgstr "<li>1. テキストエディターで <em>%1$s$wp_cache_file</em> を開きます</li><li>2. テキスト <em>CACHEHOME</em> を <em>%2$s</em> に変更します</li><li>3. ファイルを保存し、<em>%3$s</em> へコピーしてこのページを再読込みします</li>"
|
872 |
+
|
873 |
+
#: wp-cache.php:1318
|
874 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
875 |
+
msgstr "<strong>エラー: <code>wp-config.php</code> ファイルの WP_CACHE が有効になっていません</strong>。このプラグインから修正はできません。"
|
876 |
+
|
877 |
+
#: wp-cache.php:1319
|
878 |
+
#, php-format
|
879 |
+
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. "
|
880 |
+
msgstr "<code>%s</code> を編集して次の行を追加してください:<br /> <code>define('WP_CACHE', true);</code><br />追加しないと WordPress core による <strong>WP-Cache の実行ができません</strong>。"
|
881 |
+
|
882 |
+
#: wp-cache.php:1322
|
883 |
+
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."
|
884 |
+
msgstr "<h3>WP_CACHE 定数の wp-config.php への追加</h3><p>もしこの警告メッセージが表示され続けるのなら、<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> のポイント 5 を参照してください。WP_CACHE の行を上に上げる必要があります。"
|
885 |
+
|
886 |
+
#: wp-cache.php:1343
|
887 |
+
msgid "Cache Contents"
|
888 |
+
msgstr "キャッシュコンテンツ"
|
889 |
+
|
890 |
+
#: wp-cache.php:1362
|
891 |
+
#, php-format
|
892 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
893 |
+
msgstr "supercache ファイルを削除しています: <strong>%s</strong><br />"
|
894 |
+
|
895 |
+
#: wp-cache.php:1379
|
896 |
+
#, php-format
|
897 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
898 |
+
msgstr "wp-cache ファイルを削除しています: <strong>%s</strong><br />"
|
899 |
+
|
900 |
+
#: wp-cache.php:1443
|
901 |
+
msgid "WP-Cache"
|
902 |
+
msgstr "WP-Cache"
|
903 |
+
|
904 |
+
#: wp-cache.php:1444
|
905 |
+
#: wp-cache.php:1457
|
906 |
+
#, php-format
|
907 |
+
msgid "%s Cached Pages"
|
908 |
+
msgstr "キャッシュページ数: %s"
|
909 |
+
|
910 |
+
#: wp-cache.php:1445
|
911 |
+
#: wp-cache.php:1459
|
912 |
+
#, php-format
|
913 |
+
msgid "%s Expired Pages"
|
914 |
+
msgstr "期限切れページ数: %s"
|
915 |
+
|
916 |
+
#: wp-cache.php:1456
|
917 |
+
msgid "WP-Super-Cache"
|
918 |
+
msgstr "WP-Super-Cache"
|
919 |
+
|
920 |
+
#: wp-cache.php:1464
|
921 |
+
msgid "Fresh WP-Cached Files"
|
922 |
+
msgstr "新しい WP-Cache ファイル"
|
923 |
+
|
924 |
+
#: wp-cache.php:1465
|
925 |
+
#: wp-cache.php:1481
|
926 |
+
#: wp-cache.php:1497
|
927 |
+
#: wp-cache.php:1513
|
928 |
+
msgid "URI"
|
929 |
+
msgstr "URI"
|
930 |
+
|
931 |
+
#: wp-cache.php:1465
|
932 |
+
#: wp-cache.php:1481
|
933 |
+
msgid "Key"
|
934 |
+
msgstr "キー"
|
935 |
+
|
936 |
+
#: wp-cache.php:1465
|
937 |
+
#: wp-cache.php:1481
|
938 |
+
#: wp-cache.php:1497
|
939 |
+
#: wp-cache.php:1513
|
940 |
+
msgid "Age"
|
941 |
+
msgstr "経過時間"
|
942 |
+
|
943 |
+
#: wp-cache.php:1465
|
944 |
+
#: wp-cache.php:1481
|
945 |
+
#: wp-cache.php:1497
|
946 |
+
#: wp-cache.php:1513
|
947 |
+
msgid "Delete"
|
948 |
+
msgstr "削除 "
|
949 |
+
|
950 |
+
#: wp-cache.php:1480
|
951 |
+
msgid "Stale WP-Cached Files"
|
952 |
+
msgstr "古い WP-Cache ファイル"
|
953 |
+
|
954 |
+
#: wp-cache.php:1496
|
955 |
+
msgid "Fresh Super Cached Files"
|
956 |
+
msgstr "新しい Super Cache ファイル"
|
957 |
+
|
958 |
+
#: wp-cache.php:1512
|
959 |
+
msgid "Stale Super Cached Files"
|
960 |
+
msgstr "古い Super Cache ファイル"
|
961 |
+
|
962 |
+
#: wp-cache.php:1528
|
963 |
+
msgid "Hide file list"
|
964 |
+
msgstr "ファイルリストを隠す"
|
965 |
+
|
966 |
+
#: wp-cache.php:1530
|
967 |
+
msgid "List all cached files"
|
968 |
+
msgstr "すべてのキャッシュファイルを表示"
|
969 |
+
|
970 |
+
#: wp-cache.php:1536
|
971 |
+
#, php-format
|
972 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
973 |
+
msgstr "<strong>ガーベージコレクション</strong><br />最後の GC は <strong>%s</strong> 分前です<br />"
|
974 |
+
|
975 |
+
#: wp-cache.php:1537
|
976 |
+
#, php-format
|
977 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
978 |
+
msgstr "次の GC は <strong>%s</strong> 分後です"
|
979 |
+
|
980 |
+
#: wp-cache.php:1540
|
981 |
+
#, php-format
|
982 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
983 |
+
msgstr "期限切れファイルとは %s 秒より古くなったファイルです。こうしたファイルはこのプラグインによってまだ使用されますが、定期的に削除されます。"
|
984 |
+
|
985 |
+
#: wp-cache.php:1543
|
986 |
+
msgid "Delete Expired"
|
987 |
+
msgstr "期限切れキャッシュを削除"
|
988 |
+
|
989 |
+
#: wp-cache.php:1549
|
990 |
+
#: wp-cache.php:1563
|
991 |
+
#: wp-cache.php:1719
|
992 |
+
msgid "Delete Cache"
|
993 |
+
msgstr "キャッシュを削除"
|
994 |
+
|
995 |
+
#: wp-cache.php:1563
|
996 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
997 |
+
msgstr "Super Cache のキャッシュファイルを削除する (新しいウインドウで開きます)"
|
998 |
+
|
999 |
+
#: wp-cache.php:1695
|
1000 |
+
#, php-format
|
1001 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1002 |
+
msgstr "%1$s は %2$s でキャッシングされているおかげで Digg に耐えられます"
|
1003 |
+
|
1004 |
+
#: wp-cache.php:1728
|
1005 |
+
#, php-format
|
1006 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1007 |
+
msgstr "WP Super Cache の設定が必要です。<a href=\"%s\">管理ページ</a>を開いてこのプラグインの有効化と設定を行なってください。"
|
1008 |
+
|
1009 |
+
#: wp-cache.php:1734
|
1010 |
+
msgid "Settings"
|
1011 |
+
msgstr "設定"
|
1012 |
+
|
1013 |
+
#: wp-cache.php:1744
|
1014 |
+
#, php-format
|
1015 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1016 |
+
msgstr "WP Super Cache は停止中です。<a href=\"%s\">プラグイン管理ページ</a>を開いてキャッシングを有効にしてください。"
|
1017 |
+
|
1018 |
+
#: wp-cache.php:1763
|
1019 |
+
#, php-format
|
1020 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1021 |
+
msgstr "[%s] フロントページが gzip で圧縮されました ! キャッシュをクリアしてください !"
|
1022 |
+
|
1023 |
+
#: wp-cache.php:1763
|
1024 |
+
#, php-format
|
1025 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1026 |
+
msgstr "フロントページがダウンロードされる状態なので、%s を開いてキャッシュをクリアしてください !"
|
1027 |
+
|
1028 |
+
#: wp-cache.php:1766
|
1029 |
+
#, php-format
|
1030 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1031 |
+
msgstr "[%s] フロントページが gzip 圧縮されました ! キャッシュがクリアされました !"
|
1032 |
+
|
1033 |
+
#: wp-cache.php:1766
|
1034 |
+
#, php-format
|
1035 |
+
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."
|
1036 |
+
msgstr "フロントページがダウンロードされる状態だったのでブログのキャッシュをクリアしました。%s を開いてキャッシュがクリアされたことを確認してください。"
|
1037 |
+
|
1038 |
+
#: wp-cache.php:1773
|
1039 |
+
#, php-format
|
1040 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1041 |
+
msgstr "[%s] フロントページが不正です ! キャッシュをクリアしてください !"
|
1042 |
+
|
1043 |
+
#: wp-cache.php:1773
|
1044 |
+
#, php-format
|
1045 |
+
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\"!"
|
1046 |
+
msgstr "フロントページが不正でテキスト \"%2$s\" が見つからないので、%1$s を開いてキャッシュをクリアしてください !"
|
1047 |
+
|
1048 |
+
#: wp-cache.php:1776
|
1049 |
+
#, php-format
|
1050 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1051 |
+
msgstr "[%s] フロントページが不正です ! キャッシュがクリアされました !"
|
1052 |
+
|
1053 |
+
#: wp-cache.php:1776
|
1054 |
+
#, php-format
|
1055 |
+
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."
|
1056 |
+
msgstr "フロントページにテキスト \"%2$s\" が見つからなかったのでブログのキャッシュをクリアしました。%1$s を開いてキャッシュがクリアされたことを確認してください。"
|
1057 |
+
|
1058 |
+
#: wp-cache.php:1781
|
1059 |
+
#, php-format
|
1060 |
+
msgid "[%s] Front page check!"
|
1061 |
+
msgstr "[%s] フロントページチェック !"
|
1062 |
+
|
1063 |
+
#: wp-cache.php:1781
|
1064 |
+
#, php-format
|
1065 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1066 |
+
msgstr "WP Super Cache はあなたのブログのフロントページをチェックしました。この機能の使用を停止するには %s を開いてください。"
|
1067 |
+
|
languages/wp-super-cache-uk.mo
ADDED
Binary file
|
languages/wp-super-cache-uk.po
ADDED
@@ -0,0 +1,1068 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wp-super-cache\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: Vitaly <vitaly.mylo@gmail.com>\n"
|
8 |
+
"Language-Team: <vitaly.mylo@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: Ukrainian\n"
|
13 |
+
"X-Poedit-Country: UKRAINE\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 "ПОГАНУ ПОВЕДІНКУ не знайдено. Будь ласка, перевірте Вашу інсталяцію."
|
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 "Підтримку ПОГАНОЇ ПОВЕДІНКИ %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/\">ПОГАНУ ПОВЕДІНКУ</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/\">Нема посилань для друзів</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 "Будь ласка, створіть %s /wp-cache-config.php з wp-super-cache/wp-cache-config-sample.php"
|
74 |
+
|
75 |
+
#: wp-cache.php:170
|
76 |
+
msgid "WP Super Cache Manager"
|
77 |
+
msgstr "Управління Вордпрес Супер Кешем"
|
78 |
+
|
79 |
+
#: wp-cache.php:172
|
80 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
81 |
+
msgstr "Увага! Ввімкнено PHP Безпечний Режим (Safe Mode)!"
|
82 |
+
|
83 |
+
#: wp-cache.php:173
|
84 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
85 |
+
msgstr "Ви можете відчувати проблеми у роботі плаґіну, тому що ввімкнено Безпечний Режим (Safe Mode)."
|
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\">сторінці документації безпечного режиму</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\">сторінці документації безпечного режиму</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 scheduled posts можуть працювати неправильно."
|
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 "Будь ласка, перегляньте пункт 16 у <a href=\"%s\">Розділі проблем</a> у файлі readme.txt"
|
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 "Нажаль, Вордпрес не може знайти файл wp-cron.php. Скрипт потребує правильних дій збору сміття цим плаґіном, WordPress scheduled posts такий самий як і інші критичні дії."
|
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’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 не встановлено. Іноді ця перевірка не є на 100% достовірною, особливо якщо Ви використовуєте не Apache. Будь ласка, переконайтесь у тому, що модуль mod_rewrite завантажено. Це необхідно для видачі статичних файлів Супер Кешу. Ви всерівно будете мати змогу використовувати режим напів-кешування."
|
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 "Вордпрес Супер Кеш файл з налаштуваннями: <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’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 "Статус Вордпрес Супер Кеш"
|
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 "Вордпрес Кеш та Вордпрес Супер Кеш ввімкнено"
|
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 "Супер Кеш вимкнено, кешує лише Вордпрес Кеш."
|
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 "Вордпрес Кеш та Вордпрес Супер Кеш вимкнено"
|
202 |
+
|
203 |
+
#: wp-cache.php:360
|
204 |
+
msgid "Don’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’s footer)"
|
209 |
+
msgstr "Скажіть гордо світу, що Ваш сервер підтверджено Діггом! (розмістити повідомлення у підвал Вашого сайту)"
|
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 "Оновлення кешу. Видавати супер-кешований файл для анонімних користувачів, поки не згенерується новий файл. Рекомендовано для <em>дуже</em> завантажених сайтів з великою кількістю коментарів. Робить \"безпосередньо закешовані сторінки\" та \"Режим блокування\" непотрібними."
|
218 |
+
|
219 |
+
#: wp-cache.php:365
|
220 |
+
msgid "Coarse file locking. You probably don’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 "Для кращої роботи Вам необхідно ввімкнути \"Підтримку стільникових пристроїв\" або видалити правило mod_rewrite для стільникових пристроїв у файлі .htaccess. Знайдіть дві стрічки з текстом \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" та видаліть їх."
|
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 "Видалити mod_rewrite правила плаґіну у %s.htaccess, що починається зі стрічки <code># BEGIN WPSuperCache</code> та закінчується <code># END WPSuperCache</code> та дозволити плаґіну перегенерувати їх за допомогою перезавантаження сторінки."
|
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>. Є два подібні між собою фрагменти коду. Одразу під стрічкою <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> додайте цей код: (зробіть це двічі, тобто для кожного з фрагментів)"
|
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 "Необхідне для того, щоб правильно видавати стиснуті супер-кешовані файли."
|
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 "Необхідне для того, щоб налаштувати інформацію щодо кешування на супер-кешованих сторінках. Без цього модуля користувачі ІЕ7 побачать старі сторінки."
|
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 "Встановити термін дії для супер-кешованих сторінок. Без цього модуля відвідувачі можливо не побачать нових сторінок коли вони оновлять сторінку або залишать коментар."
|
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 модулі відсутні. Без них плаґін буде працювати у режимі напів-кешування. У режимі повного супер-кешування Ваші відвідувачі можливо побачать зіпсовані сторінки або протермінований вміст сторінок."
|
297 |
+
|
298 |
+
#: wp-cache.php:413
|
299 |
+
msgid "Make WordPress Faster"
|
300 |
+
msgstr "Зробити Вордпрес швидшим"
|
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 справді робить Ваш сайт швидшим. Зробіть його ще швидшим<sup>*</sup>, купивши мені <a href=\"%2$s\">вітальну листівку на Амазоні</a>! Зробити її у \"%3$s\" з будь-якою сумою. Кожна копійка допоможе!"
|
306 |
+
|
307 |
+
#: wp-cache.php:416
|
308 |
+
#, php-format
|
309 |
+
msgid "If Amazon isn’t your thing, there’s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
|
310 |
+
msgstr "Якщо Амазон не для Вас, є також PayPal. Клікніть внизу на кнопку \"Пожертвувати\" або перегляньте <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’t go any faster but you’ll make this plugin author very happy!"
|
318 |
+
msgstr "Ну добре, воно не запрацює швидше, але Ви зробите автора цього плаґіну дуже щасливим!"
|
319 |
+
|
320 |
+
#: wp-cache.php:426
|
321 |
+
msgid "Don’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 & 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"
|
372 |
+
msgstr "Стиск Супер Кешу"
|
373 |
+
|
374 |
+
#: wp-cache.php:506
|
375 |
+
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
376 |
+
msgstr "У режимі <em>Напів-Кешування</em> стиск ввіммкнено за замовчуванням."
|
377 |
+
|
378 |
+
#: wp-cache.php:518
|
379 |
+
#: wp-cache.php:696
|
380 |
+
msgid "Enabled"
|
381 |
+
msgstr "Ввімкнено"
|
382 |
+
|
383 |
+
#: wp-cache.php:519
|
384 |
+
#: wp-cache.php:696
|
385 |
+
msgid "Disabled"
|
386 |
+
msgstr "Вимкнено"
|
387 |
+
|
388 |
+
#: wp-cache.php:520
|
389 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
|
390 |
+
msgstr "Стиск вимкнено за замовчуванням, тому що деякі хости мають проблеми зі стиснутими файлами. Вмикання та вимикання цього пункту призводить до очищення кешу."
|
391 |
+
|
392 |
+
#: wp-cache.php:523
|
393 |
+
msgid "Super Cache compression is now disabled."
|
394 |
+
msgstr "Стиск Супер Кешу вимкнено."
|
395 |
+
|
396 |
+
#: wp-cache.php:525
|
397 |
+
msgid "Super Cache compression is now enabled."
|
398 |
+
msgstr "Стиск Супер Кешу ввімкнено."
|
399 |
+
|
400 |
+
#: wp-cache.php:527
|
401 |
+
msgid "Update Compression"
|
402 |
+
msgstr "Оновити стиск"
|
403 |
+
|
404 |
+
#: wp-cache.php:534
|
405 |
+
msgid "Mod Rewrite Rules"
|
406 |
+
msgstr "Правила Mod Rewrite"
|
407 |
+
|
408 |
+
#: wp-cache.php:581
|
409 |
+
msgid "WordPress MU Detected"
|
410 |
+
msgstr "Виявлено Вордпрес МЮ"
|
411 |
+
|
412 |
+
#: wp-cache.php:581
|
413 |
+
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
414 |
+
msgstr "Нажаль, коли працює Вордпрес МЮ, правила rewrite не можуть бути оновлені автоматично. Будь ласка, відкрийте Ваш .htaccess файл та додайте наступні правила mod_rewrite з самого початку файлу."
|
415 |
+
|
416 |
+
#: wp-cache.php:583
|
417 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
418 |
+
msgstr "Правила Mod Rewrite не можна оновити!"
|
419 |
+
|
420 |
+
#: wp-cache.php:584
|
421 |
+
#, php-format
|
422 |
+
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
423 |
+
msgstr "Ви повинні мати маркери <strong>BEGIN</strong> та <strong>END</strong> у %s.htaccess файлі для того, щоб працювало автооновлення. Вони схожі на це та оточують головні mod_rewrite правила Вордпресу:"
|
424 |
+
|
425 |
+
#: wp-cache.php:586
|
426 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
427 |
+
msgstr "Оновіть цю сторінку коли Ви оновите Ваш .htaccess файл."
|
428 |
+
|
429 |
+
#: wp-cache.php:590
|
430 |
+
msgid "Thank you for upgrading."
|
431 |
+
msgstr "Дякую за оновлення"
|
432 |
+
|
433 |
+
#: wp-cache.php:590
|
434 |
+
#, php-format
|
435 |
+
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
436 |
+
msgstr "Правила mod_rewrite змінилися з того часу, коли Ви інсталювали цей плаґін. На жаль, Ви повинні видалити старі правила для Супер Кешу перед тим, як додати нові. Оновіть цю сторінку, коли відредагуєте Ваш .htaccess файл. Якщо Ви бажаєте додати оновлення вручну, змініть наступну стрічку: %1$s щоб вона виглядала приблизно ось так: %2$s Необхідно внести наступні зміни: \"HTTP_COOKIE\" замінити на \"HTTP:Cookie\" та \"wordpressuser\" замінити на \"wordpress\". Це зміна для Вордпресу 2.5, але це зворотня сумісність зі старішими версіями, якщо Ви достатньо хоробрий, щоб їх використовувати."
|
437 |
+
|
438 |
+
#: wp-cache.php:594
|
439 |
+
msgid "Trailing slash check required."
|
440 |
+
msgstr "Необхідна перевірка першого слешу."
|
441 |
+
|
442 |
+
#: wp-cache.php:594
|
443 |
+
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
444 |
+
msgstr "Схоже на те, що Ваш сайт має URL-адреси, що закінчуються символом \"/\". На жаль, з того часу, як Ви інсталювали цей плаґін, виникла помилка дублювання вмісту, при якій URL-адреси, що не закінчуються символом \"/\" видають той самий вміст, що і сторінки з символом \"/\" у кінці та не перенаправляються на правильну URL-адресу. Щоб це виправити, Вам необхідно відредагувати Ваш .htaccess файл та додати ці два правила до двох груп правил Супер Кешу:"
|
445 |
+
|
446 |
+
#: wp-cache.php:596
|
447 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
448 |
+
msgstr "Ви можете побачити, де правила виконуються та дослідити повні правила, відвідавши посилання \"Переглянути правила mod_rewrite\", що розміщено нижче."
|
449 |
+
|
450 |
+
#: wp-cache.php:608
|
451 |
+
msgid "Cannot update .htaccess"
|
452 |
+
msgstr "Неможливо оновити .htaccess"
|
453 |
+
|
454 |
+
#: wp-cache.php:608
|
455 |
+
#, php-format
|
456 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
457 |
+
msgstr "Файл <code>%s.htaccess</code> не може бути змінений веб-сервером. Будь ласка, виправте це, використовуючи команду CHMOD або Ваш FTP-клієнт."
|
458 |
+
|
459 |
+
#: wp-cache.php:608
|
460 |
+
msgid "Refresh this page when the file permissions have been modified."
|
461 |
+
msgstr "Оновіть цю сторінку, якщо права доступу файлу було змінено."
|
462 |
+
|
463 |
+
#: wp-cache.php:608
|
464 |
+
#, php-format
|
465 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
466 |
+
msgstr "Крім того, Ви можете редагувати свій <code>%s.htaccess</code> файл вручну та додати наступний код (перед будь-якими правилами Вордпресу):"
|
467 |
+
|
468 |
+
#: wp-cache.php:611
|
469 |
+
#, php-format
|
470 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
471 |
+
msgstr "Щоб видавати статичні HTML-файли сервер повинен мати правильні правила mod_rewrite, що додані у файл <code>%s.htaccess</code>"
|
472 |
+
|
473 |
+
#: wp-cache.php:613
|
474 |
+
msgid "You must edit the file yourself add the following rules."
|
475 |
+
msgstr "Ви повинні редагувати файл самостійно, додаючи наступні правила."
|
476 |
+
|
477 |
+
#: wp-cache.php:615
|
478 |
+
msgid "You can edit the file yourself add the following rules."
|
479 |
+
msgstr "Ви можете редагувати файл самостійно, додаючи наступні правила."
|
480 |
+
|
481 |
+
#: wp-cache.php:617
|
482 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
483 |
+
msgstr "Переконайтеся, що вони розміщені перед будь-яким з існуючих правил Вордпресу."
|
484 |
+
|
485 |
+
#: wp-cache.php:619
|
486 |
+
#: wp-cache.php:646
|
487 |
+
#, php-format
|
488 |
+
msgid "Rules must be added to %s too:"
|
489 |
+
msgstr "Правила необхідно додати до %s також:"
|
490 |
+
|
491 |
+
#: wp-cache.php:624
|
492 |
+
msgid "Update Mod_Rewrite Rules"
|
493 |
+
msgstr "Оновити правили Mod_Rewrite"
|
494 |
+
|
495 |
+
#: wp-cache.php:633
|
496 |
+
msgid "Mod Rewrite rules updated!"
|
497 |
+
msgstr "Правила Mod Rewrite оновлено!"
|
498 |
+
|
499 |
+
#: wp-cache.php:634
|
500 |
+
#, php-format
|
501 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
502 |
+
msgstr "У %s.htaccess було додано необхідні правила mod_rewrite. Будь ласка, перевірте їх правильність. Вони повинні бути подібними на ці:"
|
503 |
+
|
504 |
+
#: wp-cache.php:636
|
505 |
+
msgid "Mod Rewrite rules must be updated!"
|
506 |
+
msgstr "Правила Mod Rewrite необхідно оновити!"
|
507 |
+
|
508 |
+
#: wp-cache.php:637
|
509 |
+
#, php-format
|
510 |
+
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
511 |
+
msgstr "Ваш %s.htaccess недоступний для запису веб-сервером, і повинен бути оновлений необхідними правилами mod_rewrite. Нові правила розміщуються вище звичайних правил Вордпресу, як показано в коді нижче:"
|
512 |
+
|
513 |
+
#: wp-cache.php:642
|
514 |
+
#, php-format
|
515 |
+
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
516 |
+
msgstr "Знайдено mod_rewrite правила Вордпрес Супер Кешу у Вашому %s.htaccess файлі.<br /> Відвідайте наступне посилання, щоб побачити додані у цей файл стрічки. Якщо Ви оновили плаґін, переконайтесь, що ці правила підходять."
|
517 |
+
|
518 |
+
#: wp-cache.php:643
|
519 |
+
msgid "View Mod_Rewrite Rules"
|
520 |
+
msgstr "Переглянути правила Mod_Rewrite"
|
521 |
+
|
522 |
+
#: wp-cache.php:654
|
523 |
+
#, php-format
|
524 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
525 |
+
msgstr "Створено правила Gzip декодування у %s.htaccess."
|
526 |
+
|
527 |
+
#: wp-cache.php:661
|
528 |
+
msgid "Fix Configuration"
|
529 |
+
msgstr "Виправити налаштування"
|
530 |
+
|
531 |
+
#: wp-cache.php:664
|
532 |
+
msgid "Restore Default Configuration"
|
533 |
+
msgstr "Відновити налаштування за замовчуванням"
|
534 |
+
|
535 |
+
#: wp-cache.php:672
|
536 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
537 |
+
msgstr "Модерацію коментарів ввімкнено. Можливо знадобиться трохи часу, щоб Ваш коментар з’явився."
|
538 |
+
|
539 |
+
#: wp-cache.php:696
|
540 |
+
msgid "Lock Down:"
|
541 |
+
msgstr "Заблоковано:"
|
542 |
+
|
543 |
+
#: wp-cache.php:697
|
544 |
+
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
545 |
+
msgstr "Підготуйте свій сервер для очікуваного збільшення трафіка, дозволяючи блокування. Коли ця опція ввімкнена, нові коментарі не будуть оновлювати закешованих статичних файлів."
|
546 |
+
|
547 |
+
#: wp-cache.php:698
|
548 |
+
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
549 |
+
msgstr "Розробники: Зробіть Ваш плаґін сумісним для блокування, перевіривши константу \"WPLOCKDOWN\". Наступний код буде переконаний у тому, що Ваш плаґін перевіряє налаштування WPLOCKDOWN."
|
550 |
+
|
551 |
+
#: wp-cache.php:700
|
552 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
553 |
+
msgstr "Вибачте. Мій сайт заблоковано. Оновлення скоро з’являться"
|
554 |
+
|
555 |
+
#: wp-cache.php:704
|
556 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
557 |
+
msgstr "Вордпрес заблоковано. Статичні файли Супер Кешу не будуть видалені коли з’являться нові коментарі."
|
558 |
+
|
559 |
+
#: wp-cache.php:706
|
560 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
561 |
+
msgstr "Вордпрес не заблоковано. Нові коментарі будуть оновлювати статичні файли Супер Кешу у звичайному режимі."
|
562 |
+
|
563 |
+
#: wp-cache.php:712
|
564 |
+
msgid "Lock Down"
|
565 |
+
msgstr "режим блокування"
|
566 |
+
|
567 |
+
#: wp-cache.php:720
|
568 |
+
msgid "Directly Cached Files"
|
569 |
+
msgstr "Безпосередньо закешовані файли"
|
570 |
+
|
571 |
+
#: wp-cache.php:778
|
572 |
+
#, php-format
|
573 |
+
msgid "%s removed!"
|
574 |
+
msgstr "%s видалено!"
|
575 |
+
|
576 |
+
#: wp-cache.php:786
|
577 |
+
#, php-format
|
578 |
+
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
579 |
+
msgstr "Ви повинні зробити %s доступною для запису для ввімкнення цієї функції. Оскільки це ризиковано, будь ласка, зробіть її знову доступною лише для читання після того, як Ваша сторінка згенерується."
|
580 |
+
|
581 |
+
#: wp-cache.php:788
|
582 |
+
#, php-format
|
583 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
584 |
+
msgstr "Папка %s доступна для запису. Будь ласка, зробіть її доступною для читання після того, як сторінка згенерується, бо це небезпечно."
|
585 |
+
|
586 |
+
#: wp-cache.php:802
|
587 |
+
msgid "Existing direct page"
|
588 |
+
msgstr "Дана сторінка існує"
|
589 |
+
|
590 |
+
#: wp-cache.php:802
|
591 |
+
msgid "Delete cached file"
|
592 |
+
msgstr "Видалити закешований файл"
|
593 |
+
|
594 |
+
#: wp-cache.php:807
|
595 |
+
msgid "Add direct page:"
|
596 |
+
msgstr "Додати дану сторінку:"
|
597 |
+
|
598 |
+
#: wp-cache.php:809
|
599 |
+
#, php-format
|
600 |
+
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
601 |
+
msgstr "Безпосередньо закешовані файли - це файли, створені безпосередньо у %s, де розміщено Ваш сайт. Ця опція корисна лише тоді, якщо Ви очікуєте значного збільшення трафіку з Діггу або Слешдоту на одну зі своїх статей або сторінок."
|
602 |
+
|
603 |
+
#: wp-cache.php:811
|
604 |
+
#, php-format
|
605 |
+
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
606 |
+
msgstr "Наприклад: щоб закешувати <em>%1$sabout/</em>, Вам необхідно ввести %1$sabout/ або /about/. Закешований файл буде створено наступного разу коли анонімний користувач відвідає цю сторінку."
|
607 |
+
|
608 |
+
#: wp-cache.php:812
|
609 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
610 |
+
msgstr "Очистіть текстове поле, щоб знищити сторінку зі списку безпосередньо закешованих сторінок та видалити закешований файл."
|
611 |
+
|
612 |
+
#: wp-cache.php:817
|
613 |
+
msgid "Update Direct Pages"
|
614 |
+
msgstr "Оновити дані сторінки"
|
615 |
+
|
616 |
+
#: wp-cache.php:857
|
617 |
+
msgid "Expiry Time & Garbage Collection"
|
618 |
+
msgstr "Термін дії та збір сміття"
|
619 |
+
|
620 |
+
#: wp-cache.php:859
|
621 |
+
msgid "Expire time:"
|
622 |
+
msgstr "Час протермінування:"
|
623 |
+
|
624 |
+
#: wp-cache.php:860
|
625 |
+
msgid "seconds"
|
626 |
+
msgstr "секунд"
|
627 |
+
|
628 |
+
#: wp-cache.php:861
|
629 |
+
msgid "Garbage Collection"
|
630 |
+
msgstr "Збір Сміття"
|
631 |
+
|
632 |
+
#: wp-cache.php:861
|
633 |
+
msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
634 |
+
msgstr "Якщо час протермінування більш ніж 1800 секунд (півгодини), тоді збір сміття буде здійснюватися кожні 10 хвилин, в іншому випадку це відбудеться через 10 секунд після закінчення часу, що зазначено вище."
|
635 |
+
|
636 |
+
#: wp-cache.php:862
|
637 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
|
638 |
+
msgstr "Перевірка та видалення протермінованих файлів є ресурсоємкою процедурою, але залишати їх там було би неправильно. На дуже завантаженому сайті Ви повинні встановити термін дії на <em>300 секунд</em>. Поекспериментуйте з різними значеннями та відвідайте цю сторінку, щоб дізнатися, скільки протермінованих файлів залишилося у різний час протягом дня. Прагніть до того, щоб залишилось менше ніж 500 закешованих файлів."
|
639 |
+
|
640 |
+
#: wp-cache.php:863
|
641 |
+
msgid "Change Expiration"
|
642 |
+
msgstr "Змінити термін дії"
|
643 |
+
|
644 |
+
#: wp-cache.php:902
|
645 |
+
msgid "Rejected User Agents"
|
646 |
+
msgstr "Відхилені броузери (боти)"
|
647 |
+
|
648 |
+
#: wp-cache.php:903
|
649 |
+
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
650 |
+
msgstr "Стрічки у HTTP-запитах для браузерів (ботів), що забороняють Вордпрес Кешу кешувати запити ботів та пошукових павуків. Зауважте, що супер-кешовані файли все ще видаються цим браузерам (ботам), якщо вони вже існують."
|
651 |
+
|
652 |
+
#: wp-cache.php:910
|
653 |
+
msgid "Save UA Strings"
|
654 |
+
msgstr "Зберегти назви ботів (пошукових павуків)"
|
655 |
+
|
656 |
+
#: wp-cache.php:933
|
657 |
+
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
658 |
+
msgstr "Не кешувати наступні типи сторінок. Відвідайте сторінку документації <a href=\"http://codex.wordpress.org/Conditional_Tags\">умовні теги</a> для повного роз’яснення по кожному типу."
|
659 |
+
|
660 |
+
#: wp-cache.php:936
|
661 |
+
msgid "Single Posts"
|
662 |
+
msgstr "Одинарні статті"
|
663 |
+
|
664 |
+
#: wp-cache.php:937
|
665 |
+
msgid "Pages"
|
666 |
+
msgstr "Сторінки"
|
667 |
+
|
668 |
+
#: wp-cache.php:938
|
669 |
+
msgid "Front Page"
|
670 |
+
msgstr "Головна сторінка"
|
671 |
+
|
672 |
+
#: wp-cache.php:939
|
673 |
+
msgid "Home"
|
674 |
+
msgstr "Домашня сторінка"
|
675 |
+
|
676 |
+
#: wp-cache.php:940
|
677 |
+
msgid "Archives"
|
678 |
+
msgstr "Архіви"
|
679 |
+
|
680 |
+
#: wp-cache.php:941
|
681 |
+
msgid "Tags"
|
682 |
+
msgstr "Теги"
|
683 |
+
|
684 |
+
#: wp-cache.php:942
|
685 |
+
msgid "Category"
|
686 |
+
msgstr "Категорії"
|
687 |
+
|
688 |
+
#: wp-cache.php:943
|
689 |
+
msgid "Feeds"
|
690 |
+
msgstr "Фіди"
|
691 |
+
|
692 |
+
#: wp-cache.php:944
|
693 |
+
msgid "Search Pages"
|
694 |
+
msgstr "Сторінки пошуку"
|
695 |
+
|
696 |
+
#: wp-cache.php:946
|
697 |
+
#: wp-cache.php:1073
|
698 |
+
msgid "Save"
|
699 |
+
msgstr "Зберегти"
|
700 |
+
|
701 |
+
#: wp-cache.php:963
|
702 |
+
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
703 |
+
msgstr "Додати стрічки (не і’мя файлу), що примушують сторінки не кешувати. Наприклад, якщо Ваші URL-адреси містять рік і Ви не хочете кешувати останній рік статей, тоді достатньо вказати рік, наприклад ’/2004/’. Вордпрес Кеш перевірить чи ця стрічка є частиною URI-шляху. Якщо так, тоді ця сторінка не буде закешованою."
|
704 |
+
|
705 |
+
#: wp-cache.php:969
|
706 |
+
msgid "Save Strings"
|
707 |
+
msgstr "Зберегти стрічки"
|
708 |
+
|
709 |
+
#: wp-cache.php:985
|
710 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
711 |
+
msgstr "Додайте сюди імена файлів, які можуть бути закешованими, навіть якщо вони відповідають одній з відхилених стрічок, зазначених вище."
|
712 |
+
|
713 |
+
#: wp-cache.php:991
|
714 |
+
msgid "Save Files"
|
715 |
+
msgstr "Зберегти файли"
|
716 |
+
|
717 |
+
#: wp-cache.php:1035
|
718 |
+
msgid "Debug Settings"
|
719 |
+
msgstr "Налаштування відлагодження"
|
720 |
+
|
721 |
+
#: wp-cache.php:1037
|
722 |
+
msgid "Currently logging to: "
|
723 |
+
msgstr "Зараз лог записується у: "
|
724 |
+
|
725 |
+
#: wp-cache.php:1047
|
726 |
+
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."
|
727 |
+
msgstr "Виправіть проблеми з плаґіном, відлагоджуючи його тут. Він може надсилати Вам відгоджувальні листи на електротронну скриньку або зберігати інформацію у лог-файл у каталозі кешу."
|
728 |
+
|
729 |
+
#: wp-cache.php:1048
|
730 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
731 |
+
msgstr "Ведення лог-файлу простіше, але виникає проблема - очищення кешу буде очищати лог-файл."
|
732 |
+
|
733 |
+
#: wp-cache.php:1052
|
734 |
+
msgid "Debugging"
|
735 |
+
msgstr "Відлагодження"
|
736 |
+
|
737 |
+
#: wp-cache.php:1053
|
738 |
+
msgid "Logging Type"
|
739 |
+
msgstr "Тип логу"
|
740 |
+
|
741 |
+
#: wp-cache.php:1053
|
742 |
+
msgid "Email"
|
743 |
+
msgstr "Електронна скринька"
|
744 |
+
|
745 |
+
#: wp-cache.php:1054
|
746 |
+
msgid "file"
|
747 |
+
msgstr "файл"
|
748 |
+
|
749 |
+
#: wp-cache.php:1055
|
750 |
+
msgid "IP Address"
|
751 |
+
msgstr "IP-адреса"
|
752 |
+
|
753 |
+
#: wp-cache.php:1055
|
754 |
+
#, php-format
|
755 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
756 |
+
msgstr "(з цієї IP-адреси лише лог запити. Ваша IP-адреса: %s)"
|
757 |
+
|
758 |
+
#: wp-cache.php:1056
|
759 |
+
msgid "Log level"
|
760 |
+
msgstr "Рівень логу"
|
761 |
+
|
762 |
+
#: wp-cache.php:1062
|
763 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
764 |
+
msgstr "(1 = менше, 5 = більше, може викликати навантаження сервера.)"
|
765 |
+
|
766 |
+
#: wp-cache.php:1064
|
767 |
+
msgid "Advanced"
|
768 |
+
msgstr "Розширене"
|
769 |
+
|
770 |
+
#: wp-cache.php:1064
|
771 |
+
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>"
|
772 |
+
msgstr "У дуже рідкісних випадках на деяких сайтах, можуть виникнути дві проблеми:<ol><li> Головна сторінка може почати завантажуватись як Zip-файл.</li><li> Випадково кешується не та сторінка як головна, якщо Ваш сайт використовує наступну структуру постійних посилань <em>/%category%/%postname%/</em>.</li></ol>"
|
773 |
+
|
774 |
+
#: wp-cache.php:1065
|
775 |
+
#, php-format
|
776 |
+
msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
|
777 |
+
msgstr "На 99%c я впевнений, що ці помилки не стосуються плаґіну Вордпрес Супер Кеш і вони трапляються у дуже рідких випадках, але Ви можете провести просту перевірку кожних 5 хвилин, щоб запевнитися, що Ваш сайт функціонує добре. Якщо виникнуть якісь проблеми, Ви отримаєте електронне повідомлення."
|
778 |
+
|
779 |
+
#: wp-cache.php:1067
|
780 |
+
msgid "Check front page every 5 minutes."
|
781 |
+
msgstr "Перевіряти головну сторінку кожні 5 хвилин."
|
782 |
+
|
783 |
+
#: wp-cache.php:1068
|
784 |
+
msgid "Front page text"
|
785 |
+
msgstr "Текст головної сторінки"
|
786 |
+
|
787 |
+
#: wp-cache.php:1068
|
788 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
789 |
+
msgstr "Текст для пошуку на головній сторінці. Якщо цей текст відсутній, тоді кеш буде очищено. Залиште порожнім, щоб відключити."
|
790 |
+
|
791 |
+
#: wp-cache.php:1069
|
792 |
+
msgid "Clear cache on error."
|
793 |
+
msgstr "Очистити кеш при помилці."
|
794 |
+
|
795 |
+
#: wp-cache.php:1070
|
796 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
797 |
+
msgstr "Надіслати електронного листа адміністратору сайту, коли перевірку буде завершено. (корисно для тестування)"
|
798 |
+
|
799 |
+
#: wp-cache.php:1083
|
800 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
801 |
+
msgstr "Помилка: стиск GZIP ввімкнено. Якщо Ви хочете, щоб Вордпрес-Кеш працював, тоді вимкніть це."
|
802 |
+
|
803 |
+
#: wp-cache.php:1131
|
804 |
+
#: wp-cache.php:1293
|
805 |
+
msgid "Warning"
|
806 |
+
msgstr "Увага"
|
807 |
+
|
808 |
+
#: wp-cache.php:1131
|
809 |
+
msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
|
810 |
+
msgstr "Стиск GZIP ввімкнено у Вордпресі, Вордпрес-Кеш буде пропущено, поки Ви не відключите стиск GZIP."
|
811 |
+
|
812 |
+
#: wp-cache.php:1189
|
813 |
+
#: wp-cache.php:1194
|
814 |
+
#: wp-cache.php:1226
|
815 |
+
#: wp-cache.php:1231
|
816 |
+
#: wp-cache.php:1237
|
817 |
+
msgid "Error"
|
818 |
+
msgstr "Помилка"
|
819 |
+
|
820 |
+
#: wp-cache.php:1189
|
821 |
+
#, php-format
|
822 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
823 |
+
msgstr "Ваш каталог кешу (<strong>$cache_path</strong>) не існує і не може бути створений веб-сервер. Перевірте %s права доступу."
|
824 |
+
|
825 |
+
#: wp-cache.php:1194
|
826 |
+
#, php-format
|
827 |
+
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."
|
828 |
+
msgstr "Ваш каталог кешу (<strong>%1$s</strong>) або <strong>%2$s</strong> повинен мати дозвіл на запис щоб плаґін запрацював. Двічі це перевірте."
|
829 |
+
|
830 |
+
#: wp-cache.php:1226
|
831 |
+
#, php-format
|
832 |
+
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."
|
833 |
+
msgstr "Ваш конфігураційний файл Вордпрес-Кешу (<strong>%s</strong>) застарів та не доступний для запису веб-сервером. Будь ласка, видаліть його та оновіть цю сторінку."
|
834 |
+
|
835 |
+
#: wp-cache.php:1231
|
836 |
+
#, php-format
|
837 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
838 |
+
msgstr "Конфігураційний файл відсутній та папка %1$s (<strong>%2$s</strong>) не доступна для запису веб-сервером. Перевірте права доступу."
|
839 |
+
|
840 |
+
#: wp-cache.php:1237
|
841 |
+
#, php-format
|
842 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
843 |
+
msgstr "Не знайдено зразку конфігураційного файлу Вордпрес Кешу (<strong>%s</strong>). Перевірте Вашу інсталяцію."
|
844 |
+
|
845 |
+
#: wp-cache.php:1293
|
846 |
+
#, php-format
|
847 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
848 |
+
msgstr "%s/advanced-cache.php</em> не існує або не може бути оновленим."
|
849 |
+
|
850 |
+
#: wp-cache.php:1294
|
851 |
+
msgid "1. If it already exists please delete the file first."
|
852 |
+
msgstr "1. Якщо це вже існує, будь ласка, видаліть спочатку файл."
|
853 |
+
|
854 |
+
#: wp-cache.php:1295
|
855 |
+
#, php-format
|
856 |
+
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’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
857 |
+
msgstr "2. Зробіть %1$s доступною для запису, використовуючи команди CHMOD або Ваш ftp-клієнт. (<em>chmod 777 %1$s</em>) та оновіть цю сторінку. Це лише тимчасова поправка, і Вам необхідно зробити цю папку доступною для читання вкінці знову. (Змініть 777 на 755 у попередній команді)"
|
858 |
+
|
859 |
+
#: wp-cache.php:1296
|
860 |
+
#, php-format
|
861 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
862 |
+
msgstr "3. Обновіть цю сторінку, щоб оновити <em>%s/advanced-cache.php</em>"
|
863 |
+
|
864 |
+
#: wp-cache.php:1297
|
865 |
+
#, php-format
|
866 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
867 |
+
msgstr "Якщо це не працює, переконайтесь, що файл <em>%s/advanced-cache.php</em> не існує:"
|
868 |
+
|
869 |
+
#: wp-cache.php:1298
|
870 |
+
#, php-format
|
871 |
+
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>"
|
872 |
+
msgstr "<li>1. Вдкрийте <em>%1$s$wp_cache_file</em> у текстовому редакторі.</li><li>2. Змініть текст <em>CACHEHOME</em> на <em>%2$s</em></li><li>3. Збережіть файл і скопіюйте його в <em>%3$s</em> та оновіть цю сторінку.</li>"
|
873 |
+
|
874 |
+
#: wp-cache.php:1318
|
875 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
876 |
+
msgstr "<strong>Помилка: WP_CACHE не ввімкнено</strong> у Вашому <code>wp-config.php</code> файлі і я не зміг відредагувати його."
|
877 |
+
|
878 |
+
#: wp-cache.php:1319
|
879 |
+
#, php-format
|
880 |
+
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. "
|
881 |
+
msgstr "Відредагуйте код <code>%s</code> та додайте наступну стрічку:<br /> <code>define('WP_CACHE', true);</code><br /> В іншому випадку <strong>Вордпрес-Кеш не виконається</strong> за допомогою ядра Вордпресу."
|
882 |
+
|
883 |
+
#: wp-cache.php:1322
|
884 |
+
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."
|
885 |
+
msgstr "<h3>Константа WP_CACHE додана у файл wp-config.php</h3><p> Якщо Ви продовжуєте бачити це попередження, тоді дивіться пункт 5 у <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. Стрічка WP_CACHE повинна бути переміщена вгору."
|
886 |
+
|
887 |
+
#: wp-cache.php:1343
|
888 |
+
msgid "Cache Contents"
|
889 |
+
msgstr "Вміст Кешу"
|
890 |
+
|
891 |
+
#: wp-cache.php:1362
|
892 |
+
#, php-format
|
893 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
894 |
+
msgstr "Видаляється супер-кешований файл: <strong>%s</strong><br />"
|
895 |
+
|
896 |
+
#: wp-cache.php:1379
|
897 |
+
#, php-format
|
898 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
899 |
+
msgstr "Видаляється файл wp-cache: <strong>%s</strong><br />"
|
900 |
+
|
901 |
+
#: wp-cache.php:1443
|
902 |
+
msgid "WP-Cache"
|
903 |
+
msgstr "Вордпрес-Кеш"
|
904 |
+
|
905 |
+
#: wp-cache.php:1444
|
906 |
+
#: wp-cache.php:1457
|
907 |
+
#, php-format
|
908 |
+
msgid "%s Cached Pages"
|
909 |
+
msgstr "%s закешованих сторінок"
|
910 |
+
|
911 |
+
#: wp-cache.php:1445
|
912 |
+
#: wp-cache.php:1459
|
913 |
+
#, php-format
|
914 |
+
msgid "%s Expired Pages"
|
915 |
+
msgstr "%s протермінованих сторінок"
|
916 |
+
|
917 |
+
#: wp-cache.php:1456
|
918 |
+
msgid "WP-Super-Cache"
|
919 |
+
msgstr "Вордпрес-Супер-Кеш"
|
920 |
+
|
921 |
+
#: wp-cache.php:1464
|
922 |
+
msgid "Fresh WP-Cached Files"
|
923 |
+
msgstr "Свіжі Вордпрес-Закешовані файли"
|
924 |
+
|
925 |
+
#: wp-cache.php:1465
|
926 |
+
#: wp-cache.php:1481
|
927 |
+
#: wp-cache.php:1497
|
928 |
+
#: wp-cache.php:1513
|
929 |
+
msgid "URI"
|
930 |
+
msgstr "URI-шлях"
|
931 |
+
|
932 |
+
#: wp-cache.php:1465
|
933 |
+
#: wp-cache.php:1481
|
934 |
+
msgid "Key"
|
935 |
+
msgstr "Ключ"
|
936 |
+
|
937 |
+
#: wp-cache.php:1465
|
938 |
+
#: wp-cache.php:1481
|
939 |
+
#: wp-cache.php:1497
|
940 |
+
#: wp-cache.php:1513
|
941 |
+
msgid "Age"
|
942 |
+
msgstr "Вік"
|
943 |
+
|
944 |
+
#: wp-cache.php:1465
|
945 |
+
#: wp-cache.php:1481
|
946 |
+
#: wp-cache.php:1497
|
947 |
+
#: wp-cache.php:1513
|
948 |
+
msgid "Delete"
|
949 |
+
msgstr "Видалити"
|
950 |
+
|
951 |
+
#: wp-cache.php:1480
|
952 |
+
msgid "Stale WP-Cached Files"
|
953 |
+
msgstr "Протерміновані Вордпрес-Кешовані файли"
|
954 |
+
|
955 |
+
#: wp-cache.php:1496
|
956 |
+
msgid "Fresh Super Cached Files"
|
957 |
+
msgstr "Свіжі Супер Кешовані файли"
|
958 |
+
|
959 |
+
#: wp-cache.php:1512
|
960 |
+
msgid "Stale Super Cached Files"
|
961 |
+
msgstr "Протерміновані Супер Кешовані файли"
|
962 |
+
|
963 |
+
#: wp-cache.php:1528
|
964 |
+
msgid "Hide file list"
|
965 |
+
msgstr "Приховати список файлів"
|
966 |
+
|
967 |
+
#: wp-cache.php:1530
|
968 |
+
msgid "List all cached files"
|
969 |
+
msgstr "Список всіх закешованих файлів"
|
970 |
+
|
971 |
+
#: wp-cache.php:1536
|
972 |
+
#, php-format
|
973 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
974 |
+
msgstr "<strong>Збір Сміття</strong><br />Останній Збір Сміття був <strong>%s</strong> хвилин тому<br />"
|
975 |
+
|
976 |
+
#: wp-cache.php:1537
|
977 |
+
#, php-format
|
978 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
979 |
+
msgstr "Наступний збір сміття відбудеться через <strong>%s</strong> хвилин"
|
980 |
+
|
981 |
+
#: wp-cache.php:1540
|
982 |
+
#, php-format
|
983 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
984 |
+
msgstr "Протерміновані файли - це файли, що старші за %s секунд. Вони все рівно використовуються плаґіном та видаляються періодично."
|
985 |
+
|
986 |
+
#: wp-cache.php:1543
|
987 |
+
msgid "Delete Expired"
|
988 |
+
msgstr "Видалити протерміноване"
|
989 |
+
|
990 |
+
#: wp-cache.php:1549
|
991 |
+
#: wp-cache.php:1563
|
992 |
+
#: wp-cache.php:1719
|
993 |
+
msgid "Delete Cache"
|
994 |
+
msgstr "Очистити кеш"
|
995 |
+
|
996 |
+
#: wp-cache.php:1563
|
997 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
998 |
+
msgstr "Видалити закешовані файли Супер Кешу (завантажиться у новому вікні)"
|
999 |
+
|
1000 |
+
#: wp-cache.php:1695
|
1001 |
+
#, php-format
|
1002 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1003 |
+
msgstr "%1$s підтверджено Діггом і закешовано за допомогою %2$s"
|
1004 |
+
|
1005 |
+
#: wp-cache.php:1728
|
1006 |
+
#, php-format
|
1007 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1008 |
+
msgstr "Вордпрес Супер Кеш необхідно налаштувати. Перейдіть на сторінку <a href=\"%s\">адміністрування</a>, щоб ввімкнути та налаштувати плаґін."
|
1009 |
+
|
1010 |
+
#: wp-cache.php:1734
|
1011 |
+
msgid "Settings"
|
1012 |
+
msgstr "Налаштування"
|
1013 |
+
|
1014 |
+
#: wp-cache.php:1744
|
1015 |
+
#, php-format
|
1016 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1017 |
+
msgstr "Вордпрес Супер Кеш ввімкнено. Будь ласка, перейдіть на сторінку <a href=\"%s\">адміністрування плаґіну</a>, щоб ввімкнути кешування."
|
1018 |
+
|
1019 |
+
#: wp-cache.php:1763
|
1020 |
+
#, php-format
|
1021 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1022 |
+
msgstr "[%s] Головну сторінку стиснено gzipp-ом! Будь ласка, очистіть кеш!"
|
1023 |
+
|
1024 |
+
#: wp-cache.php:1763
|
1025 |
+
#, php-format
|
1026 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1027 |
+
msgstr "Будь ласка, відвідайте %s, щоб очистити кеш, тому що головна сторінка Вашого сайту зараз завантажується!"
|
1028 |
+
|
1029 |
+
#: wp-cache.php:1766
|
1030 |
+
#, php-format
|
1031 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1032 |
+
msgstr "[%s] Головну сторінку стиснено gzipp-ом! Кеш очищено!"
|
1033 |
+
|
1034 |
+
#: wp-cache.php:1766
|
1035 |
+
#, php-format
|
1036 |
+
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."
|
1037 |
+
msgstr "Кеш на Вашому сайті була очищено, тому що головна сторінка зараз завантажується. Будь ласка, відвідайте %s для перевірки того, що кеш було очищено."
|
1038 |
+
|
1039 |
+
#: wp-cache.php:1773
|
1040 |
+
#, php-format
|
1041 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1042 |
+
msgstr "[%s] Головна сторінка не правильна! Будь ласка, очистіть кеш!"
|
1043 |
+
|
1044 |
+
#: wp-cache.php:1773
|
1045 |
+
#, php-format
|
1046 |
+
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\"!"
|
1047 |
+
msgstr "Відвідайте %1$s, щоб очистити кеш, тому що головна сторінка Вашого сайту неправильна та відсутній текст, \"%2$s\"!"
|
1048 |
+
|
1049 |
+
#: wp-cache.php:1776
|
1050 |
+
#, php-format
|
1051 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1052 |
+
msgstr "[%s] Головна сторінка не правильна! Кеш очищено!"
|
1053 |
+
|
1054 |
+
#: wp-cache.php:1776
|
1055 |
+
#, php-format
|
1056 |
+
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."
|
1057 |
+
msgstr "Кеш на Вашому сайті було очищено, тому що на головній сторінці відсутній текст \"%2$s\". Відвідайте %1$s для перевірки того, що кеш було очищено."
|
1058 |
+
|
1059 |
+
#: wp-cache.php:1781
|
1060 |
+
#, php-format
|
1061 |
+
msgid "[%s] Front page check!"
|
1062 |
+
msgstr "[%s] Перевірка головної сторінки!"
|
1063 |
+
|
1064 |
+
#: wp-cache.php:1781
|
1065 |
+
#, php-format
|
1066 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1067 |
+
msgstr "Вордпрес Супер Кеш перевірив головну сторінку Вашого сайту. Будь ласка, відвідайте %s, якщо Ви хочете це відключити."
|
1068 |
+
|
languages/wp-super-cache-zh_TW.mo
ADDED
Binary file
|
languages/wp-super-cache-zh_TW.po
ADDED
@@ -0,0 +1,1068 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Super Cache (Traditional Chinese)\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: Pseric <pserics@gmail.com>\n"
|
8 |
+
"Language-Team: Pseric <pserics@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: Chinese\n"
|
13 |
+
"X-Poedit-Country: TAIWAN\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\">安全模式使用手冊</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\">安全模式使用手冊</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. WP Super Cache 外掛的某些服務,例如垃圾回收、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第16項<a href=\"%s\">疑難雜症部分</a>"
|
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 檔案。外掛必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
|
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’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 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 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’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’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’s footer)"
|
209 |
+
msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
|
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 "快取重建。當一個新檔案正在產生時傳送 suprecache 檔案給匿名使用者。推薦評論<em>非常多</em>或非常繁忙的網站使用。這個選項會讓\"直接快取網頁\"和\"鎖定模式\"失效。"
|
218 |
+
|
219 |
+
#: wp-cache.php:365
|
220 |
+
msgid "Coarse file locking. You probably don’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 "行動裝置重寫規則檢測"
|
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 刪除行動裝置重寫規則。尋找包含 \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" 字串的部份並刪除它們。"
|
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> and <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> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
|
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 真的讓你的部落格更快。<sup>*</sup>透過購買 <a href=\"%2$s\">Amazon Gift Card</a> 並把它捐贈給 \"%3$s\",讓你的部落格變得更快!那怕只是一分錢的幫助!"
|
306 |
+
|
307 |
+
#: wp-cache.php:416
|
308 |
+
#, php-format
|
309 |
+
msgid "If Amazon isn’t your thing, there’s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
|
310 |
+
msgstr "如果你沒有 Amazon,這裡也有 PayPal。點選下方的\"捐贈\"按鈕或是快速瀏覽我的<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’t go any faster but you’ll make this plugin author very happy!"
|
318 |
+
msgstr "好吧,它沒有讓我的部落格變快,但是你讓外掛的作者感到很高興!"
|
319 |
+
|
320 |
+
#: wp-cache.php:426
|
321 |
+
msgid "Don’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 "%2$s 來自各方的許多捐贈讓 %1$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\">wishes</a>,我有很多的時間來放鬆及閱讀,有空可以來逛逛。"
|
337 |
+
|
338 |
+
#: wp-cache.php:431
|
339 |
+
#, php-format
|
340 |
+
msgid "Please say hi to him on %s too!"
|
341 |
+
msgstr "在%s上向我問好!<br /><br />中文翻譯:<a href=\"http://pseric.com/\" target=\"_blank\">Pseric</a>"
|
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 & Rejected URIs"
|
363 |
+
msgstr "接受的檔案名稱 & 拒絕的URIs"
|
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"
|
372 |
+
msgstr "Super Cache 壓縮"
|
373 |
+
|
374 |
+
#: wp-cache.php:506
|
375 |
+
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
376 |
+
msgstr "在<em>半啟用</em>模式下,壓縮預設為啟用。"
|
377 |
+
|
378 |
+
#: wp-cache.php:518
|
379 |
+
#: wp-cache.php:696
|
380 |
+
msgid "Enabled"
|
381 |
+
msgstr "啟用"
|
382 |
+
|
383 |
+
#: wp-cache.php:519
|
384 |
+
#: wp-cache.php:696
|
385 |
+
msgid "Disabled"
|
386 |
+
msgstr "停用"
|
387 |
+
|
388 |
+
#: wp-cache.php:520
|
389 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
|
390 |
+
msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
|
391 |
+
|
392 |
+
#: wp-cache.php:523
|
393 |
+
msgid "Super Cache compression is now disabled."
|
394 |
+
msgstr "Super Cache 壓縮目前停用。"
|
395 |
+
|
396 |
+
#: wp-cache.php:525
|
397 |
+
msgid "Super Cache compression is now enabled."
|
398 |
+
msgstr "Super Cache 壓縮目前已啟用。"
|
399 |
+
|
400 |
+
#: wp-cache.php:527
|
401 |
+
msgid "Update Compression"
|
402 |
+
msgstr "更新壓縮"
|
403 |
+
|
404 |
+
#: wp-cache.php:534
|
405 |
+
msgid "Mod Rewrite Rules"
|
406 |
+
msgstr "Mod Rewrite 規則"
|
407 |
+
|
408 |
+
#: wp-cache.php:581
|
409 |
+
msgid "WordPress MU Detected"
|
410 |
+
msgstr "WordPress MU 檢測"
|
411 |
+
|
412 |
+
#: wp-cache.php:581
|
413 |
+
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
414 |
+
msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
|
415 |
+
|
416 |
+
#: wp-cache.php:583
|
417 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
418 |
+
msgstr "Mod Rewrite 規則無法更新!"
|
419 |
+
|
420 |
+
#: wp-cache.php:584
|
421 |
+
#, php-format
|
422 |
+
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
423 |
+
msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
|
424 |
+
|
425 |
+
#: wp-cache.php:586
|
426 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
427 |
+
msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
|
428 |
+
|
429 |
+
#: wp-cache.php:590
|
430 |
+
msgid "Thank you for upgrading."
|
431 |
+
msgstr "感謝升級。"
|
432 |
+
|
433 |
+
#: wp-cache.php:590
|
434 |
+
#, php-format
|
435 |
+
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
436 |
+
msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
|
437 |
+
|
438 |
+
#: wp-cache.php:594
|
439 |
+
msgid "Trailing slash check required."
|
440 |
+
msgstr "尾端斜線的檢查是必須的。"
|
441 |
+
|
442 |
+
#: wp-cache.php:594
|
443 |
+
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
444 |
+
msgstr "看起來你的部落格URLs以\"/\"結束。不幸地在你安裝這個外掛後,在URLs不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
|
445 |
+
|
446 |
+
#: wp-cache.php:596
|
447 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
448 |
+
msgstr "你可以看到規則去向,透過點選下方的\"查看 mod_rewrite 規則\"連結來看到完整的規則"
|
449 |
+
|
450 |
+
#: wp-cache.php:608
|
451 |
+
msgid "Cannot update .htaccess"
|
452 |
+
msgstr "無法更新 .htaccess"
|
453 |
+
|
454 |
+
#: wp-cache.php:608
|
455 |
+
#, php-format
|
456 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
457 |
+
msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
|
458 |
+
|
459 |
+
#: wp-cache.php:608
|
460 |
+
msgid "Refresh this page when the file permissions have been modified."
|
461 |
+
msgstr "在權限修改後請重新整理這個頁面。"
|
462 |
+
|
463 |
+
#: wp-cache.php:608
|
464 |
+
#, php-format
|
465 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
466 |
+
msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
|
467 |
+
|
468 |
+
#: wp-cache.php:611
|
469 |
+
#, php-format
|
470 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
471 |
+
msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
|
472 |
+
|
473 |
+
#: wp-cache.php:613
|
474 |
+
msgid "You must edit the file yourself add the following rules."
|
475 |
+
msgstr "你必須自行編輯並新增以下規則。"
|
476 |
+
|
477 |
+
#: wp-cache.php:615
|
478 |
+
msgid "You can edit the file yourself add the following rules."
|
479 |
+
msgstr "你可以自行編輯並新增以下規則。"
|
480 |
+
|
481 |
+
#: wp-cache.php:617
|
482 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
483 |
+
msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
|
484 |
+
|
485 |
+
#: wp-cache.php:619
|
486 |
+
#: wp-cache.php:646
|
487 |
+
#, php-format
|
488 |
+
msgid "Rules must be added to %s too:"
|
489 |
+
msgstr "規則也必須新增到%s:"
|
490 |
+
|
491 |
+
#: wp-cache.php:624
|
492 |
+
msgid "Update Mod_Rewrite Rules"
|
493 |
+
msgstr "更新 Mod_Rewrite 規則"
|
494 |
+
|
495 |
+
#: wp-cache.php:633
|
496 |
+
msgid "Mod Rewrite rules updated!"
|
497 |
+
msgstr "Mod Rewrite 規則已更新!"
|
498 |
+
|
499 |
+
#: wp-cache.php:634
|
500 |
+
#, php-format
|
501 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
502 |
+
msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
|
503 |
+
|
504 |
+
#: wp-cache.php:636
|
505 |
+
msgid "Mod Rewrite rules must be updated!"
|
506 |
+
msgstr "Mod Rewrite 規則必須更新!"
|
507 |
+
|
508 |
+
#: wp-cache.php:637
|
509 |
+
#, php-format
|
510 |
+
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
511 |
+
msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在 WordPress 規則之上,如下面的原始碼所示:"
|
512 |
+
|
513 |
+
#: wp-cache.php:642
|
514 |
+
#, php-format
|
515 |
+
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
516 |
+
msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
|
517 |
+
|
518 |
+
#: wp-cache.php:643
|
519 |
+
msgid "View Mod_Rewrite Rules"
|
520 |
+
msgstr "查看 Mod_Rewrite 規則"
|
521 |
+
|
522 |
+
#: wp-cache.php:654
|
523 |
+
#, php-format
|
524 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
525 |
+
msgstr "%s.htaccess上Gzip規則建立。"
|
526 |
+
|
527 |
+
#: wp-cache.php:661
|
528 |
+
msgid "Fix Configuration"
|
529 |
+
msgstr "修復設定"
|
530 |
+
|
531 |
+
#: wp-cache.php:664
|
532 |
+
msgid "Restore Default Configuration"
|
533 |
+
msgstr "還原到預設選項"
|
534 |
+
|
535 |
+
#: wp-cache.php:672
|
536 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
537 |
+
msgstr "評論審核已啟用。你的評論可能需要一些時間才會顯示。"
|
538 |
+
|
539 |
+
#: wp-cache.php:696
|
540 |
+
msgid "Lock Down:"
|
541 |
+
msgstr "鎖定:"
|
542 |
+
|
543 |
+
#: wp-cache.php:697
|
544 |
+
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
545 |
+
msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新評論將不會更新靜態快取檔案。"
|
546 |
+
|
547 |
+
#: wp-cache.php:698
|
548 |
+
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
549 |
+
msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
|
550 |
+
|
551 |
+
#: wp-cache.php:700
|
552 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
553 |
+
msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
|
554 |
+
|
555 |
+
#: wp-cache.php:704
|
556 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
557 |
+
msgstr "WordPress 已鎖定。新的評論產生時將不會刪除 Super Cache 靜態快取檔案。"
|
558 |
+
|
559 |
+
#: wp-cache.php:706
|
560 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
561 |
+
msgstr "WordPress 未鎖定。新的評論產生時將會正常更新 Super Cache 靜態快取檔案。"
|
562 |
+
|
563 |
+
#: wp-cache.php:712
|
564 |
+
msgid "Lock Down"
|
565 |
+
msgstr "鎖定"
|
566 |
+
|
567 |
+
#: wp-cache.php:720
|
568 |
+
msgid "Directly Cached Files"
|
569 |
+
msgstr "直接快取檔案"
|
570 |
+
|
571 |
+
#: wp-cache.php:778
|
572 |
+
#, php-format
|
573 |
+
msgid "%s removed!"
|
574 |
+
msgstr "%s 已移除!"
|
575 |
+
|
576 |
+
#: wp-cache.php:786
|
577 |
+
#, php-format
|
578 |
+
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
579 |
+
msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
|
580 |
+
|
581 |
+
#: wp-cache.php:788
|
582 |
+
#, php-format
|
583 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
584 |
+
msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
|
585 |
+
|
586 |
+
#: wp-cache.php:802
|
587 |
+
msgid "Existing direct page"
|
588 |
+
msgstr "已存在的直接頁面"
|
589 |
+
|
590 |
+
#: wp-cache.php:802
|
591 |
+
msgid "Delete cached file"
|
592 |
+
msgstr "刪除快取檔案"
|
593 |
+
|
594 |
+
#: wp-cache.php:807
|
595 |
+
msgid "Add direct page:"
|
596 |
+
msgstr "新增直接頁面:"
|
597 |
+
|
598 |
+
#: wp-cache.php:809
|
599 |
+
#, php-format
|
600 |
+
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
601 |
+
msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
|
602 |
+
|
603 |
+
#: wp-cache.php:811
|
604 |
+
#, php-format
|
605 |
+
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
606 |
+
msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
|
607 |
+
|
608 |
+
#: wp-cache.php:812
|
609 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
610 |
+
msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
|
611 |
+
|
612 |
+
#: wp-cache.php:817
|
613 |
+
msgid "Update Direct Pages"
|
614 |
+
msgstr "更新直接頁面"
|
615 |
+
|
616 |
+
#: wp-cache.php:857
|
617 |
+
msgid "Expiry Time & Garbage Collection"
|
618 |
+
msgstr "過期時間 & 垃圾收集"
|
619 |
+
|
620 |
+
#: wp-cache.php:859
|
621 |
+
msgid "Expire time:"
|
622 |
+
msgstr "過期時間:"
|
623 |
+
|
624 |
+
#: wp-cache.php:860
|
625 |
+
msgid "seconds"
|
626 |
+
msgstr "秒"
|
627 |
+
|
628 |
+
#: wp-cache.php:861
|
629 |
+
msgid "Garbage Collection"
|
630 |
+
msgstr "垃圾收集"
|
631 |
+
|
632 |
+
#: wp-cache.php:861
|
633 |
+
msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
634 |
+
msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在預設到期時間的10秒後進行清理。"
|
635 |
+
|
636 |
+
#: wp-cache.php:862
|
637 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
|
638 |
+
msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡一樣不是個好辦法。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
|
639 |
+
|
640 |
+
#: wp-cache.php:863
|
641 |
+
msgid "Change Expiration"
|
642 |
+
msgstr "變更過期時間"
|
643 |
+
|
644 |
+
#: wp-cache.php:902
|
645 |
+
msgid "Rejected User Agents"
|
646 |
+
msgstr "被拒絕的使用者代理(User Agents)"
|
647 |
+
|
648 |
+
#: wp-cache.php:903
|
649 |
+
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
650 |
+
msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
|
651 |
+
|
652 |
+
#: wp-cache.php:910
|
653 |
+
msgid "Save UA Strings"
|
654 |
+
msgstr "儲存UA字串"
|
655 |
+
|
656 |
+
#: wp-cache.php:933
|
657 |
+
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
658 |
+
msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加標籤</a>文件對每個類型的完整討論。"
|
659 |
+
|
660 |
+
#: wp-cache.php:936
|
661 |
+
msgid "Single Posts"
|
662 |
+
msgstr "單篇文章"
|
663 |
+
|
664 |
+
#: wp-cache.php:937
|
665 |
+
msgid "Pages"
|
666 |
+
msgstr "網誌分頁"
|
667 |
+
|
668 |
+
#: wp-cache.php:938
|
669 |
+
msgid "Front Page"
|
670 |
+
msgstr "首頁"
|
671 |
+
|
672 |
+
#: wp-cache.php:939
|
673 |
+
msgid "Home"
|
674 |
+
msgstr "主頁"
|
675 |
+
|
676 |
+
#: wp-cache.php:940
|
677 |
+
msgid "Archives"
|
678 |
+
msgstr "存檔"
|
679 |
+
|
680 |
+
#: wp-cache.php:941
|
681 |
+
msgid "Tags"
|
682 |
+
msgstr "標籤"
|
683 |
+
|
684 |
+
#: wp-cache.php:942
|
685 |
+
msgid "Category"
|
686 |
+
msgstr "分類"
|
687 |
+
|
688 |
+
#: wp-cache.php:943
|
689 |
+
msgid "Feeds"
|
690 |
+
msgstr "訂閱"
|
691 |
+
|
692 |
+
#: wp-cache.php:944
|
693 |
+
msgid "Search Pages"
|
694 |
+
msgstr "搜尋頁面"
|
695 |
+
|
696 |
+
#: wp-cache.php:946
|
697 |
+
#: wp-cache.php:1073
|
698 |
+
msgid "Save"
|
699 |
+
msgstr "儲存"
|
700 |
+
|
701 |
+
#: wp-cache.php:963
|
702 |
+
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
703 |
+
msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URLs中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 ’/2004/’ 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
|
704 |
+
|
705 |
+
#: wp-cache.php:969
|
706 |
+
msgid "Save Strings"
|
707 |
+
msgstr "儲存字串"
|
708 |
+
|
709 |
+
#: wp-cache.php:985
|
710 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
711 |
+
msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
|
712 |
+
|
713 |
+
#: wp-cache.php:991
|
714 |
+
msgid "Save Files"
|
715 |
+
msgstr "儲存檔案"
|
716 |
+
|
717 |
+
#: wp-cache.php:1035
|
718 |
+
msgid "Debug Settings"
|
719 |
+
msgstr "除錯設定"
|
720 |
+
|
721 |
+
#: wp-cache.php:1037
|
722 |
+
msgid "Currently logging to: "
|
723 |
+
msgstr "當前記錄到:"
|
724 |
+
|
725 |
+
#: wp-cache.php:1047
|
726 |
+
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."
|
727 |
+
msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
|
728 |
+
|
729 |
+
#: wp-cache.php:1048
|
730 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
731 |
+
msgstr "記錄一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
|
732 |
+
|
733 |
+
#: wp-cache.php:1052
|
734 |
+
msgid "Debugging"
|
735 |
+
msgstr "除錯"
|
736 |
+
|
737 |
+
#: wp-cache.php:1053
|
738 |
+
msgid "Logging Type"
|
739 |
+
msgstr "記錄種類"
|
740 |
+
|
741 |
+
#: wp-cache.php:1053
|
742 |
+
msgid "Email"
|
743 |
+
msgstr "電子郵件"
|
744 |
+
|
745 |
+
#: wp-cache.php:1054
|
746 |
+
msgid "file"
|
747 |
+
msgstr "檔案"
|
748 |
+
|
749 |
+
#: wp-cache.php:1055
|
750 |
+
msgid "IP Address"
|
751 |
+
msgstr "IP位址"
|
752 |
+
|
753 |
+
#: wp-cache.php:1055
|
754 |
+
#, php-format
|
755 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
756 |
+
msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
|
757 |
+
|
758 |
+
#: wp-cache.php:1056
|
759 |
+
msgid "Log level"
|
760 |
+
msgstr "記錄等級"
|
761 |
+
|
762 |
+
#: wp-cache.php:1062
|
763 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
764 |
+
msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
|
765 |
+
|
766 |
+
#: wp-cache.php:1064
|
767 |
+
msgid "Advanced"
|
768 |
+
msgstr "進階選項"
|
769 |
+
|
770 |
+
#: wp-cache.php:1064
|
771 |
+
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>"
|
772 |
+
msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
|
773 |
+
|
774 |
+
#: wp-cache.php:1065
|
775 |
+
#, php-format
|
776 |
+
msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
|
777 |
+
msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
|
778 |
+
|
779 |
+
#: wp-cache.php:1067
|
780 |
+
msgid "Check front page every 5 minutes."
|
781 |
+
msgstr "每五分鐘檢查首頁"
|
782 |
+
|
783 |
+
#: wp-cache.php:1068
|
784 |
+
msgid "Front page text"
|
785 |
+
msgstr "首頁文字"
|
786 |
+
|
787 |
+
#: wp-cache.php:1068
|
788 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
789 |
+
msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
|
790 |
+
|
791 |
+
#: wp-cache.php:1069
|
792 |
+
msgid "Clear cache on error."
|
793 |
+
msgstr "清除快取時發生錯誤。"
|
794 |
+
|
795 |
+
#: wp-cache.php:1070
|
796 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
797 |
+
msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
|
798 |
+
|
799 |
+
#: wp-cache.php:1083
|
800 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
801 |
+
msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
|
802 |
+
|
803 |
+
#: wp-cache.php:1131
|
804 |
+
#: wp-cache.php:1293
|
805 |
+
msgid "Warning"
|
806 |
+
msgstr "警告"
|
807 |
+
|
808 |
+
#: wp-cache.php:1131
|
809 |
+
msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
|
810 |
+
msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
|
811 |
+
|
812 |
+
#: wp-cache.php:1189
|
813 |
+
#: wp-cache.php:1194
|
814 |
+
#: wp-cache.php:1226
|
815 |
+
#: wp-cache.php:1231
|
816 |
+
#: wp-cache.php:1237
|
817 |
+
msgid "Error"
|
818 |
+
msgstr "錯誤"
|
819 |
+
|
820 |
+
#: wp-cache.php:1189
|
821 |
+
#, php-format
|
822 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
823 |
+
msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
|
824 |
+
|
825 |
+
#: wp-cache.php:1194
|
826 |
+
#, php-format
|
827 |
+
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."
|
828 |
+
msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
|
829 |
+
|
830 |
+
#: wp-cache.php:1226
|
831 |
+
#, php-format
|
832 |
+
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."
|
833 |
+
msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
|
834 |
+
|
835 |
+
#: wp-cache.php:1231
|
836 |
+
#, php-format
|
837 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
838 |
+
msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
|
839 |
+
|
840 |
+
#: wp-cache.php:1237
|
841 |
+
#, php-format
|
842 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
843 |
+
msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
|
844 |
+
|
845 |
+
#: wp-cache.php:1293
|
846 |
+
#, php-format
|
847 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
848 |
+
msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
|
849 |
+
|
850 |
+
#: wp-cache.php:1294
|
851 |
+
msgid "1. If it already exists please delete the file first."
|
852 |
+
msgstr "1. 如果它已經存在,請先刪除。"
|
853 |
+
|
854 |
+
#: wp-cache.php:1295
|
855 |
+
#, php-format
|
856 |
+
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’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
857 |
+
msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
|
858 |
+
|
859 |
+
#: wp-cache.php:1296
|
860 |
+
#, php-format
|
861 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
862 |
+
msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
|
863 |
+
|
864 |
+
#: wp-cache.php:1297
|
865 |
+
#, php-format
|
866 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
867 |
+
msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
|
868 |
+
|
869 |
+
#: wp-cache.php:1298
|
870 |
+
#, php-format
|
871 |
+
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>"
|
872 |
+
msgstr "<li>1. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>"
|
873 |
+
|
874 |
+
#: wp-cache.php:1318
|
875 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
876 |
+
msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
|
877 |
+
|
878 |
+
#: wp-cache.php:1319
|
879 |
+
#, php-format
|
880 |
+
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. "
|
881 |
+
msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
|
882 |
+
|
883 |
+
#: wp-cache.php:1322
|
884 |
+
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."
|
885 |
+
msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
|
886 |
+
|
887 |
+
#: wp-cache.php:1343
|
888 |
+
msgid "Cache Contents"
|
889 |
+
msgstr "快取內容"
|
890 |
+
|
891 |
+
#: wp-cache.php:1362
|
892 |
+
#, php-format
|
893 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
894 |
+
msgstr "刪除supercache檔案:<strong>%s</strong><br />"
|
895 |
+
|
896 |
+
#: wp-cache.php:1379
|
897 |
+
#, php-format
|
898 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
899 |
+
msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
|
900 |
+
|
901 |
+
#: wp-cache.php:1443
|
902 |
+
msgid "WP-Cache"
|
903 |
+
msgstr "WP-Cache"
|
904 |
+
|
905 |
+
#: wp-cache.php:1444
|
906 |
+
#: wp-cache.php:1457
|
907 |
+
#, php-format
|
908 |
+
msgid "%s Cached Pages"
|
909 |
+
msgstr "%s 個頁面已快取"
|
910 |
+
|
911 |
+
#: wp-cache.php:1445
|
912 |
+
#: wp-cache.php:1459
|
913 |
+
#, php-format
|
914 |
+
msgid "%s Expired Pages"
|
915 |
+
msgstr "%s 個頁面已過期"
|
916 |
+
|
917 |
+
#: wp-cache.php:1456
|
918 |
+
msgid "WP-Super-Cache"
|
919 |
+
msgstr "WP-Super-Cache"
|
920 |
+
|
921 |
+
#: wp-cache.php:1464
|
922 |
+
msgid "Fresh WP-Cached Files"
|
923 |
+
msgstr "新的 WP-Cached 檔案"
|
924 |
+
|
925 |
+
#: wp-cache.php:1465
|
926 |
+
#: wp-cache.php:1481
|
927 |
+
#: wp-cache.php:1497
|
928 |
+
#: wp-cache.php:1513
|
929 |
+
msgid "URI"
|
930 |
+
msgstr "URI 網址"
|
931 |
+
|
932 |
+
#: wp-cache.php:1465
|
933 |
+
#: wp-cache.php:1481
|
934 |
+
msgid "Key"
|
935 |
+
msgstr "關鍵字"
|
936 |
+
|
937 |
+
#: wp-cache.php:1465
|
938 |
+
#: wp-cache.php:1481
|
939 |
+
#: wp-cache.php:1497
|
940 |
+
#: wp-cache.php:1513
|
941 |
+
msgid "Age"
|
942 |
+
msgstr "年"
|
943 |
+
|
944 |
+
#: wp-cache.php:1465
|
945 |
+
#: wp-cache.php:1481
|
946 |
+
#: wp-cache.php:1497
|
947 |
+
#: wp-cache.php:1513
|
948 |
+
msgid "Delete"
|
949 |
+
msgstr "刪除"
|
950 |
+
|
951 |
+
#: wp-cache.php:1480
|
952 |
+
msgid "Stale WP-Cached Files"
|
953 |
+
msgstr "舊的 WP-Cached 檔案"
|
954 |
+
|
955 |
+
#: wp-cache.php:1496
|
956 |
+
msgid "Fresh Super Cached Files"
|
957 |
+
msgstr "新的 Super Cached 檔案"
|
958 |
+
|
959 |
+
#: wp-cache.php:1512
|
960 |
+
msgid "Stale Super Cached Files"
|
961 |
+
msgstr "舊的 Super Cached 檔案"
|
962 |
+
|
963 |
+
#: wp-cache.php:1528
|
964 |
+
msgid "Hide file list"
|
965 |
+
msgstr "隱藏檔案清單"
|
966 |
+
|
967 |
+
#: wp-cache.php:1530
|
968 |
+
msgid "List all cached files"
|
969 |
+
msgstr "列出所有快取檔案"
|
970 |
+
|
971 |
+
#: wp-cache.php:1536
|
972 |
+
#, php-format
|
973 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
974 |
+
msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
|
975 |
+
|
976 |
+
#: wp-cache.php:1537
|
977 |
+
#, php-format
|
978 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
979 |
+
msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
|
980 |
+
|
981 |
+
#: wp-cache.php:1540
|
982 |
+
#, php-format
|
983 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
984 |
+
msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
|
985 |
+
|
986 |
+
#: wp-cache.php:1543
|
987 |
+
msgid "Delete Expired"
|
988 |
+
msgstr "刪除過期檔案"
|
989 |
+
|
990 |
+
#: wp-cache.php:1549
|
991 |
+
#: wp-cache.php:1563
|
992 |
+
#: wp-cache.php:1719
|
993 |
+
msgid "Delete Cache"
|
994 |
+
msgstr "刪除快取"
|
995 |
+
|
996 |
+
#: wp-cache.php:1563
|
997 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
998 |
+
msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
|
999 |
+
|
1000 |
+
#: wp-cache.php:1695
|
1001 |
+
#, php-format
|
1002 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1003 |
+
msgstr "%1$s 使用的快取程式為 %2$s"
|
1004 |
+
|
1005 |
+
#: wp-cache.php:1728
|
1006 |
+
#, php-format
|
1007 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1008 |
+
msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
|
1009 |
+
|
1010 |
+
#: wp-cache.php:1734
|
1011 |
+
msgid "Settings"
|
1012 |
+
msgstr "設定"
|
1013 |
+
|
1014 |
+
#: wp-cache.php:1744
|
1015 |
+
#, php-format
|
1016 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1017 |
+
msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
|
1018 |
+
|
1019 |
+
#: wp-cache.php:1763
|
1020 |
+
#, php-format
|
1021 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1022 |
+
msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
|
1023 |
+
|
1024 |
+
#: wp-cache.php:1763
|
1025 |
+
#, php-format
|
1026 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1027 |
+
msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
|
1028 |
+
|
1029 |
+
#: wp-cache.php:1766
|
1030 |
+
#, php-format
|
1031 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1032 |
+
msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
|
1033 |
+
|
1034 |
+
#: wp-cache.php:1766
|
1035 |
+
#, php-format
|
1036 |
+
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."
|
1037 |
+
msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
|
1038 |
+
|
1039 |
+
#: wp-cache.php:1773
|
1040 |
+
#, php-format
|
1041 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1042 |
+
msgstr "[%s] 首頁不正確!請清除快取!"
|
1043 |
+
|
1044 |
+
#: wp-cache.php:1773
|
1045 |
+
#, php-format
|
1046 |
+
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\"!"
|
1047 |
+
msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
|
1048 |
+
|
1049 |
+
#: wp-cache.php:1776
|
1050 |
+
#, php-format
|
1051 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1052 |
+
msgstr "[%s] 首頁不正確!快取已清除!"
|
1053 |
+
|
1054 |
+
#: wp-cache.php:1776
|
1055 |
+
#, php-format
|
1056 |
+
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."
|
1057 |
+
msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
|
1058 |
+
|
1059 |
+
#: wp-cache.php:1781
|
1060 |
+
#, php-format
|
1061 |
+
msgid "[%s] Front page check!"
|
1062 |
+
msgstr "[%s] 首頁檢查!"
|
1063 |
+
|
1064 |
+
#: wp-cache.php:1781
|
1065 |
+
#, php-format
|
1066 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1067 |
+
msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
|
1068 |
+
|
plugins/badbehaviour.php
CHANGED
@@ -57,8 +57,7 @@ function wp_supercache_badbehaviour_admin() {
|
|
57 |
$bb_status = __( 'enabled', 'wp-super-cache' );
|
58 |
wp_super_cache_disable();
|
59 |
}
|
60 |
-
echo '<strong>' . sprintf( __( 'Bad Behaviour support is %s', 'wp-super-cache' ), $bb_status );
|
61 |
-
echo '.</strong>';
|
62 |
printf( __( '(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/") ', 'wp-super-cache' ), WP_CONTENT_DIR );
|
63 |
if( $cache_badbehaviour == 0 ) {
|
64 |
echo '<input type="submit" name="cache_badbehaviour" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
|
57 |
$bb_status = __( 'enabled', 'wp-super-cache' );
|
58 |
wp_super_cache_disable();
|
59 |
}
|
60 |
+
echo '<strong>' . sprintf( __( 'Bad Behaviour support is %s.', 'wp-super-cache' ), $bb_status ) . '</strong>';
|
|
|
61 |
printf( __( '(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/") ', 'wp-super-cache' ), WP_CONTENT_DIR );
|
62 |
if( $cache_badbehaviour == 0 ) {
|
63 |
echo '<input type="submit" name="cache_badbehaviour" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
|
plugins/searchengine.php
CHANGED
@@ -68,8 +68,8 @@ function wp_supercache_searchengine_admin() {
|
|
68 |
} else {
|
69 |
$status = __( 'enabled', 'wp-super-cache' );
|
70 |
}
|
71 |
-
echo '<strong>' . sprintf( __( '<a href="http://ocaoimh.ie/no-adverts-for-friends/">No Adverts for Friends</a> plugin is %s', 'wp-super-cache' ), $status );
|
72 |
-
echo '
|
73 |
if( $cache_no_adverts_for_friends == 'no' ) {
|
74 |
echo '<input type="submit" name="cache_no_adverts_for_friends" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
|
75 |
} else {
|
68 |
} else {
|
69 |
$status = __( 'enabled', 'wp-super-cache' );
|
70 |
}
|
71 |
+
echo '<strong>' . sprintf( __( '<a href="http://ocaoimh.ie/no-adverts-for-friends/">No Adverts for Friends</a> plugin is %s.', 'wp-super-cache' ), $status );
|
72 |
+
echo '</strong> ' . __( '(requires <a href="http://ocaoimh.ie/no-adverts-for-friends/">friendsadverts.php</a> too) ', 'wp-super-cache' );
|
73 |
if( $cache_no_adverts_for_friends == 'no' ) {
|
74 |
echo '<input type="submit" name="cache_no_adverts_for_friends" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
|
75 |
} else {
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== WP Super Cache ===
|
2 |
Contributors: donncha
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
-
Tested up to: 2.
|
5 |
-
Stable tag: 0.9.
|
6 |
Requires at least: 2.6
|
7 |
Donate link: http://ocaoimh.ie/gad/
|
8 |
|
@@ -22,12 +22,33 @@ The static html files will be served to the vast majority of your users, but bec
|
|
22 |
If for some reason "supercaching" doesn't work on your server then don't worry. Caching will still be performed, but every request will require loading the PHP engine. In normal circumstances this isn't bad at all. Visitors to your site will notice no slowdown or difference. Supercache really comes into it's own if your server is underpowered, or you're experiencing heavy traffic.
|
23 |
Super Cached html files will be served more quickly than PHP generated cached files but in every day use, the difference isn't noticeable.
|
24 |
|
25 |
-
See the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) for further information.
|
26 |
|
27 |
The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is a good place to start if you want to know what has changed since you last downloaded the plugin.
|
28 |
|
|
|
|
|
|
|
|
|
|
|
29 |
== Changelog ==
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
= 0.9.8 =
|
32 |
* Added Spanish translation by Omi.
|
33 |
* Added Italian translation by Gianni Diurno.
|
@@ -104,7 +125,7 @@ The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is
|
|
104 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
105 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
106 |
`RewriteCond %{HTTP:Accept-Encoding} gzip`
|
107 |
-
`RewriteCond %{
|
108 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
|
109 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
|
110 |
|
@@ -112,7 +133,7 @@ The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is
|
|
112 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
113 |
`RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
|
114 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
115 |
-
`RewriteCond %{
|
116 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
|
117 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
|
118 |
|
@@ -183,6 +204,12 @@ To manually uninstall:
|
|
183 |
|
184 |
View the source of any page on your site. When a page is first created, you'll see the text "Dynamic page generated in XXXX seconds." and "Cached page generated by WP-Super-Cache on YYYY-MM-DD HH:MM:SS" at the end of the source code. On reload, a cached page will show the same timestamp so wait a few seconds before checking.
|
185 |
In "HALF-ON" mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. WP-Cache (PHP) cached pages will have the header "WP-Super-Cache: WP-Cache". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
= Why is WP-Super-Cache better than WP-Cache? =
|
188 |
|
@@ -190,7 +217,7 @@ This plugin is based on the excellent WP-Cache plugin and therefore brings all t
|
|
190 |
|
191 |
= Will comments and other dynamic parts of my blog update immediately? =
|
192 |
|
193 |
-
Comments will show as soon as they are moderated, depending on the comment policy of the blog owner. Other dynamic elements on a page may not update unless they are written in Javascript, Flash, Java or another client side browser language. The plugin really produces static html pages. No PHP is executed when those pages are served. "Popularity Contest" is one such plugin that will not work.
|
194 |
|
195 |
= Will the Super Cache compression slow down my server? =
|
196 |
|
@@ -275,6 +302,13 @@ A line like "127.0.0.1 localhost localhost.localdomain" is ok.
|
|
275 |
20. If supercache cache files are generated but not served, check the permissions on all your wp-content/cache/supercache folders (and each of wp-content cache and supercache folders) and wp-content/cache/.htaccess. If your PHP runs as a different user to Apache and permissions are strict Apache may not be able to read the PHP generated cache files. To fix you must add the following line to your wp-config.php (Add it above the WP_CACHE define.) Then clear your cache.
|
276 |
|
277 |
`umask( 0022 );`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
== Custom Caching ==
|
280 |
It is now possible to hook into the caching process using the add_cacheaction() function.
|
1 |
=== WP Super Cache ===
|
2 |
Contributors: donncha
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
+
Tested up to: 2.9.1
|
5 |
+
Stable tag: 0.9.9
|
6 |
Requires at least: 2.6
|
7 |
Donate link: http://ocaoimh.ie/gad/
|
8 |
|
22 |
If for some reason "supercaching" doesn't work on your server then don't worry. Caching will still be performed, but every request will require loading the PHP engine. In normal circumstances this isn't bad at all. Visitors to your site will notice no slowdown or difference. Supercache really comes into it's own if your server is underpowered, or you're experiencing heavy traffic.
|
23 |
Super Cached html files will be served more quickly than PHP generated cached files but in every day use, the difference isn't noticeable.
|
24 |
|
25 |
+
See the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) for further information. [Developer documentation](http://ocaoimh.ie/wp-super-cache-developers/) is also available for those who need to interact with the cache or write plugins.
|
26 |
|
27 |
The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is a good place to start if you want to know what has changed since you last downloaded the plugin.
|
28 |
|
29 |
+
== Upgrade Notice ==
|
30 |
+
|
31 |
+
= 0.9.9 =
|
32 |
+
Experimental object cache support, better WP Mobile Edition support, new translations, bugfixes, workarounds for broken .htaccess rules.
|
33 |
+
|
34 |
== Changelog ==
|
35 |
|
36 |
+
= 0.9.9 =
|
37 |
+
* Added experimental object cache support.
|
38 |
+
* Added Chinese(Traditional) translation by Pseric.
|
39 |
+
* Added FAQ on WP-Cache vs Supercache files.
|
40 |
+
* Use Supercache file if WP-Cache file not found. Useful if mod_rewrite rules are broken or not working.
|
41 |
+
* Get mobile browser list from WP Mobile Edition if found. Warn user if .htaccess out of date.
|
42 |
+
* Make sure writer lock is unlocked after writing cache files.
|
43 |
+
* Added link to developer docs in readme.
|
44 |
+
* Added Ukranian translation by Vitaly Mylo.
|
45 |
+
* Added Upgrade Notice section to readme.
|
46 |
+
* Warn if zlib compression in PHP is enabled.
|
47 |
+
* Added compression troubleshooting answer. Props Vladimir (http://blog.sjinks.pro/)
|
48 |
+
* Added Japanese translation by Tai (http://tekapo.com/)
|
49 |
+
* Updated Italian translation.
|
50 |
+
* Link to WP Mobile Edition from admin page for mobile support.
|
51 |
+
|
52 |
= 0.9.8 =
|
53 |
* Added Spanish translation by Omi.
|
54 |
* Added Italian translation by Gianni Diurno.
|
125 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
126 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
127 |
`RewriteCond %{HTTP:Accept-Encoding} gzip`
|
128 |
+
`RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
|
129 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
|
130 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
|
131 |
|
133 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
134 |
`RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
|
135 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
136 |
+
`RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
|
137 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
|
138 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
|
139 |
|
204 |
|
205 |
View the source of any page on your site. When a page is first created, you'll see the text "Dynamic page generated in XXXX seconds." and "Cached page generated by WP-Super-Cache on YYYY-MM-DD HH:MM:SS" at the end of the source code. On reload, a cached page will show the same timestamp so wait a few seconds before checking.
|
206 |
In "HALF-ON" mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. WP-Cache (PHP) cached pages will have the header "WP-Super-Cache: WP-Cache". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
|
207 |
+
If the plugin rules are missing from your .htaccess file, the plugin will attempt to serve the super cached page if it's found. The header "WP-Cache: Served supercache file from PHP" if this happens.
|
208 |
+
|
209 |
+
= WP-Cache vs Supercache files =
|
210 |
+
|
211 |
+
WP-Cache files are stored in wp-content/cache/ (or on MU sites in a blogs sub directory) and are named wp-cache-XXXXXXXXXXXXXXXXX.html. Associated meta files are stored in a meta sub directory. Those files contain information about the cached file.
|
212 |
+
Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNAME is your domain name. The files are stored in directories matching your site's permalink structure.
|
213 |
|
214 |
= Why is WP-Super-Cache better than WP-Cache? =
|
215 |
|
217 |
|
218 |
= Will comments and other dynamic parts of my blog update immediately? =
|
219 |
|
220 |
+
Comments will show as soon as they are moderated, depending on the comment policy of the blog owner. Other dynamic elements on a page may not update unless they are written in Javascript, Flash, Java or another client side browser language. The plugin really produces static html pages. No PHP is executed when those pages are served. "Popularity Contest" is one such plugin that will not work.
|
221 |
|
222 |
= Will the Super Cache compression slow down my server? =
|
223 |
|
302 |
20. If supercache cache files are generated but not served, check the permissions on all your wp-content/cache/supercache folders (and each of wp-content cache and supercache folders) and wp-content/cache/.htaccess. If your PHP runs as a different user to Apache and permissions are strict Apache may not be able to read the PHP generated cache files. To fix you must add the following line to your wp-config.php (Add it above the WP_CACHE define.) Then clear your cache.
|
303 |
|
304 |
`umask( 0022 );`
|
305 |
+
21. If you see garbage in your browser after enabling compression in the plugin, compression may already be enabled in your web server. In Apache you must disable mod_deflate, or in PHP zlib compression may be enabled. You can disable that in three ways. If you have root access, edit your php.ini and find the zlib.output_compression setting and make sure it's "Off" or add this line to your .htaccess:
|
306 |
+
|
307 |
+
`php_flag zlib.output_compression off`
|
308 |
+
|
309 |
+
If that doesn't work, add this line to your wp-config.php:
|
310 |
+
|
311 |
+
`ini_set('zlib.output_compression', 0);`
|
312 |
|
313 |
== Custom Caching ==
|
314 |
It is now possible to hook into the caching process using the add_cacheaction() function.
|
wp-cache-config-sample.php
CHANGED
@@ -46,7 +46,6 @@ $cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp'
|
|
46 |
|
47 |
$cache_rebuild_files = 1;
|
48 |
|
49 |
-
|
50 |
// Disable the file locking system.
|
51 |
// If you are experiencing problems with clearing or creating cache files
|
52 |
// uncommenting this may help.
|
@@ -72,8 +71,34 @@ $wp_cache_shutdown_gc = 0;
|
|
72 |
$wp_super_cache_late_init = 0;
|
73 |
|
74 |
// uncomment the next line to enable advanced debugging features
|
75 |
-
|
76 |
-
$wp_super_cache_front_page_check = 0;
|
77 |
-
$wp_super_cache_front_page_clear = 0;
|
78 |
$wp_super_cache_front_page_text = '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
?>
|
46 |
|
47 |
$cache_rebuild_files = 1;
|
48 |
|
|
|
49 |
// Disable the file locking system.
|
50 |
// If you are experiencing problems with clearing or creating cache files
|
51 |
// uncommenting this may help.
|
71 |
$wp_super_cache_late_init = 0;
|
72 |
|
73 |
// uncomment the next line to enable advanced debugging features
|
74 |
+
$wp_super_cache_advanced_debug = 0;
|
|
|
|
|
75 |
$wp_super_cache_front_page_text = '';
|
76 |
+
$wp_super_cache_front_page_clear = 0;
|
77 |
+
$wp_super_cache_front_page_check = 0;
|
78 |
+
$wp_super_cache_front_page_notification = '0';
|
79 |
+
|
80 |
+
$wp_cache_object_cache = 0;
|
81 |
+
$wp_cache_anon_only = 0;
|
82 |
+
$wp_supercache_cache_list = 0;
|
83 |
+
$wp_cache_debug_to_file = 0;
|
84 |
+
$wp_super_cache_debug = 0;
|
85 |
+
$wp_cache_debug_level = 5;
|
86 |
+
$wp_cache_debug_ip = '';
|
87 |
+
$wp_cache_debug_log = '';
|
88 |
+
$wp_cache_debug_email = '';
|
89 |
+
$wp_cache_pages[ "search" ] = 0;
|
90 |
+
$wp_cache_pages[ "feed" ] = 0;
|
91 |
+
$wp_cache_pages[ "category" ] = 0;
|
92 |
+
$wp_cache_pages[ "home" ] = 0;
|
93 |
+
$wp_cache_pages[ "frontpage" ] = 0;
|
94 |
+
$wp_cache_pages[ "tag" ] = 0;
|
95 |
+
$wp_cache_pages[ "archives" ] = 0;
|
96 |
+
$wp_cache_pages[ "pages" ] = 0;
|
97 |
+
$wp_cache_pages[ "single" ] = 0;
|
98 |
+
$wp_cache_hide_donation = 0;
|
99 |
+
$wp_cache_not_logged_in = 0;
|
100 |
+
$wp_cache_clear_on_post_edit = 0;
|
101 |
+
$wp_cache_hello_world = 0;
|
102 |
+
$wp_cache_mobile_enabled = 0;
|
103 |
+
$wp_cache_cron_check = 0;
|
104 |
?>
|
wp-cache-phase1.php
CHANGED
@@ -61,6 +61,16 @@ add_cacheaction( 'wp_cache_get_cookies_values', 'wp_cache_check_mobile' );
|
|
61 |
|
62 |
$wp_cache_request_uri = $_SERVER[ 'REQUEST_URI' ]; // Cache this in case any plugin modifies it.
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
if( false == @is_dir( $blog_cache_dir ) ) {
|
65 |
@mkdir( $cache_path . "blogs" );
|
66 |
@mkdir( $blog_cache_dir );
|
@@ -72,10 +82,17 @@ if( false == @is_dir( $blog_cache_dir . 'meta' ) )
|
|
72 |
|
73 |
$wp_start_time = microtime();
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
function wp_super_cache_init() {
|
76 |
global $wp_cache_key, $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
77 |
|
78 |
-
$wp_cache_key =
|
79 |
$key = $blogcacheid . md5( $wp_cache_key );
|
80 |
$wp_cache_key = $blogcacheid . $wp_cache_key;
|
81 |
|
@@ -88,6 +105,7 @@ function wp_super_cache_init() {
|
|
88 |
|
89 |
function wp_cache_serve_cache_file() {
|
90 |
global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
|
|
91 |
|
92 |
extract( wp_super_cache_init() );
|
93 |
|
@@ -96,7 +114,25 @@ function wp_cache_serve_cache_file() {
|
|
96 |
return false;
|
97 |
}
|
98 |
|
99 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "wp-cache file exists", 5 );
|
101 |
if ( !( $meta = unserialize( @file_get_contents( $meta_pathname) ) ) ) {
|
102 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "couldn't load wp-cache meta file", 5 );
|
@@ -108,19 +144,48 @@ function wp_cache_serve_cache_file() {
|
|
108 |
@unlink( $cache_file );
|
109 |
return true;
|
110 |
}
|
111 |
-
|
112 |
-
//
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
}
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
123 |
-
|
124 |
if ( $meta[ 'dynamic' ] ) {
|
125 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
|
126 |
include($cache_file);
|
@@ -130,8 +195,6 @@ function wp_cache_serve_cache_file() {
|
|
130 |
}
|
131 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "exit request", 5 );
|
132 |
die();
|
133 |
-
} else {
|
134 |
-
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
|
135 |
}
|
136 |
}
|
137 |
|
@@ -201,20 +264,13 @@ function do_cacheaction( $action, $value = '' ) {
|
|
201 |
|
202 |
// From http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by Alex King
|
203 |
function wp_cache_check_mobile( $cache_key ) {
|
204 |
-
global $wp_cache_mobile_enabled, $wp_cache_mobile_browsers
|
205 |
if( !isset( $wp_cache_mobile_enabled ) || false == $wp_cache_mobile_enabled )
|
206 |
return $cache_key;
|
207 |
|
208 |
if (!isset($_SERVER["HTTP_USER_AGENT"])) {
|
209 |
return $cache_key;
|
210 |
}
|
211 |
-
$whitelist = explode( ',', $wp_cache_mobile_whitelist );
|
212 |
-
foreach ($whitelist as $browser) {
|
213 |
-
if (strstr($_SERVER["HTTP_USER_AGENT"], trim($browser))) {
|
214 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "whitelst mobile browser detected: " . $_SERVER[ "HTTP_USER_AGENT" ], 5 );
|
215 |
-
return $cache_key;
|
216 |
-
}
|
217 |
-
}
|
218 |
|
219 |
$browsers = explode( ',', $wp_cache_mobile_browsers );
|
220 |
foreach ($browsers as $browser) {
|
@@ -266,4 +322,48 @@ function wp_cache_user_agent_is_rejected() {
|
|
266 |
return false;
|
267 |
}
|
268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
?>
|
61 |
|
62 |
$wp_cache_request_uri = $_SERVER[ 'REQUEST_URI' ]; // Cache this in case any plugin modifies it.
|
63 |
|
64 |
+
if ( $wp_cache_object_cache ) {
|
65 |
+
if ( ! include_once( WP_CONTENT_DIR . '/object-cache.php' ) )
|
66 |
+
return;
|
67 |
+
|
68 |
+
wp_cache_init(); // Note: wp-settings.php calls wp_cache_init() which clobbers the object made here.
|
69 |
+
|
70 |
+
if ( ! is_object( $wp_object_cache ) )
|
71 |
+
return;
|
72 |
+
}
|
73 |
+
|
74 |
if( false == @is_dir( $blog_cache_dir ) ) {
|
75 |
@mkdir( $cache_path . "blogs" );
|
76 |
@mkdir( $blog_cache_dir );
|
82 |
|
83 |
$wp_start_time = microtime();
|
84 |
|
85 |
+
function get_wp_cache_key( $url = false ) {
|
86 |
+
global $wp_cache_request_uri, $wp_cache_gzip_encoding;
|
87 |
+
if ( !$url )
|
88 |
+
$url = $wp_cache_request_uri;
|
89 |
+
return do_cacheaction( 'wp_cache_key', $_SERVER['HTTP_HOST'].preg_replace('/#.*$/', '', str_replace( '/index.php', '/', $url ) ) . $wp_cache_gzip_encoding . wp_cache_get_cookies_values() );
|
90 |
+
}
|
91 |
+
|
92 |
function wp_super_cache_init() {
|
93 |
global $wp_cache_key, $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
94 |
|
95 |
+
$wp_cache_key = get_wp_cache_key();
|
96 |
$key = $blogcacheid . md5( $wp_cache_key );
|
97 |
$wp_cache_key = $blogcacheid . $wp_cache_key;
|
98 |
|
105 |
|
106 |
function wp_cache_serve_cache_file() {
|
107 |
global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
108 |
+
global $wp_cache_object_cache;
|
109 |
|
110 |
extract( wp_super_cache_init() );
|
111 |
|
114 |
return false;
|
115 |
}
|
116 |
|
117 |
+
if ( $wp_cache_object_cache && wp_cache_get_cookies_values() == '' ) {
|
118 |
+
if ( !empty( $_GET ) ) {
|
119 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Non empty GET request. Not serving request from object cache", 1 );
|
120 |
+
return false;
|
121 |
+
}
|
122 |
+
|
123 |
+
$oc_key = get_oc_key();
|
124 |
+
$meta_filename = $oc_key . ".meta";
|
125 |
+
if ( gzip_accepted() ) {
|
126 |
+
$oc_key .= ".gz";
|
127 |
+
$meta_filename .= ".gz";
|
128 |
+
}
|
129 |
+
$cache = wp_cache_get( $oc_key, 'supercache' );
|
130 |
+
$meta = unserialize( wp_cache_get( $meta_filename, 'supercache' ) );
|
131 |
+
if ( is_array( $meta ) == false ) {
|
132 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Meta array from object cache corrupt. Ignoring cache.", 1 );
|
133 |
+
return true;
|
134 |
+
}
|
135 |
+
} elseif ( file_exists( $cache_file ) ) {
|
136 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "wp-cache file exists", 5 );
|
137 |
if ( !( $meta = unserialize( @file_get_contents( $meta_pathname) ) ) ) {
|
138 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "couldn't load wp-cache meta file", 5 );
|
144 |
@unlink( $cache_file );
|
145 |
return true;
|
146 |
}
|
147 |
+
} else {
|
148 |
+
// last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
|
149 |
+
$file = get_current_url_supercache_dir() . "index.html";
|
150 |
+
if ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && file_exists( $file ) ) {
|
151 |
+
header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
|
152 |
+
header( "Vary: Accept-Encoding, Cookie" );
|
153 |
+
header( "Cache-Control: max-age=300, must-revalidate" );
|
154 |
+
header( "WP-Cache: Served supercache file from PHP" );
|
155 |
+
readfile( $file );
|
156 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file. Mod rewrite rules may be broken or missing.", 5 );
|
157 |
+
die();
|
158 |
+
} else {
|
159 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
|
160 |
+
return false;
|
161 |
}
|
162 |
+
}
|
163 |
+
$cache_file = do_cacheaction( 'wp_cache_served_cache_file', $cache_file );
|
164 |
+
// Sometimes the gzip headers are lost. If this is a gzip capable client, send those headers.
|
165 |
+
if( $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $meta[ 'headers' ] ) ) {
|
166 |
+
$meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
|
167 |
+
$meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
|
168 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "added gzip headers before serving.", 1 );
|
169 |
+
}
|
170 |
+
foreach ($meta[ 'headers' ] as $t => $header) {
|
171 |
+
// godaddy fix, via http://blog.gneu.org/2008/05/wp-supercache-on-godaddy/ and http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
|
172 |
+
if( strpos( $header, 'Last-Modified:' ) === false )
|
173 |
+
header($header);
|
174 |
+
}
|
175 |
+
header( 'WP-Super-Cache: WP-Cache' );
|
176 |
+
if ( $wp_cache_object_cache ) {
|
177 |
+
if ( $cache ) {
|
178 |
+
if ( $meta[ 'dynamic' ] ) {
|
179 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file from object cache", 5 );
|
180 |
+
eval( $cache );
|
181 |
+
} else {
|
182 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file from object cache", 5 );
|
183 |
+
echo $cache;
|
184 |
+
}
|
185 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "exit request", 5 );
|
186 |
+
die();
|
187 |
}
|
188 |
+
} else {
|
189 |
if ( $meta[ 'dynamic' ] ) {
|
190 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
|
191 |
include($cache_file);
|
195 |
}
|
196 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "exit request", 5 );
|
197 |
die();
|
|
|
|
|
198 |
}
|
199 |
}
|
200 |
|
264 |
|
265 |
// From http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by Alex King
|
266 |
function wp_cache_check_mobile( $cache_key ) {
|
267 |
+
global $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
268 |
if( !isset( $wp_cache_mobile_enabled ) || false == $wp_cache_mobile_enabled )
|
269 |
return $cache_key;
|
270 |
|
271 |
if (!isset($_SERVER["HTTP_USER_AGENT"])) {
|
272 |
return $cache_key;
|
273 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
|
275 |
$browsers = explode( ',', $wp_cache_mobile_browsers );
|
276 |
foreach ($browsers as $browser) {
|
322 |
return false;
|
323 |
}
|
324 |
|
325 |
+
function get_current_url_supercache_dir() {
|
326 |
+
global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
|
327 |
+
$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $wp_cache_request_uri ) ) ) );
|
328 |
+
$uri = str_replace( '\\', '', $uri );
|
329 |
+
$dir = strtolower(preg_replace('/:.*$/', '', $_SERVER["HTTP_HOST"])) . $uri; // To avoid XSS attacks
|
330 |
+
if ( function_exists( "apply_filters" ) )
|
331 |
+
$dir = apply_filters( 'supercache_dir', $dir );
|
332 |
+
$dir = $cache_path . 'supercache/' . $dir . '/';
|
333 |
+
if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
|
334 |
+
$dir = ABSPATH . $uri . '/';
|
335 |
+
}
|
336 |
+
$dir = str_replace( '//', '/', $dir );
|
337 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
|
338 |
+
return $dir;
|
339 |
+
}
|
340 |
+
|
341 |
+
function get_oc_version() {
|
342 |
+
$wp_cache_oc_key = wp_cache_get( "wp_cache_oc_key" );
|
343 |
+
if ( ! $wp_cache_oc_key ) {
|
344 |
+
$wp_cache_oc_key[ 'key' ] = reset_oc_version();
|
345 |
+
} elseif ( $wp_cache_oc_key[ 'ts' ] < time() - 600 )
|
346 |
+
wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $wp_cache_oc_key[ 'key' ] ) );
|
347 |
+
return $wp_cache_oc_key[ 'key' ];
|
348 |
+
}
|
349 |
+
|
350 |
+
function reset_oc_version( $version = 1 ) {
|
351 |
+
if ( $version == 1 )
|
352 |
+
$version = mt_rand();
|
353 |
+
wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $version ) );
|
354 |
+
|
355 |
+
return $version;
|
356 |
+
}
|
357 |
+
|
358 |
+
function get_oc_key( $url = false ) {
|
359 |
+
global $wp_cache_gzip_encoding;
|
360 |
+
|
361 |
+
if ( $url ) {
|
362 |
+
$key = strtolower( preg_replace( '/:.*$/', '', $_SERVER[ "HTTP_HOST" ] ) ) . $url;
|
363 |
+
} else {
|
364 |
+
$key = get_current_url_supercache_dir();
|
365 |
+
}
|
366 |
+
return $key . $wp_cache_gzip_encoding . get_oc_version();
|
367 |
+
}
|
368 |
+
|
369 |
?>
|
wp-cache-phase2.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
function wp_cache_phase2() {
|
4 |
global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_gmt_offset, $wp_cache_blog_charset, $wp_cache_last_gc;
|
5 |
-
global $cache_max_time, $
|
6 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'In WP Cache Phase 2', 5 );
|
7 |
|
8 |
$wp_cache_gmt_offset = get_option( 'gmt_offset' ); // caching for later use when wpdb is gone. http://wordpress.org/support/topic/224349
|
@@ -41,6 +41,11 @@ function wp_cache_phase2() {
|
|
41 |
return false;
|
42 |
}
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
if ( isset( $_GET[ 'preview' ] ) ) {
|
45 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching preview post.', 2 );
|
46 |
return false;
|
@@ -51,14 +56,6 @@ function wp_cache_phase2() {
|
|
51 |
$super_cache_enabled = false;
|
52 |
}
|
53 |
|
54 |
-
if ( $wp_cache_not_logged_in && is_user_logged_in() && !is_feed() && !is_admin() ) {
|
55 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
|
56 |
-
wp_cache_debug( 'not caching for logged in user', 5 );
|
57 |
-
register_shutdown_function( 'wpcache_logged_in_message' );
|
58 |
-
}
|
59 |
-
return false;
|
60 |
-
}
|
61 |
-
|
62 |
$script = basename($_SERVER['PHP_SELF']);
|
63 |
if (!in_array($script, $cache_acceptable_files) && wp_cache_is_rejected($wp_cache_request_uri)) {
|
64 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'URI rejected. Not Caching', 2 );
|
@@ -238,21 +235,6 @@ function wp_cache_writers_exit() {
|
|
238 |
}
|
239 |
}
|
240 |
|
241 |
-
function get_current_url_supercache_dir() {
|
242 |
-
global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
|
243 |
-
$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $wp_cache_request_uri ) ) ) );
|
244 |
-
$uri = str_replace( '\\', '', $uri );
|
245 |
-
$dir = strtolower(preg_replace('/:.*$/', '', $_SERVER["HTTP_HOST"])) . $uri; // To avoid XSS attacks
|
246 |
-
$dir = apply_filters( 'supercache_dir', $dir );
|
247 |
-
$dir = trailingslashit( $cache_path . 'supercache/' . $dir );
|
248 |
-
if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
|
249 |
-
$dir = trailingslashit( ABSPATH . $uri );
|
250 |
-
}
|
251 |
-
$dir = str_replace( '//', '/', $dir );
|
252 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
|
253 |
-
return $dir;
|
254 |
-
}
|
255 |
-
|
256 |
function wp_cache_ob_callback( $buffer ) {
|
257 |
global $wp_cache_pages;
|
258 |
if( defined( 'DONOTCACHEPAGE' ) )
|
@@ -285,11 +267,12 @@ function wp_cache_ob_callback( $buffer ) {
|
|
285 |
|
286 |
|
287 |
function wp_cache_get_ob(&$buffer) {
|
288 |
-
global $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
|
289 |
global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
|
290 |
global $wp_cache_gzip_encoding, $super_cache_enabled, $cached_direct_pages;
|
291 |
global $wp_cache_404, $gzsize, $supercacheonly, $wp_cache_gzip_first, $wp_cache_gmt_offset;
|
292 |
global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
|
|
|
293 |
|
294 |
$new_cache = true;
|
295 |
$wp_cache_meta = '';
|
@@ -346,27 +329,45 @@ function wp_cache_get_ob(&$buffer) {
|
|
346 |
|
347 |
$tmp_wpcache_filename = $cache_path . uniqid( mt_rand(), true ) . '.tmp';
|
348 |
|
349 |
-
// Don't create wp-cache files for anon users
|
350 |
$supercacheonly = false;
|
351 |
-
if( $super_cache_enabled
|
352 |
-
if (
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
if( !$supercacheonly ) {
|
357 |
-
if ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) {
|
358 |
-
$fr = @fopen($tmp_wpcache_filename, 'w');
|
359 |
-
if (!$fr) {
|
360 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
|
361 |
-
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
|
362 |
-
return $buffer;
|
363 |
-
}
|
364 |
}
|
365 |
}
|
366 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
$user_info = wp_cache_get_cookies_values();
|
368 |
$do_cache = apply_filters( 'do_createsupercache', $user_info );
|
369 |
-
if( $user_info == '' || $do_cache === true ) {
|
370 |
|
371 |
if( @is_dir( $dir ) == false )
|
372 |
@wp_mkdir_p( $dir );
|
@@ -380,8 +381,9 @@ function wp_cache_get_ob(&$buffer) {
|
|
380 |
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
|
381 |
@fclose( $fr );
|
382 |
@unlink( $tmp_wpcache_filename );
|
|
|
383 |
return $buffer;
|
384 |
-
} elseif( $cache_compression ) {
|
385 |
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
386 |
if (!$gz) {
|
387 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
|
@@ -390,6 +392,7 @@ function wp_cache_get_ob(&$buffer) {
|
|
390 |
@unlink( $tmp_wpcache_filename );
|
391 |
@fclose( $fr2 );
|
392 |
@unlink( $tmp_cache_filename );
|
|
|
393 |
return $buffer;
|
394 |
}
|
395 |
}
|
@@ -397,7 +400,15 @@ function wp_cache_get_ob(&$buffer) {
|
|
397 |
}
|
398 |
}
|
399 |
|
400 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
|
402 |
$store = preg_replace('|<!--mclude (.*?)-->(.*?)<!--/mclude-->|is',
|
403 |
"<!--mclude-->\n<?php include_once('" . ABSPATH . "$1'); ?>\n<!--/mclude-->", $buffer);
|
@@ -408,16 +419,14 @@ function wp_cache_get_ob(&$buffer) {
|
|
408 |
/* Clean function calls in tag */
|
409 |
$buffer = preg_replace('|<!--mclude (.*?)-->|is', '<!--mclude-->', $buffer);
|
410 |
$buffer = preg_replace('|<!--mfunc (.*?)-->|is', '<!--mfunc-->', $buffer);
|
411 |
-
if( $
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
} else {
|
418 |
$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
|
419 |
-
$buffer .= "<!-- Cached page generated by WP-Super-Cache on " . gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600))) . " -->\n";
|
420 |
-
|
421 |
if( $gz || $wp_cache_gzip_encoding ) {
|
422 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
|
423 |
$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 3, FORCE_GZIP );
|
@@ -427,56 +436,74 @@ function wp_cache_get_ob(&$buffer) {
|
|
427 |
$wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
|
428 |
$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
|
429 |
// Return uncompressed data & store compressed for later use
|
430 |
-
if( $
|
431 |
-
if
|
432 |
-
|
|
|
|
|
|
|
|
|
|
|
433 |
}
|
434 |
} else { // no compression
|
435 |
$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Cookie';
|
436 |
-
if( $
|
437 |
-
if
|
438 |
-
|
|
|
|
|
|
|
|
|
|
|
439 |
}
|
440 |
}
|
441 |
-
if( $
|
442 |
-
if
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
if
|
447 |
-
|
|
|
|
|
448 |
}
|
449 |
-
$buffer .= $log;
|
450 |
}
|
451 |
$new_cache = true;
|
452 |
-
$
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename )
|
|
|
|
|
|
|
|
|
|
|
459 |
}
|
460 |
-
if
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
|
|
|
|
468 |
}
|
469 |
-
if
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
|
|
|
|
477 |
}
|
478 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache gz file to {$cache_fname}.gz", 5 );
|
479 |
-
$added_cache = 1;
|
480 |
}
|
481 |
if ( $added_cache && isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
482 |
update_option( 'wpsupercache_count', ( get_option( 'wpsupercache_count' ) + 1 ) );
|
@@ -626,7 +653,7 @@ function wp_cache_phase2_clean_expired($file_prefix) {
|
|
626 |
|
627 |
function wp_cache_shutdown_callback() {
|
628 |
global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
|
629 |
-
global $wp_cache_blog_charset, $wp_cache_request_uri, $wp_cache_key;
|
630 |
|
631 |
$wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
|
632 |
$wp_cache_meta[ 'blog_id' ] = $blog_id;
|
@@ -646,7 +673,7 @@ function wp_cache_shutdown_callback() {
|
|
646 |
/* @header('Last-Modified: ' . $value); */
|
647 |
$wp_cache_meta[ 'headers' ][ 'Last-Modified' ] = "Last-Modified: $value";
|
648 |
}
|
649 |
-
if (
|
650 |
// On some systems, headers set by PHP can't be fetched from
|
651 |
// the output buffer. This is a last ditch effort to set the
|
652 |
// correct Content-Type header for feeds, if we didn't see
|
@@ -688,17 +715,24 @@ function wp_cache_shutdown_callback() {
|
|
688 |
$serial = serialize($wp_cache_meta);
|
689 |
if( wp_cache_writers_entry() ) {
|
690 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
702 |
}
|
703 |
wp_cache_writers_exit();
|
704 |
}
|
@@ -755,17 +789,25 @@ function wp_cache_get_postid_from_comment( $comment_id, $status = 'NA' ) {
|
|
755 |
|
756 |
/* Clear out the cache directory. */
|
757 |
function wp_cache_clear_cache() {
|
758 |
-
global $cache_path;
|
759 |
-
|
760 |
-
|
|
|
|
|
|
|
|
|
761 |
}
|
762 |
|
763 |
function wp_cache_post_edit($post_id) {
|
764 |
global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
|
765 |
if( $wp_cache_clear_on_post_edit ) {
|
766 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
|
767 |
-
|
768 |
-
|
|
|
|
|
|
|
|
|
769 |
} else {
|
770 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache for post $post_id on post edit.", 2 );
|
771 |
wp_cache_post_change( $post_id );
|
@@ -773,8 +815,11 @@ function wp_cache_post_edit($post_id) {
|
|
773 |
}
|
774 |
|
775 |
function wp_cache_post_id_gc( $siteurl, $post_id ) {
|
776 |
-
global $cache_path;
|
777 |
|
|
|
|
|
|
|
778 |
$post_id = intval( $post_id );
|
779 |
if( $post_id == 0 )
|
780 |
return;
|
@@ -797,6 +842,9 @@ function wp_cache_post_change($post_id) {
|
|
797 |
if( !wp_cache_writers_entry() )
|
798 |
return $post_id;
|
799 |
|
|
|
|
|
|
|
800 |
$permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
|
801 |
if( $super_cache_enabled ) {
|
802 |
$siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
|
2 |
|
3 |
function wp_cache_phase2() {
|
4 |
global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_gmt_offset, $wp_cache_blog_charset, $wp_cache_last_gc;
|
5 |
+
global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache;
|
6 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'In WP Cache Phase 2', 5 );
|
7 |
|
8 |
$wp_cache_gmt_offset = get_option( 'gmt_offset' ); // caching for later use when wpdb is gone. http://wordpress.org/support/topic/224349
|
41 |
return false;
|
42 |
}
|
43 |
|
44 |
+
if ( $wp_cache_object_cache && !empty( $_GET ) ) {
|
45 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching GET request while object cache storage enabled.', 5 );
|
46 |
+
return false;
|
47 |
+
}
|
48 |
+
|
49 |
if ( isset( $_GET[ 'preview' ] ) ) {
|
50 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching preview post.', 2 );
|
51 |
return false;
|
56 |
$super_cache_enabled = false;
|
57 |
}
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
$script = basename($_SERVER['PHP_SELF']);
|
60 |
if (!in_array($script, $cache_acceptable_files) && wp_cache_is_rejected($wp_cache_request_uri)) {
|
61 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'URI rejected. Not Caching', 2 );
|
235 |
}
|
236 |
}
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
function wp_cache_ob_callback( $buffer ) {
|
239 |
global $wp_cache_pages;
|
240 |
if( defined( 'DONOTCACHEPAGE' ) )
|
267 |
|
268 |
|
269 |
function wp_cache_get_ob(&$buffer) {
|
270 |
+
global $cache_enabled, $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
|
271 |
global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
|
272 |
global $wp_cache_gzip_encoding, $super_cache_enabled, $cached_direct_pages;
|
273 |
global $wp_cache_404, $gzsize, $supercacheonly, $wp_cache_gzip_first, $wp_cache_gmt_offset;
|
274 |
global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
|
275 |
+
global $wp_cache_not_logged_in, $wp_cache_object_cache, $cache_max_time;
|
276 |
|
277 |
$new_cache = true;
|
278 |
$wp_cache_meta = '';
|
329 |
|
330 |
$tmp_wpcache_filename = $cache_path . uniqid( mt_rand(), true ) . '.tmp';
|
331 |
|
|
|
332 |
$supercacheonly = false;
|
333 |
+
if( $super_cache_enabled ) {
|
334 |
+
if ( wp_cache_get_cookies_values() == '' ) {
|
335 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Anonymous user detected. Only creating Supercache file.", 3 );
|
336 |
+
$supercacheonly = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
}
|
338 |
}
|
339 |
+
|
340 |
+
if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() != '' ) {
|
341 |
+
$super_cache_enabled = false;
|
342 |
+
$cache_enabled = false;
|
343 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching for known user.', 5 );
|
344 |
+
}
|
345 |
+
|
346 |
+
if ( $wp_cache_object_cache ) { // half on mode when using the object cache
|
347 |
+
if ( wp_cache_get_cookies_values() != '' ) {
|
348 |
+
$cache_enabled = false;
|
349 |
+
}
|
350 |
+
$super_cache_enabled = false;
|
351 |
+
$supercacheonly = false;
|
352 |
+
wp_cache_init(); // PHP5 destroys objects during shutdown
|
353 |
+
}
|
354 |
+
|
355 |
+
if ( $cache_enabled ) {
|
356 |
+
// Open wp-cache cache file
|
357 |
+
if ( !$supercacheonly && ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) ) {
|
358 |
+
if ( false == $wp_cache_object_cache ) {
|
359 |
+
$fr = @fopen($tmp_wpcache_filename, 'w');
|
360 |
+
if (!$fr) {
|
361 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
|
362 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
|
363 |
+
wp_cache_writers_exit();
|
364 |
+
return $buffer;
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
$user_info = wp_cache_get_cookies_values();
|
369 |
$do_cache = apply_filters( 'do_createsupercache', $user_info );
|
370 |
+
if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
|
371 |
|
372 |
if( @is_dir( $dir ) == false )
|
373 |
@wp_mkdir_p( $dir );
|
381 |
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
|
382 |
@fclose( $fr );
|
383 |
@unlink( $tmp_wpcache_filename );
|
384 |
+
wp_cache_writers_exit();
|
385 |
return $buffer;
|
386 |
+
} elseif ( $cache_compression ) {
|
387 |
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
388 |
if (!$gz) {
|
389 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
|
392 |
@unlink( $tmp_wpcache_filename );
|
393 |
@fclose( $fr2 );
|
394 |
@unlink( $tmp_cache_filename );
|
395 |
+
wp_cache_writers_exit();
|
396 |
return $buffer;
|
397 |
}
|
398 |
}
|
400 |
}
|
401 |
}
|
402 |
|
403 |
+
if ( $cache_enabled || $super_cache_enabled ) {
|
404 |
+
$buffer .= "<!-- Cached page generated by WP-Super-Cache on " . gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600))) . " -->\n";
|
405 |
+
} else {
|
406 |
+
$buffer .= "<!-- Live page served on " . gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600))) . " -->\n";
|
407 |
+
}
|
408 |
+
|
409 |
+
$added_cache = 0;
|
410 |
+
$oc_key = get_oc_key();
|
411 |
+
if ( preg_match('/<!--mclude|<!--mfunc/', $buffer)) { //Dynamic content
|
412 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
|
413 |
$store = preg_replace('|<!--mclude (.*?)-->(.*?)<!--/mclude-->|is',
|
414 |
"<!--mclude-->\n<?php include_once('" . ABSPATH . "$1'); ?>\n<!--/mclude-->", $buffer);
|
419 |
/* Clean function calls in tag */
|
420 |
$buffer = preg_replace('|<!--mclude (.*?)-->|is', '<!--mclude-->', $buffer);
|
421 |
$buffer = preg_replace('|<!--mfunc (.*?)-->|is', '<!--mfunc-->', $buffer);
|
422 |
+
if ( false == $wp_cache_object_cache ) {
|
423 |
+
if( $fr )
|
424 |
+
fputs($fr, $store);
|
425 |
+
} else {
|
426 |
+
wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
|
427 |
+
}
|
428 |
} else {
|
429 |
$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
|
|
|
|
|
430 |
if( $gz || $wp_cache_gzip_encoding ) {
|
431 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
|
432 |
$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 3, FORCE_GZIP );
|
436 |
$wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
|
437 |
$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
|
438 |
// Return uncompressed data & store compressed for later use
|
439 |
+
if ( false == $wp_cache_object_cache ) {
|
440 |
+
if( $fr ) {
|
441 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to wp-cache cache file.", 5 );
|
442 |
+
fputs($fr, $gzdata);
|
443 |
+
}
|
444 |
+
} elseif ( $cache_enabled ) {
|
445 |
+
wp_cache_set( $oc_key . ".gz", $gzdata, 'supercache', $cache_max_time );
|
446 |
+
$added_cache = 1;
|
447 |
}
|
448 |
} else { // no compression
|
449 |
$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Cookie';
|
450 |
+
if ( false == $wp_cache_object_cache ) {
|
451 |
+
if( $fr ) {
|
452 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to wp-cache cache file.", 5 );
|
453 |
+
fputs($fr, $buffer);
|
454 |
+
}
|
455 |
+
} elseif ( $cache_enabled ) {
|
456 |
+
wp_cache_set( $oc_key, $buffer, 'supercache', $cache_max_time );
|
457 |
+
$added_cache = 1;
|
458 |
}
|
459 |
}
|
460 |
+
if ( false == $wp_cache_object_cache ) {
|
461 |
+
if( $fr2 ) {
|
462 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 );
|
463 |
+
fputs($fr2, $buffer . '<!-- super cache -->' );
|
464 |
+
}
|
465 |
+
if( $gz ) {
|
466 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 );
|
467 |
+
fwrite($gz, $gzdata );
|
468 |
+
}
|
469 |
}
|
|
|
470 |
}
|
471 |
$new_cache = true;
|
472 |
+
if ( false == $wp_cache_object_cache ) {
|
473 |
+
if( $fr ) {
|
474 |
+
$supercacheonly = false;
|
475 |
+
fclose($fr);
|
476 |
+
if ( filesize( $tmp_wpcache_filename ) == 0 ) {
|
477 |
+
@unlink( $tmp_wpcache_filename );
|
478 |
+
} elseif ( !rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename ) ) {
|
479 |
+
unlink( $blog_cache_dir . $cache_filename );
|
480 |
+
rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename );
|
481 |
+
}
|
482 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp wp-cache file to {$blog_cache_dir}$cache_filename", 5 );
|
483 |
+
$added_cache = 1;
|
484 |
}
|
485 |
+
if( $fr2 ) {
|
486 |
+
fclose($fr2);
|
487 |
+
if ( filesize( $tmp_cache_filename ) == 0 ) {
|
488 |
+
@unlink( $tmp_cache_filename );
|
489 |
+
} elseif ( !@rename( $tmp_cache_filename, $cache_fname ) ) {
|
490 |
+
@unlink( $cache_fname );
|
491 |
+
@rename( $tmp_cache_filename, $cache_fname );
|
492 |
+
}
|
493 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $cache_fname", 5 );
|
494 |
+
$added_cache = 1;
|
495 |
}
|
496 |
+
if( $gz ) {
|
497 |
+
fclose($gz);
|
498 |
+
if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) {
|
499 |
+
@unlink( $tmp_cache_filename . '.gz' );
|
500 |
+
} elseif ( !@rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' ) ) {
|
501 |
+
@unlink( $cache_fname . '.gz' );
|
502 |
+
@rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' );
|
503 |
+
}
|
504 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache gz file to {$cache_fname}.gz", 5 );
|
505 |
+
$added_cache = 1;
|
506 |
}
|
|
|
|
|
507 |
}
|
508 |
if ( $added_cache && isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
509 |
update_option( 'wpsupercache_count', ( get_option( 'wpsupercache_count' ) + 1 ) );
|
653 |
|
654 |
function wp_cache_shutdown_callback() {
|
655 |
global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
|
656 |
+
global $wp_cache_blog_charset, $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled;
|
657 |
|
658 |
$wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
|
659 |
$wp_cache_meta[ 'blog_id' ] = $blog_id;
|
673 |
/* @header('Last-Modified: ' . $value); */
|
674 |
$wp_cache_meta[ 'headers' ][ 'Last-Modified' ] = "Last-Modified: $value";
|
675 |
}
|
676 |
+
if ( !isset( $response[ 'Content-Type' ] ) && !isset( $response[ 'Content-type' ] ) ) {
|
677 |
// On some systems, headers set by PHP can't be fetched from
|
678 |
// the output buffer. This is a last ditch effort to set the
|
679 |
// correct Content-Type header for feeds, if we didn't see
|
715 |
$serial = serialize($wp_cache_meta);
|
716 |
if( wp_cache_writers_entry() ) {
|
717 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
|
718 |
+
if ( false == $wp_cache_object_cache ) {
|
719 |
+
$tmp_meta_filename = $blog_cache_dir . 'meta/' . uniqid( mt_rand(), true ) . '.tmp';
|
720 |
+
$fr = @fopen( $tmp_meta_filename, 'w');
|
721 |
+
if( !$fr )
|
722 |
+
@mkdir( $blog_cache_dir . 'meta' );
|
723 |
+
$fr = fopen( $tmp_meta_filename, 'w');
|
724 |
+
fputs($fr, $serial);
|
725 |
+
fclose($fr);
|
726 |
+
@chmod( $tmp_meta_filename, 0666 & ~umask());
|
727 |
+
if( !@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file ) ) {
|
728 |
+
unlink( $blog_cache_dir . 'meta/' . $meta_file );
|
729 |
+
rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file );
|
730 |
+
}
|
731 |
+
} elseif ( $cache_enabled ) {
|
732 |
+
$oc_key = get_oc_key() . ".meta";
|
733 |
+
if ( gzip_accepted() )
|
734 |
+
$oc_key .= ".gz";
|
735 |
+
wp_cache_set( $oc_key, $serial, 'supercache', $cache_max_time );
|
736 |
}
|
737 |
wp_cache_writers_exit();
|
738 |
}
|
789 |
|
790 |
/* Clear out the cache directory. */
|
791 |
function wp_cache_clear_cache() {
|
792 |
+
global $cache_path, $wp_cache_object_cache;
|
793 |
+
if ( $wp_cache_object_cache ) {
|
794 |
+
reset_oc_version();
|
795 |
+
} else {
|
796 |
+
prune_super_cache( $cache_path . 'supercache/', true );
|
797 |
+
prune_super_cache( $cache_path, true );
|
798 |
+
}
|
799 |
}
|
800 |
|
801 |
function wp_cache_post_edit($post_id) {
|
802 |
global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
|
803 |
if( $wp_cache_clear_on_post_edit ) {
|
804 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
|
805 |
+
if ( $wp_cache_object_cache ) {
|
806 |
+
reset_oc_version();
|
807 |
+
} else {
|
808 |
+
prune_super_cache( $blog_cache_dir, true );
|
809 |
+
prune_super_cache( $cache_path . 'supercache/', true );
|
810 |
+
}
|
811 |
} else {
|
812 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache for post $post_id on post edit.", 2 );
|
813 |
wp_cache_post_change( $post_id );
|
815 |
}
|
816 |
|
817 |
function wp_cache_post_id_gc( $siteurl, $post_id ) {
|
818 |
+
global $cache_path, $wp_cache_object_cache;
|
819 |
|
820 |
+
if ( $wp_cache_object_cache )
|
821 |
+
reset_oc_version();
|
822 |
+
|
823 |
$post_id = intval( $post_id );
|
824 |
if( $post_id == 0 )
|
825 |
return;
|
842 |
if( !wp_cache_writers_entry() )
|
843 |
return $post_id;
|
844 |
|
845 |
+
if ( $wp_cache_object_cache )
|
846 |
+
reset_oc_version();
|
847 |
+
|
848 |
$permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
|
849 |
if( $super_cache_enabled ) {
|
850 |
$siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
|
wp-cache.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
-
Version: 0.9.
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
@@ -124,9 +124,9 @@ add_action('admin_menu', 'wp_cache_add_pages');
|
|
124 |
|
125 |
function wp_cache_manager() {
|
126 |
global $wp_cache_config_file, $valid_nonce, $supercachedir, $cache_path, $cache_enabled, $cache_compression, $super_cache_enabled, $wp_cache_hello_world;
|
127 |
-
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $
|
128 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_hide_donation, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
129 |
-
global $wp_super_cache_front_page_check;
|
130 |
|
131 |
if( function_exists( 'is_site_admin' ) )
|
132 |
if( !is_site_admin() )
|
@@ -168,7 +168,7 @@ jQuery(document).ready(function(){
|
|
168 |
<?php
|
169 |
echo '<div class="wrap">';
|
170 |
echo "<h2><a href='?page=wpsupercache'>" . __( 'WP Super Cache Manager', 'wp-super-cache' ) . "</a></h2>\n";
|
171 |
-
if( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) {
|
172 |
?><h3><?php _e( 'Warning! PHP Safe Mode Enabled!', 'wp-super-cache' ); ?></h3>
|
173 |
<p><?php _e( 'You may experience problems running this plugin because SAFE MODE is enabled.', 'wp-super-cache' );
|
174 |
if( !ini_get( 'safe_mode_gid' ) ) {
|
@@ -179,6 +179,11 @@ jQuery(document).ready(function(){
|
|
179 |
}
|
180 |
}
|
181 |
|
|
|
|
|
|
|
|
|
|
|
182 |
if ( isset( $wp_super_cache_front_page_check ) && $wp_super_cache_front_page_check == 1 && !wp_next_scheduled( 'wp_cache_check_site_hook' ) ) {
|
183 |
wp_schedule_single_event( time() + 360 , 'wp_cache_check_site_hook' );
|
184 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_check_site_hook for 360 seconds time.', 2 );
|
@@ -234,6 +239,10 @@ jQuery(document).ready(function(){
|
|
234 |
}
|
235 |
}
|
236 |
}
|
|
|
|
|
|
|
|
|
237 |
|
238 |
if( $cache_enabled == true && $super_cache_enabled == true && !got_mod_rewrite() ) {
|
239 |
?><h4 style='color: #a00'><?php _e( 'Mod rewrite may not be installed!', 'wp-super-cache' ); ?></h4>
|
@@ -264,6 +273,14 @@ jQuery(document).ready(function(){
|
|
264 |
}
|
265 |
}
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
if ( $valid_nonce ) {
|
268 |
if( isset( $_POST[ 'wp_cache_status' ] ) ) {
|
269 |
if( isset( $_POST[ 'wp_cache_mobile_enabled' ] ) ) {
|
@@ -272,10 +289,7 @@ jQuery(document).ready(function(){
|
|
272 |
$wp_cache_mobile_enabled = 0;
|
273 |
}
|
274 |
if( $wp_cache_mobile_enabled == 1 ) {
|
275 |
-
|
276 |
-
wp_cache_replace_line('^ *\$wp_cache_mobile_whitelist', "\$wp_cache_mobile_whitelist = 'Stand Alone/QNws';", $wp_cache_config_file);
|
277 |
-
if( false == isset( $wp_cache_mobile_browsers ) )
|
278 |
-
wp_cache_replace_line('^ *\$wp_cache_mobile_browsers', "\$wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP';", $wp_cache_config_file);
|
279 |
}
|
280 |
wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
|
281 |
|
@@ -329,18 +343,30 @@ jQuery(document).ready(function(){
|
|
329 |
$wp_cache_not_logged_in = 0;
|
330 |
}
|
331 |
wp_cache_replace_line('^ *\$wp_cache_not_logged_in', "\$wp_cache_not_logged_in = " . $wp_cache_not_logged_in . ";", $wp_cache_config_file);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
}
|
333 |
if( defined( 'WPSC_DISABLE_COMPRESSION' ) ) {
|
334 |
$cache_compression_changed = false;
|
335 |
$cache_compression = 0;
|
336 |
wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = " . $cache_compression . ";", $wp_cache_config_file);
|
337 |
} elseif( isset( $_POST[ 'cache_compression' ] ) && $_POST[ 'cache_compression' ] != $cache_compression ) {
|
338 |
-
$
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
|
|
|
|
|
|
|
|
344 |
}
|
345 |
if( isset( $_POST[ 'wp_cache_hide_donation' ] ) && $_POST[ 'wp_cache_hide_donation' ] != $wp_cache_hide_donation ) {
|
346 |
$wp_cache_hide_donation = intval( $_POST[ 'wp_cache_hide_donation' ] );
|
@@ -365,24 +391,31 @@ jQuery(document).ready(function(){
|
|
365 |
<p><label><input type='checkbox' name='wp_cache_mutex_disabled' <?php if( !$wp_cache_mutex_disabled ) echo "checked"; ?> value='0'> <?php _e( 'Coarse file locking. You probably don’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>', 'wp-super-cache' ); ?></label></p>
|
366 |
<?php } ?>
|
367 |
<p><label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages (may be expensive to run on busy sites, use with caution.)', 'wp-super-cache' ); ?></label>
|
368 |
-
<p><label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php
|
369 |
<?php
|
370 |
$home_path = trailingslashit( get_home_path() );
|
371 |
$scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
|
372 |
-
if ( !$wp_cache_mobile_enabled && strpos( $scrules, '
|
373 |
echo "<blockquote style='background-color:#feefb3; padding: 5px; margin: 5px;'><h4>" . __( 'Mobile rewrite rules detected', 'wp-super-cache' ) . "</h4>";
|
374 |
-
echo "<p>" . __( '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 "
|
375 |
-
} elseif ( $wp_cache_mobile_enabled && $scrules != '' && false === strpos( $scrules, '
|
376 |
?>
|
377 |
-
<blockquote style='background-color:#fefeb3; padding: 5px; margin: 5px;'><
|
378 |
-
<
|
379 |
-
|
380 |
-
<li>
|
381 |
-
<
|
|
|
|
|
382 |
<?php } ?>
|
383 |
<p><strong><?php _e( 'Note:', 'wp-super-cache' ); ?></strong> <?php printf( __( '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!)', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></p>
|
384 |
<p><?php printf( __( '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.)', 'wp-super-cache' ), WP_PLUGIN_URL ); ?></p>
|
385 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
386 |
echo "<div class='submit'><input type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " »' /></div>";
|
387 |
wp_nonce_field('wp-cache');
|
388 |
?>
|
@@ -462,7 +495,7 @@ jQuery(document).ready(function(){
|
|
462 |
|
463 |
wp_cache_files();
|
464 |
|
465 |
-
wsc_mod_rewrite();
|
466 |
|
467 |
wp_cache_edit_max_time();
|
468 |
|
@@ -499,7 +532,7 @@ jQuery(document).ready(function(){
|
|
499 |
echo "</div>\n";
|
500 |
}
|
501 |
|
502 |
-
function wsc_mod_rewrite() {
|
503 |
global $cache_enabled, $super_cache_enabled, $cache_compression, $cache_compression_changed, $valid_nonce, $cache_path;
|
504 |
if( $super_cache_enabled == false && $cache_enabled == true ) {
|
505 |
?><h3><?php _e( 'Super Cache Compression', 'wp-super-cache' ); ?></h3>
|
@@ -555,7 +588,7 @@ function wsc_mod_rewrite() {
|
|
555 |
$condition_rules[] = "RewriteCond %{REQUEST_METHOD} !POST";
|
556 |
$condition_rules[] = "RewriteCond %{QUERY_STRING} !.*=.*";
|
557 |
$condition_rules[] = "RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$";
|
558 |
-
$condition_rules[] = "RewriteCond %{HTTP_USER_AGENT} !^.*(
|
559 |
$condition_rules = apply_filters( 'supercacherewriteconditions', $condition_rules );
|
560 |
|
561 |
$rules = "<IfModule mod_rewrite.c>\n";
|
@@ -1130,7 +1163,7 @@ function wp_cache_is_enabled() {
|
|
1130 |
global $wp_cache_config_file;
|
1131 |
|
1132 |
if(get_option('gzipcompression')) {
|
1133 |
-
echo "<strong>" . __( 'Warning', 'wp-super-cache' ) . "</strong>: " . __( "GZIP compression is enabled in
|
1134 |
return false;
|
1135 |
}
|
1136 |
$lines = file($wp_cache_config_file);
|
@@ -1318,7 +1351,7 @@ function wp_cache_check_global_config() {
|
|
1318 |
$line = 'define(\'WP_CACHE\', true);';
|
1319 |
if (!is_writeable_ACLSafe($global) || !wp_cache_replace_line('define *\( *\'WP_CACHE\'', $line, $global) ) {
|
1320 |
echo "<p>" . __( "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it.", 'wp-super-cache' ) . "</p>";;
|
1321 |
-
echo "<p>" . sprintf( __( "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
|
1322 |
return false;
|
1323 |
} else {
|
1324 |
echo "<div style='border: 1px solid #333; background: #ffffaa; padding: 2px;'>" . __( '<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.', 'wp-super-cache' ) . "</div>";
|
@@ -1328,6 +1361,7 @@ function wp_cache_check_global_config() {
|
|
1328 |
|
1329 |
function wp_cache_files() {
|
1330 |
global $cache_path, $file_prefix, $cache_max_time, $valid_nonce, $supercachedir, $cache_enabled, $super_cache_enabled, $blog_cache_dir, $cache_compression;
|
|
|
1331 |
|
1332 |
if ( '/' != substr($cache_path, -1)) {
|
1333 |
$cache_path .= '/';
|
@@ -1344,6 +1378,13 @@ function wp_cache_files() {
|
|
1344 |
echo "<a name='listfiles'></a>";
|
1345 |
echo '<fieldset class="options" id="show-this-fieldset"><h3>' . __( 'Cache Contents', 'wp-super-cache' ) . '</h3>';
|
1346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1347 |
$list_files = false; // it doesn't list supercached files, and removing single pages is buggy
|
1348 |
$count = 0;
|
1349 |
$expired = 0;
|
@@ -1538,8 +1579,14 @@ function wp_cache_files() {
|
|
1538 |
echo "<p>" . sprintf( __( '<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />', 'wp-super-cache' ), date( 'i:s', $next_gc_mins ) );
|
1539 |
printf( __( "Next GC in <strong>%s</strong> minutes", 'wp-super-cache' ), date( 'i:s', $next_gc - $next_gc_mins ) ) . "</p>";
|
1540 |
}
|
1541 |
-
|
1542 |
echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1543 |
echo '<form name="wp_cache_content_expired" action="#listfiles" method="post">';
|
1544 |
echo '<input type="hidden" name="wp_delete_expired" />';
|
1545 |
echo '<div class="submit" style="float:left"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Expired', 'wp-super-cache' ) . ' »" /></div>';
|
@@ -1551,8 +1598,6 @@ function wp_cache_files() {
|
|
1551 |
echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' »" /></div>';
|
1552 |
wp_nonce_field('wp-cache');
|
1553 |
echo "</form>\n";
|
1554 |
-
|
1555 |
-
echo '</fieldset>';
|
1556 |
}
|
1557 |
|
1558 |
function delete_cache_dashboard() {
|
@@ -1602,7 +1647,10 @@ function wpsc_dirsize($directory, $sizes) {
|
|
1602 |
|
1603 |
|
1604 |
function wp_cache_clean_cache($file_prefix) {
|
1605 |
-
global $cache_path, $supercachedir, $blog_cache_dir;
|
|
|
|
|
|
|
1606 |
|
1607 |
// If phase2 was compiled, use its function to avoid race-conditions
|
1608 |
if(function_exists('wp_cache_phase2_clean_cache')) {
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
+
Version: 0.9.9
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
124 |
|
125 |
function wp_cache_manager() {
|
126 |
global $wp_cache_config_file, $valid_nonce, $supercachedir, $cache_path, $cache_enabled, $cache_compression, $super_cache_enabled, $wp_cache_hello_world;
|
127 |
+
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
128 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_hide_donation, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
129 |
+
global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache;
|
130 |
|
131 |
if( function_exists( 'is_site_admin' ) )
|
132 |
if( !is_site_admin() )
|
168 |
<?php
|
169 |
echo '<div class="wrap">';
|
170 |
echo "<h2><a href='?page=wpsupercache'>" . __( 'WP Super Cache Manager', 'wp-super-cache' ) . "</a></h2>\n";
|
171 |
+
if ( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) {
|
172 |
?><h3><?php _e( 'Warning! PHP Safe Mode Enabled!', 'wp-super-cache' ); ?></h3>
|
173 |
<p><?php _e( 'You may experience problems running this plugin because SAFE MODE is enabled.', 'wp-super-cache' );
|
174 |
if( !ini_get( 'safe_mode_gid' ) ) {
|
179 |
}
|
180 |
}
|
181 |
|
182 |
+
if ( '' == get_option( 'permalink_structure' ) ) {
|
183 |
+
echo "<h3>" . __( 'Permlink Structure Error', 'wp-super-cache' ) . "</h3>";
|
184 |
+
echo "<p>" . __( 'A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href="options-permalink.php">Permalinks Options Page</a> to configure your permalinks.' ) . "</p>";
|
185 |
+
}
|
186 |
+
|
187 |
if ( isset( $wp_super_cache_front_page_check ) && $wp_super_cache_front_page_check == 1 && !wp_next_scheduled( 'wp_cache_check_site_hook' ) ) {
|
188 |
wp_schedule_single_event( time() + 360 , 'wp_cache_check_site_hook' );
|
189 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_check_site_hook for 360 seconds time.', 2 );
|
239 |
}
|
240 |
}
|
241 |
}
|
242 |
+
if ( 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( ini_get( 'zlib.output_compression' ) ) ) {
|
243 |
+
?><h4 style='color: #a00'><?php _e( 'Zlib Output Compression Enabled!', 'wp-super-cache' ); ?></h4>
|
244 |
+
<p><?php _e( 'PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href="http://php.net/manual/en/zlib.configuration.php">this page</a> for instructions on modifying your php.ini.', 'wp-super-cache' ); ?></p><?php
|
245 |
+
}
|
246 |
|
247 |
if( $cache_enabled == true && $super_cache_enabled == true && !got_mod_rewrite() ) {
|
248 |
?><h4 style='color: #a00'><?php _e( 'Mod rewrite may not be installed!', 'wp-super-cache' ); ?></h4>
|
273 |
}
|
274 |
}
|
275 |
|
276 |
+
// used by mod_rewrite rules and config file
|
277 |
+
if ( function_exists( "cfmobi_default_browsers" ) ) {
|
278 |
+
$mobile_browsers = cfmobi_default_browsers( "mobile" );
|
279 |
+
$mobile_browsers = array_merge( $mobile_browsers, cfmobi_default_browsers( "touch" ) );
|
280 |
+
} else {
|
281 |
+
$mobile_browsers = array( '2.0 MMP', '240x320', '400X240', 'AvantGo', 'BlackBerry', 'Blazer', 'Cellphone', 'Danger', 'DoCoMo', 'Elaine/3.0', 'EudoraWeb', 'Googlebot-Mobile', 'hiptop', 'IEMobile', 'KYOCERA/WX310K', 'LG/U990', 'MIDP-2.', 'MMEF20', 'MOT-V', 'NetFront', 'Newt', 'Nintendo Wii', 'Nitro', 'Nokia', 'Opera Mini', 'Palm', 'PlayStation Portable', 'portalmmm', 'Proxinet', 'ProxiNet', 'SHARP-TQ-GX10', 'SHG-i900', 'Small', 'SonyEricsson', 'Symbian OS', 'SymbianOS', 'TS21i-10', 'UP.Browser', 'UP.Link', 'webOS', 'Windows CE', 'WinWAP', 'YahooSeeker/M1A1-R2D2', 'iPhone', 'iPod', 'Android', 'BlackBerry9530', 'LG-TU915 Obigo', 'LGE VX', 'webOS', 'Nokia5800' );
|
282 |
+
}
|
283 |
+
|
284 |
if ( $valid_nonce ) {
|
285 |
if( isset( $_POST[ 'wp_cache_status' ] ) ) {
|
286 |
if( isset( $_POST[ 'wp_cache_mobile_enabled' ] ) ) {
|
289 |
$wp_cache_mobile_enabled = 0;
|
290 |
}
|
291 |
if( $wp_cache_mobile_enabled == 1 ) {
|
292 |
+
wp_cache_replace_line('^ *\$wp_cache_mobile_browsers', "\$wp_cache_mobile_browsers = '" . implode( ', ', $mobile_browsers ) . "';", $wp_cache_config_file);
|
|
|
|
|
|
|
293 |
}
|
294 |
wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
|
295 |
|
343 |
$wp_cache_not_logged_in = 0;
|
344 |
}
|
345 |
wp_cache_replace_line('^ *\$wp_cache_not_logged_in', "\$wp_cache_not_logged_in = " . $wp_cache_not_logged_in . ";", $wp_cache_config_file);
|
346 |
+
if( $_wp_using_ext_object_cache && isset( $_POST[ 'wp_cache_object_cache' ] ) ) {
|
347 |
+
if( $wp_cache_object_cache == 0 && function_exists( 'prune_super_cache' ) )
|
348 |
+
prune_super_cache ($cache_path, true);
|
349 |
+
$wp_cache_object_cache = 1;
|
350 |
+
} else {
|
351 |
+
$wp_cache_object_cache = 0;
|
352 |
+
}
|
353 |
+
wp_cache_replace_line('^ *\$wp_cache_object_cache', "\$wp_cache_object_cache = " . $wp_cache_object_cache . ";", $wp_cache_config_file);
|
354 |
}
|
355 |
if( defined( 'WPSC_DISABLE_COMPRESSION' ) ) {
|
356 |
$cache_compression_changed = false;
|
357 |
$cache_compression = 0;
|
358 |
wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = " . $cache_compression . ";", $wp_cache_config_file);
|
359 |
} elseif( isset( $_POST[ 'cache_compression' ] ) && $_POST[ 'cache_compression' ] != $cache_compression ) {
|
360 |
+
if ( $_POST[ 'cache_compression' ] && 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( ini_get( 'zlib.output_compression' ) ) ) {
|
361 |
+
_e( "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file.", 'wp-super-cache' );
|
362 |
+
} else {
|
363 |
+
$cache_compression = intval( $_POST[ 'cache_compression' ] );
|
364 |
+
$cache_compression_changed = true;
|
365 |
+
wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = " . $cache_compression . ";", $wp_cache_config_file);
|
366 |
+
if( function_exists( 'prune_super_cache' ) )
|
367 |
+
prune_super_cache ($cache_path, true);
|
368 |
+
delete_option( 'super_cache_meta' );
|
369 |
+
}
|
370 |
}
|
371 |
if( isset( $_POST[ 'wp_cache_hide_donation' ] ) && $_POST[ 'wp_cache_hide_donation' ] != $wp_cache_hide_donation ) {
|
372 |
$wp_cache_hide_donation = intval( $_POST[ 'wp_cache_hide_donation' ] );
|
391 |
<p><label><input type='checkbox' name='wp_cache_mutex_disabled' <?php if( !$wp_cache_mutex_disabled ) echo "checked"; ?> value='0'> <?php _e( 'Coarse file locking. You probably don’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>', 'wp-super-cache' ); ?></label></p>
|
392 |
<?php } ?>
|
393 |
<p><label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages (may be expensive to run on busy sites, use with caution.)', 'wp-super-cache' ); ?></label>
|
394 |
+
<p><label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php printf( __( 'Mobile device support using <a href="%s">WordPress Mobile Edition</a>.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); ?></label>
|
395 |
<?php
|
396 |
$home_path = trailingslashit( get_home_path() );
|
397 |
$scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
|
398 |
+
if ( !$wp_cache_mobile_enabled && strpos( $scrules, addcslashes( implode( '|', $mobile_browsers ), ' ' ) ) ) {
|
399 |
echo "<blockquote style='background-color:#feefb3; padding: 5px; margin: 5px;'><h4>" . __( 'Mobile rewrite rules detected', 'wp-super-cache' ) . "</h4>";
|
400 |
+
echo "<p>" . __( '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 "2.0\ MMP|240x320" and delete those.', 'wp-super-cache' ) . "</p><p>" . __( 'This will have no affect on ordinary users but mobile users will see uncached pages.', 'wp-super-cache' ) . "</p></blockquote>";
|
401 |
+
} elseif ( $wp_cache_mobile_enabled && $scrules != '' && false === strpos( $scrules, addcslashes( implode( '|', $mobile_browsers ), ' ' ) ) ) {
|
402 |
?>
|
403 |
+
<blockquote style='background-color:#fefeb3; padding: 5px; margin: 5px;'><h4><?php _e( 'Rewrite rules must be updated', 'wp-super-cache' ); ?></h4>
|
404 |
+
<p><?php _e( 'The rewrite rules required by this plugin have changed or are missing. ', 'wp-super-cache' ); ?>
|
405 |
+
<?php _e( '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):', 'wp-super-cache' ); ?>
|
406 |
+
<ol><li> <?php _e( 'Set the plugin to half on mode and enable mobile support.', 'wp-super-cache' ); ?></li>
|
407 |
+
<li> <?php printf( __( '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.', 'wp-super-cache' ), $home_path ); ?></li>
|
408 |
+
<li> <?php printf( __( '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)', 'wp-super-cache' ), $home_path ); ?></p>
|
409 |
+
<div style='padding: 2px; margin: 2px; border: 1px solid #333; width:400px; overflow: scroll'><pre>RewriteCond %{HTTP_user_agent} !^.*(<?php echo addcslashes( implode( '|', $mobile_browsers ), ' ' ); ?>).*</pre></div></li></ol></blockquote>
|
410 |
<?php } ?>
|
411 |
<p><strong><?php _e( 'Note:', 'wp-super-cache' ); ?></strong> <?php printf( __( '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!)', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></p>
|
412 |
<p><?php printf( __( '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.)', 'wp-super-cache' ), WP_PLUGIN_URL ); ?></p>
|
413 |
+
<?php if ( $_wp_using_ext_object_cache ) {
|
414 |
+
?><p><label><input type='checkbox' name='wp_cache_object_cache' <?php if( $wp_cache_object_cache ) echo "checked"; ?> value='1'> <?php echo __( 'Use object cache to store cached files.', 'wp-super-cache' ) . ' ' . __( '(Experimental)', 'wp-super-cache' ); ?></label></p><?php
|
415 |
+
}
|
416 |
+
|
417 |
+
echo "<p><em>" . sprintf( __( 'Need help? Check the <a href="%1$s">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href="%2$s">support forum</a> is also available. Your question may already have been answered.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/', 'http://wordpress.org/tags/wp-super-cache?forum_id=10' ) . "</em></p>";
|
418 |
+
|
419 |
echo "<div class='submit'><input type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " »' /></div>";
|
420 |
wp_nonce_field('wp-cache');
|
421 |
?>
|
495 |
|
496 |
wp_cache_files();
|
497 |
|
498 |
+
wsc_mod_rewrite( $mobile_browsers );
|
499 |
|
500 |
wp_cache_edit_max_time();
|
501 |
|
532 |
echo "</div>\n";
|
533 |
}
|
534 |
|
535 |
+
function wsc_mod_rewrite( $mobile_browsers ) {
|
536 |
global $cache_enabled, $super_cache_enabled, $cache_compression, $cache_compression_changed, $valid_nonce, $cache_path;
|
537 |
if( $super_cache_enabled == false && $cache_enabled == true ) {
|
538 |
?><h3><?php _e( 'Super Cache Compression', 'wp-super-cache' ); ?></h3>
|
588 |
$condition_rules[] = "RewriteCond %{REQUEST_METHOD} !POST";
|
589 |
$condition_rules[] = "RewriteCond %{QUERY_STRING} !.*=.*";
|
590 |
$condition_rules[] = "RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$";
|
591 |
+
$condition_rules[] = "RewriteCond %{HTTP_USER_AGENT} !^.*(" . addcslashes( implode( '|', $mobile_browsers ), ' ' ) . ").*";
|
592 |
$condition_rules = apply_filters( 'supercacherewriteconditions', $condition_rules );
|
593 |
|
594 |
$rules = "<IfModule mod_rewrite.c>\n";
|
1163 |
global $wp_cache_config_file;
|
1164 |
|
1165 |
if(get_option('gzipcompression')) {
|
1166 |
+
echo "<strong>" . __( 'Warning', 'wp-super-cache' ) . "</strong>: " . __( "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression.", 'wp-super-cache' );
|
1167 |
return false;
|
1168 |
}
|
1169 |
$lines = file($wp_cache_config_file);
|
1351 |
$line = 'define(\'WP_CACHE\', true);';
|
1352 |
if (!is_writeable_ACLSafe($global) || !wp_cache_replace_line('define *\( *\'WP_CACHE\'', $line, $global) ) {
|
1353 |
echo "<p>" . __( "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it.", 'wp-super-cache' ) . "</p>";;
|
1354 |
+
echo "<p>" . sprintf( __( "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. ", 'wp-super-cache' ), $global ) . "</p>";
|
1355 |
return false;
|
1356 |
} else {
|
1357 |
echo "<div style='border: 1px solid #333; background: #ffffaa; padding: 2px;'>" . __( '<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.', 'wp-super-cache' ) . "</div>";
|
1361 |
|
1362 |
function wp_cache_files() {
|
1363 |
global $cache_path, $file_prefix, $cache_max_time, $valid_nonce, $supercachedir, $cache_enabled, $super_cache_enabled, $blog_cache_dir, $cache_compression;
|
1364 |
+
global $wp_cache_object_cache;
|
1365 |
|
1366 |
if ( '/' != substr($cache_path, -1)) {
|
1367 |
$cache_path .= '/';
|
1378 |
echo "<a name='listfiles'></a>";
|
1379 |
echo '<fieldset class="options" id="show-this-fieldset"><h3>' . __( 'Cache Contents', 'wp-super-cache' ) . '</h3>';
|
1380 |
|
1381 |
+
if ( $wp_cache_object_cache ) {
|
1382 |
+
echo "<p>" . __( "Object cache in use. No cache listing available.", 'wp-super-cache' ) . "</p>";
|
1383 |
+
wp_cache_delete_buttons();
|
1384 |
+
echo "</fieldset>";
|
1385 |
+
return false;
|
1386 |
+
}
|
1387 |
+
|
1388 |
$list_files = false; // it doesn't list supercached files, and removing single pages is buggy
|
1389 |
$count = 0;
|
1390 |
$expired = 0;
|
1579 |
echo "<p>" . sprintf( __( '<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />', 'wp-super-cache' ), date( 'i:s', $next_gc_mins ) );
|
1580 |
printf( __( "Next GC in <strong>%s</strong> minutes", 'wp-super-cache' ), date( 'i:s', $next_gc - $next_gc_mins ) ) . "</p>";
|
1581 |
}
|
|
|
1582 |
echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
|
1583 |
+
wp_cache_delete_buttons();
|
1584 |
+
|
1585 |
+
echo '</fieldset>';
|
1586 |
+
}
|
1587 |
+
|
1588 |
+
function wp_cache_delete_buttons() {
|
1589 |
+
|
1590 |
echo '<form name="wp_cache_content_expired" action="#listfiles" method="post">';
|
1591 |
echo '<input type="hidden" name="wp_delete_expired" />';
|
1592 |
echo '<div class="submit" style="float:left"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Expired', 'wp-super-cache' ) . ' »" /></div>';
|
1598 |
echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' »" /></div>';
|
1599 |
wp_nonce_field('wp-cache');
|
1600 |
echo "</form>\n";
|
|
|
|
|
1601 |
}
|
1602 |
|
1603 |
function delete_cache_dashboard() {
|
1647 |
|
1648 |
|
1649 |
function wp_cache_clean_cache($file_prefix) {
|
1650 |
+
global $cache_path, $supercachedir, $blog_cache_dir, $wp_cache_object_cache;
|
1651 |
+
|
1652 |
+
if ( $wp_cache_object_cache && function_exists( "reset_oc_version" ) )
|
1653 |
+
reset_oc_version();
|
1654 |
|
1655 |
// If phase2 was compiled, use its function to avoid race-conditions
|
1656 |
if(function_exists('wp_cache_phase2_clean_cache')) {
|
wp-super-cache.pot
CHANGED
@@ -1,26 +1,27 @@
|
|
1 |
-
#
|
2 |
-
#
|
3 |
-
#
|
|
|
4 |
#
|
5 |
#, fuzzy
|
6 |
msgid ""
|
7 |
msgstr ""
|
8 |
-
"Project-Id-Version:
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
10 |
-
"POT-Creation-Date:
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
-
"Content-Type: text/plain; charset=
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
|
18 |
#: plugins/badbehaviour.php:45
|
19 |
msgid "Bad Behaviour not found. Please check your install."
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: plugins/badbehaviour.php:47 plugins/badbehaviour.php:
|
23 |
-
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:
|
24 |
msgid "Disable"
|
25 |
msgstr ""
|
26 |
|
@@ -28,16 +29,16 @@ msgstr ""
|
|
28 |
msgid "disabled"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: plugins/badbehaviour.php:57 plugins/searchengine.php:69 wp-cache.php:
|
32 |
msgid "enabled"
|
33 |
msgstr ""
|
34 |
|
35 |
#: plugins/badbehaviour.php:60
|
36 |
#, php-format
|
37 |
-
msgid "Bad Behaviour support is %s"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: plugins/badbehaviour.php:
|
41 |
#, php-format
|
42 |
msgid ""
|
43 |
"(Only half-on caching supported, disabled compression and requires <a href="
|
@@ -45,11 +46,11 @@ msgid ""
|
|
45 |
"behavior/\") "
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: plugins/badbehaviour.php:
|
49 |
msgid "Enable"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: plugins/badbehaviour.php:
|
53 |
msgid "Warning!"
|
54 |
msgstr ""
|
55 |
|
@@ -57,7 +58,7 @@ msgstr ""
|
|
57 |
#, php-format
|
58 |
msgid ""
|
59 |
"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
|
60 |
-
"Friends</a> plugin is %s"
|
61 |
msgstr ""
|
62 |
|
63 |
#: plugins/searchengine.php:72
|
@@ -110,22 +111,33 @@ msgid ""
|
|
110 |
"php.ini config file."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
msgid ""
|
115 |
"Configuration file changed, some values might be wrong. Load the page again "
|
116 |
"from the \"Settings\" menu to reset them."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: wp-cache.php:
|
120 |
msgid "Cannot continue... fix previous problems and retry."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: wp-cache.php:
|
124 |
#, php-format
|
125 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: wp-cache.php:
|
129 |
#, php-format
|
130 |
msgid ""
|
131 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
@@ -133,25 +145,38 @@ msgid ""
|
|
133 |
"operate correctly."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: wp-cache.php:
|
137 |
#, php-format
|
138 |
msgid ""
|
139 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
140 |
"readme.txt"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: wp-cache.php:
|
144 |
msgid ""
|
145 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
146 |
"required for the the correct operation of garbage collection by this plugin, "
|
147 |
"WordPress scheduled posts as well as other critical activities."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
msgid "Mod rewrite may not be installed!"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: wp-cache.php:
|
155 |
msgid ""
|
156 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
157 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
@@ -159,19 +184,19 @@ msgid ""
|
|
159 |
"static files. You will still be able to use half-on mode."
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: wp-cache.php:
|
163 |
msgid "Read Only Mode. Configuration cannot be changed."
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: wp-cache.php:
|
167 |
msgid "Why your configuration may not be changed"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: wp-cache.php:
|
171 |
msgid "Why"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: wp-cache.php:
|
175 |
#, php-format
|
176 |
msgid ""
|
177 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
@@ -179,130 +204,146 @@ msgid ""
|
|
179 |
"any changes."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: wp-cache.php:
|
183 |
msgid ""
|
184 |
"A simple way of doing that is by changing the permissions temporarily using "
|
185 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
186 |
"writeable and it should be fine."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: wp-cache.php:
|
190 |
msgid "Writeable:"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: wp-cache.php:
|
194 |
msgid "Readonly:"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: wp-cache.php:
|
198 |
#, php-format
|
199 |
msgid "Warning! %s is writeable!"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: wp-cache.php:
|
203 |
#, php-format
|
204 |
msgid ""
|
205 |
"You should change the permissions on %s and make it more restrictive. Use "
|
206 |
"your ftp client, or the following command to fix things:"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
msgid "WP Super Cache Status"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: wp-cache.php:
|
214 |
msgid "ON"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: wp-cache.php:
|
218 |
msgid "WP Cache and Super Cache enabled"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: wp-cache.php:
|
222 |
msgid "HALF ON"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: wp-cache.php:
|
226 |
msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: wp-cache.php:
|
230 |
msgid "OFF"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: wp-cache.php:
|
234 |
msgid "WP Cache and Super Cache disabled"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: wp-cache.php:
|
238 |
msgid "Don’t cache pages for logged in users."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: wp-cache.php:
|
242 |
msgid ""
|
243 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
244 |
"blog’s footer)"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: wp-cache.php:
|
248 |
msgid ""
|
249 |
"Clear all cache files when a post or page is published. (This may "
|
250 |
"significantly slow down saving of posts.)"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: wp-cache.php:
|
254 |
msgid ""
|
255 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
256 |
"is being generated. Recommended for <em>very</em> busy websites with lots of "
|
257 |
"comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: wp-cache.php:
|
261 |
msgid ""
|
262 |
"Coarse file locking. You probably don’t need this but it may help if "
|
263 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
264 |
"in very rare cases!</em>"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: wp-cache.php:
|
268 |
msgid ""
|
269 |
"List the newest cached pages (may be expensive to run on busy sites, use "
|
270 |
"with caution.)"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: wp-cache.php:
|
274 |
-
|
|
|
|
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: wp-cache.php:
|
278 |
msgid "Mobile rewrite rules detected"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: wp-cache.php:
|
282 |
msgid ""
|
283 |
"For best performance you should enable \"Mobile device support\" or delete "
|
284 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
285 |
-
"text \"
|
286 |
-
"delete those."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: wp-cache.php:
|
290 |
msgid ""
|
291 |
"This will have no affect on ordinary users but mobile users will see "
|
292 |
"uncached pages."
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
msgid ""
|
297 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
298 |
"the plugin to half-on mode. Here are your options (in order of difficulty):"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: wp-cache.php:
|
302 |
msgid "Set the plugin to half on mode and enable mobile support."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: wp-cache.php:
|
306 |
#, php-format
|
307 |
msgid ""
|
308 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
@@ -310,7 +351,7 @@ msgid ""
|
|
310 |
"regenerate them by reloading this page."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: wp-cache.php:
|
314 |
msgid ""
|
315 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
316 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
@@ -319,11 +360,11 @@ msgid ""
|
|
319 |
"add this line: (do it twice, once for each section)"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: wp-cache.php:
|
323 |
msgid "Note:"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: wp-cache.php:
|
327 |
#, php-format
|
328 |
msgid ""
|
329 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
@@ -332,7 +373,7 @@ msgid ""
|
|
332 |
"files are writeable too is probably a good idea!)"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: wp-cache.php:
|
336 |
#, php-format
|
337 |
msgid ""
|
338 |
"Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall "
|
@@ -341,42 +382,59 @@ msgid ""
|
|
341 |
"instructions on uninstalling this script.)"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
msgid "Update Status"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: wp-cache.php:
|
349 |
msgid "Required to serve compressed supercache files properly."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: wp-cache.php:
|
353 |
msgid ""
|
354 |
"Required to set caching information on supercache pages. IE7 users will see "
|
355 |
"old pages without this module."
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: wp-cache.php:
|
359 |
msgid ""
|
360 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
361 |
"when they refresh or leave comments without this module."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: wp-cache.php:
|
365 |
msgid "Missing Apache Modules"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: wp-cache.php:
|
369 |
msgid ""
|
370 |
"The following Apache modules are missing. The plugin will work in half-on "
|
371 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
372 |
"pages or out of date content however."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: wp-cache.php:
|
376 |
msgid "Make WordPress Faster"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: wp-cache.php:
|
380 |
#, php-format
|
381 |
msgid ""
|
382 |
"%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
@@ -384,7 +442,7 @@ msgid ""
|
|
384 |
"for whatever amount you want. Every penny helps!"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: wp-cache.php:
|
388 |
#, php-format
|
389 |
msgid ""
|
390 |
"If Amazon isn’t your thing, there’s also PayPal. Click the "
|
@@ -392,122 +450,122 @@ msgid ""
|
|
392 |
"a>."
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: wp-cache.php:
|
396 |
msgid "Thanks in advance!"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: wp-cache.php:
|
400 |
msgid ""
|
401 |
"Ok, it won’t go any faster but you’ll make this plugin author "
|
402 |
"very happy!"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: wp-cache.php:
|
406 |
msgid "Don’t show me this again."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: wp-cache.php:
|
410 |
msgid "Hide"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: wp-cache.php:
|
414 |
#, php-format
|
415 |
msgid ""
|
416 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: wp-cache.php:
|
420 |
#, php-format
|
421 |
msgid ""
|
422 |
"He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
423 |
"had more time to read and relax."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: wp-cache.php:
|
427 |
#, php-format
|
428 |
msgid "Please say hi to him on %s too!"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: wp-cache.php:
|
432 |
#, php-format
|
433 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: wp-cache.php:
|
437 |
msgid "Newest Cached Pages:"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: wp-cache.php:
|
441 |
#, php-format
|
442 |
msgid "Cached %s seconds ago"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: wp-cache.php:
|
446 |
msgid "(may not always be accurate on busy sites)"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: wp-cache.php:
|
450 |
msgid "Accepted Filenames & Rejected URIs"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: wp-cache.php:
|
454 |
msgid "Cache Plugins"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: wp-cache.php:
|
458 |
msgid "Super Cache Compression"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: wp-cache.php:
|
462 |
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: wp-cache.php:
|
466 |
msgid "Enabled"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: wp-cache.php:
|
470 |
msgid "Disabled"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: wp-cache.php:
|
474 |
msgid ""
|
475 |
"Compression is disabled by default because some hosts have problems with "
|
476 |
"compressed files. Switching this on and off clears the cache."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: wp-cache.php:
|
480 |
msgid "Super Cache compression is now disabled."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: wp-cache.php:
|
484 |
msgid "Super Cache compression is now enabled."
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: wp-cache.php:
|
488 |
msgid "Update Compression"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: wp-cache.php:
|
492 |
msgid "Mod Rewrite Rules"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: wp-cache.php:
|
496 |
msgid "WordPress MU Detected"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: wp-cache.php:
|
500 |
msgid ""
|
501 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
502 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
503 |
"rules above any other rules in that file."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: wp-cache.php:
|
507 |
msgid "Mod Rewrite rules cannot be updated!"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: wp-cache.php:
|
511 |
#, php-format
|
512 |
msgid ""
|
513 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
@@ -515,15 +573,15 @@ msgid ""
|
|
515 |
"main WordPress mod_rewrite rules:"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: wp-cache.php:
|
519 |
msgid "Refresh this page when you have updated your .htaccess file."
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: wp-cache.php:
|
523 |
msgid "Thank you for upgrading."
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: wp-cache.php:
|
527 |
#, php-format
|
528 |
msgid ""
|
529 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
@@ -536,11 +594,11 @@ msgid ""
|
|
536 |
"brave enough to use them."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: wp-cache.php:
|
540 |
msgid "Trailing slash check required."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: wp-cache.php:
|
544 |
msgid ""
|
545 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
546 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
@@ -549,78 +607,78 @@ msgid ""
|
|
549 |
"and add these two rules to the two groups of Super Cache rules:"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: wp-cache.php:
|
553 |
msgid ""
|
554 |
"You can see where the rules go and examine the complete rules by clicking "
|
555 |
"the \"View mod_rewrite rules\" link below."
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: wp-cache.php:
|
559 |
msgid "Cannot update .htaccess"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: wp-cache.php:
|
563 |
#, php-format
|
564 |
msgid ""
|
565 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
566 |
"Please correct this using the chmod command or your ftp client."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: wp-cache.php:
|
570 |
msgid "Refresh this page when the file permissions have been modified."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: wp-cache.php:
|
574 |
#, php-format
|
575 |
msgid ""
|
576 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
577 |
"add the following code (before any WordPress rules):"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: wp-cache.php:
|
581 |
#, php-format
|
582 |
msgid ""
|
583 |
"To serve static html files your server must have the correct mod_rewrite "
|
584 |
"rules added to a file called <code>%s.htaccess</code>"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: wp-cache.php:
|
588 |
msgid "You must edit the file yourself add the following rules."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: wp-cache.php:
|
592 |
msgid "You can edit the file yourself add the following rules."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: wp-cache.php:
|
596 |
msgid " Make sure they appear before any existing WordPress rules. "
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: wp-cache.php:
|
600 |
#, php-format
|
601 |
msgid "Rules must be added to %s too:"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: wp-cache.php:
|
605 |
msgid "Update Mod_Rewrite Rules"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: wp-cache.php:
|
609 |
msgid "Mod Rewrite rules updated!"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: wp-cache.php:
|
613 |
#, php-format
|
614 |
msgid ""
|
615 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
616 |
"verify they are correct. They should look like this:"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: wp-cache.php:
|
620 |
msgid "Mod Rewrite rules must be updated!"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: wp-cache.php:
|
624 |
#, php-format
|
625 |
msgid ""
|
626 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
@@ -628,7 +686,7 @@ msgid ""
|
|
628 |
"WordPress rules as shown in the code below:"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: wp-cache.php:
|
632 |
#, php-format
|
633 |
msgid ""
|
634 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
@@ -636,102 +694,102 @@ msgid ""
|
|
636 |
"upgraded the plugin make sure these rules match."
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: wp-cache.php:
|
640 |
msgid "View Mod_Rewrite Rules"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: wp-cache.php:
|
644 |
#, php-format
|
645 |
msgid "Gzip encoding rules in %s.htaccess created."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: wp-cache.php:
|
649 |
msgid "Fix Configuration"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: wp-cache.php:
|
653 |
msgid "Restore Default Configuration"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: wp-cache.php:
|
657 |
msgid ""
|
658 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: wp-cache.php:
|
662 |
msgid "Lock Down:"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: wp-cache.php:
|
666 |
msgid ""
|
667 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
668 |
"down. When this is enabled, new comments on a post will not refresh the "
|
669 |
"cached static files."
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: wp-cache.php:
|
673 |
msgid ""
|
674 |
"Developers: Make your plugin lock down compatible by checking the "
|
675 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
676 |
"respects the WPLOCKDOWN setting."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: wp-cache.php:
|
680 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: wp-cache.php:
|
684 |
msgid ""
|
685 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
686 |
"new comments are made."
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: wp-cache.php:
|
690 |
msgid ""
|
691 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
692 |
"files as normal."
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: wp-cache.php:
|
696 |
msgid "Lock Down"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: wp-cache.php:
|
700 |
msgid "Directly Cached Files"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: wp-cache.php:
|
704 |
#, php-format
|
705 |
msgid "%s removed!"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: wp-cache.php:
|
709 |
#, php-format
|
710 |
msgid ""
|
711 |
"You must make %s writable to enable this feature. As this is a security risk "
|
712 |
"please make it readonly after your page is generated."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: wp-cache.php:
|
716 |
#, php-format
|
717 |
msgid ""
|
718 |
"%s is writable. Please make it readonly after your page is generated as this "
|
719 |
"is a security risk."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: wp-cache.php:
|
723 |
msgid "Existing direct page"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: wp-cache.php:
|
727 |
msgid "Delete cached file"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: wp-cache.php:
|
731 |
msgid "Add direct page:"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: wp-cache.php:
|
735 |
#, php-format
|
736 |
msgid ""
|
737 |
"Directly cached files are files created directly off %s where your blog "
|
@@ -739,7 +797,7 @@ msgid ""
|
|
739 |
"Slashdot level of traffic to one post or page."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: wp-cache.php:
|
743 |
#, php-format
|
744 |
msgid ""
|
745 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
@@ -747,40 +805,40 @@ msgid ""
|
|
747 |
"visits that page."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: wp-cache.php:
|
751 |
msgid ""
|
752 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
753 |
"the cached file."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: wp-cache.php:
|
757 |
msgid "Update Direct Pages"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: wp-cache.php:
|
761 |
msgid "Expiry Time & Garbage Collection"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: wp-cache.php:
|
765 |
msgid "Expire time:"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: wp-cache.php:
|
769 |
msgid "seconds"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: wp-cache.php:
|
773 |
msgid "Garbage Collection"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: wp-cache.php:
|
777 |
msgid ""
|
778 |
"If expiry time is more than 1800 seconds (half an hour), garbage collection "
|
779 |
"will be done every 10 minutes, otherwise it will happen 10 seconds after the "
|
780 |
"expiry time above."
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: wp-cache.php:
|
784 |
msgid ""
|
785 |
"Checking for and deleting expired files is expensive, but it’s "
|
786 |
"expensive leaving them there too. On a very busy site you should set the "
|
@@ -789,73 +847,73 @@ msgid ""
|
|
789 |
"during the day. Aim to have less than 500 cached files if possible."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: wp-cache.php:
|
793 |
msgid "Change Expiration"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: wp-cache.php:
|
797 |
msgid "Rejected User Agents"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: wp-cache.php:
|
801 |
msgid ""
|
802 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
803 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
804 |
"cached files are still sent to these agents if they already exists."
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: wp-cache.php:
|
808 |
msgid "Save UA Strings"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: wp-cache.php:
|
812 |
msgid ""
|
813 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
814 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
815 |
"complete discussion on each type."
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: wp-cache.php:
|
819 |
msgid "Single Posts"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: wp-cache.php:
|
823 |
msgid "Pages"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: wp-cache.php:
|
827 |
msgid "Front Page"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: wp-cache.php:
|
831 |
msgid "Home"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: wp-cache.php:
|
835 |
msgid "Archives"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: wp-cache.php:
|
839 |
msgid "Tags"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: wp-cache.php:
|
843 |
msgid "Category"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: wp-cache.php:
|
847 |
msgid "Feeds"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: wp-cache.php:
|
851 |
msgid "Search Pages"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: wp-cache.php:
|
855 |
msgid "Save"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: wp-cache.php:
|
859 |
msgid ""
|
860 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
861 |
"example, if your URLs include year and you dont want to cache last year "
|
@@ -864,78 +922,78 @@ msgid ""
|
|
864 |
"cache that page."
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: wp-cache.php:
|
868 |
msgid "Save Strings"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: wp-cache.php:
|
872 |
msgid ""
|
873 |
"Add here those filenames that can be cached, even if they match one of the "
|
874 |
"rejected substring specified above."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: wp-cache.php:
|
878 |
msgid "Save Files"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: wp-cache.php:
|
882 |
msgid "Debug Settings"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: wp-cache.php:
|
886 |
msgid "Currently logging to: "
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: wp-cache.php:
|
890 |
msgid ""
|
891 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
892 |
"emails or log them to a file in your cache directory."
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: wp-cache.php:
|
896 |
msgid ""
|
897 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
898 |
"will clear the log file."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: wp-cache.php:
|
902 |
msgid "Debugging"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: wp-cache.php:
|
906 |
msgid "Logging Type"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: wp-cache.php:
|
910 |
msgid "Email"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: wp-cache.php:
|
914 |
msgid "file"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: wp-cache.php:
|
918 |
msgid "IP Address"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: wp-cache.php:
|
922 |
#, php-format
|
923 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: wp-cache.php:
|
927 |
msgid "Log level"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: wp-cache.php:
|
931 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: wp-cache.php:
|
935 |
msgid "Advanced"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: wp-cache.php:
|
939 |
msgid ""
|
940 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
941 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
@@ -943,7 +1001,7 @@ msgid ""
|
|
943 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: wp-cache.php:
|
947 |
#, php-format
|
948 |
msgid ""
|
949 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
@@ -952,94 +1010,94 @@ msgid ""
|
|
952 |
"emailed if there is a problem."
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: wp-cache.php:
|
956 |
msgid "Check front page every 5 minutes."
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: wp-cache.php:
|
960 |
msgid "Front page text"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: wp-cache.php:
|
964 |
msgid ""
|
965 |
"Text to search for on your front page. If this text is missing the cache "
|
966 |
"will be cleared. Leave blank to disable."
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: wp-cache.php:
|
970 |
msgid "Clear cache on error."
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: wp-cache.php:
|
974 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: wp-cache.php:
|
978 |
msgid ""
|
979 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
980 |
"cache."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: wp-cache.php:
|
984 |
msgid "Warning"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: wp-cache.php:
|
988 |
msgid ""
|
989 |
-
"GZIP compression is enabled in
|
990 |
"you disable gzip compression."
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: wp-cache.php:
|
994 |
-
#: wp-cache.php:
|
995 |
msgid "Error"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: wp-cache.php:
|
999 |
#, php-format
|
1000 |
msgid ""
|
1001 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1002 |
"couldn’t be created by the web server. Check %s permissions."
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: wp-cache.php:
|
1006 |
#, php-format
|
1007 |
msgid ""
|
1008 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1009 |
"to be writable for this plugin to work. Double-check it."
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: wp-cache.php:
|
1013 |
#, php-format
|
1014 |
msgid ""
|
1015 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1016 |
"writable by the Web server.Please delete it and refresh this page."
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: wp-cache.php:
|
1020 |
#, php-format
|
1021 |
msgid ""
|
1022 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1023 |
"not writable by the Web server.Check its permissions."
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: wp-cache.php:
|
1027 |
#, php-format
|
1028 |
msgid ""
|
1029 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1030 |
"installation."
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: wp-cache.php:
|
1034 |
#, php-format
|
1035 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: wp-cache.php:
|
1039 |
msgid "1. If it already exists please delete the file first."
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: wp-cache.php:
|
1043 |
#, php-format
|
1044 |
msgid ""
|
1045 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
@@ -1048,19 +1106,19 @@ msgid ""
|
|
1048 |
"again. (Change 777 to 755 in the previous command)"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: wp-cache.php:
|
1052 |
#, php-format
|
1053 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: wp-cache.php:
|
1057 |
#, php-format
|
1058 |
msgid ""
|
1059 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1060 |
"em> doesn’t exist:"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: wp-cache.php:
|
1064 |
#, php-format
|
1065 |
msgid ""
|
1066 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
@@ -1068,21 +1126,21 @@ msgid ""
|
|
1068 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: wp-cache.php:
|
1072 |
msgid ""
|
1073 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1074 |
"code> file and I couldn’t modify it."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: wp-cache.php:
|
1078 |
#, php-format
|
1079 |
msgid ""
|
1080 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1081 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1082 |
-
"executed</strong> by
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: wp-cache.php:
|
1086 |
msgid ""
|
1087 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1088 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
@@ -1090,174 +1148,178 @@ msgid ""
|
|
1090 |
"moved up."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: wp-cache.php:
|
1094 |
msgid "Cache Contents"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
1098 |
#, php-format
|
1099 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: wp-cache.php:
|
1103 |
#, php-format
|
1104 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: wp-cache.php:
|
1108 |
msgid "WP-Cache"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: wp-cache.php:
|
1112 |
#, php-format
|
1113 |
msgid "%s Cached Pages"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: wp-cache.php:
|
1117 |
#, php-format
|
1118 |
msgid "%s Expired Pages"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: wp-cache.php:
|
1122 |
msgid "WP-Super-Cache"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: wp-cache.php:
|
1126 |
msgid "Fresh WP-Cached Files"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: wp-cache.php:
|
1130 |
msgid "URI"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: wp-cache.php:
|
1134 |
msgid "Key"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: wp-cache.php:
|
1138 |
msgid "Age"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: wp-cache.php:
|
1142 |
msgid "Delete"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: wp-cache.php:
|
1146 |
msgid "Stale WP-Cached Files"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: wp-cache.php:
|
1150 |
msgid "Fresh Super Cached Files"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: wp-cache.php:
|
1154 |
msgid "Stale Super Cached Files"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: wp-cache.php:
|
1158 |
msgid "Hide file list"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: wp-cache.php:
|
1162 |
msgid "List all cached files"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: wp-cache.php:
|
1166 |
#, php-format
|
1167 |
msgid ""
|
1168 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1169 |
"minutes ago<br />"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: wp-cache.php:
|
1173 |
#, php-format
|
1174 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: wp-cache.php:
|
1178 |
#, php-format
|
1179 |
msgid ""
|
1180 |
"Expired files are files older than %s seconds. They are still used by the "
|
1181 |
"plugin and are deleted periodically."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: wp-cache.php:
|
1185 |
msgid "Delete Expired"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: wp-cache.php:
|
1189 |
msgid "Delete Cache"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: wp-cache.php:
|
1193 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: wp-cache.php:
|
1197 |
#, php-format
|
1198 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: wp-cache.php:
|
1202 |
#, php-format
|
1203 |
msgid ""
|
1204 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1205 |
"to enable and configure the plugin."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: wp-cache.php:
|
1209 |
msgid "Settings"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: wp-cache.php:
|
1213 |
#, php-format
|
1214 |
msgid ""
|
1215 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1216 |
"page</a> to enable caching."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: wp-cache.php:
|
1220 |
#, php-format
|
1221 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: wp-cache.php:
|
1225 |
#, php-format
|
1226 |
msgid ""
|
1227 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1228 |
"downloading!"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: wp-cache.php:
|
1232 |
#, php-format
|
1233 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: wp-cache.php:
|
1237 |
#, php-format
|
1238 |
msgid ""
|
1239 |
"The cache on your blog has been cleared because the front page of your site "
|
1240 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: wp-cache.php:
|
1244 |
#, php-format
|
1245 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: wp-cache.php:
|
1249 |
#, php-format
|
1250 |
msgid ""
|
1251 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1252 |
"correct and missing the text, \"%2$s\"!"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: wp-cache.php:
|
1256 |
#, php-format
|
1257 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: wp-cache.php:
|
1261 |
#, php-format
|
1262 |
msgid ""
|
1263 |
"The cache on your blog has been cleared because the front page of your site "
|
@@ -1265,12 +1327,12 @@ msgid ""
|
|
1265 |
"cleared."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: wp-cache.php:
|
1269 |
#, php-format
|
1270 |
msgid "[%s] Front page check!"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: wp-cache.php:
|
1274 |
#, php-format
|
1275 |
msgid ""
|
1276 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1 |
+
# Translation of the WordPress plugin by .
|
2 |
+
# Copyright (C) 2010
|
3 |
+
# This file is distributed under the same license as the package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
#
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: \n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
11 |
+
"POT-Creation-Date: 2010-02-08 14:22+0000\n"
|
12 |
+
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
|
19 |
#: plugins/badbehaviour.php:45
|
20 |
msgid "Bad Behaviour not found. Please check your install."
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: plugins/badbehaviour.php:47 plugins/badbehaviour.php:65
|
24 |
+
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:742
|
25 |
msgid "Disable"
|
26 |
msgstr ""
|
27 |
|
29 |
msgid "disabled"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: plugins/badbehaviour.php:57 plugins/searchengine.php:69 wp-cache.php:1085
|
33 |
msgid "enabled"
|
34 |
msgstr ""
|
35 |
|
36 |
#: plugins/badbehaviour.php:60
|
37 |
#, php-format
|
38 |
+
msgid "Bad Behaviour support is %s."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: plugins/badbehaviour.php:61
|
42 |
#, php-format
|
43 |
msgid ""
|
44 |
"(Only half-on caching supported, disabled compression and requires <a href="
|
46 |
"behavior/\") "
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: plugins/badbehaviour.php:63 plugins/searchengine.php:74 wp-cache.php:742
|
50 |
msgid "Enable"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: plugins/badbehaviour.php:69 wp-cache.php:819 wp-cache.php:821
|
54 |
msgid "Warning!"
|
55 |
msgstr ""
|
56 |
|
58 |
#, php-format
|
59 |
msgid ""
|
60 |
"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
|
61 |
+
"Friends</a> plugin is %s."
|
62 |
msgstr ""
|
63 |
|
64 |
#: plugins/searchengine.php:72
|
111 |
"php.ini config file."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: wp-cache.php:183
|
115 |
+
msgid "Permlink Structure Error"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: wp-cache.php:184
|
119 |
+
msgid ""
|
120 |
+
"A custom url or permalink structure is required for this plugin to work "
|
121 |
+
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
122 |
+
"Options Page</a> to configure your permalinks."
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: wp-cache.php:194
|
126 |
msgid ""
|
127 |
"Configuration file changed, some values might be wrong. Load the page again "
|
128 |
"from the \"Settings\" menu to reset them."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: wp-cache.php:200
|
132 |
msgid "Cannot continue... fix previous problems and retry."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: wp-cache.php:216
|
136 |
#, php-format
|
137 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: wp-cache.php:218
|
141 |
#, php-format
|
142 |
msgid ""
|
143 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
145 |
"operate correctly."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: wp-cache.php:219 wp-cache.php:233
|
149 |
#, php-format
|
150 |
msgid ""
|
151 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
152 |
"readme.txt"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: wp-cache.php:232
|
156 |
msgid ""
|
157 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
158 |
"required for the the correct operation of garbage collection by this plugin, "
|
159 |
"WordPress scheduled posts as well as other critical activities."
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: wp-cache.php:243
|
163 |
+
msgid "Zlib Output Compression Enabled!"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: wp-cache.php:244
|
167 |
+
msgid ""
|
168 |
+
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
169 |
+
"this is recommended as the plugin caches the compressed output once instead "
|
170 |
+
"of compressing the same page over and over again. Also see #21 in the "
|
171 |
+
"Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib."
|
172 |
+
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: wp-cache.php:248
|
176 |
msgid "Mod rewrite may not be installed!"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: wp-cache.php:249
|
180 |
msgid ""
|
181 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
182 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
184 |
"static files. You will still be able to use half-on mode."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: wp-cache.php:254
|
188 |
msgid "Read Only Mode. Configuration cannot be changed."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: wp-cache.php:254
|
192 |
msgid "Why your configuration may not be changed"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: wp-cache.php:254
|
196 |
msgid "Why"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: wp-cache.php:256
|
200 |
#, php-format
|
201 |
msgid ""
|
202 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
204 |
"any changes."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: wp-cache.php:257
|
208 |
msgid ""
|
209 |
"A simple way of doing that is by changing the permissions temporarily using "
|
210 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
211 |
"writeable and it should be fine."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: wp-cache.php:258
|
215 |
msgid "Writeable:"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: wp-cache.php:259
|
219 |
msgid "Readonly:"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: wp-cache.php:271
|
223 |
#, php-format
|
224 |
msgid "Warning! %s is writeable!"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: wp-cache.php:272
|
228 |
#, php-format
|
229 |
msgid ""
|
230 |
"You should change the permissions on %s and make it more restrictive. Use "
|
231 |
"your ftp client, or the following command to fix things:"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: wp-cache.php:361
|
235 |
+
msgid ""
|
236 |
+
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
237 |
+
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
238 |
+
"of the readme file."
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: wp-cache.php:380
|
242 |
msgid "WP Super Cache Status"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: wp-cache.php:383
|
246 |
msgid "ON"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: wp-cache.php:383
|
250 |
msgid "WP Cache and Super Cache enabled"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: wp-cache.php:384
|
254 |
msgid "HALF ON"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: wp-cache.php:384
|
258 |
msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: wp-cache.php:385
|
262 |
msgid "OFF"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: wp-cache.php:385
|
266 |
msgid "WP Cache and Super Cache disabled"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: wp-cache.php:386
|
270 |
msgid "Don’t cache pages for logged in users."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: wp-cache.php:387
|
274 |
msgid ""
|
275 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
276 |
"blog’s footer)"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: wp-cache.php:388
|
280 |
msgid ""
|
281 |
"Clear all cache files when a post or page is published. (This may "
|
282 |
"significantly slow down saving of posts.)"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: wp-cache.php:389
|
286 |
msgid ""
|
287 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
288 |
"is being generated. Recommended for <em>very</em> busy websites with lots of "
|
289 |
"comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: wp-cache.php:391
|
293 |
msgid ""
|
294 |
"Coarse file locking. You probably don’t need this but it may help if "
|
295 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
296 |
"in very rare cases!</em>"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: wp-cache.php:393
|
300 |
msgid ""
|
301 |
"List the newest cached pages (may be expensive to run on busy sites, use "
|
302 |
"with caution.)"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: wp-cache.php:394
|
306 |
+
#, php-format
|
307 |
+
msgid ""
|
308 |
+
"Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: wp-cache.php:399
|
312 |
msgid "Mobile rewrite rules detected"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: wp-cache.php:400
|
316 |
msgid ""
|
317 |
"For best performance you should enable \"Mobile device support\" or delete "
|
318 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
319 |
+
"text \"2.0\\ MMP|240x320\" and delete those."
|
|
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: wp-cache.php:400
|
323 |
msgid ""
|
324 |
"This will have no affect on ordinary users but mobile users will see "
|
325 |
"uncached pages."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wp-cache.php:403
|
329 |
+
msgid "Rewrite rules must be updated"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: wp-cache.php:404
|
333 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: wp-cache.php:405
|
337 |
msgid ""
|
338 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
339 |
"the plugin to half-on mode. Here are your options (in order of difficulty):"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: wp-cache.php:406
|
343 |
msgid "Set the plugin to half on mode and enable mobile support."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: wp-cache.php:407
|
347 |
#, php-format
|
348 |
msgid ""
|
349 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
351 |
"regenerate them by reloading this page."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: wp-cache.php:408
|
355 |
msgid ""
|
356 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
357 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
360 |
"add this line: (do it twice, once for each section)"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: wp-cache.php:411
|
364 |
msgid "Note:"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: wp-cache.php:411
|
368 |
#, php-format
|
369 |
msgid ""
|
370 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
373 |
"files are writeable too is probably a good idea!)"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: wp-cache.php:412
|
377 |
#, php-format
|
378 |
msgid ""
|
379 |
"Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall "
|
382 |
"instructions on uninstalling this script.)"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: wp-cache.php:414
|
386 |
+
msgid "Use object cache to store cached files."
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: wp-cache.php:414
|
390 |
+
msgid "(Experimental)"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: wp-cache.php:417
|
394 |
+
#, php-format
|
395 |
+
msgid ""
|
396 |
+
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
397 |
+
"includes installation documentation, a FAQ and Troubleshooting tips. The <a "
|
398 |
+
"href=\"%2$s\">support forum</a> is also available. Your question may already "
|
399 |
+
"have been answered."
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: wp-cache.php:419
|
403 |
msgid "Update Status"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: wp-cache.php:426
|
407 |
msgid "Required to serve compressed supercache files properly."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: wp-cache.php:426
|
411 |
msgid ""
|
412 |
"Required to set caching information on supercache pages. IE7 users will see "
|
413 |
"old pages without this module."
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: wp-cache.php:426
|
417 |
msgid ""
|
418 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
419 |
"when they refresh or leave comments without this module."
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: wp-cache.php:433
|
423 |
msgid "Missing Apache Modules"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: wp-cache.php:434
|
427 |
msgid ""
|
428 |
"The following Apache modules are missing. The plugin will work in half-on "
|
429 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
430 |
"pages or out of date content however."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: wp-cache.php:446
|
434 |
msgid "Make WordPress Faster"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: wp-cache.php:448
|
438 |
#, php-format
|
439 |
msgid ""
|
440 |
"%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
442 |
"for whatever amount you want. Every penny helps!"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: wp-cache.php:449
|
446 |
#, php-format
|
447 |
msgid ""
|
448 |
"If Amazon isn’t your thing, there’s also PayPal. Click the "
|
450 |
"a>."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: wp-cache.php:450
|
454 |
msgid "Thanks in advance!"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: wp-cache.php:451
|
458 |
msgid ""
|
459 |
"Ok, it won’t go any faster but you’ll make this plugin author "
|
460 |
"very happy!"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: wp-cache.php:459
|
464 |
msgid "Don’t show me this again."
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: wp-cache.php:459
|
468 |
msgid "Hide"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: wp-cache.php:462
|
472 |
#, php-format
|
473 |
msgid ""
|
474 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: wp-cache.php:463
|
478 |
#, php-format
|
479 |
msgid ""
|
480 |
"He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
481 |
"had more time to read and relax."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: wp-cache.php:464
|
485 |
#, php-format
|
486 |
msgid "Please say hi to him on %s too!"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: wp-cache.php:473
|
490 |
#, php-format
|
491 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: wp-cache.php:474
|
495 |
msgid "Newest Cached Pages:"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: wp-cache.php:478
|
499 |
#, php-format
|
500 |
msgid "Cached %s seconds ago"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: wp-cache.php:481
|
504 |
msgid "(may not always be accurate on busy sites)"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: wp-cache.php:502
|
508 |
msgid "Accepted Filenames & Rejected URIs"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: wp-cache.php:527
|
512 |
msgid "Cache Plugins"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: wp-cache.php:538 wp-cache.php:549
|
516 |
msgid "Super Cache Compression"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: wp-cache.php:539
|
520 |
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: wp-cache.php:551 wp-cache.php:729
|
524 |
msgid "Enabled"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: wp-cache.php:552 wp-cache.php:729
|
528 |
msgid "Disabled"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: wp-cache.php:553
|
532 |
msgid ""
|
533 |
"Compression is disabled by default because some hosts have problems with "
|
534 |
"compressed files. Switching this on and off clears the cache."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: wp-cache.php:556
|
538 |
msgid "Super Cache compression is now disabled."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: wp-cache.php:558
|
542 |
msgid "Super Cache compression is now enabled."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: wp-cache.php:560
|
546 |
msgid "Update Compression"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: wp-cache.php:567
|
550 |
msgid "Mod Rewrite Rules"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: wp-cache.php:614
|
554 |
msgid "WordPress MU Detected"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: wp-cache.php:614
|
558 |
msgid ""
|
559 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
560 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
561 |
"rules above any other rules in that file."
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: wp-cache.php:616
|
565 |
msgid "Mod Rewrite rules cannot be updated!"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: wp-cache.php:617
|
569 |
#, php-format
|
570 |
msgid ""
|
571 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
573 |
"main WordPress mod_rewrite rules:"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: wp-cache.php:619
|
577 |
msgid "Refresh this page when you have updated your .htaccess file."
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: wp-cache.php:623
|
581 |
msgid "Thank you for upgrading."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: wp-cache.php:623
|
585 |
#, php-format
|
586 |
msgid ""
|
587 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
594 |
"brave enough to use them."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: wp-cache.php:627
|
598 |
msgid "Trailing slash check required."
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: wp-cache.php:627
|
602 |
msgid ""
|
603 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
604 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
607 |
"and add these two rules to the two groups of Super Cache rules:"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: wp-cache.php:629
|
611 |
msgid ""
|
612 |
"You can see where the rules go and examine the complete rules by clicking "
|
613 |
"the \"View mod_rewrite rules\" link below."
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: wp-cache.php:641
|
617 |
msgid "Cannot update .htaccess"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: wp-cache.php:641
|
621 |
#, php-format
|
622 |
msgid ""
|
623 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
624 |
"Please correct this using the chmod command or your ftp client."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: wp-cache.php:641
|
628 |
msgid "Refresh this page when the file permissions have been modified."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: wp-cache.php:641
|
632 |
#, php-format
|
633 |
msgid ""
|
634 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
635 |
"add the following code (before any WordPress rules):"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: wp-cache.php:644
|
639 |
#, php-format
|
640 |
msgid ""
|
641 |
"To serve static html files your server must have the correct mod_rewrite "
|
642 |
"rules added to a file called <code>%s.htaccess</code>"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: wp-cache.php:646
|
646 |
msgid "You must edit the file yourself add the following rules."
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: wp-cache.php:648
|
650 |
msgid "You can edit the file yourself add the following rules."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: wp-cache.php:650
|
654 |
msgid " Make sure they appear before any existing WordPress rules. "
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: wp-cache.php:652 wp-cache.php:679
|
658 |
#, php-format
|
659 |
msgid "Rules must be added to %s too:"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: wp-cache.php:657
|
663 |
msgid "Update Mod_Rewrite Rules"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: wp-cache.php:666
|
667 |
msgid "Mod Rewrite rules updated!"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: wp-cache.php:667
|
671 |
#, php-format
|
672 |
msgid ""
|
673 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
674 |
"verify they are correct. They should look like this:"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: wp-cache.php:669
|
678 |
msgid "Mod Rewrite rules must be updated!"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: wp-cache.php:670
|
682 |
#, php-format
|
683 |
msgid ""
|
684 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
686 |
"WordPress rules as shown in the code below:"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: wp-cache.php:675
|
690 |
#, php-format
|
691 |
msgid ""
|
692 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
694 |
"upgraded the plugin make sure these rules match."
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: wp-cache.php:676
|
698 |
msgid "View Mod_Rewrite Rules"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: wp-cache.php:687
|
702 |
#, php-format
|
703 |
msgid "Gzip encoding rules in %s.htaccess created."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: wp-cache.php:694
|
707 |
msgid "Fix Configuration"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: wp-cache.php:697
|
711 |
msgid "Restore Default Configuration"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: wp-cache.php:705
|
715 |
msgid ""
|
716 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: wp-cache.php:729
|
720 |
msgid "Lock Down:"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: wp-cache.php:730
|
724 |
msgid ""
|
725 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
726 |
"down. When this is enabled, new comments on a post will not refresh the "
|
727 |
"cached static files."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: wp-cache.php:731
|
731 |
msgid ""
|
732 |
"Developers: Make your plugin lock down compatible by checking the "
|
733 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
734 |
"respects the WPLOCKDOWN setting."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: wp-cache.php:733
|
738 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: wp-cache.php:737
|
742 |
msgid ""
|
743 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
744 |
"new comments are made."
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: wp-cache.php:739
|
748 |
msgid ""
|
749 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
750 |
"files as normal."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: wp-cache.php:745
|
754 |
msgid "Lock Down"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: wp-cache.php:753
|
758 |
msgid "Directly Cached Files"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: wp-cache.php:811
|
762 |
#, php-format
|
763 |
msgid "%s removed!"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: wp-cache.php:819
|
767 |
#, php-format
|
768 |
msgid ""
|
769 |
"You must make %s writable to enable this feature. As this is a security risk "
|
770 |
"please make it readonly after your page is generated."
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: wp-cache.php:821
|
774 |
#, php-format
|
775 |
msgid ""
|
776 |
"%s is writable. Please make it readonly after your page is generated as this "
|
777 |
"is a security risk."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: wp-cache.php:835
|
781 |
msgid "Existing direct page"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: wp-cache.php:835
|
785 |
msgid "Delete cached file"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: wp-cache.php:840
|
789 |
msgid "Add direct page:"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: wp-cache.php:842
|
793 |
#, php-format
|
794 |
msgid ""
|
795 |
"Directly cached files are files created directly off %s where your blog "
|
797 |
"Slashdot level of traffic to one post or page."
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: wp-cache.php:844
|
801 |
#, php-format
|
802 |
msgid ""
|
803 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
805 |
"visits that page."
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: wp-cache.php:845
|
809 |
msgid ""
|
810 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
811 |
"the cached file."
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: wp-cache.php:850
|
815 |
msgid "Update Direct Pages"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: wp-cache.php:890
|
819 |
msgid "Expiry Time & Garbage Collection"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: wp-cache.php:892
|
823 |
msgid "Expire time:"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: wp-cache.php:893
|
827 |
msgid "seconds"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: wp-cache.php:894
|
831 |
msgid "Garbage Collection"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: wp-cache.php:894
|
835 |
msgid ""
|
836 |
"If expiry time is more than 1800 seconds (half an hour), garbage collection "
|
837 |
"will be done every 10 minutes, otherwise it will happen 10 seconds after the "
|
838 |
"expiry time above."
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: wp-cache.php:895
|
842 |
msgid ""
|
843 |
"Checking for and deleting expired files is expensive, but it’s "
|
844 |
"expensive leaving them there too. On a very busy site you should set the "
|
847 |
"during the day. Aim to have less than 500 cached files if possible."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: wp-cache.php:896
|
851 |
msgid "Change Expiration"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: wp-cache.php:935
|
855 |
msgid "Rejected User Agents"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: wp-cache.php:936
|
859 |
msgid ""
|
860 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
861 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
862 |
"cached files are still sent to these agents if they already exists."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: wp-cache.php:943
|
866 |
msgid "Save UA Strings"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: wp-cache.php:966
|
870 |
msgid ""
|
871 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
872 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
873 |
"complete discussion on each type."
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: wp-cache.php:969
|
877 |
msgid "Single Posts"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: wp-cache.php:970
|
881 |
msgid "Pages"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: wp-cache.php:971
|
885 |
msgid "Front Page"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: wp-cache.php:972
|
889 |
msgid "Home"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: wp-cache.php:973
|
893 |
msgid "Archives"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: wp-cache.php:974
|
897 |
msgid "Tags"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: wp-cache.php:975
|
901 |
msgid "Category"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: wp-cache.php:976
|
905 |
msgid "Feeds"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: wp-cache.php:977
|
909 |
msgid "Search Pages"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: wp-cache.php:979 wp-cache.php:1108
|
913 |
msgid "Save"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: wp-cache.php:996
|
917 |
msgid ""
|
918 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
919 |
"example, if your URLs include year and you dont want to cache last year "
|
922 |
"cache that page."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: wp-cache.php:1002
|
926 |
msgid "Save Strings"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: wp-cache.php:1018
|
930 |
msgid ""
|
931 |
"Add here those filenames that can be cached, even if they match one of the "
|
932 |
"rejected substring specified above."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: wp-cache.php:1024
|
936 |
msgid "Save Files"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: wp-cache.php:1068
|
940 |
msgid "Debug Settings"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: wp-cache.php:1070
|
944 |
msgid "Currently logging to: "
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: wp-cache.php:1080
|
948 |
msgid ""
|
949 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
950 |
"emails or log them to a file in your cache directory."
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: wp-cache.php:1081
|
954 |
msgid ""
|
955 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
956 |
"will clear the log file."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: wp-cache.php:1085
|
960 |
msgid "Debugging"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: wp-cache.php:1086
|
964 |
msgid "Logging Type"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: wp-cache.php:1086
|
968 |
msgid "Email"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: wp-cache.php:1087
|
972 |
msgid "file"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: wp-cache.php:1088
|
976 |
msgid "IP Address"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: wp-cache.php:1088
|
980 |
#, php-format
|
981 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: wp-cache.php:1089
|
985 |
msgid "Log level"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: wp-cache.php:1095
|
989 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: wp-cache.php:1098
|
993 |
msgid "Advanced"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: wp-cache.php:1098
|
997 |
msgid ""
|
998 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
999 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
1001 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: wp-cache.php:1099
|
1005 |
#, php-format
|
1006 |
msgid ""
|
1007 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1010 |
"emailed if there is a problem."
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: wp-cache.php:1101
|
1014 |
msgid "Check front page every 5 minutes."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: wp-cache.php:1102
|
1018 |
msgid "Front page text"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: wp-cache.php:1102
|
1022 |
msgid ""
|
1023 |
"Text to search for on your front page. If this text is missing the cache "
|
1024 |
"will be cleared. Leave blank to disable."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: wp-cache.php:1103
|
1028 |
msgid "Clear cache on error."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: wp-cache.php:1104
|
1032 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: wp-cache.php:1118
|
1036 |
msgid ""
|
1037 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1038 |
"cache."
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: wp-cache.php:1166 wp-cache.php:1328
|
1042 |
msgid "Warning"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: wp-cache.php:1166
|
1046 |
msgid ""
|
1047 |
+
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1048 |
"you disable gzip compression."
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: wp-cache.php:1224 wp-cache.php:1229 wp-cache.php:1261 wp-cache.php:1266
|
1052 |
+
#: wp-cache.php:1272
|
1053 |
msgid "Error"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
+
#: wp-cache.php:1224
|
1057 |
#, php-format
|
1058 |
msgid ""
|
1059 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1060 |
"couldn’t be created by the web server. Check %s permissions."
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: wp-cache.php:1229
|
1064 |
#, php-format
|
1065 |
msgid ""
|
1066 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1067 |
"to be writable for this plugin to work. Double-check it."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: wp-cache.php:1261
|
1071 |
#, php-format
|
1072 |
msgid ""
|
1073 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1074 |
"writable by the Web server.Please delete it and refresh this page."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: wp-cache.php:1266
|
1078 |
#, php-format
|
1079 |
msgid ""
|
1080 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1081 |
"not writable by the Web server.Check its permissions."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: wp-cache.php:1272
|
1085 |
#, php-format
|
1086 |
msgid ""
|
1087 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1088 |
"installation."
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: wp-cache.php:1328
|
1092 |
#, php-format
|
1093 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: wp-cache.php:1329
|
1097 |
msgid "1. If it already exists please delete the file first."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: wp-cache.php:1330
|
1101 |
#, php-format
|
1102 |
msgid ""
|
1103 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1106 |
"again. (Change 777 to 755 in the previous command)"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: wp-cache.php:1331
|
1110 |
#, php-format
|
1111 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: wp-cache.php:1332
|
1115 |
#, php-format
|
1116 |
msgid ""
|
1117 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1118 |
"em> doesn’t exist:"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: wp-cache.php:1333
|
1122 |
#, php-format
|
1123 |
msgid ""
|
1124 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1126 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: wp-cache.php:1353
|
1130 |
msgid ""
|
1131 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1132 |
"code> file and I couldn’t modify it."
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: wp-cache.php:1354
|
1136 |
#, php-format
|
1137 |
msgid ""
|
1138 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1139 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1140 |
+
"executed</strong> by WordPress core. "
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: wp-cache.php:1357
|
1144 |
msgid ""
|
1145 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1146 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1148 |
"moved up."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: wp-cache.php:1379
|
1152 |
msgid "Cache Contents"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: wp-cache.php:1382
|
1156 |
+
msgid "Object cache in use. No cache listing available."
|
1157 |
+
msgstr ""
|
1158 |
+
|
1159 |
+
#: wp-cache.php:1405
|
1160 |
#, php-format
|
1161 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: wp-cache.php:1422
|
1165 |
#, php-format
|
1166 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: wp-cache.php:1486
|
1170 |
msgid "WP-Cache"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: wp-cache.php:1487 wp-cache.php:1500
|
1174 |
#, php-format
|
1175 |
msgid "%s Cached Pages"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: wp-cache.php:1488 wp-cache.php:1502
|
1179 |
#, php-format
|
1180 |
msgid "%s Expired Pages"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: wp-cache.php:1499
|
1184 |
msgid "WP-Super-Cache"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: wp-cache.php:1507
|
1188 |
msgid "Fresh WP-Cached Files"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
|
1192 |
msgid "URI"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: wp-cache.php:1508 wp-cache.php:1524
|
1196 |
msgid "Key"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
|
1200 |
msgid "Age"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
|
1204 |
msgid "Delete"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: wp-cache.php:1523
|
1208 |
msgid "Stale WP-Cached Files"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: wp-cache.php:1539
|
1212 |
msgid "Fresh Super Cached Files"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: wp-cache.php:1555
|
1216 |
msgid "Stale Super Cached Files"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: wp-cache.php:1571
|
1220 |
msgid "Hide file list"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: wp-cache.php:1573
|
1224 |
msgid "List all cached files"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: wp-cache.php:1579
|
1228 |
#, php-format
|
1229 |
msgid ""
|
1230 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1231 |
"minutes ago<br />"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: wp-cache.php:1580
|
1235 |
#, php-format
|
1236 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: wp-cache.php:1582
|
1240 |
#, php-format
|
1241 |
msgid ""
|
1242 |
"Expired files are files older than %s seconds. They are still used by the "
|
1243 |
"plugin and are deleted periodically."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: wp-cache.php:1592
|
1247 |
msgid "Delete Expired"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: wp-cache.php:1598 wp-cache.php:1610 wp-cache.php:1769
|
1251 |
msgid "Delete Cache"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: wp-cache.php:1610
|
1255 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: wp-cache.php:1745
|
1259 |
#, php-format
|
1260 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: wp-cache.php:1778
|
1264 |
#, php-format
|
1265 |
msgid ""
|
1266 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1267 |
"to enable and configure the plugin."
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: wp-cache.php:1784
|
1271 |
msgid "Settings"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: wp-cache.php:1794
|
1275 |
#, php-format
|
1276 |
msgid ""
|
1277 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1278 |
"page</a> to enable caching."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: wp-cache.php:1813
|
1282 |
#, php-format
|
1283 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: wp-cache.php:1813
|
1287 |
#, php-format
|
1288 |
msgid ""
|
1289 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1290 |
"downloading!"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: wp-cache.php:1816
|
1294 |
#, php-format
|
1295 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: wp-cache.php:1816
|
1299 |
#, php-format
|
1300 |
msgid ""
|
1301 |
"The cache on your blog has been cleared because the front page of your site "
|
1302 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: wp-cache.php:1823
|
1306 |
#, php-format
|
1307 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: wp-cache.php:1823
|
1311 |
#, php-format
|
1312 |
msgid ""
|
1313 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1314 |
"correct and missing the text, \"%2$s\"!"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: wp-cache.php:1826
|
1318 |
#, php-format
|
1319 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: wp-cache.php:1826
|
1323 |
#, php-format
|
1324 |
msgid ""
|
1325 |
"The cache on your blog has been cleared because the front page of your site "
|
1327 |
"cleared."
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: wp-cache.php:1831
|
1331 |
#, php-format
|
1332 |
msgid "[%s] Front page check!"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: wp-cache.php:1831
|
1336 |
#, php-format
|
1337 |
msgid ""
|
1338 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|