1 # WP Super Cache Translation File |
1 # Copyright (C) 2012 |
2 # GPL |
2 # This file is distributed under the same license as the package. |
3 # Donncha O Caoimh, http://ocaoimh.ie/ |
3 msgid "" |
4 # |
4 msgstr "" |
5 #, fuzzy |
5 "Project-Id-Version: \n" |
6 msgid "" |
|
7 msgstr "" |
|
8 "Project-Id-Version: PACKAGE VERSION\n" |
|
9 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n" |
6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n" |
10 "POT-Creation-Date: 2009-11-13 10:27+0000\n" |
7 "POT-Creation-Date: 2012-10-04 20:30:16+00:00\n" |
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
8 "MIME-Version: 1.0\n" |
|
9 "Content-Type: text/plain; charset=UTF-8\n" |
|
10 "Content-Transfer-Encoding: 8bit\n" |
|
11 "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" |
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 "Language-Team: LANGUAGE <LL@li.org>\n" |
13 "Language-Team: LANGUAGE <LL@li.org>\n" |
14 "MIME-Version: 1.0\n" |
14 |
15 "Content-Type: text/plain; charset=CHARSET\n" |
15 #: ossdl-cdn.php:151 |
16 "Content-Transfer-Encoding: 8bit\n" |
16 msgid "" |
17 |
17 "Your website probably uses lots of static files. Image, Javascript and CSS " |
18 #: plugins/badbehaviour.php:45 |
18 "files are usually static files that could just as easily be served from " |
|
19 "another site or CDN. Therefore this plugin replaces any links in the " |
|
20 "<code>wp-content</code> and <code>wp-includes</code> directories (except for " |
|
21 "PHP files) on your site with the URL you provide below. That way you can " |
|
22 "either copy all the static content to a dedicated host or mirror the files " |
|
23 "to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How" |
|
24 "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>." |
|
25 msgstr "" |
|
26 |
|
27 #: ossdl-cdn.php:152 wp-cache.php:1159 |
|
28 msgid "" |
|
29 "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to " |
|
30 "Amazon S3/Cloudfront if you would rather not depend on origin pull. See the " |
|
31 "<a href=\"%2$s\">plugin support forum</a> if you have any queries about this " |
|
32 "plugin." |
|
33 msgstr "" |
|
34 |
|
35 #: ossdl-cdn.php:153 |
|
36 msgid "" |
|
37 "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., " |
|
38 "%s to ensure your CDN service is fully working before saving changes." |
|
39 msgstr "" |
|
40 |
|
41 #: ossdl-cdn.php:154 |
|
42 msgid "You can define different CDN URLs for each site on a multsite network." |
|
43 msgstr "" |
|
44 |
|
45 #: ossdl-cdn.php:162 |
|
46 msgid "Enable CDN Support" |
|
47 msgstr "" |
|
48 |
|
49 #: ossdl-cdn.php:165 |
|
50 msgid "Off-site URL" |
|
51 msgstr "" |
|
52 |
|
53 #: ossdl-cdn.php:168 |
|
54 msgid "" |
|
55 "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</" |
|
56 "code> please.<br />Example: <code>%2$s</code>." |
|
57 msgstr "" |
|
58 |
|
59 #: ossdl-cdn.php:172 |
|
60 msgid "Include directories" |
|
61 msgstr "" |
|
62 |
|
63 #: ossdl-cdn.php:175 |
|
64 msgid "" |
|
65 "Directories to include in static file matching. Use a comma as the " |
|
66 "delimiter. Default is <code>wp-content, wp-includes</code>, which will be " |
|
67 "enforced if this field is left empty." |
|
68 msgstr "" |
|
69 |
|
70 #: ossdl-cdn.php:179 |
|
71 msgid "Exclude if substring" |
|
72 msgstr "" |
|
73 |
|
74 #: ossdl-cdn.php:182 |
|
75 msgid "" |
|
76 "Excludes something from being rewritten if one of the above strings is found " |
|
77 "in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</" |
|
78 "code>, and always include <code>.php</code> (default)." |
|
79 msgstr "" |
|
80 |
|
81 #: ossdl-cdn.php:186 |
|
82 msgid "Additional CNAMES" |
|
83 msgstr "" |
|
84 |
|
85 #: ossdl-cdn.php:189 |
|
86 msgid "" |
|
87 "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will " |
|
88 "be used in place of %1$s for rewriting (in addition to the off-site URL " |
|
89 "above). Use a comma as the delimiter. For pages with a large number of " |
|
90 "static files, this can improve browser performance. CNAMEs may also need to " |
|
91 "be configured on your CDN.<br />Example: %2$s" |
|
92 msgstr "" |
|
93 |
|
94 #: ossdl-cdn.php:193 |
|
95 msgid "Skip https URLs to avoid \"mixed content\" errors" |
|
96 msgstr "" |
|
97 |
|
98 #: ossdl-cdn.php:197 |
|
99 msgid "Save Changes" |
|
100 msgstr "" |
|
101 |
|
102 #: ossdl-cdn.php:199 |
|
103 msgid "" |
|
104 "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/" |
|
105 "ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark." |
|
106 "ossdl.de/\">Mark Kubacki</a>" |
|
107 msgstr "" |
|
108 |
|
109 #: plugins/awaitingmoderation.php:4 |
|
110 msgid "Your comment is awaiting moderation." |
|
111 msgstr "" |
|
112 |
|
113 #: plugins/awaitingmoderation.php:32 |
|
114 msgid "Awaiting Moderation" |
|
115 msgstr "" |
|
116 |
|
117 #: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65 |
|
118 #: plugins/domain-mapping.php:75 plugins/searchengine.php:69 |
|
119 #: plugins/wptouch.php:22 wp-cache.php:1397 |
|
120 msgid "Enabled" |
|
121 msgstr "" |
|
122 |
|
123 #: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66 |
|
124 #: plugins/domain-mapping.php:76 plugins/searchengine.php:70 |
|
125 #: plugins/wptouch.php:23 wp-cache.php:1397 |
|
126 msgid "Disabled" |
|
127 msgstr "" |
|
128 |
|
129 #: plugins/awaitingmoderation.php:36 |
|
130 msgid "" |
|
131 "Enables or disables plugin to Remove the text \"Your comment is awaiting " |
|
132 "moderation.\" when someone leaves a moderated comment." |
|
133 msgstr "" |
|
134 |
|
135 #: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71 |
|
136 #: plugins/domain-mapping.php:81 plugins/searchengine.php:75 |
|
137 #: plugins/wptouch.php:28 wp-cache.php:1858 wp-cache.php:1860 |
|
138 msgid "enabled" |
|
139 msgstr "" |
|
140 |
|
141 #: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73 |
|
142 #: plugins/domain-mapping.php:83 plugins/searchengine.php:77 |
|
143 #: plugins/wptouch.php:30 |
|
144 msgid "disabled" |
|
145 msgstr "" |
|
146 |
|
147 #: plugins/awaitingmoderation.php:43 |
|
148 msgid "Awaiting Moderation is now %s" |
|
149 msgstr "" |
|
150 |
|
151 #: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76 |
|
152 #: plugins/domain-mapping.php:86 plugins/searchengine.php:80 |
|
153 #: plugins/wptouch.php:33 |
|
154 msgid "Update" |
|
155 msgstr "" |
|
156 |
|
157 #: plugins/badbehaviour.php:47 |
19 msgid "Bad Behaviour not found. Please check your install." |
158 msgid "Bad Behaviour not found. Please check your install." |
20 msgstr "" |
159 msgstr "" |
21 |
160 |
22 #: plugins/badbehaviour.php:47 plugins/badbehaviour.php:66 |
161 #: plugins/badbehaviour.php:63 |
23 #: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:709 |
162 msgid "Bad Behavior" |
24 msgid "Disable" |
163 msgstr "" |
25 msgstr "" |
164 |
26 |
165 #: plugins/badbehaviour.php:68 |
27 #: plugins/badbehaviour.php:55 plugins/searchengine.php:67 |
166 msgid "" |
28 msgid "disabled" |
167 "(Only legacy caching supported, disabled compression and requires <a href=" |
29 msgstr "" |
|
30 |
|
31 #: plugins/badbehaviour.php:57 plugins/searchengine.php:69 wp-cache.php:1052 |
|
32 msgid "enabled" |
|
33 msgstr "" |
|
34 |
|
35 #: plugins/badbehaviour.php:60 |
|
36 #, php-format |
|
37 msgid "Bad Behaviour support is %s" |
|
38 msgstr "" |
|
39 |
|
40 #: plugins/badbehaviour.php:62 |
|
41 #, php-format |
|
42 msgid "" |
|
43 "(Only half-on caching supported, disabled compression and requires <a href=" |
|
44 "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-" |
168 "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-" |
45 "behavior/\") " |
169 "behavior/\") " |
46 msgstr "" |
170 msgstr "" |
47 |
171 |
48 #: plugins/badbehaviour.php:64 plugins/searchengine.php:74 wp-cache.php:709 |
172 #: plugins/badbehaviour.php:74 |
|
173 msgid "Bad Behavior support is now %s" |
|
174 msgstr "" |
|
175 |
|
176 #: plugins/badbehaviour.php:83 wp-cache.php:1487 wp-cache.php:1492 |
|
177 msgid "Warning!" |
|
178 msgstr "" |
|
179 |
|
180 #: plugins/domain-mapping.php:73 |
|
181 msgid "Domain Mapping" |
|
182 msgstr "" |
|
183 |
|
184 #: plugins/domain-mapping.php:78 |
|
185 msgid "" |
|
186 "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-" |
|
187 "mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a " |
|
188 "blog." |
|
189 msgstr "" |
|
190 |
|
191 #: plugins/domain-mapping.php:84 |
|
192 msgid "Domain Mapping support is now %s" |
|
193 msgstr "" |
|
194 |
|
195 #: plugins/domain-mapping.php:98 |
|
196 msgid "" |
|
197 "Domain Mapping plugin detected! Please go to the Supercache plugins page and " |
|
198 "enable the domain mapping helper plugin." |
|
199 msgstr "" |
|
200 |
|
201 #: plugins/multisite.php:13 |
|
202 msgid "Cached" |
|
203 msgstr "" |
|
204 |
|
205 #: plugins/multisite.php:31 wp-cache.php:1410 |
49 msgid "Enable" |
206 msgid "Enable" |
50 msgstr "" |
207 msgstr "" |
51 |
208 |
52 #: plugins/badbehaviour.php:70 wp-cache.php:786 wp-cache.php:788 |
209 #: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1410 |
53 msgid "Warning!" |
210 msgid "Disable" |
54 msgstr "" |
211 msgstr "" |
55 |
212 |
56 #: plugins/searchengine.php:71 |
213 #: plugins/multisite.php:39 |
57 #, php-format |
214 msgid "Caching has been disabled on this blog on the Network Admin Sites page." |
58 msgid "" |
215 msgstr "" |
59 "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for " |
216 |
60 "Friends</a> plugin is %s" |
217 #: plugins/searchengine.php:67 |
|
218 msgid "No Adverts for Friends" |
61 msgstr "" |
219 msgstr "" |
62 |
220 |
63 #: plugins/searchengine.php:72 |
221 #: plugins/searchengine.php:72 |
64 msgid "" |
222 msgid "" |
65 "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/" |
223 "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/" |
66 "\">friendsadverts.php</a> too) " |
224 "\">No Adverts for Friends</a>." |
67 msgstr "" |
225 msgstr "" |
68 |
226 |
69 #: wp-cache.php:87 |
227 #: plugins/searchengine.php:78 |
70 #, php-format |
228 msgid "No Adverts for Friends support is now %s" |
|
229 msgstr "" |
|
230 |
|
231 #: plugins/wptouch.php:20 |
|
232 msgid "WPTouch" |
|
233 msgstr "" |
|
234 |
|
235 #: plugins/wptouch.php:25 |
|
236 msgid "" |
|
237 "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/" |
|
238 "\">WPTouch</a> mobile theme and plugin." |
|
239 msgstr "" |
|
240 |
|
241 #: plugins/wptouch.php:31 |
|
242 msgid "WPTouch support is now %s" |
|
243 msgstr "" |
|
244 |
|
245 #: plugins/wptouch.php:45 |
|
246 msgid "" |
|
247 "WPTouch plugin detected! Please go to the Supercache plugins page and enable " |
|
248 "the WPTouch helper plugin." |
|
249 msgstr "" |
|
250 |
|
251 #: wp-cache-phase2.php:1248 |
|
252 msgid "Cache expiry cron job failed. Job will run again in 10 seconds." |
|
253 msgstr "" |
|
254 |
|
255 #: wp-cache-phase2.php:1252 |
|
256 msgid "" |
|
257 "Cache expiry cron job took more than 30 seconds. You should probably run the " |
|
258 "garbage collector more often." |
|
259 msgstr "" |
|
260 |
|
261 #: wp-cache-phase2.php:1261 |
|
262 msgid "[%1$s] WP Super Cache GC Report" |
|
263 msgstr "" |
|
264 |
|
265 #: wp-cache.php:99 |
71 msgid "" |
266 msgid "" |
72 "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-" |
267 "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-" |
73 "sample.php" |
268 "sample.php" |
74 msgstr "" |
269 msgstr "" |
75 |
270 |
|
271 #: wp-cache.php:165 |
|
272 msgid "Warning! PHP Safe Mode Enabled!" |
|
273 msgstr "" |
|
274 |
|
275 #: wp-cache.php:166 |
|
276 msgid "" |
|
277 "You may experience problems running this plugin because SAFE MODE is enabled." |
|
278 msgstr "" |
|
279 |
76 #: wp-cache.php:170 |
280 #: wp-cache.php:170 |
77 msgid "WP Super Cache Manager" |
|
78 msgstr "" |
|
79 |
|
80 #: wp-cache.php:172 |
|
81 msgid "Warning! PHP Safe Mode Enabled!" |
|
82 msgstr "" |
|
83 |
|
84 #: wp-cache.php:173 |
|
85 msgid "" |
|
86 "You may experience problems running this plugin because SAFE MODE is enabled." |
|
87 msgstr "" |
|
88 |
|
89 #: wp-cache.php:175 |
|
90 msgid "" |
281 msgid "" |
91 "Your server is set up to check the owner of PHP scripts before allowing them " |
282 "Your server is set up to check the owner of PHP scripts before allowing them " |
92 "to read and write files." |
283 "to read and write files." |
93 msgstr "" |
284 msgstr "" |
94 |
285 |
95 #: wp-cache.php:176 |
286 #: wp-cache.php:171 |
96 #, php-format |
|
97 msgid "" |
287 msgid "" |
98 "You or an administrator may be able to make it work by changing the group " |
288 "You or an administrator may be able to make it work by changing the group " |
99 "owner of the plugin scripts to match that of the web server user. The group " |
289 "owner of the plugin scripts to match that of the web server user. The group " |
100 "owner of the %s/cache/ directory must also be changed. See the <a href=" |
290 "owner of the %s/cache/ directory must also be changed. See the <a href=" |
101 "\"http://php.net/features.safe-mode\">safe mode manual page</a> for further " |
291 "\"http://php.net/features.safe-mode\">safe mode manual page</a> for further " |
102 "details." |
292 "details." |
103 msgstr "" |
293 msgstr "" |
104 |
294 |
105 #: wp-cache.php:178 |
295 #: wp-cache.php:173 |
106 msgid "" |
296 msgid "" |
107 "You or an administrator must disable this. See the <a href=\"http://php.net/" |
297 "You or an administrator must disable this. See the <a href=\"http://php.net/" |
108 "features.safe-mode\">safe mode manual page</a> for further details. This " |
298 "features.safe-mode\">safe mode manual page</a> for further details. This " |
109 "cannot be disabled in a .htaccess file unfortunately. It must be done in the " |
299 "cannot be disabled in a .htaccess file unfortunately. It must be done in the " |
110 "php.ini config file." |
300 "php.ini config file." |
111 msgstr "" |
301 msgstr "" |
112 |
302 |
113 #: wp-cache.php:189 |
303 #: wp-cache.php:179 |
114 msgid "" |
304 msgid "Permlink Structure Error" |
115 "Configuration file changed, some values might be wrong. Load the page again " |
305 msgstr "" |
116 "from the \"Settings\" menu to reset them." |
306 |
117 msgstr "" |
307 #: wp-cache.php:180 |
118 |
308 msgid "" |
119 #: wp-cache.php:195 |
309 "A custom url or permalink structure is required for this plugin to work " |
120 msgid "Cannot continue... fix previous problems and retry." |
310 "correctly. Please go to the <a href=\"options-permalink.php\">Permalinks " |
121 msgstr "" |
311 "Options Page</a> to configure your permalinks." |
122 |
312 msgstr "" |
123 #: wp-cache.php:211 |
313 |
124 #, php-format |
314 #: wp-cache.php:192 |
125 msgid "Warning! Your hostname \"%s\" resolves to %s" |
315 msgid "Warning! Your hostname \"%s\" resolves to %s" |
126 msgstr "" |
316 msgstr "" |
127 |
317 |
128 #: wp-cache.php:213 |
318 #: wp-cache.php:193 |
129 #, php-format |
|
130 msgid "" |
319 msgid "" |
131 "Your server thinks your hostname resolves to %s. Some services such as " |
320 "Your server thinks your hostname resolves to %s. Some services such as " |
132 "garbage collection by this plugin, and WordPress scheduled posts may not " |
321 "garbage collection by this plugin, and WordPress scheduled posts may not " |
133 "operate correctly." |
322 "operate correctly." |
134 msgstr "" |
323 msgstr "" |
135 |
324 |
136 #: wp-cache.php:214 wp-cache.php:228 |
325 #: wp-cache.php:194 wp-cache.php:208 |
137 #, php-format |
|
138 msgid "" |
326 msgid "" |
139 "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the " |
327 "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the " |
140 "readme.txt" |
328 "readme.txt" |
141 msgstr "" |
329 msgstr "" |
142 |
330 |
143 #: wp-cache.php:227 |
331 #: wp-cache.php:207 |
144 msgid "" |
332 msgid "" |
145 "Unfortunately WordPress cannot find the file wp-cron.php. This script is " |
333 "Unfortunately WordPress cannot find the file wp-cron.php. This script is " |
146 "required for the the correct operation of garbage collection by this plugin, " |
334 "required for the the correct operation of garbage collection by this plugin, " |
147 "WordPress scheduled posts as well as other critical activities." |
335 "WordPress scheduled posts as well as other critical activities." |
148 msgstr "" |
336 msgstr "" |
149 |
337 |
150 #: wp-cache.php:239 |
338 #: wp-cache.php:221 |
|
339 msgid "Cannot continue... fix previous problems and retry." |
|
340 msgstr "" |
|
341 |
|
342 #: wp-cache.php:230 |
|
343 msgid "Zlib Output Compression Enabled!" |
|
344 msgstr "" |
|
345 |
|
346 #: wp-cache.php:231 |
|
347 msgid "" |
|
348 "PHP is compressing the data sent to the visitors of your site. Disabling " |
|
349 "this is recommended as the plugin caches the compressed output once instead " |
|
350 "of compressing the same page over and over again. Also see #21 in the " |
|
351 "Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib." |
|
352 "configuration.php\">this page</a> for instructions on modifying your php.ini." |
|
353 msgstr "" |
|
354 |
|
355 #: wp-cache.php:235 |
151 msgid "Mod rewrite may not be installed!" |
356 msgid "Mod rewrite may not be installed!" |
152 msgstr "" |
357 msgstr "" |
153 |
358 |
154 #: wp-cache.php:240 |
359 #: wp-cache.php:236 |
155 msgid "" |
360 msgid "" |
156 "It appears that mod_rewrite is not installed. Sometimes this check isn’" |
361 "It appears that mod_rewrite is not installed. Sometimes this check isn’" |
157 "t 100% reliable, especially if you are not using Apache. Please verify that " |
362 "t 100% reliable, especially if you are not using Apache. Please verify that " |
158 "the mod_rewrite module is loaded. It is required for serving Super Cache " |
363 "the mod_rewrite module is loaded. It is required for serving Super Cache " |
159 "static files. You will still be able to use half-on mode." |
364 "static files. You will still be able to use legacy or PHP modes." |
160 msgstr "" |
365 msgstr "" |
161 |
366 |
162 #: wp-cache.php:245 |
367 #: wp-cache.php:242 |
163 msgid "Read Only Mode. Configuration cannot be changed." |
368 msgid "Read Only Mode. Configuration cannot be changed." |
164 msgstr "" |
369 msgstr "" |
165 |
370 |
166 #: wp-cache.php:245 |
371 #: wp-cache.php:243 |
167 msgid "Why your configuration may not be changed" |
|
168 msgstr "" |
|
169 |
|
170 #: wp-cache.php:245 |
|
171 msgid "Why" |
|
172 msgstr "" |
|
173 |
|
174 #: wp-cache.php:247 |
|
175 #, php-format |
|
176 msgid "" |
372 msgid "" |
177 "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> " |
373 "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> " |
178 "and cannot be modified. That file must be writeable by the webserver to make " |
374 "and cannot be modified. That file must be writeable by the webserver to make " |
179 "any changes." |
375 "any changes." |
180 msgstr "" |
376 msgstr "" |
181 |
377 |
182 #: wp-cache.php:248 |
378 #: wp-cache.php:244 |
183 msgid "" |
379 msgid "" |
184 "A simple way of doing that is by changing the permissions temporarily using " |
380 "A simple way of doing that is by changing the permissions temporarily using " |
185 "the CHMOD command or through your ftp client. Make sure it’s globally " |
381 "the CHMOD command or through your ftp client. Make sure it’s globally " |
186 "writeable and it should be fine." |
382 "writeable and it should be fine." |
187 msgstr "" |
383 msgstr "" |
188 |
384 |
189 #: wp-cache.php:249 |
385 #: wp-cache.php:245 wp-cache.php:294 |
|
386 msgid "" |
|
387 "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</" |
|
388 "a> explains how to change file permissions." |
|
389 msgstr "" |
|
390 |
|
391 #: wp-cache.php:246 |
190 msgid "Writeable:" |
392 msgid "Writeable:" |
191 msgstr "" |
393 msgstr "" |
192 |
394 |
193 #: wp-cache.php:250 |
395 #: wp-cache.php:247 |
194 msgid "Readonly:" |
396 msgid "Readonly:" |
195 msgstr "" |
397 msgstr "" |
196 |
398 |
197 #: wp-cache.php:262 |
399 #: wp-cache.php:265 |
198 #, php-format |
400 msgid "Warning! Garbage collection is not scheduled!" |
|
401 msgstr "" |
|
402 |
|
403 #: wp-cache.php:266 |
|
404 msgid "" |
|
405 "Garbage collection by this plugin clears out expired and old cached pages on " |
|
406 "a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it." |
|
407 msgstr "" |
|
408 |
|
409 #: wp-cache.php:271 wp-cache.php:299 wp-cache.php:369 |
|
410 msgid "Dismiss" |
|
411 msgstr "" |
|
412 |
|
413 #: wp-cache.php:292 |
199 msgid "Warning! %s is writeable!" |
414 msgid "Warning! %s is writeable!" |
200 msgstr "" |
415 msgstr "" |
201 |
416 |
202 #: wp-cache.php:263 |
417 #: wp-cache.php:293 |
203 #, php-format |
|
204 msgid "" |
418 msgid "" |
205 "You should change the permissions on %s and make it more restrictive. Use " |
419 "You should change the permissions on %s and make it more restrictive. Use " |
206 "your ftp client, or the following command to fix things:" |
420 "your ftp client, or the following command to fix things:" |
207 msgstr "" |
421 msgstr "" |
208 |
422 |
209 #: wp-cache.php:354 |
423 #: wp-cache.php:311 |
210 msgid "WP Super Cache Status" |
424 msgid "Mobile rewrite rules detected" |
211 msgstr "" |
425 msgstr "" |
212 |
426 |
213 #: wp-cache.php:357 |
427 #: wp-cache.php:312 |
214 msgid "ON" |
428 msgid "" |
215 msgstr "" |
429 "For best performance you should enable \"Mobile device support\" or delete " |
216 |
430 "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the " |
217 #: wp-cache.php:357 |
431 "text \"2.0\\ MMP|240x320\" and delete those." |
218 msgid "WP Cache and Super Cache enabled" |
432 msgstr "" |
219 msgstr "" |
433 |
220 |
434 #: wp-cache.php:312 |
221 #: wp-cache.php:358 |
435 msgid "" |
222 msgid "HALF ON" |
436 "This will have no affect on ordinary users but mobile users will see " |
223 msgstr "" |
437 "uncached pages." |
224 |
438 msgstr "" |
225 #: wp-cache.php:358 |
439 |
226 msgid "Super Cache Disabled, only legacy WP-Cache caching." |
440 #: wp-cache.php:318 wp-cache.php:329 |
227 msgstr "" |
441 msgid "Rewrite rules must be updated" |
228 |
442 msgstr "" |
229 #: wp-cache.php:359 |
443 |
230 msgid "OFF" |
444 #: wp-cache.php:319 wp-cache.php:330 |
231 msgstr "" |
445 msgid "The rewrite rules required by this plugin have changed or are missing. " |
232 |
446 msgstr "" |
233 #: wp-cache.php:359 |
447 |
234 msgid "WP Cache and Super Cache disabled" |
448 #: wp-cache.php:320 |
235 msgstr "" |
449 msgid "" |
236 |
450 "Mobile support requires extra rules in your .htaccess file, or you can set " |
237 #: wp-cache.php:360 |
451 "the plugin to legacy mode. Here are your options (in order of difficulty):" |
238 msgid "Don’t cache pages for logged in users." |
452 msgstr "" |
239 msgstr "" |
453 |
240 |
454 #: wp-cache.php:321 |
241 #: wp-cache.php:361 |
455 msgid "Set the plugin to legacy mode and enable mobile support." |
242 msgid "" |
456 msgstr "" |
243 "Proudly tell the world your server is Digg proof! (places a message in your " |
457 |
244 "blog’s footer)" |
458 #: wp-cache.php:322 wp-cache.php:331 |
245 msgstr "" |
459 msgid "" |
246 |
460 "Scroll down the Advanced Settings page and click the <strong>Update " |
247 #: wp-cache.php:362 |
461 "Mod_Rewrite Rules</strong> button." |
248 msgid "" |
462 msgstr "" |
249 "Clear all cache files when a post or page is published. (This may " |
463 |
250 "significantly slow down saving of posts.)" |
464 #: wp-cache.php:323 |
|
465 msgid "" |
|
466 "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN " |
|
467 "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin " |
|
468 "regenerate them by reloading this page." |
|
469 msgstr "" |
|
470 |
|
471 #: wp-cache.php:324 |
|
472 msgid "" |
|
473 "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed " |
|
474 "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</" |
|
475 "code>. There are two sections that look very similar. Just below the line " |
|
476 "<code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_)." |
|
477 "*$</code> add these lines: (do it twice, once for each section)" |
|
478 msgstr "" |
|
479 |
|
480 #: wp-cache.php:337 |
|
481 msgid "Required to serve compressed supercache files properly." |
|
482 msgstr "" |
|
483 |
|
484 #: wp-cache.php:337 |
|
485 msgid "" |
|
486 "Required to set caching information on supercache pages. IE7 users will see " |
|
487 "old pages without this module." |
|
488 msgstr "" |
|
489 |
|
490 #: wp-cache.php:337 |
|
491 msgid "" |
|
492 "Set the expiry date on supercached pages. Visitors may not see new pages " |
|
493 "when they refresh or leave comments without this module." |
|
494 msgstr "" |
|
495 |
|
496 #: wp-cache.php:344 |
|
497 msgid "Missing Apache Modules" |
|
498 msgstr "" |
|
499 |
|
500 #: wp-cache.php:345 |
|
501 msgid "" |
|
502 "The following Apache modules are missing. The plugin will work in legacy " |
|
503 "mode without them. In full Supercache mode, your visitors may see corrupted " |
|
504 "pages or out of date content however." |
251 msgstr "" |
505 msgstr "" |
252 |
506 |
253 #: wp-cache.php:363 |
507 #: wp-cache.php:363 |
|
508 msgid ".htaccess file may need to be moved" |
|
509 msgstr "" |
|
510 |
|
511 #: wp-cache.php:364 |
|
512 msgid "" |
|
513 "It appears you have WordPress installed in a sub directory as described <a " |
|
514 "href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</" |
|
515 "a>. Unfortunately WordPress writes to the .htaccess in the install " |
|
516 "directory, not where your site is served from.<br />When you update the " |
|
517 "rewrite rules in this plugin you will have to copy the file to where your " |
|
518 "site is hosted. This will be fixed in the future." |
|
519 msgstr "" |
|
520 |
|
521 #: wp-cache.php:590 |
|
522 msgid "" |
|
523 "<strong>Warning!</strong> You attempted to enable compression but <code>zlib." |
|
524 "output_compression</code> is enabled. See #21 in the Troubleshooting section " |
|
525 "of the readme file." |
|
526 msgstr "" |
|
527 |
|
528 #: wp-cache.php:686 |
|
529 msgid "WP Super Cache Settings" |
|
530 msgstr "" |
|
531 |
|
532 #: wp-cache.php:700 |
|
533 msgid "" |
|
534 "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced " |
|
535 "Settings Page by default." |
|
536 msgstr "" |
|
537 |
|
538 #: wp-cache.php:711 |
|
539 msgid "" |
|
540 "Configuration file changed, some values might be wrong. Load the page again " |
|
541 "from the \"Settings\" menu to reset them." |
|
542 msgstr "" |
|
543 |
|
544 #: wp-cache.php:743 |
|
545 msgid "Caching must be enabled to use this feature" |
|
546 msgstr "" |
|
547 |
|
548 #: wp-cache.php:761 wp-cache.php:901 |
|
549 msgid "Cancel Cache Preload" |
|
550 msgstr "" |
|
551 |
|
552 #: wp-cache.php:769 |
|
553 msgid "" |
|
554 "Scheduled preloading of cache almost cancelled. It may take up to a minute " |
|
555 "for it to cancel completely." |
|
556 msgstr "" |
|
557 |
|
558 #: wp-cache.php:780 |
|
559 msgid "Scheduled preloading of cache cancelled." |
|
560 msgstr "" |
|
561 |
|
562 #: wp-cache.php:812 wp-cache.php:899 |
|
563 msgid "Preload Cache Now" |
|
564 msgstr "" |
|
565 |
|
566 #: wp-cache.php:816 |
|
567 msgid "Scheduled preloading of cache in 10 seconds." |
|
568 msgstr "" |
|
569 |
|
570 #: wp-cache.php:821 |
|
571 msgid "Scheduled preloading of cache in %d minutes" |
|
572 msgstr "" |
|
573 |
|
574 #: wp-cache.php:825 |
|
575 msgid "" |
|
576 "This will cache every published post and page on your site. It will create " |
|
577 "supercache static files so unknown visitors (including bots) will hit a " |
|
578 "cached page. This will probably help your Google ranking as they are using " |
|
579 "speed as a metric when judging websites now." |
|
580 msgstr "" |
|
581 |
|
582 #: wp-cache.php:826 |
|
583 msgid "" |
|
584 "Preloading creates lots of files however. Caching is done from the newest " |
|
585 "post to the oldest so please consider only caching the newest if you have " |
|
586 "lots (10,000+) of posts. This is especially important on shared hosting." |
|
587 msgstr "" |
|
588 |
|
589 #: wp-cache.php:827 |
|
590 msgid "" |
|
591 "In ’Preload Mode’ regular garbage collection will only clean out " |
|
592 "old legacy files for known users, not the preloaded supercache files. This " |
|
593 "is a recommended setting when the cache is preloaded." |
|
594 msgstr "" |
|
595 |
|
596 #: wp-cache.php:831 |
|
597 msgid "" |
|
598 "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d " |
|
599 "minutes.)" |
|
600 msgstr "" |
|
601 |
|
602 #: wp-cache.php:844 |
|
603 msgid "all" |
|
604 msgstr "" |
|
605 |
|
606 #: wp-cache.php:857 |
|
607 msgid "Preload %s posts." |
|
608 msgstr "" |
|
609 |
|
610 #: wp-cache.php:864 |
|
611 msgid "" |
|
612 "Preload mode (garbage collection only on legacy cache files. Recommended.)" |
|
613 msgstr "" |
|
614 |
|
615 #: wp-cache.php:867 |
|
616 msgid "Preload tags, categories and other taxonomies." |
|
617 msgstr "" |
|
618 |
|
619 #: wp-cache.php:870 |
|
620 msgid "Send me status emails when files are refreshed." |
|
621 msgstr "" |
|
622 |
|
623 #: wp-cache.php:875 |
|
624 msgid "Many emails, 2 emails per 100 posts." |
|
625 msgstr "" |
|
626 |
|
627 #: wp-cache.php:878 |
|
628 msgid "Medium, 1 email per 100 posts." |
|
629 msgstr "" |
|
630 |
|
631 #: wp-cache.php:881 |
|
632 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts." |
|
633 msgstr "" |
|
634 |
|
635 #: wp-cache.php:885 |
|
636 msgid "Refresh of cache in %d hours %d minutes and %d seconds." |
|
637 msgstr "" |
|
638 |
|
639 #: wp-cache.php:886 |
|
640 msgid "Full refresh of cache in %d hours %d minutes and %d seconds." |
|
641 msgstr "" |
|
642 |
|
643 #: wp-cache.php:892 |
|
644 msgid "Currently caching from post %d to %d." |
|
645 msgstr "" |
|
646 |
|
647 #: wp-cache.php:896 |
|
648 msgid "<strong>Page last cached:</strong> %s" |
|
649 msgstr "" |
|
650 |
|
651 #: wp-cache.php:899 |
|
652 msgid "Update Settings" |
|
653 msgstr "" |
|
654 |
|
655 #: wp-cache.php:907 |
|
656 msgid "" |
|
657 "Preloading of cache disabled. Please disable legacy page caching or talk to " |
|
658 "your host administrator." |
|
659 msgstr "" |
|
660 |
|
661 #: wp-cache.php:924 wp-cache.php:1035 |
|
662 msgid "Caching" |
|
663 msgstr "" |
|
664 |
|
665 #: wp-cache.php:928 |
|
666 msgid "Cache hits to this website for quick access." |
|
667 msgstr "" |
|
668 |
|
669 #: wp-cache.php:928 wp-cache.php:929 wp-cache.php:946 wp-cache.php:955 |
|
670 #: wp-cache.php:962 wp-cache.php:965 wp-cache.php:982 wp-cache.php:1038 |
|
671 msgid "Recommended" |
|
672 msgstr "" |
|
673 |
|
674 #: wp-cache.php:929 |
|
675 msgid "Use mod_rewrite to serve cache files." |
|
676 msgstr "" |
|
677 |
|
678 #: wp-cache.php:930 |
|
679 msgid "Use PHP to serve cache files." |
|
680 msgstr "" |
|
681 |
|
682 #: wp-cache.php:931 |
|
683 msgid "Legacy page caching." |
|
684 msgstr "" |
|
685 |
|
686 #: wp-cache.php:932 |
|
687 msgid "" |
|
688 "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, " |
|
689 "while legacy caching is slower again, but more flexible and also easy to get " |
|
690 "working. New users should use PHP caching." |
|
691 msgstr "" |
|
692 |
|
693 #: wp-cache.php:938 |
|
694 msgid "Miscellaneous" |
|
695 msgstr "" |
|
696 |
|
697 #: wp-cache.php:944 |
|
698 msgid "Warning! Compression is disabled as gzencode() function not found." |
|
699 msgstr "" |
|
700 |
|
701 #: wp-cache.php:946 |
|
702 msgid "Compress pages so they’re served more quickly to visitors." |
|
703 msgstr "" |
|
704 |
|
705 #: wp-cache.php:947 |
|
706 msgid "" |
|
707 "Compression is disabled by default because some hosts have problems with " |
|
708 "compressed files. Switching it on and off clears the cache." |
|
709 msgstr "" |
|
710 |
|
711 #: wp-cache.php:955 |
|
712 msgid "" |
|
713 "304 Not Modified browser caching. Indicate when a page has not been modified " |
|
714 "since last requested." |
|
715 msgstr "" |
|
716 |
|
717 #: wp-cache.php:958 |
|
718 msgid "" |
|
719 "Warning! 304 browser caching is only supported when not using mod_rewrite " |
|
720 "caching." |
|
721 msgstr "" |
|
722 |
|
723 #: wp-cache.php:960 |
|
724 msgid "" |
|
725 "304 support is disabled by default because in the past GoDaddy had problems " |
|
726 "with some of the headers used." |
|
727 msgstr "" |
|
728 |
|
729 #: wp-cache.php:962 |
|
730 msgid "" |
|
731 "Don’t cache pages for <acronym title=\"Logged in users and those that " |
|
732 "comment\">known users</acronym>." |
|
733 msgstr "" |
|
734 |
|
735 #: wp-cache.php:963 |
|
736 msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)" |
|
737 msgstr "" |
|
738 |
|
739 #: wp-cache.php:964 |
|
740 msgid "" |
|
741 "Make known users anonymous so they’re served supercached static files." |
|
742 msgstr "" |
|
743 |
|
744 #: wp-cache.php:965 |
254 msgid "" |
745 msgid "" |
255 "Cache rebuild. Serve a supercache file to anonymous users while a new file " |
746 "Cache rebuild. Serve a supercache file to anonymous users while a new file " |
256 "is being generated. Recommended for <em>very</em> busy websites with lots of " |
747 "is being generated." |
257 "comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete." |
748 msgstr "" |
258 msgstr "" |
749 |
259 |
750 #: wp-cache.php:966 |
260 #: wp-cache.php:365 |
751 msgid "" |
|
752 "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! " |
|
753 "(places a message in your blog’s footer)" |
|
754 msgstr "" |
|
755 |
|
756 #: wp-cache.php:972 wp-cache.php:1248 wp-cache.php:1867 |
|
757 msgid "Advanced" |
|
758 msgstr "" |
|
759 |
|
760 #: wp-cache.php:976 |
|
761 msgid "" |
|
762 "Mobile device support. (External plugin or theme required. See the <a href=" |
|
763 "\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for " |
|
764 "further details.)" |
|
765 msgstr "" |
|
766 |
|
767 #: wp-cache.php:978 |
|
768 msgid "Mobile Browsers" |
|
769 msgstr "" |
|
770 |
|
771 #: wp-cache.php:978 |
|
772 msgid "Mobile Prefixes" |
|
773 msgstr "" |
|
774 |
|
775 #: wp-cache.php:980 |
|
776 msgid "" |
|
777 "Remove UTF8/blog charset support from .htaccess file. Only necessary if you " |
|
778 "see odd characters or punctuation looks incorrect. Requires rewrite rules " |
|
779 "update." |
|
780 msgstr "" |
|
781 |
|
782 #: wp-cache.php:981 |
|
783 msgid "Clear all cache files when a post or page is published or updated." |
|
784 msgstr "" |
|
785 |
|
786 #: wp-cache.php:982 |
|
787 msgid "Extra homepage checks. (Very occasionally stops homepage caching)" |
|
788 msgstr "" |
|
789 |
|
790 #: wp-cache.php:983 |
|
791 msgid "Only refresh current page when comments made." |
|
792 msgstr "" |
|
793 |
|
794 #: wp-cache.php:984 |
|
795 msgid "List the newest cached pages on this page." |
|
796 msgstr "" |
|
797 |
|
798 #: wp-cache.php:986 |
261 msgid "" |
799 msgid "" |
262 "Coarse file locking. You probably don’t need this but it may help if " |
800 "Coarse file locking. You probably don’t need this but it may help if " |
263 "your server is underpowered. Warning! <em>May cause your server to lock up " |
801 "your server is underpowered. Warning! <em>May cause your server to lock up " |
264 "in very rare cases!</em>" |
802 "in very rare cases!</em>" |
265 msgstr "" |
803 msgstr "" |
266 |
804 |
267 #: wp-cache.php:367 |
805 #: wp-cache.php:988 |
268 msgid "" |
806 msgid "" |
269 "List the newest cached pages (may be expensive to run on busy sites, use " |
807 "Late init. Display cached files after WordPress has loaded. Most useful in " |
270 "with caution.)" |
808 "legacy mode." |
271 msgstr "" |
809 msgstr "" |
272 |
810 |
273 #: wp-cache.php:368 |
811 #: wp-cache.php:990 |
274 msgid "Mobile device support." |
812 msgid "Use object cache to store cached files." |
275 msgstr "" |
813 msgstr "" |
276 |
814 |
277 #: wp-cache.php:373 |
815 #: wp-cache.php:990 |
278 msgid "Mobile rewrite rules detected" |
816 msgid "(Experimental)" |
279 msgstr "" |
817 msgstr "" |
280 |
818 |
281 #: wp-cache.php:374 |
819 #: wp-cache.php:992 |
282 msgid "" |
820 msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>" |
283 "For best performance you should enable \"Mobile device support\" or delete " |
821 msgstr "" |
284 "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the " |
822 |
285 "text \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" and " |
823 #: wp-cache.php:998 |
286 "delete those." |
|
287 msgstr "" |
|
288 |
|
289 #: wp-cache.php:374 |
|
290 msgid "" |
|
291 "This will have no affect on ordinary users but mobile users will see " |
|
292 "uncached pages." |
|
293 msgstr "" |
|
294 |
|
295 #: wp-cache.php:377 |
|
296 msgid "" |
|
297 "Mobile support requires extra rules in your .htaccess file, or you can set " |
|
298 "the plugin to half-on mode. Here are your options (in order of difficulty):" |
|
299 msgstr "" |
|
300 |
|
301 #: wp-cache.php:378 |
|
302 msgid "Set the plugin to half on mode and enable mobile support." |
|
303 msgstr "" |
|
304 |
|
305 #: wp-cache.php:379 |
|
306 #, php-format |
|
307 msgid "" |
|
308 "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN " |
|
309 "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin " |
|
310 "regenerate them by reloading this page." |
|
311 msgstr "" |
|
312 |
|
313 #: wp-cache.php:380 |
|
314 msgid "" |
|
315 "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed " |
|
316 "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</" |
|
317 "code>. There are two sections that look very similar. Just below the line " |
|
318 "<code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> " |
|
319 "add this line: (do it twice, once for each section)" |
|
320 msgstr "" |
|
321 |
|
322 #: wp-cache.php:383 |
|
323 msgid "Note:" |
824 msgid "Note:" |
324 msgstr "" |
825 msgstr "" |
325 |
826 |
326 #: wp-cache.php:383 |
827 #: wp-cache.php:1000 |
327 #, php-format |
828 msgid "" |
|
829 "Uninstall this plugin on the plugins page. It will automatically clean up " |
|
830 "after itself. If manual intervention is required then simple instructions " |
|
831 "are provided." |
|
832 msgstr "" |
|
833 |
|
834 #: wp-cache.php:1001 |
328 msgid "" |
835 msgid "" |
329 "If uninstalling this plugin, make sure the directory <em>%s</em> is " |
836 "If uninstalling this plugin, make sure the directory <em>%s</em> is " |
330 "writeable by the webserver so the files <em>advanced-cache.php</em> and " |
837 "writeable by the webserver so the files <em>advanced-cache.php</em> and " |
331 "<em>cache-config.php</em> can be deleted automatically. (Making sure those " |
838 "<em>cache-config.php</em> can be deleted automatically. (Making sure those " |
332 "files are writeable too is probably a good idea!)" |
839 "files are writeable too is probably a good idea!)" |
333 msgstr "" |
840 msgstr "" |
334 |
841 |
335 #: wp-cache.php:384 |
842 #: wp-cache.php:1002 |
336 #, php-format |
843 msgid "" |
337 msgid "" |
844 "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for " |
338 "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall " |
845 "instructions on uninstalling this script. Look for the heading, \"How to " |
339 "script</a> to remove files and directories created by the plugin. (Please " |
846 "uninstall WP Super Cache\"." |
340 "see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for " |
847 msgstr "" |
341 "instructions on uninstalling this script.)" |
848 |
342 msgstr "" |
849 #: wp-cache.php:1003 |
343 |
850 msgid "" |
344 #: wp-cache.php:386 |
851 "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It " |
|
852 "includes installation documentation, a FAQ and Troubleshooting tips. The <a " |
|
853 "href=\"%2$s\">support forum</a> is also available. Your question may already " |
|
854 "have been answered." |
|
855 msgstr "" |
|
856 |
|
857 #: wp-cache.php:1006 wp-cache.php:1053 |
345 msgid "Update Status" |
858 msgid "Update Status" |
346 msgstr "" |
859 msgstr "" |
347 |
860 |
348 #: wp-cache.php:393 |
861 #: wp-cache.php:1013 |
349 msgid "Required to serve compressed supercache files properly." |
862 msgid "Accepted Filenames & Rejected URIs" |
350 msgstr "" |
863 msgstr "" |
351 |
864 |
352 #: wp-cache.php:393 |
865 #: wp-cache.php:1038 |
353 msgid "" |
866 msgid "Caching On" |
354 "Required to set caching information on supercache pages. IE7 users will see " |
867 msgstr "" |
355 "old pages without this module." |
868 |
356 msgstr "" |
869 #: wp-cache.php:1039 |
357 |
870 msgid "Caching Off" |
358 #: wp-cache.php:393 |
871 msgstr "" |
359 msgid "" |
872 |
360 "Set the expiry date on supercached pages. Visitors may not see new pages " |
873 #: wp-cache.php:1040 |
361 "when they refresh or leave comments without this module." |
874 msgid "Note: enables PHP caching, cache rebuild, and mobile support" |
362 msgstr "" |
875 msgstr "" |
363 |
876 |
364 #: wp-cache.php:400 |
877 #: wp-cache.php:1050 |
365 msgid "Missing Apache Modules" |
878 msgid "" |
366 msgstr "" |
879 "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. " |
367 |
880 "Cached files will be served using those rules. If your site is working ok " |
368 #: wp-cache.php:401 |
881 "please ignore this message or you can edit the .htaccess file in the root of " |
369 msgid "" |
882 "your install and remove the SuperCache rules." |
370 "The following Apache modules are missing. The plugin will work in half-on " |
883 msgstr "" |
371 "mode without them. In full Supercache mode, your visitors may see corrupted " |
884 |
372 "pages or out of date content however." |
885 #: wp-cache.php:1055 |
373 msgstr "" |
886 msgid "Cache Tester" |
374 |
887 msgstr "" |
375 #: wp-cache.php:413 |
888 |
|
889 #: wp-cache.php:1056 |
|
890 msgid "Test your cached website by clicking the test button below." |
|
891 msgstr "" |
|
892 |
|
893 #: wp-cache.php:1062 |
|
894 msgid "Fetching %s to prime cache: " |
|
895 msgstr "" |
|
896 |
|
897 #: wp-cache.php:1064 wp-cache.php:1073 wp-cache.php:1085 |
|
898 msgid "OK" |
|
899 msgstr "" |
|
900 |
|
901 #: wp-cache.php:1067 |
|
902 msgid "Fetching first copy of %s: " |
|
903 msgstr "" |
|
904 |
|
905 #: wp-cache.php:1076 wp-cache.php:1087 |
|
906 msgid "FAILED" |
|
907 msgstr "" |
|
908 |
|
909 #: wp-cache.php:1079 |
|
910 msgid "Fetching second copy of %s: " |
|
911 msgstr "" |
|
912 |
|
913 #: wp-cache.php:1091 |
|
914 msgid "One or more page requests failed:" |
|
915 msgstr "" |
|
916 |
|
917 #: wp-cache.php:1110 wp-cache.php:1111 |
|
918 msgid "Page %d: %d (%s)" |
|
919 msgstr "" |
|
920 |
|
921 #: wp-cache.php:1117 |
|
922 msgid "Page 1: %s" |
|
923 msgstr "" |
|
924 |
|
925 #: wp-cache.php:1118 |
|
926 msgid "Page 2: %s" |
|
927 msgstr "" |
|
928 |
|
929 #: wp-cache.php:1119 |
|
930 msgid "The timestamps on both pages match!" |
|
931 msgstr "" |
|
932 |
|
933 #: wp-cache.php:1121 |
|
934 msgid "The pages do not match! Timestamps differ or were not found!" |
|
935 msgstr "" |
|
936 |
|
937 #: wp-cache.php:1122 |
|
938 msgid "Things you can do:" |
|
939 msgstr "" |
|
940 |
|
941 #: wp-cache.php:1123 |
|
942 msgid "" |
|
943 "Load your homepage in a logged out browser, check the timestamp at the end " |
|
944 "of the html source. Load the page again and compare the timestamp. Caching " |
|
945 "is working if the timestamps match." |
|
946 msgstr "" |
|
947 |
|
948 #: wp-cache.php:1124 |
|
949 msgid "" |
|
950 "Enable logging on the Debug page here. That should help you track down the " |
|
951 "problem." |
|
952 msgstr "" |
|
953 |
|
954 #: wp-cache.php:1125 |
|
955 msgid "" |
|
956 "You should check Page 1 and Page 2 above for errors. Your local server " |
|
957 "configuration may not allow your website to access itself." |
|
958 msgstr "" |
|
959 |
|
960 #: wp-cache.php:1133 |
|
961 msgid "Send non-secure (non https) request for homepage" |
|
962 msgstr "" |
|
963 |
|
964 #: wp-cache.php:1134 |
|
965 msgid "Test Cache" |
|
966 msgstr "" |
|
967 |
|
968 #: wp-cache.php:1138 |
|
969 msgid "Delete Cached Pages" |
|
970 msgstr "" |
|
971 |
|
972 #: wp-cache.php:1139 |
|
973 msgid "" |
|
974 "Cached pages are stored on your server as html and PHP files. If you need to " |
|
975 "delete them use the button below." |
|
976 msgstr "" |
|
977 |
|
978 #: wp-cache.php:1142 wp-cache.php:2408 wp-cache.php:2427 wp-cache.php:2598 |
|
979 #: wp-cache.php:3122 |
|
980 msgid "Delete Cache" |
|
981 msgstr "" |
|
982 |
|
983 #: wp-cache.php:1149 wp-cache.php:2414 |
|
984 msgid "Delete Cache On All Blogs" |
|
985 msgstr "" |
|
986 |
|
987 #: wp-cache.php:1154 |
|
988 msgid "Recommended Links and Plugins" |
|
989 msgstr "" |
|
990 |
|
991 #: wp-cache.php:1155 |
|
992 msgid "" |
|
993 "Caching is only one part of making a website faster. Here are some other " |
|
994 "plugins that will help:" |
|
995 msgstr "" |
|
996 |
|
997 #: wp-cache.php:1156 |
|
998 msgid "" |
|
999 "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages " |
|
1000 "by removing whitespaces and extra characters " |
|
1001 msgstr "" |
|
1002 |
|
1003 #: wp-cache.php:1157 |
|
1004 msgid "" |
|
1005 "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on " |
|
1006 "Firebug. It analyzes web pages and suggests ways to improve their " |
|
1007 "performance based on a set of rules for high performance web pages. Also try " |
|
1008 "the performance tools online at <a href=\"%s\">GTMetrix</a>." |
|
1009 msgstr "" |
|
1010 |
|
1011 #: wp-cache.php:1158 |
|
1012 msgid "" |
|
1013 "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly " |
|
1014 "used Javascript libraries from Google webservers. Ironically it may reduce " |
|
1015 "your Yslow score." |
|
1016 msgstr "" |
|
1017 |
|
1018 #: wp-cache.php:1160 |
|
1019 msgid "" |
|
1020 "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with " |
|
1021 "Caching and cache-control</a> explains how to make your site more cacheable " |
|
1022 "with .htaccess rules." |
|
1023 msgstr "" |
|
1024 |
|
1025 #: wp-cache.php:1161 |
|
1026 msgid "" |
|
1027 "<strong>Advanced users only:</strong> Install an object cache. Choose from " |
|
1028 "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s" |
|
1029 "\">eAcccelerator</a> and others." |
|
1030 msgstr "" |
|
1031 |
|
1032 #: wp-cache.php:1162 |
|
1033 msgid "" |
|
1034 "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug " |
|
1035 "garbage collection and preload problems." |
|
1036 msgstr "" |
|
1037 |
|
1038 #: wp-cache.php:1173 |
376 msgid "Make WordPress Faster" |
1039 msgid "Make WordPress Faster" |
377 msgstr "" |
1040 msgstr "" |
378 |
1041 |
379 #: wp-cache.php:415 |
1042 #: wp-cache.php:1174 |
380 #, php-format |
|
381 msgid "" |
|
382 "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by " |
|
383 "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" " |
|
384 "for whatever amount you want. Every penny helps!" |
|
385 msgstr "" |
|
386 |
|
387 #: wp-cache.php:416 |
|
388 #, php-format |
|
389 msgid "" |
|
390 "If Amazon isn’t your thing, there’s also PayPal. Click the " |
|
391 "\"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</" |
|
392 "a>." |
|
393 msgstr "" |
|
394 |
|
395 #: wp-cache.php:417 |
|
396 msgid "Thanks in advance!" |
|
397 msgstr "" |
|
398 |
|
399 #: wp-cache.php:418 |
|
400 msgid "" |
|
401 "Ok, it won’t go any faster but you’ll make this plugin author " |
|
402 "very happy!" |
|
403 msgstr "" |
|
404 |
|
405 #: wp-cache.php:426 |
|
406 msgid "Don’t show me this again." |
|
407 msgstr "" |
|
408 |
|
409 #: wp-cache.php:426 |
|
410 msgid "Hide" |
|
411 msgstr "" |
|
412 |
|
413 #: wp-cache.php:429 |
|
414 #, php-format |
|
415 msgid "" |
1043 msgid "" |
416 "%1$s is maintained and developed by %2$s with contributions from many others." |
1044 "%1$s is maintained and developed by %2$s with contributions from many others." |
417 msgstr "" |
1045 msgstr "" |
418 |
1046 |
419 #: wp-cache.php:430 |
1047 #: wp-cache.php:1175 |
420 #, php-format |
1048 msgid "He blogs at %1$s and posts photos at %2$s." |
421 msgid "" |
1049 msgstr "" |
422 "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he " |
1050 |
423 "had more time to read and relax." |
1051 #: wp-cache.php:1176 |
424 msgstr "" |
|
425 |
|
426 #: wp-cache.php:431 |
|
427 #, php-format |
|
428 msgid "Please say hi to him on %s too!" |
1052 msgid "Please say hi to him on %s too!" |
429 msgstr "" |
1053 msgstr "" |
430 |
1054 |
431 #: wp-cache.php:440 |
1055 #: wp-cache.php:1177 |
432 #, php-format |
1056 msgid "Need Help?" |
|
1057 msgstr "" |
|
1058 |
|
1059 #: wp-cache.php:1179 |
|
1060 msgid "" |
|
1061 "Use the debug system in the Debug tab above. It will tell you what the " |
|
1062 "plugin is doing." |
|
1063 msgstr "" |
|
1064 |
|
1065 #: wp-cache.php:1180 |
|
1066 msgid "<a href=\"%1$s\">Installation Help</a>" |
|
1067 msgstr "" |
|
1068 |
|
1069 #: wp-cache.php:1181 |
|
1070 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>" |
|
1071 msgstr "" |
|
1072 |
|
1073 #: wp-cache.php:1182 |
|
1074 msgid "<a href=\"%1$s\">Support Forum</a>" |
|
1075 msgstr "" |
|
1076 |
|
1077 #: wp-cache.php:1183 |
|
1078 msgid "<a href=\"%1$s\">Development Version</a>" |
|
1079 msgstr "" |
|
1080 |
|
1081 #: wp-cache.php:1185 |
|
1082 msgid "Rate This Plugin!" |
|
1083 msgstr "" |
|
1084 |
|
1085 #: wp-cache.php:1186 |
|
1086 msgid "" |
|
1087 "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you " |
|
1088 "or not. It really helps development." |
|
1089 msgstr "" |
|
1090 |
|
1091 #: wp-cache.php:1195 |
433 msgid "Cached pages since %1$s : <strong>%2$s</strong>" |
1092 msgid "Cached pages since %1$s : <strong>%2$s</strong>" |
434 msgstr "" |
1093 msgstr "" |
435 |
1094 |
436 #: wp-cache.php:441 |
1095 #: wp-cache.php:1196 |
437 msgid "Newest Cached Pages:" |
1096 msgid "Newest Cached Pages:" |
438 msgstr "" |
1097 msgstr "" |
439 |
1098 |
440 #: wp-cache.php:445 |
1099 #: wp-cache.php:1200 |
441 #, php-format |
|
442 msgid "Cached %s seconds ago" |
1100 msgid "Cached %s seconds ago" |
443 msgstr "" |
1101 msgstr "" |
444 |
1102 |
445 #: wp-cache.php:448 |
1103 #: wp-cache.php:1203 |
446 msgid "(may not always be accurate on busy sites)" |
1104 msgid "(may not always be accurate on busy sites)" |
447 msgstr "" |
1105 msgstr "" |
448 |
1106 |
449 #: wp-cache.php:469 |
1107 #: wp-cache.php:1219 |
450 msgid "Accepted Filenames & Rejected URIs" |
1108 msgid "" |
451 msgstr "" |
1109 "Cache plugins are PHP scripts that live in a plugins folder inside the wp-" |
452 |
1110 "super-cache folder. They are loaded when Supercache loads, much sooner than " |
453 #: wp-cache.php:494 |
1111 "regular WordPress plugins." |
454 msgid "Cache Plugins" |
1112 msgstr "" |
455 msgstr "" |
1113 |
456 |
1114 #: wp-cache.php:1220 |
457 #: wp-cache.php:505 wp-cache.php:516 |
1115 msgid "" |
458 msgid "Super Cache Compression" |
1116 "This is strictly an advanced feature only and knowledge of both PHP and " |
459 msgstr "" |
1117 "WordPress actions is required to create them." |
460 |
1118 msgstr "" |
461 #: wp-cache.php:506 |
1119 |
462 msgid "Compression is enabled by default when in <em>HALF ON</em> mode." |
1120 #: wp-cache.php:1221 |
463 msgstr "" |
1121 msgid "" |
464 |
1122 "<strong>Warning</strong>! Due to the way WordPress upgrades plugins the " |
465 #: wp-cache.php:518 wp-cache.php:696 |
1123 "plugins you upload to wp-super-cache/plugins/ will be deleted when you " |
466 msgid "Enabled" |
1124 "upgrade WP Super Cache. You can avoid this by loading the plugins from " |
467 msgstr "" |
1125 "elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in " |
468 |
1126 "wp-config.php and WP Super Cache will look there instead.<br />More info " |
469 #: wp-cache.php:519 wp-cache.php:696 |
1127 "available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/" |
470 msgid "Disabled" |
1128 "\">developer documentation</a>." |
471 msgstr "" |
1129 msgstr "" |
472 |
1130 |
473 #: wp-cache.php:520 |
1131 #: wp-cache.php:1231 |
474 msgid "" |
1132 msgid "Available Plugins" |
475 "Compression is disabled by default because some hosts have problems with " |
1133 msgstr "" |
476 "compressed files. Switching this on and off clears the cache." |
1134 |
477 msgstr "" |
1135 #: wp-cache.php:1248 |
478 |
1136 msgid "Easy" |
479 #: wp-cache.php:523 |
1137 msgstr "" |
480 msgid "Super Cache compression is now disabled." |
1138 |
481 msgstr "" |
1139 #: wp-cache.php:1248 |
482 |
1140 msgid "CDN" |
483 #: wp-cache.php:525 |
1141 msgstr "" |
484 msgid "Super Cache compression is now enabled." |
1142 |
485 msgstr "" |
1143 #: wp-cache.php:1248 |
486 |
1144 msgid "Contents" |
487 #: wp-cache.php:527 |
1145 msgstr "" |
488 msgid "Update Compression" |
1146 |
489 msgstr "" |
1147 #: wp-cache.php:1248 |
490 |
1148 msgid "Preload" |
491 #: wp-cache.php:534 |
1149 msgstr "" |
|
1150 |
|
1151 #: wp-cache.php:1248 |
|
1152 msgid "Plugins" |
|
1153 msgstr "" |
|
1154 |
|
1155 #: wp-cache.php:1248 |
|
1156 msgid "Debug" |
|
1157 msgstr "" |
|
1158 |
|
1159 #: wp-cache.php:1283 |
|
1160 msgid "" |
|
1161 "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a " |
|
1162 "href=\"%s\">the main site</a> of this network." |
|
1163 msgstr "" |
|
1164 |
|
1165 #: wp-cache.php:1292 |
492 msgid "Mod Rewrite Rules" |
1166 msgid "Mod Rewrite Rules" |
493 msgstr "" |
1167 msgstr "" |
494 |
1168 |
495 #: wp-cache.php:581 |
1169 #: wp-cache.php:1298 |
496 msgid "WordPress MU Detected" |
1170 msgid "WordPress MU Detected" |
497 msgstr "" |
1171 msgstr "" |
498 |
1172 |
499 #: wp-cache.php:581 |
1173 #: wp-cache.php:1298 |
500 msgid "" |
1174 msgid "" |
501 "Unfortunately the rewrite rules cannot be updated automatically when running " |
1175 "Unfortunately the rewrite rules cannot be updated automatically when running " |
502 "WordPress MU. Please open your .htaccess and add the following mod_rewrite " |
1176 "WordPress MU. Please open your .htaccess and add the following mod_rewrite " |
503 "rules above any other rules in that file." |
1177 "rules above any other rules in that file." |
504 msgstr "" |
1178 msgstr "" |
505 |
1179 |
506 #: wp-cache.php:583 |
1180 #: wp-cache.php:1300 |
507 msgid "Mod Rewrite rules cannot be updated!" |
1181 msgid "Mod Rewrite rules cannot be updated!" |
508 msgstr "" |
1182 msgstr "" |
509 |
1183 |
510 #: wp-cache.php:584 |
1184 #: wp-cache.php:1301 |
511 #, php-format |
|
512 msgid "" |
1185 msgid "" |
513 "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s." |
1186 "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s." |
514 "htaccess for the auto update to work. They look like this and surround the " |
1187 "htaccess for the auto update to work. They look like this and surround the " |
515 "main WordPress mod_rewrite rules:" |
1188 "main WordPress mod_rewrite rules:" |
516 msgstr "" |
1189 msgstr "" |
517 |
1190 |
518 #: wp-cache.php:586 |
1191 #: wp-cache.php:1303 |
519 msgid "Refresh this page when you have updated your .htaccess file." |
1192 msgid "Refresh this page when you have updated your .htaccess file." |
520 msgstr "" |
1193 msgstr "" |
521 |
1194 |
522 #: wp-cache.php:590 |
1195 #: wp-cache.php:1307 |
523 msgid "Thank you for upgrading." |
1196 msgid "Thank you for upgrading." |
524 msgstr "" |
1197 msgstr "" |
525 |
1198 |
526 #: wp-cache.php:590 |
1199 #: wp-cache.php:1307 |
527 #, php-format |
|
528 msgid "" |
1200 msgid "" |
529 "The mod_rewrite rules changed since you last installed this plugin. " |
1201 "The mod_rewrite rules changed since you last installed this plugin. " |
530 "Unfortunately you must remove the old supercache rules before the new ones " |
1202 "Unfortunately you must remove the old supercache rules before the new ones " |
531 "are updated. Refresh this page when you have edited your .htaccess file. If " |
1203 "are updated. Refresh this page when you have edited your .htaccess file. If " |
532 "you wish to manually upgrade, change the following line: %1$s so it looks " |
1204 "you wish to manually upgrade, change the following line: %1$s so it looks " |
534 "and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change " |
1206 "and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change " |
535 "but it’s backwards compatible with older versions if you’re " |
1207 "but it’s backwards compatible with older versions if you’re " |
536 "brave enough to use them." |
1208 "brave enough to use them." |
537 msgstr "" |
1209 msgstr "" |
538 |
1210 |
539 #: wp-cache.php:594 |
1211 #: wp-cache.php:1311 |
540 msgid "Trailing slash check required." |
1212 msgid "Trailing slash check required." |
541 msgstr "" |
1213 msgstr "" |
542 |
1214 |
543 #: wp-cache.php:594 |
1215 #: wp-cache.php:1311 |
544 msgid "" |
1216 msgid "" |
545 "It looks like your blog has URLs that end with a \"/\". Unfortunately since " |
1217 "It looks like your blog has URLs that end with a \"/\". Unfortunately since " |
546 "you installed this plugin a duplicate content bug has been found where URLs " |
1218 "you installed this plugin a duplicate content bug has been found where URLs " |
547 "not ending in a \"/\" end serve the same content as those with the \"/\" and " |
1219 "not ending in a \"/\" end serve the same content as those with the \"/\" and " |
548 "do not redirect to the proper URL. To fix, you must edit your .htaccess file " |
1220 "do not redirect to the proper URL. To fix, you must edit your .htaccess file " |
549 "and add these two rules to the two groups of Super Cache rules:" |
1221 "and add these two rules to the two groups of Super Cache rules:" |
550 msgstr "" |
1222 msgstr "" |
551 |
1223 |
552 #: wp-cache.php:596 |
1224 #: wp-cache.php:1313 |
553 msgid "" |
1225 msgid "" |
554 "You can see where the rules go and examine the complete rules by clicking " |
1226 "You can see where the rules go and examine the complete rules by clicking " |
555 "the \"View mod_rewrite rules\" link below." |
1227 "the \"View mod_rewrite rules\" link below." |
556 msgstr "" |
1228 msgstr "" |
557 |
1229 |
558 #: wp-cache.php:608 |
1230 #: wp-cache.php:1327 |
559 msgid "Cannot update .htaccess" |
|
560 msgstr "" |
|
561 |
|
562 #: wp-cache.php:608 |
|
563 #, php-format |
|
564 msgid "" |
|
565 "The file <code>%s.htaccess</code> cannot be modified by the web server. " |
|
566 "Please correct this using the chmod command or your ftp client." |
|
567 msgstr "" |
|
568 |
|
569 #: wp-cache.php:608 |
|
570 msgid "Refresh this page when the file permissions have been modified." |
|
571 msgstr "" |
|
572 |
|
573 #: wp-cache.php:608 |
|
574 #, php-format |
|
575 msgid "" |
|
576 "Alternatively, you can edit your <code>%s.htaccess</code> file manually and " |
|
577 "add the following code (before any WordPress rules):" |
|
578 msgstr "" |
|
579 |
|
580 #: wp-cache.php:611 |
|
581 #, php-format |
|
582 msgid "" |
|
583 "To serve static html files your server must have the correct mod_rewrite " |
|
584 "rules added to a file called <code>%s.htaccess</code>" |
|
585 msgstr "" |
|
586 |
|
587 #: wp-cache.php:613 |
|
588 msgid "You must edit the file yourself add the following rules." |
|
589 msgstr "" |
|
590 |
|
591 #: wp-cache.php:615 |
|
592 msgid "You can edit the file yourself add the following rules." |
|
593 msgstr "" |
|
594 |
|
595 #: wp-cache.php:617 |
|
596 msgid " Make sure they appear before any existing WordPress rules. " |
|
597 msgstr "" |
|
598 |
|
599 #: wp-cache.php:619 wp-cache.php:646 |
|
600 #, php-format |
|
601 msgid "Rules must be added to %s too:" |
|
602 msgstr "" |
|
603 |
|
604 #: wp-cache.php:624 |
|
605 msgid "Update Mod_Rewrite Rules" |
|
606 msgstr "" |
|
607 |
|
608 #: wp-cache.php:633 |
|
609 msgid "Mod Rewrite rules updated!" |
1231 msgid "Mod Rewrite rules updated!" |
610 msgstr "" |
1232 msgstr "" |
611 |
1233 |
612 #: wp-cache.php:634 |
1234 #: wp-cache.php:1328 |
613 #, php-format |
|
614 msgid "" |
1235 msgid "" |
615 "%s.htaccess has been updated with the necessary mod_rewrite rules. Please " |
1236 "%s.htaccess has been updated with the necessary mod_rewrite rules. Please " |
616 "verify they are correct. They should look like this:" |
1237 "verify they are correct. They should look like this:" |
617 msgstr "" |
1238 msgstr "" |
618 |
1239 |
619 #: wp-cache.php:636 |
1240 #: wp-cache.php:1330 |
620 msgid "Mod Rewrite rules must be updated!" |
1241 msgid "Mod Rewrite rules must be updated!" |
621 msgstr "" |
1242 msgstr "" |
622 |
1243 |
623 #: wp-cache.php:637 |
1244 #: wp-cache.php:1331 |
624 #, php-format |
|
625 msgid "" |
1245 msgid "" |
626 "Your %s.htaccess is not writable by the webserver and must be updated with " |
1246 "Your %s.htaccess is not writable by the webserver and must be updated with " |
627 "the necessary mod_rewrite rules. The new rules go above the regular " |
1247 "the necessary mod_rewrite rules. The new rules go above the regular " |
628 "WordPress rules as shown in the code below:" |
1248 "WordPress rules as shown in the code below:" |
629 msgstr "" |
1249 msgstr "" |
630 |
1250 |
631 #: wp-cache.php:642 |
1251 #: wp-cache.php:1336 |
632 #, php-format |
|
633 msgid "" |
1252 msgid "" |
634 "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /" |
1253 "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /" |
635 "> Click the following link to see the lines added to that file. If you have " |
1254 "> Click the following link to see the lines added to that file. If you have " |
636 "upgraded the plugin make sure these rules match." |
1255 "upgraded the plugin make sure these rules match." |
637 msgstr "" |
1256 msgstr "" |
638 |
1257 |
639 #: wp-cache.php:643 |
1258 #: wp-cache.php:1339 |
|
1259 msgid "" |
|
1260 "A difference between the rules in your .htaccess file and the plugin rewrite " |
|
1261 "rules has been found. This could be simple whitespace differences but you " |
|
1262 "should compare the rules in the file with those below as soon as possible. " |
|
1263 "Click the ’Update Mod_Rewrite Rules’ button to update the rules." |
|
1264 msgstr "" |
|
1265 |
|
1266 #: wp-cache.php:1341 |
640 msgid "View Mod_Rewrite Rules" |
1267 msgid "View Mod_Rewrite Rules" |
641 msgstr "" |
1268 msgstr "" |
642 |
1269 |
643 #: wp-cache.php:654 |
1270 #: wp-cache.php:1347 wp-cache.php:2714 |
644 #, php-format |
1271 msgid "Rules must be added to %s too:" |
|
1272 msgstr "" |
|
1273 |
|
1274 #: wp-cache.php:1354 |
645 msgid "Gzip encoding rules in %s.htaccess created." |
1275 msgid "Gzip encoding rules in %s.htaccess created." |
646 msgstr "" |
1276 msgstr "" |
647 |
1277 |
648 #: wp-cache.php:661 |
1278 #: wp-cache.php:1361 |
649 msgid "Fix Configuration" |
1279 msgid "Fix Configuration" |
650 msgstr "" |
1280 msgstr "" |
651 |
1281 |
652 #: wp-cache.php:664 |
1282 #: wp-cache.php:1364 |
653 msgid "Restore Default Configuration" |
1283 msgid "Restore Default Configuration" |
654 msgstr "" |
1284 msgstr "" |
655 |
1285 |
656 #: wp-cache.php:672 |
1286 #: wp-cache.php:1372 |
657 msgid "" |
1287 msgid "" |
658 "Comment moderation is enabled. Your comment may take some time to appear." |
1288 "Comment moderation is enabled. Your comment may take some time to appear." |
659 msgstr "" |
1289 msgstr "" |
660 |
1290 |
661 #: wp-cache.php:696 |
1291 #: wp-cache.php:1397 |
662 msgid "Lock Down:" |
1292 msgid "Lock Down:" |
663 msgstr "" |
1293 msgstr "" |
664 |
1294 |
665 #: wp-cache.php:697 |
1295 #: wp-cache.php:1398 |
666 msgid "" |
1296 msgid "" |
667 "Prepare your server for an expected spike in traffic by enabling the lock " |
1297 "Prepare your server for an expected spike in traffic by enabling the lock " |
668 "down. When this is enabled, new comments on a post will not refresh the " |
1298 "down. When this is enabled, new comments on a post will not refresh the " |
669 "cached static files." |
1299 "cached static files." |
670 msgstr "" |
1300 msgstr "" |
671 |
1301 |
672 #: wp-cache.php:698 |
1302 #: wp-cache.php:1399 |
673 msgid "" |
1303 msgid "" |
674 "Developers: Make your plugin lock down compatible by checking the " |
1304 "Developers: Make your plugin lock down compatible by checking the " |
675 "\"WPLOCKDOWN\" constant. The following code will make sure your plugin " |
1305 "\"WPLOCKDOWN\" constant. The following code will make sure your plugin " |
676 "respects the WPLOCKDOWN setting." |
1306 "respects the WPLOCKDOWN setting." |
677 msgstr "" |
1307 msgstr "" |
678 |
1308 |
679 #: wp-cache.php:700 |
1309 #: wp-cache.php:1401 |
680 msgid "Sorry. My blog is locked down. Updates will appear shortly" |
1310 msgid "Sorry. My blog is locked down. Updates will appear shortly" |
681 msgstr "" |
1311 msgstr "" |
682 |
1312 |
683 #: wp-cache.php:704 |
1313 #: wp-cache.php:1405 |
684 msgid "" |
1314 msgid "" |
685 "WordPress is locked down. Super Cache static files will not be deleted when " |
1315 "WordPress is locked down. Super Cache static files will not be deleted when " |
686 "new comments are made." |
1316 "new comments are made." |
687 msgstr "" |
1317 msgstr "" |
688 |
1318 |
689 #: wp-cache.php:706 |
1319 #: wp-cache.php:1407 |
690 msgid "" |
1320 msgid "" |
691 "WordPress is not locked down. New comments will refresh Super Cache static " |
1321 "WordPress is not locked down. New comments will refresh Super Cache static " |
692 "files as normal." |
1322 "files as normal." |
693 msgstr "" |
1323 msgstr "" |
694 |
1324 |
695 #: wp-cache.php:712 |
1325 #: wp-cache.php:1413 |
696 msgid "Lock Down" |
1326 msgid "Lock Down" |
697 msgstr "" |
1327 msgstr "" |
698 |
1328 |
699 #: wp-cache.php:720 |
1329 #: wp-cache.php:1421 |
700 msgid "Directly Cached Files" |
1330 msgid "Directly Cached Files" |
701 msgstr "" |
1331 msgstr "" |
702 |
1332 |
703 #: wp-cache.php:778 |
1333 #: wp-cache.php:1479 |
704 #, php-format |
|
705 msgid "%s removed!" |
1334 msgid "%s removed!" |
706 msgstr "" |
1335 msgstr "" |
707 |
1336 |
708 #: wp-cache.php:786 |
1337 #: wp-cache.php:1487 |
709 #, php-format |
|
710 msgid "" |
1338 msgid "" |
711 "You must make %s writable to enable this feature. As this is a security risk " |
1339 "You must make %s writable to enable this feature. As this is a security risk " |
712 "please make it readonly after your page is generated." |
1340 "please make it readonly after your page is generated." |
713 msgstr "" |
1341 msgstr "" |
714 |
1342 |
715 #: wp-cache.php:788 |
1343 #: wp-cache.php:1492 |
716 #, php-format |
|
717 msgid "" |
1344 msgid "" |
718 "%s is writable. Please make it readonly after your page is generated as this " |
1345 "%s is writable. Please make it readonly after your page is generated as this " |
719 "is a security risk." |
1346 "is a security risk." |
720 msgstr "" |
1347 msgstr "" |
721 |
1348 |
722 #: wp-cache.php:802 |
1349 #: wp-cache.php:1507 |
723 msgid "Existing direct page" |
1350 msgid "Existing direct page" |
724 msgstr "" |
1351 msgstr "" |
725 |
1352 |
726 #: wp-cache.php:802 |
1353 #: wp-cache.php:1507 |
727 msgid "Delete cached file" |
1354 msgid "Delete cached file" |
728 msgstr "" |
1355 msgstr "" |
729 |
1356 |
730 #: wp-cache.php:807 |
1357 #: wp-cache.php:1512 |
731 msgid "Add direct page:" |
1358 msgid "Add direct page:" |
732 msgstr "" |
1359 msgstr "" |
733 |
1360 |
734 #: wp-cache.php:809 |
1361 #: wp-cache.php:1514 |
735 #, php-format |
|
736 msgid "" |
1362 msgid "" |
737 "Directly cached files are files created directly off %s where your blog " |
1363 "Directly cached files are files created directly off %s where your blog " |
738 "lives. This feature is only useful if you are expecting a major Digg or " |
1364 "lives. This feature is only useful if you are expecting a major Digg or " |
739 "Slashdot level of traffic to one post or page." |
1365 "Slashdot level of traffic to one post or page." |
740 msgstr "" |
1366 msgstr "" |
741 |
1367 |
742 #: wp-cache.php:811 |
1368 #: wp-cache.php:1516 |
743 #, php-format |
|
744 msgid "" |
1369 msgid "" |
745 "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /" |
1370 "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /" |
746 "about/. The cached file will be generated the next time an anonymous user " |
1371 "about/. The cached file will be generated the next time an anonymous user " |
747 "visits that page." |
1372 "visits that page." |
748 msgstr "" |
1373 msgstr "" |
749 |
1374 |
750 #: wp-cache.php:812 |
1375 #: wp-cache.php:1517 |
751 msgid "" |
1376 msgid "" |
752 "Make the textbox blank to remove it from the list of direct pages and delete " |
1377 "Make the textbox blank to remove it from the list of direct pages and delete " |
753 "the cached file." |
1378 "the cached file." |
754 msgstr "" |
1379 msgstr "" |
755 |
1380 |
756 #: wp-cache.php:817 |
1381 #: wp-cache.php:1522 |
757 msgid "Update Direct Pages" |
1382 msgid "Update Direct Pages" |
758 msgstr "" |
1383 msgstr "" |
759 |
1384 |
760 #: wp-cache.php:857 |
1385 #: wp-cache.php:1550 |
|
1386 msgctxt "timezone date format" |
|
1387 msgid "Y-m-d G:i:s" |
|
1388 msgstr "" |
|
1389 |
|
1390 #: wp-cache.php:1612 |
761 msgid "Expiry Time & Garbage Collection" |
1391 msgid "Expiry Time & Garbage Collection" |
762 msgstr "" |
1392 msgstr "" |
763 |
1393 |
764 #: wp-cache.php:859 |
1394 #: wp-cache.php:1614 |
765 msgid "Expire time:" |
1395 msgid "" |
766 msgstr "" |
1396 "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>" |
767 |
1397 msgstr "" |
768 #: wp-cache.php:860 |
1398 |
|
1399 #: wp-cache.php:1617 |
|
1400 msgid "Local time is <code>%1$s</code>" |
|
1401 msgstr "" |
|
1402 |
|
1403 #: wp-cache.php:1621 |
|
1404 msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>" |
|
1405 msgstr "" |
|
1406 |
|
1407 #: wp-cache.php:1625 |
|
1408 msgid "" |
|
1409 "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not " |
|
1410 "be deleted regardless of age." |
|
1411 msgstr "" |
|
1412 |
|
1413 #: wp-cache.php:1642 |
|
1414 msgid "Cache Timeout" |
|
1415 msgstr "" |
|
1416 |
|
1417 #: wp-cache.php:1643 wp-cache.php:1646 |
769 msgid "seconds" |
1418 msgid "seconds" |
770 msgstr "" |
1419 msgstr "" |
771 |
1420 |
772 #: wp-cache.php:861 |
1421 #: wp-cache.php:1644 |
|
1422 msgid "" |
|
1423 "How long should cached pages remain fresh? Set to 0 to disable garbage " |
|
1424 "collection. A good starting point is 3600 seconds." |
|
1425 msgstr "" |
|
1426 |
|
1427 #: wp-cache.php:1645 |
|
1428 msgid "Scheduler" |
|
1429 msgstr "" |
|
1430 |
|
1431 #: wp-cache.php:1645 |
|
1432 msgid "Timer:" |
|
1433 msgstr "" |
|
1434 |
|
1435 #: wp-cache.php:1646 |
|
1436 msgid "Check for stale cached files every <em>interval</em> seconds." |
|
1437 msgstr "" |
|
1438 |
|
1439 #: wp-cache.php:1647 |
|
1440 msgid "Clock:" |
|
1441 msgstr "" |
|
1442 |
|
1443 #: wp-cache.php:1648 |
|
1444 msgid "HH:MM" |
|
1445 msgstr "" |
|
1446 |
|
1447 #: wp-cache.php:1648 |
|
1448 msgid "" |
|
1449 "Check for stale cached files at this time <strong>(UTC)</strong> or starting " |
|
1450 "at this time every <em>interval</em> below." |
|
1451 msgstr "" |
|
1452 |
|
1453 #: wp-cache.php:1650 |
|
1454 msgid "Interval:" |
|
1455 msgstr "" |
|
1456 |
|
1457 #: wp-cache.php:1656 |
|
1458 msgid "Notification Emails" |
|
1459 msgstr "" |
|
1460 |
|
1461 #: wp-cache.php:1657 |
|
1462 msgid "Email me when the garbage collection runs." |
|
1463 msgstr "" |
|
1464 |
|
1465 #: wp-cache.php:1659 |
773 msgid "Garbage Collection" |
1466 msgid "Garbage Collection" |
774 msgstr "" |
1467 msgstr "" |
775 |
1468 |
776 #: wp-cache.php:861 |
1469 #: wp-cache.php:1660 |
777 msgid "" |
1470 msgid "" |
778 "If expiry time is more than 1800 seconds (half an hour), garbage collection " |
1471 "<em>Garbage collection</em> is the simple act of throwing out your garbage. " |
779 "will be done every 10 minutes, otherwise it will happen 10 seconds after the " |
1472 "For this plugin that would be old or <em>stale</em> cached files that may be " |
780 "expiry time above." |
1473 "out of date. New cached files are described as <em>fresh</em>." |
781 msgstr "" |
1474 msgstr "" |
782 |
1475 |
783 #: wp-cache.php:862 |
1476 #: wp-cache.php:1661 |
|
1477 msgid "" |
|
1478 "Cached files are fresh for a limited length of time. You can set that time " |
|
1479 "in the <em>Cache Timeout</em> text box on this page." |
|
1480 msgstr "" |
|
1481 |
|
1482 #: wp-cache.php:1662 |
|
1483 msgid "" |
|
1484 "Stale cached files are not removed as soon as they become stale. They have " |
|
1485 "to be removed by the garbage collecter. That is why you have to tell the " |
|
1486 "plugin when the garbage collector should run." |
|
1487 msgstr "" |
|
1488 |
|
1489 #: wp-cache.php:1663 |
|
1490 msgid "" |
|
1491 "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the " |
|
1492 "garbage collector should run." |
|
1493 msgstr "" |
|
1494 |
|
1495 #: wp-cache.php:1664 |
|
1496 msgid "" |
|
1497 "The <em>Timer</em> scheduler tells the plugin to run the garbage collector " |
|
1498 "at regular intervals. When one garbage collection is done, the next run is " |
|
1499 "scheduled." |
|
1500 msgstr "" |
|
1501 |
|
1502 #: wp-cache.php:1665 |
|
1503 msgid "" |
|
1504 "Or, the <em>Clock</em> scheduler allows the garbage collection to run at " |
|
1505 "specific times. If set to run hourly or twicedaily the garbage collector " |
|
1506 "will be first scheduled for the time you enter here. It will then run again " |
|
1507 "at the indicated interval. If set to run daily it will run once a day at the " |
|
1508 "time specified." |
|
1509 msgstr "" |
|
1510 |
|
1511 #: wp-cache.php:1667 |
|
1512 msgid "" |
|
1513 "There are no best garbage collection settings but here are a few scenarios. " |
|
1514 "Garbage collection is separate to other actions that clear our cached files " |
|
1515 "like leaving a comment or publishing a post." |
|
1516 msgstr "" |
|
1517 |
|
1518 #: wp-cache.php:1669 |
|
1519 msgid "" |
|
1520 "Sites that want to serve lots of newly generated data should set the " |
|
1521 "<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 " |
|
1522 "seconds." |
|
1523 msgstr "" |
|
1524 |
|
1525 #: wp-cache.php:1670 |
|
1526 msgid "" |
|
1527 "Sites with widgets and rss feeds in their sidebar should probably use a " |
|
1528 "timeout of 3600 seconds and set the timer to 600 seconds. Stale files will " |
|
1529 "be caught within 10 minutes of going stale." |
|
1530 msgstr "" |
|
1531 |
|
1532 #: wp-cache.php:1671 |
|
1533 msgid "" |
|
1534 "Sites with lots of static content, no widgets or rss feeds in their sidebar " |
|
1535 "can use a timeout of 86400 seconds or even more and set the timer to " |
|
1536 "something equally long." |
|
1537 msgstr "" |
|
1538 |
|
1539 #: wp-cache.php:1672 |
|
1540 msgid "" |
|
1541 "Sites where an external data source updates at a particular time every day " |
|
1542 "should set the timeout to 86400 seconds and use the Clock scheduler set " |
|
1543 "appropriately." |
|
1544 msgstr "" |
|
1545 |
|
1546 #: wp-cache.php:1674 |
784 msgid "" |
1547 msgid "" |
785 "Checking for and deleting expired files is expensive, but it’s " |
1548 "Checking for and deleting expired files is expensive, but it’s " |
786 "expensive leaving them there too. On a very busy site you should set the " |
1549 "expensive leaving them there too. On a very busy site you should set the " |
787 "expiry time to <em>300 seconds</em>. Experiment with different values and " |
1550 "expiry time to <em>600 seconds</em>. Experiment with different values and " |
788 "visit this page to see how many expired files remain at different times " |
1551 "visit this page to see how many expired files remain at different times " |
789 "during the day. Aim to have less than 500 cached files if possible." |
1552 "during the day. If you are using legacy caching aim to have less than 500 " |
790 msgstr "" |
1553 "cached files if possible. You can have many times more cached files when " |
791 |
1554 "using mod_rewrite or PHP caching." |
792 #: wp-cache.php:863 |
1555 msgstr "" |
|
1556 |
|
1557 #: wp-cache.php:1675 |
|
1558 msgid "Set the expiry time to 0 seconds to disable garbage collection." |
|
1559 msgstr "" |
|
1560 |
|
1561 #: wp-cache.php:1676 |
793 msgid "Change Expiration" |
1562 msgid "Change Expiration" |
794 msgstr "" |
1563 msgstr "" |
795 |
1564 |
796 #: wp-cache.php:902 |
1565 #: wp-cache.php:1720 |
797 msgid "Rejected User Agents" |
1566 msgid "Rejected User Agents" |
798 msgstr "" |
1567 msgstr "" |
799 |
1568 |
800 #: wp-cache.php:903 |
1569 #: wp-cache.php:1721 |
801 msgid "" |
1570 msgid "" |
802 "Strings in the HTTP ’User Agent’ header that prevent WP-Cache " |
1571 "Strings in the HTTP ’User Agent’ header that prevent WP-Cache " |
803 "from caching bot, spiders, and crawlers’ requests. Note that super " |
1572 "from caching bot, spiders, and crawlers’ requests. Note that super " |
804 "cached files are still sent to these agents if they already exists." |
1573 "cached files are still sent to these agents if they already exists." |
805 msgstr "" |
1574 msgstr "" |
806 |
1575 |
807 #: wp-cache.php:910 |
1576 #: wp-cache.php:1728 |
808 msgid "Save UA Strings" |
1577 msgid "Save UA Strings" |
809 msgstr "" |
1578 msgstr "" |
810 |
1579 |
811 #: wp-cache.php:933 |
1580 #: wp-cache.php:1751 |
812 msgid "" |
1581 msgid "" |
813 "Do not cache the following page types. See the <a href=\"http://codex." |
1582 "Do not cache the following page types. See the <a href=\"http://codex." |
814 "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a " |
1583 "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a " |
815 "complete discussion on each type." |
1584 "complete discussion on each type." |
816 msgstr "" |
1585 msgstr "" |
817 |
1586 |
818 #: wp-cache.php:936 |
1587 #: wp-cache.php:1754 |
819 msgid "Single Posts" |
1588 msgid "Single Posts" |
820 msgstr "" |
1589 msgstr "" |
821 |
1590 |
822 #: wp-cache.php:937 |
1591 #: wp-cache.php:1755 |
823 msgid "Pages" |
1592 msgid "Pages" |
824 msgstr "" |
1593 msgstr "" |
825 |
1594 |
826 #: wp-cache.php:938 |
1595 #: wp-cache.php:1756 |
827 msgid "Front Page" |
1596 msgid "Front Page" |
828 msgstr "" |
1597 msgstr "" |
829 |
1598 |
830 #: wp-cache.php:939 |
1599 #: wp-cache.php:1757 |
831 msgid "Home" |
1600 msgid "Home" |
832 msgstr "" |
1601 msgstr "" |
833 |
1602 |
834 #: wp-cache.php:940 |
1603 #: wp-cache.php:1758 |
835 msgid "Archives" |
1604 msgid "Archives" |
836 msgstr "" |
1605 msgstr "" |
837 |
1606 |
838 #: wp-cache.php:941 |
1607 #: wp-cache.php:1759 |
839 msgid "Tags" |
1608 msgid "Tags" |
840 msgstr "" |
1609 msgstr "" |
841 |
1610 |
842 #: wp-cache.php:942 |
1611 #: wp-cache.php:1760 |
843 msgid "Category" |
1612 msgid "Category" |
844 msgstr "" |
1613 msgstr "" |
845 |
1614 |
846 #: wp-cache.php:943 |
1615 #: wp-cache.php:1761 |
847 msgid "Feeds" |
1616 msgid "Feeds" |
848 msgstr "" |
1617 msgstr "" |
849 |
1618 |
850 #: wp-cache.php:944 |
1619 #: wp-cache.php:1762 |
851 msgid "Search Pages" |
1620 msgid "Search Pages" |
852 msgstr "" |
1621 msgstr "" |
853 |
1622 |
854 #: wp-cache.php:946 wp-cache.php:1073 |
1623 #: wp-cache.php:1763 |
|
1624 msgid "Author Pages" |
|
1625 msgstr "" |
|
1626 |
|
1627 #: wp-cache.php:1765 wp-cache.php:1877 |
855 msgid "Save" |
1628 msgid "Save" |
856 msgstr "" |
1629 msgstr "" |
857 |
1630 |
858 #: wp-cache.php:963 |
1631 #: wp-cache.php:1782 |
859 msgid "" |
1632 msgid "" |
860 "Add here strings (not a filename) that forces a page not to be cached. For " |
1633 "Add here strings (not a filename) that forces a page not to be cached. For " |
861 "example, if your URLs include year and you dont want to cache last year " |
1634 "example, if your URLs include year and you dont want to cache last year " |
862 "posts, it’s enough to specify the year, i.e. ’/2004/’. WP-" |
1635 "posts, it’s enough to specify the year, i.e. ’/2004/’. WP-" |
863 "Cache will search if that string is part of the URI and if so, it will not " |
1636 "Cache will search if that string is part of the URI and if so, it will not " |
864 "cache that page." |
1637 "cache that page." |
865 msgstr "" |
1638 msgstr "" |
866 |
1639 |
867 #: wp-cache.php:969 |
1640 #: wp-cache.php:1788 |
868 msgid "Save Strings" |
1641 msgid "Save Strings" |
869 msgstr "" |
1642 msgstr "" |
870 |
1643 |
871 #: wp-cache.php:985 |
1644 #: wp-cache.php:1804 |
872 msgid "" |
1645 msgid "" |
873 "Add here those filenames that can be cached, even if they match one of the " |
1646 "Add here those filenames that can be cached, even if they match one of the " |
874 "rejected substring specified above." |
1647 "rejected substring specified above." |
875 msgstr "" |
1648 msgstr "" |
876 |
1649 |
877 #: wp-cache.php:991 |
1650 #: wp-cache.php:1810 |
878 msgid "Save Files" |
1651 msgid "Save Files" |
879 msgstr "" |
1652 msgstr "" |
880 |
1653 |
881 #: wp-cache.php:1035 |
1654 #: wp-cache.php:1851 |
882 msgid "Debug Settings" |
1655 msgid "Currently logging to: %s" |
883 msgstr "" |
1656 msgstr "" |
884 |
1657 |
885 #: wp-cache.php:1037 |
1658 #: wp-cache.php:1854 |
886 msgid "Currently logging to: " |
1659 msgid "" |
887 msgstr "" |
1660 "Fix problems with the plugin by debugging it here. It can log them to a file " |
888 |
1661 "in your cache directory." |
889 #: wp-cache.php:1047 |
1662 msgstr "" |
890 msgid "" |
1663 |
891 "Fix problems with the plugin by debugging it here. It can send you debug " |
1664 #: wp-cache.php:1858 |
892 "emails or log them to a file in your cache directory." |
|
893 msgstr "" |
|
894 |
|
895 #: wp-cache.php:1048 |
|
896 msgid "" |
|
897 "Logging to a file is easier but faces the problem that clearing the cache " |
|
898 "will clear the log file." |
|
899 msgstr "" |
|
900 |
|
901 #: wp-cache.php:1052 |
|
902 msgid "Debugging" |
1665 msgid "Debugging" |
903 msgstr "" |
1666 msgstr "" |
904 |
1667 |
905 #: wp-cache.php:1053 |
1668 #: wp-cache.php:1859 |
906 msgid "Logging Type" |
|
907 msgstr "" |
|
908 |
|
909 #: wp-cache.php:1053 |
|
910 msgid "Email" |
|
911 msgstr "" |
|
912 |
|
913 #: wp-cache.php:1054 |
|
914 msgid "file" |
|
915 msgstr "" |
|
916 |
|
917 #: wp-cache.php:1055 |
|
918 msgid "IP Address" |
1669 msgid "IP Address" |
919 msgstr "" |
1670 msgstr "" |
920 |
1671 |
921 #: wp-cache.php:1055 |
1672 #: wp-cache.php:1859 |
922 #, php-format |
|
923 msgid "(only log requests from this IP address. Your IP is %s)" |
1673 msgid "(only log requests from this IP address. Your IP is %s)" |
924 msgstr "" |
1674 msgstr "" |
925 |
1675 |
926 #: wp-cache.php:1056 |
1676 #: wp-cache.php:1860 |
927 msgid "Log level" |
1677 msgid "Cache Status Messages" |
928 msgstr "" |
1678 msgstr "" |
929 |
1679 |
930 #: wp-cache.php:1062 |
1680 #: wp-cache.php:1861 |
931 msgid "(1 = less, 5 = more, may cause severe server load.)" |
1681 msgid "Display comments at the end of every page like this:" |
932 msgstr "" |
1682 msgstr "" |
933 |
1683 |
934 #: wp-cache.php:1064 |
1684 #: wp-cache.php:1867 |
935 msgid "Advanced" |
|
936 msgstr "" |
|
937 |
|
938 #: wp-cache.php:1064 |
|
939 msgid "" |
1685 msgid "" |
940 "In very rare cases two problems may arise on some blogs:<ol><li> The front " |
1686 "In very rare cases two problems may arise on some blogs:<ol><li> The front " |
941 "page may start downloading as a zip file.</li><li> The wrong page is " |
1687 "page may start downloading as a zip file.</li><li> The wrong page is " |
942 "occasionally cached as the front page if your blog uses a static front page " |
1688 "occasionally cached as the front page if your blog uses a static front page " |
943 "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>" |
1689 "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>" |
944 msgstr "" |
1690 msgstr "" |
945 |
1691 |
946 #: wp-cache.php:1065 |
1692 #: wp-cache.php:1868 |
947 #, php-format |
|
948 msgid "" |
1693 msgid "" |
949 "I’m 99% certain that they aren’t bugs in WP Super Cache and they " |
1694 "I’m 99% certain that they aren’t bugs in WP Super Cache and they " |
950 "only happen in very rare cases but you can run a simple check once every 5 " |
1695 "only happen in very rare cases but you can run a simple check once every 5 " |
951 "minutes to verify that your site is ok if you’re worried. You will be " |
1696 "minutes to verify that your site is ok if you’re worried. You will be " |
952 "emailed if there is a problem." |
1697 "emailed if there is a problem." |
953 msgstr "" |
1698 msgstr "" |
954 |
1699 |
955 #: wp-cache.php:1067 |
1700 #: wp-cache.php:1870 |
956 msgid "Check front page every 5 minutes." |
1701 msgid "Check front page every 5 minutes." |
957 msgstr "" |
1702 msgstr "" |
958 |
1703 |
959 #: wp-cache.php:1068 |
1704 #: wp-cache.php:1871 |
960 msgid "Front page text" |
1705 msgid "Front page text" |
961 msgstr "" |
1706 msgstr "" |
962 |
1707 |
963 #: wp-cache.php:1068 |
1708 #: wp-cache.php:1871 |
964 msgid "" |
1709 msgid "" |
965 "Text to search for on your front page. If this text is missing the cache " |
1710 "Text to search for on your front page. If this text is missing the cache " |
966 "will be cleared. Leave blank to disable." |
1711 "will be cleared. Leave blank to disable." |
967 msgstr "" |
1712 msgstr "" |
968 |
1713 |
969 #: wp-cache.php:1069 |
1714 #: wp-cache.php:1872 |
970 msgid "Clear cache on error." |
1715 msgid "Clear cache on error." |
971 msgstr "" |
1716 msgstr "" |
972 |
1717 |
973 #: wp-cache.php:1070 |
1718 #: wp-cache.php:1873 |
974 msgid "Email the blog admin when checks are made. (useful for testing)" |
1719 msgid "Email the blog admin when checks are made. (useful for testing)" |
975 msgstr "" |
1720 msgstr "" |
976 |
1721 |
977 #: wp-cache.php:1083 |
1722 #: wp-cache.php:1887 |
978 msgid "" |
1723 msgid "" |
979 "Error: GZIP compression is enabled, disable it if you want to enable wp-" |
1724 "Error: GZIP compression is enabled, disable it if you want to enable wp-" |
980 "cache." |
1725 "cache." |
981 msgstr "" |
1726 msgstr "" |
982 |
1727 |
983 #: wp-cache.php:1131 wp-cache.php:1293 |
1728 #: wp-cache.php:1937 wp-cache.php:2078 wp-cache.php:2114 |
984 msgid "Warning" |
1729 msgid "Warning" |
985 msgstr "" |
1730 msgstr "" |
986 |
1731 |
987 #: wp-cache.php:1131 |
1732 #: wp-cache.php:1937 |
988 msgid "" |
1733 msgid "" |
989 "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until " |
1734 "GZIP compression is enabled in WordPress, wp-cache will be bypassed until " |
990 "you disable gzip compression." |
1735 "you disable gzip compression." |
991 msgstr "" |
1736 msgstr "" |
992 |
1737 |
993 #: wp-cache.php:1189 wp-cache.php:1194 wp-cache.php:1226 wp-cache.php:1231 |
1738 #: wp-cache.php:1999 wp-cache.php:2004 wp-cache.php:2037 wp-cache.php:2042 |
994 #: wp-cache.php:1237 |
1739 #: wp-cache.php:2048 |
995 msgid "Error" |
1740 msgid "Error" |
996 msgstr "" |
1741 msgstr "" |
997 |
1742 |
998 #: wp-cache.php:1189 |
1743 #: wp-cache.php:1999 |
999 #, php-format |
1744 msgid "" |
1000 msgid "" |
1745 "Your cache directory (<strong>%1$s</strong>) did not exist and couldn’" |
1001 "Your cache directory (<strong>$cache_path</strong>) did not exist and " |
1746 "t be created by the web server. Check %1$s permissions." |
1002 "couldn’t be created by the web server. Check %s permissions." |
1747 msgstr "" |
1003 msgstr "" |
1748 |
1004 |
1749 #: wp-cache.php:2004 |
1005 #: wp-cache.php:1194 |
|
1006 #, php-format |
|
1007 msgid "" |
1750 msgid "" |
1008 "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need " |
1751 "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need " |
1009 "to be writable for this plugin to work. Double-check it." |
1752 "to be writable for this plugin to work. Double-check it." |
1010 msgstr "" |
1753 msgstr "" |
1011 |
1754 |
1012 #: wp-cache.php:1226 |
1755 #: wp-cache.php:2037 |
1013 #, php-format |
|
1014 msgid "" |
1756 msgid "" |
1015 "Your WP-Cache config file (<strong>%s</strong>) is out of date and not " |
1757 "Your WP-Cache config file (<strong>%s</strong>) is out of date and not " |
1016 "writable by the Web server.Please delete it and refresh this page." |
1758 "writable by the Web server.Please delete it and refresh this page." |
1017 msgstr "" |
1759 msgstr "" |
1018 |
1760 |
1019 #: wp-cache.php:1231 |
1761 #: wp-cache.php:2042 |
1020 #, php-format |
|
1021 msgid "" |
1762 msgid "" |
1022 "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is " |
1763 "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is " |
1023 "not writable by the Web server.Check its permissions." |
1764 "not writable by the Web server.Check its permissions." |
1024 msgstr "" |
1765 msgstr "" |
1025 |
1766 |
1026 #: wp-cache.php:1237 |
1767 #: wp-cache.php:2048 |
1027 #, php-format |
|
1028 msgid "" |
1768 msgid "" |
1029 "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you " |
1769 "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you " |
1030 "installation." |
1770 "installation." |
1031 msgstr "" |
1771 msgstr "" |
1032 |
1772 |
1033 #: wp-cache.php:1293 |
1773 #: wp-cache.php:2078 |
1034 #, php-format |
1774 msgid "Could not update %s!</em> WPCACHEHOME must be set in config file." |
|
1775 msgstr "" |
|
1776 |
|
1777 #: wp-cache.php:2114 |
1035 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated." |
1778 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated." |
1036 msgstr "" |
1779 msgstr "" |
1037 |
1780 |
1038 #: wp-cache.php:1294 |
1781 #: wp-cache.php:2115 |
1039 msgid "1. If it already exists please delete the file first." |
1782 msgid "1. If it already exists please delete the file first." |
1040 msgstr "" |
1783 msgstr "" |
1041 |
1784 |
1042 #: wp-cache.php:1295 |
1785 #: wp-cache.php:2116 |
1043 #, php-format |
|
1044 msgid "" |
1786 msgid "" |
1045 "2. Make %1$s writable using the chmod command through your ftp or server " |
1787 "2. Make %1$s writable using the chmod command through your ftp or server " |
1046 "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a " |
1788 "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a " |
1047 "temporary measure and you’ll have to make it read only afterwards " |
1789 "temporary measure and you’ll have to make it read only afterwards " |
1048 "again. (Change 777 to 755 in the previous command)" |
1790 "again. (Change 777 to 755 in the previous command)" |
1049 msgstr "" |
1791 msgstr "" |
1050 |
1792 |
1051 #: wp-cache.php:1296 |
1793 #: wp-cache.php:2117 |
1052 #, php-format |
|
1053 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>" |
1794 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>" |
1054 msgstr "" |
1795 msgstr "" |
1055 |
1796 |
1056 #: wp-cache.php:1297 |
1797 #: wp-cache.php:2118 |
1057 #, php-format |
|
1058 msgid "" |
1798 msgid "" |
1059 "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</" |
1799 "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</" |
1060 "em> doesn’t exist:" |
1800 "em> doesn’t exist:" |
1061 msgstr "" |
1801 msgstr "" |
1062 |
1802 |
1063 #: wp-cache.php:1298 |
1803 #: wp-cache.php:2119 |
1064 #, php-format |
|
1065 msgid "" |
1804 msgid "" |
1066 "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change " |
1805 "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change " |
1067 "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and " |
1806 "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and " |
1068 "copy it to <em>%3$s</em> and refresh this page.</li>" |
1807 "copy it to <em>%3$s</em> and refresh this page.</li>" |
1069 msgstr "" |
1808 msgstr "" |
1070 |
1809 |
1071 #: wp-cache.php:1318 |
1810 #: wp-cache.php:2142 |
|
1811 msgid "" |
|
1812 "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by " |
|
1813 "WordPress to load the code that serves cached pages. Unfortunately it is set " |
|
1814 "to false. Please edit your wp-config.php and add or edit the following line " |
|
1815 "above the final require_once command:<br /><br /><code>define('WP_CACHE', " |
|
1816 "true);</code></p>" |
|
1817 msgstr "" |
|
1818 |
|
1819 #: wp-cache.php:2144 |
1072 msgid "" |
1820 msgid "" |
1073 "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</" |
1821 "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</" |
1074 "code> file and I couldn’t modify it." |
1822 "code> file and I couldn’t modify it." |
1075 msgstr "" |
1823 msgstr "" |
1076 |
1824 |
1077 #: wp-cache.php:1319 |
1825 #: wp-cache.php:2145 |
1078 #, php-format |
|
1079 msgid "" |
1826 msgid "" |
1080 "Edit <code>%s</code> and add the following line:<br /> <code>define" |
1827 "Edit <code>%s</code> and add the following line:<br /> <code>define" |
1081 "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be " |
1828 "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be " |
1082 "executed</strong> by Wordpress core. " |
1829 "executed</strong> by WordPress core. " |
1083 msgstr "" |
1830 msgstr "" |
1084 |
1831 |
1085 #: wp-cache.php:1322 |
1832 #: wp-cache.php:2149 |
1086 msgid "" |
1833 msgid "" |
1087 "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see " |
1834 "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see " |
1088 "this warning message please see point 5 of the <a href=\"http://wordpress." |
1835 "this warning message please see point 5 of the <a href=\"http://wordpress." |
1089 "org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be " |
1836 "org/extend/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The " |
1090 "moved up." |
1837 "WP_CACHE line must be moved up." |
1091 msgstr "" |
1838 msgstr "" |
1092 |
1839 |
1093 #: wp-cache.php:1343 |
1840 #: wp-cache.php:2177 |
1094 msgid "Cache Contents" |
1841 msgid "Cache Contents" |
1095 msgstr "" |
1842 msgstr "" |
1096 |
1843 |
1097 #: wp-cache.php:1362 |
1844 #: wp-cache.php:2180 |
1098 #, php-format |
1845 msgid "Object cache in use. No cache listing available." |
|
1846 msgstr "" |
|
1847 |
|
1848 #: wp-cache.php:2204 |
1099 msgid "Deleting supercache file: <strong>%s</strong><br />" |
1849 msgid "Deleting supercache file: <strong>%s</strong><br />" |
1100 msgstr "" |
1850 msgstr "" |
1101 |
1851 |
1102 #: wp-cache.php:1379 |
1852 #: wp-cache.php:2221 |
1103 #, php-format |
|
1104 msgid "Deleting wp-cache file: <strong>%s</strong><br />" |
1853 msgid "Deleting wp-cache file: <strong>%s</strong><br />" |
1105 msgstr "" |
1854 msgstr "" |
1106 |
1855 |
1107 #: wp-cache.php:1443 |
1856 #: wp-cache.php:2286 |
|
1857 msgid "" |
|
1858 "Cache stats are not automatically generated. You must click the link below " |
|
1859 "to regenerate the stats on this page." |
|
1860 msgstr "" |
|
1861 |
|
1862 #: wp-cache.php:2287 |
|
1863 msgid "Regenerate cache stats" |
|
1864 msgstr "" |
|
1865 |
|
1866 #: wp-cache.php:2289 |
|
1867 msgid "Cache stats last generated: %s minutes ago." |
|
1868 msgstr "" |
|
1869 |
|
1870 #: wp-cache.php:2295 |
1108 msgid "WP-Cache" |
1871 msgid "WP-Cache" |
1109 msgstr "" |
1872 msgstr "" |
1110 |
1873 |
1111 #: wp-cache.php:1444 wp-cache.php:1457 |
1874 #: wp-cache.php:2296 wp-cache.php:2311 |
1112 #, php-format |
|
1113 msgid "%s Cached Pages" |
1875 msgid "%s Cached Pages" |
1114 msgstr "" |
1876 msgstr "" |
1115 |
1877 |
1116 #: wp-cache.php:1445 wp-cache.php:1459 |
1878 #: wp-cache.php:2297 wp-cache.php:2316 |
1117 #, php-format |
|
1118 msgid "%s Expired Pages" |
1879 msgid "%s Expired Pages" |
1119 msgstr "" |
1880 msgstr "" |
1120 |
1881 |
1121 #: wp-cache.php:1456 |
1882 #: wp-cache.php:2310 |
1122 msgid "WP-Super-Cache" |
1883 msgid "WP-Super-Cache" |
1123 msgstr "" |
1884 msgstr "" |
1124 |
1885 |
1125 #: wp-cache.php:1464 |
1886 #: wp-cache.php:2320 |
1126 msgid "Fresh WP-Cached Files" |
1887 msgid "Fresh WP-Cached Files" |
1127 msgstr "" |
1888 msgstr "" |
1128 |
1889 |
1129 #: wp-cache.php:1465 wp-cache.php:1481 wp-cache.php:1497 wp-cache.php:1513 |
1890 #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369 |
1130 msgid "URI" |
1891 msgid "URI" |
1131 msgstr "" |
1892 msgstr "" |
1132 |
1893 |
1133 #: wp-cache.php:1465 wp-cache.php:1481 |
1894 #: wp-cache.php:2321 wp-cache.php:2337 |
1134 msgid "Key" |
1895 msgid "Key" |
1135 msgstr "" |
1896 msgstr "" |
1136 |
1897 |
1137 #: wp-cache.php:1465 wp-cache.php:1481 wp-cache.php:1497 wp-cache.php:1513 |
1898 #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369 |
1138 msgid "Age" |
1899 msgid "Age" |
1139 msgstr "" |
1900 msgstr "" |
1140 |
1901 |
1141 #: wp-cache.php:1465 wp-cache.php:1481 wp-cache.php:1497 wp-cache.php:1513 |
1902 #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369 |
1142 msgid "Delete" |
1903 msgid "Delete" |
1143 msgstr "" |
1904 msgstr "" |
1144 |
1905 |
1145 #: wp-cache.php:1480 |
1906 #: wp-cache.php:2336 |
1146 msgid "Stale WP-Cached Files" |
1907 msgid "Stale WP-Cached Files" |
1147 msgstr "" |
1908 msgstr "" |
1148 |
1909 |
1149 #: wp-cache.php:1496 |
1910 #: wp-cache.php:2352 |
1150 msgid "Fresh Super Cached Files" |
1911 msgid "Fresh Super Cached Files" |
1151 msgstr "" |
1912 msgstr "" |
1152 |
1913 |
1153 #: wp-cache.php:1512 |
1914 #: wp-cache.php:2368 |
1154 msgid "Stale Super Cached Files" |
1915 msgid "Stale Super Cached Files" |
1155 msgstr "" |
1916 msgstr "" |
1156 |
1917 |
1157 #: wp-cache.php:1528 |
1918 #: wp-cache.php:2384 |
1158 msgid "Hide file list" |
1919 msgid "Hide file list" |
1159 msgstr "" |
1920 msgstr "" |
1160 |
1921 |
1161 #: wp-cache.php:1530 |
1922 #: wp-cache.php:2386 |
|
1923 msgid "Too many cached files, no listing possible." |
|
1924 msgstr "" |
|
1925 |
|
1926 #: wp-cache.php:2388 |
1162 msgid "List all cached files" |
1927 msgid "List all cached files" |
1163 msgstr "" |
1928 msgstr "" |
1164 |
1929 |
1165 #: wp-cache.php:1536 |
1930 #: wp-cache.php:2391 |
1166 #, php-format |
|
1167 msgid "" |
|
1168 "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> " |
|
1169 "minutes ago<br />" |
|
1170 msgstr "" |
|
1171 |
|
1172 #: wp-cache.php:1537 |
|
1173 #, php-format |
|
1174 msgid "Next GC in <strong>%s</strong> minutes" |
|
1175 msgstr "" |
|
1176 |
|
1177 #: wp-cache.php:1540 |
|
1178 #, php-format |
|
1179 msgid "" |
1931 msgid "" |
1180 "Expired files are files older than %s seconds. They are still used by the " |
1932 "Expired files are files older than %s seconds. They are still used by the " |
1181 "plugin and are deleted periodically." |
1933 "plugin and are deleted periodically." |
1182 msgstr "" |
1934 msgstr "" |
1183 |
1935 |
1184 #: wp-cache.php:1543 |
1936 #: wp-cache.php:2402 |
1185 msgid "Delete Expired" |
1937 msgid "Delete Expired" |
1186 msgstr "" |
1938 msgstr "" |
1187 |
1939 |
1188 #: wp-cache.php:1549 wp-cache.php:1563 wp-cache.php:1719 |
1940 #: wp-cache.php:2427 |
1189 msgid "Delete Cache" |
|
1190 msgstr "" |
|
1191 |
|
1192 #: wp-cache.php:1563 |
|
1193 msgid "Delete Super Cache cached files (opens in new window)" |
1941 msgid "Delete Super Cache cached files (opens in new window)" |
1194 msgstr "" |
1942 msgstr "" |
1195 |
1943 |
1196 #: wp-cache.php:1695 |
1944 #: wp-cache.php:2574 |
1197 #, php-format |
1945 msgid "%1$s is Stephen Fry proof thanks to caching by %2$s" |
1198 msgid "%1$s is Digg proof thanks to caching by %2$s" |
1946 msgstr "" |
1199 msgstr "" |
1947 |
1200 |
1948 #: wp-cache.php:2607 |
1201 #: wp-cache.php:1728 |
|
1202 #, php-format |
|
1203 msgid "" |
1949 msgid "" |
1204 "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> " |
1950 "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> " |
1205 "to enable and configure the plugin." |
1951 "to enable and configure the plugin." |
1206 msgstr "" |
1952 msgstr "" |
1207 |
1953 |
1208 #: wp-cache.php:1734 |
1954 #: wp-cache.php:2613 |
1209 msgid "Settings" |
1955 msgid "Settings" |
1210 msgstr "" |
1956 msgstr "" |
1211 |
1957 |
1212 #: wp-cache.php:1744 |
1958 #: wp-cache.php:2623 |
1213 #, php-format |
|
1214 msgid "" |
1959 msgid "" |
1215 "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin " |
1960 "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin " |
1216 "page</a> to enable caching." |
1961 "page</a> to enable caching." |
1217 msgstr "" |
1962 msgstr "" |
1218 |
1963 |
1219 #: wp-cache.php:1763 |
1964 #: wp-cache.php:2626 |
1220 #, php-format |
1965 msgid "" |
|
1966 "Warning! WP Super Cache caching broken! The script advanced-cache.php could " |
|
1967 "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php " |
|
1968 "and make sure the path to %2$swp-cache-phase1.php is correct." |
|
1969 msgstr "" |
|
1970 |
|
1971 #: wp-cache.php:2645 |
1221 msgid "[%s] Front page is gzipped! Please clear cache!" |
1972 msgid "[%s] Front page is gzipped! Please clear cache!" |
1222 msgstr "" |
1973 msgstr "" |
1223 |
1974 |
1224 #: wp-cache.php:1763 |
1975 #: wp-cache.php:2645 |
1225 #, php-format |
|
1226 msgid "" |
1976 msgid "" |
1227 "Please visit %s to clear the cache as the front page of your site is now " |
1977 "Please visit %s to clear the cache as the front page of your site is now " |
1228 "downloading!" |
1978 "downloading!" |
1229 msgstr "" |
1979 msgstr "" |
1230 |
1980 |
1231 #: wp-cache.php:1766 |
1981 #: wp-cache.php:2648 |
1232 #, php-format |
|
1233 msgid "[%s] Front page is gzipped! Cache Cleared!" |
1982 msgid "[%s] Front page is gzipped! Cache Cleared!" |
1234 msgstr "" |
1983 msgstr "" |
1235 |
1984 |
1236 #: wp-cache.php:1766 |
1985 #: wp-cache.php:2648 |
1237 #, php-format |
|
1238 msgid "" |
1986 msgid "" |
1239 "The cache on your blog has been cleared because the front page of your site " |
1987 "The cache on your blog has been cleared because the front page of your site " |
1240 "is now downloading. Please visit %s to verify the cache has been cleared." |
1988 "is now downloading. Please visit %s to verify the cache has been cleared." |
1241 msgstr "" |
1989 msgstr "" |
1242 |
1990 |
1243 #: wp-cache.php:1773 |
1991 #: wp-cache.php:2655 |
1244 #, php-format |
|
1245 msgid "[%s] Front page is not correct! Please clear cache!" |
1992 msgid "[%s] Front page is not correct! Please clear cache!" |
1246 msgstr "" |
1993 msgstr "" |
1247 |
1994 |
1248 #: wp-cache.php:1773 |
1995 #: wp-cache.php:2655 |
1249 #, php-format |
|
1250 msgid "" |
1996 msgid "" |
1251 "Please visit %1$s to clear the cache as the front page of your site is not " |
1997 "Please visit %1$s to clear the cache as the front page of your site is not " |
1252 "correct and missing the text, \"%2$s\"!" |
1998 "correct and missing the text, \"%2$s\"!" |
1253 msgstr "" |
1999 msgstr "" |
1254 |
2000 |
1255 #: wp-cache.php:1776 |
2001 #: wp-cache.php:2658 |
1256 #, php-format |
|
1257 msgid "[%s] Front page is not correct! Cache Cleared!" |
2002 msgid "[%s] Front page is not correct! Cache Cleared!" |
1258 msgstr "" |
2003 msgstr "" |
1259 |
2004 |
1260 #: wp-cache.php:1776 |
2005 #: wp-cache.php:2658 |
1261 #, php-format |
|
1262 msgid "" |
2006 msgid "" |
1263 "The cache on your blog has been cleared because the front page of your site " |
2007 "The cache on your blog has been cleared because the front page of your site " |
1264 "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been " |
2008 "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been " |
1265 "cleared." |
2009 "cleared." |
1266 msgstr "" |
2010 msgstr "" |
1267 |
2011 |
1268 #: wp-cache.php:1781 |
2012 #: wp-cache.php:2663 |
1269 #, php-format |
|
1270 msgid "[%s] Front page check!" |
2013 msgid "[%s] Front page check!" |
1271 msgstr "" |
2014 msgstr "" |
1272 |
2015 |
1273 #: wp-cache.php:1781 |
2016 #: wp-cache.php:2663 |
1274 #, php-format |
|
1275 msgid "" |
2017 msgid "" |
1276 "WP Super Cache has checked the front page of your blog. Please visit %s if " |
2018 "WP Super Cache has checked the front page of your blog. Please visit %s if " |
1277 "you would like to disable this." |
2019 "you would like to disable this." |
1278 msgstr "" |
2020 msgstr "" |
|
2021 |
|
2022 #: wp-cache.php:2706 |
|
2023 msgid "Cannot update .htaccess" |
|
2024 msgstr "" |
|
2025 |
|
2026 #: wp-cache.php:2706 |
|
2027 msgid "" |
|
2028 "The file <code>%s.htaccess</code> cannot be modified by the web server. " |
|
2029 "Please correct this using the chmod command or your ftp client." |
|
2030 msgstr "" |
|
2031 |
|
2032 #: wp-cache.php:2706 |
|
2033 msgid "Refresh this page when the file permissions have been modified." |
|
2034 msgstr "" |
|
2035 |
|
2036 #: wp-cache.php:2706 |
|
2037 msgid "" |
|
2038 "Alternatively, you can edit your <code>%s.htaccess</code> file manually and " |
|
2039 "add the following code (before any WordPress rules):" |
|
2040 msgstr "" |
|
2041 |
|
2042 #: wp-cache.php:2710 |
|
2043 msgid "" |
|
2044 "To serve static html files your server must have the correct mod_rewrite " |
|
2045 "rules added to a file called <code>%s.htaccess</code>" |
|
2046 msgstr "" |
|
2047 |
|
2048 #: wp-cache.php:2711 |
|
2049 msgid "You can edit the file yourself add the following rules." |
|
2050 msgstr "" |
|
2051 |
|
2052 #: wp-cache.php:2712 |
|
2053 msgid " Make sure they appear before any existing WordPress rules. " |
|
2054 msgstr "" |
|
2055 |
|
2056 #: wp-cache.php:2720 |
|
2057 msgid "Update Mod_Rewrite Rules" |
|
2058 msgstr "" |
|
2059 |
|
2060 #: wp-cache.php:2872 |
|
2061 msgid "[%1$s] Cache Preload Started" |
|
2062 msgstr "" |
|
2063 |
|
2064 #: wp-cache.php:2902 |
|
2065 msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d" |
|
2066 msgstr "" |
|
2067 |
|
2068 #: wp-cache.php:2948 |
|
2069 msgid "[%1$s] Refreshing posts from %2$d to %3$d" |
|
2070 msgstr "" |
|
2071 |
|
2072 #: wp-cache.php:2969 |
|
2073 msgid "[%1$s] Cache Preload Stopped" |
|
2074 msgstr "" |
|
2075 |
|
2076 #: wp-cache.php:2979 |
|
2077 msgid "[%1$s] %2$d posts refreshed" |
|
2078 msgstr "" |
|
2079 |
|
2080 #: wp-cache.php:2979 |
|
2081 msgid "Refreshed the following posts:" |
|
2082 msgstr "" |
|
2083 |
|
2084 #: wp-cache.php:2989 |
|
2085 msgid "Scheduling next preload refresh in %d minutes." |
|
2086 msgstr "" |
|
2087 |
|
2088 #: wp-cache.php:3000 |
|
2089 msgid "[%s] Cache Preload Completed" |
|
2090 msgstr "" |
|
2091 |
|
2092 #: wp-cache.php:3000 |
|
2093 msgid "Cleaning up old supercache files." |
|
2094 msgstr "" |
|
2095 |
|
2096 #: wp-cache.php:3043 |
|
2097 msgid "[%s] Preload may have stalled." |
|
2098 msgstr "" |
|
2099 |
|
2100 #: wp-cache.php:3043 |
|
2101 msgid "" |
|
2102 "Preload has been restarted.\n" |
|
2103 "%s" |
|
2104 msgstr "" |
|
2105 |
|
2106 #: wp-cache.php:3086 |
|
2107 msgid "Supercache Uninstall Problems" |
|
2108 msgstr "" |
|
2109 |
|
2110 #: wp-cache.php:3086 |
|
2111 msgid "" |
|
2112 "Dear User,\n" |
|
2113 "\n" |
|
2114 "WP Super Cache was removed from your blog but the mod_rewrite rules\n" |
|
2115 "in your .htaccess were not.\n" |
|
2116 "\n" |
|
2117 "Please edit the following file and remove the code\n" |
|
2118 "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file " |
|
2119 "first!\n" |
|
2120 "\n" |
|
2121 "%s\n" |
|
2122 "\n" |
|
2123 "Regards,\n" |
|
2124 "WP Super Cache Plugin\n" |
|
2125 "http://wordpress.org/extend/plugins/wp-super-cache/" |
|
2126 msgstr "" |
|
2127 |
|
2128 #: wp-cache.php:3123 |
|
2129 msgid "Delete cache of the current page" |
|
2130 msgstr "" |