Version Description
= 0.9.9.6 = Fixed problem serving cached files with PHP, added support for 304 "file not modified" browser caching, French & German and updated Italian translations
Download this release
Release Info
Developer | donncha |
Plugin | WP Super Cache |
Version | 0.9.9.7 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.6 to 0.9.9.7
- Changelog.txt +218 -0
- languages/wp-super-cache-it_IT.mo +0 -0
- languages/wp-super-cache-it_IT.po +584 -434
- languages/wp-super-cache-zh_TW.mo +0 -0
- languages/wp-super-cache-zh_TW.po +927 -448
- ossdl-cdn.php +139 -0
- plugins/awaitingmoderation.php +25 -15
- plugins/badbehaviour.php +29 -18
- plugins/domain-mapping.php +27 -16
- plugins/searchengine.php +1 -1
- readme.txt +37 -17
- uninstall.php +43 -34
- wp-cache-phase1.php +4 -0
- wp-cache-phase2.php +46 -33
- wp-cache.php +99 -21
- wp-super-cache.pot +498 -346
Changelog.txt
CHANGED
@@ -1,3 +1,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
2010-09-29 16:43 donncha
|
2 |
|
3 |
* readme.txt, wp-cache.php: Bump to 0.9.9.6
|
1 |
+
2010-11-23 13:38 donncha
|
2 |
+
|
3 |
+
* wp-cache-phase1.php: Check if there are any actions before
|
4 |
+
processing a cacheaction(), see
|
5 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-wp-admin-problem?replies=2
|
6 |
+
|
7 |
+
2010-11-23 13:29 donncha
|
8 |
+
|
9 |
+
* wp-cache.php: Change preload limits and increase steps for
|
10 |
+
smaller preloads -
|
11 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-how-do-i-cache-the-newest?replies=3
|
12 |
+
|
13 |
+
2010-11-23 13:03 donncha
|
14 |
+
|
15 |
+
* readme.txt: Minor changes to documentation
|
16 |
+
|
17 |
+
2010-11-23 12:51 donncha
|
18 |
+
|
19 |
+
* readme.txt: Updated docs for MU/MS
|
20 |
+
|
21 |
+
2010-11-23 12:43 donncha
|
22 |
+
|
23 |
+
* readme.txt: Added a link to Priv's credit for translation
|
24 |
+
|
25 |
+
2010-11-23 12:41 donncha
|
26 |
+
|
27 |
+
* languages/wp-super-cache-zh_TW.mo,
|
28 |
+
languages/wp-super-cache-zh_TW.po: Updated translation file by
|
29 |
+
Priv (http://priv.tw/blog)
|
30 |
+
|
31 |
+
2010-11-22 17:44 donncha
|
32 |
+
|
33 |
+
* readme.txt: Credit priv with updated Traditional Chinese
|
34 |
+
translation.
|
35 |
+
|
36 |
+
2010-11-22 17:41 donncha
|
37 |
+
|
38 |
+
* languages/wp-super-cache-zh_TW.mo,
|
39 |
+
languages/wp-super-cache-zh_TW.po: Updated translation file by
|
40 |
+
priv
|
41 |
+
|
42 |
+
2010-11-22 17:32 donncha
|
43 |
+
|
44 |
+
* readme.txt: Add link to development version for translators
|
45 |
+
|
46 |
+
2010-11-22 17:31 donncha
|
47 |
+
|
48 |
+
* wp-super-cache.pot: Updated pot file for translation
|
49 |
+
|
50 |
+
2010-11-22 17:20 donncha
|
51 |
+
|
52 |
+
* wp-cache.php: Link to WPSCMin and GTMetrix
|
53 |
+
|
54 |
+
2010-11-22 17:03 donncha
|
55 |
+
|
56 |
+
* ossdl-cdn.php: Updated CDN settings page docs
|
57 |
+
|
58 |
+
2010-11-22 16:28 donncha
|
59 |
+
|
60 |
+
* wp-cache-phase2.php: Increase the gzip level so pages are
|
61 |
+
slightly smaller
|
62 |
+
|
63 |
+
2010-11-22 16:03 donncha
|
64 |
+
|
65 |
+
* readme.txt: Added CDN docs
|
66 |
+
|
67 |
+
2010-11-20 15:31 donncha
|
68 |
+
|
69 |
+
* wp-super-cache.pot: Updated translation file.
|
70 |
+
|
71 |
+
2010-11-16 18:14 donncha
|
72 |
+
|
73 |
+
* wp-cache.php: Added a "rate this plugin" reminder to the sidebar
|
74 |
+
on the settings page.
|
75 |
+
|
76 |
+
2010-11-16 15:18 donncha
|
77 |
+
|
78 |
+
* wp-cache-phase2.php, wp-cache.php: Don't make extra front page
|
79 |
+
checks optional
|
80 |
+
|
81 |
+
2010-11-15 09:41 donncha
|
82 |
+
|
83 |
+
* readme.txt: Updated uninstall instructions
|
84 |
+
|
85 |
+
2010-11-15 08:53 donncha
|
86 |
+
|
87 |
+
* wp-cache.php: Remove cdn line from recommended plugins, and
|
88 |
+
change pause between urls in preload from 2 seconds to 1 second
|
89 |
+
|
90 |
+
2010-11-15 08:51 donncha
|
91 |
+
|
92 |
+
* uninstall.php: Replaced UNINSTALL.. constant with nonce in the
|
93 |
+
uninstall form to make things easier.
|
94 |
+
|
95 |
+
2010-11-15 08:28 donncha
|
96 |
+
|
97 |
+
* plugins/awaitingmoderation.php, plugins/badbehaviour.php,
|
98 |
+
plugins/domain-mapping.php, plugins/searchengine.php: Updated the
|
99 |
+
settings page on SC plugins
|
100 |
+
|
101 |
+
2010-11-09 09:52 donncha
|
102 |
+
|
103 |
+
* ossdl-cdn.php: Before rewriting URL to CDN, make sure it's in the
|
104 |
+
include directories
|
105 |
+
|
106 |
+
2010-11-08 20:56 donncha
|
107 |
+
|
108 |
+
* ossdl-cdn.php, wp-cache.php: Initial import of OSSDL CDN
|
109 |
+
off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/)
|
110 |
+
|
111 |
+
2010-11-06 09:47 donncha
|
112 |
+
|
113 |
+
* wp-cache-phase2.php: Added "wp_cache_ob_callback_filter" to
|
114 |
+
filter the output callback buffer every time
|
115 |
+
|
116 |
+
2010-11-06 09:43 donncha
|
117 |
+
|
118 |
+
* wp-cache.php: Change copyright notice, as others have of course
|
119 |
+
contributed code!
|
120 |
+
|
121 |
+
2010-11-03 16:45 donncha
|
122 |
+
|
123 |
+
* readme.txt: Added troubleshooting point explaining why permalinks
|
124 |
+
might break after uninstalling
|
125 |
+
|
126 |
+
2010-11-02 12:30 donncha
|
127 |
+
|
128 |
+
* wp-cache.php: Don't show Supercache admin page to ordinary users
|
129 |
+
on MS sites. Props Mark Bailey.
|
130 |
+
|
131 |
+
2010-11-01 11:56 donncha
|
132 |
+
|
133 |
+
* readme.txt, uninstall.php: uninstall.php now runs from where
|
134 |
+
Wordpress is installed instead of in the supercache plugin
|
135 |
+
directory
|
136 |
+
|
137 |
+
2010-10-22 09:32 donncha
|
138 |
+
|
139 |
+
* wp-cache-phase2.php: Check if current page is front page or home
|
140 |
+
page if cache file to write is for the homepage
|
141 |
+
|
142 |
+
2010-10-21 13:45 donncha
|
143 |
+
|
144 |
+
* wp-cache-phase2.php: First paranoid check - check if the front
|
145 |
+
page is being cached correctly
|
146 |
+
|
147 |
+
2010-10-21 13:42 donncha
|
148 |
+
|
149 |
+
* wp-cache.php: Added "extra paranoid checks" option on the
|
150 |
+
settings page
|
151 |
+
|
152 |
+
2010-10-21 11:35 donncha
|
153 |
+
|
154 |
+
* wp-cache.php: Only show advanced settings page if cache enabled.
|
155 |
+
|
156 |
+
2010-10-20 13:08 donncha
|
157 |
+
|
158 |
+
* wp-cache-phase2.php: Don't try to write a cache file for another
|
159 |
+
page to the front page cache location
|
160 |
+
|
161 |
+
2010-10-20 12:54 donncha
|
162 |
+
|
163 |
+
* wp-cache.php: Added "late init" option to settings page
|
164 |
+
|
165 |
+
2010-10-20 12:29 donncha
|
166 |
+
|
167 |
+
* readme.txt: Added docs for new dynamic cached content tag
|
168 |
+
|
169 |
+
2010-10-20 12:28 donncha
|
170 |
+
|
171 |
+
* wp-cache-phase2.php: When in legacy mode, no need to check for
|
172 |
+
supercache
|
173 |
+
|
174 |
+
2010-10-20 12:10 donncha
|
175 |
+
|
176 |
+
* wp-cache-phase2.php: Show supercache footer message on Legacy
|
177 |
+
cached pages. Fixes the cache tester for those using this cache.
|
178 |
+
|
179 |
+
2010-10-20 10:58 donncha
|
180 |
+
|
181 |
+
* wp-cache-phase2.php: Added "dynamic-cached-content" tag, see
|
182 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-proposed-replacement-to-mfuncmclude?replies=7
|
183 |
+
|
184 |
+
2010-10-15 12:35 donncha
|
185 |
+
|
186 |
+
* wp-cache-phase2.php: Use the host from get_bloginfo( 'url' ) to
|
187 |
+
figure out the supercache directory
|
188 |
+
|
189 |
+
2010-10-11 17:18 donncha
|
190 |
+
|
191 |
+
* wp-cache.php: Fixed "Delete Cache" link on admin dropdown. See
|
192 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-delete-cache-on-dashboard-drop-down-doesnt-seem-to-work?replies=2#post-1734185
|
193 |
+
|
194 |
+
2010-10-08 13:04 donncha
|
195 |
+
|
196 |
+
* wp-cache.php: Added recommended links and plugins and update
|
197 |
+
"rewrite rules detected" notice
|
198 |
+
|
199 |
+
2010-10-07 16:03 donncha
|
200 |
+
|
201 |
+
* wp-cache.php: Make sure compression stays disabled if gzencode()
|
202 |
+
not found. See
|
203 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-check-for-gzencode?replies=2
|
204 |
+
|
205 |
+
2010-09-30 11:43 donncha
|
206 |
+
|
207 |
+
* wp-cache.php: Only select posts, props liangzai,
|
208 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-preload-files?replies=7#post-1716174
|
209 |
+
|
210 |
+
2010-09-30 11:35 donncha
|
211 |
+
|
212 |
+
* wp-cache.php: Reduce preload pause to 2 seconds and added
|
213 |
+
notification of currently cached post plus faster cancellation
|
214 |
+
|
215 |
+
2010-09-29 16:46 donncha
|
216 |
+
|
217 |
+
* Changelog.txt: Updated changelog
|
218 |
+
|
219 |
2010-09-29 16:43 donncha
|
220 |
|
221 |
* readme.txt, wp-cache.php: Bump to 0.9.9.6
|
languages/wp-super-cache-it_IT.mo
CHANGED
Binary file
|
languages/wp-super-cache-it_IT.po
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WP Super Cache in italiano\n"
|
8 |
-
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2010-
|
10 |
-
"PO-Revision-Date: 2010-
|
11 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -19,1326 +19,1521 @@ msgstr ""
|
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
#, php-format
|
24 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
25 |
msgstr "Crea %s /wp-cache-config.php da wp-super-cache/wp-cache-config-sample.php"
|
26 |
|
27 |
-
#: wp-cache.php:
|
28 |
msgid "Warning! PHP Safe Mode Enabled!"
|
29 |
msgstr "Attenzione! Il PHP Safe Mode é attivo!"
|
30 |
|
31 |
-
#: wp-cache.php:
|
32 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
33 |
msgstr "Attivando questo plugin potresti andare incontro ad alcuni problemi poiché il SAFE MODE é attivo."
|
34 |
|
35 |
-
#: wp-cache.php:
|
36 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
37 |
msgstr "Prima che sia possibile la lettura e la scrittura dei file, il tuo server richiede che venga effettuata una verifica circa il proprietario degli script PHP."
|
38 |
|
39 |
-
#: wp-cache.php:
|
40 |
#, php-format
|
41 |
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."
|
42 |
msgstr "L'amministratore del sito ha la possibilità di cambiare il proprietario del gruppo che fa capo agli script di questo plugin facendo sì che esso coincida con l'utente web del server. Anche il proprietario del gruppo per la cartella %s/cache/ può essere cambiato. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>."
|
43 |
|
44 |
-
#: wp-cache.php:
|
45 |
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."
|
46 |
msgstr "L'amministratore del sito ha la possibilità di disattivare questa funzione. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>. La disattivazione non potrà avvenire via file .htaccess. L'operazione dovrà essere effettuata nel file di configurazione php.ini."
|
47 |
|
48 |
-
#: wp-cache.php:
|
49 |
msgid "Permlink Structure Error"
|
50 |
msgstr "Errore struttura permalink"
|
51 |
|
52 |
-
#: wp-cache.php:
|
53 |
msgid "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."
|
54 |
msgstr "Affinché il plugin possa funzionare correttamente sarà necessario un url personalizzato oppure la struttura del permalink. Vai alla pagina per le opzioni dei <a href=\"options-permalink.php\">Permalink</a> per configurare i tuoi permalink."
|
55 |
|
56 |
-
#: wp-cache.php:
|
57 |
#, php-format
|
58 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
59 |
msgstr "Attenzione! Il tuo hostname \"%s\" viene convertito in %s"
|
60 |
|
61 |
-
#: wp-cache.php:
|
62 |
#, php-format
|
63 |
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."
|
64 |
msgstr "Il tuo server ritiene che il tuo hostname venga convertito in %s. Alcuni servizi quali ad esempio la garbage collection fornita da questo plugin e la pubblicazione programmata dei post di WordPress potrebbero non funzionare correttamente."
|
65 |
|
66 |
-
#: wp-cache.php:
|
67 |
-
#: wp-cache.php:
|
68 |
#, php-format
|
69 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
70 |
msgstr "Leggi il punto numero 16 nella sezione <a href=\"%s\">Troubleshooting</a> del file readme.txt"
|
71 |
|
72 |
-
#: wp-cache.php:
|
73 |
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."
|
74 |
msgstr "WordPress non é in grado di trovare il file wp-cron.php. Questo script é necessario script per un corretto funzionamento della garbage collection fornita da questo plugin, per la pubblicazione programmata dei post di WordPress così come per tutte le altre attività di rilevante importanza."
|
75 |
|
76 |
-
#: wp-cache.php:
|
77 |
msgid "Cannot continue... fix previous problems and retry."
|
78 |
msgstr "Non é possibile proseguire l'operazione. Correggi i problemi precedenti prima di riprovare."
|
79 |
|
80 |
-
#: wp-cache.php:
|
81 |
msgid "Zlib Output Compression Enabled!"
|
82 |
msgstr "Compressione Zlib (output) attivata!"
|
83 |
|
84 |
-
#: wp-cache.php:
|
85 |
msgid "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."
|
86 |
msgstr "Il PHP sta comprimendo i dati inviati ai visitatori del tuo sito. E' preferibile disattivare questa opzione qualora il plugin comprimesse la cache per l'output al posto di comprimere più volte la stessa pagina.. Consultare la n.ro 21 della sezione Troubleshooting. Leggi questa <a href=\"http://php.net/manual/en/zlib.configuration.php\">pagina</a> per le istruzioni sul come modificare il tuo php.ini."
|
87 |
|
88 |
-
#: wp-cache.php:
|
89 |
msgid "Mod rewrite may not be installed!"
|
90 |
msgstr "Il Mod rewrite potrebbe non essere stato installato!"
|
91 |
|
92 |
-
#: wp-cache.php:
|
93 |
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 legacy or PHP modes."
|
94 |
msgstr "Pare che il mod_rewrite non sia installato. Considera che questa affermazione potrebbe non essere attendibile al 100%, specialmente qualora non venisse utilizzato Apache. Verifica che sia stato caricato il modulo mod_rewrite. Il modulo sarà necessario per potere servire i file statici di Super Cache. Avrai comunque ancora la possibilità di poter utilizzare la modalità parziale o PHP."
|
95 |
|
96 |
-
#: wp-cache.php:
|
97 |
msgid "Read Only Mode. Configuration cannot be changed."
|
98 |
msgstr "Modalita di sola lettura. La configurazione non può essere modificata."
|
99 |
|
100 |
-
#: wp-cache.php:
|
101 |
#, php-format
|
102 |
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."
|
103 |
msgstr "Il file di configurazione di WP Super Cache é <code>%s/wp-cache-config.php</code> e non può essere modificato. Affinché possa essere modicato, il file in questione deve essere scrivibile."
|
104 |
|
105 |
-
#: wp-cache.php:
|
106 |
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."
|
107 |
msgstr "Un modo semplice per compiere l'operazione é quello di modificare temporaneamente i permessi facendo uso del comando CHMOD oppure via il tuo client ftp. Assicurati che sia scrivibile affinché il tutto possa funzionare propriamente."
|
108 |
|
109 |
-
#: wp-cache.php:
|
110 |
msgid "Writeable:"
|
111 |
msgstr "Scrivibile:"
|
112 |
|
113 |
-
#: wp-cache.php:
|
114 |
msgid "Readonly:"
|
115 |
msgstr "Sola lettura:"
|
116 |
|
117 |
-
#: wp-cache.php:
|
118 |
#, php-format
|
119 |
msgid "Warning! %s is writeable!"
|
120 |
msgstr "Attenzione! %s é scrivibile!"
|
121 |
|
122 |
-
#: wp-cache.php:
|
123 |
#, php-format
|
124 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
125 |
msgstr "E' necessario modificare i permessi per %s per renderli maggiormente restrittivi. Utilizza per la correzione il tuo client ftp oppure il seguente comando:"
|
126 |
|
127 |
-
#: wp-cache.php:
|
128 |
msgid "Mobile rewrite rules detected"
|
129 |
msgstr "Sono state rilevate le regole Mobile rewrite"
|
130 |
|
131 |
-
#: wp-cache.php:
|
132 |
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 \"2.0\\ MMP|240x320\" and delete those."
|
133 |
msgstr "Per una migliore prestazione attivare il \"Supporto mobile device\" oppure cancellare le regole mobile rewrite presenti nel tuo file .htaccess. Cerca le 2 linee contenenti il testo \"2.0\\ MMP|240x320\" e cancellale."
|
134 |
|
135 |
-
#: wp-cache.php:
|
136 |
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
137 |
msgstr "Questa operazione non avrà alcun effetto per gli utenti comuni mentre gli utenti via mobile non visualizzeranno le pagine nella cache."
|
138 |
|
139 |
-
#: wp-cache.php:
|
140 |
-
#: wp-cache.php:
|
141 |
msgid "Rewrite rules must be updated"
|
142 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
143 |
|
144 |
-
#: wp-cache.php:
|
145 |
-
#: wp-cache.php:
|
146 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
147 |
msgstr "Le regole di scrittura richieste da questo plugin sono state modificate oppure non sono presenti. "
|
148 |
|
149 |
-
#: wp-cache.php:
|
150 |
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
151 |
msgstr "Il supporto mobile necessita della aggiunta di alcune regole extra nel tuo file .htaccess oppure che tu imposti il plugin nella modalità parziale. Qui puoi trovare le opzioni disponibili (in ordine di difficoltà):"
|
152 |
|
153 |
-
#: wp-cache.php:
|
154 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
155 |
msgstr "Imposta il plugin nella modalità parziale ed attiva il supporto mobile."
|
156 |
|
157 |
-
#: wp-cache.php:
|
158 |
-
#: wp-cache.php:
|
159 |
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
160 |
msgstr "Vai al fondo della pagina delle impostazioni avanzate e clicca il pulsante <strong>Aggiorna le regole Mod_Rewrite</strong>."
|
161 |
|
162 |
-
#: wp-cache.php:
|
163 |
#, php-format
|
164 |
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."
|
165 |
msgstr "Cancella le regole mod_rewrite del plugin in %s.htaccess presenti tra <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code> quindi, permetti al plugin di rigenerarle al momento della ricarica di questa pagina."
|
166 |
|
167 |
-
#: wp-cache.php:
|
168 |
#, php-format
|
169 |
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_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
170 |
msgstr "Aggiungi tu stesso le regole. Modifica il file %s.htaccess e trova il blocco del codice contenuto tra le linee <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code>. Troverai due sezioni particolarmente simili tra loro. Proprio sotto la linea <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> aggiungi queste linee: (per due volte, una per ogni sezione)"
|
171 |
|
172 |
-
#: wp-cache.php:
|
173 |
msgid "Required to serve compressed supercache files properly."
|
174 |
msgstr "E' necessario fornire correttamente i file compressi supercache."
|
175 |
|
176 |
-
#: wp-cache.php:
|
177 |
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
178 |
msgstr "E' necessario impostare le informazioni cache per le pagine supercache. In assenza di questo modulo, gli utenti che utilizzano IE7 visualizzeranno le pagine non aggiornate."
|
179 |
|
180 |
-
#: wp-cache.php:
|
181 |
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
182 |
msgstr "Imposta la data di scadenza per le pagine supercached. Senza questo modulo, i visitatori potrebbero non visualizzare le nuove pagine sebbene venga ricaricata la pagina oppure inviare dei commenti."
|
183 |
|
184 |
-
#: wp-cache.php:
|
185 |
msgid "Missing Apache Modules"
|
186 |
msgstr "Moduli Apache mancanti"
|
187 |
|
188 |
-
#: wp-cache.php:
|
189 |
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
190 |
msgstr "Non sono presenti i seguenti moduli Apache. Senza di essi, il plugin funzionerà in modalità parziale. Qualora facessi uso della modalita Supercache attiva, i tuoi visitatori potrebbero visualizzare delle pagine non aggiornate e/o corrotte."
|
191 |
|
192 |
-
#: wp-cache.php:
|
193 |
msgid "<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."
|
194 |
msgstr "<strong>Attenzione!</strong> hai provato ad attivare la compressione mentre la <code>zlib.output_compression</code> é attiva. Vai alla n.ro 21 della sezione Troubleshooting presente nel file readme."
|
195 |
|
196 |
-
#: wp-cache.php:
|
197 |
msgid "WP Super Cache Settings"
|
198 |
msgstr "Impostazioni WP Super Cache"
|
199 |
|
200 |
-
#: wp-cache.php:
|
201 |
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
202 |
msgstr "Avviso: <em>Mod_rewrite o cache parziale attivi</em>. Le impostazioni avanzate sono la pagina di avvio predefinita."
|
203 |
|
204 |
-
#: wp-cache.php:
|
205 |
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
206 |
msgstr "La configurazione del file é stata modificata: alcuni valori potrebbero essere errati. Ricarica nuovamente la pagina dal menu delle \"Impostazioni\" per ripristinare."
|
207 |
|
208 |
-
#: wp-cache.php:
|
209 |
-
#: wp-cache.php:
|
210 |
msgid "Caching must be enabled to use this feature"
|
211 |
msgstr "Attiva la cache per utilizzare questa funzione"
|
212 |
|
213 |
-
#: wp-cache.php:
|
214 |
msgid "Cache Tester"
|
215 |
msgstr "Verifica cache"
|
216 |
|
217 |
-
#: wp-cache.php:
|
218 |
msgid "Test your cached website by clicking the test button below."
|
219 |
msgstr "Verifica la cache del tuo sito cliccando sul pulsante qui sotto."
|
220 |
|
221 |
-
#: wp-cache.php:
|
222 |
#, php-format
|
223 |
msgid "Fetching %s to prime cache: "
|
224 |
msgstr "Analisi %s cache di base: "
|
225 |
|
226 |
-
#: wp-cache.php:
|
227 |
-
#: wp-cache.php:
|
228 |
-
#: wp-cache.php:
|
229 |
msgid "OK"
|
230 |
msgstr "OK"
|
231 |
|
232 |
-
#: wp-cache.php:
|
233 |
#, php-format
|
234 |
msgid "Fetching first copy of %s: "
|
235 |
msgstr "Analisi prima copia di %s: "
|
236 |
|
237 |
-
#: wp-cache.php:
|
238 |
#, php-format
|
239 |
msgid "Fetching second copy of %s: "
|
240 |
msgstr "Analisi seconda copia di %s: "
|
241 |
|
242 |
-
#: wp-cache.php:
|
243 |
msgid "One or more page requests failed:"
|
244 |
msgstr "La richiesta di una o più pagine é fallita:"
|
245 |
|
246 |
-
#: wp-cache.php:
|
247 |
-
#: wp-cache.php:
|
248 |
#, php-format
|
249 |
msgid "Page %d: %d (%s)"
|
250 |
msgstr "Pagina %d: %d (%s)"
|
251 |
|
252 |
-
#: wp-cache.php:
|
253 |
#, php-format
|
254 |
msgid "Page 1: %s"
|
255 |
msgstr "Pagina 1: %s"
|
256 |
|
257 |
-
#: wp-cache.php:
|
258 |
#, php-format
|
259 |
msgid "Page 2: %s"
|
260 |
msgstr "Pagina 2: %s"
|
261 |
|
262 |
-
#: wp-cache.php:
|
263 |
msgid "The timestamps on both pages match!"
|
264 |
msgstr "La timestamp (data) delle due pagine coincide!"
|
265 |
|
266 |
-
#: wp-cache.php:
|
267 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
268 |
msgstr "Le pagine non coincidono! La timestamp differisce oppure non é presente!"
|
269 |
|
270 |
-
#: wp-cache.php:
|
271 |
msgid "Send non-secure (non https) request for homepage"
|
272 |
msgstr "Invia una richiesta non crittografata (non https) per la homepage"
|
273 |
|
274 |
-
#: wp-cache.php:
|
275 |
msgid "Test Cache"
|
276 |
msgstr "Test cache"
|
277 |
|
278 |
-
#: wp-cache.php:
|
279 |
-
#: wp-cache.php:
|
280 |
msgid "Cancel Cache Preload"
|
281 |
msgstr "Annulla pre-carica cache"
|
282 |
|
283 |
-
#: wp-cache.php:
|
284 |
-
|
285 |
-
msgstr "Il pre-caricamento programmato della cache é stato annullato. Nel caso in cui l'operazione fosse in corso, essa non verrà terminata sino al completamento delle 100 pagine in uso."
|
286 |
-
|
287 |
-
#: wp-cache.php:642
|
288 |
msgid "Scheduled preloading of cache cancelled."
|
289 |
msgstr "Il pre-caricamento programmato della cache é stato annullato."
|
290 |
|
291 |
-
#: wp-cache.php:
|
292 |
-
#: wp-cache.php:
|
293 |
msgid "Preload Cache Now"
|
294 |
msgstr "Pre-carica la cache adesso"
|
295 |
|
296 |
-
#: wp-cache.php:
|
297 |
msgid "Scheduled preloading of cache in 10 seconds."
|
298 |
msgstr "Pre-caricamento programmato della cache tra 10 secondi."
|
299 |
|
300 |
-
#: wp-cache.php:
|
301 |
#, php-format
|
302 |
msgid "Scheduled preloading of cache in %d minutes"
|
303 |
msgstr "Pre-caricamento programmato della cache tra %d minuti"
|
304 |
|
305 |
-
#: wp-cache.php:
|
306 |
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
307 |
msgstr "Questa operazione effettuerà la cache di ogni articolo e pagina pubblicati nel tuo sito. Verranno quindi creati dei file statici supercache in modo tale che i visitatori sconosciuti (bot compresi) visualizzeranno la pagina nella cache. Tutto questo potrebbe esserti utile per quanto concerne il ranking di Google nel caso in cui essi utilizzasero la velocità come metro di valutazione per il giudizio dei siti web."
|
308 |
|
309 |
-
#: wp-cache.php:
|
310 |
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
311 |
msgstr "Il pre-caricamento crea comunque un gran numero di file. La cache verrà effettuata a partire dell'articolo più recente sino a giungere a quello più datato quindi, prendi in considerazione il fatto di effettuare la cache del più recente qualora avessi molti articoli (+ 10.000). Tutto ciò é particolarmente importante per gli hosting condivisi."
|
312 |
|
313 |
-
#: wp-cache.php:
|
314 |
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
315 |
msgstr "Nella ’Modalità precarica’ la garbage collection verrà svuotata per i soli utenti conosciuti, non per i file supercache precaricati. Preferisci questa configurazione se la cache fosse pre-caricata."
|
316 |
|
317 |
-
#: wp-cache.php:
|
318 |
#, php-format
|
319 |
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
320 |
msgstr "Ricarica i file della cache pre-caricata ogni %s minuti. (0 per disattivare, minimo %d minuti.)"
|
321 |
|
322 |
-
#: wp-cache.php:
|
323 |
msgid "all"
|
324 |
msgstr "tutto"
|
325 |
|
326 |
-
#: wp-cache.php:
|
327 |
#, php-format
|
328 |
msgid "Preload %s posts."
|
329 |
msgstr "Pre-carica %s articoli."
|
330 |
|
331 |
-
#: wp-cache.php:
|
332 |
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
333 |
msgstr "Modalità pre-carica (garbage collection solo per file cache parziale. Raccomandato.)"
|
334 |
|
335 |
-
#: wp-cache.php:
|
336 |
msgid "Send me status emails when files are refreshed."
|
337 |
msgstr "Inviami una email di notifica alla ricarica dei file."
|
338 |
|
339 |
-
#: wp-cache.php:
|
340 |
msgid "Many emails, 2 emails per 100 posts."
|
341 |
msgstr "Numerose email, 2 email ogni 100 articoli."
|
342 |
|
343 |
-
#: wp-cache.php:
|
344 |
msgid "Medium, 1 email per 100 posts."
|
345 |
msgstr "Medio, 1 email ogni 100 articoli."
|
346 |
|
347 |
-
#: wp-cache.php:
|
348 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
349 |
msgstr "Poche email, 1 all'avvio ed 1 al termine della operazione di precarica per tutti gli articoli."
|
350 |
|
351 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
#, php-format
|
353 |
msgid "Currently caching from post %d to %d."
|
354 |
msgstr "Cache in corso dal post %d a %d."
|
355 |
|
356 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
357 |
msgid "Update Settings"
|
358 |
msgstr "Aggiorna le impostazioni"
|
359 |
|
360 |
-
#: wp-cache.php:
|
361 |
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
362 |
msgstr "La pre-carica della cache non é attiva. Disattiva la cache parziale oppure conferisci con l'amministratore del tuo host."
|
363 |
|
364 |
-
#: wp-cache.php:
|
365 |
-
#: wp-cache.php:
|
366 |
msgid "Caching"
|
367 |
msgstr "Cache"
|
368 |
|
369 |
-
#: wp-cache.php:
|
370 |
msgid "Cache hits to this website for quick access."
|
371 |
msgstr "Cache hit di questo sito per accesso rapido."
|
372 |
|
373 |
-
#: wp-cache.php:
|
374 |
-
#: wp-cache.php:
|
375 |
-
#: wp-cache.php:
|
376 |
-
#: wp-cache.php:
|
377 |
-
#: wp-cache.php:
|
378 |
-
#: wp-cache.php:
|
|
|
379 |
msgid "Recommended"
|
380 |
msgstr "Raccomandato"
|
381 |
|
382 |
-
#: wp-cache.php:
|
383 |
msgid "Use mod_rewrite to serve cache files."
|
384 |
msgstr "Utilizza mod_rewrite per servire i file in cache."
|
385 |
|
386 |
-
#: wp-cache.php:
|
387 |
msgid "Use PHP to serve cache files."
|
388 |
msgstr "Utilizza PHP per servire i file in cache."
|
389 |
|
390 |
-
#: wp-cache.php:
|
391 |
msgid "Legacy page caching."
|
392 |
msgstr "Pagina cache parziale."
|
393 |
|
394 |
-
#: wp-cache.php:
|
395 |
-
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should
|
396 |
msgstr "Il Mod_rewrite é il più veloce, il PHP é piuttosto veloce e semplice da fare funzionare mentre, nonstante la cache parziale sia la più lenta, essa é da ritenersi la più flessibile e semplice da fare funzionare. I nuovi utenti dovrebbero utilizzare la cache PHP."
|
397 |
|
398 |
-
#: wp-cache.php:
|
399 |
msgid "Miscellaneous"
|
400 |
msgstr "Varie"
|
401 |
|
402 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
403 |
msgid "Compress pages so they’re served more quickly to visitors."
|
404 |
msgstr "Compressione delle pagine in modo che esse siano servite più rapidamente ai visitatori."
|
405 |
|
406 |
-
#: wp-cache.php:
|
407 |
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
408 |
msgstr "La compressione é disattivata come predefinita poiché alcuni host riscontrano dei problemi con i file compressi. La commutazione attivo/non attivo svuoterà la cache."
|
409 |
|
410 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
412 |
msgstr "Non servire pagine cache per gli <acronym title=\"utenti collegati e commentatori\">utenti conosciuti</acronym>."
|
413 |
|
414 |
-
#: wp-cache.php:
|
415 |
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
416 |
msgstr "Rigenerazione cache. Serve un file supercache agli utenti anonimi quando un nuovo file é stato generato."
|
417 |
|
418 |
-
#: wp-cache.php:
|
419 |
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
420 |
msgstr "Fai sapere a tutti che il tuo sito é a prova di Digg! (inserisce un messaggio nel footer del tuo blog)"
|
421 |
|
422 |
-
#: wp-cache.php:
|
423 |
-
#: wp-cache.php:
|
424 |
-
#: wp-cache.php:
|
425 |
msgid "Advanced"
|
426 |
msgstr "Avanzato"
|
427 |
|
428 |
-
#: wp-cache.php:
|
429 |
msgid "Mobile device support."
|
430 |
msgstr "Supporto "
|
431 |
|
432 |
-
#: wp-cache.php:
|
433 |
msgid "Clear all cache files when a post or page is published."
|
434 |
msgstr "Svuota tutti i file di cache quando viene pubblicato un articolo o una pagina."
|
435 |
|
436 |
-
#: wp-cache.php:
|
437 |
msgid "Only refresh current page when comments made."
|
438 |
msgstr "Ricarica la sola pagina in uso quando vengono effettuati dei commenti."
|
439 |
|
440 |
-
#: wp-cache.php:
|
441 |
msgid "List the newest cached pages on this page."
|
442 |
msgstr "Elenca su questa pagina la lista delle nuove pagine cache."
|
443 |
|
444 |
-
#: wp-cache.php:
|
445 |
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>"
|
446 |
msgstr "Blocco grezzo del file. Sebbene questa funzione non sia particolarmente necessaria potrebbe tornarti utile qualora il tuo server non avesse una potenza sufficiente. Attenzione! <em>In alcuni casi molto rari potrebbe bloccare il tuo server!</em>"
|
447 |
|
448 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
449 |
msgid "Use object cache to store cached files."
|
450 |
msgstr "Utilizza l'oggetto cache per conservare i file in cache."
|
451 |
|
452 |
-
#: wp-cache.php:
|
453 |
msgid "(Experimental)"
|
454 |
msgstr "(Sperimentale)"
|
455 |
|
456 |
-
#: wp-cache.php:
|
457 |
msgid "Note:"
|
458 |
msgstr "Nota:"
|
459 |
|
460 |
-
#: wp-cache.php:
|
461 |
#, php-format
|
462 |
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!)"
|
463 |
msgstr "Qualora desiderassi disinstallare questo plugin, assicurati che la cartella <em>%s</em> sia scrivibile in modo tale che i file <em>advanced-cache.php</em> e <em>cache-config.php</em> possano venire cancellati automaticamente. (l'accertarsi che anche questi due file siano scrivibile é probabilmente una buona idea!)"
|
464 |
|
465 |
-
#: wp-cache.php:
|
466 |
#, php-format
|
467 |
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
468 |
msgstr "Leggi il <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> per le istruzioni su come disinstallare questo script. Vedi anche, \"Come disinstallare WP Super Cache\"."
|
469 |
|
470 |
-
#: wp-cache.php:
|
471 |
#, php-format
|
472 |
msgid "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."
|
473 |
msgstr "Serve aiuto? Leggi il file <a href=\"%1$s\">Super Cache readme</a>. In esso sono contenute le info sulla installazione, le FAQ e numerosi suggerimenti. Puoi anche utilizzare il <a href=\"%2$s\">forum di supporto</a>: qui potresti trovare una risposta alle tue domande."
|
474 |
|
475 |
-
#: wp-cache.php:
|
476 |
-
#: wp-cache.php:
|
477 |
msgid "Update Status"
|
478 |
msgstr "Aggiorna lo stato"
|
479 |
|
480 |
-
#: wp-cache.php:
|
481 |
msgid "Accepted Filenames & Rejected URIs"
|
482 |
msgstr "Nomi file consentiti e URL respinti"
|
483 |
|
484 |
-
#: wp-cache.php:
|
485 |
msgid "Caching On"
|
486 |
msgstr "Cache attiva"
|
487 |
|
488 |
-
#: wp-cache.php:
|
489 |
msgid "Caching Off"
|
490 |
msgstr "Cache non attiva"
|
491 |
|
492 |
-
#: wp-cache.php:
|
493 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
494 |
msgstr "Nota: attiva cache PHP, rigenerazione cache e supporto mobile"
|
495 |
|
496 |
-
#: wp-cache.php:
|
497 |
-
msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules.
|
498 |
-
msgstr "Avviso: sono state rilevate delle regole Supercache mod_rewrite. I file della cache saranno serviti utilizzando queste regole.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
|
500 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
501 |
msgid "Make WordPress Faster"
|
502 |
msgstr "Rendi più veloce WordPress"
|
503 |
|
504 |
-
#: wp-cache.php:
|
505 |
#, php-format
|
506 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
507 |
msgstr "Il plugin %1$s viene aggiornato e sviluppato da %2$s grazie anche al contributo di molte altre persone."
|
508 |
|
509 |
-
#: wp-cache.php:
|
510 |
#, php-format
|
511 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
512 |
msgstr "Il suo blog é %1$s e le sue foto le trovi %2$s."
|
513 |
|
514 |
-
#: wp-cache.php:
|
515 |
#, php-format
|
516 |
msgid "Please say hi to him on %s too!"
|
517 |
msgstr "Mandagli un saluto su %s!"
|
518 |
|
519 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
#, php-format
|
521 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
522 |
msgstr "Pagine in cache da %1$s : <strong>%2$s</strong>"
|
523 |
|
524 |
-
#: wp-cache.php:
|
525 |
msgid "Newest Cached Pages:"
|
526 |
msgstr "Pagine recenti nella cache:"
|
527 |
|
528 |
-
#: wp-cache.php:
|
529 |
#, php-format
|
530 |
msgid "Cached %s seconds ago"
|
531 |
msgstr "Cache effettuata %s secondi fa"
|
532 |
|
533 |
-
#: wp-cache.php:
|
534 |
msgid "(may not always be accurate on busy sites)"
|
535 |
msgstr "(il dato potrebbe essere non sempre accurato per quei siti ad alto traffico)"
|
536 |
|
537 |
-
#: wp-cache.php:
|
538 |
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
539 |
msgstr "I plugin di cache sono degli scripts PHP che risiedono in una cartella a nome plugins allocata nella cartella wp-super-cache. Questi plugin saranno caricati al momento del caricamento di Supercache in un modo più rapido dei regolari plugin di WordPress."
|
540 |
|
541 |
-
#: wp-cache.php:
|
542 |
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
543 |
msgstr "Questa é una funzione strettamente avanzata e necessita di una valida conoscenza sul come operare in ambito di PHP e WordPress."
|
544 |
|
545 |
-
#: wp-cache.php:
|
546 |
msgid "Available Plugins"
|
547 |
msgstr "Plugin disponibili"
|
548 |
|
549 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
550 |
msgid "Tester & Contents"
|
551 |
msgstr "Verifiche e contenuti"
|
552 |
|
553 |
-
#: wp-cache.php:
|
554 |
msgid "Preload"
|
555 |
msgstr "Pre-carica"
|
556 |
|
557 |
-
#: wp-cache.php:
|
558 |
msgid "Plugins"
|
559 |
msgstr "Plugins"
|
560 |
|
561 |
-
#: wp-cache.php:
|
562 |
msgid "Debug"
|
563 |
msgstr "Debug"
|
564 |
|
565 |
-
#: wp-cache.php:
|
566 |
#, php-format
|
567 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
568 |
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che per il <a href=\"%s\">sito principale</a> di questo network."
|
569 |
|
570 |
-
#: wp-cache.php:
|
571 |
#, php-format
|
572 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
573 |
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che <a href=\"%s\">sul sito principale</a> di questo network."
|
574 |
|
575 |
-
#: wp-cache.php:
|
576 |
msgid "Mod Rewrite Rules"
|
577 |
msgstr "Regole Mod Rewrite"
|
578 |
|
579 |
-
#: wp-cache.php:
|
580 |
msgid "WordPress MU Detected"
|
581 |
msgstr "E' stata rilevata una installazione WordPress MU"
|
582 |
|
583 |
-
#: wp-cache.php:
|
584 |
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."
|
585 |
msgstr "Sfortunatamente, le rewrite rule non possono essere aggiornate in automatico quando WordPress MU é in funzione. Apri il tuo file .htaccess ed aggiungi le seguenti regole mod_rewrite in cima ad ogni altra regola presente nel file."
|
586 |
|
587 |
-
#: wp-cache.php:
|
588 |
msgid "Mod Rewrite rules cannot be updated!"
|
589 |
msgstr "Le regole Mod Rewrite non possono essere aggiornate!"
|
590 |
|
591 |
-
#: wp-cache.php:
|
592 |
#, php-format
|
593 |
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:"
|
594 |
msgstr "Affinché l'aggiornamento automatico possa funzionare, sono necessari i marcatori <strong>BEGIN</strong> ed <strong>END</strong> nel file %s.htaccess. Sono simili a questa ed avvolgono le principali regole mod_rewrite di WordPress:"
|
595 |
|
596 |
-
#: wp-cache.php:
|
597 |
msgid "Refresh this page when you have updated your .htaccess file."
|
598 |
msgstr "Ricarica questa pagina una volta aggiornato il file .htaccess."
|
599 |
|
600 |
-
#: wp-cache.php:
|
601 |
msgid "Thank you for upgrading."
|
602 |
msgstr "Grazie per avere effettuato l'aggiornamento."
|
603 |
|
604 |
-
#: wp-cache.php:
|
605 |
#, php-format
|
606 |
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."
|
607 |
msgstr "Le regole mod_rewrite sono cambiate dalla tua ultima installazione di questo plugin. E' necessario che tu rimuova le regole supercache precedenti prima che le nuove siano aggiornate. Ricarica questa pagina una volta che avrai modificato il tuo file .htaccess. Qualora desiderassi effettuare un aggiornamento manuale, modifica la seguente linea: %1$s rendendola simile a questa: %2$s Le sole modifiche sono \"HTTP_COOKIE\" che diventa \"HTTP:Cookie\" e \"wordpressuser\" che va sostituito con \"wordpress\". Questa é una modifica relativa a WordPress 2.5 comunque, la sua validità é estesa anche alle versioni precedenti (qualora avessi il coraggio di utilizzarle)."
|
608 |
|
609 |
-
#: wp-cache.php:
|
610 |
msgid "Trailing slash check required."
|
611 |
msgstr "E' necessaria una verifica sullo slash di chiusura."
|
612 |
|
613 |
-
#: wp-cache.php:
|
614 |
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:"
|
615 |
msgstr "Pare che il tuo URL termini con uno \"/\". Dal momento in cui hai installato questo plugin, é stato rilevato un bug che duplica il contenuto laddove l'URL non termina con uno \"/\"; di fatto, vengono proposti gli stessi contenuti di quelli con lo \"/\" e non viene altresì effettuato un reindirizzamento all'URL appropriato. Per la correzione, sarà necessario modificare il tuo file .htaccess aggiungendo queste due regole ai due gruppi di regole di Super Cache:"
|
616 |
|
617 |
-
#: wp-cache.php:
|
618 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
619 |
msgstr "Puoi vedere dove posizionare ed esaminare nella loro completezza le regole cliccando il link qui sotto a nome \"Visualizza le regole Mod_Rewrite\"."
|
620 |
|
621 |
-
#: wp-cache.php:
|
622 |
msgid "Mod Rewrite rules updated!"
|
623 |
msgstr "Le regole Mod Rewrite sono state aggiornate!"
|
624 |
|
625 |
-
#: wp-cache.php:
|
626 |
#, php-format
|
627 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
628 |
msgstr "Il file %s.htaccess é stato aggiornato con l'inserimento delle regole mod_rewrite necessarie. Verifica la loro correttezza. Ecco come dovrebbero essere:"
|
629 |
|
630 |
-
#: wp-cache.php:
|
631 |
msgid "Mod Rewrite rules must be updated!"
|
632 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
633 |
|
634 |
-
#: wp-cache.php:
|
635 |
#, php-format
|
636 |
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:"
|
637 |
msgstr "Il tuo file %s.htaccess non é scrivibile e deve essere aggiornato con le regole mod_rewrite necessarie. Le nuove regole andranno inserite al di sopra di quelle regolari di WordPress così come nel codice qui sotto:"
|
638 |
|
639 |
-
#: wp-cache.php:
|
640 |
#, php-format
|
641 |
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."
|
642 |
msgstr "Sono state rilevate le regole mod rewrite di WP Super Cache nel tuo file %s.htaccess.<br /> Clicca il seguente link per vedere le linee aggiunte a quel file. Nel caso in cui avessi aggiornato il plugin assicurati che esse coincidano."
|
643 |
|
644 |
-
#: wp-cache.php:
|
645 |
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
646 |
msgstr "E' stata rilevata una differenza tra le regole del tuo file .htaccess e quelle rewrite del plugin. Questo potrebbe dipendere anche da una sola spaziatura nel testo: effettua quanto prima una comparazione tra le regole presenti nel file con quelle qui sotto. Premi il pulsante ’Update Mod_Rewrite Rules’ per aggiornare."
|
647 |
|
648 |
-
#: wp-cache.php:
|
649 |
msgid "View Mod_Rewrite Rules"
|
650 |
msgstr "Visualizza le regole Mod_Rewrite"
|
651 |
|
652 |
-
#: wp-cache.php:
|
653 |
-
#: wp-cache.php:
|
654 |
#, php-format
|
655 |
msgid "Rules must be added to %s too:"
|
656 |
msgstr "Le regole devono essere aggiunte anche a %s:"
|
657 |
|
658 |
-
#: wp-cache.php:
|
659 |
#, php-format
|
660 |
msgid "Gzip encoding rules in %s.htaccess created."
|
661 |
msgstr "Sono state create nel file %s.htaccess le regole per la codifica Gzip."
|
662 |
|
663 |
-
#: wp-cache.php:
|
664 |
msgid "Fix Configuration"
|
665 |
msgstr "Correggi la configurazione"
|
666 |
|
667 |
-
#: wp-cache.php:
|
668 |
msgid "Restore Default Configuration"
|
669 |
msgstr "Ripristina la configurazione predefinita"
|
670 |
|
671 |
-
#: wp-cache.php:
|
672 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
673 |
msgstr "Moderazione dei commenti attiva. Il tuo commento non apparirà immediatamente."
|
674 |
|
675 |
-
#: wp-cache.php:
|
676 |
msgid "Lock Down:"
|
677 |
msgstr "Blocco di protezione:"
|
678 |
|
679 |
-
#: wp-cache.php:
|
680 |
-
msgid "Disabled"
|
681 |
-
msgstr "Disattivato"
|
682 |
-
|
683 |
-
#: wp-cache.php:1090
|
684 |
-
msgid "Enabled"
|
685 |
-
msgstr "Attivato"
|
686 |
-
|
687 |
-
#: wp-cache.php:1091
|
688 |
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."
|
689 |
msgstr "Proteggi il tuo server da un inatteso picco di traffico attivando il blocco. Quando il blocco é attivo, i nuovi commenti non ricaricheranno i file statici nella cache."
|
690 |
|
691 |
-
#: wp-cache.php:
|
692 |
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."
|
693 |
msgstr "Sviluppatori: é possibile rendere compatibile il plugin con il blocco di protezione grazie alla costante \"WPLOCKDOWN\". Il seguente codice farà sì che il plugin sia in grado di sopperire alle impostazioni WPLOCKDOWN."
|
694 |
|
695 |
-
#: wp-cache.php:
|
696 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
697 |
msgstr "Il mio blog ha attivato un blocco di protezione. Gli aggiornamenti appariranno a breve"
|
698 |
|
699 |
-
#: wp-cache.php:
|
700 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
701 |
msgstr "WordPress ha un blocco di protezione. Quando verranno effettuati dei nuovi commenti, i file statici di Super Cache non saranno cancellati."
|
702 |
|
703 |
-
#: wp-cache.php:
|
704 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
705 |
msgstr "WordPress ha un blocco di protezione. I nuovi commenti rigenereranno come al solito i file statici di Super Cache."
|
706 |
|
707 |
-
#: wp-cache.php:
|
708 |
-
#: plugins/awaitingmoderation.php:23
|
709 |
-
#: plugins/awaitingmoderation.php:38
|
710 |
-
#: plugins/badbehaviour.php:47
|
711 |
-
#: plugins/badbehaviour.php:65
|
712 |
-
#: plugins/domain-mapping.php:47
|
713 |
-
#: plugins/domain-mapping.php:62
|
714 |
-
#: plugins/searchengine.php:61
|
715 |
-
#: plugins/searchengine.php:76
|
716 |
-
msgid "Disable"
|
717 |
-
msgstr "Disattiva"
|
718 |
-
|
719 |
-
#: wp-cache.php:1103
|
720 |
-
#: plugins/awaitingmoderation.php:36
|
721 |
-
#: plugins/badbehaviour.php:63
|
722 |
-
#: plugins/domain-mapping.php:60
|
723 |
-
#: plugins/searchengine.php:74
|
724 |
-
msgid "Enable"
|
725 |
-
msgstr "Attiva"
|
726 |
-
|
727 |
-
#: wp-cache.php:1106
|
728 |
msgid "Lock Down"
|
729 |
msgstr "Blocco di protezione"
|
730 |
|
731 |
-
#: wp-cache.php:
|
732 |
msgid "Directly Cached Files"
|
733 |
msgstr "File cache diretta"
|
734 |
|
735 |
-
#: wp-cache.php:
|
736 |
#, php-format
|
737 |
msgid "%s removed!"
|
738 |
msgstr "%s rimosso!"
|
739 |
|
740 |
-
#: wp-cache.php:
|
741 |
-
#: wp-cache.php:1182
|
742 |
-
#: plugins/badbehaviour.php:69
|
743 |
-
msgid "Warning!"
|
744 |
-
msgstr "Attenzione!"
|
745 |
-
|
746 |
-
#: wp-cache.php:1180
|
747 |
#, php-format
|
748 |
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."
|
749 |
msgstr "E' necessario rendere scrivibile %s affinché questa opzione possa essere attivata. Per ragioni di sicurezza, rendi di sola lettura una volta che la pagina é stata generata."
|
750 |
|
751 |
-
#: wp-cache.php:
|
752 |
#, php-format
|
753 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
754 |
msgstr "%s é scrivibile. Assicurati che essa sia di sola lettura una volta che la pagina verrà generata (limita i problemi di sicurezza)."
|
755 |
|
756 |
-
#: wp-cache.php:
|
757 |
msgid "Existing direct page"
|
758 |
msgstr "Pagina diretta esistente"
|
759 |
|
760 |
-
#: wp-cache.php:
|
761 |
msgid "Delete cached file"
|
762 |
msgstr "Cancella i file nella cache"
|
763 |
|
764 |
-
#: wp-cache.php:
|
765 |
msgid "Add direct page:"
|
766 |
msgstr "Aggiungi una pagina diretta:"
|
767 |
|
768 |
-
#: wp-cache.php:
|
769 |
#, php-format
|
770 |
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."
|
771 |
msgstr "I file di cache diretta sono dei file creati direttamente sotto %s ossia laddove il tuo blog risiede. Questa opzione é particolarmente utile qualora ti aspettassi un alto livello di traffico proveniente da Digg o Slashdot verso un articolo/pagina."
|
772 |
|
773 |
-
#: wp-cache.php:
|
774 |
#, php-format
|
775 |
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."
|
776 |
msgstr "Esempio: per la cache di <em>%1$sabout/</em>, sarà necessario che tu inserisca %1$sabout/ oppure /about/. Il file di cache verrà generato la prima volta che un utente anonimo visiterà quella pagina."
|
777 |
|
778 |
-
#: wp-cache.php:
|
779 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
780 |
msgstr "Svuota la casella di testo per rimuovere l'indirizzo dalla lista delle pagine dirette e cancellare dalla cache il file."
|
781 |
|
782 |
-
#: wp-cache.php:
|
783 |
msgid "Update Direct Pages"
|
784 |
msgstr "Aggiorna le pagine dirette"
|
785 |
|
786 |
-
#: wp-cache.php:
|
787 |
msgid "Expiry Time & Garbage Collection"
|
788 |
msgstr "Periodo scadenza e Garbage Collection"
|
789 |
|
790 |
-
#: wp-cache.php:
|
791 |
msgid "Expire time:"
|
792 |
msgstr "Periodo scadenza:"
|
793 |
|
794 |
-
#: wp-cache.php:
|
795 |
msgid "seconds"
|
796 |
msgstr "secondi"
|
797 |
|
798 |
-
#: wp-cache.php:
|
799 |
msgid "Garbage Collection"
|
800 |
msgstr "Garbage Collection"
|
801 |
|
802 |
-
#: wp-cache.php:
|
803 |
msgid "If the 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."
|
804 |
msgstr "Qualora il periodo di scadenza fosse maggiore di 1800 secondi (mezz'ora), la garbage collection verrà effettuata ogni 10 minuti diversamente, l'operazione verrà effettuata 10 secondi dopo il periodo di scadenza indicato qui sopra."
|
805 |
|
806 |
-
#: wp-cache.php:
|
807 |
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. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
808 |
msgstr "La ricerca e la cancellazione dei file scaduti é particolarmente dispendiosa così come lo é il lasciarli lì scaduti. Qualora avessi un sito con un traffico rilevante, imposta il tempo di scadenza a <em>300 secondi</em>. Effettua eventualmente più prove con valori differenti e controlla in questa pagina (più volte durante l'arco della giornata) il totale dei file scaduti presenti. Il numero ottimale dovrebbe essere inferiore a circa 500 file di cache (lmodalità parziale). Il numero dei file nella cachepotrà essere comunque superiore utilizzando mod_rewrite o PHP caching."
|
809 |
|
810 |
-
#: wp-cache.php:
|
811 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
812 |
msgstr "Imposta a 0 il tempo di scadenza per disattivare la garbage collection."
|
813 |
|
814 |
-
#: wp-cache.php:
|
815 |
msgid "Change Expiration"
|
816 |
msgstr "Modifica la scadenza"
|
817 |
|
818 |
-
#: wp-cache.php:
|
819 |
msgid "Rejected User Agents"
|
820 |
msgstr "User Agents "
|
821 |
|
822 |
-
#: wp-cache.php:
|
823 |
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."
|
824 |
msgstr "Le stringhe presenti nella header HTTP degli ’User Agent’ che impediscono a WP-Cache di fornire i dati nella cache alle richieste da parte dei bot, degli spider e dei crawler. Nota che anche i file super cached saranno inviati a questi agent qualora esistessero."
|
825 |
|
826 |
-
#: wp-cache.php:
|
827 |
msgid "Save UA Strings"
|
828 |
msgstr "Salva le stringhe UA"
|
829 |
|
830 |
-
#: wp-cache.php:
|
831 |
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."
|
832 |
msgstr "Non effettuare la cache per i tipi di pagine a seguire. Per maggiori informazioni, leggi la documentazione circa i <a href=\"http://codex.wordpress.org/Conditional_Tags\">tag condizionali</a>."
|
833 |
|
834 |
-
#: wp-cache.php:
|
835 |
msgid "Single Posts"
|
836 |
msgstr "Articoli singoli"
|
837 |
|
838 |
-
#: wp-cache.php:
|
839 |
msgid "Pages"
|
840 |
msgstr "Pagine"
|
841 |
|
842 |
-
#: wp-cache.php:
|
843 |
msgid "Front Page"
|
844 |
msgstr "Pagina principale"
|
845 |
|
846 |
-
#: wp-cache.php:
|
847 |
msgid "Home"
|
848 |
msgstr "Home"
|
849 |
|
850 |
-
#: wp-cache.php:
|
851 |
msgid "Archives"
|
852 |
msgstr "Archivi"
|
853 |
|
854 |
-
#: wp-cache.php:
|
855 |
msgid "Tags"
|
856 |
msgstr "Tag"
|
857 |
|
858 |
-
#: wp-cache.php:
|
859 |
msgid "Category"
|
860 |
msgstr "Categoria"
|
861 |
|
862 |
-
#: wp-cache.php:
|
863 |
msgid "Feeds"
|
864 |
msgstr "Feed"
|
865 |
|
866 |
-
#: wp-cache.php:
|
867 |
msgid "Search Pages"
|
868 |
msgstr "Pagine ricerca"
|
869 |
|
870 |
-
#: wp-cache.php:
|
871 |
-
#: wp-cache.php:
|
872 |
msgid "Save"
|
873 |
msgstr "Salva"
|
874 |
|
875 |
-
#: wp-cache.php:
|
876 |
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."
|
877 |
msgstr "Aggiungi qui le stringhe (non il nome del file) per forzare il blocco della cache per quella data pagina. Ad esempio, se il tuo URL contenesse l'anno e tu non gradissi la cache per gli articoli pubblicati in quel dato periodo, sarà sufficiente specificare l'anno, ad es. ’/2004/’. WP-Cache effettuerà una ricerca in modo tale da verificare la presenza di quella stringa nell'URI quindi, la cache per quella pagina non verrà generata."
|
878 |
|
879 |
-
#: wp-cache.php:
|
880 |
msgid "Save Strings"
|
881 |
msgstr "Salva le stringhe"
|
882 |
|
883 |
-
#: wp-cache.php:
|
884 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
885 |
msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cache (anche in caso di corrispondenza con una delle stringhe specificate più sopra)."
|
886 |
|
887 |
-
#: wp-cache.php:
|
888 |
msgid "Save Files"
|
889 |
msgstr "Salva i file"
|
890 |
|
891 |
-
#: wp-cache.php:
|
892 |
msgid "Currently logging to: "
|
893 |
msgstr "Log attuale:"
|
894 |
|
895 |
-
#: wp-cache.php:
|
896 |
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."
|
897 |
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."
|
898 |
|
899 |
-
#: wp-cache.php:
|
900 |
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
901 |
msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
|
902 |
|
903 |
-
#: wp-cache.php:
|
904 |
msgid "Debugging"
|
905 |
msgstr "Debugging"
|
906 |
|
907 |
-
#: wp-cache.php:
|
908 |
-
#: plugins/awaitingmoderation.php:31
|
909 |
-
#: plugins/badbehaviour.php:57
|
910 |
-
#: plugins/domain-mapping.php:55
|
911 |
-
#: plugins/searchengine.php:69
|
912 |
-
msgid "enabled"
|
913 |
-
msgstr "attivato"
|
914 |
-
|
915 |
-
#: wp-cache.php:1450
|
916 |
msgid "Logging Type"
|
917 |
msgstr "Tipo di logging"
|
918 |
|
919 |
-
#: wp-cache.php:
|
920 |
msgid "Email"
|
921 |
msgstr "Email"
|
922 |
|
923 |
-
#: wp-cache.php:
|
924 |
msgid "file"
|
925 |
msgstr "file"
|
926 |
|
927 |
-
#: wp-cache.php:
|
928 |
msgid "IP Address"
|
929 |
msgstr "Indirizzo IP"
|
930 |
|
931 |
-
#: wp-cache.php:
|
932 |
#, php-format
|
933 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
934 |
msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
|
935 |
|
936 |
-
#: wp-cache.php:
|
937 |
msgid "Log level"
|
938 |
msgstr "Livello log"
|
939 |
|
940 |
-
#: wp-cache.php:
|
941 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
942 |
msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
|
943 |
|
944 |
-
#: wp-cache.php:
|
945 |
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>"
|
946 |
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>"
|
947 |
|
948 |
-
#: wp-cache.php:
|
949 |
#, php-format
|
950 |
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."
|
951 |
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."
|
952 |
|
953 |
-
#: wp-cache.php:
|
954 |
msgid "Check front page every 5 minutes."
|
955 |
msgstr "Controlla la front page ogni 5 minuti."
|
956 |
|
957 |
-
#: wp-cache.php:
|
958 |
msgid "Front page text"
|
959 |
msgstr "Testo front page"
|
960 |
|
961 |
-
#: wp-cache.php:
|
962 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
963 |
msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
|
964 |
|
965 |
-
#: wp-cache.php:
|
966 |
msgid "Clear cache on error."
|
967 |
msgstr "Svuota la cache in caso di errore."
|
968 |
|
969 |
-
#: wp-cache.php:
|
970 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
971 |
msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
|
972 |
|
973 |
-
#: wp-cache.php:
|
974 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
975 |
msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
|
976 |
|
977 |
-
#: wp-cache.php:
|
978 |
-
#: wp-cache.php:
|
979 |
msgid "Warning"
|
980 |
msgstr "Attenzione"
|
981 |
|
982 |
-
#: wp-cache.php:
|
983 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
984 |
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."
|
985 |
|
986 |
-
#: wp-cache.php:
|
987 |
-
#: wp-cache.php:
|
988 |
-
#: wp-cache.php:
|
989 |
-
#: wp-cache.php:
|
990 |
-
#: wp-cache.php:
|
991 |
msgid "Error"
|
992 |
msgstr "Errore"
|
993 |
|
994 |
-
#: wp-cache.php:
|
995 |
#, php-format
|
996 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
997 |
msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
|
998 |
|
999 |
-
#: wp-cache.php:
|
1000 |
#, php-format
|
1001 |
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."
|
1002 |
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."
|
1003 |
|
1004 |
-
#: wp-cache.php:
|
1005 |
#, php-format
|
1006 |
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."
|
1007 |
msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
|
1008 |
|
1009 |
-
#: wp-cache.php:
|
1010 |
#, php-format
|
1011 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1012 |
msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
|
1013 |
|
1014 |
-
#: wp-cache.php:
|
1015 |
#, php-format
|
1016 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1017 |
msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
|
1018 |
|
1019 |
-
#: wp-cache.php:
|
1020 |
#, php-format
|
1021 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1022 |
msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
|
1023 |
|
1024 |
-
#: wp-cache.php:
|
1025 |
msgid "1. If it already exists please delete the file first."
|
1026 |
msgstr "1. Nel caso fosse già esistente, cancellalo."
|
1027 |
|
1028 |
-
#: wp-cache.php:
|
1029 |
#, php-format
|
1030 |
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)"
|
1031 |
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)"
|
1032 |
|
1033 |
-
#: wp-cache.php:
|
1034 |
#, php-format
|
1035 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1036 |
msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
|
1037 |
|
1038 |
-
#: wp-cache.php:
|
1039 |
#, php-format
|
1040 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1041 |
msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
|
1042 |
|
1043 |
-
#: wp-cache.php:
|
1044 |
#, php-format
|
1045 |
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>"
|
1046 |
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>"
|
1047 |
|
1048 |
-
#: wp-cache.php:
|
1049 |
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1050 |
msgstr "<h3>Costante WP_CACHE impostata a false</h3><p>La costante WP_CACHE viene utilizzata da WordPress per caricare il codice necessario per servire le pagine in cache. Sfortunatamente, l'impostazione é a false. Modifica il tuo wp-config.php ed aggiungi o modifica la seguente linea al di sopra del comando require_once:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1051 |
|
1052 |
-
#: wp-cache.php:
|
1053 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1054 |
msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
|
1055 |
|
1056 |
-
#: wp-cache.php:
|
1057 |
#, php-format
|
1058 |
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. "
|
1059 |
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."
|
1060 |
|
1061 |
-
#: wp-cache.php:
|
1062 |
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."
|
1063 |
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."
|
1064 |
|
1065 |
-
#: wp-cache.php:
|
1066 |
msgid "Cache Contents"
|
1067 |
msgstr "Contenuti cache"
|
1068 |
|
1069 |
-
#: wp-cache.php:
|
1070 |
msgid "Object cache in use. No cache listing available."
|
1071 |
msgstr "Oggetto cache in uso. Nessun elenco cache disponibile."
|
1072 |
|
1073 |
-
#: wp-cache.php:
|
1074 |
#, php-format
|
1075 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1076 |
msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
|
1077 |
|
1078 |
-
#: wp-cache.php:
|
1079 |
#, php-format
|
1080 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1081 |
msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
|
1082 |
|
1083 |
-
#: wp-cache.php:
|
1084 |
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1085 |
msgstr "Le statistiche della cache non sono generate in automatico. E' necessario che tu prema il link qui sotto per potere rigenerare in questa pagina le statistiche."
|
1086 |
|
1087 |
-
#: wp-cache.php:
|
1088 |
msgid "Regenerate cache stats"
|
1089 |
msgstr "Rigenera statistiche della cache"
|
1090 |
|
1091 |
-
#: wp-cache.php:
|
1092 |
#, php-format
|
1093 |
msgid "Cache stats last generated: %s minutes ago."
|
1094 |
msgstr "Ultima statistica cache generata: %s minuti fa."
|
1095 |
|
1096 |
-
#: wp-cache.php:
|
1097 |
msgid "WP-Cache"
|
1098 |
msgstr "WP-Cache"
|
1099 |
|
1100 |
-
#: wp-cache.php:
|
1101 |
-
#: wp-cache.php:
|
1102 |
#, php-format
|
1103 |
msgid "%s Cached Pages"
|
1104 |
msgstr "%s pagine nella cache"
|
1105 |
|
1106 |
-
#: wp-cache.php:
|
1107 |
-
#: wp-cache.php:
|
1108 |
#, php-format
|
1109 |
msgid "%s Expired Pages"
|
1110 |
msgstr "%s pagine scadute"
|
1111 |
|
1112 |
-
#: wp-cache.php:
|
1113 |
msgid "WP-Super-Cache"
|
1114 |
msgstr "WP-Super-Cache"
|
1115 |
|
1116 |
-
#: wp-cache.php:
|
1117 |
msgid "Fresh WP-Cached Files"
|
1118 |
msgstr "Aggiorna file WP-Cached"
|
1119 |
|
1120 |
-
#: wp-cache.php:
|
1121 |
-
#: wp-cache.php:
|
1122 |
-
#: wp-cache.php:
|
1123 |
-
#: wp-cache.php:
|
1124 |
msgid "URI"
|
1125 |
msgstr "URI"
|
1126 |
|
1127 |
-
#: wp-cache.php:
|
1128 |
-
#: wp-cache.php:
|
1129 |
msgid "Key"
|
1130 |
msgstr "Chiave"
|
1131 |
|
1132 |
-
#: wp-cache.php:
|
1133 |
-
#: wp-cache.php:
|
1134 |
-
#: wp-cache.php:
|
1135 |
-
#: wp-cache.php:
|
1136 |
msgid "Age"
|
1137 |
msgstr "Età"
|
1138 |
|
1139 |
-
#: wp-cache.php:
|
1140 |
-
#: wp-cache.php:
|
1141 |
-
#: wp-cache.php:
|
1142 |
-
#: wp-cache.php:
|
1143 |
msgid "Delete"
|
1144 |
msgstr "Cancella"
|
1145 |
|
1146 |
-
#: wp-cache.php:
|
1147 |
msgid "Stale WP-Cached Files"
|
1148 |
msgstr "Ordina i file WP-Cached"
|
1149 |
|
1150 |
-
#: wp-cache.php:
|
1151 |
msgid "Fresh Super Cached Files"
|
1152 |
msgstr "Aggiorna file Super Cached"
|
1153 |
|
1154 |
-
#: wp-cache.php:
|
1155 |
msgid "Stale Super Cached Files"
|
1156 |
msgstr "Scadenza file Super Cached"
|
1157 |
|
1158 |
-
#: wp-cache.php:
|
1159 |
msgid "Hide file list"
|
1160 |
msgstr "Nascondi la lista dei file"
|
1161 |
|
1162 |
-
#: wp-cache.php:
|
1163 |
msgid "Too many cached files, no listing possible."
|
1164 |
msgstr "Sono presenti troppi file cache: non é possibile mostrare l'elenco."
|
1165 |
|
1166 |
-
#: wp-cache.php:
|
1167 |
msgid "List all cached files"
|
1168 |
msgstr "Lista di tutti i file presenti nella cache"
|
1169 |
|
1170 |
-
#: wp-cache.php:
|
1171 |
#, php-format
|
1172 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1173 |
msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
|
1174 |
|
1175 |
-
#: wp-cache.php:
|
1176 |
#, php-format
|
1177 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1178 |
msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
|
1179 |
|
1180 |
-
#: wp-cache.php:
|
1181 |
#, php-format
|
1182 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1183 |
msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
|
1184 |
|
1185 |
-
#: wp-cache.php:
|
1186 |
msgid "Delete Expired"
|
1187 |
msgstr "Cancella la cache scaduta"
|
1188 |
|
1189 |
-
#: wp-cache.php:
|
1190 |
-
#: wp-cache.php:
|
1191 |
-
#: wp-cache.php:
|
1192 |
msgid "Delete Cache"
|
1193 |
msgstr "Cancella la cache"
|
1194 |
|
1195 |
-
#: wp-cache.php:
|
1196 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1197 |
msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
|
1198 |
|
1199 |
-
#: wp-cache.php:
|
1200 |
#, php-format
|
1201 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1202 |
msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
|
1203 |
|
1204 |
-
#: wp-cache.php:
|
1205 |
#, php-format
|
1206 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1207 |
msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
|
1208 |
|
1209 |
-
#: wp-cache.php:
|
1210 |
msgid "Settings"
|
1211 |
msgstr "Impostazioni"
|
1212 |
|
1213 |
-
#: wp-cache.php:
|
1214 |
#, php-format
|
1215 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1216 |
msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
|
1217 |
|
1218 |
-
#: wp-cache.php:
|
1219 |
#, php-format
|
1220 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1221 |
msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
|
1222 |
|
1223 |
-
#: wp-cache.php:
|
1224 |
#, php-format
|
1225 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1226 |
msgstr "Visita %s per svuotare la cache!"
|
1227 |
|
1228 |
-
#: wp-cache.php:
|
1229 |
#, php-format
|
1230 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1231 |
msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
|
1232 |
|
1233 |
-
#: wp-cache.php:
|
1234 |
#, php-format
|
1235 |
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."
|
1236 |
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."
|
1237 |
|
1238 |
-
#: wp-cache.php:
|
1239 |
#, php-format
|
1240 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1241 |
msgstr "[%s] La front page non é corretta! Svuota la cache!"
|
1242 |
|
1243 |
-
#: wp-cache.php:
|
1244 |
#, php-format
|
1245 |
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\"!"
|
1246 |
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\"!"
|
1247 |
|
1248 |
-
#: wp-cache.php:
|
1249 |
#, php-format
|
1250 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1251 |
msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
|
1252 |
|
1253 |
-
#: wp-cache.php:
|
1254 |
#, php-format
|
1255 |
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."
|
1256 |
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."
|
1257 |
|
1258 |
-
#: wp-cache.php:
|
1259 |
#, php-format
|
1260 |
msgid "[%s] Front page check!"
|
1261 |
msgstr "[%s] Controllo Front page!"
|
1262 |
|
1263 |
-
#: wp-cache.php:
|
1264 |
#, php-format
|
1265 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1266 |
msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
|
1267 |
|
1268 |
-
#: wp-cache.php:
|
1269 |
msgid "Cannot update .htaccess"
|
1270 |
msgstr "Non é possibile aggiornare il file .htaccess"
|
1271 |
|
1272 |
-
#: wp-cache.php:
|
1273 |
#, php-format
|
1274 |
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."
|
1275 |
msgstr "Il file <code>%s.htaccess</code> non può essere modificato. Correggi utilizzando il comando chmod oppure il tuo client ftp."
|
1276 |
|
1277 |
-
#: wp-cache.php:
|
1278 |
msgid "Refresh this page when the file permissions have been modified."
|
1279 |
msgstr "Ricarica questa pagina una volta che i permessi per il file sono stati modificati."
|
1280 |
|
1281 |
-
#: wp-cache.php:
|
1282 |
#, php-format
|
1283 |
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1284 |
msgstr "Come alternativa, puoi modificare manualmente il file <code>%s.htaccess</code> aggiungendo il seguente codice (prima di ogni regola WordPress):"
|
1285 |
|
1286 |
-
#: wp-cache.php:
|
1287 |
#, php-format
|
1288 |
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1289 |
msgstr "Affinché il tuo server possa fornire dei file html statici é necessario che le regole mod_rewrite vengano aggiunte al file <code>%s.htaccess</code>"
|
1290 |
|
1291 |
-
#: wp-cache.php:
|
1292 |
msgid "You can edit the file yourself add the following rules."
|
1293 |
msgstr "Puoi modificare tu stesso il file aggiungendo le seguenti regole."
|
1294 |
|
1295 |
-
#: wp-cache.php:
|
1296 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1297 |
msgstr " Accertati che appaiano prima di ogni regola WordPress già presente. "
|
1298 |
|
1299 |
-
#: wp-cache.php:
|
1300 |
msgid "Update Mod_Rewrite Rules"
|
1301 |
msgstr "Aggiorna le regole Mod_Rewrite"
|
1302 |
|
1303 |
-
#: wp-cache.php:
|
1304 |
#, php-format
|
1305 |
msgid "[%1$s] Cache Preload Started"
|
1306 |
msgstr "[%1$s] La pre-carica della cache ha avuto inizio"
|
1307 |
|
1308 |
-
#: wp-cache.php:
|
1309 |
#, php-format
|
1310 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1311 |
msgstr "[%1$s] Ricarica articoli da %2$d a %3$d"
|
1312 |
|
1313 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
1314 |
#, php-format
|
1315 |
msgid "[%1$s] %2$d posts refreshed"
|
1316 |
msgstr "[%1$s] %2$d articoli sono stati ricaricati"
|
1317 |
|
1318 |
-
#: wp-cache.php:
|
1319 |
msgid "Refreshed the following posts:"
|
1320 |
msgstr "I seguenti post sono stati aggiornati:"
|
1321 |
|
1322 |
-
#: wp-cache.php:
|
1323 |
#, php-format
|
1324 |
msgid "Scheduling next preload refresh in %d minutes."
|
1325 |
msgstr "Prossima ricarica programmata tra %d minuti."
|
1326 |
|
1327 |
-
#: wp-cache.php:
|
1328 |
#, php-format
|
1329 |
msgid "[%s] Cache Preload Completed"
|
1330 |
msgstr "[%s] La pre-carica della cache é stata completata"
|
1331 |
|
1332 |
-
#: wp-cache.php:
|
1333 |
msgid "Cleaning up old supercache files."
|
1334 |
msgstr "Cancella i vecchi file supercache."
|
1335 |
|
1336 |
-
#: wp-cache.php:
|
1337 |
#, php-format
|
1338 |
msgid "[%s] Preload may have stalled."
|
1339 |
msgstr "[%s] La pre-carica potrebbe avere dei problemi."
|
1340 |
|
1341 |
-
#: wp-cache.php:
|
1342 |
#, php-format
|
1343 |
msgid ""
|
1344 |
"Preload has been restarted.\n"
|
@@ -1347,61 +1542,16 @@ msgstr ""
|
|
1347 |
"La pre-carica é stata riavviata.\n"
|
1348 |
"%s"
|
1349 |
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
#: plugins/searchengine.php:67
|
1358 |
-
msgid "disabled"
|
1359 |
-
msgstr "disattivato"
|
1360 |
-
|
1361 |
-
#: plugins/awaitingmoderation.php:33
|
1362 |
-
#, php-format
|
1363 |
-
msgid "Awaiting Moderation plugin is %s"
|
1364 |
-
msgstr "Il plugin Awaiting Moderation é %s"
|
1365 |
-
|
1366 |
-
#: plugins/awaitingmoderation.php:34
|
1367 |
-
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
1368 |
-
msgstr "(rimuove il testo \"Il tuo commento é in attesa di essere moderato.\" quando viene lasciato un commento da moderare.) "
|
1369 |
-
|
1370 |
-
#: plugins/badbehaviour.php:45
|
1371 |
-
msgid "Bad Behaviour not found. Please check your install."
|
1372 |
-
msgstr "Non é stato trovato Bad Behaviour. Effettua una verifica."
|
1373 |
-
|
1374 |
-
#: plugins/badbehaviour.php:60
|
1375 |
-
#, php-format
|
1376 |
-
msgid "Bad Behaviour support is %s."
|
1377 |
-
msgstr "Il supporto Bad Behaviour é %s."
|
1378 |
-
|
1379 |
-
#: plugins/badbehaviour.php:61
|
1380 |
-
#, php-format
|
1381 |
-
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
1382 |
-
msgstr "(utilizzare la sola cache parziale, non attivare la compressione ed installare <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> sotto \"%s/plugins/bad-behavior/\") "
|
1383 |
-
|
1384 |
-
#: plugins/domain-mapping.php:57
|
1385 |
-
#, php-format
|
1386 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
1387 |
-
msgstr "Il supporto del plugin <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> é %s"
|
1388 |
-
|
1389 |
-
#: plugins/domain-mapping.php:58
|
1390 |
-
msgid "(support for multiple domains on multisite websites) "
|
1391 |
-
msgstr "(supporto per domini multipli o siti multi sito)"
|
1392 |
-
|
1393 |
-
#: plugins/domain-mapping.php:72
|
1394 |
-
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
1395 |
-
msgstr "Il plugin Domain Mapping é stato rilevato! Vai alla pagina dei plugin di Supercache ed attiva il plugin di supporto a domain mapping."
|
1396 |
-
|
1397 |
-
#: plugins/searchengine.php:71
|
1398 |
-
#, php-format
|
1399 |
-
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
1400 |
-
msgstr "Il plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> é %s."
|
1401 |
|
1402 |
-
|
1403 |
-
|
1404 |
-
msgstr "(é necessario anche <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
1405 |
|
1406 |
#~ msgid ""
|
1407 |
#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
|
5 |
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: 2010-11-22 17:30+0000\n"
|
10 |
+
"PO-Revision-Date: 2010-11-23 20:55+0100\n"
|
11 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: ossdl-cdn.php:105
|
23 |
+
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
24 |
+
msgstr "Probabilmente il tuo sito fa uso di molti file statici. I file immagine, Javascript e CSS sono generalmente dei file statici che potrebbero essere facilmente serviti da un altro sito o CDN. Quindi questo plugin sostituirà ogni link presente nelle cartelle <code>wp-content</code> e <code>wp-includes</code> (ad eccezione dei file PHP) del tuo sito con l'URL fornito qui sotto. In quel modo potrai copiare tutti i contenuti statici presso un host dedicato o fare un mirror dei file verso un CDN via <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
25 |
+
|
26 |
+
#: ossdl-cdn.php:106
|
27 |
+
#, php-format
|
28 |
+
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
29 |
+
msgstr "<strong style=\"color: red\">ATTENZIONE:</strong> Prova alcuni url statici ad esempio, %s prima di salvare le modifiche giusto per assicurarti che il tuo servizio CDN funzioni correttamente."
|
30 |
+
|
31 |
+
#: ossdl-cdn.php:107
|
32 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
33 |
+
msgstr "Puoi definire dei differenti URL CDN per ogni sito di un network multi-sito."
|
34 |
+
|
35 |
+
#: ossdl-cdn.php:134
|
36 |
+
msgid "Save Changes"
|
37 |
+
msgstr "Salva le modifiche"
|
38 |
+
|
39 |
+
#: ossdl-cdn.php:136
|
40 |
+
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
41 |
+
msgstr "La funzionalità CDN é fornita da <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> di <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
42 |
+
|
43 |
+
#: plugins/awaitingmoderation.php:4
|
44 |
+
msgid "Your comment is awaiting moderation."
|
45 |
+
msgstr "Il tuo commento é in attesa di moderazione."
|
46 |
+
|
47 |
+
#: plugins/awaitingmoderation.php:32
|
48 |
+
msgid "Awaiting Moderation"
|
49 |
+
msgstr "In attesa di moderazione"
|
50 |
+
|
51 |
+
#: plugins/awaitingmoderation.php:34
|
52 |
+
#: plugins/badbehaviour.php:63
|
53 |
+
#: plugins/domain-mapping.php:60
|
54 |
+
#: wp-cache.php:1164
|
55 |
+
msgid "Enabled"
|
56 |
+
msgstr "Attivato"
|
57 |
+
|
58 |
+
#: plugins/awaitingmoderation.php:35
|
59 |
+
#: plugins/badbehaviour.php:64
|
60 |
+
#: plugins/domain-mapping.php:61
|
61 |
+
#: wp-cache.php:1164
|
62 |
+
msgid "Disabled"
|
63 |
+
msgstr "Disattivato"
|
64 |
+
|
65 |
+
#: plugins/awaitingmoderation.php:36
|
66 |
+
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
|
67 |
+
msgstr "Attiva/disattiva il plugin per rimuove il testo \"Il tuo commento é in attesa di essere moderato.\" quando viene lasciato un commento da moderare."
|
68 |
+
|
69 |
+
#: plugins/awaitingmoderation.php:40
|
70 |
+
#: plugins/badbehaviour.php:69
|
71 |
+
#: plugins/domain-mapping.php:66
|
72 |
+
#: plugins/searchengine.php:69
|
73 |
+
#: wp-cache.php:1523
|
74 |
+
msgid "enabled"
|
75 |
+
msgstr "attivato"
|
76 |
+
|
77 |
+
#: plugins/awaitingmoderation.php:42
|
78 |
+
#: plugins/badbehaviour.php:71
|
79 |
+
#: plugins/domain-mapping.php:68
|
80 |
+
#: plugins/searchengine.php:67
|
81 |
+
msgid "disabled"
|
82 |
+
msgstr "disattivato"
|
83 |
+
|
84 |
+
#: plugins/awaitingmoderation.php:43
|
85 |
+
#, php-format
|
86 |
+
msgid "Awaiting Moderation is now %s"
|
87 |
+
msgstr "Il plugin Awaiting Moderation é %s"
|
88 |
+
|
89 |
+
#: plugins/awaitingmoderation.php:45
|
90 |
+
#: plugins/badbehaviour.php:74
|
91 |
+
#: plugins/domain-mapping.php:71
|
92 |
+
msgid "Update"
|
93 |
+
msgstr "Aggiorna"
|
94 |
+
|
95 |
+
#: plugins/badbehaviour.php:45
|
96 |
+
msgid "Bad Behaviour not found. Please check your install."
|
97 |
+
msgstr "Non é stato trovato Bad Behaviour. Effettua una verifica."
|
98 |
+
|
99 |
+
#: plugins/badbehaviour.php:61
|
100 |
+
msgid "Bad Behavior"
|
101 |
+
msgstr "Bad Behavior"
|
102 |
+
|
103 |
+
#: plugins/badbehaviour.php:66
|
104 |
+
#, php-format
|
105 |
+
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
106 |
+
msgstr "(utilizzare la sola cache parziale, non attivare la compressione ed installare <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> sotto \"%s/plugins/bad-behavior/\") "
|
107 |
+
|
108 |
+
#: plugins/badbehaviour.php:72
|
109 |
+
#, php-format
|
110 |
+
msgid "Bad Behavior support is now %s"
|
111 |
+
msgstr "Il supporto Bad Behaviour é %s."
|
112 |
+
|
113 |
+
#: plugins/badbehaviour.php:81
|
114 |
+
#: wp-cache.php:1254
|
115 |
+
#: wp-cache.php:1256
|
116 |
+
msgid "Warning!"
|
117 |
+
msgstr "Attenzione!"
|
118 |
+
|
119 |
+
#: plugins/domain-mapping.php:58
|
120 |
+
msgid "Domain Mapping"
|
121 |
+
msgstr "Informazioni autore"
|
122 |
+
|
123 |
+
#: plugins/domain-mapping.php:63
|
124 |
+
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
|
125 |
+
msgstr "Provvede il supporto per il plugin <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> per la mappatura dei domini multipli di un blog."
|
126 |
+
|
127 |
+
#: plugins/domain-mapping.php:69
|
128 |
+
#, php-format
|
129 |
+
msgid "Domain Mapping support is now %s"
|
130 |
+
msgstr "Il supporto Domain Mapping é %s"
|
131 |
+
|
132 |
+
#: plugins/domain-mapping.php:83
|
133 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
134 |
+
msgstr "Il plugin Domain Mapping é stato rilevato! Vai alla pagina dei plugin di Supercache ed attiva il plugin di supporto a domain mapping."
|
135 |
+
|
136 |
+
#: plugins/searchengine.php:61
|
137 |
+
#: plugins/searchengine.php:76
|
138 |
+
#: wp-cache.php:1177
|
139 |
+
msgid "Disable"
|
140 |
+
msgstr "Disattiva"
|
141 |
+
|
142 |
+
#: plugins/searchengine.php:71
|
143 |
+
#, php-format
|
144 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
145 |
+
msgstr "Il plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> é %s."
|
146 |
+
|
147 |
+
#: plugins/searchengine.php:72
|
148 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
149 |
+
msgstr "(é necessario anche <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
150 |
+
|
151 |
+
#: plugins/searchengine.php:74
|
152 |
+
#: wp-cache.php:1177
|
153 |
+
msgid "Enable"
|
154 |
+
msgstr "Attiva"
|
155 |
+
|
156 |
+
#: wp-cache.php:91
|
157 |
#, php-format
|
158 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
159 |
msgstr "Crea %s /wp-cache-config.php da wp-super-cache/wp-cache-config-sample.php"
|
160 |
|
161 |
+
#: wp-cache.php:146
|
162 |
msgid "Warning! PHP Safe Mode Enabled!"
|
163 |
msgstr "Attenzione! Il PHP Safe Mode é attivo!"
|
164 |
|
165 |
+
#: wp-cache.php:147
|
166 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
167 |
msgstr "Attivando questo plugin potresti andare incontro ad alcuni problemi poiché il SAFE MODE é attivo."
|
168 |
|
169 |
+
#: wp-cache.php:151
|
170 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
171 |
msgstr "Prima che sia possibile la lettura e la scrittura dei file, il tuo server richiede che venga effettuata una verifica circa il proprietario degli script PHP."
|
172 |
|
173 |
+
#: wp-cache.php:152
|
174 |
#, php-format
|
175 |
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."
|
176 |
msgstr "L'amministratore del sito ha la possibilità di cambiare il proprietario del gruppo che fa capo agli script di questo plugin facendo sì che esso coincida con l'utente web del server. Anche il proprietario del gruppo per la cartella %s/cache/ può essere cambiato. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>."
|
177 |
|
178 |
+
#: wp-cache.php:154
|
179 |
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."
|
180 |
msgstr "L'amministratore del sito ha la possibilità di disattivare questa funzione. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>. La disattivazione non potrà avvenire via file .htaccess. L'operazione dovrà essere effettuata nel file di configurazione php.ini."
|
181 |
|
182 |
+
#: wp-cache.php:160
|
183 |
msgid "Permlink Structure Error"
|
184 |
msgstr "Errore struttura permalink"
|
185 |
|
186 |
+
#: wp-cache.php:161
|
187 |
msgid "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."
|
188 |
msgstr "Affinché il plugin possa funzionare correttamente sarà necessario un url personalizzato oppure la struttura del permalink. Vai alla pagina per le opzioni dei <a href=\"options-permalink.php\">Permalink</a> per configurare i tuoi permalink."
|
189 |
|
190 |
+
#: wp-cache.php:173
|
191 |
#, php-format
|
192 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
193 |
msgstr "Attenzione! Il tuo hostname \"%s\" viene convertito in %s"
|
194 |
|
195 |
+
#: wp-cache.php:174
|
196 |
#, php-format
|
197 |
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."
|
198 |
msgstr "Il tuo server ritiene che il tuo hostname venga convertito in %s. Alcuni servizi quali ad esempio la garbage collection fornita da questo plugin e la pubblicazione programmata dei post di WordPress potrebbero non funzionare correttamente."
|
199 |
|
200 |
+
#: wp-cache.php:175
|
201 |
+
#: wp-cache.php:189
|
202 |
#, php-format
|
203 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
204 |
msgstr "Leggi il punto numero 16 nella sezione <a href=\"%s\">Troubleshooting</a> del file readme.txt"
|
205 |
|
206 |
+
#: wp-cache.php:188
|
207 |
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."
|
208 |
msgstr "WordPress non é in grado di trovare il file wp-cron.php. Questo script é necessario script per un corretto funzionamento della garbage collection fornita da questo plugin, per la pubblicazione programmata dei post di WordPress così come per tutte le altre attività di rilevante importanza."
|
209 |
|
210 |
+
#: wp-cache.php:203
|
211 |
msgid "Cannot continue... fix previous problems and retry."
|
212 |
msgstr "Non é possibile proseguire l'operazione. Correggi i problemi precedenti prima di riprovare."
|
213 |
|
214 |
+
#: wp-cache.php:212
|
215 |
msgid "Zlib Output Compression Enabled!"
|
216 |
msgstr "Compressione Zlib (output) attivata!"
|
217 |
|
218 |
+
#: wp-cache.php:213
|
219 |
msgid "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."
|
220 |
msgstr "Il PHP sta comprimendo i dati inviati ai visitatori del tuo sito. E' preferibile disattivare questa opzione qualora il plugin comprimesse la cache per l'output al posto di comprimere più volte la stessa pagina.. Consultare la n.ro 21 della sezione Troubleshooting. Leggi questa <a href=\"http://php.net/manual/en/zlib.configuration.php\">pagina</a> per le istruzioni sul come modificare il tuo php.ini."
|
221 |
|
222 |
+
#: wp-cache.php:217
|
223 |
msgid "Mod rewrite may not be installed!"
|
224 |
msgstr "Il Mod rewrite potrebbe non essere stato installato!"
|
225 |
|
226 |
+
#: wp-cache.php:218
|
227 |
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 legacy or PHP modes."
|
228 |
msgstr "Pare che il mod_rewrite non sia installato. Considera che questa affermazione potrebbe non essere attendibile al 100%, specialmente qualora non venisse utilizzato Apache. Verifica che sia stato caricato il modulo mod_rewrite. Il modulo sarà necessario per potere servire i file statici di Super Cache. Avrai comunque ancora la possibilità di poter utilizzare la modalità parziale o PHP."
|
229 |
|
230 |
+
#: wp-cache.php:223
|
231 |
msgid "Read Only Mode. Configuration cannot be changed."
|
232 |
msgstr "Modalita di sola lettura. La configurazione non può essere modificata."
|
233 |
|
234 |
+
#: wp-cache.php:224
|
235 |
#, php-format
|
236 |
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."
|
237 |
msgstr "Il file di configurazione di WP Super Cache é <code>%s/wp-cache-config.php</code> e non può essere modificato. Affinché possa essere modicato, il file in questione deve essere scrivibile."
|
238 |
|
239 |
+
#: wp-cache.php:225
|
240 |
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."
|
241 |
msgstr "Un modo semplice per compiere l'operazione é quello di modificare temporaneamente i permessi facendo uso del comando CHMOD oppure via il tuo client ftp. Assicurati che sia scrivibile affinché il tutto possa funzionare propriamente."
|
242 |
|
243 |
+
#: wp-cache.php:226
|
244 |
msgid "Writeable:"
|
245 |
msgstr "Scrivibile:"
|
246 |
|
247 |
+
#: wp-cache.php:227
|
248 |
msgid "Readonly:"
|
249 |
msgstr "Sola lettura:"
|
250 |
|
251 |
+
#: wp-cache.php:239
|
252 |
#, php-format
|
253 |
msgid "Warning! %s is writeable!"
|
254 |
msgstr "Attenzione! %s é scrivibile!"
|
255 |
|
256 |
+
#: wp-cache.php:240
|
257 |
#, php-format
|
258 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
259 |
msgstr "E' necessario modificare i permessi per %s per renderli maggiormente restrittivi. Utilizza per la correzione il tuo client ftp oppure il seguente comando:"
|
260 |
|
261 |
+
#: wp-cache.php:248
|
262 |
msgid "Mobile rewrite rules detected"
|
263 |
msgstr "Sono state rilevate le regole Mobile rewrite"
|
264 |
|
265 |
+
#: wp-cache.php:249
|
266 |
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 \"2.0\\ MMP|240x320\" and delete those."
|
267 |
msgstr "Per una migliore prestazione attivare il \"Supporto mobile device\" oppure cancellare le regole mobile rewrite presenti nel tuo file .htaccess. Cerca le 2 linee contenenti il testo \"2.0\\ MMP|240x320\" e cancellale."
|
268 |
|
269 |
+
#: wp-cache.php:249
|
270 |
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
271 |
msgstr "Questa operazione non avrà alcun effetto per gli utenti comuni mentre gli utenti via mobile non visualizzeranno le pagine nella cache."
|
272 |
|
273 |
+
#: wp-cache.php:255
|
274 |
+
#: wp-cache.php:266
|
275 |
msgid "Rewrite rules must be updated"
|
276 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
277 |
|
278 |
+
#: wp-cache.php:256
|
279 |
+
#: wp-cache.php:267
|
280 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
281 |
msgstr "Le regole di scrittura richieste da questo plugin sono state modificate oppure non sono presenti. "
|
282 |
|
283 |
+
#: wp-cache.php:257
|
284 |
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
285 |
msgstr "Il supporto mobile necessita della aggiunta di alcune regole extra nel tuo file .htaccess oppure che tu imposti il plugin nella modalità parziale. Qui puoi trovare le opzioni disponibili (in ordine di difficoltà):"
|
286 |
|
287 |
+
#: wp-cache.php:258
|
288 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
289 |
msgstr "Imposta il plugin nella modalità parziale ed attiva il supporto mobile."
|
290 |
|
291 |
+
#: wp-cache.php:259
|
292 |
+
#: wp-cache.php:268
|
293 |
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
294 |
msgstr "Vai al fondo della pagina delle impostazioni avanzate e clicca il pulsante <strong>Aggiorna le regole Mod_Rewrite</strong>."
|
295 |
|
296 |
+
#: wp-cache.php:260
|
297 |
#, php-format
|
298 |
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."
|
299 |
msgstr "Cancella le regole mod_rewrite del plugin in %s.htaccess presenti tra <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code> quindi, permetti al plugin di rigenerarle al momento della ricarica di questa pagina."
|
300 |
|
301 |
+
#: wp-cache.php:261
|
302 |
#, php-format
|
303 |
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_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
304 |
msgstr "Aggiungi tu stesso le regole. Modifica il file %s.htaccess e trova il blocco del codice contenuto tra le linee <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code>. Troverai due sezioni particolarmente simili tra loro. Proprio sotto la linea <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> aggiungi queste linee: (per due volte, una per ogni sezione)"
|
305 |
|
306 |
+
#: wp-cache.php:274
|
307 |
msgid "Required to serve compressed supercache files properly."
|
308 |
msgstr "E' necessario fornire correttamente i file compressi supercache."
|
309 |
|
310 |
+
#: wp-cache.php:274
|
311 |
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
312 |
msgstr "E' necessario impostare le informazioni cache per le pagine supercache. In assenza di questo modulo, gli utenti che utilizzano IE7 visualizzeranno le pagine non aggiornate."
|
313 |
|
314 |
+
#: wp-cache.php:274
|
315 |
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
316 |
msgstr "Imposta la data di scadenza per le pagine supercached. Senza questo modulo, i visitatori potrebbero non visualizzare le nuove pagine sebbene venga ricaricata la pagina oppure inviare dei commenti."
|
317 |
|
318 |
+
#: wp-cache.php:281
|
319 |
msgid "Missing Apache Modules"
|
320 |
msgstr "Moduli Apache mancanti"
|
321 |
|
322 |
+
#: wp-cache.php:282
|
323 |
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
324 |
msgstr "Non sono presenti i seguenti moduli Apache. Senza di essi, il plugin funzionerà in modalità parziale. Qualora facessi uso della modalita Supercache attiva, i tuoi visitatori potrebbero visualizzare delle pagine non aggiornate e/o corrotte."
|
325 |
|
326 |
+
#: wp-cache.php:433
|
327 |
msgid "<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."
|
328 |
msgstr "<strong>Attenzione!</strong> hai provato ad attivare la compressione mentre la <code>zlib.output_compression</code> é attiva. Vai alla n.ro 21 della sezione Troubleshooting presente nel file readme."
|
329 |
|
330 |
+
#: wp-cache.php:524
|
331 |
msgid "WP Super Cache Settings"
|
332 |
msgstr "Impostazioni WP Super Cache"
|
333 |
|
334 |
+
#: wp-cache.php:535
|
335 |
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
336 |
msgstr "Avviso: <em>Mod_rewrite o cache parziale attivi</em>. Le impostazioni avanzate sono la pagina di avvio predefinita."
|
337 |
|
338 |
+
#: wp-cache.php:546
|
339 |
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
340 |
msgstr "La configurazione del file é stata modificata: alcuni valori potrebbero essere errati. Ricarica nuovamente la pagina dal menu delle \"Impostazioni\" per ripristinare."
|
341 |
|
342 |
+
#: wp-cache.php:566
|
343 |
+
#: wp-cache.php:640
|
344 |
msgid "Caching must be enabled to use this feature"
|
345 |
msgstr "Attiva la cache per utilizzare questa funzione"
|
346 |
|
347 |
+
#: wp-cache.php:568
|
348 |
msgid "Cache Tester"
|
349 |
msgstr "Verifica cache"
|
350 |
|
351 |
+
#: wp-cache.php:569
|
352 |
msgid "Test your cached website by clicking the test button below."
|
353 |
msgstr "Verifica la cache del tuo sito cliccando sul pulsante qui sotto."
|
354 |
|
355 |
+
#: wp-cache.php:576
|
356 |
#, php-format
|
357 |
msgid "Fetching %s to prime cache: "
|
358 |
msgstr "Analisi %s cache di base: "
|
359 |
|
360 |
+
#: wp-cache.php:578
|
361 |
+
#: wp-cache.php:585
|
362 |
+
#: wp-cache.php:592
|
363 |
msgid "OK"
|
364 |
msgstr "OK"
|
365 |
|
366 |
+
#: wp-cache.php:583
|
367 |
#, php-format
|
368 |
msgid "Fetching first copy of %s: "
|
369 |
msgstr "Analisi prima copia di %s: "
|
370 |
|
371 |
+
#: wp-cache.php:590
|
372 |
#, php-format
|
373 |
msgid "Fetching second copy of %s: "
|
374 |
msgstr "Analisi seconda copia di %s: "
|
375 |
|
376 |
+
#: wp-cache.php:596
|
377 |
msgid "One or more page requests failed:"
|
378 |
msgstr "La richiesta di una o più pagine é fallita:"
|
379 |
|
380 |
+
#: wp-cache.php:615
|
381 |
+
#: wp-cache.php:616
|
382 |
#, php-format
|
383 |
msgid "Page %d: %d (%s)"
|
384 |
msgstr "Pagina %d: %d (%s)"
|
385 |
|
386 |
+
#: wp-cache.php:622
|
387 |
#, php-format
|
388 |
msgid "Page 1: %s"
|
389 |
msgstr "Pagina 1: %s"
|
390 |
|
391 |
+
#: wp-cache.php:623
|
392 |
#, php-format
|
393 |
msgid "Page 2: %s"
|
394 |
msgstr "Pagina 2: %s"
|
395 |
|
396 |
+
#: wp-cache.php:624
|
397 |
msgid "The timestamps on both pages match!"
|
398 |
msgstr "La timestamp (data) delle due pagine coincide!"
|
399 |
|
400 |
+
#: wp-cache.php:626
|
401 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
402 |
msgstr "Le pagine non coincidono! La timestamp differisce oppure non é presente!"
|
403 |
|
404 |
+
#: wp-cache.php:632
|
405 |
msgid "Send non-secure (non https) request for homepage"
|
406 |
msgstr "Invia una richiesta non crittografata (non https) per la homepage"
|
407 |
|
408 |
+
#: wp-cache.php:633
|
409 |
msgid "Test Cache"
|
410 |
msgstr "Test cache"
|
411 |
|
412 |
+
#: wp-cache.php:658
|
413 |
+
#: wp-cache.php:789
|
414 |
msgid "Cancel Cache Preload"
|
415 |
msgstr "Annulla pre-carica cache"
|
416 |
|
417 |
+
#: wp-cache.php:666
|
418 |
+
#: wp-cache.php:677
|
|
|
|
|
|
|
419 |
msgid "Scheduled preloading of cache cancelled."
|
420 |
msgstr "Il pre-caricamento programmato della cache é stato annullato."
|
421 |
|
422 |
+
#: wp-cache.php:703
|
423 |
+
#: wp-cache.php:787
|
424 |
msgid "Preload Cache Now"
|
425 |
msgstr "Pre-carica la cache adesso"
|
426 |
|
427 |
+
#: wp-cache.php:707
|
428 |
msgid "Scheduled preloading of cache in 10 seconds."
|
429 |
msgstr "Pre-caricamento programmato della cache tra 10 secondi."
|
430 |
|
431 |
+
#: wp-cache.php:712
|
432 |
#, php-format
|
433 |
msgid "Scheduled preloading of cache in %d minutes"
|
434 |
msgstr "Pre-caricamento programmato della cache tra %d minuti"
|
435 |
|
436 |
+
#: wp-cache.php:716
|
437 |
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
438 |
msgstr "Questa operazione effettuerà la cache di ogni articolo e pagina pubblicati nel tuo sito. Verranno quindi creati dei file statici supercache in modo tale che i visitatori sconosciuti (bot compresi) visualizzeranno la pagina nella cache. Tutto questo potrebbe esserti utile per quanto concerne il ranking di Google nel caso in cui essi utilizzasero la velocità come metro di valutazione per il giudizio dei siti web."
|
439 |
|
440 |
+
#: wp-cache.php:717
|
441 |
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
442 |
msgstr "Il pre-caricamento crea comunque un gran numero di file. La cache verrà effettuata a partire dell'articolo più recente sino a giungere a quello più datato quindi, prendi in considerazione il fatto di effettuare la cache del più recente qualora avessi molti articoli (+ 10.000). Tutto ciò é particolarmente importante per gli hosting condivisi."
|
443 |
|
444 |
+
#: wp-cache.php:718
|
445 |
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
446 |
msgstr "Nella ’Modalità precarica’ la garbage collection verrà svuotata per i soli utenti conosciuti, non per i file supercache precaricati. Preferisci questa configurazione se la cache fosse pre-caricata."
|
447 |
|
448 |
+
#: wp-cache.php:722
|
449 |
#, php-format
|
450 |
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
451 |
msgstr "Ricarica i file della cache pre-caricata ogni %s minuti. (0 per disattivare, minimo %d minuti.)"
|
452 |
|
453 |
+
#: wp-cache.php:735
|
454 |
msgid "all"
|
455 |
msgstr "tutto"
|
456 |
|
457 |
+
#: wp-cache.php:748
|
458 |
#, php-format
|
459 |
msgid "Preload %s posts."
|
460 |
msgstr "Pre-carica %s articoli."
|
461 |
|
462 |
+
#: wp-cache.php:755
|
463 |
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
464 |
msgstr "Modalità pre-carica (garbage collection solo per file cache parziale. Raccomandato.)"
|
465 |
|
466 |
+
#: wp-cache.php:758
|
467 |
msgid "Send me status emails when files are refreshed."
|
468 |
msgstr "Inviami una email di notifica alla ricarica dei file."
|
469 |
|
470 |
+
#: wp-cache.php:763
|
471 |
msgid "Many emails, 2 emails per 100 posts."
|
472 |
msgstr "Numerose email, 2 email ogni 100 articoli."
|
473 |
|
474 |
+
#: wp-cache.php:766
|
475 |
msgid "Medium, 1 email per 100 posts."
|
476 |
msgstr "Medio, 1 email ogni 100 articoli."
|
477 |
|
478 |
+
#: wp-cache.php:769
|
479 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
480 |
msgstr "Poche email, 1 all'avvio ed 1 al termine della operazione di precarica per tutti gli articoli."
|
481 |
|
482 |
+
#: wp-cache.php:773
|
483 |
+
#, php-format
|
484 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
485 |
+
msgstr "Ricarica della cache tra %d ore %d minuti e %d secondi."
|
486 |
+
|
487 |
+
#: wp-cache.php:774
|
488 |
+
#, php-format
|
489 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
490 |
+
msgstr "Ricarica completa della cache tra %d ore %d minuti e %d secondi."
|
491 |
+
|
492 |
+
#: wp-cache.php:780
|
493 |
#, php-format
|
494 |
msgid "Currently caching from post %d to %d."
|
495 |
msgstr "Cache in corso dal post %d a %d."
|
496 |
|
497 |
+
#: wp-cache.php:784
|
498 |
+
#, php-format
|
499 |
+
msgid "<strong>Page last cached:</strong> %s"
|
500 |
+
msgstr "<strong>Ultima cache pagina:</strong> %s"
|
501 |
+
|
502 |
+
#: wp-cache.php:787
|
503 |
msgid "Update Settings"
|
504 |
msgstr "Aggiorna le impostazioni"
|
505 |
|
506 |
+
#: wp-cache.php:795
|
507 |
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
508 |
msgstr "La pre-carica della cache non é attiva. Disattiva la cache parziale oppure conferisci con l'amministratore del tuo host."
|
509 |
|
510 |
+
#: wp-cache.php:810
|
511 |
+
#: wp-cache.php:904
|
512 |
msgid "Caching"
|
513 |
msgstr "Cache"
|
514 |
|
515 |
+
#: wp-cache.php:814
|
516 |
msgid "Cache hits to this website for quick access."
|
517 |
msgstr "Cache hit di questo sito per accesso rapido."
|
518 |
|
519 |
+
#: wp-cache.php:814
|
520 |
+
#: wp-cache.php:815
|
521 |
+
#: wp-cache.php:832
|
522 |
+
#: wp-cache.php:837
|
523 |
+
#: wp-cache.php:840
|
524 |
+
#: wp-cache.php:841
|
525 |
+
#: wp-cache.php:907
|
526 |
msgid "Recommended"
|
527 |
msgstr "Raccomandato"
|
528 |
|
529 |
+
#: wp-cache.php:815
|
530 |
msgid "Use mod_rewrite to serve cache files."
|
531 |
msgstr "Utilizza mod_rewrite per servire i file in cache."
|
532 |
|
533 |
+
#: wp-cache.php:816
|
534 |
msgid "Use PHP to serve cache files."
|
535 |
msgstr "Utilizza PHP per servire i file in cache."
|
536 |
|
537 |
+
#: wp-cache.php:817
|
538 |
msgid "Legacy page caching."
|
539 |
msgstr "Pagina cache parziale."
|
540 |
|
541 |
+
#: wp-cache.php:818
|
542 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
543 |
msgstr "Il Mod_rewrite é il più veloce, il PHP é piuttosto veloce e semplice da fare funzionare mentre, nonstante la cache parziale sia la più lenta, essa é da ritenersi la più flessibile e semplice da fare funzionare. I nuovi utenti dovrebbero utilizzare la cache PHP."
|
544 |
|
545 |
+
#: wp-cache.php:824
|
546 |
msgid "Miscellaneous"
|
547 |
msgstr "Varie"
|
548 |
|
549 |
+
#: wp-cache.php:830
|
550 |
+
msgid "Warning! Compression is disabled as gzencode() function not found."
|
551 |
+
msgstr "Attenzione! La compressione non é attiva - non trovata la funzione gzencode()."
|
552 |
+
|
553 |
+
#: wp-cache.php:832
|
554 |
msgid "Compress pages so they’re served more quickly to visitors."
|
555 |
msgstr "Compressione delle pagine in modo che esse siano servite più rapidamente ai visitatori."
|
556 |
|
557 |
+
#: wp-cache.php:833
|
558 |
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
559 |
msgstr "La compressione é disattivata come predefinita poiché alcuni host riscontrano dei problemi con i file compressi. La commutazione attivo/non attivo svuoterà la cache."
|
560 |
|
561 |
+
#: wp-cache.php:837
|
562 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
563 |
+
msgstr "304 Not Modified browser caching. Indica quando una pagina non é stata modificata dalla sua ultima richiesta."
|
564 |
+
|
565 |
+
#: wp-cache.php:838
|
566 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
567 |
+
msgstr "Il supporto 304 non é attivo (predefinita) poiché GoDaddy ha riscontrato dei problemi con alcuni header utilizzati."
|
568 |
+
|
569 |
+
#: wp-cache.php:840
|
570 |
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
571 |
msgstr "Non servire pagine cache per gli <acronym title=\"utenti collegati e commentatori\">utenti conosciuti</acronym>."
|
572 |
|
573 |
+
#: wp-cache.php:841
|
574 |
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
575 |
msgstr "Rigenerazione cache. Serve un file supercache agli utenti anonimi quando un nuovo file é stato generato."
|
576 |
|
577 |
+
#: wp-cache.php:842
|
578 |
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
579 |
msgstr "Fai sapere a tutti che il tuo sito é a prova di Digg! (inserisce un messaggio nel footer del tuo blog)"
|
580 |
|
581 |
+
#: wp-cache.php:848
|
582 |
+
#: wp-cache.php:1016
|
583 |
+
#: wp-cache.php:1536
|
584 |
msgid "Advanced"
|
585 |
msgstr "Avanzato"
|
586 |
|
587 |
+
#: wp-cache.php:852
|
588 |
msgid "Mobile device support."
|
589 |
msgstr "Supporto "
|
590 |
|
591 |
+
#: wp-cache.php:853
|
592 |
msgid "Clear all cache files when a post or page is published."
|
593 |
msgstr "Svuota tutti i file di cache quando viene pubblicato un articolo o una pagina."
|
594 |
|
595 |
+
#: wp-cache.php:854
|
596 |
msgid "Only refresh current page when comments made."
|
597 |
msgstr "Ricarica la sola pagina in uso quando vengono effettuati dei commenti."
|
598 |
|
599 |
+
#: wp-cache.php:855
|
600 |
msgid "List the newest cached pages on this page."
|
601 |
msgstr "Elenca su questa pagina la lista delle nuove pagine cache."
|
602 |
|
603 |
+
#: wp-cache.php:857
|
604 |
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>"
|
605 |
msgstr "Blocco grezzo del file. Sebbene questa funzione non sia particolarmente necessaria potrebbe tornarti utile qualora il tuo server non avesse una potenza sufficiente. Attenzione! <em>In alcuni casi molto rari potrebbe bloccare il tuo server!</em>"
|
606 |
|
607 |
+
#: wp-cache.php:859
|
608 |
+
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
609 |
+
msgstr "Late init. Mostra i file in cache dopo che WordPress é stato caricato. Utile nella modalità legacy."
|
610 |
+
|
611 |
+
#: wp-cache.php:861
|
612 |
msgid "Use object cache to store cached files."
|
613 |
msgstr "Utilizza l'oggetto cache per conservare i file in cache."
|
614 |
|
615 |
+
#: wp-cache.php:861
|
616 |
msgid "(Experimental)"
|
617 |
msgstr "(Sperimentale)"
|
618 |
|
619 |
+
#: wp-cache.php:868
|
620 |
msgid "Note:"
|
621 |
msgstr "Nota:"
|
622 |
|
623 |
+
#: wp-cache.php:870
|
624 |
#, php-format
|
625 |
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!)"
|
626 |
msgstr "Qualora desiderassi disinstallare questo plugin, assicurati che la cartella <em>%s</em> sia scrivibile in modo tale che i file <em>advanced-cache.php</em> e <em>cache-config.php</em> possano venire cancellati automaticamente. (l'accertarsi che anche questi due file siano scrivibile é probabilmente una buona idea!)"
|
627 |
|
628 |
+
#: wp-cache.php:871
|
629 |
#, php-format
|
630 |
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
631 |
msgstr "Leggi il <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> per le istruzioni su come disinstallare questo script. Vedi anche, \"Come disinstallare WP Super Cache\"."
|
632 |
|
633 |
+
#: wp-cache.php:872
|
634 |
#, php-format
|
635 |
msgid "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."
|
636 |
msgstr "Serve aiuto? Leggi il file <a href=\"%1$s\">Super Cache readme</a>. In esso sono contenute le info sulla installazione, le FAQ e numerosi suggerimenti. Puoi anche utilizzare il <a href=\"%2$s\">forum di supporto</a>: qui potresti trovare una risposta alle tue domande."
|
637 |
|
638 |
+
#: wp-cache.php:875
|
639 |
+
#: wp-cache.php:922
|
640 |
msgid "Update Status"
|
641 |
msgstr "Aggiorna lo stato"
|
642 |
|
643 |
+
#: wp-cache.php:882
|
644 |
msgid "Accepted Filenames & Rejected URIs"
|
645 |
msgstr "Nomi file consentiti e URL respinti"
|
646 |
|
647 |
+
#: wp-cache.php:907
|
648 |
msgid "Caching On"
|
649 |
msgstr "Cache attiva"
|
650 |
|
651 |
+
#: wp-cache.php:908
|
652 |
msgid "Caching Off"
|
653 |
msgstr "Cache non attiva"
|
654 |
|
655 |
+
#: wp-cache.php:909
|
656 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
657 |
msgstr "Nota: attiva cache PHP, rigenerazione cache e supporto mobile"
|
658 |
|
659 |
+
#: wp-cache.php:919
|
660 |
+
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
661 |
+
msgstr "Avviso: la cache PHP é attiva ma sono state rilevate delle regole Supercache mod_rewrite. I file della cache saranno serviti utilizzando queste regole. Ignora questo messaggio qualora il tuo sito funzionasse correttamente oppure modifica il file .htaccess file allocato nella root della tua installazione e rimuovi le regole di SuperCache."
|
662 |
+
|
663 |
+
#: wp-cache.php:924
|
664 |
+
msgid "Recommended Links and Plugins"
|
665 |
+
msgstr "Link e plugin consigliati"
|
666 |
+
|
667 |
+
#: wp-cache.php:925
|
668 |
+
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
669 |
+
msgstr "La cache é solamente uno tra i modi per potere rendere un sito più veloce. Ecco alcuni plugin plugin utili:"
|
670 |
|
671 |
+
#: wp-cache.php:926
|
672 |
+
#, php-format
|
673 |
+
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
674 |
+
msgstr "<a href=\"%s\">WP Minify</a> riduce il numero dei file serviti dal tuo web server unendo insieme i file Javascript e CSS. Come alternativa, potresti utilizzare <a href=\"%s\">WPSCMin</a>, un plugin Supercache che rimpicciolisce le pagine cache (non unisce insieme i file JS/CSS)."
|
675 |
+
|
676 |
+
#: wp-cache.php:927
|
677 |
+
#, php-format
|
678 |
+
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
679 |
+
msgstr "<a href=\"%s\">Yahoo! Yslow</a> é una estensione per Firebug (add-on per Firefox). Analizza le pagine web e suggerisce come migliorare le loro prestazioni basandosi su di una serie di regole per il miglioramento delle pagine web. Potresti anche provare il tool online a nome <a href=\"%s\">GTMetrix</a>."
|
680 |
+
|
681 |
+
#: wp-cache.php:928
|
682 |
+
#, php-format
|
683 |
+
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
684 |
+
msgstr "L'utilizzo delle <a href=\"%s\">Google Libraries</a> ti permette di caricare le librerie Javascript di comune uso direttamente dai server di Google. Potrebbe ironicamente ridurre il tuo punteggio Yslow."
|
685 |
+
|
686 |
+
#: wp-cache.php:929
|
687 |
+
#, php-format
|
688 |
+
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
689 |
+
msgstr "<strong>Solo per utenti esperti:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> spiega come rendere il tuo sito più cacheable grazie alle regole .htaccess."
|
690 |
+
|
691 |
+
#: wp-cache.php:930
|
692 |
+
#, php-format
|
693 |
+
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
694 |
+
msgstr "<strong>Solo per utenti esperti:</strong> Installa un object cache. Scegli tra <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> ed altri."
|
695 |
+
|
696 |
+
#: wp-cache.php:941
|
697 |
msgid "Make WordPress Faster"
|
698 |
msgstr "Rendi più veloce WordPress"
|
699 |
|
700 |
+
#: wp-cache.php:942
|
701 |
#, php-format
|
702 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
703 |
msgstr "Il plugin %1$s viene aggiornato e sviluppato da %2$s grazie anche al contributo di molte altre persone."
|
704 |
|
705 |
+
#: wp-cache.php:943
|
706 |
#, php-format
|
707 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
708 |
msgstr "Il suo blog é %1$s e le sue foto le trovi %2$s."
|
709 |
|
710 |
+
#: wp-cache.php:944
|
711 |
#, php-format
|
712 |
msgid "Please say hi to him on %s too!"
|
713 |
msgstr "Mandagli un saluto su %s!"
|
714 |
|
715 |
+
#: wp-cache.php:945
|
716 |
+
msgid "Need Help?"
|
717 |
+
msgstr "Serve un aiuto?"
|
718 |
+
|
719 |
+
#: wp-cache.php:947
|
720 |
+
#, php-format
|
721 |
+
msgid "<a href=\"%1$s\">Installation Help</a>"
|
722 |
+
msgstr "<a href=\"%1$s\">Info installazione</a>"
|
723 |
+
|
724 |
+
#: wp-cache.php:948
|
725 |
+
#, php-format
|
726 |
+
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
727 |
+
msgstr "<a href=\"%1$s\">FAQ</a>"
|
728 |
+
|
729 |
+
#: wp-cache.php:949
|
730 |
+
#, php-format
|
731 |
+
msgid "<a href=\"%1$s\">Support Forum</a>"
|
732 |
+
msgstr "<a href=\"%1$s\">Forum di supporto</a>"
|
733 |
+
|
734 |
+
#: wp-cache.php:951
|
735 |
+
msgid "Rate This Plugin!"
|
736 |
+
msgstr "Vota questo plugin!"
|
737 |
+
|
738 |
+
#: wp-cache.php:952
|
739 |
+
#, php-format
|
740 |
+
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
741 |
+
msgstr "<a href=\"%s\">Vota</a> questo plugin e dimmi se funziona oppure no. Il tuo feedback mi aiuterà nello sviluppo di questo progetto."
|
742 |
+
|
743 |
+
#: wp-cache.php:961
|
744 |
#, php-format
|
745 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
746 |
msgstr "Pagine in cache da %1$s : <strong>%2$s</strong>"
|
747 |
|
748 |
+
#: wp-cache.php:962
|
749 |
msgid "Newest Cached Pages:"
|
750 |
msgstr "Pagine recenti nella cache:"
|
751 |
|
752 |
+
#: wp-cache.php:966
|
753 |
#, php-format
|
754 |
msgid "Cached %s seconds ago"
|
755 |
msgstr "Cache effettuata %s secondi fa"
|
756 |
|
757 |
+
#: wp-cache.php:969
|
758 |
msgid "(may not always be accurate on busy sites)"
|
759 |
msgstr "(il dato potrebbe essere non sempre accurato per quei siti ad alto traffico)"
|
760 |
|
761 |
+
#: wp-cache.php:988
|
762 |
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
763 |
msgstr "I plugin di cache sono degli scripts PHP che risiedono in una cartella a nome plugins allocata nella cartella wp-super-cache. Questi plugin saranno caricati al momento del caricamento di Supercache in un modo più rapido dei regolari plugin di WordPress."
|
764 |
|
765 |
+
#: wp-cache.php:989
|
766 |
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
767 |
msgstr "Questa é una funzione strettamente avanzata e necessita di una valida conoscenza sul come operare in ambito di PHP e WordPress."
|
768 |
|
769 |
+
#: wp-cache.php:999
|
770 |
msgid "Available Plugins"
|
771 |
msgstr "Plugin disponibili"
|
772 |
|
773 |
+
#: wp-cache.php:1016
|
774 |
+
msgid "Easy"
|
775 |
+
msgstr "Facile"
|
776 |
+
|
777 |
+
#: wp-cache.php:1016
|
778 |
+
msgid "CDN"
|
779 |
+
msgstr "CDN"
|
780 |
+
|
781 |
+
#: wp-cache.php:1016
|
782 |
msgid "Tester & Contents"
|
783 |
msgstr "Verifiche e contenuti"
|
784 |
|
785 |
+
#: wp-cache.php:1016
|
786 |
msgid "Preload"
|
787 |
msgstr "Pre-carica"
|
788 |
|
789 |
+
#: wp-cache.php:1016
|
790 |
msgid "Plugins"
|
791 |
msgstr "Plugins"
|
792 |
|
793 |
+
#: wp-cache.php:1016
|
794 |
msgid "Debug"
|
795 |
msgstr "Debug"
|
796 |
|
797 |
+
#: wp-cache.php:1047
|
798 |
#, php-format
|
799 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
800 |
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che per il <a href=\"%s\">sito principale</a> di questo network."
|
801 |
|
802 |
+
#: wp-cache.php:1049
|
803 |
#, php-format
|
804 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
805 |
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che <a href=\"%s\">sul sito principale</a> di questo network."
|
806 |
|
807 |
+
#: wp-cache.php:1059
|
808 |
msgid "Mod Rewrite Rules"
|
809 |
msgstr "Regole Mod Rewrite"
|
810 |
|
811 |
+
#: wp-cache.php:1065
|
812 |
msgid "WordPress MU Detected"
|
813 |
msgstr "E' stata rilevata una installazione WordPress MU"
|
814 |
|
815 |
+
#: wp-cache.php:1065
|
816 |
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."
|
817 |
msgstr "Sfortunatamente, le rewrite rule non possono essere aggiornate in automatico quando WordPress MU é in funzione. Apri il tuo file .htaccess ed aggiungi le seguenti regole mod_rewrite in cima ad ogni altra regola presente nel file."
|
818 |
|
819 |
+
#: wp-cache.php:1067
|
820 |
msgid "Mod Rewrite rules cannot be updated!"
|
821 |
msgstr "Le regole Mod Rewrite non possono essere aggiornate!"
|
822 |
|
823 |
+
#: wp-cache.php:1068
|
824 |
#, php-format
|
825 |
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:"
|
826 |
msgstr "Affinché l'aggiornamento automatico possa funzionare, sono necessari i marcatori <strong>BEGIN</strong> ed <strong>END</strong> nel file %s.htaccess. Sono simili a questa ed avvolgono le principali regole mod_rewrite di WordPress:"
|
827 |
|
828 |
+
#: wp-cache.php:1070
|
829 |
msgid "Refresh this page when you have updated your .htaccess file."
|
830 |
msgstr "Ricarica questa pagina una volta aggiornato il file .htaccess."
|
831 |
|
832 |
+
#: wp-cache.php:1074
|
833 |
msgid "Thank you for upgrading."
|
834 |
msgstr "Grazie per avere effettuato l'aggiornamento."
|
835 |
|
836 |
+
#: wp-cache.php:1074
|
837 |
#, php-format
|
838 |
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."
|
839 |
msgstr "Le regole mod_rewrite sono cambiate dalla tua ultima installazione di questo plugin. E' necessario che tu rimuova le regole supercache precedenti prima che le nuove siano aggiornate. Ricarica questa pagina una volta che avrai modificato il tuo file .htaccess. Qualora desiderassi effettuare un aggiornamento manuale, modifica la seguente linea: %1$s rendendola simile a questa: %2$s Le sole modifiche sono \"HTTP_COOKIE\" che diventa \"HTTP:Cookie\" e \"wordpressuser\" che va sostituito con \"wordpress\". Questa é una modifica relativa a WordPress 2.5 comunque, la sua validità é estesa anche alle versioni precedenti (qualora avessi il coraggio di utilizzarle)."
|
840 |
|
841 |
+
#: wp-cache.php:1078
|
842 |
msgid "Trailing slash check required."
|
843 |
msgstr "E' necessaria una verifica sullo slash di chiusura."
|
844 |
|
845 |
+
#: wp-cache.php:1078
|
846 |
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:"
|
847 |
msgstr "Pare che il tuo URL termini con uno \"/\". Dal momento in cui hai installato questo plugin, é stato rilevato un bug che duplica il contenuto laddove l'URL non termina con uno \"/\"; di fatto, vengono proposti gli stessi contenuti di quelli con lo \"/\" e non viene altresì effettuato un reindirizzamento all'URL appropriato. Per la correzione, sarà necessario modificare il tuo file .htaccess aggiungendo queste due regole ai due gruppi di regole di Super Cache:"
|
848 |
|
849 |
+
#: wp-cache.php:1080
|
850 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
851 |
msgstr "Puoi vedere dove posizionare ed esaminare nella loro completezza le regole cliccando il link qui sotto a nome \"Visualizza le regole Mod_Rewrite\"."
|
852 |
|
853 |
+
#: wp-cache.php:1094
|
854 |
msgid "Mod Rewrite rules updated!"
|
855 |
msgstr "Le regole Mod Rewrite sono state aggiornate!"
|
856 |
|
857 |
+
#: wp-cache.php:1095
|
858 |
#, php-format
|
859 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
860 |
msgstr "Il file %s.htaccess é stato aggiornato con l'inserimento delle regole mod_rewrite necessarie. Verifica la loro correttezza. Ecco come dovrebbero essere:"
|
861 |
|
862 |
+
#: wp-cache.php:1097
|
863 |
msgid "Mod Rewrite rules must be updated!"
|
864 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
865 |
|
866 |
+
#: wp-cache.php:1098
|
867 |
#, php-format
|
868 |
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:"
|
869 |
msgstr "Il tuo file %s.htaccess non é scrivibile e deve essere aggiornato con le regole mod_rewrite necessarie. Le nuove regole andranno inserite al di sopra di quelle regolari di WordPress così come nel codice qui sotto:"
|
870 |
|
871 |
+
#: wp-cache.php:1103
|
872 |
#, php-format
|
873 |
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."
|
874 |
msgstr "Sono state rilevate le regole mod rewrite di WP Super Cache nel tuo file %s.htaccess.<br /> Clicca il seguente link per vedere le linee aggiunte a quel file. Nel caso in cui avessi aggiornato il plugin assicurati che esse coincidano."
|
875 |
|
876 |
+
#: wp-cache.php:1106
|
877 |
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
878 |
msgstr "E' stata rilevata una differenza tra le regole del tuo file .htaccess e quelle rewrite del plugin. Questo potrebbe dipendere anche da una sola spaziatura nel testo: effettua quanto prima una comparazione tra le regole presenti nel file con quelle qui sotto. Premi il pulsante ’Update Mod_Rewrite Rules’ per aggiornare."
|
879 |
|
880 |
+
#: wp-cache.php:1109
|
881 |
msgid "View Mod_Rewrite Rules"
|
882 |
msgstr "Visualizza le regole Mod_Rewrite"
|
883 |
|
884 |
+
#: wp-cache.php:1113
|
885 |
+
#: wp-cache.php:2350
|
886 |
#, php-format
|
887 |
msgid "Rules must be added to %s too:"
|
888 |
msgstr "Le regole devono essere aggiunte anche a %s:"
|
889 |
|
890 |
+
#: wp-cache.php:1121
|
891 |
#, php-format
|
892 |
msgid "Gzip encoding rules in %s.htaccess created."
|
893 |
msgstr "Sono state create nel file %s.htaccess le regole per la codifica Gzip."
|
894 |
|
895 |
+
#: wp-cache.php:1128
|
896 |
msgid "Fix Configuration"
|
897 |
msgstr "Correggi la configurazione"
|
898 |
|
899 |
+
#: wp-cache.php:1131
|
900 |
msgid "Restore Default Configuration"
|
901 |
msgstr "Ripristina la configurazione predefinita"
|
902 |
|
903 |
+
#: wp-cache.php:1139
|
904 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
905 |
msgstr "Moderazione dei commenti attiva. Il tuo commento non apparirà immediatamente."
|
906 |
|
907 |
+
#: wp-cache.php:1164
|
908 |
msgid "Lock Down:"
|
909 |
msgstr "Blocco di protezione:"
|
910 |
|
911 |
+
#: wp-cache.php:1165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
912 |
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."
|
913 |
msgstr "Proteggi il tuo server da un inatteso picco di traffico attivando il blocco. Quando il blocco é attivo, i nuovi commenti non ricaricheranno i file statici nella cache."
|
914 |
|
915 |
+
#: wp-cache.php:1166
|
916 |
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."
|
917 |
msgstr "Sviluppatori: é possibile rendere compatibile il plugin con il blocco di protezione grazie alla costante \"WPLOCKDOWN\". Il seguente codice farà sì che il plugin sia in grado di sopperire alle impostazioni WPLOCKDOWN."
|
918 |
|
919 |
+
#: wp-cache.php:1168
|
920 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
921 |
msgstr "Il mio blog ha attivato un blocco di protezione. Gli aggiornamenti appariranno a breve"
|
922 |
|
923 |
+
#: wp-cache.php:1172
|
924 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
925 |
msgstr "WordPress ha un blocco di protezione. Quando verranno effettuati dei nuovi commenti, i file statici di Super Cache non saranno cancellati."
|
926 |
|
927 |
+
#: wp-cache.php:1174
|
928 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
929 |
msgstr "WordPress ha un blocco di protezione. I nuovi commenti rigenereranno come al solito i file statici di Super Cache."
|
930 |
|
931 |
+
#: wp-cache.php:1180
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
932 |
msgid "Lock Down"
|
933 |
msgstr "Blocco di protezione"
|
934 |
|
935 |
+
#: wp-cache.php:1188
|
936 |
msgid "Directly Cached Files"
|
937 |
msgstr "File cache diretta"
|
938 |
|
939 |
+
#: wp-cache.php:1246
|
940 |
#, php-format
|
941 |
msgid "%s removed!"
|
942 |
msgstr "%s rimosso!"
|
943 |
|
944 |
+
#: wp-cache.php:1254
|
|
|
|
|
|
|
|
|
|
|
|
|
945 |
#, php-format
|
946 |
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."
|
947 |
msgstr "E' necessario rendere scrivibile %s affinché questa opzione possa essere attivata. Per ragioni di sicurezza, rendi di sola lettura una volta che la pagina é stata generata."
|
948 |
|
949 |
+
#: wp-cache.php:1256
|
950 |
#, php-format
|
951 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
952 |
msgstr "%s é scrivibile. Assicurati che essa sia di sola lettura una volta che la pagina verrà generata (limita i problemi di sicurezza)."
|
953 |
|
954 |
+
#: wp-cache.php:1270
|
955 |
msgid "Existing direct page"
|
956 |
msgstr "Pagina diretta esistente"
|
957 |
|
958 |
+
#: wp-cache.php:1270
|
959 |
msgid "Delete cached file"
|
960 |
msgstr "Cancella i file nella cache"
|
961 |
|
962 |
+
#: wp-cache.php:1275
|
963 |
msgid "Add direct page:"
|
964 |
msgstr "Aggiungi una pagina diretta:"
|
965 |
|
966 |
+
#: wp-cache.php:1277
|
967 |
#, php-format
|
968 |
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."
|
969 |
msgstr "I file di cache diretta sono dei file creati direttamente sotto %s ossia laddove il tuo blog risiede. Questa opzione é particolarmente utile qualora ti aspettassi un alto livello di traffico proveniente da Digg o Slashdot verso un articolo/pagina."
|
970 |
|
971 |
+
#: wp-cache.php:1279
|
972 |
#, php-format
|
973 |
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."
|
974 |
msgstr "Esempio: per la cache di <em>%1$sabout/</em>, sarà necessario che tu inserisca %1$sabout/ oppure /about/. Il file di cache verrà generato la prima volta che un utente anonimo visiterà quella pagina."
|
975 |
|
976 |
+
#: wp-cache.php:1280
|
977 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
978 |
msgstr "Svuota la casella di testo per rimuovere l'indirizzo dalla lista delle pagine dirette e cancellare dalla cache il file."
|
979 |
|
980 |
+
#: wp-cache.php:1285
|
981 |
msgid "Update Direct Pages"
|
982 |
msgstr "Aggiorna le pagine dirette"
|
983 |
|
984 |
+
#: wp-cache.php:1323
|
985 |
msgid "Expiry Time & Garbage Collection"
|
986 |
msgstr "Periodo scadenza e Garbage Collection"
|
987 |
|
988 |
+
#: wp-cache.php:1325
|
989 |
msgid "Expire time:"
|
990 |
msgstr "Periodo scadenza:"
|
991 |
|
992 |
+
#: wp-cache.php:1326
|
993 |
msgid "seconds"
|
994 |
msgstr "secondi"
|
995 |
|
996 |
+
#: wp-cache.php:1327
|
997 |
msgid "Garbage Collection"
|
998 |
msgstr "Garbage Collection"
|
999 |
|
1000 |
+
#: wp-cache.php:1327
|
1001 |
msgid "If the 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."
|
1002 |
msgstr "Qualora il periodo di scadenza fosse maggiore di 1800 secondi (mezz'ora), la garbage collection verrà effettuata ogni 10 minuti diversamente, l'operazione verrà effettuata 10 secondi dopo il periodo di scadenza indicato qui sopra."
|
1003 |
|
1004 |
+
#: wp-cache.php:1328
|
1005 |
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. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
1006 |
msgstr "La ricerca e la cancellazione dei file scaduti é particolarmente dispendiosa così come lo é il lasciarli lì scaduti. Qualora avessi un sito con un traffico rilevante, imposta il tempo di scadenza a <em>300 secondi</em>. Effettua eventualmente più prove con valori differenti e controlla in questa pagina (più volte durante l'arco della giornata) il totale dei file scaduti presenti. Il numero ottimale dovrebbe essere inferiore a circa 500 file di cache (lmodalità parziale). Il numero dei file nella cachepotrà essere comunque superiore utilizzando mod_rewrite o PHP caching."
|
1007 |
|
1008 |
+
#: wp-cache.php:1329
|
1009 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1010 |
msgstr "Imposta a 0 il tempo di scadenza per disattivare la garbage collection."
|
1011 |
|
1012 |
+
#: wp-cache.php:1330
|
1013 |
msgid "Change Expiration"
|
1014 |
msgstr "Modifica la scadenza"
|
1015 |
|
1016 |
+
#: wp-cache.php:1374
|
1017 |
msgid "Rejected User Agents"
|
1018 |
msgstr "User Agents "
|
1019 |
|
1020 |
+
#: wp-cache.php:1375
|
1021 |
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."
|
1022 |
msgstr "Le stringhe presenti nella header HTTP degli ’User Agent’ che impediscono a WP-Cache di fornire i dati nella cache alle richieste da parte dei bot, degli spider e dei crawler. Nota che anche i file super cached saranno inviati a questi agent qualora esistessero."
|
1023 |
|
1024 |
+
#: wp-cache.php:1382
|
1025 |
msgid "Save UA Strings"
|
1026 |
msgstr "Salva le stringhe UA"
|
1027 |
|
1028 |
+
#: wp-cache.php:1405
|
1029 |
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."
|
1030 |
msgstr "Non effettuare la cache per i tipi di pagine a seguire. Per maggiori informazioni, leggi la documentazione circa i <a href=\"http://codex.wordpress.org/Conditional_Tags\">tag condizionali</a>."
|
1031 |
|
1032 |
+
#: wp-cache.php:1408
|
1033 |
msgid "Single Posts"
|
1034 |
msgstr "Articoli singoli"
|
1035 |
|
1036 |
+
#: wp-cache.php:1409
|
1037 |
msgid "Pages"
|
1038 |
msgstr "Pagine"
|
1039 |
|
1040 |
+
#: wp-cache.php:1410
|
1041 |
msgid "Front Page"
|
1042 |
msgstr "Pagina principale"
|
1043 |
|
1044 |
+
#: wp-cache.php:1411
|
1045 |
msgid "Home"
|
1046 |
msgstr "Home"
|
1047 |
|
1048 |
+
#: wp-cache.php:1412
|
1049 |
msgid "Archives"
|
1050 |
msgstr "Archivi"
|
1051 |
|
1052 |
+
#: wp-cache.php:1413
|
1053 |
msgid "Tags"
|
1054 |
msgstr "Tag"
|
1055 |
|
1056 |
+
#: wp-cache.php:1414
|
1057 |
msgid "Category"
|
1058 |
msgstr "Categoria"
|
1059 |
|
1060 |
+
#: wp-cache.php:1415
|
1061 |
msgid "Feeds"
|
1062 |
msgstr "Feed"
|
1063 |
|
1064 |
+
#: wp-cache.php:1416
|
1065 |
msgid "Search Pages"
|
1066 |
msgstr "Pagine ricerca"
|
1067 |
|
1068 |
+
#: wp-cache.php:1418
|
1069 |
+
#: wp-cache.php:1546
|
1070 |
msgid "Save"
|
1071 |
msgstr "Salva"
|
1072 |
|
1073 |
+
#: wp-cache.php:1435
|
1074 |
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."
|
1075 |
msgstr "Aggiungi qui le stringhe (non il nome del file) per forzare il blocco della cache per quella data pagina. Ad esempio, se il tuo URL contenesse l'anno e tu non gradissi la cache per gli articoli pubblicati in quel dato periodo, sarà sufficiente specificare l'anno, ad es. ’/2004/’. WP-Cache effettuerà una ricerca in modo tale da verificare la presenza di quella stringa nell'URI quindi, la cache per quella pagina non verrà generata."
|
1076 |
|
1077 |
+
#: wp-cache.php:1441
|
1078 |
msgid "Save Strings"
|
1079 |
msgstr "Salva le stringhe"
|
1080 |
|
1081 |
+
#: wp-cache.php:1457
|
1082 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1083 |
msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cache (anche in caso di corrispondenza con una delle stringhe specificate più sopra)."
|
1084 |
|
1085 |
+
#: wp-cache.php:1463
|
1086 |
msgid "Save Files"
|
1087 |
msgstr "Salva i file"
|
1088 |
|
1089 |
+
#: wp-cache.php:1508
|
1090 |
msgid "Currently logging to: "
|
1091 |
msgstr "Log attuale:"
|
1092 |
|
1093 |
+
#: wp-cache.php:1518
|
1094 |
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."
|
1095 |
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."
|
1096 |
|
1097 |
+
#: wp-cache.php:1519
|
1098 |
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
1099 |
msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
|
1100 |
|
1101 |
+
#: wp-cache.php:1523
|
1102 |
msgid "Debugging"
|
1103 |
msgstr "Debugging"
|
1104 |
|
1105 |
+
#: wp-cache.php:1524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
msgid "Logging Type"
|
1107 |
msgstr "Tipo di logging"
|
1108 |
|
1109 |
+
#: wp-cache.php:1524
|
1110 |
msgid "Email"
|
1111 |
msgstr "Email"
|
1112 |
|
1113 |
+
#: wp-cache.php:1525
|
1114 |
msgid "file"
|
1115 |
msgstr "file"
|
1116 |
|
1117 |
+
#: wp-cache.php:1526
|
1118 |
msgid "IP Address"
|
1119 |
msgstr "Indirizzo IP"
|
1120 |
|
1121 |
+
#: wp-cache.php:1526
|
1122 |
#, php-format
|
1123 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1124 |
msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
|
1125 |
|
1126 |
+
#: wp-cache.php:1527
|
1127 |
msgid "Log level"
|
1128 |
msgstr "Livello log"
|
1129 |
|
1130 |
+
#: wp-cache.php:1533
|
1131 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1132 |
msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
|
1133 |
|
1134 |
+
#: wp-cache.php:1536
|
1135 |
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>"
|
1136 |
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>"
|
1137 |
|
1138 |
+
#: wp-cache.php:1537
|
1139 |
#, php-format
|
1140 |
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."
|
1141 |
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."
|
1142 |
|
1143 |
+
#: wp-cache.php:1539
|
1144 |
msgid "Check front page every 5 minutes."
|
1145 |
msgstr "Controlla la front page ogni 5 minuti."
|
1146 |
|
1147 |
+
#: wp-cache.php:1540
|
1148 |
msgid "Front page text"
|
1149 |
msgstr "Testo front page"
|
1150 |
|
1151 |
+
#: wp-cache.php:1540
|
1152 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1153 |
msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
|
1154 |
|
1155 |
+
#: wp-cache.php:1541
|
1156 |
msgid "Clear cache on error."
|
1157 |
msgstr "Svuota la cache in caso di errore."
|
1158 |
|
1159 |
+
#: wp-cache.php:1542
|
1160 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1161 |
msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
|
1162 |
|
1163 |
+
#: wp-cache.php:1556
|
1164 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1165 |
msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
|
1166 |
|
1167 |
+
#: wp-cache.php:1603
|
1168 |
+
#: wp-cache.php:1765
|
1169 |
msgid "Warning"
|
1170 |
msgstr "Attenzione"
|
1171 |
|
1172 |
+
#: wp-cache.php:1603
|
1173 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1174 |
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."
|
1175 |
|
1176 |
+
#: wp-cache.php:1661
|
1177 |
+
#: wp-cache.php:1666
|
1178 |
+
#: wp-cache.php:1698
|
1179 |
+
#: wp-cache.php:1703
|
1180 |
+
#: wp-cache.php:1709
|
1181 |
msgid "Error"
|
1182 |
msgstr "Errore"
|
1183 |
|
1184 |
+
#: wp-cache.php:1661
|
1185 |
#, php-format
|
1186 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1187 |
msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
|
1188 |
|
1189 |
+
#: wp-cache.php:1666
|
1190 |
#, php-format
|
1191 |
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."
|
1192 |
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."
|
1193 |
|
1194 |
+
#: wp-cache.php:1698
|
1195 |
#, php-format
|
1196 |
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."
|
1197 |
msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
|
1198 |
|
1199 |
+
#: wp-cache.php:1703
|
1200 |
#, php-format
|
1201 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1202 |
msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
|
1203 |
|
1204 |
+
#: wp-cache.php:1709
|
1205 |
#, php-format
|
1206 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1207 |
msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
|
1208 |
|
1209 |
+
#: wp-cache.php:1765
|
1210 |
#, php-format
|
1211 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1212 |
msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
|
1213 |
|
1214 |
+
#: wp-cache.php:1766
|
1215 |
msgid "1. If it already exists please delete the file first."
|
1216 |
msgstr "1. Nel caso fosse già esistente, cancellalo."
|
1217 |
|
1218 |
+
#: wp-cache.php:1767
|
1219 |
#, php-format
|
1220 |
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)"
|
1221 |
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)"
|
1222 |
|
1223 |
+
#: wp-cache.php:1768
|
1224 |
#, php-format
|
1225 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1226 |
msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
|
1227 |
|
1228 |
+
#: wp-cache.php:1769
|
1229 |
#, php-format
|
1230 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1231 |
msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
|
1232 |
|
1233 |
+
#: wp-cache.php:1770
|
1234 |
#, php-format
|
1235 |
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>"
|
1236 |
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>"
|
1237 |
|
1238 |
+
#: wp-cache.php:1793
|
1239 |
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1240 |
msgstr "<h3>Costante WP_CACHE impostata a false</h3><p>La costante WP_CACHE viene utilizzata da WordPress per caricare il codice necessario per servire le pagine in cache. Sfortunatamente, l'impostazione é a false. Modifica il tuo wp-config.php ed aggiungi o modifica la seguente linea al di sopra del comando require_once:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1241 |
|
1242 |
+
#: wp-cache.php:1795
|
1243 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1244 |
msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
|
1245 |
|
1246 |
+
#: wp-cache.php:1796
|
1247 |
#, php-format
|
1248 |
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. "
|
1249 |
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."
|
1250 |
|
1251 |
+
#: wp-cache.php:1800
|
1252 |
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."
|
1253 |
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."
|
1254 |
|
1255 |
+
#: wp-cache.php:1822
|
1256 |
msgid "Cache Contents"
|
1257 |
msgstr "Contenuti cache"
|
1258 |
|
1259 |
+
#: wp-cache.php:1825
|
1260 |
msgid "Object cache in use. No cache listing available."
|
1261 |
msgstr "Oggetto cache in uso. Nessun elenco cache disponibile."
|
1262 |
|
1263 |
+
#: wp-cache.php:1849
|
1264 |
#, php-format
|
1265 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1266 |
msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
|
1267 |
|
1268 |
+
#: wp-cache.php:1866
|
1269 |
#, php-format
|
1270 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1271 |
msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
|
1272 |
|
1273 |
+
#: wp-cache.php:1931
|
1274 |
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1275 |
msgstr "Le statistiche della cache non sono generate in automatico. E' necessario che tu prema il link qui sotto per potere rigenerare in questa pagina le statistiche."
|
1276 |
|
1277 |
+
#: wp-cache.php:1932
|
1278 |
msgid "Regenerate cache stats"
|
1279 |
msgstr "Rigenera statistiche della cache"
|
1280 |
|
1281 |
+
#: wp-cache.php:1934
|
1282 |
#, php-format
|
1283 |
msgid "Cache stats last generated: %s minutes ago."
|
1284 |
msgstr "Ultima statistica cache generata: %s minuti fa."
|
1285 |
|
1286 |
+
#: wp-cache.php:1940
|
1287 |
msgid "WP-Cache"
|
1288 |
msgstr "WP-Cache"
|
1289 |
|
1290 |
+
#: wp-cache.php:1941
|
1291 |
+
#: wp-cache.php:1957
|
1292 |
#, php-format
|
1293 |
msgid "%s Cached Pages"
|
1294 |
msgstr "%s pagine nella cache"
|
1295 |
|
1296 |
+
#: wp-cache.php:1942
|
1297 |
+
#: wp-cache.php:1962
|
1298 |
#, php-format
|
1299 |
msgid "%s Expired Pages"
|
1300 |
msgstr "%s pagine scadute"
|
1301 |
|
1302 |
+
#: wp-cache.php:1956
|
1303 |
msgid "WP-Super-Cache"
|
1304 |
msgstr "WP-Super-Cache"
|
1305 |
|
1306 |
+
#: wp-cache.php:1967
|
1307 |
msgid "Fresh WP-Cached Files"
|
1308 |
msgstr "Aggiorna file WP-Cached"
|
1309 |
|
1310 |
+
#: wp-cache.php:1968
|
1311 |
+
#: wp-cache.php:1984
|
1312 |
+
#: wp-cache.php:2000
|
1313 |
+
#: wp-cache.php:2016
|
1314 |
msgid "URI"
|
1315 |
msgstr "URI"
|
1316 |
|
1317 |
+
#: wp-cache.php:1968
|
1318 |
+
#: wp-cache.php:1984
|
1319 |
msgid "Key"
|
1320 |
msgstr "Chiave"
|
1321 |
|
1322 |
+
#: wp-cache.php:1968
|
1323 |
+
#: wp-cache.php:1984
|
1324 |
+
#: wp-cache.php:2000
|
1325 |
+
#: wp-cache.php:2016
|
1326 |
msgid "Age"
|
1327 |
msgstr "Età"
|
1328 |
|
1329 |
+
#: wp-cache.php:1968
|
1330 |
+
#: wp-cache.php:1984
|
1331 |
+
#: wp-cache.php:2000
|
1332 |
+
#: wp-cache.php:2016
|
1333 |
msgid "Delete"
|
1334 |
msgstr "Cancella"
|
1335 |
|
1336 |
+
#: wp-cache.php:1983
|
1337 |
msgid "Stale WP-Cached Files"
|
1338 |
msgstr "Ordina i file WP-Cached"
|
1339 |
|
1340 |
+
#: wp-cache.php:1999
|
1341 |
msgid "Fresh Super Cached Files"
|
1342 |
msgstr "Aggiorna file Super Cached"
|
1343 |
|
1344 |
+
#: wp-cache.php:2015
|
1345 |
msgid "Stale Super Cached Files"
|
1346 |
msgstr "Scadenza file Super Cached"
|
1347 |
|
1348 |
+
#: wp-cache.php:2031
|
1349 |
msgid "Hide file list"
|
1350 |
msgstr "Nascondi la lista dei file"
|
1351 |
|
1352 |
+
#: wp-cache.php:2033
|
1353 |
msgid "Too many cached files, no listing possible."
|
1354 |
msgstr "Sono presenti troppi file cache: non é possibile mostrare l'elenco."
|
1355 |
|
1356 |
+
#: wp-cache.php:2035
|
1357 |
msgid "List all cached files"
|
1358 |
msgstr "Lista di tutti i file presenti nella cache"
|
1359 |
|
1360 |
+
#: wp-cache.php:2041
|
1361 |
#, php-format
|
1362 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1363 |
msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
|
1364 |
|
1365 |
+
#: wp-cache.php:2042
|
1366 |
#, php-format
|
1367 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1368 |
msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
|
1369 |
|
1370 |
+
#: wp-cache.php:2045
|
1371 |
#, php-format
|
1372 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1373 |
msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
|
1374 |
|
1375 |
+
#: wp-cache.php:2056
|
1376 |
msgid "Delete Expired"
|
1377 |
msgstr "Cancella la cache scaduta"
|
1378 |
|
1379 |
+
#: wp-cache.php:2062
|
1380 |
+
#: wp-cache.php:2074
|
1381 |
+
#: wp-cache.php:2237
|
1382 |
msgid "Delete Cache"
|
1383 |
msgstr "Cancella la cache"
|
1384 |
|
1385 |
+
#: wp-cache.php:2074
|
1386 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1387 |
msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
|
1388 |
|
1389 |
+
#: wp-cache.php:2213
|
1390 |
#, php-format
|
1391 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1392 |
msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
|
1393 |
|
1394 |
+
#: wp-cache.php:2246
|
1395 |
#, php-format
|
1396 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1397 |
msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
|
1398 |
|
1399 |
+
#: wp-cache.php:2252
|
1400 |
msgid "Settings"
|
1401 |
msgstr "Impostazioni"
|
1402 |
|
1403 |
+
#: wp-cache.php:2262
|
1404 |
#, php-format
|
1405 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1406 |
msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
|
1407 |
|
1408 |
+
#: wp-cache.php:2281
|
1409 |
#, php-format
|
1410 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1411 |
msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
|
1412 |
|
1413 |
+
#: wp-cache.php:2281
|
1414 |
#, php-format
|
1415 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1416 |
msgstr "Visita %s per svuotare la cache!"
|
1417 |
|
1418 |
+
#: wp-cache.php:2284
|
1419 |
#, php-format
|
1420 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1421 |
msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
|
1422 |
|
1423 |
+
#: wp-cache.php:2284
|
1424 |
#, php-format
|
1425 |
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."
|
1426 |
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."
|
1427 |
|
1428 |
+
#: wp-cache.php:2291
|
1429 |
#, php-format
|
1430 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1431 |
msgstr "[%s] La front page non é corretta! Svuota la cache!"
|
1432 |
|
1433 |
+
#: wp-cache.php:2291
|
1434 |
#, php-format
|
1435 |
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\"!"
|
1436 |
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\"!"
|
1437 |
|
1438 |
+
#: wp-cache.php:2294
|
1439 |
#, php-format
|
1440 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1441 |
msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
|
1442 |
|
1443 |
+
#: wp-cache.php:2294
|
1444 |
#, php-format
|
1445 |
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."
|
1446 |
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."
|
1447 |
|
1448 |
+
#: wp-cache.php:2299
|
1449 |
#, php-format
|
1450 |
msgid "[%s] Front page check!"
|
1451 |
msgstr "[%s] Controllo Front page!"
|
1452 |
|
1453 |
+
#: wp-cache.php:2299
|
1454 |
#, php-format
|
1455 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1456 |
msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
|
1457 |
|
1458 |
+
#: wp-cache.php:2342
|
1459 |
msgid "Cannot update .htaccess"
|
1460 |
msgstr "Non é possibile aggiornare il file .htaccess"
|
1461 |
|
1462 |
+
#: wp-cache.php:2342
|
1463 |
#, php-format
|
1464 |
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."
|
1465 |
msgstr "Il file <code>%s.htaccess</code> non può essere modificato. Correggi utilizzando il comando chmod oppure il tuo client ftp."
|
1466 |
|
1467 |
+
#: wp-cache.php:2342
|
1468 |
msgid "Refresh this page when the file permissions have been modified."
|
1469 |
msgstr "Ricarica questa pagina una volta che i permessi per il file sono stati modificati."
|
1470 |
|
1471 |
+
#: wp-cache.php:2342
|
1472 |
#, php-format
|
1473 |
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1474 |
msgstr "Come alternativa, puoi modificare manualmente il file <code>%s.htaccess</code> aggiungendo il seguente codice (prima di ogni regola WordPress):"
|
1475 |
|
1476 |
+
#: wp-cache.php:2346
|
1477 |
#, php-format
|
1478 |
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1479 |
msgstr "Affinché il tuo server possa fornire dei file html statici é necessario che le regole mod_rewrite vengano aggiunte al file <code>%s.htaccess</code>"
|
1480 |
|
1481 |
+
#: wp-cache.php:2347
|
1482 |
msgid "You can edit the file yourself add the following rules."
|
1483 |
msgstr "Puoi modificare tu stesso il file aggiungendo le seguenti regole."
|
1484 |
|
1485 |
+
#: wp-cache.php:2348
|
1486 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1487 |
msgstr " Accertati che appaiano prima di ogni regola WordPress già presente. "
|
1488 |
|
1489 |
+
#: wp-cache.php:2356
|
1490 |
msgid "Update Mod_Rewrite Rules"
|
1491 |
msgstr "Aggiorna le regole Mod_Rewrite"
|
1492 |
|
1493 |
+
#: wp-cache.php:2463
|
1494 |
#, php-format
|
1495 |
msgid "[%1$s] Cache Preload Started"
|
1496 |
msgstr "[%1$s] La pre-carica della cache ha avuto inizio"
|
1497 |
|
1498 |
+
#: wp-cache.php:2465
|
1499 |
#, php-format
|
1500 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1501 |
msgstr "[%1$s] Ricarica articoli da %2$d a %3$d"
|
1502 |
|
1503 |
+
#: wp-cache.php:2483
|
1504 |
+
#, php-format
|
1505 |
+
msgid "[%1$s] Cache Preload Stopped"
|
1506 |
+
msgstr "[%1$s] Pre-carica cache arrestata"
|
1507 |
+
|
1508 |
+
#: wp-cache.php:2492
|
1509 |
#, php-format
|
1510 |
msgid "[%1$s] %2$d posts refreshed"
|
1511 |
msgstr "[%1$s] %2$d articoli sono stati ricaricati"
|
1512 |
|
1513 |
+
#: wp-cache.php:2492
|
1514 |
msgid "Refreshed the following posts:"
|
1515 |
msgstr "I seguenti post sono stati aggiornati:"
|
1516 |
|
1517 |
+
#: wp-cache.php:2501
|
1518 |
#, php-format
|
1519 |
msgid "Scheduling next preload refresh in %d minutes."
|
1520 |
msgstr "Prossima ricarica programmata tra %d minuti."
|
1521 |
|
1522 |
+
#: wp-cache.php:2511
|
1523 |
#, php-format
|
1524 |
msgid "[%s] Cache Preload Completed"
|
1525 |
msgstr "[%s] La pre-carica della cache é stata completata"
|
1526 |
|
1527 |
+
#: wp-cache.php:2511
|
1528 |
msgid "Cleaning up old supercache files."
|
1529 |
msgstr "Cancella i vecchi file supercache."
|
1530 |
|
1531 |
+
#: wp-cache.php:2553
|
1532 |
#, php-format
|
1533 |
msgid "[%s] Preload may have stalled."
|
1534 |
msgstr "[%s] La pre-carica potrebbe avere dei problemi."
|
1535 |
|
1536 |
+
#: wp-cache.php:2553
|
1537 |
#, php-format
|
1538 |
msgid ""
|
1539 |
"Preload has been restarted.\n"
|
1542 |
"La pre-carica é stata riavviata.\n"
|
1543 |
"%s"
|
1544 |
|
1545 |
+
#~ msgid ""
|
1546 |
+
#~ "Scheduled preloading of cache cancelled. If a job is currently running it "
|
1547 |
+
#~ "will not shutdown until the current 100 pages are complete."
|
1548 |
+
#~ msgstr ""
|
1549 |
+
#~ "Il pre-caricamento programmato della cache é stato annullato. Nel caso in "
|
1550 |
+
#~ "cui l'operazione fosse in corso, essa non verrà terminata sino al "
|
1551 |
+
#~ "completamento delle 100 pagine in uso."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1552 |
|
1553 |
+
#~ msgid "(support for multiple domains on multisite websites) "
|
1554 |
+
#~ msgstr "(supporto per domini multipli o siti multi sito)"
|
|
|
1555 |
|
1556 |
#~ msgid ""
|
1557 |
#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
|
languages/wp-super-cache-zh_TW.mo
CHANGED
Binary file
|
languages/wp-super-cache-zh_TW.po
CHANGED
@@ -2,10 +2,10 @@ 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:
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,1056 +13,1535 @@ msgstr ""
|
|
13 |
"X-Poedit-Country: TAIWAN\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
-
#:
|
17 |
-
msgid "
|
18 |
-
msgstr "
|
19 |
|
20 |
-
#:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgstr "停用"
|
27 |
|
28 |
-
#: plugins/
|
29 |
-
|
30 |
-
|
31 |
-
msgstr "已停用"
|
32 |
|
33 |
-
#: plugins/
|
|
|
|
|
34 |
#: plugins/searchengine.php:69
|
35 |
-
#: wp-cache.php:
|
36 |
msgid "enabled"
|
37 |
msgstr "已啟用"
|
38 |
|
39 |
-
#: plugins/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#, php-format
|
41 |
-
msgid "
|
42 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
-
#: plugins/badbehaviour.php:
|
45 |
#, php-format
|
46 |
-
msgid "(Only
|
47 |
-
msgstr "
|
48 |
|
49 |
-
#: plugins/badbehaviour.php:
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
msgstr "啟用"
|
54 |
|
55 |
-
#: plugins/badbehaviour.php:
|
56 |
-
#: wp-cache.php:
|
57 |
-
#: wp-cache.php:
|
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 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
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:
|
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:
|
84 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
85 |
msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
|
86 |
|
87 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
101 |
-
msgid "
|
102 |
-
msgstr "
|
103 |
|
104 |
-
#: wp-cache.php:
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: wp-cache.php:
|
109 |
#, php-format
|
110 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
111 |
msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
|
112 |
|
113 |
-
#: wp-cache.php:
|
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:
|
119 |
-
#: wp-cache.php:
|
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\"
|
123 |
|
124 |
-
#: wp-cache.php:
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
msgid "Mod rewrite may not be installed!"
|
130 |
msgstr "Mod rewrite 可能沒有安裝!"
|
131 |
|
132 |
-
#: wp-cache.php:
|
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
|
134 |
-
msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache
|
135 |
|
136 |
-
#: wp-cache.php:
|
137 |
msgid "Read Only Mode. Configuration cannot be changed."
|
138 |
msgstr "唯讀模式。設定無法變更。"
|
139 |
|
140 |
-
#: wp-cache.php:
|
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:
|
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:
|
158 |
msgid "Writeable:"
|
159 |
msgstr "可寫入:"
|
160 |
|
161 |
-
#: wp-cache.php:
|
162 |
msgid "Readonly:"
|
163 |
msgstr "唯讀:"
|
164 |
|
165 |
-
#: wp-cache.php:
|
166 |
#, php-format
|
167 |
msgid "Warning! %s is writeable!"
|
168 |
msgstr "警告!%s 可寫入!"
|
169 |
|
170 |
-
#: wp-cache.php:
|
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:
|
176 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
msgstr "WP Super Cache 狀態"
|
178 |
|
179 |
-
#: wp-cache.php:
|
180 |
-
msgid "
|
181 |
-
msgstr "
|
182 |
|
183 |
-
#: wp-cache.php:
|
184 |
-
msgid "
|
185 |
-
msgstr "
|
186 |
|
187 |
-
#: wp-cache.php:
|
188 |
-
|
189 |
-
|
|
|
190 |
|
191 |
-
#: wp-cache.php:
|
192 |
-
msgid "
|
193 |
-
msgstr "
|
194 |
|
195 |
-
#: wp-cache.php:
|
196 |
-
msgid "
|
197 |
-
msgstr "
|
198 |
|
199 |
-
#: wp-cache.php:
|
200 |
-
|
201 |
-
|
|
|
202 |
|
203 |
-
#: wp-cache.php:
|
204 |
-
|
205 |
-
|
|
|
|
|
206 |
|
207 |
-
#: wp-cache.php:
|
208 |
-
|
209 |
-
|
|
|
210 |
|
211 |
-
#: wp-cache.php:
|
212 |
-
|
213 |
-
|
|
|
214 |
|
215 |
-
#: wp-cache.php:
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
|
219 |
-
#: wp-cache.php:
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
|
223 |
-
#: wp-cache.php:
|
224 |
-
msgid "
|
225 |
-
msgstr "
|
226 |
|
227 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
msgid "Mobile device support."
|
229 |
msgstr "行動裝置支援。"
|
230 |
|
231 |
-
#: wp-cache.php:
|
232 |
-
msgid "
|
233 |
-
msgstr "
|
234 |
|
235 |
-
#: wp-cache.php:
|
236 |
-
msgid "
|
237 |
-
msgstr "
|
238 |
|
239 |
-
#: wp-cache.php:
|
240 |
-
msgid "
|
241 |
-
msgstr "
|
242 |
|
243 |
-
#: wp-cache.php:
|
244 |
-
msgid "
|
245 |
-
msgstr "
|
246 |
|
247 |
-
#: wp-cache.php:
|
248 |
-
msgid "
|
249 |
-
msgstr "
|
250 |
|
251 |
-
#: wp-cache.php:
|
252 |
-
|
253 |
-
|
254 |
-
msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
|
255 |
|
256 |
-
#: wp-cache.php:
|
257 |
-
msgid "
|
258 |
-
msgstr "
|
259 |
|
260 |
-
#: wp-cache.php:
|
261 |
msgid "Note:"
|
262 |
msgstr "備註:"
|
263 |
|
264 |
-
#: wp-cache.php:
|
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:
|
270 |
#, php-format
|
271 |
-
msgid "
|
272 |
-
msgstr "
|
273 |
|
274 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
msgid "Update Status"
|
276 |
msgstr "更新狀態"
|
277 |
|
278 |
-
#: wp-cache.php:
|
279 |
-
msgid "
|
280 |
-
msgstr "
|
281 |
|
282 |
-
#: wp-cache.php:
|
283 |
-
msgid "
|
284 |
-
msgstr "
|
285 |
|
286 |
-
#: wp-cache.php:
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
|
290 |
-
#: wp-cache.php:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
|
294 |
-
#: wp-cache.php:
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
|
298 |
-
#: wp-cache.php:
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
|
302 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
303 |
#, php-format
|
304 |
-
msgid "%
|
305 |
-
msgstr "
|
306 |
|
307 |
-
#: wp-cache.php:
|
308 |
#, php-format
|
309 |
-
msgid "
|
310 |
-
msgstr "
|
311 |
|
312 |
-
#: wp-cache.php:
|
313 |
-
|
314 |
-
|
|
|
315 |
|
316 |
-
#: wp-cache.php:
|
317 |
-
|
318 |
-
|
|
|
319 |
|
320 |
-
#: wp-cache.php:
|
321 |
-
|
322 |
-
|
|
|
323 |
|
324 |
-
#: wp-cache.php:
|
325 |
-
msgid "
|
326 |
-
msgstr "
|
327 |
|
328 |
-
#: wp-cache.php:
|
329 |
#, php-format
|
330 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
331 |
-
msgstr "%
|
332 |
|
333 |
-
#: wp-cache.php:
|
334 |
#, php-format
|
335 |
-
msgid "He blogs at %1$s
|
336 |
-
msgstr "
|
337 |
|
338 |
-
#: wp-cache.php:
|
339 |
#, php-format
|
340 |
msgid "Please say hi to him on %s too!"
|
341 |
-
msgstr "在%s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
|
343 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
349 |
msgid "Newest Cached Pages:"
|
350 |
msgstr "最新的快取頁面:"
|
351 |
|
352 |
-
#: wp-cache.php:
|
353 |
#, php-format
|
354 |
msgid "Cached %s seconds ago"
|
355 |
msgstr "已快取 %s 秒"
|
356 |
|
357 |
-
#: wp-cache.php:
|
358 |
msgid "(may not always be accurate on busy sites)"
|
359 |
msgstr "(在忙碌的網站上未必準確)"
|
360 |
|
361 |
-
#: wp-cache.php:
|
362 |
-
msgid "
|
363 |
-
msgstr "
|
364 |
|
365 |
-
#: wp-cache.php:
|
366 |
-
msgid "
|
367 |
-
msgstr "
|
368 |
|
369 |
-
#: wp-cache.php:
|
370 |
-
|
371 |
-
|
372 |
-
msgstr "Super Cache 壓縮"
|
373 |
|
374 |
-
#: wp-cache.php:
|
375 |
-
msgid "
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#: wp-cache.php:
|
379 |
-
|
380 |
-
|
381 |
-
msgstr "啟用"
|
382 |
|
383 |
-
#: wp-cache.php:
|
384 |
-
|
385 |
-
|
386 |
-
msgstr "停用"
|
387 |
|
388 |
-
#: wp-cache.php:
|
389 |
-
msgid "
|
390 |
-
msgstr "
|
391 |
|
392 |
-
#: wp-cache.php:
|
393 |
-
msgid "
|
394 |
-
msgstr "
|
395 |
|
396 |
-
#: wp-cache.php:
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
399 |
|
400 |
-
#: wp-cache.php:
|
401 |
-
|
402 |
-
|
|
|
403 |
|
404 |
-
#: wp-cache.php:
|
405 |
msgid "Mod Rewrite Rules"
|
406 |
msgstr "Mod Rewrite 規則"
|
407 |
|
408 |
-
#: wp-cache.php:
|
409 |
msgid "WordPress MU Detected"
|
410 |
msgstr "WordPress MU 檢測"
|
411 |
|
412 |
-
#: wp-cache.php:
|
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:
|
417 |
msgid "Mod Rewrite rules cannot be updated!"
|
418 |
msgstr "Mod Rewrite 規則無法更新!"
|
419 |
|
420 |
-
#: wp-cache.php:
|
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:
|
426 |
msgid "Refresh this page when you have updated your .htaccess file."
|
427 |
msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
|
428 |
|
429 |
-
#: wp-cache.php:
|
430 |
msgid "Thank you for upgrading."
|
431 |
msgstr "感謝升級。"
|
432 |
|
433 |
-
#: wp-cache.php:
|
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:
|
439 |
msgid "Trailing slash check required."
|
440 |
msgstr "尾端斜線的檢查是必須的。"
|
441 |
|
442 |
-
#: wp-cache.php:
|
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 "
|
445 |
|
446 |
-
#: wp-cache.php:
|
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 "
|
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:
|
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:
|
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:
|
505 |
msgid "Mod Rewrite rules must be updated!"
|
506 |
msgstr "Mod Rewrite 規則必須更新!"
|
507 |
|
508 |
-
#: wp-cache.php:
|
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:
|
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:
|
|
|
|
|
|
|
|
|
519 |
msgid "View Mod_Rewrite Rules"
|
520 |
msgstr "查看 Mod_Rewrite 規則"
|
521 |
|
522 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
#, php-format
|
524 |
msgid "Gzip encoding rules in %s.htaccess created."
|
525 |
msgstr "%s.htaccess上Gzip規則建立。"
|
526 |
|
527 |
-
#: wp-cache.php:
|
528 |
msgid "Fix Configuration"
|
529 |
msgstr "修復設定"
|
530 |
|
531 |
-
#: wp-cache.php:
|
532 |
msgid "Restore Default Configuration"
|
533 |
msgstr "還原到預設選項"
|
534 |
|
535 |
-
#: wp-cache.php:
|
536 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
537 |
-
msgstr "
|
538 |
|
539 |
-
#: wp-cache.php:
|
540 |
msgid "Lock Down:"
|
541 |
msgstr "鎖定:"
|
542 |
|
543 |
-
#: wp-cache.php:
|
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:
|
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:
|
552 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
553 |
msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
|
554 |
|
555 |
-
#: wp-cache.php:
|
556 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
557 |
-
msgstr "WordPress
|
558 |
|
559 |
-
#: wp-cache.php:
|
560 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
561 |
-
msgstr "WordPress
|
562 |
|
563 |
-
#: wp-cache.php:
|
564 |
msgid "Lock Down"
|
565 |
msgstr "鎖定"
|
566 |
|
567 |
-
#: wp-cache.php:
|
568 |
msgid "Directly Cached Files"
|
569 |
msgstr "直接快取檔案"
|
570 |
|
571 |
-
#: wp-cache.php:
|
572 |
#, php-format
|
573 |
msgid "%s removed!"
|
574 |
msgstr "%s 已移除!"
|
575 |
|
576 |
-
#: wp-cache.php:
|
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:
|
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:
|
587 |
msgid "Existing direct page"
|
588 |
msgstr "已存在的直接頁面"
|
589 |
|
590 |
-
#: wp-cache.php:
|
591 |
msgid "Delete cached file"
|
592 |
msgstr "刪除快取檔案"
|
593 |
|
594 |
-
#: wp-cache.php:
|
595 |
msgid "Add direct page:"
|
596 |
msgstr "新增直接頁面:"
|
597 |
|
598 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
613 |
msgid "Update Direct Pages"
|
614 |
msgstr "更新直接頁面"
|
615 |
|
616 |
-
#: wp-cache.php:
|
617 |
msgid "Expiry Time & Garbage Collection"
|
618 |
msgstr "過期時間 & 垃圾收集"
|
619 |
|
620 |
-
#: wp-cache.php:
|
621 |
msgid "Expire time:"
|
622 |
msgstr "過期時間:"
|
623 |
|
624 |
-
#: wp-cache.php:
|
625 |
msgid "seconds"
|
626 |
msgstr "秒"
|
627 |
|
628 |
-
#: wp-cache.php:
|
629 |
msgid "Garbage Collection"
|
630 |
msgstr "垃圾收集"
|
631 |
|
632 |
-
#: wp-cache.php:
|
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
|
|
|
|
|
|
|
|
|
635 |
|
636 |
-
#: wp-cache.php:
|
637 |
-
msgid "
|
638 |
-
msgstr "
|
639 |
|
640 |
-
#: wp-cache.php:
|
641 |
msgid "Change Expiration"
|
642 |
msgstr "變更過期時間"
|
643 |
|
644 |
-
#: wp-cache.php:
|
645 |
msgid "Rejected User Agents"
|
646 |
msgstr "被拒絕的使用者代理(User Agents)"
|
647 |
|
648 |
-
#: wp-cache.php:
|
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:
|
653 |
msgid "Save UA Strings"
|
654 |
msgstr "儲存UA字串"
|
655 |
|
656 |
-
#: wp-cache.php:
|
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:
|
661 |
msgid "Single Posts"
|
662 |
msgstr "單篇文章"
|
663 |
|
664 |
-
#: wp-cache.php:
|
665 |
msgid "Pages"
|
666 |
msgstr "網誌分頁"
|
667 |
|
668 |
-
#: wp-cache.php:
|
669 |
msgid "Front Page"
|
670 |
msgstr "首頁"
|
671 |
|
672 |
-
#: wp-cache.php:
|
673 |
msgid "Home"
|
674 |
msgstr "主頁"
|
675 |
|
676 |
-
#: wp-cache.php:
|
677 |
msgid "Archives"
|
678 |
msgstr "存檔"
|
679 |
|
680 |
-
#: wp-cache.php:
|
681 |
msgid "Tags"
|
682 |
msgstr "標籤"
|
683 |
|
684 |
-
#: wp-cache.php:
|
685 |
msgid "Category"
|
686 |
msgstr "分類"
|
687 |
|
688 |
-
#: wp-cache.php:
|
689 |
msgid "Feeds"
|
690 |
msgstr "訂閱"
|
691 |
|
692 |
-
#: wp-cache.php:
|
693 |
msgid "Search Pages"
|
694 |
msgstr "搜尋頁面"
|
695 |
|
696 |
-
#: wp-cache.php:
|
697 |
-
#: wp-cache.php:
|
698 |
msgid "Save"
|
699 |
msgstr "儲存"
|
700 |
|
701 |
-
#: wp-cache.php:
|
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 "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的
|
704 |
|
705 |
-
#: wp-cache.php:
|
706 |
msgid "Save Strings"
|
707 |
msgstr "儲存字串"
|
708 |
|
709 |
-
#: wp-cache.php:
|
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:
|
714 |
msgid "Save Files"
|
715 |
msgstr "儲存檔案"
|
716 |
|
717 |
-
#: wp-cache.php:
|
718 |
-
msgid "Debug Settings"
|
719 |
-
msgstr "除錯設定"
|
720 |
-
|
721 |
-
#: wp-cache.php:1037
|
722 |
msgid "Currently logging to: "
|
723 |
msgstr "當前記錄到:"
|
724 |
|
725 |
-
#: wp-cache.php:
|
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:
|
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:
|
734 |
msgid "Debugging"
|
735 |
msgstr "除錯"
|
736 |
|
737 |
-
#: wp-cache.php:
|
738 |
msgid "Logging Type"
|
739 |
msgstr "記錄種類"
|
740 |
|
741 |
-
#: wp-cache.php:
|
742 |
msgid "Email"
|
743 |
msgstr "電子郵件"
|
744 |
|
745 |
-
#: wp-cache.php:
|
746 |
msgid "file"
|
747 |
msgstr "檔案"
|
748 |
|
749 |
-
#: wp-cache.php:
|
750 |
msgid "IP Address"
|
751 |
msgstr "IP位址"
|
752 |
|
753 |
-
#: wp-cache.php:
|
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:
|
759 |
msgid "Log level"
|
760 |
msgstr "記錄等級"
|
761 |
|
762 |
-
#: wp-cache.php:
|
763 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
764 |
msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
|
765 |
|
766 |
-
#: wp-cache.php:
|
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:
|
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:
|
780 |
msgid "Check front page every 5 minutes."
|
781 |
msgstr "每五分鐘檢查首頁"
|
782 |
|
783 |
-
#: wp-cache.php:
|
784 |
msgid "Front page text"
|
785 |
msgstr "首頁文字"
|
786 |
|
787 |
-
#: wp-cache.php:
|
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:
|
792 |
msgid "Clear cache on error."
|
793 |
msgstr "清除快取時發生錯誤。"
|
794 |
|
795 |
-
#: wp-cache.php:
|
796 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
797 |
msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
|
798 |
|
799 |
-
#: wp-cache.php:
|
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:
|
804 |
-
#: wp-cache.php:
|
805 |
msgid "Warning"
|
806 |
msgstr "警告"
|
807 |
|
808 |
-
#: wp-cache.php:
|
809 |
-
msgid "GZIP compression is enabled in
|
810 |
msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
|
811 |
|
812 |
-
#: wp-cache.php:
|
813 |
-
#: wp-cache.php:
|
814 |
-
#: wp-cache.php:
|
815 |
-
#: wp-cache.php:
|
816 |
-
#: wp-cache.php:
|
817 |
msgid "Error"
|
818 |
msgstr "錯誤"
|
819 |
|
820 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
851 |
msgid "1. If it already exists please delete the file first."
|
852 |
msgstr "1. 如果它已經存在,請先刪除。"
|
853 |
|
854 |
-
#: wp-cache.php:
|
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:
|
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:
|
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:
|
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:
|
|
|
|
|
|
|
|
|
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:
|
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
|
881 |
msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
|
882 |
|
883 |
-
#: wp-cache.php:
|
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:
|
888 |
msgid "Cache Contents"
|
889 |
msgstr "快取內容"
|
890 |
|
891 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
892 |
#, php-format
|
893 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
894 |
msgstr "刪除supercache檔案:<strong>%s</strong><br />"
|
895 |
|
896 |
-
#: wp-cache.php:
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
902 |
msgid "WP-Cache"
|
903 |
msgstr "WP-Cache"
|
904 |
|
905 |
-
#: wp-cache.php:
|
906 |
-
#: wp-cache.php:
|
907 |
#, php-format
|
908 |
msgid "%s Cached Pages"
|
909 |
msgstr "%s 個頁面已快取"
|
910 |
|
911 |
-
#: wp-cache.php:
|
912 |
-
#: wp-cache.php:
|
913 |
#, php-format
|
914 |
msgid "%s Expired Pages"
|
915 |
msgstr "%s 個頁面已過期"
|
916 |
|
917 |
-
#: wp-cache.php:
|
918 |
msgid "WP-Super-Cache"
|
919 |
msgstr "WP-Super-Cache"
|
920 |
|
921 |
-
#: wp-cache.php:
|
922 |
msgid "Fresh WP-Cached Files"
|
923 |
msgstr "新的 WP-Cached 檔案"
|
924 |
|
925 |
-
#: wp-cache.php:
|
926 |
-
#: wp-cache.php:
|
927 |
-
#: wp-cache.php:
|
928 |
-
#: wp-cache.php:
|
929 |
msgid "URI"
|
930 |
msgstr "URI 網址"
|
931 |
|
932 |
-
#: wp-cache.php:
|
933 |
-
#: wp-cache.php:
|
934 |
msgid "Key"
|
935 |
msgstr "關鍵字"
|
936 |
|
937 |
-
#: wp-cache.php:
|
938 |
-
#: wp-cache.php:
|
939 |
-
#: wp-cache.php:
|
940 |
-
#: wp-cache.php:
|
941 |
msgid "Age"
|
942 |
-
msgstr "
|
943 |
|
944 |
-
#: wp-cache.php:
|
945 |
-
#: wp-cache.php:
|
946 |
-
#: wp-cache.php:
|
947 |
-
#: wp-cache.php:
|
948 |
msgid "Delete"
|
949 |
msgstr "刪除"
|
950 |
|
951 |
-
#: wp-cache.php:
|
952 |
msgid "Stale WP-Cached Files"
|
953 |
msgstr "舊的 WP-Cached 檔案"
|
954 |
|
955 |
-
#: wp-cache.php:
|
956 |
msgid "Fresh Super Cached Files"
|
957 |
msgstr "新的 Super Cached 檔案"
|
958 |
|
959 |
-
#: wp-cache.php:
|
960 |
msgid "Stale Super Cached Files"
|
961 |
msgstr "舊的 Super Cached 檔案"
|
962 |
|
963 |
-
#: wp-cache.php:
|
964 |
msgid "Hide file list"
|
965 |
msgstr "隱藏檔案清單"
|
966 |
|
967 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
968 |
msgid "List all cached files"
|
969 |
msgstr "列出所有快取檔案"
|
970 |
|
971 |
-
#: wp-cache.php:
|
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:
|
977 |
#, php-format
|
978 |
msgid "Next GC in <strong>%s</strong> minutes"
|
979 |
msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
|
980 |
|
981 |
-
#: wp-cache.php:
|
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:
|
987 |
msgid "Delete Expired"
|
988 |
msgstr "刪除過期檔案"
|
989 |
|
990 |
-
#: wp-cache.php:
|
991 |
-
#: wp-cache.php:
|
992 |
-
#: wp-cache.php:
|
993 |
msgid "Delete Cache"
|
994 |
msgstr "刪除快取"
|
995 |
|
996 |
-
#: wp-cache.php:
|
997 |
msgid "Delete Super Cache cached files (opens in new window)"
|
998 |
msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
|
999 |
|
1000 |
-
#: wp-cache.php:
|
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:
|
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:
|
1011 |
msgid "Settings"
|
1012 |
msgstr "設定"
|
1013 |
|
1014 |
-
#: wp-cache.php:
|
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:
|
1020 |
#, php-format
|
1021 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1022 |
msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
|
1023 |
|
1024 |
-
#: wp-cache.php:
|
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:
|
1030 |
#, php-format
|
1031 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1032 |
msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
|
1033 |
|
1034 |
-
#: wp-cache.php:
|
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:
|
1040 |
#, php-format
|
1041 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1042 |
msgstr "[%s] 首頁不正確!請清除快取!"
|
1043 |
|
1044 |
-
#: wp-cache.php:
|
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:
|
1050 |
#, php-format
|
1051 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1052 |
msgstr "[%s] 首頁不正確!快取已清除!"
|
1053 |
|
1054 |
-
#: wp-cache.php:
|
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:
|
1060 |
#, php-format
|
1061 |
msgid "[%s] Front page check!"
|
1062 |
msgstr "[%s] 首頁檢查!"
|
1063 |
|
1064 |
-
#: wp-cache.php:
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2010-11-22 17:30+0000\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
|
8 |
+
"Language-Team: privism <privism@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-Country: TAIWAN\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
+
#: ossdl-cdn.php:105
|
17 |
+
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
18 |
+
msgstr "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS檔案通常都是靜態檔案,所以可以很簡單地使用另一個站台或CDN來服務。所以這個外掛會根據你下面所提供的URL,取代你的網站中<code>wp-content</code>和<code>wp-includes</code>目錄下除了PHP檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>鏡射到CDN上。"
|
19 |
|
20 |
+
#: ossdl-cdn.php:106
|
21 |
+
#, php-format
|
22 |
+
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
23 |
+
msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
|
24 |
+
|
25 |
+
#: ossdl-cdn.php:107
|
26 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
27 |
+
msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
|
28 |
+
|
29 |
+
#: ossdl-cdn.php:134
|
30 |
+
msgid "Save Changes"
|
31 |
+
msgstr "儲存變更"
|
32 |
+
|
33 |
+
#: ossdl-cdn.php:136
|
34 |
+
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
35 |
+
msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
36 |
+
|
37 |
+
#: plugins/awaitingmoderation.php:4
|
38 |
+
msgid "Your comment is awaiting moderation."
|
39 |
+
msgstr "您的迴響正等待審核中。"
|
40 |
+
|
41 |
+
#: plugins/awaitingmoderation.php:32
|
42 |
+
msgid "Awaiting Moderation"
|
43 |
+
msgstr "Awaiting Moderation"
|
44 |
+
|
45 |
+
#: plugins/awaitingmoderation.php:34
|
46 |
+
#: plugins/badbehaviour.php:63
|
47 |
+
#: plugins/domain-mapping.php:60
|
48 |
+
#: wp-cache.php:1164
|
49 |
+
msgid "Enabled"
|
50 |
+
msgstr "啟用"
|
51 |
+
|
52 |
+
#: plugins/awaitingmoderation.php:35
|
53 |
+
#: plugins/badbehaviour.php:64
|
54 |
+
#: plugins/domain-mapping.php:61
|
55 |
+
#: wp-cache.php:1164
|
56 |
+
msgid "Disabled"
|
57 |
msgstr "停用"
|
58 |
|
59 |
+
#: plugins/awaitingmoderation.php:36
|
60 |
+
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
|
61 |
+
msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
|
|
|
62 |
|
63 |
+
#: plugins/awaitingmoderation.php:40
|
64 |
+
#: plugins/badbehaviour.php:69
|
65 |
+
#: plugins/domain-mapping.php:66
|
66 |
#: plugins/searchengine.php:69
|
67 |
+
#: wp-cache.php:1523
|
68 |
msgid "enabled"
|
69 |
msgstr "已啟用"
|
70 |
|
71 |
+
#: plugins/awaitingmoderation.php:42
|
72 |
+
#: plugins/badbehaviour.php:71
|
73 |
+
#: plugins/domain-mapping.php:68
|
74 |
+
#: plugins/searchengine.php:67
|
75 |
+
msgid "disabled"
|
76 |
+
msgstr "已停用"
|
77 |
+
|
78 |
+
#: plugins/awaitingmoderation.php:43
|
79 |
#, php-format
|
80 |
+
msgid "Awaiting Moderation is now %s"
|
81 |
+
msgstr "Awaiting Moderation 外掛模組 %s"
|
82 |
+
|
83 |
+
#: plugins/awaitingmoderation.php:45
|
84 |
+
#: plugins/badbehaviour.php:74
|
85 |
+
#: plugins/domain-mapping.php:71
|
86 |
+
msgid "Update"
|
87 |
+
msgstr "更新"
|
88 |
+
|
89 |
+
#: plugins/badbehaviour.php:45
|
90 |
+
msgid "Bad Behaviour not found. Please check your install."
|
91 |
+
msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
|
92 |
+
|
93 |
+
#: plugins/badbehaviour.php:61
|
94 |
+
msgid "Bad Behavior"
|
95 |
+
msgstr "Bad Behavior"
|
96 |
|
97 |
+
#: plugins/badbehaviour.php:66
|
98 |
#, php-format
|
99 |
+
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
100 |
+
msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
|
101 |
|
102 |
+
#: plugins/badbehaviour.php:72
|
103 |
+
#, php-format
|
104 |
+
msgid "Bad Behavior support is now %s"
|
105 |
+
msgstr "Bad Behaviour 外掛模組 %s"
|
|
|
106 |
|
107 |
+
#: plugins/badbehaviour.php:81
|
108 |
+
#: wp-cache.php:1254
|
109 |
+
#: wp-cache.php:1256
|
110 |
msgid "Warning!"
|
111 |
msgstr "警告!"
|
112 |
|
113 |
+
#: plugins/domain-mapping.php:58
|
114 |
+
msgid "Domain Mapping"
|
115 |
+
msgstr "Domain Mapping"
|
116 |
+
|
117 |
+
#: plugins/domain-mapping.php:63
|
118 |
+
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
|
119 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個blog。"
|
120 |
+
|
121 |
+
#: plugins/domain-mapping.php:69
|
122 |
+
#, php-format
|
123 |
+
msgid "Domain Mapping support is now %s"
|
124 |
+
msgstr "Domain Mapping 外掛模組 %s"
|
125 |
+
|
126 |
+
#: plugins/domain-mapping.php:83
|
127 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
128 |
+
msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面啟用domain mapping支援外掛。"
|
129 |
+
|
130 |
+
#: plugins/searchengine.php:61
|
131 |
+
#: plugins/searchengine.php:76
|
132 |
+
#: wp-cache.php:1177
|
133 |
+
msgid "Disable"
|
134 |
+
msgstr "停用"
|
135 |
+
|
136 |
#: plugins/searchengine.php:71
|
137 |
#, php-format
|
138 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
139 |
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛模組 %s"
|
140 |
|
141 |
#: plugins/searchengine.php:72
|
142 |
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
143 |
msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
|
144 |
|
145 |
+
#: plugins/searchengine.php:74
|
146 |
+
#: wp-cache.php:1177
|
147 |
+
msgid "Enable"
|
148 |
+
msgstr "啟用"
|
149 |
+
|
150 |
+
#: wp-cache.php:91
|
151 |
#, php-format
|
152 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
153 |
msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
|
154 |
|
155 |
+
#: wp-cache.php:146
|
|
|
|
|
|
|
|
|
156 |
msgid "Warning! PHP Safe Mode Enabled!"
|
157 |
msgstr "警告!PHP 安全模式已啟用!"
|
158 |
|
159 |
+
#: wp-cache.php:147
|
160 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
161 |
msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
|
162 |
|
163 |
+
#: wp-cache.php:151
|
164 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
165 |
msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
|
166 |
|
167 |
+
#: wp-cache.php:152
|
168 |
#, php-format
|
169 |
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."
|
170 |
msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
|
171 |
|
172 |
+
#: wp-cache.php:154
|
173 |
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."
|
174 |
msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
|
175 |
|
176 |
+
#: wp-cache.php:160
|
177 |
+
msgid "Permlink Structure Error"
|
178 |
+
msgstr "固定網址結構錯誤"
|
179 |
|
180 |
+
#: wp-cache.php:161
|
181 |
+
msgid "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."
|
182 |
+
msgstr "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
|
183 |
|
184 |
+
#: wp-cache.php:173
|
185 |
#, php-format
|
186 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
187 |
msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
|
188 |
|
189 |
+
#: wp-cache.php:174
|
190 |
#, php-format
|
191 |
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."
|
192 |
msgstr "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
|
193 |
|
194 |
+
#: wp-cache.php:175
|
195 |
+
#: wp-cache.php:189
|
196 |
#, php-format
|
197 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
198 |
+
msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
|
199 |
|
200 |
+
#: wp-cache.php:188
|
201 |
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."
|
202 |
+
msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
|
203 |
|
204 |
+
#: wp-cache.php:203
|
205 |
+
msgid "Cannot continue... fix previous problems and retry."
|
206 |
+
msgstr "無法繼續... 解決前述問題然後重試。"
|
207 |
+
|
208 |
+
#: wp-cache.php:212
|
209 |
+
msgid "Zlib Output Compression Enabled!"
|
210 |
+
msgstr "Zlib輸出壓縮已被啟用!"
|
211 |
+
|
212 |
+
#: wp-cache.php:213
|
213 |
+
msgid "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."
|
214 |
+
msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
|
215 |
+
|
216 |
+
#: wp-cache.php:217
|
217 |
msgid "Mod rewrite may not be installed!"
|
218 |
msgstr "Mod rewrite 可能沒有安裝!"
|
219 |
|
220 |
+
#: wp-cache.php:218
|
221 |
+
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 legacy or PHP modes."
|
222 |
+
msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
|
223 |
|
224 |
+
#: wp-cache.php:223
|
225 |
msgid "Read Only Mode. Configuration cannot be changed."
|
226 |
msgstr "唯讀模式。設定無法變更。"
|
227 |
|
228 |
+
#: wp-cache.php:224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
#, php-format
|
230 |
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."
|
231 |
msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
|
232 |
|
233 |
+
#: wp-cache.php:225
|
234 |
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."
|
235 |
msgstr "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
|
236 |
|
237 |
+
#: wp-cache.php:226
|
238 |
msgid "Writeable:"
|
239 |
msgstr "可寫入:"
|
240 |
|
241 |
+
#: wp-cache.php:227
|
242 |
msgid "Readonly:"
|
243 |
msgstr "唯讀:"
|
244 |
|
245 |
+
#: wp-cache.php:239
|
246 |
#, php-format
|
247 |
msgid "Warning! %s is writeable!"
|
248 |
msgstr "警告!%s 可寫入!"
|
249 |
|
250 |
+
#: wp-cache.php:240
|
251 |
#, php-format
|
252 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
253 |
msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:"
|
254 |
|
255 |
+
#: wp-cache.php:248
|
256 |
+
msgid "Mobile rewrite rules detected"
|
257 |
+
msgstr "行動裝置重寫規則檢測"
|
258 |
+
|
259 |
+
#: wp-cache.php:249
|
260 |
+
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 \"2.0\\ MMP|240x320\" and delete those."
|
261 |
+
msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
|
262 |
+
|
263 |
+
#: wp-cache.php:249
|
264 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
265 |
+
msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
|
266 |
+
|
267 |
+
#: wp-cache.php:255
|
268 |
+
#: wp-cache.php:266
|
269 |
+
msgid "Rewrite rules must be updated"
|
270 |
+
msgstr "Mod Rewrite 規則必須更新!"
|
271 |
+
|
272 |
+
#: wp-cache.php:256
|
273 |
+
#: wp-cache.php:267
|
274 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
275 |
+
msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
|
276 |
+
|
277 |
+
#: wp-cache.php:257
|
278 |
+
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
279 |
+
msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
|
280 |
+
|
281 |
+
#: wp-cache.php:258
|
282 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
283 |
+
msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
|
284 |
+
|
285 |
+
#: wp-cache.php:259
|
286 |
+
#: wp-cache.php:268
|
287 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
288 |
+
msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
|
289 |
+
|
290 |
+
#: wp-cache.php:260
|
291 |
+
#, php-format
|
292 |
+
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."
|
293 |
+
msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
|
294 |
+
|
295 |
+
#: wp-cache.php:261
|
296 |
+
#, php-format
|
297 |
+
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_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
298 |
+
msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
|
299 |
+
|
300 |
+
#: wp-cache.php:274
|
301 |
+
msgid "Required to serve compressed supercache files properly."
|
302 |
+
msgstr "需要正確的supercache壓縮檔案。"
|
303 |
+
|
304 |
+
#: wp-cache.php:274
|
305 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
306 |
+
msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
|
307 |
+
|
308 |
+
#: wp-cache.php:274
|
309 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
310 |
+
msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
|
311 |
+
|
312 |
+
#: wp-cache.php:281
|
313 |
+
msgid "Missing Apache Modules"
|
314 |
+
msgstr "Apache 模組遺失"
|
315 |
+
|
316 |
+
#: wp-cache.php:282
|
317 |
+
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
318 |
+
msgstr "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
|
319 |
+
|
320 |
+
#: wp-cache.php:433
|
321 |
+
msgid "<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."
|
322 |
+
msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
|
323 |
+
|
324 |
+
#: wp-cache.php:524
|
325 |
+
msgid "WP Super Cache Settings"
|
326 |
msgstr "WP Super Cache 狀態"
|
327 |
|
328 |
+
#: wp-cache.php:535
|
329 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
330 |
+
msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
|
331 |
|
332 |
+
#: wp-cache.php:546
|
333 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
334 |
+
msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
|
335 |
|
336 |
+
#: wp-cache.php:566
|
337 |
+
#: wp-cache.php:640
|
338 |
+
msgid "Caching must be enabled to use this feature"
|
339 |
+
msgstr "必須啟用快取才能使用這個功能"
|
340 |
|
341 |
+
#: wp-cache.php:568
|
342 |
+
msgid "Cache Tester"
|
343 |
+
msgstr "快取測試"
|
344 |
|
345 |
+
#: wp-cache.php:569
|
346 |
+
msgid "Test your cached website by clicking the test button below."
|
347 |
+
msgstr "請按下面的測試按鈕以測試你的網站快取。"
|
348 |
|
349 |
+
#: wp-cache.php:576
|
350 |
+
#, php-format
|
351 |
+
msgid "Fetching %s to prime cache: "
|
352 |
+
msgstr "抓取 %s 至主要快取:"
|
353 |
|
354 |
+
#: wp-cache.php:578
|
355 |
+
#: wp-cache.php:585
|
356 |
+
#: wp-cache.php:592
|
357 |
+
msgid "OK"
|
358 |
+
msgstr "完成"
|
359 |
|
360 |
+
#: wp-cache.php:583
|
361 |
+
#, php-format
|
362 |
+
msgid "Fetching first copy of %s: "
|
363 |
+
msgstr "抓取第一份%s:"
|
364 |
|
365 |
+
#: wp-cache.php:590
|
366 |
+
#, php-format
|
367 |
+
msgid "Fetching second copy of %s: "
|
368 |
+
msgstr "抓取第二份%s:"
|
369 |
|
370 |
+
#: wp-cache.php:596
|
371 |
+
msgid "One or more page requests failed:"
|
372 |
+
msgstr "一個或以上的頁面要求失敗:"
|
373 |
|
374 |
+
#: wp-cache.php:615
|
375 |
+
#: wp-cache.php:616
|
376 |
+
#, php-format
|
377 |
+
msgid "Page %d: %d (%s)"
|
378 |
+
msgstr "頁面 %d: %d (%s)"
|
379 |
+
|
380 |
+
#: wp-cache.php:622
|
381 |
+
#, php-format
|
382 |
+
msgid "Page 1: %s"
|
383 |
+
msgstr "頁面1: %s"
|
384 |
+
|
385 |
+
#: wp-cache.php:623
|
386 |
+
#, php-format
|
387 |
+
msgid "Page 2: %s"
|
388 |
+
msgstr "頁面2: %s"
|
389 |
+
|
390 |
+
#: wp-cache.php:624
|
391 |
+
msgid "The timestamps on both pages match!"
|
392 |
+
msgstr "頁面時間標籤相符!"
|
393 |
+
|
394 |
+
#: wp-cache.php:626
|
395 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
396 |
+
msgstr "無頁面時間標籤或標籤不相符"
|
397 |
+
|
398 |
+
#: wp-cache.php:632
|
399 |
+
msgid "Send non-secure (non https) request for homepage"
|
400 |
+
msgstr "要非加密(非https)傳輸要求首頁"
|
401 |
+
|
402 |
+
#: wp-cache.php:633
|
403 |
+
msgid "Test Cache"
|
404 |
+
msgstr "測試快取"
|
405 |
+
|
406 |
+
#: wp-cache.php:658
|
407 |
+
#: wp-cache.php:789
|
408 |
+
msgid "Cancel Cache Preload"
|
409 |
+
msgstr "取消快取預先載入"
|
410 |
+
|
411 |
+
#: wp-cache.php:666
|
412 |
+
#: wp-cache.php:677
|
413 |
+
msgid "Scheduled preloading of cache cancelled."
|
414 |
+
msgstr "預載快取排程已被取消。"
|
415 |
+
|
416 |
+
#: wp-cache.php:703
|
417 |
+
#: wp-cache.php:787
|
418 |
+
msgid "Preload Cache Now"
|
419 |
+
msgstr "馬上開始預先載入"
|
420 |
+
|
421 |
+
#: wp-cache.php:707
|
422 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
423 |
+
msgstr "預載快取將在十秒之後開始。"
|
424 |
+
|
425 |
+
#: wp-cache.php:712
|
426 |
+
#, php-format
|
427 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
428 |
+
msgstr "下次預載快取排程時間:%d分鐘後"
|
429 |
+
|
430 |
+
#: wp-cache.php:716
|
431 |
+
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
432 |
+
msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
|
433 |
+
|
434 |
+
#: wp-cache.php:717
|
435 |
+
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
436 |
+
msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
|
437 |
+
|
438 |
+
#: wp-cache.php:718
|
439 |
+
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
440 |
+
msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
|
441 |
+
|
442 |
+
#: wp-cache.php:722
|
443 |
+
#, php-format
|
444 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
445 |
+
msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
|
446 |
+
|
447 |
+
#: wp-cache.php:735
|
448 |
+
msgid "all"
|
449 |
+
msgstr "所有"
|
450 |
+
|
451 |
+
#: wp-cache.php:748
|
452 |
+
#, php-format
|
453 |
+
msgid "Preload %s posts."
|
454 |
+
msgstr "預先載入 %s 篇文章。"
|
455 |
+
|
456 |
+
#: wp-cache.php:755
|
457 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
458 |
+
msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
|
459 |
+
|
460 |
+
#: wp-cache.php:758
|
461 |
+
msgid "Send me status emails when files are refreshed."
|
462 |
+
msgstr "當檔案被更新的時候寄信給我。"
|
463 |
+
|
464 |
+
#: wp-cache.php:763
|
465 |
+
msgid "Many emails, 2 emails per 100 posts."
|
466 |
+
msgstr "很多信件,每一百篇文章二封信。"
|
467 |
+
|
468 |
+
#: wp-cache.php:766
|
469 |
+
msgid "Medium, 1 email per 100 posts."
|
470 |
+
msgstr "中等,每一百篇文章一封信。"
|
471 |
+
|
472 |
+
#: wp-cache.php:769
|
473 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
474 |
+
msgstr "較少信件,開始的時候一封還有結束的時候一封。"
|
475 |
+
|
476 |
+
#: wp-cache.php:773
|
477 |
+
#, php-format
|
478 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
479 |
+
msgstr "在%d小時%d分鐘%d秒之後更新快取。"
|
480 |
+
|
481 |
+
#: wp-cache.php:774
|
482 |
+
#, php-format
|
483 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
484 |
+
msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
|
485 |
+
|
486 |
+
#: wp-cache.php:780
|
487 |
+
#, php-format
|
488 |
+
msgid "Currently caching from post %d to %d."
|
489 |
+
msgstr "目前正在快取第%d到%d篇文章。"
|
490 |
+
|
491 |
+
#: wp-cache.php:784
|
492 |
+
#, php-format
|
493 |
+
msgid "<strong>Page last cached:</strong> %s"
|
494 |
+
msgstr "<strong>最新快取頁面:</strong> %s"
|
495 |
+
|
496 |
+
#: wp-cache.php:787
|
497 |
+
msgid "Update Settings"
|
498 |
+
msgstr "更新狀態"
|
499 |
+
|
500 |
+
#: wp-cache.php:795
|
501 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
502 |
+
msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
|
503 |
+
|
504 |
+
#: wp-cache.php:810
|
505 |
+
#: wp-cache.php:904
|
506 |
+
msgid "Caching"
|
507 |
+
msgstr "快取"
|
508 |
+
|
509 |
+
#: wp-cache.php:814
|
510 |
+
msgid "Cache hits to this website for quick access."
|
511 |
+
msgstr "啟用快取以加速對本網站的存取"
|
512 |
+
|
513 |
+
#: wp-cache.php:814
|
514 |
+
#: wp-cache.php:815
|
515 |
+
#: wp-cache.php:832
|
516 |
+
#: wp-cache.php:837
|
517 |
+
#: wp-cache.php:840
|
518 |
+
#: wp-cache.php:841
|
519 |
+
#: wp-cache.php:907
|
520 |
+
msgid "Recommended"
|
521 |
+
msgstr "建議選項"
|
522 |
+
|
523 |
+
#: wp-cache.php:815
|
524 |
+
msgid "Use mod_rewrite to serve cache files."
|
525 |
+
msgstr "使用mod_rewrite快取"
|
526 |
+
|
527 |
+
#: wp-cache.php:816
|
528 |
+
msgid "Use PHP to serve cache files."
|
529 |
+
msgstr "使用PHP快取"
|
530 |
+
|
531 |
+
#: wp-cache.php:817
|
532 |
+
msgid "Legacy page caching."
|
533 |
+
msgstr "傳統快取模式"
|
534 |
+
|
535 |
+
#: wp-cache.php:818
|
536 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
537 |
+
msgstr "Mod_rewrite快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
|
538 |
+
|
539 |
+
#: wp-cache.php:824
|
540 |
+
msgid "Miscellaneous"
|
541 |
+
msgstr "雜項"
|
542 |
+
|
543 |
+
#: wp-cache.php:830
|
544 |
+
msgid "Warning! Compression is disabled as gzencode() function not found."
|
545 |
+
msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
|
546 |
+
|
547 |
+
#: wp-cache.php:832
|
548 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
549 |
+
msgstr "壓縮網頁,讓使用者能更快觀看"
|
550 |
+
|
551 |
+
#: wp-cache.php:833
|
552 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
553 |
+
msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
|
554 |
+
|
555 |
+
#: wp-cache.php:837
|
556 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
557 |
+
msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
|
558 |
+
|
559 |
+
#: wp-cache.php:838
|
560 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
561 |
+
msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
|
562 |
|
563 |
+
#: wp-cache.php:840
|
564 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
565 |
+
msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
|
566 |
|
567 |
+
#: wp-cache.php:841
|
568 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
569 |
+
msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
|
570 |
+
|
571 |
+
#: wp-cache.php:842
|
572 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
573 |
+
msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
|
574 |
+
|
575 |
+
#: wp-cache.php:848
|
576 |
+
#: wp-cache.php:1016
|
577 |
+
#: wp-cache.php:1536
|
578 |
+
msgid "Advanced"
|
579 |
+
msgstr "進階選項"
|
580 |
+
|
581 |
+
#: wp-cache.php:852
|
582 |
msgid "Mobile device support."
|
583 |
msgstr "行動裝置支援。"
|
584 |
|
585 |
+
#: wp-cache.php:853
|
586 |
+
msgid "Clear all cache files when a post or page is published."
|
587 |
+
msgstr "當有文章或網誌分頁發佈時清除所有快取。"
|
588 |
|
589 |
+
#: wp-cache.php:854
|
590 |
+
msgid "Only refresh current page when comments made."
|
591 |
+
msgstr "當迴響發佈時,只更新目前頁面。"
|
592 |
|
593 |
+
#: wp-cache.php:855
|
594 |
+
msgid "List the newest cached pages on this page."
|
595 |
+
msgstr "在本頁列出最新的快取頁面。"
|
596 |
|
597 |
+
#: wp-cache.php:857
|
598 |
+
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>"
|
599 |
+
msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
|
600 |
|
601 |
+
#: wp-cache.php:859
|
602 |
+
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
603 |
+
msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
|
604 |
|
605 |
+
#: wp-cache.php:861
|
606 |
+
msgid "Use object cache to store cached files."
|
607 |
+
msgstr "使用object快取來儲存快取檔案。"
|
|
|
608 |
|
609 |
+
#: wp-cache.php:861
|
610 |
+
msgid "(Experimental)"
|
611 |
+
msgstr "(實驗選項)"
|
612 |
|
613 |
+
#: wp-cache.php:868
|
614 |
msgid "Note:"
|
615 |
msgstr "備註:"
|
616 |
|
617 |
+
#: wp-cache.php:870
|
618 |
#, php-format
|
619 |
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!)"
|
620 |
msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
|
621 |
|
622 |
+
#: wp-cache.php:871
|
623 |
#, php-format
|
624 |
+
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
625 |
+
msgstr "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
|
626 |
|
627 |
+
#: wp-cache.php:872
|
628 |
+
#, php-format
|
629 |
+
msgid "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."
|
630 |
+
msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
|
631 |
+
|
632 |
+
#: wp-cache.php:875
|
633 |
+
#: wp-cache.php:922
|
634 |
msgid "Update Status"
|
635 |
msgstr "更新狀態"
|
636 |
|
637 |
+
#: wp-cache.php:882
|
638 |
+
msgid "Accepted Filenames & Rejected URIs"
|
639 |
+
msgstr "接受的檔案名稱和拒絕的URI"
|
640 |
|
641 |
+
#: wp-cache.php:907
|
642 |
+
msgid "Caching On"
|
643 |
+
msgstr "開啟快取"
|
644 |
|
645 |
+
#: wp-cache.php:908
|
646 |
+
msgid "Caching Off"
|
647 |
+
msgstr "關閉快取"
|
648 |
|
649 |
+
#: wp-cache.php:909
|
650 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
651 |
+
msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
|
652 |
|
653 |
+
#: wp-cache.php:919
|
654 |
+
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
655 |
+
msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
|
656 |
|
657 |
+
#: wp-cache.php:924
|
658 |
+
msgid "Recommended Links and Plugins"
|
659 |
+
msgstr "建議連結及外掛"
|
660 |
|
661 |
+
#: wp-cache.php:925
|
662 |
+
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
663 |
+
msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
|
664 |
+
|
665 |
+
#: wp-cache.php:926
|
666 |
#, php-format
|
667 |
+
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
668 |
+
msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a> 一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
|
669 |
|
670 |
+
#: wp-cache.php:927
|
671 |
#, php-format
|
672 |
+
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
673 |
+
msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
|
674 |
|
675 |
+
#: wp-cache.php:928
|
676 |
+
#, php-format
|
677 |
+
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
678 |
+
msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的服務器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
|
679 |
|
680 |
+
#: wp-cache.php:929
|
681 |
+
#, php-format
|
682 |
+
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
683 |
+
msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
|
684 |
|
685 |
+
#: wp-cache.php:930
|
686 |
+
#, php-format
|
687 |
+
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
688 |
+
msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>,<a href=\"%s\">XCache</a>,<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
|
689 |
|
690 |
+
#: wp-cache.php:941
|
691 |
+
msgid "Make WordPress Faster"
|
692 |
+
msgstr "讓 WordPress 更快速"
|
693 |
|
694 |
+
#: wp-cache.php:942
|
695 |
#, php-format
|
696 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
697 |
+
msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
|
698 |
|
699 |
+
#: wp-cache.php:943
|
700 |
#, php-format
|
701 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
702 |
+
msgstr "我的部落格在 %1$s,相簿在 %2$s."
|
703 |
|
704 |
+
#: wp-cache.php:944
|
705 |
#, php-format
|
706 |
msgid "Please say hi to him on %s too!"
|
707 |
+
msgstr "在%s上向我問好!"
|
708 |
+
|
709 |
+
#: wp-cache.php:945
|
710 |
+
msgid "Need Help?"
|
711 |
+
msgstr "需要幫助?"
|
712 |
+
|
713 |
+
#: wp-cache.php:947
|
714 |
+
#, php-format
|
715 |
+
msgid "<a href=\"%1$s\">Installation Help</a>"
|
716 |
+
msgstr "<a href=\"%1$s\">安裝指南</a>"
|
717 |
+
|
718 |
+
#: wp-cache.php:948
|
719 |
+
#, php-format
|
720 |
+
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
721 |
+
msgstr "<a href=\"%1$s\">常見問題</a>"
|
722 |
|
723 |
+
#: wp-cache.php:949
|
724 |
+
#, php-format
|
725 |
+
msgid "<a href=\"%1$s\">Support Forum</a>"
|
726 |
+
msgstr "<a href=\"%1$s\">支援論壇</a>"
|
727 |
+
|
728 |
+
#: wp-cache.php:951
|
729 |
+
msgid "Rate This Plugin!"
|
730 |
+
msgstr "為這個外掛評分!"
|
731 |
+
|
732 |
+
#: wp-cache.php:952
|
733 |
+
#, php-format
|
734 |
+
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
735 |
+
msgstr "請為這個外掛<a href=\"%s\">評份</a>,並告訴我它正不正常。這對開發非常有幫助。"
|
736 |
+
|
737 |
+
#: wp-cache.php:961
|
738 |
#, php-format
|
739 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
740 |
msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
|
741 |
|
742 |
+
#: wp-cache.php:962
|
743 |
msgid "Newest Cached Pages:"
|
744 |
msgstr "最新的快取頁面:"
|
745 |
|
746 |
+
#: wp-cache.php:966
|
747 |
#, php-format
|
748 |
msgid "Cached %s seconds ago"
|
749 |
msgstr "已快取 %s 秒"
|
750 |
|
751 |
+
#: wp-cache.php:969
|
752 |
msgid "(may not always be accurate on busy sites)"
|
753 |
msgstr "(在忙碌的網站上未必準確)"
|
754 |
|
755 |
+
#: wp-cache.php:988
|
756 |
+
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
757 |
+
msgstr "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
|
758 |
|
759 |
+
#: wp-cache.php:989
|
760 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
761 |
+
msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
|
762 |
|
763 |
+
#: wp-cache.php:999
|
764 |
+
msgid "Available Plugins"
|
765 |
+
msgstr "可使用的外掛"
|
|
|
766 |
|
767 |
+
#: wp-cache.php:1016
|
768 |
+
msgid "Easy"
|
769 |
+
msgstr "簡易模式"
|
770 |
|
771 |
+
#: wp-cache.php:1016
|
772 |
+
msgid "CDN"
|
773 |
+
msgstr "CDN"
|
|
|
774 |
|
775 |
+
#: wp-cache.php:1016
|
776 |
+
msgid "Tester & Contents"
|
777 |
+
msgstr "測試及內容"
|
|
|
778 |
|
779 |
+
#: wp-cache.php:1016
|
780 |
+
msgid "Preload"
|
781 |
+
msgstr "預先載入"
|
782 |
|
783 |
+
#: wp-cache.php:1016
|
784 |
+
msgid "Plugins"
|
785 |
+
msgstr "外掛"
|
786 |
|
787 |
+
#: wp-cache.php:1016
|
788 |
+
msgid "Debug"
|
789 |
+
msgstr "除錯設定"
|
790 |
+
|
791 |
+
#: wp-cache.php:1047
|
792 |
+
#, php-format
|
793 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
794 |
+
msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
|
795 |
|
796 |
+
#: wp-cache.php:1049
|
797 |
+
#, php-format
|
798 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
799 |
+
msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。"
|
800 |
|
801 |
+
#: wp-cache.php:1059
|
802 |
msgid "Mod Rewrite Rules"
|
803 |
msgstr "Mod Rewrite 規則"
|
804 |
|
805 |
+
#: wp-cache.php:1065
|
806 |
msgid "WordPress MU Detected"
|
807 |
msgstr "WordPress MU 檢測"
|
808 |
|
809 |
+
#: wp-cache.php:1065
|
810 |
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."
|
811 |
msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
|
812 |
|
813 |
+
#: wp-cache.php:1067
|
814 |
msgid "Mod Rewrite rules cannot be updated!"
|
815 |
msgstr "Mod Rewrite 規則無法更新!"
|
816 |
|
817 |
+
#: wp-cache.php:1068
|
818 |
#, php-format
|
819 |
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:"
|
820 |
msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
|
821 |
|
822 |
+
#: wp-cache.php:1070
|
823 |
msgid "Refresh this page when you have updated your .htaccess file."
|
824 |
msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
|
825 |
|
826 |
+
#: wp-cache.php:1074
|
827 |
msgid "Thank you for upgrading."
|
828 |
msgstr "感謝升級。"
|
829 |
|
830 |
+
#: wp-cache.php:1074
|
831 |
#, php-format
|
832 |
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."
|
833 |
msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
|
834 |
|
835 |
+
#: wp-cache.php:1078
|
836 |
msgid "Trailing slash check required."
|
837 |
msgstr "尾端斜線的檢查是必須的。"
|
838 |
|
839 |
+
#: wp-cache.php:1078
|
840 |
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:"
|
841 |
+
msgstr "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
|
842 |
|
843 |
+
#: wp-cache.php:1080
|
844 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
845 |
+
msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
|
847 |
+
#: wp-cache.php:1094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
848 |
msgid "Mod Rewrite rules updated!"
|
849 |
msgstr "Mod Rewrite 規則已更新!"
|
850 |
|
851 |
+
#: wp-cache.php:1095
|
852 |
#, php-format
|
853 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
854 |
msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
|
855 |
|
856 |
+
#: wp-cache.php:1097
|
857 |
msgid "Mod Rewrite rules must be updated!"
|
858 |
msgstr "Mod Rewrite 規則必須更新!"
|
859 |
|
860 |
+
#: wp-cache.php:1098
|
861 |
#, php-format
|
862 |
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:"
|
863 |
+
msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
|
864 |
|
865 |
+
#: wp-cache.php:1103
|
866 |
#, php-format
|
867 |
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."
|
868 |
msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
|
869 |
|
870 |
+
#: wp-cache.php:1106
|
871 |
+
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
872 |
+
msgstr "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
|
873 |
+
|
874 |
+
#: wp-cache.php:1109
|
875 |
msgid "View Mod_Rewrite Rules"
|
876 |
msgstr "查看 Mod_Rewrite 規則"
|
877 |
|
878 |
+
#: wp-cache.php:1113
|
879 |
+
#: wp-cache.php:2350
|
880 |
+
#, php-format
|
881 |
+
msgid "Rules must be added to %s too:"
|
882 |
+
msgstr "也必須新增到%s的規則:"
|
883 |
+
|
884 |
+
#: wp-cache.php:1121
|
885 |
#, php-format
|
886 |
msgid "Gzip encoding rules in %s.htaccess created."
|
887 |
msgstr "%s.htaccess上Gzip規則建立。"
|
888 |
|
889 |
+
#: wp-cache.php:1128
|
890 |
msgid "Fix Configuration"
|
891 |
msgstr "修復設定"
|
892 |
|
893 |
+
#: wp-cache.php:1131
|
894 |
msgid "Restore Default Configuration"
|
895 |
msgstr "還原到預設選項"
|
896 |
|
897 |
+
#: wp-cache.php:1139
|
898 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
899 |
+
msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
|
900 |
|
901 |
+
#: wp-cache.php:1164
|
902 |
msgid "Lock Down:"
|
903 |
msgstr "鎖定:"
|
904 |
|
905 |
+
#: wp-cache.php:1165
|
906 |
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."
|
907 |
+
msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
|
908 |
|
909 |
+
#: wp-cache.php:1166
|
910 |
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."
|
911 |
msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
|
912 |
|
913 |
+
#: wp-cache.php:1168
|
914 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
915 |
msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
|
916 |
|
917 |
+
#: wp-cache.php:1172
|
918 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
919 |
+
msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
|
920 |
|
921 |
+
#: wp-cache.php:1174
|
922 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
923 |
+
msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
|
924 |
|
925 |
+
#: wp-cache.php:1180
|
926 |
msgid "Lock Down"
|
927 |
msgstr "鎖定"
|
928 |
|
929 |
+
#: wp-cache.php:1188
|
930 |
msgid "Directly Cached Files"
|
931 |
msgstr "直接快取檔案"
|
932 |
|
933 |
+
#: wp-cache.php:1246
|
934 |
#, php-format
|
935 |
msgid "%s removed!"
|
936 |
msgstr "%s 已移除!"
|
937 |
|
938 |
+
#: wp-cache.php:1254
|
939 |
#, php-format
|
940 |
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."
|
941 |
msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
|
942 |
|
943 |
+
#: wp-cache.php:1256
|
944 |
#, php-format
|
945 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
946 |
msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
|
947 |
|
948 |
+
#: wp-cache.php:1270
|
949 |
msgid "Existing direct page"
|
950 |
msgstr "已存在的直接頁面"
|
951 |
|
952 |
+
#: wp-cache.php:1270
|
953 |
msgid "Delete cached file"
|
954 |
msgstr "刪除快取檔案"
|
955 |
|
956 |
+
#: wp-cache.php:1275
|
957 |
msgid "Add direct page:"
|
958 |
msgstr "新增直接頁面:"
|
959 |
|
960 |
+
#: wp-cache.php:1277
|
961 |
#, php-format
|
962 |
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."
|
963 |
msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
|
964 |
|
965 |
+
#: wp-cache.php:1279
|
966 |
#, php-format
|
967 |
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."
|
968 |
msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
|
969 |
|
970 |
+
#: wp-cache.php:1280
|
971 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
972 |
msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
|
973 |
|
974 |
+
#: wp-cache.php:1285
|
975 |
msgid "Update Direct Pages"
|
976 |
msgstr "更新直接頁面"
|
977 |
|
978 |
+
#: wp-cache.php:1323
|
979 |
msgid "Expiry Time & Garbage Collection"
|
980 |
msgstr "過期時間 & 垃圾收集"
|
981 |
|
982 |
+
#: wp-cache.php:1325
|
983 |
msgid "Expire time:"
|
984 |
msgstr "過期時間:"
|
985 |
|
986 |
+
#: wp-cache.php:1326
|
987 |
msgid "seconds"
|
988 |
msgstr "秒"
|
989 |
|
990 |
+
#: wp-cache.php:1327
|
991 |
msgid "Garbage Collection"
|
992 |
msgstr "垃圾收集"
|
993 |
|
994 |
+
#: wp-cache.php:1327
|
995 |
+
msgid "If the 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."
|
996 |
+
msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
|
997 |
+
|
998 |
+
#: wp-cache.php:1328
|
999 |
+
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. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
1000 |
+
msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
|
1001 |
|
1002 |
+
#: wp-cache.php:1329
|
1003 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1004 |
+
msgstr "把過期時間設定為0以關閉垃圾回收功能"
|
1005 |
|
1006 |
+
#: wp-cache.php:1330
|
1007 |
msgid "Change Expiration"
|
1008 |
msgstr "變更過期時間"
|
1009 |
|
1010 |
+
#: wp-cache.php:1374
|
1011 |
msgid "Rejected User Agents"
|
1012 |
msgstr "被拒絕的使用者代理(User Agents)"
|
1013 |
|
1014 |
+
#: wp-cache.php:1375
|
1015 |
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."
|
1016 |
msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
|
1017 |
|
1018 |
+
#: wp-cache.php:1382
|
1019 |
msgid "Save UA Strings"
|
1020 |
msgstr "儲存UA字串"
|
1021 |
|
1022 |
+
#: wp-cache.php:1405
|
1023 |
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."
|
1024 |
msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加標籤</a>文件對每個類型的完整討論。"
|
1025 |
|
1026 |
+
#: wp-cache.php:1408
|
1027 |
msgid "Single Posts"
|
1028 |
msgstr "單篇文章"
|
1029 |
|
1030 |
+
#: wp-cache.php:1409
|
1031 |
msgid "Pages"
|
1032 |
msgstr "網誌分頁"
|
1033 |
|
1034 |
+
#: wp-cache.php:1410
|
1035 |
msgid "Front Page"
|
1036 |
msgstr "首頁"
|
1037 |
|
1038 |
+
#: wp-cache.php:1411
|
1039 |
msgid "Home"
|
1040 |
msgstr "主頁"
|
1041 |
|
1042 |
+
#: wp-cache.php:1412
|
1043 |
msgid "Archives"
|
1044 |
msgstr "存檔"
|
1045 |
|
1046 |
+
#: wp-cache.php:1413
|
1047 |
msgid "Tags"
|
1048 |
msgstr "標籤"
|
1049 |
|
1050 |
+
#: wp-cache.php:1414
|
1051 |
msgid "Category"
|
1052 |
msgstr "分類"
|
1053 |
|
1054 |
+
#: wp-cache.php:1415
|
1055 |
msgid "Feeds"
|
1056 |
msgstr "訂閱"
|
1057 |
|
1058 |
+
#: wp-cache.php:1416
|
1059 |
msgid "Search Pages"
|
1060 |
msgstr "搜尋頁面"
|
1061 |
|
1062 |
+
#: wp-cache.php:1418
|
1063 |
+
#: wp-cache.php:1546
|
1064 |
msgid "Save"
|
1065 |
msgstr "儲存"
|
1066 |
|
1067 |
+
#: wp-cache.php:1435
|
1068 |
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."
|
1069 |
+
msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 ’/2004/’ 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
|
1070 |
|
1071 |
+
#: wp-cache.php:1441
|
1072 |
msgid "Save Strings"
|
1073 |
msgstr "儲存字串"
|
1074 |
|
1075 |
+
#: wp-cache.php:1457
|
1076 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1077 |
msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
|
1078 |
|
1079 |
+
#: wp-cache.php:1463
|
1080 |
msgid "Save Files"
|
1081 |
msgstr "儲存檔案"
|
1082 |
|
1083 |
+
#: wp-cache.php:1508
|
|
|
|
|
|
|
|
|
1084 |
msgid "Currently logging to: "
|
1085 |
msgstr "當前記錄到:"
|
1086 |
|
1087 |
+
#: wp-cache.php:1518
|
1088 |
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."
|
1089 |
msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
|
1090 |
|
1091 |
+
#: wp-cache.php:1519
|
1092 |
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
1093 |
+
msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
|
1094 |
|
1095 |
+
#: wp-cache.php:1523
|
1096 |
msgid "Debugging"
|
1097 |
msgstr "除錯"
|
1098 |
|
1099 |
+
#: wp-cache.php:1524
|
1100 |
msgid "Logging Type"
|
1101 |
msgstr "記錄種類"
|
1102 |
|
1103 |
+
#: wp-cache.php:1524
|
1104 |
msgid "Email"
|
1105 |
msgstr "電子郵件"
|
1106 |
|
1107 |
+
#: wp-cache.php:1525
|
1108 |
msgid "file"
|
1109 |
msgstr "檔案"
|
1110 |
|
1111 |
+
#: wp-cache.php:1526
|
1112 |
msgid "IP Address"
|
1113 |
msgstr "IP位址"
|
1114 |
|
1115 |
+
#: wp-cache.php:1526
|
1116 |
#, php-format
|
1117 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1118 |
msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
|
1119 |
|
1120 |
+
#: wp-cache.php:1527
|
1121 |
msgid "Log level"
|
1122 |
msgstr "記錄等級"
|
1123 |
|
1124 |
+
#: wp-cache.php:1533
|
1125 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1126 |
msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
|
1127 |
|
1128 |
+
#: wp-cache.php:1536
|
|
|
|
|
|
|
|
|
1129 |
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>"
|
1130 |
msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
|
1131 |
|
1132 |
+
#: wp-cache.php:1537
|
1133 |
#, php-format
|
1134 |
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."
|
1135 |
msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
|
1136 |
|
1137 |
+
#: wp-cache.php:1539
|
1138 |
msgid "Check front page every 5 minutes."
|
1139 |
msgstr "每五分鐘檢查首頁"
|
1140 |
|
1141 |
+
#: wp-cache.php:1540
|
1142 |
msgid "Front page text"
|
1143 |
msgstr "首頁文字"
|
1144 |
|
1145 |
+
#: wp-cache.php:1540
|
1146 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1147 |
msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
|
1148 |
|
1149 |
+
#: wp-cache.php:1541
|
1150 |
msgid "Clear cache on error."
|
1151 |
msgstr "清除快取時發生錯誤。"
|
1152 |
|
1153 |
+
#: wp-cache.php:1542
|
1154 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1155 |
msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
|
1156 |
|
1157 |
+
#: wp-cache.php:1556
|
1158 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1159 |
msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
|
1160 |
|
1161 |
+
#: wp-cache.php:1603
|
1162 |
+
#: wp-cache.php:1765
|
1163 |
msgid "Warning"
|
1164 |
msgstr "警告"
|
1165 |
|
1166 |
+
#: wp-cache.php:1603
|
1167 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1168 |
msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
|
1169 |
|
1170 |
+
#: wp-cache.php:1661
|
1171 |
+
#: wp-cache.php:1666
|
1172 |
+
#: wp-cache.php:1698
|
1173 |
+
#: wp-cache.php:1703
|
1174 |
+
#: wp-cache.php:1709
|
1175 |
msgid "Error"
|
1176 |
msgstr "錯誤"
|
1177 |
|
1178 |
+
#: wp-cache.php:1661
|
1179 |
#, php-format
|
1180 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1181 |
msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
|
1182 |
|
1183 |
+
#: wp-cache.php:1666
|
1184 |
#, php-format
|
1185 |
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."
|
1186 |
msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
|
1187 |
|
1188 |
+
#: wp-cache.php:1698
|
1189 |
#, php-format
|
1190 |
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."
|
1191 |
msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
|
1192 |
|
1193 |
+
#: wp-cache.php:1703
|
1194 |
#, php-format
|
1195 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1196 |
msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
|
1197 |
|
1198 |
+
#: wp-cache.php:1709
|
1199 |
#, php-format
|
1200 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1201 |
msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
|
1202 |
|
1203 |
+
#: wp-cache.php:1765
|
1204 |
#, php-format
|
1205 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1206 |
msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
|
1207 |
|
1208 |
+
#: wp-cache.php:1766
|
1209 |
msgid "1. If it already exists please delete the file first."
|
1210 |
msgstr "1. 如果它已經存在,請先刪除。"
|
1211 |
|
1212 |
+
#: wp-cache.php:1767
|
1213 |
#, php-format
|
1214 |
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)"
|
1215 |
msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
|
1216 |
|
1217 |
+
#: wp-cache.php:1768
|
1218 |
#, php-format
|
1219 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1220 |
msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
|
1221 |
|
1222 |
+
#: wp-cache.php:1769
|
1223 |
#, php-format
|
1224 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1225 |
msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
|
1226 |
|
1227 |
+
#: wp-cache.php:1770
|
1228 |
#, php-format
|
1229 |
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>"
|
1230 |
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>"
|
1231 |
|
1232 |
+
#: wp-cache.php:1793
|
1233 |
+
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1234 |
+
msgstr "<h3>WP_CACHE變數被設為false</h3><p>WP_CACHE變數被WordPress用來載入快取程式,可是它被設為false(關閉)。請編輯你的wp-config.php檔並把以下的內容放在最後的require_once命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1235 |
+
|
1236 |
+
#: wp-cache.php:1795
|
1237 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1238 |
msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
|
1239 |
|
1240 |
+
#: wp-cache.php:1796
|
1241 |
#, php-format
|
1242 |
+
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. "
|
1243 |
msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
|
1244 |
|
1245 |
+
#: wp-cache.php:1800
|
1246 |
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."
|
1247 |
msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
|
1248 |
|
1249 |
+
#: wp-cache.php:1822
|
1250 |
msgid "Cache Contents"
|
1251 |
msgstr "快取內容"
|
1252 |
|
1253 |
+
#: wp-cache.php:1825
|
1254 |
+
msgid "Object cache in use. No cache listing available."
|
1255 |
+
msgstr "正在使用Object快取。無法顯示快取清單。"
|
1256 |
+
|
1257 |
+
#: wp-cache.php:1849
|
1258 |
#, php-format
|
1259 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1260 |
msgstr "刪除supercache檔案:<strong>%s</strong><br />"
|
1261 |
|
1262 |
+
#: wp-cache.php:1866
|
1263 |
#, php-format
|
1264 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1265 |
msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
|
1266 |
|
1267 |
+
#: wp-cache.php:1931
|
1268 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1269 |
+
msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
|
1270 |
+
|
1271 |
+
#: wp-cache.php:1932
|
1272 |
+
msgid "Regenerate cache stats"
|
1273 |
+
msgstr "重新產生快取統計"
|
1274 |
+
|
1275 |
+
#: wp-cache.php:1934
|
1276 |
+
#, php-format
|
1277 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1278 |
+
msgstr "快取統計最後產生時間:%s分鐘以前。"
|
1279 |
+
|
1280 |
+
#: wp-cache.php:1940
|
1281 |
msgid "WP-Cache"
|
1282 |
msgstr "WP-Cache"
|
1283 |
|
1284 |
+
#: wp-cache.php:1941
|
1285 |
+
#: wp-cache.php:1957
|
1286 |
#, php-format
|
1287 |
msgid "%s Cached Pages"
|
1288 |
msgstr "%s 個頁面已快取"
|
1289 |
|
1290 |
+
#: wp-cache.php:1942
|
1291 |
+
#: wp-cache.php:1962
|
1292 |
#, php-format
|
1293 |
msgid "%s Expired Pages"
|
1294 |
msgstr "%s 個頁面已過期"
|
1295 |
|
1296 |
+
#: wp-cache.php:1956
|
1297 |
msgid "WP-Super-Cache"
|
1298 |
msgstr "WP-Super-Cache"
|
1299 |
|
1300 |
+
#: wp-cache.php:1967
|
1301 |
msgid "Fresh WP-Cached Files"
|
1302 |
msgstr "新的 WP-Cached 檔案"
|
1303 |
|
1304 |
+
#: wp-cache.php:1968
|
1305 |
+
#: wp-cache.php:1984
|
1306 |
+
#: wp-cache.php:2000
|
1307 |
+
#: wp-cache.php:2016
|
1308 |
msgid "URI"
|
1309 |
msgstr "URI 網址"
|
1310 |
|
1311 |
+
#: wp-cache.php:1968
|
1312 |
+
#: wp-cache.php:1984
|
1313 |
msgid "Key"
|
1314 |
msgstr "關鍵字"
|
1315 |
|
1316 |
+
#: wp-cache.php:1968
|
1317 |
+
#: wp-cache.php:1984
|
1318 |
+
#: wp-cache.php:2000
|
1319 |
+
#: wp-cache.php:2016
|
1320 |
msgid "Age"
|
1321 |
+
msgstr "時間(秒)"
|
1322 |
|
1323 |
+
#: wp-cache.php:1968
|
1324 |
+
#: wp-cache.php:1984
|
1325 |
+
#: wp-cache.php:2000
|
1326 |
+
#: wp-cache.php:2016
|
1327 |
msgid "Delete"
|
1328 |
msgstr "刪除"
|
1329 |
|
1330 |
+
#: wp-cache.php:1983
|
1331 |
msgid "Stale WP-Cached Files"
|
1332 |
msgstr "舊的 WP-Cached 檔案"
|
1333 |
|
1334 |
+
#: wp-cache.php:1999
|
1335 |
msgid "Fresh Super Cached Files"
|
1336 |
msgstr "新的 Super Cached 檔案"
|
1337 |
|
1338 |
+
#: wp-cache.php:2015
|
1339 |
msgid "Stale Super Cached Files"
|
1340 |
msgstr "舊的 Super Cached 檔案"
|
1341 |
|
1342 |
+
#: wp-cache.php:2031
|
1343 |
msgid "Hide file list"
|
1344 |
msgstr "隱藏檔案清單"
|
1345 |
|
1346 |
+
#: wp-cache.php:2033
|
1347 |
+
msgid "Too many cached files, no listing possible."
|
1348 |
+
msgstr "快取檔案過多,無法列出。"
|
1349 |
+
|
1350 |
+
#: wp-cache.php:2035
|
1351 |
msgid "List all cached files"
|
1352 |
msgstr "列出所有快取檔案"
|
1353 |
|
1354 |
+
#: wp-cache.php:2041
|
1355 |
#, php-format
|
1356 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1357 |
msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
|
1358 |
|
1359 |
+
#: wp-cache.php:2042
|
1360 |
#, php-format
|
1361 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1362 |
msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
|
1363 |
|
1364 |
+
#: wp-cache.php:2045
|
1365 |
#, php-format
|
1366 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1367 |
msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
|
1368 |
|
1369 |
+
#: wp-cache.php:2056
|
1370 |
msgid "Delete Expired"
|
1371 |
msgstr "刪除過期檔案"
|
1372 |
|
1373 |
+
#: wp-cache.php:2062
|
1374 |
+
#: wp-cache.php:2074
|
1375 |
+
#: wp-cache.php:2237
|
1376 |
msgid "Delete Cache"
|
1377 |
msgstr "刪除快取"
|
1378 |
|
1379 |
+
#: wp-cache.php:2074
|
1380 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1381 |
msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
|
1382 |
|
1383 |
+
#: wp-cache.php:2213
|
1384 |
#, php-format
|
1385 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1386 |
msgstr "%1$s 使用的快取程式為 %2$s"
|
1387 |
|
1388 |
+
#: wp-cache.php:2246
|
1389 |
#, php-format
|
1390 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1391 |
msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
|
1392 |
|
1393 |
+
#: wp-cache.php:2252
|
1394 |
msgid "Settings"
|
1395 |
msgstr "設定"
|
1396 |
|
1397 |
+
#: wp-cache.php:2262
|
1398 |
#, php-format
|
1399 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1400 |
msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
|
1401 |
|
1402 |
+
#: wp-cache.php:2281
|
1403 |
#, php-format
|
1404 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1405 |
msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
|
1406 |
|
1407 |
+
#: wp-cache.php:2281
|
1408 |
#, php-format
|
1409 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1410 |
msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
|
1411 |
|
1412 |
+
#: wp-cache.php:2284
|
1413 |
#, php-format
|
1414 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1415 |
msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
|
1416 |
|
1417 |
+
#: wp-cache.php:2284
|
1418 |
#, php-format
|
1419 |
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."
|
1420 |
msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
|
1421 |
|
1422 |
+
#: wp-cache.php:2291
|
1423 |
#, php-format
|
1424 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1425 |
msgstr "[%s] 首頁不正確!請清除快取!"
|
1426 |
|
1427 |
+
#: wp-cache.php:2291
|
1428 |
#, php-format
|
1429 |
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\"!"
|
1430 |
msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
|
1431 |
|
1432 |
+
#: wp-cache.php:2294
|
1433 |
#, php-format
|
1434 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1435 |
msgstr "[%s] 首頁不正確!快取已清除!"
|
1436 |
|
1437 |
+
#: wp-cache.php:2294
|
1438 |
#, php-format
|
1439 |
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."
|
1440 |
msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
|
1441 |
|
1442 |
+
#: wp-cache.php:2299
|
1443 |
#, php-format
|
1444 |
msgid "[%s] Front page check!"
|
1445 |
msgstr "[%s] 首頁檢查!"
|
1446 |
|
1447 |
+
#: wp-cache.php:2299
|
1448 |
#, php-format
|
1449 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1450 |
msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
|
1451 |
|
1452 |
+
#: wp-cache.php:2342
|
1453 |
+
msgid "Cannot update .htaccess"
|
1454 |
+
msgstr "無法更新 .htaccess"
|
1455 |
+
|
1456 |
+
#: wp-cache.php:2342
|
1457 |
+
#, php-format
|
1458 |
+
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."
|
1459 |
+
msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
|
1460 |
+
|
1461 |
+
#: wp-cache.php:2342
|
1462 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1463 |
+
msgstr "在權限修改後請重新整理這個頁面。"
|
1464 |
+
|
1465 |
+
#: wp-cache.php:2342
|
1466 |
+
#, php-format
|
1467 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1468 |
+
msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
|
1469 |
+
|
1470 |
+
#: wp-cache.php:2346
|
1471 |
+
#, php-format
|
1472 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1473 |
+
msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
|
1474 |
+
|
1475 |
+
#: wp-cache.php:2347
|
1476 |
+
msgid "You can edit the file yourself add the following rules."
|
1477 |
+
msgstr "你可以自行編輯並新增以下規則。"
|
1478 |
+
|
1479 |
+
#: wp-cache.php:2348
|
1480 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1481 |
+
msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
|
1482 |
+
|
1483 |
+
#: wp-cache.php:2356
|
1484 |
+
msgid "Update Mod_Rewrite Rules"
|
1485 |
+
msgstr "更新 Mod_Rewrite 規則"
|
1486 |
+
|
1487 |
+
#: wp-cache.php:2463
|
1488 |
+
#, php-format
|
1489 |
+
msgid "[%1$s] Cache Preload Started"
|
1490 |
+
msgstr "[%1$s] 快取預載已經開始"
|
1491 |
+
|
1492 |
+
#: wp-cache.php:2465
|
1493 |
+
#, php-format
|
1494 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1495 |
+
msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
|
1496 |
+
|
1497 |
+
#: wp-cache.php:2483
|
1498 |
+
#, php-format
|
1499 |
+
msgid "[%1$s] Cache Preload Stopped"
|
1500 |
+
msgstr "[%1$s] 快取預載已停止"
|
1501 |
+
|
1502 |
+
#: wp-cache.php:2492
|
1503 |
+
#, php-format
|
1504 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1505 |
+
msgstr "[%1$s]%2$d 篇文章已被更新"
|
1506 |
+
|
1507 |
+
#: wp-cache.php:2492
|
1508 |
+
msgid "Refreshed the following posts:"
|
1509 |
+
msgstr "已更新下列文章:"
|
1510 |
+
|
1511 |
+
#: wp-cache.php:2501
|
1512 |
+
#, php-format
|
1513 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1514 |
+
msgstr "下次更新預載快取時間:%d分鐘後"
|
1515 |
+
|
1516 |
+
#: wp-cache.php:2511
|
1517 |
+
#, php-format
|
1518 |
+
msgid "[%s] Cache Preload Completed"
|
1519 |
+
msgstr "[%s] 預載快取完成"
|
1520 |
+
|
1521 |
+
#: wp-cache.php:2511
|
1522 |
+
msgid "Cleaning up old supercache files."
|
1523 |
+
msgstr "清除舊的supercache檔案。"
|
1524 |
+
|
1525 |
+
#: wp-cache.php:2553
|
1526 |
+
#, php-format
|
1527 |
+
msgid "[%s] Preload may have stalled."
|
1528 |
+
msgstr "[%s] 預先載入可能已經停止"
|
1529 |
+
|
1530 |
+
#: wp-cache.php:2553
|
1531 |
+
#, php-format
|
1532 |
+
msgid ""
|
1533 |
+
"Preload has been restarted.\n"
|
1534 |
+
"%s"
|
1535 |
+
msgstr ""
|
1536 |
+
"預先載入已經被重新啟動.\n"
|
1537 |
+
"%s"
|
1538 |
+
|
1539 |
+
#~ msgid ""
|
1540 |
+
#~ "Scheduled preloading of cache cancelled. If a job is currently running it "
|
1541 |
+
#~ "will not shutdown until the current 100 pages are complete."
|
1542 |
+
#~ msgstr ""
|
1543 |
+
#~ "預載快取排程已取消。如果一個排程正在執行中,它會在目前的100頁執行完畢之後"
|
1544 |
+
#~ "才結束。"
|
1545 |
+
|
1546 |
+
#~ msgid "(support for multiple domains on multisite websites) "
|
1547 |
+
#~ msgstr "(在多站台網站上,支援複數網域名稱)"
|
ossdl-cdn.php
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* Taken from OSSDL CDN off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/) and used with permission */
|
4 |
+
|
5 |
+
/* Set up some defaults */
|
6 |
+
if ( get_option( 'ossdl_off_cdn_url' ) == false )
|
7 |
+
add_option('ossdl_off_cdn_url', get_option('siteurl'));
|
8 |
+
$ossdl_off_blog_url = get_option('siteurl');
|
9 |
+
$ossdl_off_cdn_url = trim( get_option('ossdl_off_cdn_url') );
|
10 |
+
if ( get_option( 'ossdl_off_include_dirs' ) == false )
|
11 |
+
add_option('ossdl_off_include_dirs', 'wp-content,wp-includes');
|
12 |
+
$ossdl_off_include_dirs = trim(get_option('ossdl_off_include_dirs'));
|
13 |
+
if ( get_option( 'ossdl_off_exclude' ) == false )
|
14 |
+
add_option('ossdl_off_exclude', '.php');
|
15 |
+
$ossdl_off_exclude = trim(get_option('ossdl_off_exclude'));
|
16 |
+
$arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Determines whether to exclude a match.
|
20 |
+
*
|
21 |
+
* @param String $match URI to examine
|
22 |
+
* @param Array $excludes array of "badwords"
|
23 |
+
* @return Boolean true if to exclude given match from rewriting
|
24 |
+
*/
|
25 |
+
function scossdl_off_exclude_match($match, $excludes) {
|
26 |
+
foreach ($excludes as $badword) {
|
27 |
+
if (stristr($match, $badword) != false) {
|
28 |
+
return true;
|
29 |
+
}
|
30 |
+
}
|
31 |
+
return false;
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* Rewriter of URLs, used as replace-callback.
|
36 |
+
*
|
37 |
+
* Called by #scossdl_off_filter.
|
38 |
+
*/
|
39 |
+
function scossdl_off_rewriter($match) {
|
40 |
+
global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes;
|
41 |
+
if (scossdl_off_exclude_match($match[0], $arr_of_excludes)) {
|
42 |
+
return $match[0];
|
43 |
+
} else {
|
44 |
+
$include_dirs = scossdl_off_additional_directories();
|
45 |
+
if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
|
46 |
+
return str_replace($ossdl_off_blog_url, $ossdl_off_cdn_url, $match[0]);
|
47 |
+
} else {
|
48 |
+
return $match[0];
|
49 |
+
}
|
50 |
+
}
|
51 |
+
}
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Creates a regexp compatible pattern from the directories to be included in matching.
|
55 |
+
*
|
56 |
+
* @return String with the pattern with {@literal |} as prefix, or empty
|
57 |
+
*/
|
58 |
+
function scossdl_off_additional_directories() {
|
59 |
+
global $ossdl_off_include_dirs;
|
60 |
+
$input = explode(',', $ossdl_off_include_dirs);
|
61 |
+
if ($ossdl_off_include_dirs == '' || count($input) < 1) {
|
62 |
+
return 'wp\-content|wp\-includes';
|
63 |
+
} else {
|
64 |
+
return implode('|', array_map('quotemeta', array_map('trim', $input)));
|
65 |
+
}
|
66 |
+
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* Output filter which runs the actual plugin logic.
|
70 |
+
*/
|
71 |
+
function scossdl_off_filter($content) {
|
72 |
+
global $ossdl_off_blog_url, $ossdl_off_cdn_url;
|
73 |
+
if ($ossdl_off_blog_url == $ossdl_off_cdn_url) { // no rewrite needed
|
74 |
+
return $content;
|
75 |
+
} else {
|
76 |
+
$dirs = scossdl_off_additional_directories();
|
77 |
+
$regex = '#(?<=[(\"\'])'.quotemeta($ossdl_off_blog_url).'/(?:((?:'.$dirs.')[^\"\')]+)|([^/\"\']+\.[^/\"\')]+))(?=[\"\')])#';
|
78 |
+
return preg_replace_callback($regex, 'scossdl_off_rewriter', $content);
|
79 |
+
}
|
80 |
+
}
|
81 |
+
|
82 |
+
/**
|
83 |
+
* Registers scossdl_off_filter as output buffer, if needed.
|
84 |
+
*/
|
85 |
+
function do_scossdl_off_ob_start() {
|
86 |
+
global $ossdl_off_blog_url, $ossdl_off_cdn_url;
|
87 |
+
if ($ossdl_off_blog_url != $ossdl_off_cdn_url) {
|
88 |
+
add_filter( 'wp_cache_ob_callback_filter', 'scossdl_off_filter' );
|
89 |
+
}
|
90 |
+
}
|
91 |
+
add_action('init', 'do_scossdl_off_ob_start');
|
92 |
+
|
93 |
+
function scossdl_off_options() {
|
94 |
+
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
|
95 |
+
if ( $valid_nonce && isset($_POST['action']) && ( $_POST['action'] == 'update_ossdl_off' )){
|
96 |
+
update_option('ossdl_off_cdn_url', $_POST['ossdl_off_cdn_url']);
|
97 |
+
update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
|
98 |
+
update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
|
99 |
+
}
|
100 |
+
$example_cdn_uri = str_replace('http://', 'http://cdn.', str_replace('www.', '', get_option('siteurl')));
|
101 |
+
|
102 |
+
$example_cdn_uri = get_option('ossdl_off_cdn_url') == get_option('siteurl') ? $example_cdn_uri : get_option('ossdl_off_cdn_url');
|
103 |
+
$example_cdn_uri .= '/wp-includes/js/prototype.js';
|
104 |
+
?>
|
105 |
+
<p><?php _e( 'Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href="http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F" target="_blank">origin pull</a>.', 'wp-super-cache' ); ?></p>
|
106 |
+
<p><?php printf( __( '<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '<code>' . $example_cdn_uri . '</code>' ); ?></p>
|
107 |
+
<p><?php _e( 'You can define different CDN URLs for each site on a multsite network.', 'wp-super-cache' ); ?></p>
|
108 |
+
<p><form method="post" action="">
|
109 |
+
<?php wp_nonce_field('wp-cache'); ?>
|
110 |
+
<table class="form-table"><tbod>
|
111 |
+
<tr valign="top">
|
112 |
+
<th scope="row"><label for="ossdl_off_cdn_url">off-site URL</label></th>
|
113 |
+
<td>
|
114 |
+
<input type="text" name="ossdl_off_cdn_url" value="<?php echo(get_option('ossdl_off_cdn_url')); ?>" size="64" class="regular-text code" />
|
115 |
+
<span class="description">The new URL to be used in place of <?php echo(get_option('siteurl')); ?> for rewriting. No trailing <code>/</code> please. E.g. <code><?php echo($example_cdn_uri); ?></code>.</span>
|
116 |
+
</td>
|
117 |
+
</tr>
|
118 |
+
<tr valign="top">
|
119 |
+
<th scope="row"><label for="ossdl_off_include_dirs">include dirs</label></th>
|
120 |
+
<td>
|
121 |
+
<input type="text" name="ossdl_off_include_dirs" value="<?php echo(get_option('ossdl_off_include_dirs')); ?>" size="64" class="regular-text code" />
|
122 |
+
<span class="description">Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty.</span>
|
123 |
+
</td>
|
124 |
+
</tr>
|
125 |
+
<tr valign="top">
|
126 |
+
<th scope="row"><label for="ossdl_off_exclude">exclude if substring</label></th>
|
127 |
+
<td>
|
128 |
+
<input type="text" name="ossdl_off_exclude" value="<?php echo(get_option('ossdl_off_exclude')); ?>" size="64" class="regular-text code" />
|
129 |
+
<span class="description">Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter. E.g. <code>.php, .flv, .do</code>, always include <code>.php</code> (default).</span>
|
130 |
+
</td>
|
131 |
+
</tr>
|
132 |
+
</tbody></table>
|
133 |
+
<input type="hidden" name="action" value="update_ossdl_off" />
|
134 |
+
<p class="submit"><input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /></p>
|
135 |
+
</form></p>
|
136 |
+
<p><?php _e( 'CDN functionality provided by <a href="http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/">OSSDL CDN Off Linker</a> by <a href="http://mark.ossdl.de/">Mark Kubacki</a>', 'wp-super-cache' ); ?></p>
|
137 |
+
<?php
|
138 |
+
}
|
139 |
+
?>
|
plugins/awaitingmoderation.php
CHANGED
@@ -20,24 +20,34 @@ function wp_supercache_awaitingmoderation_admin() {
|
|
20 |
$cache_awaitingmoderation = $cache_awaitingmoderation == '' ? '0' : $cache_awaitingmoderation;
|
21 |
|
22 |
if(isset($_POST['cache_awaitingmoderation']) && $valid_nonce) {
|
23 |
-
$cache_awaitingmoderation = $_POST['cache_awaitingmoderation']
|
24 |
wp_cache_replace_line('^ *\$cache_awaitingmoderation', "\$cache_awaitingmoderation = '$cache_awaitingmoderation';", $wp_cache_config_file);
|
25 |
-
|
26 |
-
echo '<li><form name="wp_supercache_searchengine_admin" action="'. $_SERVER["REQUEST_URI"] . '" method="post">';
|
27 |
-
wp_nonce_field('wp-cache');
|
28 |
-
if( $cache_awaitingmoderation == '0' ) {
|
29 |
-
$status = __( 'disabled', 'wp-super-cache' );
|
30 |
} else {
|
31 |
-
$
|
32 |
}
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
}
|
43 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_awaitingmoderation_admin' );
|
20 |
$cache_awaitingmoderation = $cache_awaitingmoderation == '' ? '0' : $cache_awaitingmoderation;
|
21 |
|
22 |
if(isset($_POST['cache_awaitingmoderation']) && $valid_nonce) {
|
23 |
+
$cache_awaitingmoderation = (int)$_POST['cache_awaitingmoderation'];
|
24 |
wp_cache_replace_line('^ *\$cache_awaitingmoderation', "\$cache_awaitingmoderation = '$cache_awaitingmoderation';", $wp_cache_config_file);
|
25 |
+
$changed = true;
|
|
|
|
|
|
|
|
|
26 |
} else {
|
27 |
+
$changed = false;
|
28 |
}
|
29 |
+
$id = 'awaitingmoderation-section';
|
30 |
+
?>
|
31 |
+
<fieldset id="<?php echo $id; ?>" class="options">
|
32 |
+
<h4><?php _e( 'Awaiting Moderation', 'wp-super-cache' ); ?></h4>
|
33 |
+
<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
|
34 |
+
<label><input type="radio" name="cache_awaitingmoderation" value="1" <?php if( $cache_awaitingmoderation ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
|
35 |
+
<label><input type="radio" name="cache_awaitingmoderation" value="0" <?php if( !$cache_awaitingmoderation ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
|
36 |
+
<p><?php _e( 'Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.', 'wp-super-cache' ); ?></p>
|
37 |
+
<?php
|
38 |
+
if ($changed) {
|
39 |
+
if ( $cache_awaitingmoderation )
|
40 |
+
$status = __( "enabled" );
|
41 |
+
else
|
42 |
+
$status = __( "disabled" );
|
43 |
+
echo "<p><strong>" . sprintf( __( "Awaiting Moderation is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
|
44 |
+
}
|
45 |
+
echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
|
46 |
+
wp_nonce_field('wp-cache');
|
47 |
+
?>
|
48 |
+
</form>
|
49 |
+
</fieldset>
|
50 |
+
<?php
|
51 |
|
52 |
}
|
53 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_awaitingmoderation_admin' );
|
plugins/badbehaviour.php
CHANGED
@@ -41,33 +41,44 @@ function wp_supercache_badbehaviour_admin() {
|
|
41 |
if(isset($_POST['cache_badbehaviour']) && $valid_nonce) {
|
42 |
$bbfile = get_bb_file_loc();
|
43 |
if( !$bbfile ) {
|
44 |
-
$_POST[ 'cache_badbehaviour' ] =
|
45 |
$err = __( 'Bad Behaviour not found. Please check your install.', 'wp-super-cache' );
|
46 |
}
|
47 |
-
$cache_badbehaviour
|
|
|
|
|
|
|
|
|
|
|
48 |
wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
|
49 |
wp_cache_replace_line('^ *\$cache_badbehaviour', "\$cache_badbehaviour = $cache_badbehaviour;", $wp_cache_config_file);
|
50 |
wp_cache_replace_line('^ *\$cache_badbehaviour_file', "\$cache_badbehaviour_file = '$bbfile';", $wp_cache_config_file);
|
|
|
51 |
}
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
wp_nonce_field('wp-cache');
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
wp_super_cache_disable();
|
59 |
-
}
|
60 |
-
echo '<strong>' . sprintf( __( 'Bad Behaviour support is %s.', 'wp-super-cache' ), $bb_status ) . '</strong>';
|
61 |
-
printf( __( '(Only legacy 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' ) . '" />';
|
64 |
-
} else {
|
65 |
-
echo '<input type="submit" name="cache_badbehaviour" value="' . __( 'Disable', 'wp-super-cache' ) . '" />';
|
66 |
-
}
|
67 |
-
echo "</form>\n";
|
68 |
if( $err )
|
69 |
echo "<p><strong>" . __( 'Warning!', 'wp-super-cache' ) . "</strong> $err</p>";
|
70 |
-
echo '</li>';
|
71 |
|
72 |
}
|
73 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' );
|
41 |
if(isset($_POST['cache_badbehaviour']) && $valid_nonce) {
|
42 |
$bbfile = get_bb_file_loc();
|
43 |
if( !$bbfile ) {
|
44 |
+
$_POST[ 'cache_badbehaviour' ] = 0;
|
45 |
$err = __( 'Bad Behaviour not found. Please check your install.', 'wp-super-cache' );
|
46 |
}
|
47 |
+
if ( $cache_badbehaviour == (int)$_POST['cache_badbehaviour'] ) {
|
48 |
+
$changed = $false;
|
49 |
+
} else {
|
50 |
+
$changed = false;
|
51 |
+
}
|
52 |
+
$cache_badbehaviour = (int)$_POST['cache_badbehaviour'];
|
53 |
wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
|
54 |
wp_cache_replace_line('^ *\$cache_badbehaviour', "\$cache_badbehaviour = $cache_badbehaviour;", $wp_cache_config_file);
|
55 |
wp_cache_replace_line('^ *\$cache_badbehaviour_file', "\$cache_badbehaviour_file = '$bbfile';", $wp_cache_config_file);
|
56 |
+
$changed = true;
|
57 |
}
|
58 |
+
$id = 'badbehavior-section';
|
59 |
+
?>
|
60 |
+
<fieldset id="<?php echo $id; ?>" class="options">
|
61 |
+
<h4><?php _e( 'Bad Behavior', 'wp-super-cache' ); ?></h4>
|
62 |
+
<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
|
63 |
+
<label><input type="radio" name="cache_badbehaviour" value="1" <?php if( $cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
|
64 |
+
<label><input type="radio" name="cache_badbehaviour" value="0" <?php if( !$cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
|
65 |
+
<p><?php _e( '', 'wp-super-cache' ); ?></p><?php
|
66 |
+
echo '<p>' . sprintf( __( '(Only legacy 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 ) . '</p>';
|
67 |
+
if ($changed) {
|
68 |
+
if ( $cache_badbehaviour )
|
69 |
+
$status = __( "enabled" );
|
70 |
+
else
|
71 |
+
$status = __( "disabled" );
|
72 |
+
echo "<p><strong>" . sprintf( __( "Bad Behavior support is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
|
73 |
+
}
|
74 |
+
echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
|
75 |
wp_nonce_field('wp-cache');
|
76 |
+
?>
|
77 |
+
</form>
|
78 |
+
</fieldset>
|
79 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
if( $err )
|
81 |
echo "<p><strong>" . __( 'Warning!', 'wp-super-cache' ) . "</strong> $err</p>";
|
|
|
82 |
|
83 |
}
|
84 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' );
|
plugins/domain-mapping.php
CHANGED
@@ -44,25 +44,36 @@ function wp_supercache_domain_mapping_admin() {
|
|
44 |
$cache_domain_mapping = $cache_domain_mapping == '' ? '0' : $cache_domain_mapping;
|
45 |
|
46 |
if(isset($_POST['cache_domain_mapping']) && $valid_nonce) {
|
47 |
-
$cache_domain_mapping
|
|
|
|
|
|
|
|
|
|
|
48 |
wp_cache_replace_line('^ *\$cache_domain_mapping', "\$cache_domain_mapping = '$cache_domain_mapping';", $wp_cache_config_file);
|
49 |
}
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
wp_nonce_field('wp-cache');
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
}
|
57 |
-
echo '<strong>' . sprintf( __( '<a href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/">Domain Mapping</a> support plugin is %s', 'wp-super-cache' ), $status );
|
58 |
-
echo '.</strong> ' . __( '(support for multiple domains on multisite websites) ', 'wp-super-cache' );
|
59 |
-
if( $cache_domain_mapping == '0' ) {
|
60 |
-
echo '<input type="submit" name="cache_domain_mapping" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
|
61 |
-
} else {
|
62 |
-
echo '<input type="submit" name="cache_domain_mapping" value="' . __( 'Disable', 'wp-super-cache' ) . '" />';
|
63 |
-
}
|
64 |
-
echo "</form></li>\n";
|
65 |
-
|
66 |
}
|
67 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_domain_mapping_admin' );
|
68 |
|
44 |
$cache_domain_mapping = $cache_domain_mapping == '' ? '0' : $cache_domain_mapping;
|
45 |
|
46 |
if(isset($_POST['cache_domain_mapping']) && $valid_nonce) {
|
47 |
+
if ( $cache_domain_mapping == (int)$_POST['cache_domain_mapping'] ) {
|
48 |
+
$changed = false;
|
49 |
+
} else {
|
50 |
+
$changed = true;
|
51 |
+
}
|
52 |
+
$cache_domain_mapping = (int)$_POST['cache_domain_mapping'];
|
53 |
wp_cache_replace_line('^ *\$cache_domain_mapping', "\$cache_domain_mapping = '$cache_domain_mapping';", $wp_cache_config_file);
|
54 |
}
|
55 |
+
$id = 'domain_mapping-section';
|
56 |
+
?>
|
57 |
+
<fieldset id="<?php echo $id; ?>" class="options">
|
58 |
+
<h4><?php _e( 'Domain Mapping', 'wp-super-cache' ); ?></h4>
|
59 |
+
<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
|
60 |
+
<label><input type="radio" name="cache_domain_mapping" value="1" <?php if( $cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
|
61 |
+
<label><input type="radio" name="cache_domain_mapping" value="0" <?php if( !$cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
|
62 |
+
<p><?php _e( '', 'wp-super-cache' ); ?></p><?php
|
63 |
+
echo '<p>' . __( 'Provides support for <a href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/">Domain Mapping</a> plugin to map multiple domains to a blog.', 'wp-super-cache' ) . '</p>';
|
64 |
+
if ($changed) {
|
65 |
+
if ( $cache_domain_mapping )
|
66 |
+
$status = __( "enabled" );
|
67 |
+
else
|
68 |
+
$status = __( "disabled" );
|
69 |
+
echo "<p><strong>" . sprintf( __( "Domain Mapping support is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
|
70 |
+
}
|
71 |
+
echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
|
72 |
wp_nonce_field('wp-cache');
|
73 |
+
?>
|
74 |
+
</form>
|
75 |
+
</fieldset>
|
76 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
add_cacheaction( 'cache_admin_page', 'wp_supercache_domain_mapping_admin' );
|
79 |
|
plugins/searchengine.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
function wp_supercache_searchengine( $string ) {
|
3 |
global $passingthrough, $nevershowads, $cache_no_adverts_for_friends;
|
4 |
|
5 |
-
if( $cache_no_adverts_for_friends != 'yes' )
|
6 |
return $string;
|
7 |
|
8 |
if( $string != '' )
|
2 |
function wp_supercache_searchengine( $string ) {
|
3 |
global $passingthrough, $nevershowads, $cache_no_adverts_for_friends;
|
4 |
|
5 |
+
if( $cache_no_adverts_for_friends != 'yes' && $cache_no_adverts_for_friends != '1' )
|
6 |
return $string;
|
7 |
|
8 |
if( $string != '' )
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 3.0.1
|
5 |
-
Stable tag: 0.9.9.
|
6 |
Requires at least: 2.9.2
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
@@ -36,6 +36,7 @@ Advanced users will probably want to use mod_rewrite caching, but PHP caching is
|
|
36 |
2. Compress pages.
|
37 |
3. Don't cache pages for known users.
|
38 |
4. Cache rebuild.
|
|
|
39 |
|
40 |
Garbage collection is the act of cleaning up cache files that are out of date and stale. There's no correct value for the expiry time but a good starting point is 1800 seconds if you're not using legacy mode. If you are using that mode start with an expiry time of 600 seconds.
|
41 |
|
@@ -48,6 +49,8 @@ See the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) for further
|
|
48 |
|
49 |
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.
|
50 |
|
|
|
|
|
51 |
== Upgrade Notice ==
|
52 |
|
53 |
= 0.9.9.6 =
|
@@ -146,7 +149,6 @@ Fixed problem serving cached files with PHP, added support for 304 "file not mod
|
|
146 |
* Fixed problem with PHP safe_mode detection.
|
147 |
* Various bugfixes and documentation updates. See Changelog.txt
|
148 |
|
149 |
-
|
150 |
= 0.9.6.1 =
|
151 |
* Move "not logged in" message init below check for POST.
|
152 |
* Add is_admin() check so plugin definitely can't cache the backend.
|
@@ -180,7 +182,7 @@ Fixed problem serving cached files with PHP, added support for 304 "file not mod
|
|
180 |
1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
|
181 |
2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
|
182 |
3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
|
183 |
-
4. If you are using WordPress MU
|
184 |
5. WordPress users should go to their Plugins page and activate "WP Super Cache".
|
185 |
6. Now go to Settings->WP Super Cache and enable caching. If you see an error message or a blank screen see the "FAQ" section later in this readme for instructions.
|
186 |
7. If you choose "Mod Rewrite caching", mod_rewrite rules will be inserted into your .htaccess file. Look in your web root directory for this file. It should look similar to this:
|
@@ -241,15 +243,9 @@ Fixed problem serving cached files with PHP, added support for 304 "file not mod
|
|
241 |
|
242 |
== How to uninstall WP Super Cache ==
|
243 |
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
`define( 'UNINSTALL_WPSUPERCACHE', '1' );`
|
248 |
-
|
249 |
-
Open your browser and load wp-content/plugins/wp-super-cache/uninstall.php directly.
|
250 |
-
You must be logged in, and you must confirm the action. If you do not delete the plugin
|
251 |
-
immediately, after the script runs, please comment out the define() above to stop
|
252 |
-
someone else running it.
|
253 |
|
254 |
To manually uninstall:
|
255 |
|
@@ -276,7 +272,7 @@ If the plugin rules are missing from your .htaccess file, the plugin will attemp
|
|
276 |
|
277 |
= WP-Cache vs Supercache files =
|
278 |
|
279 |
-
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.
|
280 |
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.
|
281 |
|
282 |
= Why is WP-Super-Cache better than WP-Cache? =
|
@@ -295,13 +291,28 @@ No, it will do the opposite. Super Cache files are compressed and stored that wa
|
|
295 |
|
296 |
WP Super Cache retains the dynamic loading code of WP Cache but only works in legacy caching mode.
|
297 |
|
298 |
-
There are
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
|
300 |
`<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
|
301 |
<?php function_name( 'parameter', 'another_parameter' ) ?>
|
302 |
<!--/mfunc-->`
|
303 |
|
304 |
-
|
305 |
|
306 |
`<!--mclude file.php-->
|
307 |
<?php include_once( ABSPATH . 'file.php' ); ?>
|
@@ -318,7 +329,7 @@ Example:
|
|
318 |
|
319 |
Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme.
|
320 |
|
321 |
-
= Why
|
322 |
|
323 |
This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the mfunc/mclude code described in the previous answer to update or display dynamic information.
|
324 |
|
@@ -399,6 +410,15 @@ If that doesn't work, add this line to your wp-config.php:
|
|
399 |
|
400 |
`ini_set('zlib.output_compression', 0);`
|
401 |
22. The "white screen of death" or a blank page when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
|
403 |
== Custom Caching ==
|
404 |
It is now possible to hook into the caching process using the add_cacheaction() function.
|
@@ -433,6 +453,6 @@ Translators who did a great job converting the text of the plugin to their nativ
|
|
433 |
* [tomchen1989](http://emule-fans.com/) (Simplified Chinese)
|
434 |
* Tai (Japanese)
|
435 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
436 |
-
* [Pseric](http://pseric.com/) (Traditional Chinese)
|
437 |
* [Ma�tre M�](http://maitremo.fr/) (French)
|
438 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 3.0.1
|
5 |
+
Stable tag: 0.9.9.7
|
6 |
Requires at least: 2.9.2
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
36 |
2. Compress pages.
|
37 |
3. Don't cache pages for known users.
|
38 |
4. Cache rebuild.
|
39 |
+
5. CDN support.
|
40 |
|
41 |
Garbage collection is the act of cleaning up cache files that are out of date and stale. There's no correct value for the expiry time but a good starting point is 1800 seconds if you're not using legacy mode. If you are using that mode start with an expiry time of 600 seconds.
|
42 |
|
49 |
|
50 |
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.
|
51 |
|
52 |
+
Interested in translating WP Super Cache to your language? Grab the [development version](http://downloads.wordpress.org/plugin/wp-super-cache.zip) where you will find an up to date wp-super-cache.pot. Send any translation files to donncha @ ocaoimh.ie and thank you!
|
53 |
+
|
54 |
== Upgrade Notice ==
|
55 |
|
56 |
= 0.9.9.6 =
|
149 |
* Fixed problem with PHP safe_mode detection.
|
150 |
* Various bugfixes and documentation updates. See Changelog.txt
|
151 |
|
|
|
152 |
= 0.9.6.1 =
|
153 |
* Move "not logged in" message init below check for POST.
|
154 |
* Add is_admin() check so plugin definitely can't cache the backend.
|
182 |
1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
|
183 |
2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
|
184 |
3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
|
185 |
+
4. If you are using WordPress MU or WordPress Multisite you can install the plugin in the ordinary plugins folder and activate it "network wide".
|
186 |
5. WordPress users should go to their Plugins page and activate "WP Super Cache".
|
187 |
6. Now go to Settings->WP Super Cache and enable caching. If you see an error message or a blank screen see the "FAQ" section later in this readme for instructions.
|
188 |
7. If you choose "Mod Rewrite caching", mod_rewrite rules will be inserted into your .htaccess file. Look in your web root directory for this file. It should look similar to this:
|
243 |
|
244 |
== How to uninstall WP Super Cache ==
|
245 |
|
246 |
+
Copy uninstall.php from where you have WP Super Cache installed to where your site is installed. The file wp-load.php is in this directory. Open your browser and load uninstall.php directly.
|
247 |
+
You must be logged in to uninstall the plugin and there's one final step after the script runs. You have to remove the WP_CACHE define from your wp-config.php.
|
248 |
+
After runing the script please delete it as it's not safe to leaving unused code around.
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
|
250 |
To manually uninstall:
|
251 |
|
272 |
|
273 |
= WP-Cache vs Supercache files =
|
274 |
|
275 |
+
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. These files are generated by the "legacy caching" code in the plugin.
|
276 |
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.
|
277 |
|
278 |
= Why is WP-Super-Cache better than WP-Cache? =
|
291 |
|
292 |
WP Super Cache retains the dynamic loading code of WP Cache but only works in legacy caching mode.
|
293 |
|
294 |
+
There are a few ways to do this, you can have functions that stay dynamic or you can include other files on every page load. To execute PHP code on every page load you can use either the "dynamic-cached-content", "mfunc", or "mclude" tags. The "dynamic-cached-content" tag is easier to use but the other tags can still be used. Make sure you duplicate the PHP code when using these tags. The first code is executed when the page is cached, while the second chunk of code is executed when the cached page is served to the next visitor.
|
295 |
+
To execute WordPress functions you must define $wp_super_cache_late_init in your config file.
|
296 |
+
|
297 |
+
1. This code will include the file adverts.php and will execute the functions "print_sidebar_ad()" and "do_more_stuff()". Make sure there's no space before or after the PHP tags.
|
298 |
+
|
299 |
+
`<!--dynamic-cached-content--><?php
|
300 |
+
include_once( ABSPATH . '/scripts/adverts.php' );
|
301 |
+
print_sidebar_ad();
|
302 |
+
do_more_stuff();
|
303 |
+
?><!--
|
304 |
+
include_once( ABSPATH . '/scripts/adverts.php' );
|
305 |
+
print_sidebar_ad();
|
306 |
+
do_more_stuff();
|
307 |
+
--><!--/dynamic-cached-content-->`
|
308 |
+
|
309 |
+
2. To execute the function "function_name()":
|
310 |
|
311 |
`<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
|
312 |
<?php function_name( 'parameter', 'another_parameter' ) ?>
|
313 |
<!--/mfunc-->`
|
314 |
|
315 |
+
3. To include another file:
|
316 |
|
317 |
`<!--mclude file.php-->
|
318 |
<?php include_once( ABSPATH . 'file.php' ); ?>
|
329 |
|
330 |
Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme.
|
331 |
|
332 |
+
= Why don't WP UserOnline, Popularity Contest, WP Postratings or plugin X not work or update on my blog now? =
|
333 |
|
334 |
This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the mfunc/mclude code described in the previous answer to update or display dynamic information.
|
335 |
|
410 |
|
411 |
`ini_set('zlib.output_compression', 0);`
|
412 |
22. The "white screen of death" or a blank page when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
|
413 |
+
23. After uninstalling, your permalinks may break if you remove the WordPress mod_rewrite rules too. Regenerate those rules by visiting the Settings->Permalink page and saving that form again.
|
414 |
+
|
415 |
+
== CDN ==
|
416 |
+
|
417 |
+
A Content Delivery Network (CDN) is usually a network of computers situated around the world that will serve the content of your website faster by using servers close to you. Static files like images, Javascript and CSS files can be served through these networks to speed up how fast your site loads. You can also create a "poor man's CDN" by using a sub domain of your domain to serve static files too.
|
418 |
+
|
419 |
+
[OSSDL CDN off-linker](http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/) has been integrated into WP Super Cache to provide basic CDN support. It works by rewriting the URLs of files (excluding .php files) in wp-content and wp-includes on your server so they point at a different hostname. Many CDNs support [origin pull](http://www.google.com/search?hl=en&q=%22origin+pull%22). This means the CDN will download the file automatically from your server when it's first requested, and will continue to serve it for a configurable length of time before downloading it again from your server.
|
420 |
+
|
421 |
+
Configure this on the "CDN" tab of the plugin settings page. This is an advanced technique and requires a basic understanding of how your webserver or CDNs work. Please be sure to clear the file cache after you configure the CDN.
|
422 |
|
423 |
== Custom Caching ==
|
424 |
It is now possible to hook into the caching process using the add_cacheaction() function.
|
453 |
* [tomchen1989](http://emule-fans.com/) (Simplified Chinese)
|
454 |
* Tai (Japanese)
|
455 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
456 |
+
* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
|
457 |
* [Ma�tre M�](http://maitremo.fr/) (French)
|
458 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
uninstall.php
CHANGED
@@ -5,7 +5,10 @@
|
|
5 |
<body>
|
6 |
<?php
|
7 |
/** Include the bootstrap for setting up WordPress environment */
|
8 |
-
|
|
|
|
|
|
|
9 |
|
10 |
if ( !is_user_logged_in() )
|
11 |
wp_die( 'You must be logged in to run this script.' );
|
@@ -13,18 +16,32 @@ if ( !is_user_logged_in() )
|
|
13 |
if ( !current_user_can( 'install_plugins' ) )
|
14 |
wp_die( 'You do not have permission to run this script.' );
|
15 |
|
16 |
-
if ( defined( 'UNINSTALL_WPSUPERCACHE' ) )
|
17 |
-
wp_die( 'UNINSTALL_WPSUPERCACHE set somewhere else! It must only be set in uninstall.php' );
|
18 |
-
|
19 |
-
define( 'UNINSTALL_WPSUPERCACHE', '' );
|
20 |
-
|
21 |
-
if ( !defined( 'UNINSTALL_WPSUPERCACHE' ) || constant( 'UNINSTALL_WPSUPERCACHE' ) == '' )
|
22 |
-
wp_die( 'UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php' );
|
23 |
-
|
24 |
?>
|
25 |
<p>This script will uninstall the files and directories created by <a href='http://ocaoimh.ie/wp-super-cache/'>WP Super Cache</a>.</p>
|
26 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
if ( $_POST[ 'uninstall' ] ) {
|
|
|
28 |
$plugins = (array)get_option( 'active_plugins' );
|
29 |
$key = array_search( 'wp-super-cache/wp-cache.php', $plugins );
|
30 |
if ( $key !== false ) {
|
@@ -38,15 +55,26 @@ if ( $_POST[ 'uninstall' ] ) {
|
|
38 |
echo "Removing " . WP_CONTENT_DIR . "/cache/ :";
|
39 |
uninstall_supercache( WP_CONTENT_DIR . '/cache' );
|
40 |
echo " <strong>DONE</strong><br />";
|
|
|
41 |
echo "Removing " . WP_CONTENT_DIR . "/advanced-cache.php :";
|
42 |
-
@unlink( WP_CONTENT_DIR . "/advanced-cache.php" )
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
echo "Removing " . WP_CONTENT_DIR . "/wp-cache-config.php :";
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
echo "<p>Make sure you remove the following line from " . ABSPATH . "wp-config.php too.</p>";
|
48 |
echo "<blockquote><code>define('WP_CACHE', true);</code></blockquote>";
|
49 |
-
echo "<p><strong>Please comment out the UNINSTALL_WPSUPERCACHE <em>define()</em> in this file!</strong></p>";
|
50 |
wp_mail( $current_user->user_email, 'WP Super Cache Uninstalled', '' );
|
51 |
} else {
|
52 |
?>
|
@@ -57,32 +85,13 @@ if ( $_POST[ 'uninstall' ] ) {
|
|
57 |
<li> <?php echo WP_CONTENT_DIR . "/wp-cache-config.php"; ?></li>
|
58 |
<li> <?php echo WP_CONTENT_DIR . '/cache'; ?></li>
|
59 |
</ol>
|
|
|
60 |
<input type='hidden' name='uninstall' value='1' />
|
61 |
<input type='submit' value='UNINSTALL' />
|
62 |
</form>
|
63 |
<?php
|
64 |
}
|
65 |
|
66 |
-
function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
|
67 |
-
if ( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
|
68 |
-
return false;
|
69 |
-
if ( @is_dir ( $folderPath ) ) {
|
70 |
-
$dh = @opendir($folderPath);
|
71 |
-
while( false !== ( $value = @readdir( $dh ) ) ) {
|
72 |
-
if ( $value != "." && $value != ".." ) {
|
73 |
-
$value = $folderPath . "/" . $value;
|
74 |
-
if ( @is_dir ( $value ) ) {
|
75 |
-
uninstall_supercache( $value );
|
76 |
-
} else {
|
77 |
-
@unlink( $value );
|
78 |
-
}
|
79 |
-
}
|
80 |
-
}
|
81 |
-
return @rmdir( $folderPath );
|
82 |
-
} else {
|
83 |
-
return false;
|
84 |
-
}
|
85 |
-
}
|
86 |
?>
|
87 |
</body>
|
88 |
</html>
|
5 |
<body>
|
6 |
<?php
|
7 |
/** Include the bootstrap for setting up WordPress environment */
|
8 |
+
if ( false == file_exists( './wp-load.php' ) ) {
|
9 |
+
die( 'This file must be copied into the same directory where WordPress is installed. The file wp-load.php is in this directory' );
|
10 |
+
}
|
11 |
+
include( './wp-load.php' );
|
12 |
|
13 |
if ( !is_user_logged_in() )
|
14 |
wp_die( 'You must be logged in to run this script.' );
|
16 |
if ( !current_user_can( 'install_plugins' ) )
|
17 |
wp_die( 'You do not have permission to run this script.' );
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
?>
|
20 |
<p>This script will uninstall the files and directories created by <a href='http://ocaoimh.ie/wp-super-cache/'>WP Super Cache</a>.</p>
|
21 |
<?php
|
22 |
+
function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
|
23 |
+
if ( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
|
24 |
+
return false;
|
25 |
+
if ( @is_dir ( $folderPath ) ) {
|
26 |
+
$dh = @opendir($folderPath);
|
27 |
+
while( false !== ( $value = @readdir( $dh ) ) ) {
|
28 |
+
if ( $value != "." && $value != ".." ) {
|
29 |
+
$value = $folderPath . "/" . $value;
|
30 |
+
if ( @is_dir ( $value ) ) {
|
31 |
+
uninstall_supercache( $value );
|
32 |
+
} else {
|
33 |
+
@unlink( $value );
|
34 |
+
}
|
35 |
+
}
|
36 |
+
}
|
37 |
+
return @rmdir( $folderPath );
|
38 |
+
} else {
|
39 |
+
return false;
|
40 |
+
}
|
41 |
+
}
|
42 |
+
|
43 |
if ( $_POST[ 'uninstall' ] ) {
|
44 |
+
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce( $_REQUEST['_wpnonce'], 'wp-cache' . $current_user->ID ) : false;
|
45 |
$plugins = (array)get_option( 'active_plugins' );
|
46 |
$key = array_search( 'wp-super-cache/wp-cache.php', $plugins );
|
47 |
if ( $key !== false ) {
|
55 |
echo "Removing " . WP_CONTENT_DIR . "/cache/ :";
|
56 |
uninstall_supercache( WP_CONTENT_DIR . '/cache' );
|
57 |
echo " <strong>DONE</strong><br />";
|
58 |
+
$permission_problem = false;
|
59 |
echo "Removing " . WP_CONTENT_DIR . "/advanced-cache.php :";
|
60 |
+
if ( false == @unlink( WP_CONTENT_DIR . "/advanced-cache.php" ) ) {
|
61 |
+
$permission_problem = true;
|
62 |
+
echo " <strong>FAILED</strong><br />";
|
63 |
+
} else {
|
64 |
+
echo " <strong>DONE</strong><br />";
|
65 |
+
}
|
66 |
echo "Removing " . WP_CONTENT_DIR . "/wp-cache-config.php :";
|
67 |
+
if ( false == unlink( WP_CONTENT_DIR . "/wp-cache-config.php" ) ) {
|
68 |
+
$permission_problem = true;
|
69 |
+
echo " <strong>FAILED</strong><br />";
|
70 |
+
} else {
|
71 |
+
echo " <strong>DONE</strong><br />";
|
72 |
+
}
|
73 |
+
if ( $permission_problem ) {
|
74 |
+
wp_die( "One or more files could not be deleted. " . WP_CONTENT_DIR . " must be made writeable:<br /><code>chmod 777 " . WP_CONTENT_DIR . "</code><br /><br /> and don't forgot to fix things later:<br /><code>chmod 755 " . WP_CONTENT_DIR . "</code><br /><br />" );
|
75 |
+
}
|
76 |
echo "<p>Make sure you remove the following line from " . ABSPATH . "wp-config.php too.</p>";
|
77 |
echo "<blockquote><code>define('WP_CACHE', true);</code></blockquote>";
|
|
|
78 |
wp_mail( $current_user->user_email, 'WP Super Cache Uninstalled', '' );
|
79 |
} else {
|
80 |
?>
|
85 |
<li> <?php echo WP_CONTENT_DIR . "/wp-cache-config.php"; ?></li>
|
86 |
<li> <?php echo WP_CONTENT_DIR . '/cache'; ?></li>
|
87 |
</ol>
|
88 |
+
<?php wp_nonce_field( 'wp-cache' . $current_user->ID ); ?>
|
89 |
<input type='hidden' name='uninstall' value='1' />
|
90 |
<input type='submit' value='UNINSTALL' />
|
91 |
</form>
|
92 |
<?php
|
93 |
}
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
?>
|
96 |
</body>
|
97 |
</html>
|
wp-cache-phase1.php
CHANGED
@@ -327,6 +327,10 @@ function add_cacheaction( $action, $func ) {
|
|
327 |
|
328 |
function do_cacheaction( $action, $value = '' ) {
|
329 |
global $wp_supercache_actions;
|
|
|
|
|
|
|
|
|
330 |
if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
|
331 |
$actions = $wp_supercache_actions[ $action ];
|
332 |
foreach( $actions as $func ) {
|
327 |
|
328 |
function do_cacheaction( $action, $value = '' ) {
|
329 |
global $wp_supercache_actions;
|
330 |
+
|
331 |
+
if ( isset( $wp_supercache_actions ) && false == is_array( $wp_supercache_actions ) )
|
332 |
+
return $value;
|
333 |
+
|
334 |
if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
|
335 |
$actions = $wp_supercache_actions[ $action ];
|
336 |
foreach( $actions as $func ) {
|
wp-cache-phase2.php
CHANGED
@@ -247,6 +247,7 @@ function wp_cache_writers_exit() {
|
|
247 |
|
248 |
function wp_cache_ob_callback( $buffer ) {
|
249 |
global $wp_cache_pages;
|
|
|
250 |
if( defined( 'DONOTCACHEPAGE' ) ) {
|
251 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'DONOTCACHEPAGE defined. Caching disabled.', 2 );
|
252 |
return $buffer;
|
@@ -354,8 +355,10 @@ function wp_cache_get_ob(&$buffer) {
|
|
354 |
return $buffer;
|
355 |
}
|
356 |
|
|
|
|
|
357 |
$dir = get_current_url_supercache_dir();
|
358 |
-
$supercachedir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '', $
|
359 |
if( !empty( $_GET ) || is_feed() || ( $super_cache_enabled == true && is_dir( substr( $supercachedir, 0, -1 ) . '.disabled' ) ) ) {
|
360 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Supercache disabled: GET or feed detected or disabled by config.", 2 );
|
361 |
$super_cache_enabled = false;
|
@@ -399,36 +402,37 @@ function wp_cache_get_ob(&$buffer) {
|
|
399 |
return $buffer;
|
400 |
}
|
401 |
}
|
402 |
-
}
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
@fclose( $fr );
|
418 |
-
@unlink( $tmp_wpcache_filename );
|
419 |
-
wp_cache_writers_exit();
|
420 |
-
return $buffer;
|
421 |
-
} elseif ( $cache_compression ) {
|
422 |
-
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
423 |
-
if (!$gz) {
|
424 |
-
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 );
|
425 |
-
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
|
426 |
@fclose( $fr );
|
427 |
@unlink( $tmp_wpcache_filename );
|
428 |
-
@fclose( $fr2 );
|
429 |
-
@unlink( $tmp_cache_filename );
|
430 |
wp_cache_writers_exit();
|
431 |
return $buffer;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
}
|
433 |
}
|
434 |
}
|
@@ -437,19 +441,24 @@ function wp_cache_get_ob(&$buffer) {
|
|
437 |
|
438 |
$added_cache = 0;
|
439 |
$oc_key = get_oc_key();
|
440 |
-
if ( preg_match('/<!--mclude|<!--mfunc
|
441 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
|
442 |
-
$store = preg_replace('|<!--mclude (.*?)-->(.*?)<!--/mclude-->|is',
|
443 |
"<!--mclude-->\n<?php include_once('" . ABSPATH . "$1'); ?>\n<!--/mclude-->", $buffer);
|
444 |
-
$store = preg_replace('|<!--mfunc (.*?)-->(.*?)<!--/mfunc-->|is',
|
445 |
"<!--mfunc-->\n<?php $1 ;?>\n<!--/mfunc-->", $store);
|
|
|
|
|
446 |
$wp_cache_meta[ 'dynamic' ] = true;
|
447 |
/* Clean function calls in tag */
|
448 |
$buffer = preg_replace('|<!--mclude (.*?)-->|is', '<!--mclude-->', $buffer);
|
449 |
$buffer = preg_replace('|<!--mfunc (.*?)-->|is', '<!--mfunc-->', $buffer);
|
|
|
|
|
450 |
$store = apply_filters( 'wpsupercache_buffer', $store );
|
451 |
// Append WP Super Cache or Live page comment tag
|
452 |
wp_cache_append_tag($buffer);
|
|
|
453 |
global $wp_super_cache_late_init;
|
454 |
if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
|
455 |
$buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
|
@@ -458,7 +467,7 @@ function wp_cache_get_ob(&$buffer) {
|
|
458 |
if( $fr )
|
459 |
fputs($fr, $store);
|
460 |
} else {
|
461 |
-
wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
|
462 |
}
|
463 |
} else {
|
464 |
$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
|
@@ -466,7 +475,7 @@ function wp_cache_get_ob(&$buffer) {
|
|
466 |
wp_cache_append_tag($buffer);
|
467 |
if( $gz || $wp_cache_gzip_encoding ) {
|
468 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
|
469 |
-
$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->",
|
470 |
$gzsize = strlen($gzdata);
|
471 |
}
|
472 |
if ($wp_cache_gzip_encoding) {
|
@@ -524,7 +533,11 @@ function wp_cache_get_ob(&$buffer) {
|
|
524 |
}
|
525 |
if( $fr2 ) {
|
526 |
fclose($fr2);
|
527 |
-
if (
|
|
|
|
|
|
|
|
|
528 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_cache_filename was empty. Did not rename to {$cache_fname}", 5 );
|
529 |
@unlink( $tmp_cache_filename );
|
530 |
} else {
|
247 |
|
248 |
function wp_cache_ob_callback( $buffer ) {
|
249 |
global $wp_cache_pages;
|
250 |
+
$buffer = apply_filters( 'wp_cache_ob_callback_filter', $buffer );
|
251 |
if( defined( 'DONOTCACHEPAGE' ) ) {
|
252 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'DONOTCACHEPAGE defined. Caching disabled.', 2 );
|
253 |
return $buffer;
|
355 |
return $buffer;
|
356 |
}
|
357 |
|
358 |
+
$home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
|
359 |
+
|
360 |
$dir = get_current_url_supercache_dir();
|
361 |
+
$supercachedir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '', $home_url[ 'host' ]);
|
362 |
if( !empty( $_GET ) || is_feed() || ( $super_cache_enabled == true && is_dir( substr( $supercachedir, 0, -1 ) . '.disabled' ) ) ) {
|
363 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Supercache disabled: GET or feed detected or disabled by config.", 2 );
|
364 |
$super_cache_enabled = false;
|
402 |
return $buffer;
|
403 |
}
|
404 |
}
|
405 |
+
} else {
|
406 |
+
$user_info = wp_cache_get_cookies_values();
|
407 |
+
$do_cache = apply_filters( 'do_createsupercache', $user_info );
|
408 |
+
if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
|
409 |
+
|
410 |
+
if( @is_dir( $dir ) == false )
|
411 |
+
@wp_mkdir_p( $dir );
|
412 |
+
|
413 |
+
$cache_fname = "{$dir}index.html";
|
414 |
+
$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
|
415 |
+
if ( !@file_exists( $cache_fname ) || ( @file_exists( $cache_fname ) && ( time() - @filemtime( $cache_fname ) ) > 5 ) ) {
|
416 |
+
$fr2 = @fopen( $tmp_cache_filename, 'w' );
|
417 |
+
if (!$fr2) {
|
418 |
+
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 ), 1 );
|
419 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
420 |
@fclose( $fr );
|
421 |
@unlink( $tmp_wpcache_filename );
|
|
|
|
|
422 |
wp_cache_writers_exit();
|
423 |
return $buffer;
|
424 |
+
} elseif ( $cache_compression ) {
|
425 |
+
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
426 |
+
if (!$gz) {
|
427 |
+
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 );
|
428 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
|
429 |
+
@fclose( $fr );
|
430 |
+
@unlink( $tmp_wpcache_filename );
|
431 |
+
@fclose( $fr2 );
|
432 |
+
@unlink( $tmp_cache_filename );
|
433 |
+
wp_cache_writers_exit();
|
434 |
+
return $buffer;
|
435 |
+
}
|
436 |
}
|
437 |
}
|
438 |
}
|
441 |
|
442 |
$added_cache = 0;
|
443 |
$oc_key = get_oc_key();
|
444 |
+
if ( preg_match( '/<!--mclude|<!--mfunc|<!--dynamic-cached-content-->/', $buffer ) ) { //Dynamic content
|
445 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
|
446 |
+
$store = preg_replace('|<!--mclude (.*?)-->(.*?)<!--/mclude-->|is',
|
447 |
"<!--mclude-->\n<?php include_once('" . ABSPATH . "$1'); ?>\n<!--/mclude-->", $buffer);
|
448 |
+
$store = preg_replace('|<!--mfunc (.*?)-->(.*?)<!--/mfunc-->|is',
|
449 |
"<!--mfunc-->\n<?php $1 ;?>\n<!--/mfunc-->", $store);
|
450 |
+
$store = preg_replace('|<!--dynamic-cached-content-->(.*?)<!--(.*?)--><!--/dynamic-cached-content-->|is',
|
451 |
+
"<!--dynamic-cached-content-->\n<?php$2?>\n<!--/dynamic-cached-content-->", $store);
|
452 |
$wp_cache_meta[ 'dynamic' ] = true;
|
453 |
/* Clean function calls in tag */
|
454 |
$buffer = preg_replace('|<!--mclude (.*?)-->|is', '<!--mclude-->', $buffer);
|
455 |
$buffer = preg_replace('|<!--mfunc (.*?)-->|is', '<!--mfunc-->', $buffer);
|
456 |
+
$buffer = preg_replace('|<!--dynamic-cached-content-->(.*?)<!--(.*?)--><!--/dynamic-cached-content-->|is',
|
457 |
+
"<!--dynamic-cached-content-->$1<!--/dynamic-cached-content-->", $buffer);
|
458 |
$store = apply_filters( 'wpsupercache_buffer', $store );
|
459 |
// Append WP Super Cache or Live page comment tag
|
460 |
wp_cache_append_tag($buffer);
|
461 |
+
wp_cache_append_tag($store);
|
462 |
global $wp_super_cache_late_init;
|
463 |
if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
|
464 |
$buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
|
467 |
if( $fr )
|
468 |
fputs($fr, $store);
|
469 |
} else {
|
470 |
+
wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
|
471 |
}
|
472 |
} else {
|
473 |
$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
|
475 |
wp_cache_append_tag($buffer);
|
476 |
if( $gz || $wp_cache_gzip_encoding ) {
|
477 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
|
478 |
+
$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
|
479 |
$gzsize = strlen($gzdata);
|
480 |
}
|
481 |
if ($wp_cache_gzip_encoding) {
|
533 |
}
|
534 |
if( $fr2 ) {
|
535 |
fclose($fr2);
|
536 |
+
if ( $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( is_front_page() || is_home() ) ) {
|
537 |
+
wp_cache_writers_exit();
|
538 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
|
539 |
+
return $buffer;
|
540 |
+
} elseif ( filesize( $tmp_cache_filename ) == 0 ) {
|
541 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_cache_filename was empty. Did not rename to {$cache_fname}", 5 );
|
542 |
@unlink( $tmp_cache_filename );
|
543 |
} else {
|
wp-cache.php
CHANGED
@@ -3,13 +3,13 @@
|
|
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 |
*/
|
10 |
|
11 |
/* Copyright 2005-2006 Ricardo Galli Granada (email : gallir@uib.es)
|
12 |
-
Copyright 2007-
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
@@ -57,6 +57,10 @@ function wp_super_cache_text_domain() {
|
|
57 |
}
|
58 |
add_action( 'init', 'wp_super_cache_text_domain' );
|
59 |
|
|
|
|
|
|
|
|
|
60 |
// from legolas558 d0t users dot sf dot net at http://www.php.net/is_writable
|
61 |
function is_writeable_ACLSafe($path) {
|
62 |
|
@@ -126,13 +130,17 @@ function wp_cache_add_pages() {
|
|
126 |
add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
|
127 |
} elseif ( isset( $wpmu_version ) && wpsupercache_site_admin() ) {
|
128 |
add_submenu_page( 'wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
|
|
|
|
|
129 |
}
|
130 |
-
add_options_page('WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
|
131 |
}
|
132 |
add_action('admin_menu', 'wp_cache_add_pages');
|
133 |
|
134 |
function wp_cache_manager_error_checks() {
|
135 |
global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
|
|
|
|
|
|
|
136 |
|
137 |
if ( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) {
|
138 |
echo '<div id="message" class="updated fade"><h3>' . __( 'Warning! PHP Safe Mode Enabled!', 'wp-super-cache' ) . '</h3><p>' .
|
@@ -287,7 +295,11 @@ function wp_cache_manager_error_checks() {
|
|
287 |
add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
|
288 |
|
289 |
function wp_cache_manager_updates() {
|
290 |
-
global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304;
|
|
|
|
|
|
|
|
|
291 |
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
|
292 |
if ( $valid_nonce == false )
|
293 |
return false;
|
@@ -307,6 +319,14 @@ function wp_cache_manager_updates() {
|
|
307 |
}
|
308 |
|
309 |
if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'scupdates' ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
if( isset( $_POST[ 'wp_supercache_304' ] ) ) {
|
311 |
$wp_supercache_304 = 1;
|
312 |
} else {
|
@@ -431,7 +451,10 @@ function wp_cache_manager() {
|
|
431 |
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
432 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
433 |
global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
|
434 |
-
global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304;
|
|
|
|
|
|
|
435 |
|
436 |
// used by mod_rewrite rules and config file
|
437 |
if ( function_exists( "cfmobi_default_browsers" ) ) {
|
@@ -507,7 +530,7 @@ jQuery(document).ready(function(){
|
|
507 |
$wp_cache_mod_rewrite = 1;
|
508 |
}
|
509 |
|
510 |
-
if ( !isset( $_GET[ 'tab' ] ) && ( $wp_cache_mod_rewrite || $super_cache_enabled == false ) ) {
|
511 |
$_GET[ 'tab' ] = 'settings';
|
512 |
echo '<div id="message" class="updated fade"><p>' . __( 'Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default.', 'wp-super-cache' ) . '</p></div>';
|
513 |
}
|
@@ -535,6 +558,9 @@ jQuery(document).ready(function(){
|
|
535 |
|
536 |
?> <table><td valign='top'><?php
|
537 |
switch( $_GET[ 'tab' ] ) {
|
|
|
|
|
|
|
538 |
case "tester":
|
539 |
if ( !$cache_enabled )
|
540 |
wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
|
@@ -635,7 +661,9 @@ jQuery(document).ready(function(){
|
|
635 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
636 |
wp_unschedule_event( $next_preload, 'wp_cache_preload_hook' );
|
637 |
}
|
638 |
-
|
|
|
|
|
639 |
} elseif ( isset( $_POST[ 'custom_preload_interval' ] ) && ( $_POST[ 'custom_preload_interval' ] == 0 || $_POST[ 'custom_preload_interval' ] >= $min_refresh_interval ) ) {
|
640 |
// if preload interval changes than unschedule any preload jobs and schedule any new one.
|
641 |
$_POST[ 'custom_preload_interval' ] = (int)$_POST[ 'custom_preload_interval' ];
|
@@ -673,10 +701,12 @@ jQuery(document).ready(function(){
|
|
673 |
}
|
674 |
wp_cache_replace_line('^ *\$wp_cache_preload_on', "\$wp_cache_preload_on = $wp_cache_preload_on;", $wp_cache_config_file);
|
675 |
if ( isset( $_POST[ 'preload' ] ) && $_POST[ 'preload' ] == __( 'Preload Cache Now', 'wp-super-cache' ) ) {
|
|
|
676 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
677 |
wp_schedule_single_event( time() + 10, 'wp_cache_preload_hook' );
|
678 |
echo "<p><strong>" . __( 'Scheduled preloading of cache in 10 seconds.' ) . "</strong></p>";
|
679 |
} elseif ( (int)$_POST[ 'custom_preload_interval' ] ) {
|
|
|
680 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
681 |
wp_schedule_single_event( time() + ( (int)$_POST[ 'custom_preload_interval' ] * 60 ), 'wp_cache_full_preload_hook' );
|
682 |
echo "<p><strong>" . sprintf( __( 'Scheduled preloading of cache in %d minutes', 'wp-super-cache' ), (int)$_POST[ 'custom_preload_interval' ] ) . "</strong></p>";
|
@@ -690,8 +720,8 @@ jQuery(document).ready(function(){
|
|
690 |
echo '<input type="hidden" name="action" value="preload" />';
|
691 |
echo '<input type="hidden" name="page" value="wpsupercache" />';
|
692 |
echo '<p>' . sprintf( __( 'Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)', 'wp-super-cache' ), "<input type='text' size=4 name='custom_preload_interval' value='" . (int)$wp_cache_preload_interval . "' />", $min_refresh_interval ) . '</p>';
|
693 |
-
if ( $count >
|
694 |
-
$step = (int)( $count /
|
695 |
|
696 |
$select = "<select name='posts_to_cache' size=1>";
|
697 |
$select .= "<option value='all' ";
|
@@ -747,8 +777,12 @@ jQuery(document).ready(function(){
|
|
747 |
if ( isset( $preload_counter[ 'first' ] ) ) // converted from int to array
|
748 |
update_option( 'preload_cache_counter', array( 'c' => $preload_counter[ 'c' ], 't' => time() ) );
|
749 |
if ( is_array( $preload_counter ) && $preload_counter[ 'c' ] > 0 ) {
|
750 |
-
echo '<p><strong>' . sprintf( __( 'Currently caching from post %d to %d.', 'wp-super-cache' ), $preload_counter[ 'c' ],
|
751 |
$currently_preloading = true;
|
|
|
|
|
|
|
|
|
752 |
}
|
753 |
echo '<div class="submit"><input type="submit" name="preload" value="' . __( 'Update Settings', 'wp-super-cache' ) . '" /> <input type="submit" name="preload" value="' . __( 'Preload Cache Now', 'wp-super-cache' ) . '" />';
|
754 |
if ( $currently_preloading ) {
|
@@ -781,7 +815,7 @@ jQuery(document).ready(function(){
|
|
781 |
<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled ) echo "checked"; ?> value='1'> <?php printf( __( 'Use mod_rewrite to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
782 |
<label><input type='radio' name='super_cache_enabled' <?php if( $wp_cache_mod_rewrite == 0 ) echo "checked"; ?> value='2'> <?php printf( __( 'Use PHP to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); ?></label><br />
|
783 |
<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled == false ) echo "checked"; ?> value='0'> <?php _e( 'Legacy page caching.', 'wp-super-cache' ); ?></label><br />
|
784 |
-
<em><?php _e( 'Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should
|
785 |
</legend>
|
786 |
</fieldset>
|
787 |
</td>
|
@@ -792,8 +826,12 @@ jQuery(document).ready(function(){
|
|
792 |
<fieldset>
|
793 |
<legend class="hidden">Miscellaneous</legend>
|
794 |
<?php if ( false == defined( 'WPSC_DISABLE_COMPRESSION' ) ) { ?>
|
795 |
-
|
796 |
-
|
|
|
|
|
|
|
|
|
797 |
<?php } ?>
|
798 |
<?php if ( 0 == $wp_cache_mod_rewrite ) { ?>
|
799 |
<label><input type='checkbox' name='wp_supercache_304' <?php if( $wp_supercache_304 ) echo "checked"; ?> value='1'> <?php _e( '304 Not Modified browser caching. Indicate when a page has not been modified since last requested.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
@@ -811,13 +849,14 @@ jQuery(document).ready(function(){
|
|
811 |
<td>
|
812 |
<fieldset>
|
813 |
<legend class="hidden">Advanced</legend>
|
814 |
-
<label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php
|
815 |
<label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
|
816 |
<label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
|
817 |
<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 on this page.', 'wp-super-cache' ); ?></label><br />
|
818 |
<?php if( false == defined( 'WPSC_DISABLE_LOCKING' ) ) { ?>
|
819 |
<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><br />
|
820 |
<?php } ?>
|
|
|
821 |
<?php if ( $_wp_using_ext_object_cache ) {
|
822 |
?><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><?php
|
823 |
}?>
|
@@ -877,11 +916,21 @@ jQuery(document).ready(function(){
|
|
877 |
if( $cache_enabled && !$wp_cache_mod_rewrite ) {
|
878 |
$scrules = trim( implode( "\n", extract_from_markers( trailingslashit( get_home_path() ) . '.htaccess', 'WPSuperCache' ) ) );
|
879 |
if ( $scrules != '' ) {
|
880 |
-
echo "<p><strong>" . __( 'Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules.
|
881 |
}
|
882 |
}
|
883 |
echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " »' /></div>";?>
|
884 |
-
</form
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
break;
|
886 |
}
|
887 |
|
@@ -899,6 +948,9 @@ jQuery(document).ready(function(){
|
|
899 |
<li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
|
900 |
<li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
|
901 |
</ol>
|
|
|
|
|
|
|
902 |
<?php
|
903 |
if ( isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
904 |
$start_date = get_option( 'wpsupercache_start' );
|
@@ -961,7 +1013,7 @@ function wpsc_admin_tabs( $current = 0 ) {
|
|
961 |
$current = 'easy';
|
962 |
}
|
963 |
}
|
964 |
-
$tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
|
965 |
$links = array();
|
966 |
foreach( $tabs as $tab => $name ) {
|
967 |
if ( $current == $tab ) {
|
@@ -2182,7 +2234,7 @@ function wp_cache_favorite_action( $actions ) {
|
|
2182 |
if ( function_exists('current_user_can') && !current_user_can('manage_options') )
|
2183 |
return $actions;
|
2184 |
|
2185 |
-
$actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
|
2186 |
|
2187 |
return $actions;
|
2188 |
}
|
@@ -2377,17 +2429,28 @@ function clear_post_supercache( $post_id ) {
|
|
2377 |
}
|
2378 |
|
2379 |
function wp_cron_preload_cache() {
|
2380 |
-
global $wpdb, $wp_cache_preload_interval, $wp_cache_preload_posts, $wp_cache_preload_email_me, $wp_cache_preload_email_volume;
|
2381 |
|
2382 |
if ( get_option( 'preload_cache_stop' ) ) {
|
2383 |
delete_option( 'preload_cache_stop' );
|
2384 |
return true;
|
2385 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2386 |
|
2387 |
$counter = get_option( 'preload_cache_counter' );
|
2388 |
$c = $counter[ 'c' ];
|
2389 |
if ( $wp_cache_preload_posts == 'all' || $c <= $wp_cache_preload_posts ) {
|
2390 |
-
$posts = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE post_status = 'publish' ORDER BY post_date DESC LIMIT $c, 100" );
|
2391 |
} else {
|
2392 |
$posts = false;
|
2393 |
}
|
@@ -2402,13 +2465,27 @@ function wp_cron_preload_cache() {
|
|
2402 |
wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing posts from %2$d to %3$d', 'wp-super-cache' ), site_url(), $c, ($c+100) ), '' );
|
2403 |
$msg = '';
|
2404 |
$count = $c + 1;
|
|
|
2405 |
foreach( $posts as $post_id ) {
|
2406 |
set_time_limit( 60 );
|
2407 |
clear_post_supercache( $post_id );
|
2408 |
$url = get_permalink( $post_id );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2409 |
$msg .= "$url\n";
|
2410 |
wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
|
2411 |
-
sleep(
|
2412 |
$count++;
|
2413 |
}
|
2414 |
if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
|
@@ -2434,6 +2511,7 @@ function wp_cron_preload_cache() {
|
|
2434 |
wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Cache Preload Completed', 'wp-super-cache' ), site_url() ), __( "Cleaning up old supercache files.", 'wp-super-cache' ) . "\n" . $msg );
|
2435 |
wp_cache_phase2_clean_expired( $file_prefix, true ); // force cleanup of old files.
|
2436 |
}
|
|
|
2437 |
}
|
2438 |
add_action( 'wp_cache_preload_hook', 'wp_cron_preload_cache' );
|
2439 |
add_action( 'wp_cache_full_preload_hook', 'wp_cron_preload_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
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
10 |
|
11 |
/* Copyright 2005-2006 Ricardo Galli Granada (email : gallir@uib.es)
|
12 |
+
Copyright 2007-2010 Donncha O Caoimh (http://ocaoimh.ie/) and many others.
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
57 |
}
|
58 |
add_action( 'init', 'wp_super_cache_text_domain' );
|
59 |
|
60 |
+
|
61 |
+
// OSSDL CDN plugin (http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/)
|
62 |
+
include_once( WPCACHEHOME . 'ossdl-cdn.php' );
|
63 |
+
|
64 |
// from legolas558 d0t users dot sf dot net at http://www.php.net/is_writable
|
65 |
function is_writeable_ACLSafe($path) {
|
66 |
|
130 |
add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
|
131 |
} elseif ( isset( $wpmu_version ) && wpsupercache_site_admin() ) {
|
132 |
add_submenu_page( 'wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
|
133 |
+
} else {
|
134 |
+
add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
|
135 |
}
|
|
|
136 |
}
|
137 |
add_action('admin_menu', 'wp_cache_add_pages');
|
138 |
|
139 |
function wp_cache_manager_error_checks() {
|
140 |
global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
|
141 |
+
|
142 |
+
if ( !wpsupercache_site_admin() )
|
143 |
+
return false;
|
144 |
|
145 |
if ( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) {
|
146 |
echo '<div id="message" class="updated fade"><h3>' . __( 'Warning! PHP Safe Mode Enabled!', 'wp-super-cache' ) . '</h3><p>' .
|
295 |
add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
|
296 |
|
297 |
function wp_cache_manager_updates() {
|
298 |
+
global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
|
299 |
+
|
300 |
+
if ( !wpsupercache_site_admin() )
|
301 |
+
return false;
|
302 |
+
|
303 |
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
|
304 |
if ( $valid_nonce == false )
|
305 |
return false;
|
319 |
}
|
320 |
|
321 |
if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'scupdates' ) {
|
322 |
+
|
323 |
+
if( isset( $_POST[ 'wp_super_cache_late_init' ] ) ) {
|
324 |
+
$wp_super_cache_late_init = 1;
|
325 |
+
} else {
|
326 |
+
$wp_super_cache_late_init = 0;
|
327 |
+
}
|
328 |
+
wp_cache_replace_line('^ *\$wp_super_cache_late_init', "\$wp_super_cache_late_init = " . $wp_super_cache_late_init . ";", $wp_cache_config_file);
|
329 |
+
|
330 |
if( isset( $_POST[ 'wp_supercache_304' ] ) ) {
|
331 |
$wp_supercache_304 = 1;
|
332 |
} else {
|
451 |
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
452 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
453 |
global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
|
454 |
+
global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
|
455 |
+
|
456 |
+
if ( !wpsupercache_site_admin() )
|
457 |
+
return false;
|
458 |
|
459 |
// used by mod_rewrite rules and config file
|
460 |
if ( function_exists( "cfmobi_default_browsers" ) ) {
|
530 |
$wp_cache_mod_rewrite = 1;
|
531 |
}
|
532 |
|
533 |
+
if ( !isset( $_GET[ 'tab' ] ) && $cache_enabled && ( $wp_cache_mod_rewrite || $super_cache_enabled == false ) ) {
|
534 |
$_GET[ 'tab' ] = 'settings';
|
535 |
echo '<div id="message" class="updated fade"><p>' . __( 'Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default.', 'wp-super-cache' ) . '</p></div>';
|
536 |
}
|
558 |
|
559 |
?> <table><td valign='top'><?php
|
560 |
switch( $_GET[ 'tab' ] ) {
|
561 |
+
case "cdn":
|
562 |
+
scossdl_off_options();
|
563 |
+
break;
|
564 |
case "tester":
|
565 |
if ( !$cache_enabled )
|
566 |
wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
|
661 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
662 |
wp_unschedule_event( $next_preload, 'wp_cache_preload_hook' );
|
663 |
}
|
664 |
+
$fp = @fopen( $cache_path . "stop_preload.txt", 'w' );
|
665 |
+
@fclose( $fp );
|
666 |
+
echo "<p><strong>" . __( 'Scheduled preloading of cache cancelled.', 'wp-super-cache' ) . "</strong></p>";
|
667 |
} elseif ( isset( $_POST[ 'custom_preload_interval' ] ) && ( $_POST[ 'custom_preload_interval' ] == 0 || $_POST[ 'custom_preload_interval' ] >= $min_refresh_interval ) ) {
|
668 |
// if preload interval changes than unschedule any preload jobs and schedule any new one.
|
669 |
$_POST[ 'custom_preload_interval' ] = (int)$_POST[ 'custom_preload_interval' ];
|
701 |
}
|
702 |
wp_cache_replace_line('^ *\$wp_cache_preload_on', "\$wp_cache_preload_on = $wp_cache_preload_on;", $wp_cache_config_file);
|
703 |
if ( isset( $_POST[ 'preload' ] ) && $_POST[ 'preload' ] == __( 'Preload Cache Now', 'wp-super-cache' ) ) {
|
704 |
+
@unlink( $cache_path . "preload_mutex.tmp" );
|
705 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
706 |
wp_schedule_single_event( time() + 10, 'wp_cache_preload_hook' );
|
707 |
echo "<p><strong>" . __( 'Scheduled preloading of cache in 10 seconds.' ) . "</strong></p>";
|
708 |
} elseif ( (int)$_POST[ 'custom_preload_interval' ] ) {
|
709 |
+
@unlink( $cache_path . "preload_mutex.tmp" );
|
710 |
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
711 |
wp_schedule_single_event( time() + ( (int)$_POST[ 'custom_preload_interval' ] * 60 ), 'wp_cache_full_preload_hook' );
|
712 |
echo "<p><strong>" . sprintf( __( 'Scheduled preloading of cache in %d minutes', 'wp-super-cache' ), (int)$_POST[ 'custom_preload_interval' ] ) . "</strong></p>";
|
720 |
echo '<input type="hidden" name="action" value="preload" />';
|
721 |
echo '<input type="hidden" name="page" value="wpsupercache" />';
|
722 |
echo '<p>' . sprintf( __( 'Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)', 'wp-super-cache' ), "<input type='text' size=4 name='custom_preload_interval' value='" . (int)$wp_cache_preload_interval . "' />", $min_refresh_interval ) . '</p>';
|
723 |
+
if ( $count > 100 ) {
|
724 |
+
$step = (int)( $count / 10 );
|
725 |
|
726 |
$select = "<select name='posts_to_cache' size=1>";
|
727 |
$select .= "<option value='all' ";
|
777 |
if ( isset( $preload_counter[ 'first' ] ) ) // converted from int to array
|
778 |
update_option( 'preload_cache_counter', array( 'c' => $preload_counter[ 'c' ], 't' => time() ) );
|
779 |
if ( is_array( $preload_counter ) && $preload_counter[ 'c' ] > 0 ) {
|
780 |
+
echo '<p><strong>' . sprintf( __( 'Currently caching from post %d to %d.', 'wp-super-cache' ), ( $preload_counter[ 'c' ] - 100 ), $preload_counter[ 'c' ] ) . '</strong></p>';
|
781 |
$currently_preloading = true;
|
782 |
+
if ( @file_exists( $cache_path . "preload_permalink.txt" ) ) {
|
783 |
+
$url = file_get_contents( $cache_path . "preload_permalink.txt" );
|
784 |
+
echo "<p>" . sprintf( __( "<strong>Page last cached:</strong> %s", 'wp-super-cache' ), $url ) . "</p>";
|
785 |
+
}
|
786 |
}
|
787 |
echo '<div class="submit"><input type="submit" name="preload" value="' . __( 'Update Settings', 'wp-super-cache' ) . '" /> <input type="submit" name="preload" value="' . __( 'Preload Cache Now', 'wp-super-cache' ) . '" />';
|
788 |
if ( $currently_preloading ) {
|
815 |
<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled ) echo "checked"; ?> value='1'> <?php printf( __( 'Use mod_rewrite to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
816 |
<label><input type='radio' name='super_cache_enabled' <?php if( $wp_cache_mod_rewrite == 0 ) echo "checked"; ?> value='2'> <?php printf( __( 'Use PHP to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); ?></label><br />
|
817 |
<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled == false ) echo "checked"; ?> value='0'> <?php _e( 'Legacy page caching.', 'wp-super-cache' ); ?></label><br />
|
818 |
+
<em><?php _e( 'Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching.', 'wp-super-cache' ); ?></em><br />
|
819 |
</legend>
|
820 |
</fieldset>
|
821 |
</td>
|
826 |
<fieldset>
|
827 |
<legend class="hidden">Miscellaneous</legend>
|
828 |
<?php if ( false == defined( 'WPSC_DISABLE_COMPRESSION' ) ) { ?>
|
829 |
+
<?php if ( false == function_exists( 'gzencode' ) ) { ?>
|
830 |
+
<em><?php _e( 'Warning! Compression is disabled as gzencode() function not found.', 'wp-super-cache' ); ?></em><br />
|
831 |
+
<?php } else { ?>
|
832 |
+
<label><input type='checkbox' name='cache_compression' <?php if( $cache_compression ) echo "checked"; ?> value='1'> <?php _e( 'Compress pages so they’re served more quickly to visitors.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
833 |
+
<em><?php _e( 'Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache.', 'wp-super-cache' ); ?></em><br />
|
834 |
+
<?php } ?>
|
835 |
<?php } ?>
|
836 |
<?php if ( 0 == $wp_cache_mod_rewrite ) { ?>
|
837 |
<label><input type='checkbox' name='wp_supercache_304' <?php if( $wp_supercache_304 ) echo "checked"; ?> value='1'> <?php _e( '304 Not Modified browser caching. Indicate when a page has not been modified since last requested.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
849 |
<td>
|
850 |
<fieldset>
|
851 |
<legend class="hidden">Advanced</legend>
|
852 |
+
<label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( 'Mobile device support.', 'wp-super-cache' ); ?></label><br />
|
853 |
<label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
|
854 |
<label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
|
855 |
<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 on this page.', 'wp-super-cache' ); ?></label><br />
|
856 |
<?php if( false == defined( 'WPSC_DISABLE_LOCKING' ) ) { ?>
|
857 |
<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><br />
|
858 |
<?php } ?>
|
859 |
+
<label><input type='checkbox' name='wp_super_cache_late_init' <?php if( $wp_super_cache_late_init ) echo "checked"; ?> value='1'> <?php _e( 'Late init. Display cached files after WordPress has loaded. Most useful in legacy mode.', 'wp-super-cache' ); ?></label><br />
|
860 |
<?php if ( $_wp_using_ext_object_cache ) {
|
861 |
?><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><?php
|
862 |
}?>
|
916 |
if( $cache_enabled && !$wp_cache_mod_rewrite ) {
|
917 |
$scrules = trim( implode( "\n", extract_from_markers( trailingslashit( get_home_path() ) . '.htaccess', 'WPSuperCache' ) ) );
|
918 |
if ( $scrules != '' ) {
|
919 |
+
echo "<p><strong>" . __( 'Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules.', 'wp-super-cache' ) . '</strong></p>';
|
920 |
}
|
921 |
}
|
922 |
echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " »' /></div>";?>
|
923 |
+
</form>
|
924 |
+
<h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
|
925 |
+
<p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
|
926 |
+
<ol><li><?php printf( __( '<a href="%s">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href="%s">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-minify/', 'http://lyncd.com/wpscmin/' ); ?></li>
|
927 |
+
<li><?php printf( __( '<a href="%s">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href="%s">GTMetrix</a>.', 'wp-super-cache' ), 'http://developer.yahoo.com/yslow/', 'http://gtmetrix.com/' ); ?></li>
|
928 |
+
<li><?php printf( __( '<a href="%s">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/use-google-libraries/' ); ?></li>
|
929 |
+
<li><?php printf( __( '<strong>Advanced users only:</strong> <a href="%s">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules.', 'wp-super-cache' ), 'http://www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html' ); ?></li>
|
930 |
+
<li><?php printf( __( '<strong>Advanced users only:</strong> Install an object cache. Choose from <a href="%s">Memcached</a>, <a href="%s">XCache</a>, <a href="%s">eAcccelerator</a> and others.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/memcached/', 'http://neosmart.net/dl.php?id=12', 'http://neosmart.net/dl.php?id=13' ); ?></li>
|
931 |
+
</ol>
|
932 |
+
|
933 |
+
<?php
|
934 |
break;
|
935 |
}
|
936 |
|
948 |
<li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
|
949 |
<li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
|
950 |
</ol>
|
951 |
+
<h3 align='center'><?php _e( 'Rate This Plugin!', 'wp-super-cache' ); ?></h3>
|
952 |
+
<p><?php printf( __( 'Please <a href="%s">rate</a> this plugin and tell me if it works for you or not. It really helps development.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/' ); ?></p>
|
953 |
+
|
954 |
<?php
|
955 |
if ( isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
956 |
$start_date = get_option( 'wpsupercache_start' );
|
1013 |
$current = 'easy';
|
1014 |
}
|
1015 |
}
|
1016 |
+
$tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'cdn' => __( 'CDN', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
|
1017 |
$links = array();
|
1018 |
foreach( $tabs as $tab => $name ) {
|
1019 |
if ( $current == $tab ) {
|
2234 |
if ( function_exists('current_user_can') && !current_user_can('manage_options') )
|
2235 |
return $actions;
|
2236 |
|
2237 |
+
$actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1&tab=tester', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
|
2238 |
|
2239 |
return $actions;
|
2240 |
}
|
2429 |
}
|
2430 |
|
2431 |
function wp_cron_preload_cache() {
|
2432 |
+
global $wpdb, $wp_cache_preload_interval, $wp_cache_preload_posts, $wp_cache_preload_email_me, $wp_cache_preload_email_volume, $cache_path;
|
2433 |
|
2434 |
if ( get_option( 'preload_cache_stop' ) ) {
|
2435 |
delete_option( 'preload_cache_stop' );
|
2436 |
return true;
|
2437 |
}
|
2438 |
+
$mutex = $cache_path . "preload_mutex.tmp";
|
2439 |
+
sleep( 3 + mt_rand( 1, 5 ) );
|
2440 |
+
if ( @file_exists( $mutex ) ) {
|
2441 |
+
if ( @filemtime( $mutex ) > ( time() - 600 ) ) {
|
2442 |
+
return true;
|
2443 |
+
} else {
|
2444 |
+
@unlink( $mutex );
|
2445 |
+
}
|
2446 |
+
}
|
2447 |
+
$fp = @fopen( $mutex, 'w' );
|
2448 |
+
@fclose( $fp );
|
2449 |
|
2450 |
$counter = get_option( 'preload_cache_counter' );
|
2451 |
$c = $counter[ 'c' ];
|
2452 |
if ( $wp_cache_preload_posts == 'all' || $c <= $wp_cache_preload_posts ) {
|
2453 |
+
$posts = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE (post_type = 'post' OR post_type='page') AND post_status = 'publish' ORDER BY post_date DESC LIMIT $c, 100" );
|
2454 |
} else {
|
2455 |
$posts = false;
|
2456 |
}
|
2465 |
wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing posts from %2$d to %3$d', 'wp-super-cache' ), site_url(), $c, ($c+100) ), '' );
|
2466 |
$msg = '';
|
2467 |
$count = $c + 1;
|
2468 |
+
$permalink_counter_msg = $cache_path . "preload_permalink.txt";
|
2469 |
foreach( $posts as $post_id ) {
|
2470 |
set_time_limit( 60 );
|
2471 |
clear_post_supercache( $post_id );
|
2472 |
$url = get_permalink( $post_id );
|
2473 |
+
$fp = @fopen( $permalink_counter_msg, 'w' );
|
2474 |
+
if ( $fp ) {
|
2475 |
+
@fwrite( $fp, $count . " " . $url );
|
2476 |
+
@fclose( $fp );
|
2477 |
+
}
|
2478 |
+
if ( @file_exists( $cache_path . "stop_preload.txt" ) ) {
|
2479 |
+
@unlink( $mutex );
|
2480 |
+
@unlink( $cache_path . "stop_preload.txt" );
|
2481 |
+
update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
|
2482 |
+
if ( $wp_cache_preload_email_me )
|
2483 |
+
wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Stopped', 'wp-super-cache' ), site_url(), '' ), '' );
|
2484 |
+
return true;
|
2485 |
+
}
|
2486 |
$msg .= "$url\n";
|
2487 |
wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
|
2488 |
+
sleep( 1 );
|
2489 |
$count++;
|
2490 |
}
|
2491 |
if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
|
2511 |
wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Cache Preload Completed', 'wp-super-cache' ), site_url() ), __( "Cleaning up old supercache files.", 'wp-super-cache' ) . "\n" . $msg );
|
2512 |
wp_cache_phase2_clean_expired( $file_prefix, true ); // force cleanup of old files.
|
2513 |
}
|
2514 |
+
@unlink( $mutex );
|
2515 |
}
|
2516 |
add_action( 'wp_cache_preload_hook', 'wp_cron_preload_cache' );
|
2517 |
add_action( 'wp_cache_full_preload_hook', 'wp_cron_preload_cache' );
|
wp-super-cache.pot
CHANGED
@@ -3,12 +3,13 @@
|
|
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-
|
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"
|
@@ -16,53 +17,93 @@ msgstr ""
|
|
16 |
"Content-Type: text/plain; charset=utf-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
#: plugins/awaitingmoderation.php:4
|
20 |
msgid "Your comment is awaiting moderation."
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: plugins/awaitingmoderation.php:
|
24 |
-
|
25 |
-
#: plugins/domain-mapping.php:47 plugins/domain-mapping.php:62
|
26 |
-
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:1114
|
27 |
-
msgid "Disable"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: plugins/awaitingmoderation.php:
|
31 |
-
#: plugins/domain-mapping.php:
|
32 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: plugins/awaitingmoderation.php:
|
36 |
-
#: plugins/domain-mapping.php:
|
37 |
msgid "enabled"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: plugins/awaitingmoderation.php:
|
41 |
-
|
42 |
-
msgid "
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: plugins/awaitingmoderation.php:
|
46 |
-
|
47 |
-
|
48 |
-
"leaves a moderated comment.) "
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: plugins/awaitingmoderation.php:
|
52 |
-
#: plugins/domain-mapping.php:
|
53 |
-
msgid "
|
54 |
msgstr ""
|
55 |
|
56 |
#: plugins/badbehaviour.php:45
|
57 |
msgid "Bad Behaviour not found. Please check your install."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: plugins/badbehaviour.php:
|
61 |
-
|
62 |
-
msgid "Bad Behaviour support is %s."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: plugins/badbehaviour.php:
|
66 |
#, php-format
|
67 |
msgid ""
|
68 |
"(Only legacy caching supported, disabled compression and requires <a href="
|
@@ -70,27 +111,41 @@ msgid ""
|
|
70 |
"behavior/\") "
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: plugins/badbehaviour.php:
|
|
|
|
|
|
|
|
|
|
|
74 |
msgid "Warning!"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: plugins/domain-mapping.php:
|
78 |
-
|
|
|
|
|
|
|
79 |
msgid ""
|
80 |
-
"<a href=\"http://wordpress.org/extend/plugins/wordpress-
|
81 |
-
"
|
|
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: plugins/domain-mapping.php:
|
85 |
-
|
|
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: plugins/domain-mapping.php:
|
89 |
msgid ""
|
90 |
"Domain Mapping plugin detected! Please go to the Supercache plugins page and "
|
91 |
"enable the domain mapping helper plugin."
|
92 |
msgstr ""
|
93 |
|
|
|
|
|
|
|
|
|
94 |
#: plugins/searchengine.php:71
|
95 |
#, php-format
|
96 |
msgid ""
|
@@ -104,29 +159,33 @@ msgid ""
|
|
104 |
"\">friendsadverts.php</a> too) "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
108 |
#, php-format
|
109 |
msgid ""
|
110 |
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
|
111 |
"sample.php"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: wp-cache.php:
|
115 |
msgid "Warning! PHP Safe Mode Enabled!"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: wp-cache.php:
|
119 |
msgid ""
|
120 |
"You may experience problems running this plugin because SAFE MODE is enabled."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: wp-cache.php:
|
124 |
msgid ""
|
125 |
"Your server is set up to check the owner of PHP scripts before allowing them "
|
126 |
"to read and write files."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: wp-cache.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"You or an administrator may be able to make it work by changing the group "
|
@@ -136,7 +195,7 @@ msgid ""
|
|
136 |
"details."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: wp-cache.php:
|
140 |
msgid ""
|
141 |
"You or an administrator must disable this. See the <a href=\"http://php.net/"
|
142 |
"features.safe-mode\">safe mode manual page</a> for further details. This "
|
@@ -144,23 +203,23 @@ msgid ""
|
|
144 |
"php.ini config file."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: wp-cache.php:
|
148 |
msgid "Permlink Structure Error"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: wp-cache.php:
|
152 |
msgid ""
|
153 |
"A custom url or permalink structure is required for this plugin to work "
|
154 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
155 |
"Options Page</a> to configure your permalinks."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: wp-cache.php:
|
159 |
#, php-format
|
160 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: wp-cache.php:
|
164 |
#, php-format
|
165 |
msgid ""
|
166 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
@@ -168,29 +227,29 @@ msgid ""
|
|
168 |
"operate correctly."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: wp-cache.php:
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
175 |
"readme.txt"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: wp-cache.php:
|
179 |
msgid ""
|
180 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
181 |
"required for the the correct operation of garbage collection by this plugin, "
|
182 |
"WordPress scheduled posts as well as other critical activities."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: wp-cache.php:
|
186 |
msgid "Cannot continue... fix previous problems and retry."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: wp-cache.php:
|
190 |
msgid "Zlib Output Compression Enabled!"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: wp-cache.php:
|
194 |
msgid ""
|
195 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
196 |
"this is recommended as the plugin caches the compressed output once instead "
|
@@ -199,11 +258,11 @@ msgid ""
|
|
199 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: wp-cache.php:
|
203 |
msgid "Mod rewrite may not be installed!"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: wp-cache.php:
|
207 |
msgid ""
|
208 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
209 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
@@ -211,11 +270,11 @@ msgid ""
|
|
211 |
"static files. You will still be able to use legacy or PHP modes."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: wp-cache.php:
|
215 |
msgid "Read Only Mode. Configuration cannot be changed."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: wp-cache.php:
|
219 |
#, php-format
|
220 |
msgid ""
|
221 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
@@ -223,75 +282,75 @@ msgid ""
|
|
223 |
"any changes."
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: wp-cache.php:
|
227 |
msgid ""
|
228 |
"A simple way of doing that is by changing the permissions temporarily using "
|
229 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
230 |
"writeable and it should be fine."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: wp-cache.php:
|
234 |
msgid "Writeable:"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: wp-cache.php:
|
238 |
msgid "Readonly:"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: wp-cache.php:
|
242 |
#, php-format
|
243 |
msgid "Warning! %s is writeable!"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: wp-cache.php:
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"You should change the permissions on %s and make it more restrictive. Use "
|
250 |
"your ftp client, or the following command to fix things:"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: wp-cache.php:
|
254 |
msgid "Mobile rewrite rules detected"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: wp-cache.php:
|
258 |
msgid ""
|
259 |
"For best performance you should enable \"Mobile device support\" or delete "
|
260 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
261 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: wp-cache.php:
|
265 |
msgid ""
|
266 |
"This will have no affect on ordinary users but mobile users will see "
|
267 |
"uncached pages."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: wp-cache.php:
|
271 |
msgid "Rewrite rules must be updated"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: wp-cache.php:
|
275 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: wp-cache.php:
|
279 |
msgid ""
|
280 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
281 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: wp-cache.php:
|
285 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: wp-cache.php:
|
289 |
msgid ""
|
290 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
291 |
"Mod_Rewrite Rules</strong> button."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: wp-cache.php:
|
295 |
#, php-format
|
296 |
msgid ""
|
297 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
@@ -299,7 +358,7 @@ msgid ""
|
|
299 |
"regenerate them by reloading this page."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: wp-cache.php:
|
303 |
#, php-format
|
304 |
msgid ""
|
305 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
@@ -309,150 +368,144 @@ msgid ""
|
|
309 |
"*$</code> add these lines: (do it twice, once for each section)"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: wp-cache.php:
|
313 |
msgid "Required to serve compressed supercache files properly."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: wp-cache.php:
|
317 |
msgid ""
|
318 |
"Required to set caching information on supercache pages. IE7 users will see "
|
319 |
"old pages without this module."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: wp-cache.php:
|
323 |
msgid ""
|
324 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
325 |
"when they refresh or leave comments without this module."
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: wp-cache.php:
|
329 |
msgid "Missing Apache Modules"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: wp-cache.php:
|
333 |
msgid ""
|
334 |
"The following Apache modules are missing. The plugin will work in legacy "
|
335 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
336 |
"pages or out of date content however."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: wp-cache.php:
|
340 |
msgid ""
|
341 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
342 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
343 |
"of the readme file."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: wp-cache.php:
|
347 |
msgid "WP Super Cache Settings"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: wp-cache.php:
|
351 |
msgid ""
|
352 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
353 |
"Settings Page by default."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: wp-cache.php:
|
357 |
msgid ""
|
358 |
"Configuration file changed, some values might be wrong. Load the page again "
|
359 |
"from the \"Settings\" menu to reset them."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: wp-cache.php:
|
363 |
msgid "Caching must be enabled to use this feature"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: wp-cache.php:
|
367 |
msgid "Cache Tester"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: wp-cache.php:
|
371 |
msgid "Test your cached website by clicking the test button below."
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: wp-cache.php:
|
375 |
#, php-format
|
376 |
msgid "Fetching %s to prime cache: "
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: wp-cache.php:
|
380 |
msgid "OK"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: wp-cache.php:
|
384 |
#, php-format
|
385 |
msgid "Fetching first copy of %s: "
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: wp-cache.php:
|
389 |
#, php-format
|
390 |
msgid "Fetching second copy of %s: "
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: wp-cache.php:
|
394 |
msgid "One or more page requests failed:"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: wp-cache.php:
|
398 |
#, php-format
|
399 |
msgid "Page %d: %d (%s)"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: wp-cache.php:
|
403 |
#, php-format
|
404 |
msgid "Page 1: %s"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: wp-cache.php:
|
408 |
#, php-format
|
409 |
msgid "Page 2: %s"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: wp-cache.php:
|
413 |
msgid "The timestamps on both pages match!"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: wp-cache.php:
|
417 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: wp-cache.php:
|
421 |
msgid "Send non-secure (non https) request for homepage"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: wp-cache.php:
|
425 |
msgid "Test Cache"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: wp-cache.php:
|
429 |
msgid "Cancel Cache Preload"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: wp-cache.php:
|
433 |
-
msgid ""
|
434 |
-
"Scheduled preloading of cache cancelled. If a job is currently running it "
|
435 |
-
"will not shutdown until the current 100 pages are complete."
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: wp-cache.php:649
|
439 |
msgid "Scheduled preloading of cache cancelled."
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: wp-cache.php:
|
443 |
msgid "Preload Cache Now"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: wp-cache.php:
|
447 |
msgid "Scheduled preloading of cache in 10 seconds."
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: wp-cache.php:
|
451 |
#, php-format
|
452 |
msgid "Scheduled preloading of cache in %d minutes"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: wp-cache.php:
|
456 |
msgid ""
|
457 |
"This will cache every published post and page on your site. It will create "
|
458 |
"supercache static files so unknown visitors (including bots) will hit a "
|
@@ -460,198 +513,213 @@ msgid ""
|
|
460 |
"speed as a metric when judging websites now."
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: wp-cache.php:
|
464 |
msgid ""
|
465 |
"Preloading creates lots of files however. Caching is done from the newest "
|
466 |
"post to the oldest so please consider only caching the newest if you have "
|
467 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: wp-cache.php:
|
471 |
msgid ""
|
472 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
473 |
"old legacy files for known users, not the preloaded supercache files. This "
|
474 |
"is a recommended setting when the cache is preloaded."
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: wp-cache.php:
|
478 |
#, php-format
|
479 |
msgid ""
|
480 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
481 |
"minutes.)"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: wp-cache.php:
|
485 |
msgid "all"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: wp-cache.php:
|
489 |
#, php-format
|
490 |
msgid "Preload %s posts."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: wp-cache.php:
|
494 |
msgid ""
|
495 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: wp-cache.php:
|
499 |
msgid "Send me status emails when files are refreshed."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: wp-cache.php:
|
503 |
msgid "Many emails, 2 emails per 100 posts."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: wp-cache.php:
|
507 |
msgid "Medium, 1 email per 100 posts."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: wp-cache.php:
|
511 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: wp-cache.php:
|
515 |
#, php-format
|
516 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: wp-cache.php:
|
520 |
#, php-format
|
521 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: wp-cache.php:
|
525 |
#, php-format
|
526 |
msgid "Currently caching from post %d to %d."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
530 |
msgid "Update Settings"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: wp-cache.php:
|
534 |
msgid ""
|
535 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
536 |
"your host administrator."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: wp-cache.php:
|
540 |
msgid "Caching"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: wp-cache.php:
|
544 |
msgid "Cache hits to this website for quick access."
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: wp-cache.php:
|
548 |
-
#: wp-cache.php:
|
549 |
msgid "Recommended"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: wp-cache.php:
|
553 |
msgid "Use mod_rewrite to serve cache files."
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: wp-cache.php:
|
557 |
msgid "Use PHP to serve cache files."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: wp-cache.php:
|
561 |
msgid "Legacy page caching."
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: wp-cache.php:
|
565 |
msgid ""
|
566 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
567 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
568 |
-
"working. New users should
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: wp-cache.php:
|
572 |
msgid "Miscellaneous"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
576 |
msgid "Compress pages so they’re served more quickly to visitors."
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: wp-cache.php:
|
580 |
msgid ""
|
581 |
"Compression is disabled by default because some hosts have problems with "
|
582 |
"compressed files. Switching it on and off clears the cache."
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: wp-cache.php:
|
586 |
msgid ""
|
587 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
588 |
"since last requested."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: wp-cache.php:
|
592 |
msgid ""
|
593 |
"304 support is disabled by default because in the past GoDaddy had problems "
|
594 |
"with some of the headers used."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: wp-cache.php:
|
598 |
msgid ""
|
599 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
600 |
"comment\">known users</acronym>."
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: wp-cache.php:
|
604 |
msgid ""
|
605 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
606 |
"is being generated."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: wp-cache.php:
|
610 |
msgid ""
|
611 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
612 |
"blog’s footer)"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: wp-cache.php:
|
616 |
msgid "Advanced"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: wp-cache.php:
|
620 |
msgid "Mobile device support."
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: wp-cache.php:
|
624 |
msgid "Clear all cache files when a post or page is published."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: wp-cache.php:
|
628 |
msgid "Only refresh current page when comments made."
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: wp-cache.php:
|
632 |
msgid "List the newest cached pages on this page."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: wp-cache.php:
|
636 |
msgid ""
|
637 |
"Coarse file locking. You probably don’t need this but it may help if "
|
638 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
639 |
"in very rare cases!</em>"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
643 |
msgid "Use object cache to store cached files."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: wp-cache.php:
|
647 |
msgid "(Experimental)"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: wp-cache.php:
|
651 |
msgid "Note:"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: wp-cache.php:
|
655 |
#, php-format
|
656 |
msgid ""
|
657 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
@@ -660,7 +728,7 @@ msgid ""
|
|
660 |
"files are writeable too is probably a good idea!)"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: wp-cache.php:
|
664 |
#, php-format
|
665 |
msgid ""
|
666 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
@@ -668,7 +736,7 @@ msgid ""
|
|
668 |
"uninstall WP Super Cache\"."
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: wp-cache.php:
|
672 |
#, php-format
|
673 |
msgid ""
|
674 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
@@ -677,142 +745,229 @@ msgid ""
|
|
677 |
"have been answered."
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: wp-cache.php:
|
681 |
msgid "Update Status"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: wp-cache.php:
|
685 |
msgid "Accepted Filenames & Rejected URIs"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: wp-cache.php:
|
689 |
msgid "Caching On"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: wp-cache.php:
|
693 |
msgid "Caching Off"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: wp-cache.php:
|
697 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
701 |
msgid ""
|
702 |
-
"
|
703 |
-
"
|
704 |
-
"
|
|
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
708 |
msgid "Make WordPress Faster"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: wp-cache.php:
|
712 |
#, php-format
|
713 |
msgid ""
|
714 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: wp-cache.php:
|
718 |
#, php-format
|
719 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: wp-cache.php:
|
723 |
#, php-format
|
724 |
msgid "Please say hi to him on %s too!"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
728 |
#, php-format
|
729 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: wp-cache.php:
|
733 |
msgid "Newest Cached Pages:"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: wp-cache.php:
|
737 |
#, php-format
|
738 |
msgid "Cached %s seconds ago"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: wp-cache.php:
|
742 |
msgid "(may not always be accurate on busy sites)"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: wp-cache.php:
|
746 |
msgid ""
|
747 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
748 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
749 |
"regular WordPress plugins."
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: wp-cache.php:
|
753 |
msgid ""
|
754 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
755 |
"WordPress actions is required to create them."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: wp-cache.php:
|
759 |
msgid "Available Plugins"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: wp-cache.php:
|
763 |
msgid "Easy"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
767 |
msgid "Tester & Contents"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: wp-cache.php:
|
771 |
msgid "Preload"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: wp-cache.php:
|
775 |
msgid "Plugins"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: wp-cache.php:
|
779 |
msgid "Debug"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: wp-cache.php:
|
783 |
#, php-format
|
784 |
msgid ""
|
785 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
786 |
"href=\"%s\">the main site</a> of this network."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: wp-cache.php:
|
790 |
#, php-format
|
791 |
msgid ""
|
792 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
793 |
"href=\"%s\">on the main site</a> of this network."
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: wp-cache.php:
|
797 |
msgid "Mod Rewrite Rules"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: wp-cache.php:
|
801 |
msgid "WordPress MU Detected"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: wp-cache.php:
|
805 |
msgid ""
|
806 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
807 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
808 |
"rules above any other rules in that file."
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: wp-cache.php:
|
812 |
msgid "Mod Rewrite rules cannot be updated!"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: wp-cache.php:
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
@@ -820,15 +975,15 @@ msgid ""
|
|
820 |
"main WordPress mod_rewrite rules:"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: wp-cache.php:
|
824 |
msgid "Refresh this page when you have updated your .htaccess file."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: wp-cache.php:
|
828 |
msgid "Thank you for upgrading."
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: wp-cache.php:
|
832 |
#, php-format
|
833 |
msgid ""
|
834 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
@@ -841,11 +996,11 @@ msgid ""
|
|
841 |
"brave enough to use them."
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: wp-cache.php:
|
845 |
msgid "Trailing slash check required."
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: wp-cache.php:
|
849 |
msgid ""
|
850 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
851 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
@@ -854,28 +1009,28 @@ msgid ""
|
|
854 |
"and add these two rules to the two groups of Super Cache rules:"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: wp-cache.php:
|
858 |
msgid ""
|
859 |
"You can see where the rules go and examine the complete rules by clicking "
|
860 |
"the \"View mod_rewrite rules\" link below."
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: wp-cache.php:
|
864 |
msgid "Mod Rewrite rules updated!"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: wp-cache.php:
|
868 |
#, php-format
|
869 |
msgid ""
|
870 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
871 |
"verify they are correct. They should look like this:"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: wp-cache.php:
|
875 |
msgid "Mod Rewrite rules must be updated!"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: wp-cache.php:
|
879 |
#, php-format
|
880 |
msgid ""
|
881 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
@@ -883,7 +1038,7 @@ msgid ""
|
|
883 |
"WordPress rules as shown in the code below:"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: wp-cache.php:
|
887 |
#, php-format
|
888 |
msgid ""
|
889 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
@@ -891,7 +1046,7 @@ msgid ""
|
|
891 |
"upgraded the plugin make sure these rules match."
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: wp-cache.php:
|
895 |
msgid ""
|
896 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
897 |
"rules has been found. This could be simple whitespace differences but you "
|
@@ -899,115 +1054,107 @@ msgid ""
|
|
899 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: wp-cache.php:
|
903 |
msgid "View Mod_Rewrite Rules"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: wp-cache.php:
|
907 |
#, php-format
|
908 |
msgid "Rules must be added to %s too:"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: wp-cache.php:
|
912 |
#, php-format
|
913 |
msgid "Gzip encoding rules in %s.htaccess created."
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: wp-cache.php:
|
917 |
msgid "Fix Configuration"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: wp-cache.php:
|
921 |
msgid "Restore Default Configuration"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: wp-cache.php:
|
925 |
msgid ""
|
926 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: wp-cache.php:
|
930 |
msgid "Lock Down:"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: wp-cache.php:
|
934 |
-
msgid "Disabled"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
-
#: wp-cache.php:1101
|
938 |
-
msgid "Enabled"
|
939 |
-
msgstr ""
|
940 |
-
|
941 |
-
#: wp-cache.php:1102
|
942 |
msgid ""
|
943 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
944 |
"down. When this is enabled, new comments on a post will not refresh the "
|
945 |
"cached static files."
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: wp-cache.php:
|
949 |
msgid ""
|
950 |
"Developers: Make your plugin lock down compatible by checking the "
|
951 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
952 |
"respects the WPLOCKDOWN setting."
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: wp-cache.php:
|
956 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: wp-cache.php:
|
960 |
msgid ""
|
961 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
962 |
"new comments are made."
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: wp-cache.php:
|
966 |
msgid ""
|
967 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
968 |
"files as normal."
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: wp-cache.php:
|
972 |
msgid "Lock Down"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: wp-cache.php:
|
976 |
msgid "Directly Cached Files"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: wp-cache.php:
|
980 |
#, php-format
|
981 |
msgid "%s removed!"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: wp-cache.php:
|
985 |
#, php-format
|
986 |
msgid ""
|
987 |
"You must make %s writable to enable this feature. As this is a security risk "
|
988 |
"please make it readonly after your page is generated."
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: wp-cache.php:
|
992 |
#, php-format
|
993 |
msgid ""
|
994 |
"%s is writable. Please make it readonly after your page is generated as this "
|
995 |
"is a security risk."
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: wp-cache.php:
|
999 |
msgid "Existing direct page"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: wp-cache.php:
|
1003 |
msgid "Delete cached file"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: wp-cache.php:
|
1007 |
msgid "Add direct page:"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: wp-cache.php:
|
1011 |
#, php-format
|
1012 |
msgid ""
|
1013 |
"Directly cached files are files created directly off %s where your blog "
|
@@ -1015,7 +1162,7 @@ msgid ""
|
|
1015 |
"Slashdot level of traffic to one post or page."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: wp-cache.php:
|
1019 |
#, php-format
|
1020 |
msgid ""
|
1021 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
@@ -1023,40 +1170,40 @@ msgid ""
|
|
1023 |
"visits that page."
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: wp-cache.php:
|
1027 |
msgid ""
|
1028 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1029 |
"the cached file."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: wp-cache.php:
|
1033 |
msgid "Update Direct Pages"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: wp-cache.php:
|
1037 |
msgid "Expiry Time & Garbage Collection"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: wp-cache.php:
|
1041 |
msgid "Expire time:"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: wp-cache.php:
|
1045 |
msgid "seconds"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: wp-cache.php:
|
1049 |
msgid "Garbage Collection"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: wp-cache.php:
|
1053 |
msgid ""
|
1054 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1055 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1056 |
"seconds after the expiry time above."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: wp-cache.php:
|
1060 |
msgid ""
|
1061 |
"Checking for and deleting expired files is expensive, but it’s "
|
1062 |
"expensive leaving them there too. On a very busy site you should set the "
|
@@ -1067,77 +1214,77 @@ msgid ""
|
|
1067 |
"using mod_rewrite or PHP caching."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: wp-cache.php:
|
1071 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: wp-cache.php:
|
1075 |
msgid "Change Expiration"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: wp-cache.php:
|
1079 |
msgid "Rejected User Agents"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: wp-cache.php:
|
1083 |
msgid ""
|
1084 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1085 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1086 |
"cached files are still sent to these agents if they already exists."
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: wp-cache.php:
|
1090 |
msgid "Save UA Strings"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: wp-cache.php:
|
1094 |
msgid ""
|
1095 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1096 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1097 |
"complete discussion on each type."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: wp-cache.php:
|
1101 |
msgid "Single Posts"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: wp-cache.php:
|
1105 |
msgid "Pages"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: wp-cache.php:
|
1109 |
msgid "Front Page"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: wp-cache.php:
|
1113 |
msgid "Home"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: wp-cache.php:
|
1117 |
msgid "Archives"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: wp-cache.php:
|
1121 |
msgid "Tags"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: wp-cache.php:
|
1125 |
msgid "Category"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: wp-cache.php:
|
1129 |
msgid "Feeds"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: wp-cache.php:
|
1133 |
msgid "Search Pages"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: wp-cache.php:
|
1137 |
msgid "Save"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: wp-cache.php:
|
1141 |
msgid ""
|
1142 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1143 |
"example, if your URLs include year and you dont want to cache last year "
|
@@ -1146,70 +1293,70 @@ msgid ""
|
|
1146 |
"cache that page."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: wp-cache.php:
|
1150 |
msgid "Save Strings"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: wp-cache.php:
|
1154 |
msgid ""
|
1155 |
"Add here those filenames that can be cached, even if they match one of the "
|
1156 |
"rejected substring specified above."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: wp-cache.php:
|
1160 |
msgid "Save Files"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: wp-cache.php:
|
1164 |
msgid "Currently logging to: "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: wp-cache.php:
|
1168 |
msgid ""
|
1169 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
1170 |
"emails or log them to a file in your cache directory."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: wp-cache.php:
|
1174 |
msgid ""
|
1175 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
1176 |
"will clear the log file."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: wp-cache.php:
|
1180 |
msgid "Debugging"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: wp-cache.php:
|
1184 |
msgid "Logging Type"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: wp-cache.php:
|
1188 |
msgid "Email"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: wp-cache.php:
|
1192 |
msgid "file"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: wp-cache.php:
|
1196 |
msgid "IP Address"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: wp-cache.php:
|
1200 |
#, php-format
|
1201 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: wp-cache.php:
|
1205 |
msgid "Log level"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: wp-cache.php:
|
1209 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: wp-cache.php:
|
1213 |
msgid ""
|
1214 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1215 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
@@ -1217,7 +1364,7 @@ msgid ""
|
|
1217 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: wp-cache.php:
|
1221 |
#, php-format
|
1222 |
msgid ""
|
1223 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
@@ -1226,94 +1373,94 @@ msgid ""
|
|
1226 |
"emailed if there is a problem."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: wp-cache.php:
|
1230 |
msgid "Check front page every 5 minutes."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: wp-cache.php:
|
1234 |
msgid "Front page text"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: wp-cache.php:
|
1238 |
msgid ""
|
1239 |
"Text to search for on your front page. If this text is missing the cache "
|
1240 |
"will be cleared. Leave blank to disable."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: wp-cache.php:
|
1244 |
msgid "Clear cache on error."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: wp-cache.php:
|
1248 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: wp-cache.php:
|
1252 |
msgid ""
|
1253 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1254 |
"cache."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: wp-cache.php:
|
1258 |
msgid "Warning"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: wp-cache.php:
|
1262 |
msgid ""
|
1263 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1264 |
"you disable gzip compression."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: wp-cache.php:
|
1268 |
-
#: wp-cache.php:
|
1269 |
msgid "Error"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: wp-cache.php:
|
1273 |
#, php-format
|
1274 |
msgid ""
|
1275 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1276 |
"couldn’t be created by the web server. Check %s permissions."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: wp-cache.php:
|
1280 |
#, php-format
|
1281 |
msgid ""
|
1282 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1283 |
"to be writable for this plugin to work. Double-check it."
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: wp-cache.php:
|
1287 |
#, php-format
|
1288 |
msgid ""
|
1289 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1290 |
"writable by the Web server.Please delete it and refresh this page."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: wp-cache.php:
|
1294 |
#, php-format
|
1295 |
msgid ""
|
1296 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1297 |
"not writable by the Web server.Check its permissions."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: wp-cache.php:
|
1301 |
#, php-format
|
1302 |
msgid ""
|
1303 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1304 |
"installation."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: wp-cache.php:
|
1308 |
#, php-format
|
1309 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: wp-cache.php:
|
1313 |
msgid "1. If it already exists please delete the file first."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: wp-cache.php:
|
1317 |
#, php-format
|
1318 |
msgid ""
|
1319 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
@@ -1322,19 +1469,19 @@ msgid ""
|
|
1322 |
"again. (Change 777 to 755 in the previous command)"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: wp-cache.php:
|
1326 |
#, php-format
|
1327 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: wp-cache.php:
|
1331 |
#, php-format
|
1332 |
msgid ""
|
1333 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1334 |
"em> doesn’t exist:"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: wp-cache.php:
|
1338 |
#, php-format
|
1339 |
msgid ""
|
1340 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
@@ -1342,7 +1489,7 @@ msgid ""
|
|
1342 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: wp-cache.php:
|
1346 |
msgid ""
|
1347 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1348 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
@@ -1351,13 +1498,13 @@ msgid ""
|
|
1351 |
"true);</code></p>"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: wp-cache.php:
|
1355 |
msgid ""
|
1356 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1357 |
"code> file and I couldn’t modify it."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: wp-cache.php:
|
1361 |
#, php-format
|
1362 |
msgid ""
|
1363 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
@@ -1365,7 +1512,7 @@ msgid ""
|
|
1365 |
"executed</strong> by WordPress core. "
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: wp-cache.php:
|
1369 |
msgid ""
|
1370 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1371 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
@@ -1373,197 +1520,197 @@ msgid ""
|
|
1373 |
"moved up."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
#: wp-cache.php:
|
1377 |
msgid "Cache Contents"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: wp-cache.php:
|
1381 |
msgid "Object cache in use. No cache listing available."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: wp-cache.php:
|
1385 |
#, php-format
|
1386 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: wp-cache.php:
|
1390 |
#, php-format
|
1391 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: wp-cache.php:
|
1395 |
msgid ""
|
1396 |
"Cache stats are not automatically generated. You must click the link below "
|
1397 |
"to regenerate the stats on this page."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: wp-cache.php:
|
1401 |
msgid "Regenerate cache stats"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: wp-cache.php:
|
1405 |
#, php-format
|
1406 |
msgid "Cache stats last generated: %s minutes ago."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: wp-cache.php:
|
1410 |
msgid "WP-Cache"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: wp-cache.php:
|
1414 |
#, php-format
|
1415 |
msgid "%s Cached Pages"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: wp-cache.php:
|
1419 |
#, php-format
|
1420 |
msgid "%s Expired Pages"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: wp-cache.php:
|
1424 |
msgid "WP-Super-Cache"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: wp-cache.php:
|
1428 |
msgid "Fresh WP-Cached Files"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: wp-cache.php:
|
1432 |
msgid "URI"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: wp-cache.php:
|
1436 |
msgid "Key"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: wp-cache.php:
|
1440 |
msgid "Age"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: wp-cache.php:
|
1444 |
msgid "Delete"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: wp-cache.php:
|
1448 |
msgid "Stale WP-Cached Files"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: wp-cache.php:
|
1452 |
msgid "Fresh Super Cached Files"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: wp-cache.php:
|
1456 |
msgid "Stale Super Cached Files"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: wp-cache.php:
|
1460 |
msgid "Hide file list"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: wp-cache.php:
|
1464 |
msgid "Too many cached files, no listing possible."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: wp-cache.php:
|
1468 |
msgid "List all cached files"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: wp-cache.php:
|
1472 |
#, php-format
|
1473 |
msgid ""
|
1474 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1475 |
"minutes ago<br />"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
-
#: wp-cache.php:
|
1479 |
#, php-format
|
1480 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: wp-cache.php:
|
1484 |
#, php-format
|
1485 |
msgid ""
|
1486 |
"Expired files are files older than %s seconds. They are still used by the "
|
1487 |
"plugin and are deleted periodically."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: wp-cache.php:
|
1491 |
msgid "Delete Expired"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: wp-cache.php:
|
1495 |
msgid "Delete Cache"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: wp-cache.php:
|
1499 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: wp-cache.php:
|
1503 |
#, php-format
|
1504 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: wp-cache.php:
|
1508 |
#, php-format
|
1509 |
msgid ""
|
1510 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1511 |
"to enable and configure the plugin."
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: wp-cache.php:
|
1515 |
msgid "Settings"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: wp-cache.php:
|
1519 |
#, php-format
|
1520 |
msgid ""
|
1521 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1522 |
"page</a> to enable caching."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: wp-cache.php:
|
1526 |
#, php-format
|
1527 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: wp-cache.php:
|
1531 |
#, php-format
|
1532 |
msgid ""
|
1533 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1534 |
"downloading!"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: wp-cache.php:
|
1538 |
#, php-format
|
1539 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: wp-cache.php:
|
1543 |
#, php-format
|
1544 |
msgid ""
|
1545 |
"The cache on your blog has been cleared because the front page of your site "
|
1546 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: wp-cache.php:
|
1550 |
#, php-format
|
1551 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: wp-cache.php:
|
1555 |
#, php-format
|
1556 |
msgid ""
|
1557 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1558 |
"correct and missing the text, \"%2$s\"!"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: wp-cache.php:
|
1562 |
#, php-format
|
1563 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: wp-cache.php:
|
1567 |
#, php-format
|
1568 |
msgid ""
|
1569 |
"The cache on your blog has been cleared because the front page of your site "
|
@@ -1571,98 +1718,103 @@ msgid ""
|
|
1571 |
"cleared."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: wp-cache.php:
|
1575 |
#, php-format
|
1576 |
msgid "[%s] Front page check!"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: wp-cache.php:
|
1580 |
#, php-format
|
1581 |
msgid ""
|
1582 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1583 |
"you would like to disable this."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: wp-cache.php:
|
1587 |
msgid "Cannot update .htaccess"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: wp-cache.php:
|
1591 |
#, php-format
|
1592 |
msgid ""
|
1593 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1594 |
"Please correct this using the chmod command or your ftp client."
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: wp-cache.php:
|
1598 |
msgid "Refresh this page when the file permissions have been modified."
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: wp-cache.php:
|
1602 |
#, php-format
|
1603 |
msgid ""
|
1604 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1605 |
"add the following code (before any WordPress rules):"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: wp-cache.php:
|
1609 |
#, php-format
|
1610 |
msgid ""
|
1611 |
"To serve static html files your server must have the correct mod_rewrite "
|
1612 |
"rules added to a file called <code>%s.htaccess</code>"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: wp-cache.php:
|
1616 |
msgid "You can edit the file yourself add the following rules."
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: wp-cache.php:
|
1620 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: wp-cache.php:
|
1624 |
msgid "Update Mod_Rewrite Rules"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: wp-cache.php:
|
1628 |
#, php-format
|
1629 |
msgid "[%1$s] Cache Preload Started"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: wp-cache.php:
|
1633 |
#, php-format
|
1634 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
1638 |
#, php-format
|
1639 |
msgid "[%1$s] %2$d posts refreshed"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: wp-cache.php:
|
1643 |
msgid "Refreshed the following posts:"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: wp-cache.php:
|
1647 |
#, php-format
|
1648 |
msgid "Scheduling next preload refresh in %d minutes."
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: wp-cache.php:
|
1652 |
#, php-format
|
1653 |
msgid "[%s] Cache Preload Completed"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: wp-cache.php:
|
1657 |
msgid "Cleaning up old supercache files."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: wp-cache.php:
|
1661 |
#, php-format
|
1662 |
msgid "[%s] Preload may have stalled."
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: wp-cache.php:
|
1666 |
#, php-format
|
1667 |
msgid ""
|
1668 |
"Preload has been restarted.\n"
|
3 |
# This file is distributed under the same license as the package.
|
4 |
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
#
|
6 |
+
#: plugins/badbehaviour.php:65 plugins/domain-mapping.php:62
|
7 |
#, fuzzy
|
8 |
msgid ""
|
9 |
msgstr ""
|
10 |
"Project-Id-Version: \n"
|
11 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
12 |
+
"POT-Creation-Date: 2010-11-22 17:30+0000\n"
|
13 |
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
14 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
15 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
17 |
"Content-Type: text/plain; charset=utf-8\n"
|
18 |
"Content-Transfer-Encoding: 8bit\n"
|
19 |
|
20 |
+
#: ossdl-cdn.php:105
|
21 |
+
msgid ""
|
22 |
+
"Your website probably uses lots of static files. Image, Javascript and CSS "
|
23 |
+
"files are usually static files that could just as easily be served from "
|
24 |
+
"another site or CDN. Therefore this plugin replaces any links in the "
|
25 |
+
"<code>wp-content</code> and <code>wp-includes</code> directories (except for "
|
26 |
+
"PHP files) on your site with the URL you provide below. That way you can "
|
27 |
+
"either copy all the static content to a dedicated host or mirror the files "
|
28 |
+
"to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How"
|
29 |
+
"+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: ossdl-cdn.php:106
|
33 |
+
#, php-format
|
34 |
+
msgid ""
|
35 |
+
"<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
|
36 |
+
"s to ensure your CDN service is fully working before saving changes."
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: ossdl-cdn.php:107
|
40 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ossdl-cdn.php:134
|
44 |
+
msgid "Save Changes"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ossdl-cdn.php:136
|
48 |
+
msgid ""
|
49 |
+
"CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
|
50 |
+
"ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
|
51 |
+
"ossdl.de/\">Mark Kubacki</a>"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
#: plugins/awaitingmoderation.php:4
|
55 |
msgid "Your comment is awaiting moderation."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: plugins/awaitingmoderation.php:32
|
59 |
+
msgid "Awaiting Moderation"
|
|
|
|
|
|
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:63
|
63 |
+
#: plugins/domain-mapping.php:60 wp-cache.php:1164
|
64 |
+
msgid "Enabled"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:64
|
68 |
+
#: plugins/domain-mapping.php:61 wp-cache.php:1164
|
69 |
+
msgid "Disabled"
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: plugins/awaitingmoderation.php:36
|
73 |
+
msgid ""
|
74 |
+
"Enables or disables plugin to Remove the text \"Your comment is awaiting "
|
75 |
+
"moderation.\" when someone leaves a moderated comment."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:69
|
79 |
+
#: plugins/domain-mapping.php:66 plugins/searchengine.php:69 wp-cache.php:1523
|
80 |
msgid "enabled"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:71
|
84 |
+
#: plugins/domain-mapping.php:68 plugins/searchengine.php:67
|
85 |
+
msgid "disabled"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: plugins/awaitingmoderation.php:43
|
89 |
+
#, php-format
|
90 |
+
msgid "Awaiting Moderation is now %s"
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:74
|
94 |
+
#: plugins/domain-mapping.php:71
|
95 |
+
msgid "Update"
|
96 |
msgstr ""
|
97 |
|
98 |
#: plugins/badbehaviour.php:45
|
99 |
msgid "Bad Behaviour not found. Please check your install."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: plugins/badbehaviour.php:61
|
103 |
+
msgid "Bad Behavior"
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: plugins/badbehaviour.php:66
|
107 |
#, php-format
|
108 |
msgid ""
|
109 |
"(Only legacy caching supported, disabled compression and requires <a href="
|
111 |
"behavior/\") "
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: plugins/badbehaviour.php:72
|
115 |
+
#, php-format
|
116 |
+
msgid "Bad Behavior support is now %s"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: plugins/badbehaviour.php:81 wp-cache.php:1254 wp-cache.php:1256
|
120 |
msgid "Warning!"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: plugins/domain-mapping.php:58
|
124 |
+
msgid "Domain Mapping"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: plugins/domain-mapping.php:63
|
128 |
msgid ""
|
129 |
+
"Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-"
|
130 |
+
"mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a "
|
131 |
+
"blog."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: plugins/domain-mapping.php:69
|
135 |
+
#, php-format
|
136 |
+
msgid "Domain Mapping support is now %s"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: plugins/domain-mapping.php:83
|
140 |
msgid ""
|
141 |
"Domain Mapping plugin detected! Please go to the Supercache plugins page and "
|
142 |
"enable the domain mapping helper plugin."
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:1177
|
146 |
+
msgid "Disable"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
#: plugins/searchengine.php:71
|
150 |
#, php-format
|
151 |
msgid ""
|
159 |
"\">friendsadverts.php</a> too) "
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: plugins/searchengine.php:74 wp-cache.php:1177
|
163 |
+
msgid "Enable"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: wp-cache.php:91
|
167 |
#, php-format
|
168 |
msgid ""
|
169 |
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
|
170 |
"sample.php"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: wp-cache.php:146
|
174 |
msgid "Warning! PHP Safe Mode Enabled!"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: wp-cache.php:147
|
178 |
msgid ""
|
179 |
"You may experience problems running this plugin because SAFE MODE is enabled."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: wp-cache.php:151
|
183 |
msgid ""
|
184 |
"Your server is set up to check the owner of PHP scripts before allowing them "
|
185 |
"to read and write files."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: wp-cache.php:152
|
189 |
#, php-format
|
190 |
msgid ""
|
191 |
"You or an administrator may be able to make it work by changing the group "
|
195 |
"details."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: wp-cache.php:154
|
199 |
msgid ""
|
200 |
"You or an administrator must disable this. See the <a href=\"http://php.net/"
|
201 |
"features.safe-mode\">safe mode manual page</a> for further details. This "
|
203 |
"php.ini config file."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: wp-cache.php:160
|
207 |
msgid "Permlink Structure Error"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: wp-cache.php:161
|
211 |
msgid ""
|
212 |
"A custom url or permalink structure is required for this plugin to work "
|
213 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
214 |
"Options Page</a> to configure your permalinks."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: wp-cache.php:173
|
218 |
#, php-format
|
219 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: wp-cache.php:174
|
223 |
#, php-format
|
224 |
msgid ""
|
225 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
227 |
"operate correctly."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: wp-cache.php:175 wp-cache.php:189
|
231 |
#, php-format
|
232 |
msgid ""
|
233 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
234 |
"readme.txt"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: wp-cache.php:188
|
238 |
msgid ""
|
239 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
240 |
"required for the the correct operation of garbage collection by this plugin, "
|
241 |
"WordPress scheduled posts as well as other critical activities."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: wp-cache.php:203
|
245 |
msgid "Cannot continue... fix previous problems and retry."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: wp-cache.php:212
|
249 |
msgid "Zlib Output Compression Enabled!"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: wp-cache.php:213
|
253 |
msgid ""
|
254 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
255 |
"this is recommended as the plugin caches the compressed output once instead "
|
258 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: wp-cache.php:217
|
262 |
msgid "Mod rewrite may not be installed!"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: wp-cache.php:218
|
266 |
msgid ""
|
267 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
268 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
270 |
"static files. You will still be able to use legacy or PHP modes."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: wp-cache.php:223
|
274 |
msgid "Read Only Mode. Configuration cannot be changed."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: wp-cache.php:224
|
278 |
#, php-format
|
279 |
msgid ""
|
280 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
282 |
"any changes."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: wp-cache.php:225
|
286 |
msgid ""
|
287 |
"A simple way of doing that is by changing the permissions temporarily using "
|
288 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
289 |
"writeable and it should be fine."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: wp-cache.php:226
|
293 |
msgid "Writeable:"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: wp-cache.php:227
|
297 |
msgid "Readonly:"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: wp-cache.php:239
|
301 |
#, php-format
|
302 |
msgid "Warning! %s is writeable!"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: wp-cache.php:240
|
306 |
#, php-format
|
307 |
msgid ""
|
308 |
"You should change the permissions on %s and make it more restrictive. Use "
|
309 |
"your ftp client, or the following command to fix things:"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: wp-cache.php:248
|
313 |
msgid "Mobile rewrite rules detected"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: wp-cache.php:249
|
317 |
msgid ""
|
318 |
"For best performance you should enable \"Mobile device support\" or delete "
|
319 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
320 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: wp-cache.php:249
|
324 |
msgid ""
|
325 |
"This will have no affect on ordinary users but mobile users will see "
|
326 |
"uncached pages."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: wp-cache.php:255 wp-cache.php:266
|
330 |
msgid "Rewrite rules must be updated"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: wp-cache.php:256 wp-cache.php:267
|
334 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: wp-cache.php:257
|
338 |
msgid ""
|
339 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
340 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: wp-cache.php:258
|
344 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: wp-cache.php:259 wp-cache.php:268
|
348 |
msgid ""
|
349 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
350 |
"Mod_Rewrite Rules</strong> button."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: wp-cache.php:260
|
354 |
#, php-format
|
355 |
msgid ""
|
356 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
358 |
"regenerate them by reloading this page."
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: wp-cache.php:261
|
362 |
#, php-format
|
363 |
msgid ""
|
364 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
368 |
"*$</code> add these lines: (do it twice, once for each section)"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: wp-cache.php:274
|
372 |
msgid "Required to serve compressed supercache files properly."
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: wp-cache.php:274
|
376 |
msgid ""
|
377 |
"Required to set caching information on supercache pages. IE7 users will see "
|
378 |
"old pages without this module."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: wp-cache.php:274
|
382 |
msgid ""
|
383 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
384 |
"when they refresh or leave comments without this module."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: wp-cache.php:281
|
388 |
msgid "Missing Apache Modules"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: wp-cache.php:282
|
392 |
msgid ""
|
393 |
"The following Apache modules are missing. The plugin will work in legacy "
|
394 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
395 |
"pages or out of date content however."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: wp-cache.php:433
|
399 |
msgid ""
|
400 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
401 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
402 |
"of the readme file."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: wp-cache.php:524
|
406 |
msgid "WP Super Cache Settings"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: wp-cache.php:535
|
410 |
msgid ""
|
411 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
412 |
"Settings Page by default."
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: wp-cache.php:546
|
416 |
msgid ""
|
417 |
"Configuration file changed, some values might be wrong. Load the page again "
|
418 |
"from the \"Settings\" menu to reset them."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: wp-cache.php:566 wp-cache.php:640
|
422 |
msgid "Caching must be enabled to use this feature"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: wp-cache.php:568
|
426 |
msgid "Cache Tester"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: wp-cache.php:569
|
430 |
msgid "Test your cached website by clicking the test button below."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: wp-cache.php:576
|
434 |
#, php-format
|
435 |
msgid "Fetching %s to prime cache: "
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: wp-cache.php:578 wp-cache.php:585 wp-cache.php:592
|
439 |
msgid "OK"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: wp-cache.php:583
|
443 |
#, php-format
|
444 |
msgid "Fetching first copy of %s: "
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: wp-cache.php:590
|
448 |
#, php-format
|
449 |
msgid "Fetching second copy of %s: "
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: wp-cache.php:596
|
453 |
msgid "One or more page requests failed:"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: wp-cache.php:615 wp-cache.php:616
|
457 |
#, php-format
|
458 |
msgid "Page %d: %d (%s)"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: wp-cache.php:622
|
462 |
#, php-format
|
463 |
msgid "Page 1: %s"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: wp-cache.php:623
|
467 |
#, php-format
|
468 |
msgid "Page 2: %s"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: wp-cache.php:624
|
472 |
msgid "The timestamps on both pages match!"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: wp-cache.php:626
|
476 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: wp-cache.php:632
|
480 |
msgid "Send non-secure (non https) request for homepage"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: wp-cache.php:633
|
484 |
msgid "Test Cache"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: wp-cache.php:658 wp-cache.php:789
|
488 |
msgid "Cancel Cache Preload"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: wp-cache.php:666 wp-cache.php:677
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
msgid "Scheduled preloading of cache cancelled."
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: wp-cache.php:703 wp-cache.php:787
|
496 |
msgid "Preload Cache Now"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: wp-cache.php:707
|
500 |
msgid "Scheduled preloading of cache in 10 seconds."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: wp-cache.php:712
|
504 |
#, php-format
|
505 |
msgid "Scheduled preloading of cache in %d minutes"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: wp-cache.php:716
|
509 |
msgid ""
|
510 |
"This will cache every published post and page on your site. It will create "
|
511 |
"supercache static files so unknown visitors (including bots) will hit a "
|
513 |
"speed as a metric when judging websites now."
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: wp-cache.php:717
|
517 |
msgid ""
|
518 |
"Preloading creates lots of files however. Caching is done from the newest "
|
519 |
"post to the oldest so please consider only caching the newest if you have "
|
520 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: wp-cache.php:718
|
524 |
msgid ""
|
525 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
526 |
"old legacy files for known users, not the preloaded supercache files. This "
|
527 |
"is a recommended setting when the cache is preloaded."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: wp-cache.php:722
|
531 |
#, php-format
|
532 |
msgid ""
|
533 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
534 |
"minutes.)"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: wp-cache.php:735
|
538 |
msgid "all"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: wp-cache.php:748
|
542 |
#, php-format
|
543 |
msgid "Preload %s posts."
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: wp-cache.php:755
|
547 |
msgid ""
|
548 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: wp-cache.php:758
|
552 |
msgid "Send me status emails when files are refreshed."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: wp-cache.php:763
|
556 |
msgid "Many emails, 2 emails per 100 posts."
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: wp-cache.php:766
|
560 |
msgid "Medium, 1 email per 100 posts."
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: wp-cache.php:769
|
564 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: wp-cache.php:773
|
568 |
#, php-format
|
569 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: wp-cache.php:774
|
573 |
#, php-format
|
574 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: wp-cache.php:780
|
578 |
#, php-format
|
579 |
msgid "Currently caching from post %d to %d."
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: wp-cache.php:784
|
583 |
+
#, php-format
|
584 |
+
msgid "<strong>Page last cached:</strong> %s"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: wp-cache.php:787
|
588 |
msgid "Update Settings"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: wp-cache.php:795
|
592 |
msgid ""
|
593 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
594 |
"your host administrator."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: wp-cache.php:810 wp-cache.php:904
|
598 |
msgid "Caching"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: wp-cache.php:814
|
602 |
msgid "Cache hits to this website for quick access."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: wp-cache.php:814 wp-cache.php:815 wp-cache.php:832 wp-cache.php:837
|
606 |
+
#: wp-cache.php:840 wp-cache.php:841 wp-cache.php:907
|
607 |
msgid "Recommended"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: wp-cache.php:815
|
611 |
msgid "Use mod_rewrite to serve cache files."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: wp-cache.php:816
|
615 |
msgid "Use PHP to serve cache files."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: wp-cache.php:817
|
619 |
msgid "Legacy page caching."
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: wp-cache.php:818
|
623 |
msgid ""
|
624 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
625 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
626 |
+
"working. New users should use PHP caching."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: wp-cache.php:824
|
630 |
msgid "Miscellaneous"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: wp-cache.php:830
|
634 |
+
msgid "Warning! Compression is disabled as gzencode() function not found."
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: wp-cache.php:832
|
638 |
msgid "Compress pages so they’re served more quickly to visitors."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: wp-cache.php:833
|
642 |
msgid ""
|
643 |
"Compression is disabled by default because some hosts have problems with "
|
644 |
"compressed files. Switching it on and off clears the cache."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: wp-cache.php:837
|
648 |
msgid ""
|
649 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
650 |
"since last requested."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: wp-cache.php:838
|
654 |
msgid ""
|
655 |
"304 support is disabled by default because in the past GoDaddy had problems "
|
656 |
"with some of the headers used."
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: wp-cache.php:840
|
660 |
msgid ""
|
661 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
662 |
"comment\">known users</acronym>."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: wp-cache.php:841
|
666 |
msgid ""
|
667 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
668 |
"is being generated."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: wp-cache.php:842
|
672 |
msgid ""
|
673 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
674 |
"blog’s footer)"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: wp-cache.php:848 wp-cache.php:1016 wp-cache.php:1536
|
678 |
msgid "Advanced"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: wp-cache.php:852
|
682 |
msgid "Mobile device support."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: wp-cache.php:853
|
686 |
msgid "Clear all cache files when a post or page is published."
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: wp-cache.php:854
|
690 |
msgid "Only refresh current page when comments made."
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: wp-cache.php:855
|
694 |
msgid "List the newest cached pages on this page."
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: wp-cache.php:857
|
698 |
msgid ""
|
699 |
"Coarse file locking. You probably don’t need this but it may help if "
|
700 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
701 |
"in very rare cases!</em>"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: wp-cache.php:859
|
705 |
+
msgid ""
|
706 |
+
"Late init. Display cached files after WordPress has loaded. Most useful in "
|
707 |
+
"legacy mode."
|
708 |
+
msgstr ""
|
709 |
+
|
710 |
+
#: wp-cache.php:861
|
711 |
msgid "Use object cache to store cached files."
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: wp-cache.php:861
|
715 |
msgid "(Experimental)"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: wp-cache.php:868
|
719 |
msgid "Note:"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: wp-cache.php:870
|
723 |
#, php-format
|
724 |
msgid ""
|
725 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
728 |
"files are writeable too is probably a good idea!)"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: wp-cache.php:871
|
732 |
#, php-format
|
733 |
msgid ""
|
734 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
736 |
"uninstall WP Super Cache\"."
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: wp-cache.php:872
|
740 |
#, php-format
|
741 |
msgid ""
|
742 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
745 |
"have been answered."
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: wp-cache.php:875 wp-cache.php:922
|
749 |
msgid "Update Status"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: wp-cache.php:882
|
753 |
msgid "Accepted Filenames & Rejected URIs"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: wp-cache.php:907
|
757 |
msgid "Caching On"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: wp-cache.php:908
|
761 |
msgid "Caching Off"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: wp-cache.php:909
|
765 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: wp-cache.php:919
|
769 |
+
msgid ""
|
770 |
+
"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
|
771 |
+
"Cached files will be served using those rules. If your site is working ok "
|
772 |
+
"please ignore this message or you can edit the .htaccess file in the root of "
|
773 |
+
"your install and remove the SuperCache rules."
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: wp-cache.php:924
|
777 |
+
msgid "Recommended Links and Plugins"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: wp-cache.php:925
|
781 |
+
msgid ""
|
782 |
+
"Caching is only one part of making a website faster. Here are some other "
|
783 |
+
"plugins that will help:"
|
784 |
+
msgstr ""
|
785 |
+
|
786 |
+
#: wp-cache.php:926
|
787 |
+
#, php-format
|
788 |
+
msgid ""
|
789 |
+
"<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
|
790 |
+
"server by joining Javascript and CSS files together. Alternatively you can "
|
791 |
+
"use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached "
|
792 |
+
"pages. It does not however join JS/CSS files together."
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: wp-cache.php:927
|
796 |
+
#, php-format
|
797 |
msgid ""
|
798 |
+
"<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
|
799 |
+
"Firebug. It analyzes web pages and suggests ways to improve their "
|
800 |
+
"performance based on a set of rules for high performance web pages. Also try "
|
801 |
+
"the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: wp-cache.php:928
|
805 |
+
#, php-format
|
806 |
+
msgid ""
|
807 |
+
"<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
|
808 |
+
"used Javascript libraries from Google webservers. Ironically it may reduce "
|
809 |
+
"your Yslow score."
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: wp-cache.php:929
|
813 |
+
#, php-format
|
814 |
+
msgid ""
|
815 |
+
"<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
|
816 |
+
"Caching and cache-control</a> explains how to make your site more cacheable "
|
817 |
+
"with .htaccess rules."
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: wp-cache.php:930
|
821 |
+
#, php-format
|
822 |
+
msgid ""
|
823 |
+
"<strong>Advanced users only:</strong> Install an object cache. Choose from "
|
824 |
+
"<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
|
825 |
+
"\">eAcccelerator</a> and others."
|
826 |
+
msgstr ""
|
827 |
+
|
828 |
+
#: wp-cache.php:941
|
829 |
msgid "Make WordPress Faster"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: wp-cache.php:942
|
833 |
#, php-format
|
834 |
msgid ""
|
835 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: wp-cache.php:943
|
839 |
#, php-format
|
840 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: wp-cache.php:944
|
844 |
#, php-format
|
845 |
msgid "Please say hi to him on %s too!"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: wp-cache.php:945
|
849 |
+
msgid "Need Help?"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: wp-cache.php:947
|
853 |
+
#, php-format
|
854 |
+
msgid "<a href=\"%1$s\">Installation Help</a>"
|
855 |
+
msgstr ""
|
856 |
+
|
857 |
+
#: wp-cache.php:948
|
858 |
+
#, php-format
|
859 |
+
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
860 |
+
msgstr ""
|
861 |
+
|
862 |
+
#: wp-cache.php:949
|
863 |
+
#, php-format
|
864 |
+
msgid "<a href=\"%1$s\">Support Forum</a>"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: wp-cache.php:951
|
868 |
+
msgid "Rate This Plugin!"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: wp-cache.php:952
|
872 |
+
#, php-format
|
873 |
+
msgid ""
|
874 |
+
"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
|
875 |
+
"or not. It really helps development."
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: wp-cache.php:961
|
879 |
#, php-format
|
880 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: wp-cache.php:962
|
884 |
msgid "Newest Cached Pages:"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: wp-cache.php:966
|
888 |
#, php-format
|
889 |
msgid "Cached %s seconds ago"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: wp-cache.php:969
|
893 |
msgid "(may not always be accurate on busy sites)"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: wp-cache.php:988
|
897 |
msgid ""
|
898 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
899 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
900 |
"regular WordPress plugins."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: wp-cache.php:989
|
904 |
msgid ""
|
905 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
906 |
"WordPress actions is required to create them."
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: wp-cache.php:999
|
910 |
msgid "Available Plugins"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: wp-cache.php:1016
|
914 |
msgid "Easy"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: wp-cache.php:1016
|
918 |
+
msgid "CDN"
|
919 |
+
msgstr ""
|
920 |
+
|
921 |
+
#: wp-cache.php:1016
|
922 |
msgid "Tester & Contents"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: wp-cache.php:1016
|
926 |
msgid "Preload"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: wp-cache.php:1016
|
930 |
msgid "Plugins"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: wp-cache.php:1016
|
934 |
msgid "Debug"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: wp-cache.php:1047
|
938 |
#, php-format
|
939 |
msgid ""
|
940 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
941 |
"href=\"%s\">the main site</a> of this network."
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: wp-cache.php:1049
|
945 |
#, php-format
|
946 |
msgid ""
|
947 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
948 |
"href=\"%s\">on the main site</a> of this network."
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: wp-cache.php:1059
|
952 |
msgid "Mod Rewrite Rules"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: wp-cache.php:1065
|
956 |
msgid "WordPress MU Detected"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: wp-cache.php:1065
|
960 |
msgid ""
|
961 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
962 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
963 |
"rules above any other rules in that file."
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: wp-cache.php:1067
|
967 |
msgid "Mod Rewrite rules cannot be updated!"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: wp-cache.php:1068
|
971 |
#, php-format
|
972 |
msgid ""
|
973 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
975 |
"main WordPress mod_rewrite rules:"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: wp-cache.php:1070
|
979 |
msgid "Refresh this page when you have updated your .htaccess file."
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: wp-cache.php:1074
|
983 |
msgid "Thank you for upgrading."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: wp-cache.php:1074
|
987 |
#, php-format
|
988 |
msgid ""
|
989 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
996 |
"brave enough to use them."
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: wp-cache.php:1078
|
1000 |
msgid "Trailing slash check required."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: wp-cache.php:1078
|
1004 |
msgid ""
|
1005 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
1006 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
1009 |
"and add these two rules to the two groups of Super Cache rules:"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: wp-cache.php:1080
|
1013 |
msgid ""
|
1014 |
"You can see where the rules go and examine the complete rules by clicking "
|
1015 |
"the \"View mod_rewrite rules\" link below."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: wp-cache.php:1094
|
1019 |
msgid "Mod Rewrite rules updated!"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: wp-cache.php:1095
|
1023 |
#, php-format
|
1024 |
msgid ""
|
1025 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
1026 |
"verify they are correct. They should look like this:"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: wp-cache.php:1097
|
1030 |
msgid "Mod Rewrite rules must be updated!"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: wp-cache.php:1098
|
1034 |
#, php-format
|
1035 |
msgid ""
|
1036 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
1038 |
"WordPress rules as shown in the code below:"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: wp-cache.php:1103
|
1042 |
#, php-format
|
1043 |
msgid ""
|
1044 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
1046 |
"upgraded the plugin make sure these rules match."
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: wp-cache.php:1106
|
1050 |
msgid ""
|
1051 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
1052 |
"rules has been found. This could be simple whitespace differences but you "
|
1054 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: wp-cache.php:1109
|
1058 |
msgid "View Mod_Rewrite Rules"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: wp-cache.php:1113 wp-cache.php:2350
|
1062 |
#, php-format
|
1063 |
msgid "Rules must be added to %s too:"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: wp-cache.php:1121
|
1067 |
#, php-format
|
1068 |
msgid "Gzip encoding rules in %s.htaccess created."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
+
#: wp-cache.php:1128
|
1072 |
msgid "Fix Configuration"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: wp-cache.php:1131
|
1076 |
msgid "Restore Default Configuration"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: wp-cache.php:1139
|
1080 |
msgid ""
|
1081 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: wp-cache.php:1164
|
1085 |
msgid "Lock Down:"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: wp-cache.php:1165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1089 |
msgid ""
|
1090 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
1091 |
"down. When this is enabled, new comments on a post will not refresh the "
|
1092 |
"cached static files."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: wp-cache.php:1166
|
1096 |
msgid ""
|
1097 |
"Developers: Make your plugin lock down compatible by checking the "
|
1098 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
1099 |
"respects the WPLOCKDOWN setting."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: wp-cache.php:1168
|
1103 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: wp-cache.php:1172
|
1107 |
msgid ""
|
1108 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
1109 |
"new comments are made."
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: wp-cache.php:1174
|
1113 |
msgid ""
|
1114 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
1115 |
"files as normal."
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: wp-cache.php:1180
|
1119 |
msgid "Lock Down"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: wp-cache.php:1188
|
1123 |
msgid "Directly Cached Files"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: wp-cache.php:1246
|
1127 |
#, php-format
|
1128 |
msgid "%s removed!"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: wp-cache.php:1254
|
1132 |
#, php-format
|
1133 |
msgid ""
|
1134 |
"You must make %s writable to enable this feature. As this is a security risk "
|
1135 |
"please make it readonly after your page is generated."
|
1136 |
msgstr ""
|
1137 |
|
1138 |
+
#: wp-cache.php:1256
|
1139 |
#, php-format
|
1140 |
msgid ""
|
1141 |
"%s is writable. Please make it readonly after your page is generated as this "
|
1142 |
"is a security risk."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: wp-cache.php:1270
|
1146 |
msgid "Existing direct page"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: wp-cache.php:1270
|
1150 |
msgid "Delete cached file"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: wp-cache.php:1275
|
1154 |
msgid "Add direct page:"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: wp-cache.php:1277
|
1158 |
#, php-format
|
1159 |
msgid ""
|
1160 |
"Directly cached files are files created directly off %s where your blog "
|
1162 |
"Slashdot level of traffic to one post or page."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: wp-cache.php:1279
|
1166 |
#, php-format
|
1167 |
msgid ""
|
1168 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1170 |
"visits that page."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: wp-cache.php:1280
|
1174 |
msgid ""
|
1175 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1176 |
"the cached file."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: wp-cache.php:1285
|
1180 |
msgid "Update Direct Pages"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: wp-cache.php:1323
|
1184 |
msgid "Expiry Time & Garbage Collection"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: wp-cache.php:1325
|
1188 |
msgid "Expire time:"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: wp-cache.php:1326
|
1192 |
msgid "seconds"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: wp-cache.php:1327
|
1196 |
msgid "Garbage Collection"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: wp-cache.php:1327
|
1200 |
msgid ""
|
1201 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1202 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1203 |
"seconds after the expiry time above."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: wp-cache.php:1328
|
1207 |
msgid ""
|
1208 |
"Checking for and deleting expired files is expensive, but it’s "
|
1209 |
"expensive leaving them there too. On a very busy site you should set the "
|
1214 |
"using mod_rewrite or PHP caching."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: wp-cache.php:1329
|
1218 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: wp-cache.php:1330
|
1222 |
msgid "Change Expiration"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: wp-cache.php:1374
|
1226 |
msgid "Rejected User Agents"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: wp-cache.php:1375
|
1230 |
msgid ""
|
1231 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1232 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1233 |
"cached files are still sent to these agents if they already exists."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: wp-cache.php:1382
|
1237 |
msgid "Save UA Strings"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: wp-cache.php:1405
|
1241 |
msgid ""
|
1242 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1243 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1244 |
"complete discussion on each type."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: wp-cache.php:1408
|
1248 |
msgid "Single Posts"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: wp-cache.php:1409
|
1252 |
msgid "Pages"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: wp-cache.php:1410
|
1256 |
msgid "Front Page"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: wp-cache.php:1411
|
1260 |
msgid "Home"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: wp-cache.php:1412
|
1264 |
msgid "Archives"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: wp-cache.php:1413
|
1268 |
msgid "Tags"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: wp-cache.php:1414
|
1272 |
msgid "Category"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: wp-cache.php:1415
|
1276 |
msgid "Feeds"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: wp-cache.php:1416
|
1280 |
msgid "Search Pages"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: wp-cache.php:1418 wp-cache.php:1546
|
1284 |
msgid "Save"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: wp-cache.php:1435
|
1288 |
msgid ""
|
1289 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1290 |
"example, if your URLs include year and you dont want to cache last year "
|
1293 |
"cache that page."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: wp-cache.php:1441
|
1297 |
msgid "Save Strings"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: wp-cache.php:1457
|
1301 |
msgid ""
|
1302 |
"Add here those filenames that can be cached, even if they match one of the "
|
1303 |
"rejected substring specified above."
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: wp-cache.php:1463
|
1307 |
msgid "Save Files"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: wp-cache.php:1508
|
1311 |
msgid "Currently logging to: "
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: wp-cache.php:1518
|
1315 |
msgid ""
|
1316 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
1317 |
"emails or log them to a file in your cache directory."
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: wp-cache.php:1519
|
1321 |
msgid ""
|
1322 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
1323 |
"will clear the log file."
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: wp-cache.php:1523
|
1327 |
msgid "Debugging"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: wp-cache.php:1524
|
1331 |
msgid "Logging Type"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: wp-cache.php:1524
|
1335 |
msgid "Email"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: wp-cache.php:1525
|
1339 |
msgid "file"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: wp-cache.php:1526
|
1343 |
msgid "IP Address"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
+
#: wp-cache.php:1526
|
1347 |
#, php-format
|
1348 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: wp-cache.php:1527
|
1352 |
msgid "Log level"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: wp-cache.php:1533
|
1356 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: wp-cache.php:1536
|
1360 |
msgid ""
|
1361 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1362 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
1364 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: wp-cache.php:1537
|
1368 |
#, php-format
|
1369 |
msgid ""
|
1370 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1373 |
"emailed if there is a problem."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: wp-cache.php:1539
|
1377 |
msgid "Check front page every 5 minutes."
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: wp-cache.php:1540
|
1381 |
msgid "Front page text"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: wp-cache.php:1540
|
1385 |
msgid ""
|
1386 |
"Text to search for on your front page. If this text is missing the cache "
|
1387 |
"will be cleared. Leave blank to disable."
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: wp-cache.php:1541
|
1391 |
msgid "Clear cache on error."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: wp-cache.php:1542
|
1395 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: wp-cache.php:1556
|
1399 |
msgid ""
|
1400 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1401 |
"cache."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: wp-cache.php:1603 wp-cache.php:1765
|
1405 |
msgid "Warning"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: wp-cache.php:1603
|
1409 |
msgid ""
|
1410 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1411 |
"you disable gzip compression."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: wp-cache.php:1661 wp-cache.php:1666 wp-cache.php:1698 wp-cache.php:1703
|
1415 |
+
#: wp-cache.php:1709
|
1416 |
msgid "Error"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: wp-cache.php:1661
|
1420 |
#, php-format
|
1421 |
msgid ""
|
1422 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1423 |
"couldn’t be created by the web server. Check %s permissions."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: wp-cache.php:1666
|
1427 |
#, php-format
|
1428 |
msgid ""
|
1429 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1430 |
"to be writable for this plugin to work. Double-check it."
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: wp-cache.php:1698
|
1434 |
#, php-format
|
1435 |
msgid ""
|
1436 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1437 |
"writable by the Web server.Please delete it and refresh this page."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: wp-cache.php:1703
|
1441 |
#, php-format
|
1442 |
msgid ""
|
1443 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1444 |
"not writable by the Web server.Check its permissions."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: wp-cache.php:1709
|
1448 |
#, php-format
|
1449 |
msgid ""
|
1450 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1451 |
"installation."
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: wp-cache.php:1765
|
1455 |
#, php-format
|
1456 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: wp-cache.php:1766
|
1460 |
msgid "1. If it already exists please delete the file first."
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: wp-cache.php:1767
|
1464 |
#, php-format
|
1465 |
msgid ""
|
1466 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1469 |
"again. (Change 777 to 755 in the previous command)"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: wp-cache.php:1768
|
1473 |
#, php-format
|
1474 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: wp-cache.php:1769
|
1478 |
#, php-format
|
1479 |
msgid ""
|
1480 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1481 |
"em> doesn’t exist:"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: wp-cache.php:1770
|
1485 |
#, php-format
|
1486 |
msgid ""
|
1487 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1489 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: wp-cache.php:1793
|
1493 |
msgid ""
|
1494 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1495 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
1498 |
"true);</code></p>"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: wp-cache.php:1795
|
1502 |
msgid ""
|
1503 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1504 |
"code> file and I couldn’t modify it."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: wp-cache.php:1796
|
1508 |
#, php-format
|
1509 |
msgid ""
|
1510 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1512 |
"executed</strong> by WordPress core. "
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: wp-cache.php:1800
|
1516 |
msgid ""
|
1517 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1518 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1520 |
"moved up."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: wp-cache.php:1822
|
1524 |
msgid "Cache Contents"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: wp-cache.php:1825
|
1528 |
msgid "Object cache in use. No cache listing available."
|
1529 |
msgstr ""
|
1530 |
|
1531 |
+
#: wp-cache.php:1849
|
1532 |
#, php-format
|
1533 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: wp-cache.php:1866
|
1537 |
#, php-format
|
1538 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: wp-cache.php:1931
|
1542 |
msgid ""
|
1543 |
"Cache stats are not automatically generated. You must click the link below "
|
1544 |
"to regenerate the stats on this page."
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: wp-cache.php:1932
|
1548 |
msgid "Regenerate cache stats"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: wp-cache.php:1934
|
1552 |
#, php-format
|
1553 |
msgid "Cache stats last generated: %s minutes ago."
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: wp-cache.php:1940
|
1557 |
msgid "WP-Cache"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: wp-cache.php:1941 wp-cache.php:1957
|
1561 |
#, php-format
|
1562 |
msgid "%s Cached Pages"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: wp-cache.php:1942 wp-cache.php:1962
|
1566 |
#, php-format
|
1567 |
msgid "%s Expired Pages"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: wp-cache.php:1956
|
1571 |
msgid "WP-Super-Cache"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: wp-cache.php:1967
|
1575 |
msgid "Fresh WP-Cached Files"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
|
1579 |
msgid "URI"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: wp-cache.php:1968 wp-cache.php:1984
|
1583 |
msgid "Key"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
|
1587 |
msgid "Age"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
|
1591 |
msgid "Delete"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: wp-cache.php:1983
|
1595 |
msgid "Stale WP-Cached Files"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: wp-cache.php:1999
|
1599 |
msgid "Fresh Super Cached Files"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: wp-cache.php:2015
|
1603 |
msgid "Stale Super Cached Files"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: wp-cache.php:2031
|
1607 |
msgid "Hide file list"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: wp-cache.php:2033
|
1611 |
msgid "Too many cached files, no listing possible."
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: wp-cache.php:2035
|
1615 |
msgid "List all cached files"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: wp-cache.php:2041
|
1619 |
#, php-format
|
1620 |
msgid ""
|
1621 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1622 |
"minutes ago<br />"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: wp-cache.php:2042
|
1626 |
#, php-format
|
1627 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: wp-cache.php:2045
|
1631 |
#, php-format
|
1632 |
msgid ""
|
1633 |
"Expired files are files older than %s seconds. They are still used by the "
|
1634 |
"plugin and are deleted periodically."
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: wp-cache.php:2056
|
1638 |
msgid "Delete Expired"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: wp-cache.php:2062 wp-cache.php:2074 wp-cache.php:2237
|
1642 |
msgid "Delete Cache"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: wp-cache.php:2074
|
1646 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: wp-cache.php:2213
|
1650 |
#, php-format
|
1651 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: wp-cache.php:2246
|
1655 |
#, php-format
|
1656 |
msgid ""
|
1657 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1658 |
"to enable and configure the plugin."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: wp-cache.php:2252
|
1662 |
msgid "Settings"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: wp-cache.php:2262
|
1666 |
#, php-format
|
1667 |
msgid ""
|
1668 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1669 |
"page</a> to enable caching."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: wp-cache.php:2281
|
1673 |
#, php-format
|
1674 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: wp-cache.php:2281
|
1678 |
#, php-format
|
1679 |
msgid ""
|
1680 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1681 |
"downloading!"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: wp-cache.php:2284
|
1685 |
#, php-format
|
1686 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: wp-cache.php:2284
|
1690 |
#, php-format
|
1691 |
msgid ""
|
1692 |
"The cache on your blog has been cleared because the front page of your site "
|
1693 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: wp-cache.php:2291
|
1697 |
#, php-format
|
1698 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: wp-cache.php:2291
|
1702 |
#, php-format
|
1703 |
msgid ""
|
1704 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1705 |
"correct and missing the text, \"%2$s\"!"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: wp-cache.php:2294
|
1709 |
#, php-format
|
1710 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: wp-cache.php:2294
|
1714 |
#, php-format
|
1715 |
msgid ""
|
1716 |
"The cache on your blog has been cleared because the front page of your site "
|
1718 |
"cleared."
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: wp-cache.php:2299
|
1722 |
#, php-format
|
1723 |
msgid "[%s] Front page check!"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#: wp-cache.php:2299
|
1727 |
#, php-format
|
1728 |
msgid ""
|
1729 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1730 |
"you would like to disable this."
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: wp-cache.php:2342
|
1734 |
msgid "Cannot update .htaccess"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: wp-cache.php:2342
|
1738 |
#, php-format
|
1739 |
msgid ""
|
1740 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1741 |
"Please correct this using the chmod command or your ftp client."
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: wp-cache.php:2342
|
1745 |
msgid "Refresh this page when the file permissions have been modified."
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: wp-cache.php:2342
|
1749 |
#, php-format
|
1750 |
msgid ""
|
1751 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1752 |
"add the following code (before any WordPress rules):"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: wp-cache.php:2346
|
1756 |
#, php-format
|
1757 |
msgid ""
|
1758 |
"To serve static html files your server must have the correct mod_rewrite "
|
1759 |
"rules added to a file called <code>%s.htaccess</code>"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: wp-cache.php:2347
|
1763 |
msgid "You can edit the file yourself add the following rules."
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: wp-cache.php:2348
|
1767 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: wp-cache.php:2356
|
1771 |
msgid "Update Mod_Rewrite Rules"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: wp-cache.php:2463
|
1775 |
#, php-format
|
1776 |
msgid "[%1$s] Cache Preload Started"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: wp-cache.php:2465
|
1780 |
#, php-format
|
1781 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: wp-cache.php:2483
|
1785 |
+
#, php-format
|
1786 |
+
msgid "[%1$s] Cache Preload Stopped"
|
1787 |
+
msgstr ""
|
1788 |
+
|
1789 |
+
#: wp-cache.php:2492
|
1790 |
#, php-format
|
1791 |
msgid "[%1$s] %2$d posts refreshed"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: wp-cache.php:2492
|
1795 |
msgid "Refreshed the following posts:"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: wp-cache.php:2501
|
1799 |
#, php-format
|
1800 |
msgid "Scheduling next preload refresh in %d minutes."
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: wp-cache.php:2511
|
1804 |
#, php-format
|
1805 |
msgid "[%s] Cache Preload Completed"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: wp-cache.php:2511
|
1809 |
msgid "Cleaning up old supercache files."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: wp-cache.php:2553
|
1813 |
#, php-format
|
1814 |
msgid "[%s] Preload may have stalled."
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: wp-cache.php:2553
|
1818 |
#, php-format
|
1819 |
msgid ""
|
1820 |
"Preload has been restarted.\n"
|