Version Description
Fixed problem serving cached files with PHP, added support for 304 "file not modified" browser caching, French & German and updated Italian translations
=
Download this release
Release Info
Developer | donncha |
Plugin | WP Super Cache |
Version | 0.9.9.6 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.5 to 0.9.9.6
- Changelog.txt +113 -0
- languages/wp-super-cache-de_DE.mo +0 -0
- languages/wp-super-cache-de_DE.po +1428 -0
- languages/wp-super-cache-fr_FR.mo +0 -0
- languages/wp-super-cache-fr_FR.po +1713 -0
- languages/wp-super-cache-it_IT.mo +0 -0
- languages/wp-super-cache-it_IT.po +910 -486
- readme.txt +20 -3
- wp-cache-phase1.php +53 -29
- wp-cache-phase2.php +24 -24
- wp-cache.php +41 -17
- wp-super-cache.pot +321 -302
Changelog.txt
CHANGED
@@ -1,3 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
2010-09-24 11:31 donncha
|
2 |
|
3 |
* readme.txt, wp-cache.php: Bump to 0.9.9.5 for minor bug fixes.
|
1 |
+
2010-09-29 16:43 donncha
|
2 |
+
|
3 |
+
* readme.txt, wp-cache.php: Bump to 0.9.9.6
|
4 |
+
|
5 |
+
2010-09-29 16:36 donncha
|
6 |
+
|
7 |
+
* readme.txt: Minor updated to changelog
|
8 |
+
|
9 |
+
2010-09-29 16:33 donncha
|
10 |
+
|
11 |
+
* readme.txt: Added new FAQ on editing the .htaccess file
|
12 |
+
|
13 |
+
2010-09-29 16:09 donncha
|
14 |
+
|
15 |
+
* readme.txt: Added new FAQ, "How do I delete the WP_CACHE define
|
16 |
+
from wp-config.php?"
|
17 |
+
|
18 |
+
2010-09-29 16:06 donncha
|
19 |
+
|
20 |
+
* wp-cache.php: Added "need help?" section to yellow box
|
21 |
+
|
22 |
+
2010-09-29 14:30 donncha
|
23 |
+
|
24 |
+
* wp-cache.php: Sleep for 4 seconds between preloads to reduce
|
25 |
+
server load some more when preloading
|
26 |
+
|
27 |
+
2010-09-29 14:08 donncha
|
28 |
+
|
29 |
+
* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Fix
|
30 |
+
variable warning messages
|
31 |
+
|
32 |
+
2010-09-29 10:11 donncha
|
33 |
+
|
34 |
+
* wp-cache-phase1.php: Send Content-Length header if 304 support
|
35 |
+
enabled
|
36 |
+
|
37 |
+
2010-09-29 09:50 donncha
|
38 |
+
|
39 |
+
* wp-cache.php: Don't delete expired supercache files when preload
|
40 |
+
mode is on
|
41 |
+
|
42 |
+
2010-09-29 09:05 donncha
|
43 |
+
|
44 |
+
* wp-cache.php: Pause 2 seconds instead of 5 between preload urls
|
45 |
+
|
46 |
+
2010-09-28 17:30 donncha
|
47 |
+
|
48 |
+
* readme.txt: Updated readme, changelog and credits for German
|
49 |
+
translation
|
50 |
+
|
51 |
+
2010-09-28 17:26 donncha
|
52 |
+
|
53 |
+
* languages/wp-super-cache-de_DE.mo,
|
54 |
+
languages/wp-super-cache-de_DE.po: Added German translation,
|
55 |
+
props Mathias Roth, (http://trade-service.eu/)
|
56 |
+
|
57 |
+
2010-09-28 16:34 donncha
|
58 |
+
|
59 |
+
* readme.txt: Added French translation credit
|
60 |
+
|
61 |
+
2010-09-28 16:32 donncha
|
62 |
+
|
63 |
+
* languages/wp-super-cache-fr_FR.mo,
|
64 |
+
languages/wp-super-cache-fr_FR.po: Added French translation,
|
65 |
+
props Maitre Mo (http://maitremo.fr/)
|
66 |
+
|
67 |
+
2010-09-28 16:28 donncha
|
68 |
+
|
69 |
+
* languages/wp-super-cache-it_IT.mo,
|
70 |
+
languages/wp-super-cache-it_IT.po: Updated Italian translation,
|
71 |
+
props Gianni Diurno
|
72 |
+
|
73 |
+
2010-09-28 16:14 donncha
|
74 |
+
|
75 |
+
* wp-cache.php: Only show styled tabs in WP 3.0.1 and higher
|
76 |
+
|
77 |
+
2010-09-28 13:58 donncha
|
78 |
+
|
79 |
+
* wp-cache.php: Sleep 5 seconds between preloads
|
80 |
+
|
81 |
+
2010-09-27 13:59 donncha
|
82 |
+
|
83 |
+
* wp-super-cache.pot: Updated translation file
|
84 |
+
|
85 |
+
2010-09-27 13:57 donncha
|
86 |
+
|
87 |
+
* wp-cache.php: Gettext fixes, props Gianni Diurno for most of
|
88 |
+
them.
|
89 |
+
|
90 |
+
2010-09-27 12:09 donncha
|
91 |
+
|
92 |
+
* wp-cache-phase1.php: Added 304 not modified header check to
|
93 |
+
legacy caching too. NOT for dynamic pages.
|
94 |
+
|
95 |
+
2010-09-27 11:44 donncha
|
96 |
+
|
97 |
+
* wp-cache-phase1.php, wp-cache.php: Added 304 "File not modified"
|
98 |
+
support in PHP mode, props qdinar,
|
99 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink?replies=24#post-1687175
|
100 |
+
|
101 |
+
2010-09-27 11:41 donncha
|
102 |
+
|
103 |
+
* wp-cache-phase1.php, wp-cache-phase2.php: Revert $wpsc_settings
|
104 |
+
changes.
|
105 |
+
|
106 |
+
2010-09-27 06:43 donncha
|
107 |
+
|
108 |
+
* wp-cache-phase1.php: Forgot to init the slashcheck variable
|
109 |
+
|
110 |
+
2010-09-24 11:33 donncha
|
111 |
+
|
112 |
+
* Changelog.txt: Updated changelog for 0.9.9.5
|
113 |
+
|
114 |
2010-09-24 11:31 donncha
|
115 |
|
116 |
* readme.txt, wp-cache.php: Bump to 0.9.9.5 for minor bug fixes.
|
languages/wp-super-cache-de_DE.mo
ADDED
Binary file
|
languages/wp-super-cache-de_DE.po
ADDED
@@ -0,0 +1,1428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of the WordPress plugin by .
|
2 |
+
# Copyright (C) 2010
|
3 |
+
# This file is distributed under the same license as the package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: wp-super-cache 1.2\n"
|
9 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
10 |
+
"POT-Creation-Date: 2010-09-27 13:58+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-09-28 18:13+0100\n"
|
12 |
+
"Last-Translator: Mathias Roth <mroth@trade-service.eu>\n"
|
13 |
+
"Language-Team: Blog-Lounge.org <support@trade-service.eu>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Plural-Forms: en, er,\n"
|
18 |
+
"X-Poedit-Language: German\n"
|
19 |
+
"X-Poedit-Country: GERMANY\n"
|
20 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
+
|
22 |
+
#: plugins/awaitingmoderation.php:4
|
23 |
+
msgid "Your comment is awaiting moderation."
|
24 |
+
msgstr "Dein Kommentar wird vor der Freigabe moderiert."
|
25 |
+
|
26 |
+
#: plugins/awaitingmoderation.php:23
|
27 |
+
#: plugins/awaitingmoderation.php:38
|
28 |
+
#: plugins/badbehaviour.php:47
|
29 |
+
#: plugins/badbehaviour.php:65
|
30 |
+
#: plugins/domain-mapping.php:47
|
31 |
+
#: plugins/domain-mapping.php:62
|
32 |
+
#: plugins/searchengine.php:61
|
33 |
+
#: plugins/searchengine.php:76
|
34 |
+
#: wp-cache.php:1114
|
35 |
+
msgid "Disable"
|
36 |
+
msgstr "Deaktiviere"
|
37 |
+
|
38 |
+
#: plugins/awaitingmoderation.php:29
|
39 |
+
#: plugins/badbehaviour.php:55
|
40 |
+
#: plugins/domain-mapping.php:53
|
41 |
+
#: plugins/searchengine.php:67
|
42 |
+
msgid "disabled"
|
43 |
+
msgstr "deaktiviert"
|
44 |
+
|
45 |
+
#: plugins/awaitingmoderation.php:31
|
46 |
+
#: plugins/badbehaviour.php:57
|
47 |
+
#: plugins/domain-mapping.php:55
|
48 |
+
#: plugins/searchengine.php:69
|
49 |
+
#: wp-cache.php:1460
|
50 |
+
msgid "enabled"
|
51 |
+
msgstr "aktiviert"
|
52 |
+
|
53 |
+
#: plugins/awaitingmoderation.php:33
|
54 |
+
#, php-format
|
55 |
+
msgid "Awaiting Moderation plugin is %s"
|
56 |
+
msgstr "\"Awaiting Moderation\"-Plugin ist %s. "
|
57 |
+
|
58 |
+
#: plugins/awaitingmoderation.php:34
|
59 |
+
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
60 |
+
msgstr "(Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt) "
|
61 |
+
|
62 |
+
#: plugins/awaitingmoderation.php:36
|
63 |
+
#: plugins/badbehaviour.php:63
|
64 |
+
#: plugins/domain-mapping.php:60
|
65 |
+
#: plugins/searchengine.php:74
|
66 |
+
#: wp-cache.php:1114
|
67 |
+
msgid "Enable"
|
68 |
+
msgstr "Aktiviere"
|
69 |
+
|
70 |
+
#: plugins/badbehaviour.php:45
|
71 |
+
msgid "Bad Behaviour not found. Please check your install."
|
72 |
+
msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
|
73 |
+
|
74 |
+
#: plugins/badbehaviour.php:60
|
75 |
+
#, php-format
|
76 |
+
msgid "Bad Behaviour support is %s."
|
77 |
+
msgstr "\"Bad Behaviour\"-Support ist %s. "
|
78 |
+
|
79 |
+
#: plugins/badbehaviour.php:61
|
80 |
+
#, php-format
|
81 |
+
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
82 |
+
msgstr "(Nur Legacy-Caching wird unterstützt, Komprimierung deaktiviert, und benötigt <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
83 |
+
|
84 |
+
#: plugins/badbehaviour.php:69
|
85 |
+
#: wp-cache.php:1191
|
86 |
+
#: wp-cache.php:1193
|
87 |
+
msgid "Warning!"
|
88 |
+
msgstr "Warnung!"
|
89 |
+
|
90 |
+
#: plugins/domain-mapping.php:57
|
91 |
+
#, php-format
|
92 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
93 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Support Plugin ist %s"
|
94 |
+
|
95 |
+
#: plugins/domain-mapping.php:58
|
96 |
+
msgid "(support for multiple domains on multisite websites) "
|
97 |
+
msgstr "(unterstützt mehere Domains auf \"Multi-Site\"-Seiten) "
|
98 |
+
|
99 |
+
#: plugins/domain-mapping.php:72
|
100 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
101 |
+
msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
|
102 |
+
|
103 |
+
#: plugins/searchengine.php:71
|
104 |
+
#, php-format
|
105 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
106 |
+
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-Plugin ist %s. "
|
107 |
+
|
108 |
+
#: plugins/searchengine.php:72
|
109 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
110 |
+
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
|
111 |
+
|
112 |
+
#: wp-cache.php:87
|
113 |
+
#, php-format
|
114 |
+
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
115 |
+
msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
|
116 |
+
|
117 |
+
#: wp-cache.php:138
|
118 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
119 |
+
msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
|
120 |
+
|
121 |
+
#: wp-cache.php:139
|
122 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
123 |
+
msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
|
124 |
+
|
125 |
+
#: wp-cache.php:143
|
126 |
+
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
127 |
+
msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
|
128 |
+
|
129 |
+
#: wp-cache.php:144
|
130 |
+
#, php-format
|
131 |
+
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
|
132 |
+
msgstr "Du oder ein Administrador könnten es ans Laufen kriegen, wenn die Besitzrechte des Plugin-Skripts entsprechend den Einstellungen auf dem Webserver (Gruppe/Besitzer) angepasst werden. Die Besitzergruppe des %s/cache/-Verzeichnisses muss ebenfalls geändert werden. Weitere Details unter <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a>."
|
133 |
+
|
134 |
+
#: wp-cache.php:146
|
135 |
+
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
|
136 |
+
msgstr "Du oder ein Administrator müssen das deaktivieren. Bitte besuche die Seite <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a> für weitere Details. Leider kann das nicht per .htaccess ausgeschaltet werden, sondern muss in der php.ini konfiguriert werden."
|
137 |
+
|
138 |
+
#: wp-cache.php:152
|
139 |
+
msgid "Permlink Structure Error"
|
140 |
+
msgstr "Fehler in Permalink-Struktur"
|
141 |
+
|
142 |
+
#: wp-cache.php:153
|
143 |
+
msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
|
144 |
+
msgstr "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu <a href=\"options-permalink.php\">Einstellungen > Permalinks</a> um deine Permalinks zu konfigurieren."
|
145 |
+
|
146 |
+
#: wp-cache.php:165
|
147 |
+
#, php-format
|
148 |
+
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
149 |
+
msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
|
150 |
+
|
151 |
+
#: wp-cache.php:166
|
152 |
+
#, php-format
|
153 |
+
msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
|
154 |
+
msgstr "Dein Server glaubt, dein Host-Name wird zu %s aufgelöst. Einige Dienste, z.B. die Garbage-Collection dieses Plugins und in WordPress eingebundene Beiträge, werden evtl. nicht korrekt funktionieren."
|
155 |
+
|
156 |
+
#: wp-cache.php:167
|
157 |
+
#: wp-cache.php:181
|
158 |
+
#, php-format
|
159 |
+
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
160 |
+
msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
|
161 |
+
|
162 |
+
#: wp-cache.php:180
|
163 |
+
msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
|
164 |
+
msgstr "Leider kann WordPress die Datei wp-cron.php nicht finden. Dieses Skript wird für einwandfreies Funktionieren der Garbage-Collection dieses Plugins, der zeitlichen Einbindung von Beiträgen in WordPress und andere kritische Aktionen benötigt."
|
165 |
+
|
166 |
+
#: wp-cache.php:195
|
167 |
+
msgid "Cannot continue... fix previous problems and retry."
|
168 |
+
msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
|
169 |
+
|
170 |
+
#: wp-cache.php:204
|
171 |
+
msgid "Zlib Output Compression Enabled!"
|
172 |
+
msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
|
173 |
+
|
174 |
+
#: wp-cache.php:205
|
175 |
+
msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
|
176 |
+
msgstr "PHP komprimiert die Daten, die an die Besucher deiner Seite gesendet werden. Deaktivierung wird hier empfohlen, da das Plugin ansonsten einmalig die komprimierte Ausgabe cached statt die gleiche Seite immer und immer wieder zu cachen. Beachte dazu auch #21 im Bereich \"Troubleshooting\". Lese <a href=\"http://php.net/manual/en/zlib.configuration.php\">diese Seite</a> mit Anweisungen zur Bearbeitung deiner php.ini."
|
177 |
+
|
178 |
+
#: wp-cache.php:209
|
179 |
+
msgid "Mod rewrite may not be installed!"
|
180 |
+
msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
|
181 |
+
|
182 |
+
#: wp-cache.php:210
|
183 |
+
msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
|
184 |
+
msgstr "Scheint als wäre mod_rewrite nicht installiert. Manchmal ist dieser Check nicht zuverlässig, besonders wenn dein Webserver nicht mit Apache arbeitet. Bitte stelle sicher, dass das Modul mod_rewrite aktiviert ist. Es wird benötigt, um statische Supercache-Dateien zu erstellen. Du kannst dann immer noch Legacy oder PHP-Modi benutzen."
|
185 |
+
|
186 |
+
#: wp-cache.php:215
|
187 |
+
msgid "Read Only Mode. Configuration cannot be changed."
|
188 |
+
msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
|
189 |
+
|
190 |
+
#: wp-cache.php:216
|
191 |
+
#, php-format
|
192 |
+
msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
|
193 |
+
msgstr "Die WP-Super-Cache Konfigurationsdatei <code>%s/wp-cache-config.php</code> kann nicht bearbeitet werden. Für jegliche Änderung muss der Webserver Schreibrechte für die Datei besitzen."
|
194 |
+
|
195 |
+
#: wp-cache.php:217
|
196 |
+
msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine."
|
197 |
+
msgstr "Eine einfache Art das zu tun ist, die Berechtigungen temporär per CHMOD über die Konsole oder mit deinem FTP-Programmm zu ändern. Sorge dafür dass sie global beschreibbar ist, dann soll es wohl klappen."
|
198 |
+
|
199 |
+
#: wp-cache.php:218
|
200 |
+
msgid "Writeable:"
|
201 |
+
msgstr "Beschreibbar: "
|
202 |
+
|
203 |
+
#: wp-cache.php:219
|
204 |
+
msgid "Readonly:"
|
205 |
+
msgstr "Nur Leserechte: "
|
206 |
+
|
207 |
+
#: wp-cache.php:231
|
208 |
+
#, php-format
|
209 |
+
msgid "Warning! %s is writeable!"
|
210 |
+
msgstr "Warnung! %s ist beschreibbar!"
|
211 |
+
|
212 |
+
#: wp-cache.php:232
|
213 |
+
#, php-format
|
214 |
+
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
215 |
+
msgstr "Du solltest die Zugriffsrechte in %s ändern, stelle sie etwas restriktiver ein. Benutze dein FTP-Programm, oder die folgende Anweisung um das zu erledigen:"
|
216 |
+
|
217 |
+
#: wp-cache.php:240
|
218 |
+
msgid "Mobile rewrite rules detected"
|
219 |
+
msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
|
220 |
+
|
221 |
+
#: wp-cache.php:241
|
222 |
+
msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
|
223 |
+
msgstr "Für optimale Performance solltest Du \"Mobile Endgeräte unterstützen\" aktivieren oder die \"Rewrite Rules für mobile Endgeräte\" in der .htaccess löschen. Suche die beiden Zeilen mit dem Text \"2.0\\ MMP|240x320\" und entferne sie."
|
224 |
+
|
225 |
+
#: wp-cache.php:241
|
226 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
227 |
+
msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
|
228 |
+
|
229 |
+
#: wp-cache.php:247
|
230 |
+
#: wp-cache.php:258
|
231 |
+
msgid "Rewrite rules must be updated"
|
232 |
+
msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
|
233 |
+
|
234 |
+
#: wp-cache.php:248
|
235 |
+
#: wp-cache.php:259
|
236 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
237 |
+
msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
|
238 |
+
|
239 |
+
#: wp-cache.php:249
|
240 |
+
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
241 |
+
msgstr "Die Unterstützung mobiler Endgeräte benötigt Extra-Regeln in der Datei .htaccess, oder Du setzt das Plugin in den Legacy-Modus. Hier sind deine Oprionen (sortiert nach Schwierigkeitsgrad):"
|
242 |
+
|
243 |
+
#: wp-cache.php:250
|
244 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
245 |
+
msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
|
246 |
+
|
247 |
+
#: wp-cache.php:251
|
248 |
+
#: wp-cache.php:260
|
249 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
250 |
+
msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
|
251 |
+
|
252 |
+
#: wp-cache.php:252
|
253 |
+
#, php-format
|
254 |
+
msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
|
255 |
+
msgstr "Lösche die mod_rewrite rules des Plugins in %s.htaccess zwischen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code> und lass sie dann vom Plugin neu generieren. Dazu musst Du nur diese Seite im Browser neu laden."
|
256 |
+
|
257 |
+
#: wp-cache.php:253
|
258 |
+
#, php-format
|
259 |
+
msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
260 |
+
msgstr "Trage die Regeln selbst ein. Bearbeite %s.htaccess und finde den Block zwischen den Zeilen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code>. Da gibt es zwei Bereiche, die sich sehr ähneln. Direkt unterhalb der Zeile <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> diese Zeilen einfügen: (zweimal, jeweils eine in beiden Bereichen)"
|
261 |
+
|
262 |
+
#: wp-cache.php:266
|
263 |
+
msgid "Required to serve compressed supercache files properly."
|
264 |
+
msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
|
265 |
+
|
266 |
+
#: wp-cache.php:266
|
267 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
268 |
+
msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
|
269 |
+
|
270 |
+
#: wp-cache.php:266
|
271 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
272 |
+
msgstr "Setzt das Ablaufdatum für Supercache-Seiten. Besucher bekommen unter Umständen ohne diese Modul neue Seiten nicht angezeigt oder verlieren Kommentare, wenn sie den Browser neu laden."
|
273 |
+
|
274 |
+
#: wp-cache.php:273
|
275 |
+
msgid "Missing Apache Modules"
|
276 |
+
msgstr "Fehlende Apache-Module"
|
277 |
+
|
278 |
+
#: wp-cache.php:274
|
279 |
+
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
280 |
+
msgstr "Folgende Apache-Module fehlen. Das Plugin arbeitet ohne sie im Legacy-Modus. Im vollen Supercache-Modus kann es ansonsten passieren, dass deine Besucher beschädigte Seiten oder veraltete Inhalte sehen."
|
281 |
+
|
282 |
+
#: wp-cache.php:413
|
283 |
+
msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
|
284 |
+
msgstr "<strong>Achtung!</strong> Du hast versucht die Datei-Komprimierung zu aktivieren, aber <code>zlib.output_compression</code> ist aktiv. Lese dazu #21 im Bereich Troubleshooting der Datei readme.txt."
|
285 |
+
|
286 |
+
#: wp-cache.php:501
|
287 |
+
msgid "WP Super Cache Settings"
|
288 |
+
msgstr "WP-Super-Cache Einstellungen"
|
289 |
+
|
290 |
+
#: wp-cache.php:512
|
291 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
292 |
+
msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
|
293 |
+
|
294 |
+
#: wp-cache.php:523
|
295 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
296 |
+
msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
|
297 |
+
|
298 |
+
#: wp-cache.php:540
|
299 |
+
#: wp-cache.php:614
|
300 |
+
msgid "Caching must be enabled to use this feature"
|
301 |
+
msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
|
302 |
+
|
303 |
+
#: wp-cache.php:542
|
304 |
+
msgid "Cache Tester"
|
305 |
+
msgstr "Cache-Tester"
|
306 |
+
|
307 |
+
#: wp-cache.php:543
|
308 |
+
msgid "Test your cached website by clicking the test button below."
|
309 |
+
msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
|
310 |
+
|
311 |
+
#: wp-cache.php:550
|
312 |
+
#, php-format
|
313 |
+
msgid "Fetching %s to prime cache: "
|
314 |
+
msgstr "Lädt %s um den Cache zu priorisieren: "
|
315 |
+
|
316 |
+
#: wp-cache.php:552
|
317 |
+
#: wp-cache.php:559
|
318 |
+
#: wp-cache.php:566
|
319 |
+
msgid "OK"
|
320 |
+
msgstr "OK"
|
321 |
+
|
322 |
+
#: wp-cache.php:557
|
323 |
+
#, php-format
|
324 |
+
msgid "Fetching first copy of %s: "
|
325 |
+
msgstr "Lädt die erste Kopie von %s: "
|
326 |
+
|
327 |
+
#: wp-cache.php:564
|
328 |
+
#, php-format
|
329 |
+
msgid "Fetching second copy of %s: "
|
330 |
+
msgstr "Lädt die zweite Kopie von %s: "
|
331 |
+
|
332 |
+
#: wp-cache.php:570
|
333 |
+
msgid "One or more page requests failed:"
|
334 |
+
msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
|
335 |
+
|
336 |
+
#: wp-cache.php:589
|
337 |
+
#: wp-cache.php:590
|
338 |
+
#, php-format
|
339 |
+
msgid "Page %d: %d (%s)"
|
340 |
+
msgstr "Seite %d: %d (%s)"
|
341 |
+
|
342 |
+
#: wp-cache.php:596
|
343 |
+
#, php-format
|
344 |
+
msgid "Page 1: %s"
|
345 |
+
msgstr "Seite 1: %s"
|
346 |
+
|
347 |
+
#: wp-cache.php:597
|
348 |
+
#, php-format
|
349 |
+
msgid "Page 2: %s"
|
350 |
+
msgstr "Seite 2: %s"
|
351 |
+
|
352 |
+
#: wp-cache.php:598
|
353 |
+
msgid "The timestamps on both pages match!"
|
354 |
+
msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
|
355 |
+
|
356 |
+
#: wp-cache.php:600
|
357 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
358 |
+
msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
|
359 |
+
|
360 |
+
#: wp-cache.php:606
|
361 |
+
msgid "Send non-secure (non https) request for homepage"
|
362 |
+
msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
|
363 |
+
|
364 |
+
#: wp-cache.php:607
|
365 |
+
msgid "Test Cache"
|
366 |
+
msgstr "Cache testen"
|
367 |
+
|
368 |
+
#: wp-cache.php:632
|
369 |
+
#: wp-cache.php:755
|
370 |
+
msgid "Cancel Cache Preload"
|
371 |
+
msgstr "Cache-Preload abstellen"
|
372 |
+
|
373 |
+
#: wp-cache.php:638
|
374 |
+
msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
|
375 |
+
msgstr "Das angesetzte Vorladen des Cache (Cache-Preload) wurde storniert. Wenn momentan ein Prozess läuft wird dieser nicht abgebrochen, bis die aktuellen 100 Seiten komplett sind."
|
376 |
+
|
377 |
+
#: wp-cache.php:649
|
378 |
+
msgid "Scheduled preloading of cache cancelled."
|
379 |
+
msgstr "Planmässiges Vorladen des Cache abgebrochen."
|
380 |
+
|
381 |
+
#: wp-cache.php:675
|
382 |
+
#: wp-cache.php:753
|
383 |
+
msgid "Preload Cache Now"
|
384 |
+
msgstr "Cache jetzt vorladen"
|
385 |
+
|
386 |
+
#: wp-cache.php:678
|
387 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
388 |
+
msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
|
389 |
+
|
390 |
+
#: wp-cache.php:682
|
391 |
+
#, php-format
|
392 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
393 |
+
msgstr "Planmässiges Vorladen des Cache in %d Minuten"
|
394 |
+
|
395 |
+
#: wp-cache.php:686
|
396 |
+
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
397 |
+
msgstr "Dadurch werden alle publizierten Seiten und Beiträge gecached. Es werden statische Supercache-Dateien erstellt, so dass anonyme Besucher (inklusive Bots) eine gecachede Seite aufrufen. Das kann möglicherweise dein Google-Ranking verbessern, da kurze Ladezeiten als Maßstab für die Beurteilung von Webseiten relevant sind."
|
398 |
+
|
399 |
+
#: wp-cache.php:687
|
400 |
+
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
401 |
+
msgstr "\"Vorladen\" produziert aber auch eine Menge Dateien. Es wird vom ältesten bis zum neuesten Beitrag gecached, also bedenke bitte nur die Neuesten zu cachen, wenn Du viele (10.000+) Einträge hast. Das spielt vor allem auf virtuellen Servern (shared hosting) eine entscheidende Rolle."
|
402 |
+
|
403 |
+
#: wp-cache.php:688
|
404 |
+
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
405 |
+
msgstr "Im \"Preload-Modus\" wird die normale \"Garbage Collection\" (Leeren des abgelaufenen Cache) nur alte Legacy-Dateien für schon bekannte Benutzer bereinigen, nicht die vorab geladenen Supercache-Dateien. Das ist die empfohlene Einstellung wenn der Cache vorgeladen wird."
|
406 |
+
|
407 |
+
#: wp-cache.php:692
|
408 |
+
#, php-format
|
409 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
410 |
+
msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
|
411 |
+
|
412 |
+
#: wp-cache.php:705
|
413 |
+
msgid "all"
|
414 |
+
msgstr "Alle"
|
415 |
+
|
416 |
+
#: wp-cache.php:718
|
417 |
+
#, php-format
|
418 |
+
msgid "Preload %s posts."
|
419 |
+
msgstr "Lade %s Beiträge vorab."
|
420 |
+
|
421 |
+
#: wp-cache.php:725
|
422 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
423 |
+
msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
|
424 |
+
|
425 |
+
#: wp-cache.php:728
|
426 |
+
msgid "Send me status emails when files are refreshed."
|
427 |
+
msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
|
428 |
+
|
429 |
+
#: wp-cache.php:733
|
430 |
+
msgid "Many emails, 2 emails per 100 posts."
|
431 |
+
msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
|
432 |
+
|
433 |
+
#: wp-cache.php:736
|
434 |
+
msgid "Medium, 1 email per 100 posts."
|
435 |
+
msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
|
436 |
+
|
437 |
+
#: wp-cache.php:739
|
438 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
439 |
+
msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
|
440 |
+
|
441 |
+
#: wp-cache.php:743
|
442 |
+
#, php-format
|
443 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
444 |
+
msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
445 |
+
|
446 |
+
#: wp-cache.php:744
|
447 |
+
#, php-format
|
448 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
449 |
+
msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
450 |
+
|
451 |
+
#: wp-cache.php:750
|
452 |
+
#, php-format
|
453 |
+
msgid "Currently caching from post %d to %d."
|
454 |
+
msgstr "Momentan wird von Beitrag %d bis %d gecached."
|
455 |
+
|
456 |
+
#: wp-cache.php:753
|
457 |
+
msgid "Update Settings"
|
458 |
+
msgstr "Einstellungen aktualisieren"
|
459 |
+
|
460 |
+
#: wp-cache.php:761
|
461 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
462 |
+
msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
|
463 |
+
|
464 |
+
#: wp-cache.php:776
|
465 |
+
#: wp-cache.php:865
|
466 |
+
msgid "Caching"
|
467 |
+
msgstr "Caching"
|
468 |
+
|
469 |
+
#: wp-cache.php:780
|
470 |
+
msgid "Cache hits to this website for quick access."
|
471 |
+
msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
|
472 |
+
|
473 |
+
#: wp-cache.php:780
|
474 |
+
#: wp-cache.php:781
|
475 |
+
#: wp-cache.php:795
|
476 |
+
#: wp-cache.php:799
|
477 |
+
#: wp-cache.php:802
|
478 |
+
#: wp-cache.php:803
|
479 |
+
#: wp-cache.php:868
|
480 |
+
msgid "Recommended"
|
481 |
+
msgstr "Empfohlen"
|
482 |
+
|
483 |
+
#: wp-cache.php:781
|
484 |
+
msgid "Use mod_rewrite to serve cache files."
|
485 |
+
msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
|
486 |
+
|
487 |
+
#: wp-cache.php:782
|
488 |
+
msgid "Use PHP to serve cache files."
|
489 |
+
msgstr "Nutze PHP um Cache-Dateien auszuliefern."
|
490 |
+
|
491 |
+
#: wp-cache.php:783
|
492 |
+
msgid "Legacy page caching."
|
493 |
+
msgstr "Legacy Page-Caching."
|
494 |
+
|
495 |
+
#: wp-cache.php:784
|
496 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
|
497 |
+
msgstr "Mod_rewrite ist am schnellsten, PHP ist fast genau so schnell und einfacher ans Laufen zu kriegen, währen Legacy-Caching langsamer läuft, aber flexibler und ebenso leicht ans Laufen zu kriegen ist. Neulinge sollten PHP-Caching nehmen."
|
498 |
+
|
499 |
+
#: wp-cache.php:790
|
500 |
+
msgid "Miscellaneous"
|
501 |
+
msgstr "Sonstiges"
|
502 |
+
|
503 |
+
#: wp-cache.php:795
|
504 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
505 |
+
msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
|
506 |
+
|
507 |
+
#: wp-cache.php:796
|
508 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
509 |
+
msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
|
510 |
+
|
511 |
+
#: wp-cache.php:799
|
512 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
513 |
+
msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
|
514 |
+
|
515 |
+
#: wp-cache.php:800
|
516 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
517 |
+
msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
|
518 |
+
|
519 |
+
#: wp-cache.php:802
|
520 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
521 |
+
msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
|
522 |
+
|
523 |
+
#: wp-cache.php:803
|
524 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
525 |
+
msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
|
526 |
+
|
527 |
+
#: wp-cache.php:804
|
528 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
529 |
+
msgstr "Proudly tell the world your server is Digg proof! (zeigt einen kleinen Hinweis im Footer deines Blogs, dass dein Server \"hieb- und stichfest\" ist)"
|
530 |
+
|
531 |
+
#: wp-cache.php:810
|
532 |
+
#: wp-cache.php:957
|
533 |
+
#: wp-cache.php:1473
|
534 |
+
msgid "Advanced"
|
535 |
+
msgstr "Erweitert"
|
536 |
+
|
537 |
+
#: wp-cache.php:814
|
538 |
+
msgid "Mobile device support."
|
539 |
+
msgstr "Unterstützung mobiler Endgeräte."
|
540 |
+
|
541 |
+
#: wp-cache.php:815
|
542 |
+
msgid "Clear all cache files when a post or page is published."
|
543 |
+
msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
|
544 |
+
|
545 |
+
#: wp-cache.php:816
|
546 |
+
msgid "Only refresh current page when comments made."
|
547 |
+
msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
|
548 |
+
|
549 |
+
#: wp-cache.php:817
|
550 |
+
msgid "List the newest cached pages on this page."
|
551 |
+
msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
|
552 |
+
|
553 |
+
#: wp-cache.php:819
|
554 |
+
msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
|
555 |
+
msgstr "Datei \"stumpf\" sperren. Brauchst Du wahrscheinlich nicht, aber es könnte helfen wenn dein Server schwächelt. Achtung! <em>Kann in seltenen Fällen dazu führen das dein Server abstürzt!</em>"
|
556 |
+
|
557 |
+
#: wp-cache.php:822
|
558 |
+
msgid "Use object cache to store cached files."
|
559 |
+
msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
|
560 |
+
|
561 |
+
#: wp-cache.php:822
|
562 |
+
msgid "(Experimental)"
|
563 |
+
msgstr "(Experimentell)"
|
564 |
+
|
565 |
+
#: wp-cache.php:829
|
566 |
+
msgid "Note:"
|
567 |
+
msgstr "Hinweis: "
|
568 |
+
|
569 |
+
#: wp-cache.php:831
|
570 |
+
#, php-format
|
571 |
+
msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
|
572 |
+
msgstr "Wenn Du das Plugin deinstallierst, stelle sicher dass Verzeichnis <em>%s</em> für den Webserver beschreibbar ist, so das die Dateien <em>advanced-cache.php</em> und <em>cache-config.php</em> automatisch entfernt werden können. (..die Dateien ebenfalls beschreibbar zu machen ist dabei eine gute Idee!)"
|
573 |
+
|
574 |
+
#: wp-cache.php:832
|
575 |
+
#, php-format
|
576 |
+
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
577 |
+
msgstr "Bitte werfe einen Blick in <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> für Anleitungen zur Deinstallation dieses Skripts. Suche nach der Überschrift \"How to uninstall WP Super Cache\"."
|
578 |
+
|
579 |
+
#: wp-cache.php:833
|
580 |
+
#, php-format
|
581 |
+
msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
|
582 |
+
msgstr "Hilfe benötigt? Check die Datei <a href=\"%1$s\">Super Cache readme</a>. Sie enthält die Dokumenration zur Installation, FAQ und Troubleshooting-Tipps. Das <a href=\"%2$s\">Supportforum</a> steht ebenso zur Verfügung. Vielleicht ist deine Frage dort schon beantwortet worden."
|
583 |
+
|
584 |
+
#: wp-cache.php:836
|
585 |
+
#: wp-cache.php:883
|
586 |
+
msgid "Update Status"
|
587 |
+
msgstr "Update-Status"
|
588 |
+
|
589 |
+
#: wp-cache.php:843
|
590 |
+
msgid "Accepted Filenames & Rejected URIs"
|
591 |
+
msgstr "Akzeptierte Dateinamen & Abgewiesene URIs"
|
592 |
+
|
593 |
+
#: wp-cache.php:868
|
594 |
+
msgid "Caching On"
|
595 |
+
msgstr "Caching An"
|
596 |
+
|
597 |
+
#: wp-cache.php:869
|
598 |
+
msgid "Caching Off"
|
599 |
+
msgstr "Caching Aus"
|
600 |
+
|
601 |
+
#: wp-cache.php:870
|
602 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
603 |
+
msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
|
604 |
+
|
605 |
+
#: wp-cache.php:880
|
606 |
+
msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
607 |
+
msgstr "Hinweis: Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
|
608 |
+
|
609 |
+
#: wp-cache.php:892
|
610 |
+
msgid "Make WordPress Faster"
|
611 |
+
msgstr "Mach WordPress schneller!"
|
612 |
+
|
613 |
+
#: wp-cache.php:893
|
614 |
+
#, php-format
|
615 |
+
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
616 |
+
msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
|
617 |
+
|
618 |
+
#: wp-cache.php:894
|
619 |
+
#, php-format
|
620 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
621 |
+
msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
|
622 |
+
|
623 |
+
#: wp-cache.php:895
|
624 |
+
#, php-format
|
625 |
+
msgid "Please say hi to him on %s too!"
|
626 |
+
msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
|
627 |
+
|
628 |
+
#: wp-cache.php:903
|
629 |
+
#, php-format
|
630 |
+
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
631 |
+
msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
|
632 |
+
|
633 |
+
#: wp-cache.php:904
|
634 |
+
msgid "Newest Cached Pages:"
|
635 |
+
msgstr "Neueste Cached-Pages: "
|
636 |
+
|
637 |
+
#: wp-cache.php:908
|
638 |
+
#, php-format
|
639 |
+
msgid "Cached %s seconds ago"
|
640 |
+
msgstr "Vor %s Sekunden gecached"
|
641 |
+
|
642 |
+
#: wp-cache.php:911
|
643 |
+
msgid "(may not always be accurate on busy sites)"
|
644 |
+
msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
|
645 |
+
|
646 |
+
#: wp-cache.php:930
|
647 |
+
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
648 |
+
msgstr "Cache-Plugins sind PHP-Skripte, die sich im Plugin-Verzeichnis innerhalb des Ordners \"wp-super-cache\" befinden. Sie werden zusammen mit Supercache geladen, viel früher als reguläre WordPress-Plugins."
|
649 |
+
|
650 |
+
#: wp-cache.php:931
|
651 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
652 |
+
msgstr "Das ist definitiv nur eine Option für sehr weit \"Fortgeschrittene\". Kenntnisse sowohl in PHP als auch zu WordPress-Actions sind Vorraussetzung, um sie zu erstellen."
|
653 |
+
|
654 |
+
#: wp-cache.php:941
|
655 |
+
msgid "Available Plugins"
|
656 |
+
msgstr "Verfügbare Plugins"
|
657 |
+
|
658 |
+
#: wp-cache.php:957
|
659 |
+
msgid "Easy"
|
660 |
+
msgstr "Easy"
|
661 |
+
|
662 |
+
#: wp-cache.php:957
|
663 |
+
msgid "Tester & Contents"
|
664 |
+
msgstr "Tester & Inhalte"
|
665 |
+
|
666 |
+
#: wp-cache.php:957
|
667 |
+
msgid "Preload"
|
668 |
+
msgstr "Preload"
|
669 |
+
|
670 |
+
#: wp-cache.php:957
|
671 |
+
msgid "Plugins"
|
672 |
+
msgstr "Plugins"
|
673 |
+
|
674 |
+
#: wp-cache.php:957
|
675 |
+
msgid "Debug"
|
676 |
+
msgstr "Debug"
|
677 |
+
|
678 |
+
#: wp-cache.php:984
|
679 |
+
#, php-format
|
680 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
681 |
+
msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
|
682 |
+
|
683 |
+
#: wp-cache.php:986
|
684 |
+
#, php-format
|
685 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
686 |
+
msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
|
687 |
+
|
688 |
+
#: wp-cache.php:996
|
689 |
+
msgid "Mod Rewrite Rules"
|
690 |
+
msgstr "Mod Rewrite Rules"
|
691 |
+
|
692 |
+
#: wp-cache.php:1002
|
693 |
+
msgid "WordPress MU Detected"
|
694 |
+
msgstr "WordPress MU (WP Multi-Sites) festgestellt"
|
695 |
+
|
696 |
+
#: wp-cache.php:1002
|
697 |
+
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
698 |
+
msgstr "Leider können die \"Rewrite-Rules\" nicht automatisch aktualisiert werden, wenn Du WordPress MU benutzt. Bitte öffne deine .htaccess und füge die folgenden mod_rewrite Regeln oberhalb aller anderen Einträge in die Datei ein."
|
699 |
+
|
700 |
+
#: wp-cache.php:1004
|
701 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
702 |
+
msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
|
703 |
+
|
704 |
+
#: wp-cache.php:1005
|
705 |
+
#, php-format
|
706 |
+
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
707 |
+
msgstr "Es müssen die Markierungen <strong>BEGIN</strong> und <strong>END</strong> in %s.htaccess stehen, damit das Auto-Update funktioniert. Sie sehen so aus und umgeben die WordPress mod_rewrite Regeln: "
|
708 |
+
|
709 |
+
#: wp-cache.php:1007
|
710 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
711 |
+
msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
|
712 |
+
|
713 |
+
#: wp-cache.php:1011
|
714 |
+
msgid "Thank you for upgrading."
|
715 |
+
msgstr "Danke für das Upgrade."
|
716 |
+
|
717 |
+
#: wp-cache.php:1011
|
718 |
+
#, php-format
|
719 |
+
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
720 |
+
msgstr "Die mod_rewrite-Regeln haben sich verändert, seit Du das Plugin installiert hast. Leider musst Du die alten Supercache-Regeln entfernen, bevor die Neuen aktualisiert werden können. Lade die Seite neu, wenn Du deine .htaccess aktualisiert hast. Wenn Du händisch aktualisieren willst, ändere die folgende Zeile: %1$s so dass sie hinterher so aussieht: %2$s Die einzigen Änderungen: \"HTTP_COOKIE\" wird zu \"HTTP:Cookie\" und \"wordpressuser\" wird zu \"wordpress\". Dies wurde in WordPress 2.5 geändert, ist aber abwärtskompatibel mit älteren Versionen - wenn Du mutig genug bist, sie zu benutzen."
|
721 |
+
|
722 |
+
#: wp-cache.php:1015
|
723 |
+
msgid "Trailing slash check required."
|
724 |
+
msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
|
725 |
+
|
726 |
+
#: wp-cache.php:1015
|
727 |
+
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
728 |
+
msgstr "Sieht aus als hätte dein Blog URLs, die mit \"/\" aufhören. Dummerweise wurde ein Bug entdeckt, nachdem Du das Plugin installiert hast: URLs, die ohne \"/\" enden liefern den gleichen Inhalt wie URLs mit \"/\", und werden nicht auf den eigentlichen URL weitergeleitet (Dublicate Content). Um das zu beheben, bearbeite deine .htaccess und füge diese beiden Regeln den zwei Super-Cache-Gruppen hinzu: "
|
729 |
+
|
730 |
+
#: wp-cache.php:1017
|
731 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
732 |
+
msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
|
733 |
+
|
734 |
+
#: wp-cache.php:1031
|
735 |
+
msgid "Mod Rewrite rules updated!"
|
736 |
+
msgstr "Mod Rewrite Rules aktualisiert!"
|
737 |
+
|
738 |
+
#: wp-cache.php:1032
|
739 |
+
#, php-format
|
740 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
741 |
+
msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
|
742 |
+
|
743 |
+
#: wp-cache.php:1034
|
744 |
+
msgid "Mod Rewrite rules must be updated!"
|
745 |
+
msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
|
746 |
+
|
747 |
+
#: wp-cache.php:1035
|
748 |
+
#, php-format
|
749 |
+
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
750 |
+
msgstr "Deine %s.htaccess ist für den Webserver nicht beschreibbar und muss mit den nötigen mod_rewrite rules aktualisiert werden. Die neuen Regeln werden, wie hier im Code angezeigt, oberhalb der regulären WordPress-Regeln eingetragen: "
|
751 |
+
|
752 |
+
#: wp-cache.php:1040
|
753 |
+
#, php-format
|
754 |
+
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
755 |
+
msgstr "WP-Super-Cache mod_rewrite rules in der Datei %s.htaccess gefunden.<br /> Klicke auf den folgenden Link, um die Einträge die dieser Datei hinzugefügt wurden, anzuzeigen. Wenn Du ein Upgrade des Plugins gemacht hast, stelle sicher dass diese Regeln zutreffen."
|
756 |
+
|
757 |
+
#: wp-cache.php:1043
|
758 |
+
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
759 |
+
msgstr "Eine Abweichung zwischen den Regeln in deiner .htaccess file und den Rewrite Rules im Plugin wurde festgestellt. Dabei kann es sich nur um unterschiedliche Abstände oder Leerzeichen handeln, Du solltest aber die Regeln in der Datei mit den hier unten angezeigten möglichst bald abgleichen. Klicke den \"Mod_Rewrite Rules\"-Button um die Regeln zu aktualisieren."
|
760 |
+
|
761 |
+
#: wp-cache.php:1046
|
762 |
+
msgid "View Mod_Rewrite Rules"
|
763 |
+
msgstr "Mod_Rewrite Rules anzeigen"
|
764 |
+
|
765 |
+
#: wp-cache.php:1050
|
766 |
+
#: wp-cache.php:2287
|
767 |
+
#, php-format
|
768 |
+
msgid "Rules must be added to %s too:"
|
769 |
+
msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
|
770 |
+
|
771 |
+
#: wp-cache.php:1058
|
772 |
+
#, php-format
|
773 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
774 |
+
msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
|
775 |
+
|
776 |
+
#: wp-cache.php:1065
|
777 |
+
msgid "Fix Configuration"
|
778 |
+
msgstr "Repariere Konfiguration"
|
779 |
+
|
780 |
+
#: wp-cache.php:1068
|
781 |
+
msgid "Restore Default Configuration"
|
782 |
+
msgstr "Ursprüngliche Konfiguration wieder herstellen"
|
783 |
+
|
784 |
+
#: wp-cache.php:1076
|
785 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
786 |
+
msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
|
787 |
+
|
788 |
+
#: wp-cache.php:1101
|
789 |
+
msgid "Lock Down:"
|
790 |
+
msgstr "Sperren: "
|
791 |
+
|
792 |
+
#: wp-cache.php:1101
|
793 |
+
msgid "Disabled"
|
794 |
+
msgstr "Deaktiviert"
|
795 |
+
|
796 |
+
#: wp-cache.php:1101
|
797 |
+
msgid "Enabled"
|
798 |
+
msgstr "Aktiviert"
|
799 |
+
|
800 |
+
#: wp-cache.php:1102
|
801 |
+
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
802 |
+
msgstr "Bereite deinen Server auf eine zu erwartende Höchstlast an Traffic vor, indem Du \"Sperren\" aktivierst. In dieser Einstellung werden die statischen Dateien im Cache nicht erneuert, wenn zu den Beiträgen Kommentare veröffentlicht werden."
|
803 |
+
|
804 |
+
#: wp-cache.php:1103
|
805 |
+
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
806 |
+
msgstr "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting: "
|
807 |
+
|
808 |
+
#: wp-cache.php:1105
|
809 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
810 |
+
msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
|
811 |
+
|
812 |
+
#: wp-cache.php:1109
|
813 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
814 |
+
msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
|
815 |
+
|
816 |
+
#: wp-cache.php:1111
|
817 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
818 |
+
msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
|
819 |
+
|
820 |
+
#: wp-cache.php:1117
|
821 |
+
msgid "Lock Down"
|
822 |
+
msgstr "Sperre"
|
823 |
+
|
824 |
+
#: wp-cache.php:1125
|
825 |
+
msgid "Directly Cached Files"
|
826 |
+
msgstr "Direkt gecachede Dateien"
|
827 |
+
|
828 |
+
#: wp-cache.php:1183
|
829 |
+
#, php-format
|
830 |
+
msgid "%s removed!"
|
831 |
+
msgstr "%s entfernt!"
|
832 |
+
|
833 |
+
#: wp-cache.php:1191
|
834 |
+
#, php-format
|
835 |
+
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
836 |
+
msgstr "Du musst %s beschreibbar machen, um diese Option zu nutzen. Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Leserechte\" nachdem die Seite generiert ist."
|
837 |
+
|
838 |
+
#: wp-cache.php:1193
|
839 |
+
#, php-format
|
840 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
841 |
+
msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
|
842 |
+
|
843 |
+
#: wp-cache.php:1207
|
844 |
+
msgid "Existing direct page"
|
845 |
+
msgstr "Direkt-Seite existiert"
|
846 |
+
|
847 |
+
#: wp-cache.php:1207
|
848 |
+
msgid "Delete cached file"
|
849 |
+
msgstr "Lösche gecachede Datei"
|
850 |
+
|
851 |
+
#: wp-cache.php:1212
|
852 |
+
msgid "Add direct page:"
|
853 |
+
msgstr "Direkt-Seite hinzufügen: "
|
854 |
+
|
855 |
+
#: wp-cache.php:1214
|
856 |
+
#, php-format
|
857 |
+
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
858 |
+
msgstr "Direkt gecachede Seiten sind Dateien, die direkt in %s erzeugt werden, da wo dein Blog liegt. Diese Option ist nur sinnvoll, wenn Du auf dem Niveau von Facebook oder Digg Traffic auf einer Seite oder auf einem Beitrag erwartest."
|
859 |
+
|
860 |
+
#: wp-cache.php:1216
|
861 |
+
#, php-format
|
862 |
+
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
863 |
+
msgstr "Als Beispiel: Um <em>%1$sabout/</em> zu cachen, würdest Du %1$sabout/ oder /about/ eingeben. Die Cache-Datei wird dann erstellt, sobald ein anonymer Besucher die Seite aufruft."
|
864 |
+
|
865 |
+
#: wp-cache.php:1217
|
866 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
867 |
+
msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
|
868 |
+
|
869 |
+
#: wp-cache.php:1222
|
870 |
+
msgid "Update Direct Pages"
|
871 |
+
msgstr "Direkt-Seiten aktualisieren"
|
872 |
+
|
873 |
+
#: wp-cache.php:1260
|
874 |
+
msgid "Expiry Time & Garbage Collection"
|
875 |
+
msgstr "Expiry-Time & Garbage-Collection"
|
876 |
+
|
877 |
+
#: wp-cache.php:1262
|
878 |
+
msgid "Expire time:"
|
879 |
+
msgstr "Laufzeitende:"
|
880 |
+
|
881 |
+
#: wp-cache.php:1263
|
882 |
+
msgid "seconds"
|
883 |
+
msgstr "Sekunden"
|
884 |
+
|
885 |
+
#: wp-cache.php:1264
|
886 |
+
msgid "Garbage Collection"
|
887 |
+
msgstr "Müll-Entsorgung (Garbage-Collection)"
|
888 |
+
|
889 |
+
#: wp-cache.php:1264
|
890 |
+
msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
891 |
+
msgstr "Wenn die Laufzeit länger als 1800 Sekunden (halbe Stunde) ist, wird \"Garbage Collection\" alle 10 Minuten ausgeführt, andernfalls passiert das 10 Sekunden nach Ablauf der oben angegebenen Zeit."
|
892 |
+
|
893 |
+
#: wp-cache.php:1265
|
894 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
895 |
+
msgstr "Suchen und Entfernen von abgelaufenen Dateien kostet ressourcen, sie einfach da zu belassen aber auch. Auf einer sehr gut besuchten Seite solltest Du die Laufzeit auf <em>300 Sekunden</em> setzen. Experimentiere mit verschiedenen Werten und besuche diese Seite mehrmals um zu überprpüfen, wieviele \"expired\"-Dateien sich zu welcher Zeit im Laufe des Tages ansammeln. Wenn Du Legacy-Caching benutzt, versuche möglich unter 500 Cache-Dateien zu bleiben. Du kannst um ein Vielfaches mehr Dateien haben, wenn Du mod_rewrite oder PHP-Caching einsetzt."
|
896 |
+
|
897 |
+
#: wp-cache.php:1266
|
898 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
899 |
+
msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
|
900 |
+
|
901 |
+
#: wp-cache.php:1267
|
902 |
+
msgid "Change Expiration"
|
903 |
+
msgstr "Laufzeit ändern"
|
904 |
+
|
905 |
+
#: wp-cache.php:1311
|
906 |
+
msgid "Rejected User Agents"
|
907 |
+
msgstr "Abgewehrte User-Agents"
|
908 |
+
|
909 |
+
#: wp-cache.php:1312
|
910 |
+
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
911 |
+
msgstr "Strings im HTTP \"User Agent\"-Header die WP-Cache davon abhalten, Anfragen von Bots, Spidern und Crawlern zu cachen. Vermerke, das Super-Cache-Dateien weiter an diese Agents ausgeliefert werden wenn sie schon existieren."
|
912 |
+
|
913 |
+
#: wp-cache.php:1319
|
914 |
+
msgid "Save UA Strings"
|
915 |
+
msgstr "User-Agenten-Strings speichern"
|
916 |
+
|
917 |
+
#: wp-cache.php:1342
|
918 |
+
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
919 |
+
msgstr "Folgende Page-Typen nicht cachen. Studiere zu jedem Typ die ausführliche Diskussion in der Dokumentation <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a>."
|
920 |
+
|
921 |
+
#: wp-cache.php:1345
|
922 |
+
msgid "Single Posts"
|
923 |
+
msgstr "Einzelne Beiträge"
|
924 |
+
|
925 |
+
#: wp-cache.php:1346
|
926 |
+
msgid "Pages"
|
927 |
+
msgstr "Seiten"
|
928 |
+
|
929 |
+
#: wp-cache.php:1347
|
930 |
+
msgid "Front Page"
|
931 |
+
msgstr "Startseite"
|
932 |
+
|
933 |
+
#: wp-cache.php:1348
|
934 |
+
msgid "Home"
|
935 |
+
msgstr "Home"
|
936 |
+
|
937 |
+
#: wp-cache.php:1349
|
938 |
+
msgid "Archives"
|
939 |
+
msgstr "Archive"
|
940 |
+
|
941 |
+
#: wp-cache.php:1350
|
942 |
+
msgid "Tags"
|
943 |
+
msgstr "Suchworte (tags)"
|
944 |
+
|
945 |
+
#: wp-cache.php:1351
|
946 |
+
msgid "Category"
|
947 |
+
msgstr "Kategorie"
|
948 |
+
|
949 |
+
#: wp-cache.php:1352
|
950 |
+
msgid "Feeds"
|
951 |
+
msgstr "Feeds"
|
952 |
+
|
953 |
+
#: wp-cache.php:1353
|
954 |
+
msgid "Search Pages"
|
955 |
+
msgstr "Suchseiten"
|
956 |
+
|
957 |
+
#: wp-cache.php:1355
|
958 |
+
#: wp-cache.php:1483
|
959 |
+
msgid "Save"
|
960 |
+
msgstr "Speichern"
|
961 |
+
|
962 |
+
#: wp-cache.php:1372
|
963 |
+
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
964 |
+
msgstr "Hier Strings (Zeichenketten, keine Dateinamen) einfügen, um so dafür zu sorgen dass eine Seite nicht gecached wird. Als Beispiel: Wenn deine URLs das Jahresdatum enthalten und Du die Beiträge vom vergangenen Jahr nicht cachen willst, reicht es das Jahr, z.B. \"/2004/\" anzugeben. WP-Cache wird überprüfen, ob diese Zeichenkette im URI enthalten ist und in dem Fall diese Seite dann nicht cachen."
|
965 |
+
|
966 |
+
#: wp-cache.php:1378
|
967 |
+
msgid "Save Strings"
|
968 |
+
msgstr "Strings speichern"
|
969 |
+
|
970 |
+
#: wp-cache.php:1394
|
971 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
972 |
+
msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
|
973 |
+
|
974 |
+
#: wp-cache.php:1400
|
975 |
+
msgid "Save Files"
|
976 |
+
msgstr "Dateien speichern"
|
977 |
+
|
978 |
+
#: wp-cache.php:1445
|
979 |
+
msgid "Currently logging to: "
|
980 |
+
msgstr "Aktuelle Protokolle (Logs) in: "
|
981 |
+
|
982 |
+
#: wp-cache.php:1455
|
983 |
+
msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
|
984 |
+
msgstr "Versuche Probleme mit dem Plugin durch den Debugger hier zu lösen. Das System kann dir E-Mail-Benachrichtigungen zum Verlauf schicken, oder sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
|
985 |
+
|
986 |
+
#: wp-cache.php:1456
|
987 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
988 |
+
msgstr "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt wird."
|
989 |
+
|
990 |
+
#: wp-cache.php:1460
|
991 |
+
msgid "Debugging"
|
992 |
+
msgstr "Debuggen"
|
993 |
+
|
994 |
+
#: wp-cache.php:1461
|
995 |
+
msgid "Logging Type"
|
996 |
+
msgstr "Protokoll-Typ"
|
997 |
+
|
998 |
+
#: wp-cache.php:1461
|
999 |
+
msgid "Email"
|
1000 |
+
msgstr "E-Mail"
|
1001 |
+
|
1002 |
+
#: wp-cache.php:1462
|
1003 |
+
msgid "file"
|
1004 |
+
msgstr "Datei"
|
1005 |
+
|
1006 |
+
#: wp-cache.php:1463
|
1007 |
+
msgid "IP Address"
|
1008 |
+
msgstr "IP-Addresse"
|
1009 |
+
|
1010 |
+
#: wp-cache.php:1463
|
1011 |
+
#, php-format
|
1012 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
1013 |
+
msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
|
1014 |
+
|
1015 |
+
#: wp-cache.php:1464
|
1016 |
+
msgid "Log level"
|
1017 |
+
msgstr "Log-Level"
|
1018 |
+
|
1019 |
+
#: wp-cache.php:1470
|
1020 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1021 |
+
msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
|
1022 |
+
|
1023 |
+
#: wp-cache.php:1473
|
1024 |
+
msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1025 |
+
msgstr "In sehr seltenen Fällen können zwei Probleme auf manchen Blogs auftreten:<ol><li>Die Startseite kann anfangen sich als zip.Archiv herunterzuladen.</li><li>Eine falsche Seite wird nach dem Zufallsprinzip als Startseite gecached, wenn dein Blog eine statische Seite als Startseite benutzt und deine Permalinks mit <em>/%category%/%postname%/</em> strukturiert sind.</li></ol>"
|
1026 |
+
|
1027 |
+
#: wp-cache.php:1474
|
1028 |
+
#, php-format
|
1029 |
+
msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem."
|
1030 |
+
msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, uns sie kommen nur in extrem seltenen Fällen vor. Du kannst aber alle 5 Minuten einen simplen Check laufen lassen, um sicherzugehen dass deine Seite ok ist, wenn Du dir Sorgen machst. Du bekommst dann eine E-Mail Benachrichtigung, falls ein Problem auftaucht."
|
1031 |
+
|
1032 |
+
#: wp-cache.php:1476
|
1033 |
+
msgid "Check front page every 5 minutes."
|
1034 |
+
msgstr "Check die Startseite alle 5 Minuten."
|
1035 |
+
|
1036 |
+
#: wp-cache.php:1477
|
1037 |
+
msgid "Front page text"
|
1038 |
+
msgstr "Text der Startseite"
|
1039 |
+
|
1040 |
+
#: wp-cache.php:1477
|
1041 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1042 |
+
msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
|
1043 |
+
|
1044 |
+
#: wp-cache.php:1478
|
1045 |
+
msgid "Clear cache on error."
|
1046 |
+
msgstr "Bei \"Error\" Cache leeren."
|
1047 |
+
|
1048 |
+
#: wp-cache.php:1479
|
1049 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1050 |
+
msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
|
1051 |
+
|
1052 |
+
#: wp-cache.php:1493
|
1053 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1054 |
+
msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
|
1055 |
+
|
1056 |
+
#: wp-cache.php:1540
|
1057 |
+
#: wp-cache.php:1702
|
1058 |
+
msgid "Warning"
|
1059 |
+
msgstr "Warnung"
|
1060 |
+
|
1061 |
+
#: wp-cache.php:1540
|
1062 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1063 |
+
msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du \"gzip compression\" deaktiviert hast."
|
1064 |
+
|
1065 |
+
#: wp-cache.php:1598
|
1066 |
+
#: wp-cache.php:1603
|
1067 |
+
#: wp-cache.php:1635
|
1068 |
+
#: wp-cache.php:1640
|
1069 |
+
#: wp-cache.php:1646
|
1070 |
+
msgid "Error"
|
1071 |
+
msgstr "Fehler"
|
1072 |
+
|
1073 |
+
#: wp-cache.php:1598
|
1074 |
+
#, php-format
|
1075 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1076 |
+
msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
|
1077 |
+
|
1078 |
+
#: wp-cache.php:1603
|
1079 |
+
#, php-format
|
1080 |
+
msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
|
1081 |
+
msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
|
1082 |
+
|
1083 |
+
#: wp-cache.php:1635
|
1084 |
+
#, php-format
|
1085 |
+
msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
|
1086 |
+
msgstr "Deine WP-Cache Konfigurationsdatei (<strong>%s</strong>) ist nicht aktuell und nicht beschreibbar für den Webserver. Bitte lösche sie und lade diese Seite neu."
|
1087 |
+
|
1088 |
+
#: wp-cache.php:1640
|
1089 |
+
#, php-format
|
1090 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1091 |
+
msgstr "Deine WP-Cache Konfigurationsdatei fehlt und %1$s Verzeichnis (<strong>%2$s</strong>) ist nicht beschreibbar für den Webserver. Bitte überprüfe die Berechtigungen für den Webserver."
|
1092 |
+
|
1093 |
+
#: wp-cache.php:1646
|
1094 |
+
#, php-format
|
1095 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1096 |
+
msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
|
1097 |
+
|
1098 |
+
#: wp-cache.php:1702
|
1099 |
+
#, php-format
|
1100 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1101 |
+
msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
|
1102 |
+
|
1103 |
+
#: wp-cache.php:1703
|
1104 |
+
msgid "1. If it already exists please delete the file first."
|
1105 |
+
msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
|
1106 |
+
|
1107 |
+
#: wp-cache.php:1704
|
1108 |
+
#, php-format
|
1109 |
+
msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
1110 |
+
msgstr "2. Vergebe %1$s Schreibrechte per CHMOD in der Konsole oder mit deinem FTP-Programm. (<em>chmod 777 %1$s</em>) und lade diese Seite neu. Das ist nur eine zeitweilige Massnahme und Du musst sie danach wieder auf \"Nur Lesen\" setzen (ändere 777 zu 755 im vorhergehenden Befehl)."
|
1111 |
+
|
1112 |
+
#: wp-cache.php:1705
|
1113 |
+
#, php-format
|
1114 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1115 |
+
msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
|
1116 |
+
|
1117 |
+
#: wp-cache.php:1706
|
1118 |
+
#, php-format
|
1119 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1120 |
+
msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
|
1121 |
+
|
1122 |
+
#: wp-cache.php:1707
|
1123 |
+
#, php-format
|
1124 |
+
msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
|
1125 |
+
msgstr "<li>1. Öffne <em>%1$s$wp_cache_file</em> in einem Texteditor (Notepad++ oder das blaue Teil von Windows..)</li><li>2. Ändere den Text <em>CACHEHOME</em> in <em>%2$s</em></li><li>3. Speichere die Datei, kopiere sie nach <em>%3$s</em> und lade diese Seite neu.</li>"
|
1126 |
+
|
1127 |
+
#: wp-cache.php:1730
|
1128 |
+
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1129 |
+
msgstr "<h3>WP_CACHE-Konstante auf \"False\" gesetzt</h3><p>Die WP_CACHE-Konstante wird von WordPress genutzt, um den Code der Cache-Seiten erstellt zu laden. Unglücklicherweise ist das auf \"Nein\" gestellt. Bitte bearbeite deine wp-config.php und ändere bzw. füge die folgende Zeile oberhalb der abschliessenden \"require_once\"-Anweisung dazu:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1130 |
+
|
1131 |
+
#: wp-cache.php:1732
|
1132 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1133 |
+
msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
|
1134 |
+
|
1135 |
+
#: wp-cache.php:1733
|
1136 |
+
#, php-format
|
1137 |
+
msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
|
1138 |
+
msgstr "Bearbeite <code>%s</code> und füge folgende Zeile hinzu:<br /> <code>define('WP_CACHE', true);</code><br />Ansonsten wird <strong>WP-Cache nicht ausgeführt</strong> durch Wordpress."
|
1139 |
+
|
1140 |
+
#: wp-cache.php:1737
|
1141 |
+
msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
|
1142 |
+
msgstr "<h3>WP_CACHE-Konstante zu wp-config.php hinzugefügt</h3><p>Wenn diese Warnung wiederholt angezeigt wird, lese bitte zu Punkt 5 in den <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> nach. Die WP_CACHE-Zeile muss nach oben verschoben werden.\"</p>"
|
1143 |
+
|
1144 |
+
#: wp-cache.php:1759
|
1145 |
+
msgid "Cache Contents"
|
1146 |
+
msgstr "Cache-Inhalte"
|
1147 |
+
|
1148 |
+
#: wp-cache.php:1762
|
1149 |
+
msgid "Object cache in use. No cache listing available."
|
1150 |
+
msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
|
1151 |
+
|
1152 |
+
#: wp-cache.php:1786
|
1153 |
+
#, php-format
|
1154 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1155 |
+
msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
|
1156 |
+
|
1157 |
+
#: wp-cache.php:1803
|
1158 |
+
#, php-format
|
1159 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1160 |
+
msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
|
1161 |
+
|
1162 |
+
#: wp-cache.php:1868
|
1163 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1164 |
+
msgstr "Cache-Statistiken werden nicht automatisch erzeugt. Du musst auf den Link hier unten klicken, um die Statistik für diesen Blog neu zu generieren."
|
1165 |
+
|
1166 |
+
#: wp-cache.php:1869
|
1167 |
+
msgid "Regenerate cache stats"
|
1168 |
+
msgstr "Regeneriere Cache-Statistik"
|
1169 |
+
|
1170 |
+
#: wp-cache.php:1871
|
1171 |
+
#, php-format
|
1172 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1173 |
+
msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
|
1174 |
+
|
1175 |
+
#: wp-cache.php:1877
|
1176 |
+
msgid "WP-Cache"
|
1177 |
+
msgstr "WP-Cache"
|
1178 |
+
|
1179 |
+
#: wp-cache.php:1878
|
1180 |
+
#: wp-cache.php:1894
|
1181 |
+
#, php-format
|
1182 |
+
msgid "%s Cached Pages"
|
1183 |
+
msgstr "%s Seiten im Cache"
|
1184 |
+
|
1185 |
+
#: wp-cache.php:1879
|
1186 |
+
#: wp-cache.php:1899
|
1187 |
+
#, php-format
|
1188 |
+
msgid "%s Expired Pages"
|
1189 |
+
msgstr "%s Expired-Pages im Cache"
|
1190 |
+
|
1191 |
+
#: wp-cache.php:1893
|
1192 |
+
msgid "WP-Super-Cache"
|
1193 |
+
msgstr "WP-Super-Cache"
|
1194 |
+
|
1195 |
+
#: wp-cache.php:1904
|
1196 |
+
msgid "Fresh WP-Cached Files"
|
1197 |
+
msgstr "Neue WP-Cache-Dateien"
|
1198 |
+
|
1199 |
+
#: wp-cache.php:1905
|
1200 |
+
#: wp-cache.php:1921
|
1201 |
+
#: wp-cache.php:1937
|
1202 |
+
#: wp-cache.php:1953
|
1203 |
+
msgid "URI"
|
1204 |
+
msgstr "URI"
|
1205 |
+
|
1206 |
+
#: wp-cache.php:1905
|
1207 |
+
#: wp-cache.php:1921
|
1208 |
+
msgid "Key"
|
1209 |
+
msgstr "Schlüssel"
|
1210 |
+
|
1211 |
+
#: wp-cache.php:1905
|
1212 |
+
#: wp-cache.php:1921
|
1213 |
+
#: wp-cache.php:1937
|
1214 |
+
#: wp-cache.php:1953
|
1215 |
+
msgid "Age"
|
1216 |
+
msgstr "Alter"
|
1217 |
+
|
1218 |
+
#: wp-cache.php:1905
|
1219 |
+
#: wp-cache.php:1921
|
1220 |
+
#: wp-cache.php:1937
|
1221 |
+
#: wp-cache.php:1953
|
1222 |
+
msgid "Delete"
|
1223 |
+
msgstr "Lösche"
|
1224 |
+
|
1225 |
+
#: wp-cache.php:1920
|
1226 |
+
msgid "Stale WP-Cached Files"
|
1227 |
+
msgstr "Abgelaufene WP-Cache Dateien"
|
1228 |
+
|
1229 |
+
#: wp-cache.php:1936
|
1230 |
+
msgid "Fresh Super Cached Files"
|
1231 |
+
msgstr "Neue Super-Cached Dateien"
|
1232 |
+
|
1233 |
+
#: wp-cache.php:1952
|
1234 |
+
msgid "Stale Super Cached Files"
|
1235 |
+
msgstr "Abgelaufene Super-Cached Dateien"
|
1236 |
+
|
1237 |
+
#: wp-cache.php:1968
|
1238 |
+
msgid "Hide file list"
|
1239 |
+
msgstr "Datei-Liste verbergen"
|
1240 |
+
|
1241 |
+
#: wp-cache.php:1970
|
1242 |
+
msgid "Too many cached files, no listing possible."
|
1243 |
+
msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
|
1244 |
+
|
1245 |
+
#: wp-cache.php:1972
|
1246 |
+
msgid "List all cached files"
|
1247 |
+
msgstr "Alle Cache-Dateien auflisten"
|
1248 |
+
|
1249 |
+
#: wp-cache.php:1978
|
1250 |
+
#, php-format
|
1251 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1252 |
+
msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
|
1253 |
+
|
1254 |
+
#: wp-cache.php:1979
|
1255 |
+
#, php-format
|
1256 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
1257 |
+
msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
|
1258 |
+
|
1259 |
+
#: wp-cache.php:1982
|
1260 |
+
#, php-format
|
1261 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1262 |
+
msgstr "Abgelaufene Dateien sind Dateien die älter als %s Sekunden sind. Sie werden noch vom Plugin genutzt und in regelmässigen Abständen gelöscht."
|
1263 |
+
|
1264 |
+
#: wp-cache.php:1993
|
1265 |
+
msgid "Delete Expired"
|
1266 |
+
msgstr "Abgelaufene löschen"
|
1267 |
+
|
1268 |
+
#: wp-cache.php:1999
|
1269 |
+
#: wp-cache.php:2011
|
1270 |
+
#: wp-cache.php:2174
|
1271 |
+
msgid "Delete Cache"
|
1272 |
+
msgstr "Cache leeren"
|
1273 |
+
|
1274 |
+
#: wp-cache.php:2011
|
1275 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
1276 |
+
msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
|
1277 |
+
|
1278 |
+
#: wp-cache.php:2150
|
1279 |
+
#, php-format
|
1280 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1281 |
+
msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
|
1282 |
+
|
1283 |
+
#: wp-cache.php:2183
|
1284 |
+
#, php-format
|
1285 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1286 |
+
msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
|
1287 |
+
|
1288 |
+
#: wp-cache.php:2189
|
1289 |
+
msgid "Settings"
|
1290 |
+
msgstr "Einstellungen"
|
1291 |
+
|
1292 |
+
#: wp-cache.php:2199
|
1293 |
+
#, php-format
|
1294 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1295 |
+
msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
|
1296 |
+
|
1297 |
+
#: wp-cache.php:2218
|
1298 |
+
#, php-format
|
1299 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1300 |
+
msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
|
1301 |
+
|
1302 |
+
#: wp-cache.php:2218
|
1303 |
+
#, php-format
|
1304 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1305 |
+
msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
|
1306 |
+
|
1307 |
+
#: wp-cache.php:2221
|
1308 |
+
#, php-format
|
1309 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1310 |
+
msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
|
1311 |
+
|
1312 |
+
#: wp-cache.php:2221
|
1313 |
+
#, php-format
|
1314 |
+
msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
|
1315 |
+
msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
|
1316 |
+
|
1317 |
+
#: wp-cache.php:2228
|
1318 |
+
#, php-format
|
1319 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1320 |
+
msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
|
1321 |
+
|
1322 |
+
#: wp-cache.php:2228
|
1323 |
+
#, php-format
|
1324 |
+
msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
|
1325 |
+
msgstr "Bitte gehe zu %1$s um den Cache zu leeren, da deine Startseite nicht in Ordnung zu sein scheint und der Text fehlt, \"%2$s\"!"
|
1326 |
+
|
1327 |
+
#: wp-cache.php:2231
|
1328 |
+
#, php-format
|
1329 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1330 |
+
msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
|
1331 |
+
|
1332 |
+
#: wp-cache.php:2231
|
1333 |
+
#, php-format
|
1334 |
+
msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
|
1335 |
+
msgstr "Der Cache deines Blogs wurde geleert, da der Text \"%2$s\" nicht auf der Startseite ist. Bitte gehe zu %1$s um sicherzustellen, dass der Cache bereinigt ist."
|
1336 |
+
|
1337 |
+
#: wp-cache.php:2236
|
1338 |
+
#, php-format
|
1339 |
+
msgid "[%s] Front page check!"
|
1340 |
+
msgstr "[%s] Startseiten-Check!"
|
1341 |
+
|
1342 |
+
#: wp-cache.php:2236
|
1343 |
+
#, php-format
|
1344 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1345 |
+
msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
|
1346 |
+
|
1347 |
+
#: wp-cache.php:2279
|
1348 |
+
msgid "Cannot update .htaccess"
|
1349 |
+
msgstr "Kann .htaccess nicht aktualisieren"
|
1350 |
+
|
1351 |
+
#: wp-cache.php:2279
|
1352 |
+
#, php-format
|
1353 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
1354 |
+
msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
|
1355 |
+
|
1356 |
+
#: wp-cache.php:2279
|
1357 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1358 |
+
msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
|
1359 |
+
|
1360 |
+
#: wp-cache.php:2279
|
1361 |
+
#, php-format
|
1362 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1363 |
+
msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
|
1364 |
+
|
1365 |
+
#: wp-cache.php:2283
|
1366 |
+
#, php-format
|
1367 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1368 |
+
msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
|
1369 |
+
|
1370 |
+
#: wp-cache.php:2284
|
1371 |
+
msgid "You can edit the file yourself add the following rules."
|
1372 |
+
msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
|
1373 |
+
|
1374 |
+
#: wp-cache.php:2285
|
1375 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1376 |
+
msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
|
1377 |
+
|
1378 |
+
#: wp-cache.php:2293
|
1379 |
+
msgid "Update Mod_Rewrite Rules"
|
1380 |
+
msgstr "Mod Rewrite Rules aktualisieren"
|
1381 |
+
|
1382 |
+
#: wp-cache.php:2389
|
1383 |
+
#, php-format
|
1384 |
+
msgid "[%1$s] Cache Preload Started"
|
1385 |
+
msgstr "Cache-Preload gestartet"
|
1386 |
+
|
1387 |
+
#: wp-cache.php:2391
|
1388 |
+
#, php-format
|
1389 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1390 |
+
msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
|
1391 |
+
|
1392 |
+
#: wp-cache.php:2402
|
1393 |
+
#, php-format
|
1394 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1395 |
+
msgstr "[%1$s] %2$d Beiträge aktualisiert"
|
1396 |
+
|
1397 |
+
#: wp-cache.php:2402
|
1398 |
+
msgid "Refreshed the following posts:"
|
1399 |
+
msgstr "Folgenende Beiträge aktualisiert: "
|
1400 |
+
|
1401 |
+
#: wp-cache.php:2411
|
1402 |
+
#, php-format
|
1403 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1404 |
+
msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
|
1405 |
+
|
1406 |
+
#: wp-cache.php:2421
|
1407 |
+
#, php-format
|
1408 |
+
msgid "[%s] Cache Preload Completed"
|
1409 |
+
msgstr "[%s] Cache-Preload abgeschlossen!"
|
1410 |
+
|
1411 |
+
#: wp-cache.php:2421
|
1412 |
+
msgid "Cleaning up old supercache files."
|
1413 |
+
msgstr "Alte Supercache-Dateien bereinigen."
|
1414 |
+
|
1415 |
+
#: wp-cache.php:2462
|
1416 |
+
#, php-format
|
1417 |
+
msgid "[%s] Preload may have stalled."
|
1418 |
+
msgstr "\"Preload\" evtl. unterbrochen."
|
1419 |
+
|
1420 |
+
#: wp-cache.php:2462
|
1421 |
+
#, php-format
|
1422 |
+
msgid ""
|
1423 |
+
"Preload has been restarted.\n"
|
1424 |
+
"%s"
|
1425 |
+
msgstr ""
|
1426 |
+
"\"Preload\" wurde neu gestartet \n"
|
1427 |
+
"%s"
|
1428 |
+
|
languages/wp-super-cache-fr_FR.mo
ADDED
Binary file
|
languages/wp-super-cache-fr_FR.po
ADDED
@@ -0,0 +1,1713 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Super Cache fr\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
5 |
+
"POT-Creation-Date: 2010-06-16 10:25+0000\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Maître Mô <postmaster@maitremo.fr>\n"
|
8 |
+
"Language-Team: Maître Mô <postmaster@maitremo.fr>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: French\n"
|
14 |
+
"X-Poedit-Country: France\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
+
"X-Poedit-Basepath: .\n"
|
18 |
+
"X-Textdomain-Support: yes\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
#@ wp-super-cache
|
22 |
+
#: plugins/badbehaviour.php:45
|
23 |
+
msgid "Bad Behaviour not found. Please check your install."
|
24 |
+
msgstr "Bad Behaviour n'a pas été trouvé. Merci de vérifier votre installation."
|
25 |
+
|
26 |
+
#@ wp-super-cache
|
27 |
+
#: plugins/awaitingmoderation.php:23
|
28 |
+
#: plugins/awaitingmoderation.php:38
|
29 |
+
#: plugins/badbehaviour.php:47
|
30 |
+
#: plugins/badbehaviour.php:65
|
31 |
+
#: plugins/domain-mapping.php:47
|
32 |
+
#: plugins/domain-mapping.php:62
|
33 |
+
#: plugins/searchengine.php:61
|
34 |
+
#: plugins/searchengine.php:76
|
35 |
+
#: wp-cache.php:1103
|
36 |
+
msgid "Disable"
|
37 |
+
msgstr "Désactiver"
|
38 |
+
|
39 |
+
#@ wp-super-cache
|
40 |
+
#: plugins/awaitingmoderation.php:29
|
41 |
+
#: plugins/badbehaviour.php:55
|
42 |
+
#: plugins/domain-mapping.php:53
|
43 |
+
#: plugins/searchengine.php:67
|
44 |
+
msgid "disabled"
|
45 |
+
msgstr "désactivé"
|
46 |
+
|
47 |
+
#@ wp-super-cache
|
48 |
+
#: plugins/awaitingmoderation.php:31
|
49 |
+
#: plugins/badbehaviour.php:57
|
50 |
+
#: plugins/domain-mapping.php:55
|
51 |
+
#: plugins/searchengine.php:69
|
52 |
+
#: wp-cache.php:1449
|
53 |
+
msgid "enabled"
|
54 |
+
msgstr "activé"
|
55 |
+
|
56 |
+
#@ wp-super-cache
|
57 |
+
#: plugins/badbehaviour.php:60
|
58 |
+
#, php-format
|
59 |
+
msgid "Bad Behaviour support is %s."
|
60 |
+
msgstr "Le support de Bad Behaviour est %s."
|
61 |
+
|
62 |
+
#@ wp-super-cache
|
63 |
+
#: plugins/awaitingmoderation.php:36
|
64 |
+
#: plugins/badbehaviour.php:63
|
65 |
+
#: plugins/domain-mapping.php:60
|
66 |
+
#: plugins/searchengine.php:74
|
67 |
+
#: wp-cache.php:1103
|
68 |
+
msgid "Enable"
|
69 |
+
msgstr "Activer"
|
70 |
+
|
71 |
+
#@ wp-super-cache
|
72 |
+
#: plugins/badbehaviour.php:69
|
73 |
+
#: wp-cache.php:1180
|
74 |
+
#: wp-cache.php:1182
|
75 |
+
msgid "Warning!"
|
76 |
+
msgstr "Attention!"
|
77 |
+
|
78 |
+
#@ wp-super-cache
|
79 |
+
#: plugins/searchengine.php:71
|
80 |
+
#, php-format
|
81 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
82 |
+
msgstr "L'extension <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">Pas de pub pour les amis</a> est %s."
|
83 |
+
|
84 |
+
#@ wp-super-cache
|
85 |
+
#: plugins/searchengine.php:72
|
86 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
87 |
+
msgstr "(nécessite également <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
88 |
+
|
89 |
+
#@ wp-super-cache
|
90 |
+
#: wp-cache.php:87
|
91 |
+
#, php-format
|
92 |
+
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
93 |
+
msgstr "Merci de créer %s /wp-cache-config.php à partir de wp-super-cache/wp-cache-config-sample.php"
|
94 |
+
|
95 |
+
#@ wp-super-cache
|
96 |
+
#: wp-cache.php:138
|
97 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
98 |
+
msgstr "Attention ! Le Mode Sécurité PHP est activé !"
|
99 |
+
|
100 |
+
#@ wp-super-cache
|
101 |
+
#: wp-cache.php:139
|
102 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
103 |
+
msgstr "Vous pourriez rencontrer certains problèmes en exécutant cette extension, car le Mode de Sécurité PHP est activés."
|
104 |
+
|
105 |
+
#@ wp-super-cache
|
106 |
+
#: wp-cache.php:143
|
107 |
+
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
108 |
+
msgstr "Votre serveur est configuré pour vérifier le propriétaire des scripts PHP avant de les autoriser à lire et écrire les fichiers."
|
109 |
+
|
110 |
+
#@ wp-super-cache
|
111 |
+
#: wp-cache.php:144
|
112 |
+
#, php-format
|
113 |
+
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
|
114 |
+
msgstr "Vous ou un administrateur pouvez être en mesure de le faire fonctionner en modifiant le groupe du propriétaire des scripts de l'extension pour le faire correspondre à celui de l'utilisateur du serveur web. Le groupe du propriétaire du répertoire de %s/cache/ doit également être modifié. Voir la <a href=\"http://fr.php.net/features.safe-mode\">page du manuel du Mode Sécurité</a> pour plus de détails."
|
115 |
+
|
116 |
+
#@ wp-super-cache
|
117 |
+
#: wp-cache.php:146
|
118 |
+
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
|
119 |
+
msgstr "Vous ou un administrateur devez désactiver ceci. Voir la <a href=\"http://fr.php.net/features.safe-mode\">page du manuel du Mode Sécurité</a> pour plus de détails. Ça ne peut malheureusement pas être désactivé dans un fichier .htaccess. Ça doit l'être dans le fichier de configuration php.ini."
|
120 |
+
|
121 |
+
#@ wp-super-cache
|
122 |
+
#: wp-cache.php:152
|
123 |
+
msgid "Permlink Structure Error"
|
124 |
+
msgstr "Erreur de Structure des PermaLiens"
|
125 |
+
|
126 |
+
#@ default
|
127 |
+
#: wp-cache.php:153
|
128 |
+
msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
|
129 |
+
msgstr "Une URL personnalisée ou une structure de permaliens est nécessaire pour que ce plugin fonctionne correctement. S’il vous plaît, aller sur la page <a href=\"options-permalink.php\"> Options permaliens</ a> pour configurer vos permaliens."
|
130 |
+
|
131 |
+
#@ wp-super-cache
|
132 |
+
#: wp-cache.php:516
|
133 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
134 |
+
msgstr "Le fichier de configuration a été modifié, certaines valeurs peuvent-être erronées. Rechargez la page depuis le menu \"Réglages\" pour les remettre à zéro."
|
135 |
+
|
136 |
+
#@ wp-super-cache
|
137 |
+
#: wp-cache.php:195
|
138 |
+
msgid "Cannot continue... fix previous problems and retry."
|
139 |
+
msgstr "Impossible de continuer... Résolvez les problèmes susmentionnés et réessayez."
|
140 |
+
|
141 |
+
#@ wp-super-cache
|
142 |
+
#: wp-cache.php:165
|
143 |
+
#, php-format
|
144 |
+
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
145 |
+
msgstr "Attention ! Votre nom de domaine \"%s\" se traduit par %s"
|
146 |
+
|
147 |
+
#@ wp-super-cache
|
148 |
+
#: wp-cache.php:166
|
149 |
+
#, php-format
|
150 |
+
msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
|
151 |
+
msgstr "Votre serveur pense que votre nom de domaine se traduit en tant que %s. Certains services comme l'éboueur de cette extension, et la publication différée de WordPress, peuvent ne pas fonctionner correctement."
|
152 |
+
|
153 |
+
#@ wp-super-cache
|
154 |
+
#: wp-cache.php:167
|
155 |
+
#: wp-cache.php:181
|
156 |
+
#, php-format
|
157 |
+
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
158 |
+
msgstr "Veuillez lire l'entrée 16 de <a href=\"%s\">la section Troubleshooting (dysfonctionnements)</a> du fichier readme.txt"
|
159 |
+
|
160 |
+
#@ wp-super-cache
|
161 |
+
#: wp-cache.php:180
|
162 |
+
msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
|
163 |
+
msgstr "Malheureusement, WordPress n'arrive pas à trouver le fichier wp-cron.php. Ce script est requis pour un fonctionnement correct de l'éboueur de cette extension, ainsi d'ailleurs que de la publication différée de WordPress et d'autres fonctions critiques."
|
164 |
+
|
165 |
+
#@ wp-super-cache
|
166 |
+
#: wp-cache.php:204
|
167 |
+
msgid "Zlib Output Compression Enabled!"
|
168 |
+
msgstr "Compression Zlib Output activée !"
|
169 |
+
|
170 |
+
#@ wp-super-cache
|
171 |
+
#: wp-cache.php:205
|
172 |
+
msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
|
173 |
+
msgstr "PHP compresse les données envoyées aux visiteurs de votre site. Il est recommandé de désactiver ceci car l'extension met en cache la sortie compressée une seule fois, au lieu de compresser la même page encore et encore. Voir également le #21 dans la section Dépannage. Voir <a href=\"http://php.net/manual/en/zlib.configuration.php\">cette page</a> pour obtenir des instructions pour la modification de votre fichier php.ini."
|
174 |
+
|
175 |
+
#@ wp-super-cache
|
176 |
+
#: wp-cache.php:209
|
177 |
+
msgid "Mod rewrite may not be installed!"
|
178 |
+
msgstr "Le mode Réécriture ne doit pas être installé !"
|
179 |
+
|
180 |
+
#@ wp-super-cache
|
181 |
+
#: wp-cache.php:215
|
182 |
+
msgid "Read Only Mode. Configuration cannot be changed."
|
183 |
+
msgstr "Mode Lecture Seule. La configuration ne peut pas être modifiée."
|
184 |
+
|
185 |
+
#@ wp-super-cache
|
186 |
+
#: wp-cache.php:216
|
187 |
+
#, php-format
|
188 |
+
msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
|
189 |
+
msgstr "Le fichier de configuration de WP Super Cache est <code>%s/wp-cache-config.php</code> et ne peut pas être modifié. Ce fichier doit pouvoir être écrit par votre serveur web pour effectuer des modifications."
|
190 |
+
|
191 |
+
#@ wp-super-cache
|
192 |
+
#: wp-cache.php:217
|
193 |
+
msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine."
|
194 |
+
msgstr "Un moyen simple de faire ceci est de modifier temporairement les permissions en utilisant la commande CHMOD, ou via votre client FTP. Assurez-vous que l'ensemble peut être écrit, et cela devrait fonctionner."
|
195 |
+
|
196 |
+
#@ wp-super-cache
|
197 |
+
#: wp-cache.php:218
|
198 |
+
msgid "Writeable:"
|
199 |
+
msgstr "Peut être écrit :"
|
200 |
+
|
201 |
+
#@ wp-super-cache
|
202 |
+
#: wp-cache.php:219
|
203 |
+
msgid "Readonly:"
|
204 |
+
msgstr "Lecture Seule :"
|
205 |
+
|
206 |
+
#@ wp-super-cache
|
207 |
+
#: wp-cache.php:231
|
208 |
+
#, php-format
|
209 |
+
msgid "Warning! %s is writeable!"
|
210 |
+
msgstr "Attention ! %s peut être écrit !"
|
211 |
+
|
212 |
+
#@ wp-super-cache
|
213 |
+
#: wp-cache.php:232
|
214 |
+
#, php-format
|
215 |
+
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
216 |
+
msgstr "Vous devriez modifier les permissions sur %s et les rendre plus restrictives. Utilisez votre client FTP, ou la commande ci-dessous, pour résoudre ces choses :"
|
217 |
+
|
218 |
+
#@ wp-super-cache
|
219 |
+
#: wp-cache.php:406
|
220 |
+
msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
|
221 |
+
msgstr "<strong>Attention !</strong> Vous avez tenté d'activer la compression mais <code>zlib.output_compression</code> est activée. Voir le #21 dans la section Dépannage du fichier readme."
|
222 |
+
|
223 |
+
#@ wp-super-cache
|
224 |
+
#: wp-cache.php:793
|
225 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
226 |
+
msgstr "Annoncez fièrement au Monde que votre serveur est compatible avec Digg ! (affiche un message dans le pied-de-page de votre blog)"
|
227 |
+
|
228 |
+
#@ wp-super-cache
|
229 |
+
#: wp-cache.php:808
|
230 |
+
msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
|
231 |
+
msgstr "Verrouillage Majeur de fichier. Vous n'avez probablement pas besoin de ça, mais ça peut aider si votre serveur est peu puissant. Attention ! <em>Peut bloquer votre serveur dans de très rares cas !</em>"
|
232 |
+
|
233 |
+
#@ wp-super-cache
|
234 |
+
#: wp-cache.php:803
|
235 |
+
msgid "Mobile device support."
|
236 |
+
msgstr "Support des systèmes mobiles."
|
237 |
+
|
238 |
+
#@ wp-super-cache
|
239 |
+
#: wp-cache.php:240
|
240 |
+
msgid "Mobile rewrite rules detected"
|
241 |
+
msgstr "Règles de réécriture pour mobiles détectées"
|
242 |
+
|
243 |
+
#@ wp-super-cache
|
244 |
+
#: wp-cache.php:241
|
245 |
+
msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
|
246 |
+
msgstr "Pour des performances optimales, vous devriez activer le \"Support des systèmes de mobiles\" ou supprimer les règles de réécriture pour mobiles dans votre .htaccess. Localisez les 2 lignes avec le texte \"2.0\\ MMP|240x320\" et supprimez-les."
|
247 |
+
|
248 |
+
#@ wp-super-cache
|
249 |
+
#: wp-cache.php:241
|
250 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
251 |
+
msgstr "Cela n'affectera pas les utilisateurs ordinaires, mais les utilisateurs de mobiles verront des pages non mises en cache."
|
252 |
+
|
253 |
+
#@ wp-super-cache
|
254 |
+
#: wp-cache.php:247
|
255 |
+
#: wp-cache.php:258
|
256 |
+
msgid "Rewrite rules must be updated"
|
257 |
+
msgstr "Les règles de Réécriture doivent être mises à jour"
|
258 |
+
|
259 |
+
#@ wp-super-cache
|
260 |
+
#: wp-cache.php:248
|
261 |
+
#: wp-cache.php:259
|
262 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
263 |
+
msgstr "Les règles de réécriture nécessitées par cette extension ont changé ou sont manquantes."
|
264 |
+
|
265 |
+
#@ wp-super-cache
|
266 |
+
#: wp-cache.php:252
|
267 |
+
#, php-format
|
268 |
+
msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
|
269 |
+
msgstr "Supprimez les règles de Réécriture de l'extension dans %s.htaccess situées entre <code># BEGIN WPSuperCache</code> et <code># END WPSuperCache</code> et laissez laissez l'extension les régénérer en rechargeant cette page."
|
270 |
+
|
271 |
+
#@ wp-super-cache
|
272 |
+
#: wp-cache.php:253
|
273 |
+
#, php-format
|
274 |
+
msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
275 |
+
msgstr "Ajoutez les règles vous-même. Éditez %s.htaccess et trouvez le bloc de code situé entre les lignes <code># BEGIN WPSuperCache</code> et <code># END WPSuperCache</code>. Il existe deux sections, qui se ressemblent beaucoup. Juste en dessous de la ligne <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code>, ajoutez ces lignes (faites-le deux fois, une par section) :"
|
276 |
+
|
277 |
+
#@ wp-super-cache
|
278 |
+
#: wp-cache.php:811
|
279 |
+
msgid "Use object cache to store cached files."
|
280 |
+
msgstr "Utilisez un objet mis en cache pour stocker les fichiers mis en cache."
|
281 |
+
|
282 |
+
#@ wp-super-cache
|
283 |
+
#: wp-cache.php:811
|
284 |
+
msgid "(Experimental)"
|
285 |
+
msgstr "(Expérimental)"
|
286 |
+
|
287 |
+
#@ wp-super-cache
|
288 |
+
#: wp-cache.php:805
|
289 |
+
msgid "Only refresh current page when comments made."
|
290 |
+
msgstr "Rafraîchir uniquement la page courante lorsqu'un commentaire est effectué."
|
291 |
+
|
292 |
+
#@ wp-super-cache
|
293 |
+
#: wp-cache.php:818
|
294 |
+
msgid "Note:"
|
295 |
+
msgstr "Note :"
|
296 |
+
|
297 |
+
#@ wp-super-cache
|
298 |
+
#: wp-cache.php:820
|
299 |
+
#, php-format
|
300 |
+
msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
|
301 |
+
msgstr "Si vous désinstallez cette extension, assurez-vous que le répertoire <em>%s</em> peut être écrit par le serveur Web, de façon que les fichiers <em>advanced-cache.php</em> et <em>cache-config.php</em> puissent être automatiquement détruits. (S'assurer que ces fichiers peuvent également être écrits est probablement une bonne idée !)"
|
302 |
+
|
303 |
+
#@ wp-super-cache
|
304 |
+
#: wp-cache.php:821
|
305 |
+
#, php-format
|
306 |
+
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
307 |
+
msgstr "Merci de lire le fichier <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> pour les instructions relatives à la désinstallation de ce script. Cherchez le titre \"How to uninstall WP Super Cache\"(\\\"Comment désinstaller WP Super Cache\\\" -en anglais)."
|
308 |
+
|
309 |
+
#@ wp-super-cache
|
310 |
+
#: wp-cache.php:822
|
311 |
+
#, php-format
|
312 |
+
msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
|
313 |
+
msgstr "Besoin d'aide ? Lisez le <a href=\"%1$s\"> fichier readme de Super Cache</a>. Il inclut une documentation pour l'installation, une FAQ, et des conseils de dépannage. Le <a href=\"%2$s\">forum de support</a> est également disponible. Il a peut-être déjà été répondu à votre question."
|
314 |
+
|
315 |
+
#@ wp-super-cache
|
316 |
+
#: wp-cache.php:825
|
317 |
+
#: wp-cache.php:872
|
318 |
+
msgid "Update Status"
|
319 |
+
msgstr "Mettre à jour les Statuts"
|
320 |
+
|
321 |
+
#@ wp-super-cache
|
322 |
+
#: wp-cache.php:535
|
323 |
+
msgid "Cache Tester"
|
324 |
+
msgstr "Testeur du Cache"
|
325 |
+
|
326 |
+
#@ wp-super-cache
|
327 |
+
#: wp-cache.php:536
|
328 |
+
msgid "Test your cached website by clicking the test button below."
|
329 |
+
msgstr "Testez votre site web mis en cache en cliquant sur le bouton de test ci-dessous."
|
330 |
+
|
331 |
+
#@ wp-super-cache
|
332 |
+
#: wp-cache.php:543
|
333 |
+
#, php-format
|
334 |
+
msgid "Fetching %s to prime cache: "
|
335 |
+
msgstr "Récupération de %s pour la première mise en cache."
|
336 |
+
|
337 |
+
#@ wp-super-cache
|
338 |
+
#: wp-cache.php:545
|
339 |
+
#: wp-cache.php:552
|
340 |
+
#: wp-cache.php:559
|
341 |
+
msgid "OK"
|
342 |
+
msgstr "OK"
|
343 |
+
|
344 |
+
#@ wp-super-cache
|
345 |
+
#: wp-cache.php:550
|
346 |
+
#, php-format
|
347 |
+
msgid "Fetching first copy of %s: "
|
348 |
+
msgstr "Récupération de la première copie de %s :"
|
349 |
+
|
350 |
+
#@ wp-super-cache
|
351 |
+
#: wp-cache.php:557
|
352 |
+
#, php-format
|
353 |
+
msgid "Fetching second copy of %s: "
|
354 |
+
msgstr "Récupération de la deuxième copie de %s :"
|
355 |
+
|
356 |
+
#@ wp-super-cache
|
357 |
+
#: wp-cache.php:589
|
358 |
+
#, php-format
|
359 |
+
msgid "Page 1: %s"
|
360 |
+
msgstr "Page 1 : %s"
|
361 |
+
|
362 |
+
#@ wp-super-cache
|
363 |
+
#: wp-cache.php:590
|
364 |
+
#, php-format
|
365 |
+
msgid "Page 2: %s"
|
366 |
+
msgstr "Page 2 : %s"
|
367 |
+
|
368 |
+
#@ wp-super-cache
|
369 |
+
#: wp-cache.php:591
|
370 |
+
msgid "The timestamps on both pages match!"
|
371 |
+
msgstr "Les horodateurs des deux pages correspondent !"
|
372 |
+
|
373 |
+
#@ wp-super-cache
|
374 |
+
#: wp-cache.php:593
|
375 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
376 |
+
msgstr "Les pages ne correspondent pas ! Les horodateurs sont différents ou n'ont pas été trouvés !"
|
377 |
+
|
378 |
+
#@ wp-super-cache
|
379 |
+
#: wp-cache.php:600
|
380 |
+
msgid "Test Cache"
|
381 |
+
msgstr "Test du Cache"
|
382 |
+
|
383 |
+
#@ wp-super-cache
|
384 |
+
#: wp-cache.php:625
|
385 |
+
#: wp-cache.php:748
|
386 |
+
msgid "Cancel Cache Preload"
|
387 |
+
msgstr "Annuler le Préchargement du Cache"
|
388 |
+
|
389 |
+
#@ wp-super-cache
|
390 |
+
#: wp-cache.php:631
|
391 |
+
msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
|
392 |
+
msgstr "Préchargement programmé du cache annulé. Si un travail est actuellement en cours, il ne s'arrêtera pas jusqu'à ce que les 100 pages en cours soit terminées."
|
393 |
+
|
394 |
+
#@ wp-super-cache
|
395 |
+
#: wp-cache.php:642
|
396 |
+
msgid "Scheduled preloading of cache cancelled."
|
397 |
+
msgstr "Préchargement programmé du cache annulé."
|
398 |
+
|
399 |
+
#@ wp-super-cache
|
400 |
+
#: wp-cache.php:668
|
401 |
+
#: wp-cache.php:746
|
402 |
+
msgid "Preload Cache Now"
|
403 |
+
msgstr "Précharger le Cache Maintenant"
|
404 |
+
|
405 |
+
#@ default
|
406 |
+
#: wp-cache.php:671
|
407 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
408 |
+
msgstr "Préchargement programmé du cache dans 10 secondes."
|
409 |
+
|
410 |
+
#@ wp-super-cache
|
411 |
+
#: wp-cache.php:675
|
412 |
+
#, php-format
|
413 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
414 |
+
msgstr "Préchargement programmé du cache dans %d minutes"
|
415 |
+
|
416 |
+
#@ wp-super-cache
|
417 |
+
#: wp-cache.php:679
|
418 |
+
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
419 |
+
msgstr "Ceci mettra en cache tous les articles et pages publiés sur votre site. Ça créera des fichiers statiques SuperCache de façon que les visiteurs inconnus (y compris les robots) reçoivent une page mise en cache. Ce qui améliorera probablement votre classement Google, du fait qu'il utilise désormais la vitesse dans ses mesures pour classer les sites Web."
|
420 |
+
|
421 |
+
#@ wp-super-cache
|
422 |
+
#: wp-cache.php:680
|
423 |
+
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
424 |
+
msgstr "Le préchargement crée cependant un nombre important de fichiers. La mise en cache est effectuée des articles les plus récents au plus anciens, donc merci d'envisager de ne mettre en cache que les plus récents, si vous avez un nombre important (10.000 +) d'articles. Ceci est spécialement important pour les hébergements mutualisés."
|
425 |
+
|
426 |
+
#@ wp-super-cache
|
427 |
+
#: wp-cache.php:685
|
428 |
+
#, php-format
|
429 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
430 |
+
msgstr "Rafraîchir les fichiers de préchargement du cache toutes les %s minutes. (0 pour désactiver, au minimum %d minutes.)"
|
431 |
+
|
432 |
+
#@ wp-super-cache
|
433 |
+
#: wp-cache.php:698
|
434 |
+
msgid "all"
|
435 |
+
msgstr "tous"
|
436 |
+
|
437 |
+
#@ wp-super-cache
|
438 |
+
#: wp-cache.php:711
|
439 |
+
#, php-format
|
440 |
+
msgid "Preload %s posts."
|
441 |
+
msgstr "Précharger %s articles."
|
442 |
+
|
443 |
+
#@ wp-super-cache
|
444 |
+
#: wp-cache.php:721
|
445 |
+
msgid "Send me status emails when files are refreshed."
|
446 |
+
msgstr "M'envoyer un mail d'état de statuts lorsque les fichiers sont rafraîchis."
|
447 |
+
|
448 |
+
#@ default
|
449 |
+
#: wp-cache.php:726
|
450 |
+
msgid "Many emails, 2 emails per 100 posts."
|
451 |
+
msgstr "De nombreux e-mails, 2 e-mails pour 100 commentaires."
|
452 |
+
|
453 |
+
#@ default
|
454 |
+
#: wp-cache.php:729
|
455 |
+
msgid "Medium, 1 email per 100 posts."
|
456 |
+
msgstr "Moyen, 1 e-mail pour 100 commentaires."
|
457 |
+
|
458 |
+
#@ wp-super-cache
|
459 |
+
#: wp-cache.php:732
|
460 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
461 |
+
msgstr "Moins de mails, 1 au début et 1 à la fin du préchargement de tous les articles."
|
462 |
+
|
463 |
+
#@ wp-super-cache
|
464 |
+
#: wp-cache.php:743
|
465 |
+
#, php-format
|
466 |
+
msgid "Currently caching from post %d to %d."
|
467 |
+
msgstr "Mise en cache actuelle des articles de %d à %d."
|
468 |
+
|
469 |
+
#@ wp-super-cache
|
470 |
+
#: wp-cache.php:746
|
471 |
+
msgid "Update Settings"
|
472 |
+
msgstr "Mettre à jour les Réglages"
|
473 |
+
|
474 |
+
#@ wp-super-cache
|
475 |
+
#: wp-cache.php:266
|
476 |
+
msgid "Required to serve compressed supercache files properly."
|
477 |
+
msgstr "Requis pour servir les fichier compressés Supercache proprement."
|
478 |
+
|
479 |
+
#@ wp-super-cache
|
480 |
+
#: wp-cache.php:266
|
481 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
482 |
+
msgstr "Requis pour attacher les informations de mise en cache aux pages SuperCache. Les utilisateurs d'IE7 ne verront que les anciennes pages sans ce module."
|
483 |
+
|
484 |
+
#@ wp-super-cache
|
485 |
+
#: wp-cache.php:266
|
486 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
487 |
+
msgstr "Règle la date d'expiration sur les pages mises en cache par Supercache. Les visiteurs ne pourront pas voir les nouvelles pages lorsqu'ils rafraîchiront, ou lorsqu'ils laisseront des commentaires, sans ce module."
|
488 |
+
|
489 |
+
#@ wp-super-cache
|
490 |
+
#: wp-cache.php:273
|
491 |
+
msgid "Missing Apache Modules"
|
492 |
+
msgstr "Modules Apache manquants"
|
493 |
+
|
494 |
+
#@ wp-super-cache
|
495 |
+
#: wp-cache.php:881
|
496 |
+
msgid "Make WordPress Faster"
|
497 |
+
msgstr "Accélérez WordPress"
|
498 |
+
|
499 |
+
#@ wp-super-cache
|
500 |
+
#: wp-cache.php:882
|
501 |
+
#, php-format
|
502 |
+
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
503 |
+
msgstr "%1$s est maintenu et développé par %2$s avec les contributions de beaucoup d'autres personnes."
|
504 |
+
|
505 |
+
#@ wp-super-cache
|
506 |
+
#: wp-cache.php:884
|
507 |
+
#, php-format
|
508 |
+
msgid "Please say hi to him on %s too!"
|
509 |
+
msgstr "Merci de lui adresser aussi un petit \"salut !\" sur %s !"
|
510 |
+
|
511 |
+
#@ wp-super-cache
|
512 |
+
#: wp-cache.php:892
|
513 |
+
#, php-format
|
514 |
+
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
515 |
+
msgstr "Pages mise en cache depuis %1$s : <strong>%2$s</strong>"
|
516 |
+
|
517 |
+
#@ wp-super-cache
|
518 |
+
#: wp-cache.php:893
|
519 |
+
msgid "Newest Cached Pages:"
|
520 |
+
msgstr "Plus Récentes Pages Mises en Cache :"
|
521 |
+
|
522 |
+
#@ wp-super-cache
|
523 |
+
#: wp-cache.php:897
|
524 |
+
#, php-format
|
525 |
+
msgid "Cached %s seconds ago"
|
526 |
+
msgstr "Mise en cache il y a %s secondes"
|
527 |
+
|
528 |
+
#@ wp-super-cache
|
529 |
+
#: wp-cache.php:900
|
530 |
+
msgid "(may not always be accurate on busy sites)"
|
531 |
+
msgstr "(peut ne pas être toujours exact sur des sites fort occupés)"
|
532 |
+
|
533 |
+
#@ wp-super-cache
|
534 |
+
#: wp-cache.php:832
|
535 |
+
msgid "Accepted Filenames & Rejected URIs"
|
536 |
+
msgstr "Noms de fichiers acceptés & URIs rejetées"
|
537 |
+
|
538 |
+
#@ wp-super-cache
|
539 |
+
#: wp-cache.php:1090
|
540 |
+
msgid "Enabled"
|
541 |
+
msgstr "Activé"
|
542 |
+
|
543 |
+
#@ wp-super-cache
|
544 |
+
#: wp-cache.php:1090
|
545 |
+
msgid "Disabled"
|
546 |
+
msgstr "Désactivé"
|
547 |
+
|
548 |
+
#@ wp-super-cache
|
549 |
+
#: wp-cache.php:985
|
550 |
+
msgid "Mod Rewrite Rules"
|
551 |
+
msgstr "Règles du Mode Réécriture"
|
552 |
+
|
553 |
+
#@ wp-super-cache
|
554 |
+
#: wp-cache.php:991
|
555 |
+
msgid "WordPress MU Detected"
|
556 |
+
msgstr "WordPress MU Détecté"
|
557 |
+
|
558 |
+
#@ wp-super-cache
|
559 |
+
#: wp-cache.php:991
|
560 |
+
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
561 |
+
msgstr "Malheureusement, les règles de réécriture ne peuvent pas être mises à jour automatiquement lorsque WordPress MU s'exécute. Merci d'ouvrir votre fichier .htaccess et d'y ajouter les règles de Mode Réécriture suivantes, au-dessus de toutes les autres règles de ce fichier."
|
562 |
+
|
563 |
+
#@ wp-super-cache
|
564 |
+
#: wp-cache.php:993
|
565 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
566 |
+
msgstr "Les règles du Mode Réécriture ne peuvent pas être mises à jour !"
|
567 |
+
|
568 |
+
#@ wp-super-cache
|
569 |
+
#: wp-cache.php:994
|
570 |
+
#, php-format
|
571 |
+
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
572 |
+
msgstr "Vous devez avoir les marqueurs <strong>BEGIN</strong> et <strong>END</strong> dans %s.htaccess pour que la mise à jour automatique fonctionne. Ils ressemblent à ceci, et entourent les règles principales du mode réécriture de WordPress :"
|
573 |
+
|
574 |
+
#@ wp-super-cache
|
575 |
+
#: wp-cache.php:996
|
576 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
577 |
+
msgstr "Rafraichissez cette page après avoir mis à jour votre fichier .htaccess."
|
578 |
+
|
579 |
+
#@ wp-super-cache
|
580 |
+
#: wp-cache.php:1000
|
581 |
+
msgid "Thank you for upgrading."
|
582 |
+
msgstr "Merci d'avoir effectué la mise à jour."
|
583 |
+
|
584 |
+
#@ wp-super-cache
|
585 |
+
#: wp-cache.php:1000
|
586 |
+
#, php-format
|
587 |
+
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
588 |
+
msgstr "Les règles du Mode Réécriture ont changé depuis votre dernère installation de cette extension. Malheureusement, vous devez supprimer les anciennes règles de SuperCache avant que les nouvelles soient mises à jour. Rafraîchissez cette page après avoir édité votre fichier .htaccess. Si vous souhaitez mettre à jour manuellement, modifiez la ligne suivante : %1$s de façon qu'elle ressemble à ceci : %2$s. Les seuls changements sont \"HTTP_COOKIE\", devenant \"HTTP:Cookie\", et \"wordpressuser \", devenant \"wordpress\". C'est une modification de WordPress 2.5, mais il est rétrocompatible avec les anciennes versions, si vous êtes assez courageux pour utiliser celles-ci."
|
589 |
+
|
590 |
+
#@ wp-super-cache
|
591 |
+
#: wp-cache.php:1004
|
592 |
+
msgid "Trailing slash check required."
|
593 |
+
msgstr "Le slash final est requis."
|
594 |
+
|
595 |
+
#@ wp-super-cache
|
596 |
+
#: wp-cache.php:1004
|
597 |
+
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
598 |
+
msgstr "Il semble que votre blog possède des URLs qui se terminent par un \"/\". Malheureusement, depuis que vous avez installé cette extension, un bug de duplicate content a été découvert, dans lequel les URLs ne se terminant pas par un \"/\" servent le même contenu que celles finissant par le \"/\", et ne redirigent pas vers la bonne URL. Pour le résoudre, vous devez éditer votre fichier .htaccess et ajouter ces deux règles aux deux groupes de règles de Super Cache :"
|
599 |
+
|
600 |
+
#@ wp-super-cache
|
601 |
+
#: wp-cache.php:1006
|
602 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
603 |
+
msgstr "Vous pouvez aller regarder là où sont les règles et examiner les règles complètes en cliquant sur le lien \"Voir les règles du Mode Réécriture\" ci-dessous."
|
604 |
+
|
605 |
+
#@ wp-super-cache
|
606 |
+
#: wp-cache.php:1020
|
607 |
+
msgid "Mod Rewrite rules updated!"
|
608 |
+
msgstr "Règles du Mode Réécriture mises à jour !"
|
609 |
+
|
610 |
+
#@ wp-super-cache
|
611 |
+
#: wp-cache.php:1021
|
612 |
+
#, php-format
|
613 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
614 |
+
msgstr "Le fichier %s.htaccess a été mis à jour avec les règles de Mode Réécriture nécessaires. Merci de vérifier qu'elles sont correctes. Elles devraient ressembler à ceci :"
|
615 |
+
|
616 |
+
#@ wp-super-cache
|
617 |
+
#: wp-cache.php:1023
|
618 |
+
msgid "Mod Rewrite rules must be updated!"
|
619 |
+
msgstr "Les règles du Mode Réécriture doivent être mises à jour !"
|
620 |
+
|
621 |
+
#@ wp-super-cache
|
622 |
+
#: wp-cache.php:1024
|
623 |
+
#, php-format
|
624 |
+
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
625 |
+
msgstr "Votre fichier %s.htaccess ne peut pas être écrit par le serveur Web et doivent être mises à jour avec les règles du Mode Réécriture nécessaires. Les nouvelles règles se placent au-dessus des règles standard de WordPress comme montré dans le code suivant :"
|
626 |
+
|
627 |
+
#@ wp-super-cache
|
628 |
+
#: wp-cache.php:1029
|
629 |
+
#, php-format
|
630 |
+
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
631 |
+
msgstr "Les règles du Mode Réécriture de WP Super Cache ont été détectées dans votre fichier %s.htaccess.<br /> Cliquez sur le lien ci-dessous pour voir les lignes ajoutées à ce fichier. Si vous avez mis à jour l'extension, assurez-vous que ces règles correspondent."
|
632 |
+
|
633 |
+
#@ wp-super-cache
|
634 |
+
#: wp-cache.php:1032
|
635 |
+
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
636 |
+
msgstr "Une différence entre les règles dans votre fichier .htaccess et celles de réécriture dans l'extension a été découverte. Il peut ne s'agir que d'une différence d'espace blanc, mais vous devriez comparer les règles du fichier avec celles ci-dessous aussi vite que possible. Cliquez sur le bouton ’Actualiser les Règles du Mode Réécriture’ pour mettre à jour les règles."
|
637 |
+
|
638 |
+
#@ wp-super-cache
|
639 |
+
#: wp-cache.php:1035
|
640 |
+
msgid "View Mod_Rewrite Rules"
|
641 |
+
msgstr "Voir les règles du Mode Réécriture"
|
642 |
+
|
643 |
+
#@ wp-super-cache
|
644 |
+
#: wp-cache.php:1039
|
645 |
+
#: wp-cache.php:2276
|
646 |
+
#, php-format
|
647 |
+
msgid "Rules must be added to %s too:"
|
648 |
+
msgstr "Les règles. doivent également être ajoutées à %s :"
|
649 |
+
|
650 |
+
#@ wp-super-cache
|
651 |
+
#: wp-cache.php:1047
|
652 |
+
#, php-format
|
653 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
654 |
+
msgstr "Règles d'encodage Gzip dans %s.htaccess créées. "
|
655 |
+
|
656 |
+
#@ wp-super-cache
|
657 |
+
#: wp-cache.php:1054
|
658 |
+
msgid "Fix Configuration"
|
659 |
+
msgstr "Correction de la Configuration"
|
660 |
+
|
661 |
+
#@ wp-super-cache
|
662 |
+
#: wp-cache.php:1057
|
663 |
+
msgid "Restore Default Configuration"
|
664 |
+
msgstr "Restaurer la Configuration par Défaut"
|
665 |
+
|
666 |
+
#@ wp-super-cache
|
667 |
+
#: wp-cache.php:1065
|
668 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
669 |
+
msgstr "La modération des commentaires est activée. Votre commentaire peut prendre un certain temps avant d'apparaître."
|
670 |
+
|
671 |
+
#@ wp-super-cache
|
672 |
+
#: wp-cache.php:1090
|
673 |
+
msgid "Lock Down:"
|
674 |
+
msgstr "Verrouillage :"
|
675 |
+
|
676 |
+
#@ wp-super-cache
|
677 |
+
#: wp-cache.php:1091
|
678 |
+
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
679 |
+
msgstr "Prépare votre serveur pour un pic de trafic attendu en activant le mode de verrouillage. Lorsqu'il est activé, les nouveaux commentaires sur un article ne rafraîchissent pas les fichiers statiques du cache."
|
680 |
+
|
681 |
+
#@ wp-super-cache
|
682 |
+
#: wp-cache.php:1092
|
683 |
+
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
684 |
+
msgstr "Développeurs : Rendez vos extensions compatibles avec le mode Verrouillage en vérifiant la constante \"WPLOCKDOWN\". Le code suivant vous assurera que votre extension respecte les réglages de WPLOCKDOWN."
|
685 |
+
|
686 |
+
#@ wp-super-cache
|
687 |
+
#: wp-cache.php:1094
|
688 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
689 |
+
msgstr "Désolé. Mon blog est verrouillé. Les mises à jours vont apparaître rapidement."
|
690 |
+
|
691 |
+
#@ wp-super-cache
|
692 |
+
#: wp-cache.php:1098
|
693 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
694 |
+
msgstr "WordPress est verrouillé. Les fichiers statiques Super Cache ne seront pas supprimés lorsque de nouveaux commentaires sont effectués."
|
695 |
+
|
696 |
+
#@ wp-super-cache
|
697 |
+
#: wp-cache.php:1100
|
698 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
699 |
+
msgstr "WordPress n'est pas verrouillé. Les nouveaux commentaires rafraîchiront normalement les fichier statiques Super Cache."
|
700 |
+
|
701 |
+
#@ wp-super-cache
|
702 |
+
#: wp-cache.php:1106
|
703 |
+
msgid "Lock Down"
|
704 |
+
msgstr "Verrouillage"
|
705 |
+
|
706 |
+
#@ wp-super-cache
|
707 |
+
#: wp-cache.php:1114
|
708 |
+
msgid "Directly Cached Files"
|
709 |
+
msgstr "Fichiers Directement Mis en Cache"
|
710 |
+
|
711 |
+
#@ wp-super-cache
|
712 |
+
#: wp-cache.php:1172
|
713 |
+
#, php-format
|
714 |
+
msgid "%s removed!"
|
715 |
+
msgstr "%s supprimé !"
|
716 |
+
|
717 |
+
#@ wp-super-cache
|
718 |
+
#: wp-cache.php:1180
|
719 |
+
#, php-format
|
720 |
+
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
721 |
+
msgstr "Vous devez rendre %s apte à être écrit pour activer cette fonction. Comme il s'agit d'un risque de sécurité, veuillez le remettre en mode lecture seule après que votre page ait été générée."
|
722 |
+
|
723 |
+
#@ wp-super-cache
|
724 |
+
#: wp-cache.php:1182
|
725 |
+
#, php-format
|
726 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
727 |
+
msgstr "%s peut être écrit. Merci de le remettre en mode lecture seule après que votre page ait été générée, dans la mesure où il s'agit d'un risque de sécurité."
|
728 |
+
|
729 |
+
#@ wp-super-cache
|
730 |
+
#: wp-cache.php:1196
|
731 |
+
msgid "Existing direct page"
|
732 |
+
msgstr "Page directe existante"
|
733 |
+
|
734 |
+
#@ wp-super-cache
|
735 |
+
#: wp-cache.php:1196
|
736 |
+
msgid "Delete cached file"
|
737 |
+
msgstr "Suppression de fichier mis en cache"
|
738 |
+
|
739 |
+
#@ wp-super-cache
|
740 |
+
#: wp-cache.php:1201
|
741 |
+
msgid "Add direct page:"
|
742 |
+
msgstr "Ajouter une page directe :"
|
743 |
+
|
744 |
+
#@ wp-super-cache
|
745 |
+
#: wp-cache.php:1203
|
746 |
+
#, php-format
|
747 |
+
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
748 |
+
msgstr "Les fichiers directement mis en cache sont des fichiers créés directement à partir de %s, où se trouve votre blog. Cette fonction n'est utile que si vous vous attendez à un niveau de trafic majeur de Digg ou Slashdot sur un article ou une page."
|
749 |
+
|
750 |
+
#@ wp-super-cache
|
751 |
+
#: wp-cache.php:1205
|
752 |
+
#, php-format
|
753 |
+
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
754 |
+
msgstr "Par exemple: pour mettre en cache <em>%1$sabout/</em>, vous entrez %1$sabout/ ou /about/. Le fichier de cache sera généré à la prochaine visite d'un utilisateur anonyme sur cette page."
|
755 |
+
|
756 |
+
#@ wp-super-cache
|
757 |
+
#: wp-cache.php:1206
|
758 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
759 |
+
msgstr "Laissez en blanc la zone de texte pour la supprimer de la liste des pages directes et supprimer le fichier mis en cache."
|
760 |
+
|
761 |
+
#@ wp-super-cache
|
762 |
+
#: wp-cache.php:1211
|
763 |
+
msgid "Update Direct Pages"
|
764 |
+
msgstr "Mettre à jour les Pages Directes"
|
765 |
+
|
766 |
+
#@ wp-super-cache
|
767 |
+
#: wp-cache.php:1249
|
768 |
+
msgid "Expiry Time & Garbage Collection"
|
769 |
+
msgstr "Date d'Expiration & Éboueur"
|
770 |
+
|
771 |
+
#@ wp-super-cache
|
772 |
+
#: wp-cache.php:1251
|
773 |
+
msgid "Expire time:"
|
774 |
+
msgstr "Date d'expiration :"
|
775 |
+
|
776 |
+
#@ wp-super-cache
|
777 |
+
#: wp-cache.php:1252
|
778 |
+
msgid "seconds"
|
779 |
+
msgstr "secondes"
|
780 |
+
|
781 |
+
#@ wp-super-cache
|
782 |
+
#: wp-cache.php:1253
|
783 |
+
msgid "Garbage Collection"
|
784 |
+
msgstr "Éboueur"
|
785 |
+
|
786 |
+
#@ wp-super-cache
|
787 |
+
#: wp-cache.php:1255
|
788 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
789 |
+
msgstr "Réglez le délai d'expiration à 0 secondes pour désactiver l'éboueur."
|
790 |
+
|
791 |
+
#@ wp-super-cache
|
792 |
+
#: wp-cache.php:1256
|
793 |
+
msgid "Change Expiration"
|
794 |
+
msgstr "Modifier le Délai d'Expiration"
|
795 |
+
|
796 |
+
#@ wp-super-cache
|
797 |
+
#: wp-cache.php:1300
|
798 |
+
msgid "Rejected User Agents"
|
799 |
+
msgstr "User Agents rejetés"
|
800 |
+
|
801 |
+
#@ wp-super-cache
|
802 |
+
#: wp-cache.php:1301
|
803 |
+
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
804 |
+
msgstr "Chaines de caractères dans l'en-tête HTTP ’User Agents’ qui empêchent WP-Cache de mette en cache les requêtes des robots, spiders et crawlers’. Notez que les fichiers mis en cache par SuperCache sont encore envoyés à ces agents s'ils existent toujours."
|
805 |
+
|
806 |
+
#@ wp-super-cache
|
807 |
+
#: wp-cache.php:1308
|
808 |
+
msgid "Save UA Strings"
|
809 |
+
msgstr "Sauvegarder les Listes d'User Agents"
|
810 |
+
|
811 |
+
#@ wp-super-cache
|
812 |
+
#: wp-cache.php:1331
|
813 |
+
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
814 |
+
msgstr "Ne pas mettre en cache les types de page suivants. Voir la documentation <a href=\"http://codex.wordpress.org/fr:Marqueurs_conditionnels\">Marqueurs Conditionnels</a>pour un exposé complet sur chaque type."
|
815 |
+
|
816 |
+
#@ wp-super-cache
|
817 |
+
#: wp-cache.php:1334
|
818 |
+
msgid "Single Posts"
|
819 |
+
msgstr "Articles Simples"
|
820 |
+
|
821 |
+
#@ wp-super-cache
|
822 |
+
#: wp-cache.php:1335
|
823 |
+
msgid "Pages"
|
824 |
+
msgstr "Pages"
|
825 |
+
|
826 |
+
#@ wp-super-cache
|
827 |
+
#: wp-cache.php:1336
|
828 |
+
msgid "Front Page"
|
829 |
+
msgstr "Page de Garde"
|
830 |
+
|
831 |
+
#@ wp-super-cache
|
832 |
+
#: wp-cache.php:1337
|
833 |
+
msgid "Home"
|
834 |
+
msgstr "Accueil"
|
835 |
+
|
836 |
+
#@ wp-super-cache
|
837 |
+
#: wp-cache.php:1338
|
838 |
+
msgid "Archives"
|
839 |
+
msgstr "Archives"
|
840 |
+
|
841 |
+
#@ wp-super-cache
|
842 |
+
#: wp-cache.php:1339
|
843 |
+
msgid "Tags"
|
844 |
+
msgstr "Tags"
|
845 |
+
|
846 |
+
#@ wp-super-cache
|
847 |
+
#: wp-cache.php:1340
|
848 |
+
msgid "Category"
|
849 |
+
msgstr "Catégories"
|
850 |
+
|
851 |
+
#@ wp-super-cache
|
852 |
+
#: wp-cache.php:1341
|
853 |
+
msgid "Feeds"
|
854 |
+
msgstr "Flux"
|
855 |
+
|
856 |
+
#@ wp-super-cache
|
857 |
+
#: wp-cache.php:1342
|
858 |
+
msgid "Search Pages"
|
859 |
+
msgstr "Page de Recherche"
|
860 |
+
|
861 |
+
#@ default
|
862 |
+
#@ wp-super-cache
|
863 |
+
#: wp-cache.php:1344
|
864 |
+
#: wp-cache.php:1472
|
865 |
+
msgid "Save"
|
866 |
+
msgstr "Sauvegarder"
|
867 |
+
|
868 |
+
#@ wp-super-cache
|
869 |
+
#: wp-cache.php:1361
|
870 |
+
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
871 |
+
msgstr "Ajoutez ici les chaînes (pas un nom de fichier) qui forcent une page à ne pas être mise en cache. Par exemple, si vos URLs incluent l'année et que vous ne voulez pas mettre en cache les articles de l'année dernière, il suffit de préciser l'année, c-à-d ’/2004/’. WP-Cache recherchera si cette chaîne fait partie de l'URI et dans l'affirmative, ne mettra pas cette page en cache."
|
872 |
+
|
873 |
+
#@ wp-super-cache
|
874 |
+
#: wp-cache.php:1367
|
875 |
+
msgid "Save Strings"
|
876 |
+
msgstr "Sauvegarder les Chaînes"
|
877 |
+
|
878 |
+
#@ wp-super-cache
|
879 |
+
#: wp-cache.php:1383
|
880 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
881 |
+
msgstr "Ajouter ici les noms des fichiers qui peuvent être mis en cache, même s'ils correspondent à l'une des sous-chaînes rejetées spécifiées ci-dessus."
|
882 |
+
|
883 |
+
#@ wp-super-cache
|
884 |
+
#: wp-cache.php:1389
|
885 |
+
msgid "Save Files"
|
886 |
+
msgstr "Sauvegarder les Fichiers"
|
887 |
+
|
888 |
+
#@ wp-super-cache
|
889 |
+
#: wp-cache.php:1434
|
890 |
+
msgid "Currently logging to: "
|
891 |
+
msgstr "Actuellement connecté à :"
|
892 |
+
|
893 |
+
#@ wp-super-cache
|
894 |
+
#: wp-cache.php:1444
|
895 |
+
msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
|
896 |
+
msgstr "Résout les problèmes de l'extension en la déboguant ici. Peut vous adresser des mails de débogage ou les enregistrer dans un fichier de votre répertoire de cache."
|
897 |
+
|
898 |
+
#@ wp-super-cache
|
899 |
+
#: wp-cache.php:1445
|
900 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
901 |
+
msgstr "Se connecter à un fichier est plus facile, mais se heurte au problème qu'effacer le cache effacera le fichier des enregistrements."
|
902 |
+
|
903 |
+
#@ wp-super-cache
|
904 |
+
#: wp-cache.php:1449
|
905 |
+
msgid "Debugging"
|
906 |
+
msgstr "Débogage"
|
907 |
+
|
908 |
+
#@ wp-super-cache
|
909 |
+
#: wp-cache.php:1450
|
910 |
+
msgid "Logging Type"
|
911 |
+
msgstr "Type d'Enregistrement"
|
912 |
+
|
913 |
+
#@ wp-super-cache
|
914 |
+
#: wp-cache.php:1450
|
915 |
+
msgid "Email"
|
916 |
+
msgstr "Mail"
|
917 |
+
|
918 |
+
#@ wp-super-cache
|
919 |
+
#: wp-cache.php:1451
|
920 |
+
msgid "file"
|
921 |
+
msgstr "fichier"
|
922 |
+
|
923 |
+
#@ wp-super-cache
|
924 |
+
#: wp-cache.php:1452
|
925 |
+
msgid "IP Address"
|
926 |
+
msgstr "Adresse IP"
|
927 |
+
|
928 |
+
#@ wp-super-cache
|
929 |
+
#: wp-cache.php:1452
|
930 |
+
#, php-format
|
931 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
932 |
+
msgstr "(N'enregistrer que les requêtes de cette adresse IP. Votre IP est %s)"
|
933 |
+
|
934 |
+
#@ wp-super-cache
|
935 |
+
#: wp-cache.php:1453
|
936 |
+
msgid "Log level"
|
937 |
+
msgstr "Niveau d'enregistrement"
|
938 |
+
|
939 |
+
#@ wp-super-cache
|
940 |
+
#: wp-cache.php:1459
|
941 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
942 |
+
msgstr "(1 = le plus bas, 5 = le plus haut, peut sévèrement surcharger le serveur.)"
|
943 |
+
|
944 |
+
#@ wp-super-cache
|
945 |
+
#: wp-cache.php:799
|
946 |
+
#: wp-cache.php:946
|
947 |
+
#: wp-cache.php:1462
|
948 |
+
msgid "Advanced"
|
949 |
+
msgstr "Avancé"
|
950 |
+
|
951 |
+
#@ wp-super-cache
|
952 |
+
#: wp-cache.php:1462
|
953 |
+
#, php-format
|
954 |
+
msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
955 |
+
msgstr "Dans de très rares cas, deux problèmes peuvent survenir sur certains blogs: <ol><li> La page de garde peut commencer à se télécharger comme un fichier zip.</li><li> Une mauvaise page est parfois mise en cache en tant que page de garde si votre blog utilise une page de garde statique et que la structure des permaliens est <em>/%category%/%postname%/</em>.</li></ol>"
|
956 |
+
|
957 |
+
#@ wp-super-cache
|
958 |
+
#: wp-cache.php:1463
|
959 |
+
#, php-format
|
960 |
+
msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem."
|
961 |
+
msgstr "Je suis certain à 99% qu'il ne s''agit pas de bugs de WP Super Cache et qu'ils ne surviennent que très rarement, mais vous pouvez exécuter une vérification simple, une fois toutes les 5 minutes, pour vérifier que votre site est OK, si vous avez peur. Vous recevrez un mail s'il survient un problème."
|
962 |
+
|
963 |
+
#@ wp-super-cache
|
964 |
+
#: wp-cache.php:1465
|
965 |
+
msgid "Check front page every 5 minutes."
|
966 |
+
msgstr "Vérifier la page de garde toute les 5 minutes."
|
967 |
+
|
968 |
+
#@ wp-super-cache
|
969 |
+
#: wp-cache.php:1466
|
970 |
+
msgid "Front page text"
|
971 |
+
msgstr "Texte de la page de garde"
|
972 |
+
|
973 |
+
#@ wp-super-cache
|
974 |
+
#: wp-cache.php:1466
|
975 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
976 |
+
msgstr "Texte à rechercher sur votre page de garde. Si ce texte est manquant, le cache sera effacé. Laissez en blanc pour désactiver."
|
977 |
+
|
978 |
+
#@ wp-super-cache
|
979 |
+
#: wp-cache.php:1467
|
980 |
+
msgid "Clear cache on error."
|
981 |
+
msgstr "Effacer le cache en cas d'erreur."
|
982 |
+
|
983 |
+
#@ wp-super-cache
|
984 |
+
#: wp-cache.php:1468
|
985 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
986 |
+
msgstr "Envoi d'un mai à l'administrateur du blog lorsque les contrôles sont effectués. (Utile pour le test)"
|
987 |
+
|
988 |
+
#@ wp-super-cache
|
989 |
+
#: wp-cache.php:1482
|
990 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
991 |
+
msgstr "Erreur : la compression GZIP est activée, la désactiver si vous souhaitez activer wp-cache."
|
992 |
+
|
993 |
+
#@ wp-super-cache
|
994 |
+
#: wp-cache.php:1529
|
995 |
+
#: wp-cache.php:1691
|
996 |
+
msgid "Warning"
|
997 |
+
msgstr "Attention"
|
998 |
+
|
999 |
+
#@ wp-super-cache
|
1000 |
+
#: wp-cache.php:1529
|
1001 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1002 |
+
msgstr "La compression GZIP est activée dans WordPress, wp-cache sera outrepassé jusqu'à ce que vous la désactiviez."
|
1003 |
+
|
1004 |
+
#@ wp-super-cache
|
1005 |
+
#: wp-cache.php:1587
|
1006 |
+
#: wp-cache.php:1592
|
1007 |
+
#: wp-cache.php:1624
|
1008 |
+
#: wp-cache.php:1629
|
1009 |
+
#: wp-cache.php:1635
|
1010 |
+
msgid "Error"
|
1011 |
+
msgstr "Erreur"
|
1012 |
+
|
1013 |
+
#@ wp-super-cache
|
1014 |
+
#: wp-cache.php:1587
|
1015 |
+
#, php-format
|
1016 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1017 |
+
msgstr "Votre répertoire de cache (<strong>$cache_path</strong>) n'existe pas et n'a pas pu être créé par le serveur web. Vérifiez les permissions %s."
|
1018 |
+
|
1019 |
+
#@ wp-super-cache
|
1020 |
+
#: wp-cache.php:1592
|
1021 |
+
#, php-format
|
1022 |
+
msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
|
1023 |
+
msgstr "Votre répertoire de cache (<strong>%1$s</strong>) ou <strong>%2$s</strong>) doit pouvoir être écrit pour que cette extension fonctionne. Vérifiez doublement."
|
1024 |
+
|
1025 |
+
#@ wp-super-cache
|
1026 |
+
#: wp-cache.php:1624
|
1027 |
+
#, php-format
|
1028 |
+
msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
|
1029 |
+
msgstr "Votre fichier de configuration WP-Cache (<strong>%s</strong>) est obsolète et ne peut pas être écrit par le serveur Web. Veuillez le détruire et rafraîchir cette page."
|
1030 |
+
|
1031 |
+
#@ wp-super-cache
|
1032 |
+
#: wp-cache.php:1629
|
1033 |
+
#, php-format
|
1034 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1035 |
+
msgstr "Le fichier de configuration est manquant et le répertoire %1$s (<strong>%2$s</strong>) ne peut pas être écrit par le serveur Web. Vérifiez ses permissions."
|
1036 |
+
|
1037 |
+
#@ wp-super-cache
|
1038 |
+
#: wp-cache.php:1635
|
1039 |
+
#, php-format
|
1040 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1041 |
+
msgstr "Le fichier d'exemple de configuration de WP-Cache (<strong>%s</strong>) n'existe pas. Vérifiez votre installation."
|
1042 |
+
|
1043 |
+
#@ wp-super-cache
|
1044 |
+
#: wp-cache.php:1691
|
1045 |
+
#, php-format
|
1046 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1047 |
+
msgstr "%s/advanced-cache.php</em> n'existe pas ou ne peut pas être mis à jour."
|
1048 |
+
|
1049 |
+
#@ wp-super-cache
|
1050 |
+
#: wp-cache.php:1692
|
1051 |
+
msgid "1. If it already exists please delete the file first."
|
1052 |
+
msgstr "1. S'il existe déjà, veuillez supprimer le fichier d'abord."
|
1053 |
+
|
1054 |
+
#@ wp-super-cache
|
1055 |
+
#: wp-cache.php:1693
|
1056 |
+
#, php-format
|
1057 |
+
msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
1058 |
+
msgstr "2. Permettez à %1$s d'être écrit en utilisant la commande chmod via votre logiciel ftp ou serveur. (<em>chmod 777 %1$s</em>) et rafraîchissez cette page. Il ne s'agit que d'une mesure temporaire, et vous devrez le repasser en lecture seule ensuite. (Passez de 777 à 755 dans la commande précitée)"
|
1059 |
+
|
1060 |
+
#@ wp-super-cache
|
1061 |
+
#: wp-cache.php:1694
|
1062 |
+
#, php-format
|
1063 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1064 |
+
msgstr "3. Rafraîchissez cette page pour mettre à jour <em>%s/advanced-cache.php</em>"
|
1065 |
+
|
1066 |
+
#@ wp-super-cache
|
1067 |
+
#: wp-cache.php:1695
|
1068 |
+
#, php-format
|
1069 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1070 |
+
msgstr "Si ça ne fonctionnait pas, assurez vous que le fichier <em>%s/advanced-cache.php</em> n'existe pas :"
|
1071 |
+
|
1072 |
+
#@ wp-super-cache
|
1073 |
+
#: wp-cache.php:1696
|
1074 |
+
#, php-format
|
1075 |
+
msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
|
1076 |
+
msgstr "<li>1. Ouvrez le fichier <em>%1$s$wp_cache_file</em> dans un éditeur de texte.</li><li>2. Remplacez le texte <em>CACHEHOME</em> par <em>%2$s</em></li><li>3. Sauvegardez le fichier et copiez-le dans <em>%3$s</em>, puis rafraîchissez cette page.</li>"
|
1077 |
+
|
1078 |
+
#@ wp-super-cache
|
1079 |
+
#: wp-cache.php:1721
|
1080 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1081 |
+
msgstr "<strong>Erreur : WP_CACHE n'est pas activé</strong> dans votre fichier <code>wp-config.php</code> et je ne peux pas le modifier."
|
1082 |
+
|
1083 |
+
#@ wp-super-cache
|
1084 |
+
#: wp-cache.php:1726
|
1085 |
+
msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
|
1086 |
+
msgstr "<h3>Constante WP_CACHE ajoutée à wp-config.php</h3><p>Si vous continuez à voir s'afficher ce message d'avertissement, merci de lire le point 5 de la<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La ligne WP_CACHE doit être déplacée."
|
1087 |
+
|
1088 |
+
#@ wp-super-cache
|
1089 |
+
#: wp-cache.php:1748
|
1090 |
+
msgid "Cache Contents"
|
1091 |
+
msgstr "Contenus du Cache"
|
1092 |
+
|
1093 |
+
#@ wp-super-cache
|
1094 |
+
#: wp-cache.php:1751
|
1095 |
+
msgid "Object cache in use. No cache listing available."
|
1096 |
+
msgstr "Objet du cache en cours d'utilisation. Pas de liste de cache disponible."
|
1097 |
+
|
1098 |
+
#@ wp-super-cache
|
1099 |
+
#: wp-cache.php:1775
|
1100 |
+
#, php-format
|
1101 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1102 |
+
msgstr "Suppression du fichier supercache : <strong>%s</strong><br />"
|
1103 |
+
|
1104 |
+
#@ wp-super-cache
|
1105 |
+
#: wp-cache.php:1792
|
1106 |
+
#, php-format
|
1107 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1108 |
+
msgstr "Suppression du fichier wp-cache : <strong>%s</strong><br />"
|
1109 |
+
|
1110 |
+
#@ wp-super-cache
|
1111 |
+
#: wp-cache.php:1857
|
1112 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1113 |
+
msgstr "Les statistiques de mise en cache ne sont pas générées automatiquement. Vous devez cliquer sur le lien ci-dessous pour régénérer les statistiques sur cette page."
|
1114 |
+
|
1115 |
+
#@ default
|
1116 |
+
#: wp-cache.php:1858
|
1117 |
+
msgid "Regenerate cache stats"
|
1118 |
+
msgstr "Regénérer les statistiques du cache"
|
1119 |
+
|
1120 |
+
#@ wp-super-cache
|
1121 |
+
#: wp-cache.php:1860
|
1122 |
+
#, php-format
|
1123 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1124 |
+
msgstr "Dernière statistiques de mise en cache générées il y a %s minutes."
|
1125 |
+
|
1126 |
+
#@ wp-super-cache
|
1127 |
+
#: wp-cache.php:1866
|
1128 |
+
msgid "WP-Cache"
|
1129 |
+
msgstr "WP-Cache"
|
1130 |
+
|
1131 |
+
#@ wp-super-cache
|
1132 |
+
#: wp-cache.php:1867
|
1133 |
+
#: wp-cache.php:1883
|
1134 |
+
#, php-format
|
1135 |
+
msgid "%s Cached Pages"
|
1136 |
+
msgstr "%s Pages Mises en Cache"
|
1137 |
+
|
1138 |
+
#@ wp-super-cache
|
1139 |
+
#: wp-cache.php:1868
|
1140 |
+
#: wp-cache.php:1888
|
1141 |
+
#, php-format
|
1142 |
+
msgid "%s Expired Pages"
|
1143 |
+
msgstr "%s Pages Expirées"
|
1144 |
+
|
1145 |
+
#@ wp-super-cache
|
1146 |
+
#: wp-cache.php:1882
|
1147 |
+
msgid "WP-Super-Cache"
|
1148 |
+
msgstr "WP-Super-Cache"
|
1149 |
+
|
1150 |
+
#@ wp-super-cache
|
1151 |
+
#: wp-cache.php:1893
|
1152 |
+
msgid "Fresh WP-Cached Files"
|
1153 |
+
msgstr "Fichiers Récemment Mis en Cache par WP-Cache"
|
1154 |
+
|
1155 |
+
#@ wp-super-cache
|
1156 |
+
#: wp-cache.php:1894
|
1157 |
+
#: wp-cache.php:1910
|
1158 |
+
#: wp-cache.php:1926
|
1159 |
+
#: wp-cache.php:1942
|
1160 |
+
msgid "URI"
|
1161 |
+
msgstr "URI"
|
1162 |
+
|
1163 |
+
#@ wp-super-cache
|
1164 |
+
#: wp-cache.php:1894
|
1165 |
+
#: wp-cache.php:1910
|
1166 |
+
msgid "Key"
|
1167 |
+
msgstr "Clé"
|
1168 |
+
|
1169 |
+
#@ wp-super-cache
|
1170 |
+
#: wp-cache.php:1894
|
1171 |
+
#: wp-cache.php:1910
|
1172 |
+
#: wp-cache.php:1926
|
1173 |
+
#: wp-cache.php:1942
|
1174 |
+
msgid "Age"
|
1175 |
+
msgstr "Âge"
|
1176 |
+
|
1177 |
+
#@ wp-super-cache
|
1178 |
+
#: wp-cache.php:1894
|
1179 |
+
#: wp-cache.php:1910
|
1180 |
+
#: wp-cache.php:1926
|
1181 |
+
#: wp-cache.php:1942
|
1182 |
+
msgid "Delete"
|
1183 |
+
msgstr "Supprimer"
|
1184 |
+
|
1185 |
+
#@ wp-super-cache
|
1186 |
+
#: wp-cache.php:1909
|
1187 |
+
msgid "Stale WP-Cached Files"
|
1188 |
+
msgstr "Fichiers Périmés mis en cache par WP-Cache"
|
1189 |
+
|
1190 |
+
#@ wp-super-cache
|
1191 |
+
#: wp-cache.php:1925
|
1192 |
+
msgid "Fresh Super Cached Files"
|
1193 |
+
msgstr "Fichiers Récemment Mis en Cache par Super Cache"
|
1194 |
+
|
1195 |
+
#@ wp-super-cache
|
1196 |
+
#: wp-cache.php:1941
|
1197 |
+
msgid "Stale Super Cached Files"
|
1198 |
+
msgstr "Vieux Fichiers Mis en Cache par Super Cache"
|
1199 |
+
|
1200 |
+
#@ wp-super-cache
|
1201 |
+
#: wp-cache.php:1957
|
1202 |
+
msgid "Hide file list"
|
1203 |
+
msgstr "Masquer la liste des fichiers"
|
1204 |
+
|
1205 |
+
#@ wp-super-cache
|
1206 |
+
#: wp-cache.php:1959
|
1207 |
+
msgid "Too many cached files, no listing possible."
|
1208 |
+
msgstr "Trop de fichiers mis en cache, pas de liste possible."
|
1209 |
+
|
1210 |
+
#@ wp-super-cache
|
1211 |
+
#: wp-cache.php:1967
|
1212 |
+
#, php-format
|
1213 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1214 |
+
msgstr "<strong>Éboueur</strong><br />Le dernier éboueur est passé il y a <strong>%s</strong> minutes<br />"
|
1215 |
+
|
1216 |
+
#@ wp-super-cache
|
1217 |
+
#: wp-cache.php:1968
|
1218 |
+
#, php-format
|
1219 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
1220 |
+
msgstr "Le prochain éboueur passera dans <strong>%s</strong> minutes"
|
1221 |
+
|
1222 |
+
#@ wp-super-cache
|
1223 |
+
#: wp-cache.php:1971
|
1224 |
+
#, php-format
|
1225 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1226 |
+
msgstr "Les fichiers périmés sont ceux remontant à plus de %s secondes. Ils sont encore utilisés par l'extension et sont détruits périodiquement."
|
1227 |
+
|
1228 |
+
#@ wp-super-cache
|
1229 |
+
#: wp-cache.php:1982
|
1230 |
+
msgid "Delete Expired"
|
1231 |
+
msgstr "Supprimer les Fichiers Périmés "
|
1232 |
+
|
1233 |
+
#@ wp-super-cache
|
1234 |
+
#: wp-cache.php:1988
|
1235 |
+
#: wp-cache.php:2000
|
1236 |
+
#: wp-cache.php:2163
|
1237 |
+
msgid "Delete Cache"
|
1238 |
+
msgstr "Supprimer le Cache"
|
1239 |
+
|
1240 |
+
#@ wp-super-cache
|
1241 |
+
#: wp-cache.php:2000
|
1242 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
1243 |
+
msgstr "Supprimer les fichiers mis en cache par Super Cache (s'ouvre dans une nouvelle fenêtre)"
|
1244 |
+
|
1245 |
+
#@ wp-super-cache
|
1246 |
+
#: wp-cache.php:2139
|
1247 |
+
#, php-format
|
1248 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1249 |
+
msgstr "%1$s est compatible avec Digg grâce à la mise en cache par %2$s"
|
1250 |
+
|
1251 |
+
#@ default
|
1252 |
+
#: wp-cache.php:2172
|
1253 |
+
#, php-format
|
1254 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1255 |
+
msgstr "WP Super Cache doit être configuré. Allez sur <a href=\"%s\">La page d’administration</a> pour activer et configurer le plugin."
|
1256 |
+
|
1257 |
+
#@ default
|
1258 |
+
#: wp-cache.php:2178
|
1259 |
+
msgid "Settings"
|
1260 |
+
msgstr "Options"
|
1261 |
+
|
1262 |
+
#@ wp-super-cache
|
1263 |
+
#: wp-cache.php:2188
|
1264 |
+
#, php-format
|
1265 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1266 |
+
msgstr "WP Super Cache est désactivé. Merci de vous rendre sur la <a href=\"%s\">page d'administration de l'extension</a> pour activer la mise en cache."
|
1267 |
+
|
1268 |
+
#@ wp-super-cache
|
1269 |
+
#: wp-cache.php:2207
|
1270 |
+
#, php-format
|
1271 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1272 |
+
msgstr "[%s] La page de garde est \\\"gzipée\\\" ! Merci d'effacer le cache !"
|
1273 |
+
|
1274 |
+
#@ wp-super-cache
|
1275 |
+
#: wp-cache.php:2207
|
1276 |
+
#, php-format
|
1277 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1278 |
+
msgstr "Merci de visiter %s pour effacer le cache, car la page de garde de votre site est en cours de téléchargement !"
|
1279 |
+
|
1280 |
+
#@ wp-super-cache
|
1281 |
+
#: wp-cache.php:2210
|
1282 |
+
#, php-format
|
1283 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1284 |
+
msgstr "[%s] La page de garde est \\\"gzippée\\\" ! Cache effacé !"
|
1285 |
+
|
1286 |
+
#@ wp-super-cache
|
1287 |
+
#: wp-cache.php:2210
|
1288 |
+
#, php-format
|
1289 |
+
msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
|
1290 |
+
msgstr "Le cache de votre blog a été effacé car la page de garde de votre site est en cours de téléchargement. Merci de visiter %s pour vérifier que le cache a bien été effacé."
|
1291 |
+
|
1292 |
+
#@ wp-super-cache
|
1293 |
+
#: wp-cache.php:2217
|
1294 |
+
#, php-format
|
1295 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1296 |
+
msgstr "[%s] La page de garde n'est pas correcte ! Merci d'effacer le cache !"
|
1297 |
+
|
1298 |
+
#@ wp-super-cache
|
1299 |
+
#: wp-cache.php:2217
|
1300 |
+
#, php-format
|
1301 |
+
msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
|
1302 |
+
msgstr "Merci de visiter %1$s pour effacer le cache, car la page de garde de votre site n'est pas correcte et il y manque le texte , \"%2$s\" !"
|
1303 |
+
|
1304 |
+
#@ wp-super-cache
|
1305 |
+
#: wp-cache.php:2220
|
1306 |
+
#, php-format
|
1307 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1308 |
+
msgstr "[%s] La page de garde n'est pas correcte ! Cache effacé !"
|
1309 |
+
|
1310 |
+
#@ wp-super-cache
|
1311 |
+
#: wp-cache.php:2220
|
1312 |
+
#, php-format
|
1313 |
+
msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
|
1314 |
+
msgstr "Le cache de votre blog a été effacé parce qu'il manque le texte \"%2$s\" à la page de garde de votre site. Merci de visiter %1$s pour vérifier le bon effacement du cache."
|
1315 |
+
|
1316 |
+
#@ wp-super-cache
|
1317 |
+
#: wp-cache.php:2225
|
1318 |
+
#, php-format
|
1319 |
+
msgid "[%s] Front page check!"
|
1320 |
+
msgstr "[%s] Vérification de la Page de garde !"
|
1321 |
+
|
1322 |
+
#@ wp-super-cache
|
1323 |
+
#: wp-cache.php:2225
|
1324 |
+
#, php-format
|
1325 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1326 |
+
msgstr "WP Super Cache a vérifié la page de garde de votre blog. Merci de visiter %s si vous souhaitez désactiver ceci."
|
1327 |
+
|
1328 |
+
#@ wp-super-cache
|
1329 |
+
#: wp-cache.php:2268
|
1330 |
+
msgid "Cannot update .htaccess"
|
1331 |
+
msgstr "Impossible de mettre à jour le fichier .htaccess"
|
1332 |
+
|
1333 |
+
#@ wp-super-cache
|
1334 |
+
#: wp-cache.php:2268
|
1335 |
+
#, php-format
|
1336 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
1337 |
+
msgstr "Le fichier <code>%s.htaccess</code> ne peut pas être modifié par le serveur web. Merci de corriger ça en utilisant la commande chmod ou votre client ftp."
|
1338 |
+
|
1339 |
+
#@ default
|
1340 |
+
#: wp-cache.php:2268
|
1341 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1342 |
+
msgstr "Rafraîchissez cette page lorsque les autorisations de fichiers auront été modifiées."
|
1343 |
+
|
1344 |
+
#@ wp-super-cache
|
1345 |
+
#: wp-cache.php:2268
|
1346 |
+
#, php-format
|
1347 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1348 |
+
msgstr "Alternativement, vous pouvez éditer votre fichier <code>%s.htaccess</code> manuellement et y ajouter le code suivant (devant toute règle WordPress) :"
|
1349 |
+
|
1350 |
+
#@ wp-super-cache
|
1351 |
+
#: wp-cache.php:2272
|
1352 |
+
#, php-format
|
1353 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1354 |
+
msgstr "Pour servir les fichiers HTML statiques, votre serveur doit avoir les règles de mode de réécriture correctes ajoutées à un fichier nommé <code>%s.htaccess</code>"
|
1355 |
+
|
1356 |
+
#@ wp-super-cache
|
1357 |
+
#: wp-cache.php:2273
|
1358 |
+
msgid "You can edit the file yourself add the following rules."
|
1359 |
+
msgstr "Vous pouvez éditer vous-même le fichier pour y ajouter les règles suivantes."
|
1360 |
+
|
1361 |
+
#@ wp-super-cache
|
1362 |
+
#: wp-cache.php:2274
|
1363 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1364 |
+
msgstr "Assurez-vous qu'elles apparaissent avant les règles existantes WordPress. "
|
1365 |
+
|
1366 |
+
#@ wp-super-cache
|
1367 |
+
#: wp-cache.php:2282
|
1368 |
+
msgid "Update Mod_Rewrite Rules"
|
1369 |
+
msgstr "Mettre à jour les Règles du Mode Réécriture"
|
1370 |
+
|
1371 |
+
#@ wp-super-cache
|
1372 |
+
#: wp-cache.php:2378
|
1373 |
+
#, php-format
|
1374 |
+
msgid "[%1$s] Cache Preload Started"
|
1375 |
+
msgstr "[%1$s] Préchargement du Cache Démarré"
|
1376 |
+
|
1377 |
+
#@ wp-super-cache
|
1378 |
+
#: wp-cache.php:2380
|
1379 |
+
#, php-format
|
1380 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1381 |
+
msgstr "[%1$s] Rafraîchissement des articles de %2$d à %3$d."
|
1382 |
+
|
1383 |
+
#@ wp-super-cache
|
1384 |
+
#: wp-cache.php:2391
|
1385 |
+
#, php-format
|
1386 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1387 |
+
msgstr "[%1$s] %2$d articles rafraîchis"
|
1388 |
+
|
1389 |
+
#@ wp-super-cache
|
1390 |
+
#: wp-cache.php:2391
|
1391 |
+
msgid "Refreshed the following posts:"
|
1392 |
+
msgstr "Rafraîchissement des articles suivants :"
|
1393 |
+
|
1394 |
+
#@ wp-super-cache
|
1395 |
+
#: wp-cache.php:2400
|
1396 |
+
#, php-format
|
1397 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1398 |
+
msgstr "Prochain rafraîchissement de préchargement programmé dans %d minutes."
|
1399 |
+
|
1400 |
+
#@ wp-super-cache
|
1401 |
+
#: wp-cache.php:2410
|
1402 |
+
#, php-format
|
1403 |
+
msgid "[%s] Cache Preload Completed"
|
1404 |
+
msgstr "[%s] Préchargement du Cache Terminé"
|
1405 |
+
|
1406 |
+
#@ wp-super-cache
|
1407 |
+
#: wp-cache.php:2410
|
1408 |
+
msgid "Cleaning up old supercache files."
|
1409 |
+
msgstr "Nettoyage des anciens fichiers supercache."
|
1410 |
+
|
1411 |
+
#@ default
|
1412 |
+
#: plugins/awaitingmoderation.php:4
|
1413 |
+
msgid "Your comment is awaiting moderation."
|
1414 |
+
msgstr "Votre commentaire est en attente de modération."
|
1415 |
+
|
1416 |
+
#@ wp-super-cache
|
1417 |
+
#: plugins/awaitingmoderation.php:33
|
1418 |
+
#, php-format
|
1419 |
+
msgid "Awaiting Moderation plugin is %s"
|
1420 |
+
msgstr "L'extension Awaiting Moderation est %s"
|
1421 |
+
|
1422 |
+
#@ wp-super-cache
|
1423 |
+
#: plugins/awaitingmoderation.php:34
|
1424 |
+
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
1425 |
+
msgstr "(Supprime le texte \"Votre commentaire est en attente de modération.\" lorsque quelqu'un laisse un commentaire à modérer.)"
|
1426 |
+
|
1427 |
+
#@ wp-super-cache
|
1428 |
+
#: plugins/badbehaviour.php:61
|
1429 |
+
#, php-format
|
1430 |
+
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
1431 |
+
msgstr "(Seule la mise en cache par héritage est prise en charge, la compression est désactivée ; nécessite <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> dans \"%s/plugins/bad-behavior/\")"
|
1432 |
+
|
1433 |
+
#@ wp-super-cache
|
1434 |
+
#: plugins/domain-mapping.php:57
|
1435 |
+
#, php-format
|
1436 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
1437 |
+
msgstr "Le support de l'extension <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> est %s"
|
1438 |
+
|
1439 |
+
#@ wp-super-cache
|
1440 |
+
#: plugins/domain-mapping.php:58
|
1441 |
+
msgid "(support for multiple domains on multisite websites) "
|
1442 |
+
msgstr "(Prise en charge de plusieurs domaines sur les sites Web multisites)"
|
1443 |
+
|
1444 |
+
#@ wp-super-cache
|
1445 |
+
#: plugins/domain-mapping.php:72
|
1446 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
1447 |
+
msgstr "Extension Domain Mapping détectée ! Merci d'aller sur la page Extensions SuperCache et d'y activer l'extension assistant de Domain Mapping."
|
1448 |
+
|
1449 |
+
#@ wp-super-cache
|
1450 |
+
#: wp-cache.php:210
|
1451 |
+
msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
|
1452 |
+
msgstr "Il semble que le Mode Réécriture ne soit pas installé. Parfois, cette vérification n'est pas fiable à 100%, surtout si vous n'utilisez pas Apache. Merci de vérifier que le module mode réécriture est chargé. Il est nécessaire pour se servir des fichiers statiques Super Cache. Vous serez toujours en mesure d'utiliser des modes Héritage ou PHP."
|
1453 |
+
|
1454 |
+
#@ wp-super-cache
|
1455 |
+
#: wp-cache.php:249
|
1456 |
+
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
1457 |
+
msgstr "Le support de mobiles requiert des règles supplémentaires dans votre fichier .htaccess, ou vous pouvez régler l'extension en Mode Héritage. Voici vos options (par ordre de difficulté) :"
|
1458 |
+
|
1459 |
+
#@ wp-super-cache
|
1460 |
+
#: wp-cache.php:250
|
1461 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
1462 |
+
msgstr "Règle l'extension en Mode Héritage et active le support pour mobiles."
|
1463 |
+
|
1464 |
+
#@ wp-super-cache
|
1465 |
+
#: wp-cache.php:251
|
1466 |
+
#: wp-cache.php:260
|
1467 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
1468 |
+
msgstr "Défilez jusqu'à la page Paramètres Avancés et cliquez sur le bouton <strong>Mise à Jour des Règles du Mode Réécriture.</strong>"
|
1469 |
+
|
1470 |
+
#@ wp-super-cache
|
1471 |
+
#: wp-cache.php:274
|
1472 |
+
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
1473 |
+
msgstr "Les modules Apache suivants sont manquants. L'extension fonctionne sans eux en mode héritage. En mode complet SuperCache, vos visiteurs pourront cependant voir les pages endommagées ou du contenu non mis à jour."
|
1474 |
+
|
1475 |
+
#@ wp-super-cache
|
1476 |
+
#: wp-cache.php:494
|
1477 |
+
msgid "WP Super Cache Settings"
|
1478 |
+
msgstr "Réglages WP Super Cache"
|
1479 |
+
|
1480 |
+
#@ wp-super-cache
|
1481 |
+
#: wp-cache.php:505
|
1482 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
1483 |
+
msgstr "Avis : <em>Le mode de mise en cache réécriture ou héritage est activé.</em> Affichage de la page des Paramètres Avancés par défaut."
|
1484 |
+
|
1485 |
+
#@ wp-super-cache
|
1486 |
+
#: wp-cache.php:533
|
1487 |
+
#: wp-cache.php:607
|
1488 |
+
msgid "Caching must be enabled to use this feature"
|
1489 |
+
msgstr "La mise en cache doit être activée pour utiliser cette fonctionnalité"
|
1490 |
+
|
1491 |
+
#@ wp-super-cache
|
1492 |
+
#: wp-cache.php:563
|
1493 |
+
msgid "One or more page requests failed:"
|
1494 |
+
msgstr "Un ou plusieurs requête(s) de page a/ont échoué :"
|
1495 |
+
|
1496 |
+
#@ wp-super-cache
|
1497 |
+
#: wp-cache.php:582
|
1498 |
+
#: wp-cache.php:583
|
1499 |
+
#, php-format
|
1500 |
+
msgid "Page %d: %d (%s)"
|
1501 |
+
msgstr "Page% d:% d (% s)"
|
1502 |
+
|
1503 |
+
#@ wp-super-cache
|
1504 |
+
#: wp-cache.php:599
|
1505 |
+
msgid "Send non-secure (non https) request for homepage"
|
1506 |
+
msgstr "Envoi d'une requête non-sécurisée ( non-https) pour la page d'accueil"
|
1507 |
+
|
1508 |
+
#@ wp-super-cache
|
1509 |
+
#: wp-cache.php:681
|
1510 |
+
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
1511 |
+
msgstr "En \\\"Mode Préchargement\\\", la collecte régulière des poubelles ne nettoiera que les anciens fichiers héritage pour les utilisateurs connus, pas les fichiers préchargés SuperCache. Ce paramètre est recommandé lorsque le cache est préchargé."
|
1512 |
+
|
1513 |
+
#@ wp-super-cache
|
1514 |
+
#: wp-cache.php:718
|
1515 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
1516 |
+
msgstr "mode de Préchargement (collecte des poubelles uniquement sur les fichiers cache héritage. Recommandé.)"
|
1517 |
+
|
1518 |
+
#@ wp-super-cache
|
1519 |
+
#: wp-cache.php:754
|
1520 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
1521 |
+
msgstr "Le Préchargement du cache est désactivé. Merci de désactiver la mise en cache des pages par Héritage, ou parlez-en à l'administrateur de votre hébergement."
|
1522 |
+
|
1523 |
+
#@ wp-super-cache
|
1524 |
+
#: wp-cache.php:769
|
1525 |
+
#: wp-cache.php:854
|
1526 |
+
msgid "Caching"
|
1527 |
+
msgstr "Mise en cache"
|
1528 |
+
|
1529 |
+
#@ wp-super-cache
|
1530 |
+
#: wp-cache.php:773
|
1531 |
+
msgid "Cache hits to this website for quick access."
|
1532 |
+
msgstr "Mise en cache des connexions à ce site pour un accès rapide."
|
1533 |
+
|
1534 |
+
#@ wp-super-cache
|
1535 |
+
#: wp-cache.php:773
|
1536 |
+
#: wp-cache.php:774
|
1537 |
+
#: wp-cache.php:788
|
1538 |
+
#: wp-cache.php:791
|
1539 |
+
#: wp-cache.php:792
|
1540 |
+
#: wp-cache.php:857
|
1541 |
+
msgid "Recommended"
|
1542 |
+
msgstr "Recommandé"
|
1543 |
+
|
1544 |
+
#@ wp-super-cache
|
1545 |
+
#: wp-cache.php:774
|
1546 |
+
msgid "Use mod_rewrite to serve cache files."
|
1547 |
+
msgstr "Utiliser le Mode Réécriture pour servir les fichiers de cache."
|
1548 |
+
|
1549 |
+
#@ wp-super-cache
|
1550 |
+
#: wp-cache.php:775
|
1551 |
+
msgid "Use PHP to serve cache files."
|
1552 |
+
msgstr "Utiliser le mode PHP pour servir les fichiers de cache."
|
1553 |
+
|
1554 |
+
#@ wp-super-cache
|
1555 |
+
#: wp-cache.php:776
|
1556 |
+
msgid "Legacy page caching."
|
1557 |
+
msgstr "Mise en cache de page Héritée."
|
1558 |
+
|
1559 |
+
#@ wp-super-cache
|
1560 |
+
#: wp-cache.php:777
|
1561 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
|
1562 |
+
msgstr "Le Mode Réécriture est le plus rapide, le Mode PHP est presque aussi rapide et plus facile à faire fonctionner, tandis que le mode Mise en Cache Héritée est plus lent encore, mais plus souple et plus facile à faire fonctionner. Les nouveaux utilisateurs devraient utiliser la mise en cache PHP."
|
1563 |
+
|
1564 |
+
#@ wp-super-cache
|
1565 |
+
#: wp-cache.php:783
|
1566 |
+
msgid "Miscellaneous"
|
1567 |
+
msgstr "Divers"
|
1568 |
+
|
1569 |
+
#@ wp-super-cache
|
1570 |
+
#: wp-cache.php:788
|
1571 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
1572 |
+
msgstr "Compresse les pages afin qu'elles soient servies plus rapidement aux visiteurs."
|
1573 |
+
|
1574 |
+
#@ wp-super-cache
|
1575 |
+
#: wp-cache.php:789
|
1576 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
1577 |
+
msgstr "La compression est désactivée par défaut parce que certains hébergements ont des problèmes avec des fichiers compressés. Le mettre en marche/arrêt efface le cache."
|
1578 |
+
|
1579 |
+
#@ wp-super-cache
|
1580 |
+
#: wp-cache.php:791
|
1581 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
1582 |
+
msgstr "Ne pas mettre en cache les pages pour les <acronym title=\\\"Utilisateurs connectés et ceux qui commentent\\\">utilisateurs connus</acronym>."
|
1583 |
+
|
1584 |
+
#@ wp-super-cache
|
1585 |
+
#: wp-cache.php:792
|
1586 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
1587 |
+
msgstr "Reconstruction du cache. Sert un fichier SuperCache aux utilisateurs anonymes pendant qu'un nouveau fichier est généré."
|
1588 |
+
|
1589 |
+
#@ wp-super-cache
|
1590 |
+
#: wp-cache.php:804
|
1591 |
+
msgid "Clear all cache files when a post or page is published."
|
1592 |
+
msgstr "Effacer tous les fichiers de cache quand un article ou une page est publié."
|
1593 |
+
|
1594 |
+
#@ wp-super-cache
|
1595 |
+
#: wp-cache.php:806
|
1596 |
+
msgid "List the newest cached pages on this page."
|
1597 |
+
msgstr "Liste les pages les plus récemment mises en cache sur cette page."
|
1598 |
+
|
1599 |
+
#@ wp-super-cache
|
1600 |
+
#: wp-cache.php:857
|
1601 |
+
msgid "Caching On"
|
1602 |
+
msgstr "Mise en cache Activée"
|
1603 |
+
|
1604 |
+
#@ wp-super-cache
|
1605 |
+
#: wp-cache.php:858
|
1606 |
+
msgid "Caching Off"
|
1607 |
+
msgstr "Mise en cache désactivée"
|
1608 |
+
|
1609 |
+
#@ wp-super-cache
|
1610 |
+
#: wp-cache.php:859
|
1611 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
1612 |
+
msgstr "Note : active la mise en cache PHP, la reconstruction du cache, et le support des mobiles"
|
1613 |
+
|
1614 |
+
#@ wp-super-cache
|
1615 |
+
#: wp-cache.php:869
|
1616 |
+
msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
1617 |
+
msgstr "Avis : règles du mode réécriture SuperCache détectées. Les fichiers mis en cache seront servis à l'aide de ces règles. Editer le fichier .htaccess à la racine de votre installation et supprimer les règles SuperCache."
|
1618 |
+
|
1619 |
+
#@ wp-super-cache
|
1620 |
+
#: wp-cache.php:883
|
1621 |
+
#, php-format
|
1622 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
1623 |
+
msgstr "Il blogue sur %1$s et poste des photos sur %2$s."
|
1624 |
+
|
1625 |
+
#@ wp-super-cache
|
1626 |
+
#: wp-cache.php:919
|
1627 |
+
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
1628 |
+
msgstr "Les extensions de Cache sont des scripts PHP qui vivent dans un dossier d'extensions à l'intérieur du dossier wp-super-cache. Ils sont chargés lorsque SuperCache se charge, beaucoup plus tôt que les extensions WordPress classiques."
|
1629 |
+
|
1630 |
+
#@ wp-super-cache
|
1631 |
+
#: wp-cache.php:920
|
1632 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
1633 |
+
msgstr "Il s'agit d'une fonctionnalité avancée seulement, au sens strict : la connaissance à la fois des actions PHP et de celles de WordPress est nécessaire pour la créer."
|
1634 |
+
|
1635 |
+
#@ wp-super-cache
|
1636 |
+
#: wp-cache.php:930
|
1637 |
+
msgid "Available Plugins"
|
1638 |
+
msgstr "Extensions Disponibles"
|
1639 |
+
|
1640 |
+
#@ wp-super-cache
|
1641 |
+
#: wp-cache.php:946
|
1642 |
+
msgid "Tester & Contents"
|
1643 |
+
msgstr "Testeur & Contenus"
|
1644 |
+
|
1645 |
+
#@ wp-super-cache
|
1646 |
+
#: wp-cache.php:946
|
1647 |
+
msgid "Preload"
|
1648 |
+
msgstr "Préchargement"
|
1649 |
+
|
1650 |
+
#@ wp-super-cache
|
1651 |
+
#: wp-cache.php:946
|
1652 |
+
msgid "Plugins"
|
1653 |
+
msgstr "Extensions"
|
1654 |
+
|
1655 |
+
#@ wp-super-cache
|
1656 |
+
#: wp-cache.php:946
|
1657 |
+
msgid "Debug"
|
1658 |
+
msgstr "Débogage"
|
1659 |
+
|
1660 |
+
#@ wp-super-cache
|
1661 |
+
#: wp-cache.php:973
|
1662 |
+
#, php-format
|
1663 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
1664 |
+
msgstr "Avis : Les contrôles des règles du mode réécriture de WP Super Cache est désactivé, à moins qu'il ne s'exécute sur <a href=\"%s\">le site principal</a> de ce réseau."
|
1665 |
+
|
1666 |
+
#@ wp-super-cache
|
1667 |
+
#: wp-cache.php:975
|
1668 |
+
#, php-format
|
1669 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
1670 |
+
msgstr "Avis : les contrôles des règles du mode réécriture de WP Super Cache sont désactivés, à moins qu'ils ne s'exécutent sur <a href=\\\"%s\\\">le site principal</a> de ce réseau."
|
1671 |
+
|
1672 |
+
#@ wp-super-cache
|
1673 |
+
#: wp-cache.php:1253
|
1674 |
+
msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
1675 |
+
msgstr "Si le délai d'expiration est supérieur à 1800 secondes (une demi-heure), la collecte des ordures sera effectuée toutes les 10 minutes ; sinon, elle s'effectuera 10 secondes après le délai d'expiration ci-dessus."
|
1676 |
+
|
1677 |
+
#@ wp-super-cache
|
1678 |
+
#: wp-cache.php:1254
|
1679 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
1680 |
+
msgstr "La vérification et la suppression des fichiers périmés coûte cher, mais il coûte également cher de les laisser là. Sur un site très occupé, vous devriez définir le délai d'expiration à <em>300 secondes.</em> Essayez avec différentes valeurs, et visitez cette page pour voir combien de fichiers expirés demeurent à différents moments de la journée. Si vous utilisez la mise en cache Héritée, ayez pour objectif d'avoir moins de 500 fichiers mis en cache, si possible. Vous pouvez avoir infiniment plus de fichiers mis en cache en utilisant les modes de mise en cache Réécriture ou PHP."
|
1681 |
+
|
1682 |
+
#@ wp-super-cache
|
1683 |
+
#: wp-cache.php:1719
|
1684 |
+
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1685 |
+
msgstr "<h3>Constante WP_CACHE réglée sur \\\"false\\\"</h3><p> La constante WP_CACHE est utilisée par WordPress pour charger le code qui fournit des pages mises en cache. Malheureusement, elle est réglée sur \\\"false\\\". Merci de modifier votre fichier wp-config.php, et d'y ajouter ou modifier la ligne suivante, au-dessus de la commande finale require_once :<br /><br /> <code>define('WP_CACHE', true);</code></p>"
|
1686 |
+
|
1687 |
+
#@ wp-super-cache
|
1688 |
+
#: wp-cache.php:1722
|
1689 |
+
#, php-format
|
1690 |
+
msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
|
1691 |
+
msgstr "Éditez <code>%s</code> et ajoutez-y la ligne suivante: <br /> <code>define('WP_CACHE', true);</code><br />, sinon <strong>WP-Cache ne sera pas exécuté</strong> par le noyau WordPress."
|
1692 |
+
|
1693 |
+
#@ wp-super-cache
|
1694 |
+
#: wp-cache.php:1961
|
1695 |
+
msgid "List all cached files"
|
1696 |
+
msgstr "Liste de tous les fichiers mis en cache"
|
1697 |
+
|
1698 |
+
#@ wp-super-cache
|
1699 |
+
#: wp-cache.php:2451
|
1700 |
+
#, php-format
|
1701 |
+
msgid "[%s] Preload may have stalled."
|
1702 |
+
msgstr "[%s] Le préchargement peut avoir décroché."
|
1703 |
+
|
1704 |
+
#@ wp-super-cache
|
1705 |
+
#: wp-cache.php:2451
|
1706 |
+
#, php-format
|
1707 |
+
msgid ""
|
1708 |
+
"Preload has been restarted.\n"
|
1709 |
+
"%s"
|
1710 |
+
msgstr ""
|
1711 |
+
"Le préchargement a été redémarré.\n"
|
1712 |
+
"%s"
|
1713 |
+
|
languages/wp-super-cache-it_IT.mo
CHANGED
Binary file
|
languages/wp-super-cache-it_IT.po
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WP Super Cache in italiano\n"
|
8 |
-
"Report-Msgid-Bugs-To:
|
9 |
-
"POT-Creation-Date: 2010-
|
10 |
-
"PO-Revision-Date: 2010-
|
11 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
@@ -15,1106 +15,1530 @@ msgstr ""
|
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"X-Poedit-Language: Italian\n"
|
17 |
"X-Poedit-Country: ITALY\n"
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
msgstr "Non é stato trovato Bad Behaviour. Effettua una verifica."
|
22 |
-
|
23 |
-
#: plugins/badbehaviour.php:47
|
24 |
-
#: plugins/badbehaviour.php:65
|
25 |
-
#: plugins/searchengine.php:61
|
26 |
-
#: plugins/searchengine.php:76
|
27 |
-
#: wp-cache.php:742
|
28 |
-
msgid "Disable"
|
29 |
-
msgstr "Disattiva"
|
30 |
-
|
31 |
-
#: plugins/badbehaviour.php:55
|
32 |
-
#: plugins/searchengine.php:67
|
33 |
-
msgid "disabled"
|
34 |
-
msgstr "disattivato"
|
35 |
-
|
36 |
-
#: plugins/badbehaviour.php:57
|
37 |
-
#: plugins/searchengine.php:69
|
38 |
-
#: wp-cache.php:1085
|
39 |
-
msgid "enabled"
|
40 |
-
msgstr "attivato"
|
41 |
-
|
42 |
-
#: plugins/badbehaviour.php:60
|
43 |
-
#, php-format
|
44 |
-
msgid "Bad Behaviour support is %s."
|
45 |
-
msgstr "Supporto Bad Behaviour disponibile %s."
|
46 |
-
|
47 |
-
#: plugins/badbehaviour.php:61
|
48 |
-
#, php-format
|
49 |
-
msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
50 |
-
msgstr "(utilizzare la sola cache parziale, non attivare la compressione ed installare <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> sotto \"%s/plugins/bad-behavior/\") "
|
51 |
-
|
52 |
-
#: plugins/badbehaviour.php:63
|
53 |
-
#: plugins/searchengine.php:74
|
54 |
-
#: wp-cache.php:742
|
55 |
-
msgid "Enable"
|
56 |
-
msgstr "Attiva"
|
57 |
-
|
58 |
-
#: plugins/badbehaviour.php:69
|
59 |
-
#: wp-cache.php:819
|
60 |
-
#: wp-cache.php:821
|
61 |
-
msgid "Warning!"
|
62 |
-
msgstr "Attenzione!"
|
63 |
-
|
64 |
-
#: plugins/searchengine.php:71
|
65 |
-
#, php-format
|
66 |
-
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
67 |
-
msgstr "Il plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> é %s."
|
68 |
-
|
69 |
-
#: plugins/searchengine.php:72
|
70 |
-
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
71 |
-
msgstr "(é necessario anche <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
72 |
|
73 |
#: wp-cache.php:87
|
74 |
#, php-format
|
75 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
76 |
msgstr "Crea %s /wp-cache-config.php da wp-super-cache/wp-cache-config-sample.php"
|
77 |
|
78 |
-
#: wp-cache.php:
|
79 |
-
msgid "WP Super Cache Manager"
|
80 |
-
msgstr "Gestione WP Super Cache"
|
81 |
-
|
82 |
-
#: wp-cache.php:172
|
83 |
msgid "Warning! PHP Safe Mode Enabled!"
|
84 |
msgstr "Attenzione! Il PHP Safe Mode é attivo!"
|
85 |
|
86 |
-
#: wp-cache.php:
|
87 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
88 |
msgstr "Attivando questo plugin potresti andare incontro ad alcuni problemi poiché il SAFE MODE é attivo."
|
89 |
|
90 |
-
#: wp-cache.php:
|
91 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
92 |
msgstr "Prima che sia possibile la lettura e la scrittura dei file, il tuo server richiede che venga effettuata una verifica circa il proprietario degli script PHP."
|
93 |
|
94 |
-
#: wp-cache.php:
|
95 |
#, php-format
|
96 |
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
|
97 |
msgstr "L'amministratore del sito ha la possibilità di cambiare il proprietario del gruppo che fa capo agli script di questo plugin facendo sì che esso coincida con l'utente web del server. Anche il proprietario del gruppo per la cartella %s/cache/ può essere cambiato. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>."
|
98 |
|
99 |
-
#: wp-cache.php:
|
100 |
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
|
101 |
msgstr "L'amministratore del sito ha la possibilità di disattivare questa funzione. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>. La disattivazione non potrà avvenire via file .htaccess. L'operazione dovrà essere effettuata nel file di configurazione php.ini."
|
102 |
|
103 |
-
#: wp-cache.php:
|
104 |
msgid "Permlink Structure Error"
|
105 |
msgstr "Errore struttura permalink"
|
106 |
|
107 |
-
#: wp-cache.php:
|
108 |
msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
|
109 |
msgstr "Affinché il plugin possa funzionare correttamente sarà necessario un url personalizzato oppure la struttura del permalink. Vai alla pagina per le opzioni dei <a href=\"options-permalink.php\">Permalink</a> per configurare i tuoi permalink."
|
110 |
|
111 |
-
#: wp-cache.php:
|
112 |
-
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
113 |
-
msgstr "La configurazione del file é stata modificata: alcuni valori potrebbero essere errati. Ricarica nuovamente la pagina dal menu delle \"Impostazioni\" per ripristinare."
|
114 |
-
|
115 |
-
#: wp-cache.php:200
|
116 |
-
msgid "Cannot continue... fix previous problems and retry."
|
117 |
-
msgstr "Non é possibile proseguire l'operazione. Correggi i problemi precedenti prima di riprovare."
|
118 |
-
|
119 |
-
#: wp-cache.php:216
|
120 |
#, php-format
|
121 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
122 |
msgstr "Attenzione! Il tuo hostname \"%s\" viene convertito in %s"
|
123 |
|
124 |
-
#: wp-cache.php:
|
125 |
#, php-format
|
126 |
msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
|
127 |
msgstr "Il tuo server ritiene che il tuo hostname venga convertito in %s. Alcuni servizi quali ad esempio la garbage collection fornita da questo plugin e la pubblicazione programmata dei post di WordPress potrebbero non funzionare correttamente."
|
128 |
|
129 |
-
#: wp-cache.php:
|
130 |
-
#: wp-cache.php:
|
131 |
#, php-format
|
132 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
133 |
msgstr "Leggi il punto numero 16 nella sezione <a href=\"%s\">Troubleshooting</a> del file readme.txt"
|
134 |
|
135 |
-
#: wp-cache.php:
|
136 |
msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
|
137 |
msgstr "WordPress non é in grado di trovare il file wp-cron.php. Questo script é necessario script per un corretto funzionamento della garbage collection fornita da questo plugin, per la pubblicazione programmata dei post di WordPress così come per tutte le altre attività di rilevante importanza."
|
138 |
|
139 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
140 |
msgid "Zlib Output Compression Enabled!"
|
141 |
msgstr "Compressione Zlib (output) attivata!"
|
142 |
|
143 |
-
#: wp-cache.php:
|
144 |
msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
|
145 |
msgstr "Il PHP sta comprimendo i dati inviati ai visitatori del tuo sito. E' preferibile disattivare questa opzione qualora il plugin comprimesse la cache per l'output al posto di comprimere più volte la stessa pagina.. Consultare la n.ro 21 della sezione Troubleshooting. Leggi questa <a href=\"http://php.net/manual/en/zlib.configuration.php\">pagina</a> per le istruzioni sul come modificare il tuo php.ini."
|
146 |
|
147 |
-
#: wp-cache.php:
|
148 |
msgid "Mod rewrite may not be installed!"
|
149 |
msgstr "Il Mod rewrite potrebbe non essere stato installato!"
|
150 |
|
151 |
-
#: wp-cache.php:
|
152 |
-
msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use
|
153 |
-
msgstr "Pare che il mod_rewrite non sia installato. Considera che questa affermazione potrebbe non essere attendibile al 100%, specialmente qualora non venisse utilizzato Apache. Verifica che sia stato caricato il modulo mod_rewrite. Il modulo sarà necessario per potere servire i file statici di Super Cache. Avrai comunque ancora la possibilità di poter utilizzare la modalità parziale."
|
154 |
|
155 |
-
#: wp-cache.php:
|
156 |
msgid "Read Only Mode. Configuration cannot be changed."
|
157 |
msgstr "Modalita di sola lettura. La configurazione non può essere modificata."
|
158 |
|
159 |
-
#: wp-cache.php:
|
160 |
-
msgid "Why your configuration may not be changed"
|
161 |
-
msgstr "Perché la tua configurazione non può essere modificata"
|
162 |
-
|
163 |
-
#: wp-cache.php:254
|
164 |
-
msgid "Why"
|
165 |
-
msgstr "Perché"
|
166 |
-
|
167 |
-
#: wp-cache.php:256
|
168 |
#, php-format
|
169 |
msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
|
170 |
msgstr "Il file di configurazione di WP Super Cache é <code>%s/wp-cache-config.php</code> e non può essere modificato. Affinché possa essere modicato, il file in questione deve essere scrivibile."
|
171 |
|
172 |
-
#: wp-cache.php:
|
173 |
msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine."
|
174 |
msgstr "Un modo semplice per compiere l'operazione é quello di modificare temporaneamente i permessi facendo uso del comando CHMOD oppure via il tuo client ftp. Assicurati che sia scrivibile affinché il tutto possa funzionare propriamente."
|
175 |
|
176 |
-
#: wp-cache.php:
|
177 |
msgid "Writeable:"
|
178 |
msgstr "Scrivibile:"
|
179 |
|
180 |
-
#: wp-cache.php:
|
181 |
msgid "Readonly:"
|
182 |
msgstr "Sola lettura:"
|
183 |
|
184 |
-
#: wp-cache.php:
|
185 |
#, php-format
|
186 |
msgid "Warning! %s is writeable!"
|
187 |
msgstr "Attenzione! %s é scrivibile!"
|
188 |
|
189 |
-
#: wp-cache.php:
|
190 |
#, php-format
|
191 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
192 |
msgstr "E' necessario modificare i permessi per %s per renderli maggiormente restrittivi. Utilizza per la correzione il tuo client ftp oppure il seguente comando:"
|
193 |
|
194 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
|
196 |
msgstr "<strong>Attenzione!</strong> hai provato ad attivare la compressione mentre la <code>zlib.output_compression</code> é attiva. Vai alla n.ro 21 della sezione Troubleshooting presente nel file readme."
|
197 |
|
198 |
-
#: wp-cache.php:
|
199 |
-
msgid "WP Super Cache
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#: wp-cache.php:
|
203 |
-
msgid "
|
204 |
-
msgstr "
|
205 |
|
206 |
-
#: wp-cache.php:
|
207 |
-
msgid "
|
208 |
-
msgstr "
|
209 |
|
210 |
-
#: wp-cache.php:
|
211 |
-
|
212 |
-
|
|
|
213 |
|
214 |
-
#: wp-cache.php:
|
215 |
-
msgid "
|
216 |
-
msgstr "
|
217 |
|
218 |
-
#: wp-cache.php:
|
219 |
-
msgid "
|
220 |
-
msgstr "
|
221 |
|
222 |
-
#: wp-cache.php:
|
223 |
-
|
224 |
-
|
|
|
225 |
|
226 |
-
#: wp-cache.php:
|
227 |
-
|
228 |
-
|
|
|
|
|
229 |
|
230 |
-
#: wp-cache.php:
|
231 |
-
|
232 |
-
|
|
|
233 |
|
234 |
-
#: wp-cache.php:
|
235 |
-
|
236 |
-
|
|
|
237 |
|
238 |
-
#: wp-cache.php:
|
239 |
-
msgid "
|
240 |
-
msgstr "
|
241 |
|
242 |
-
#: wp-cache.php:
|
243 |
-
|
244 |
-
|
|
|
|
|
245 |
|
246 |
-
#: wp-cache.php:
|
247 |
-
|
248 |
-
|
|
|
249 |
|
250 |
-
#: wp-cache.php:
|
251 |
#, php-format
|
252 |
-
msgid "
|
253 |
-
msgstr "
|
254 |
|
255 |
-
#: wp-cache.php:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#: wp-cache.php:
|
260 |
-
msgid "
|
261 |
-
msgstr "
|
262 |
|
263 |
-
#: wp-cache.php:
|
264 |
-
msgid "
|
265 |
-
msgstr "
|
266 |
|
267 |
-
#: wp-cache.php:
|
268 |
-
msgid "
|
269 |
-
msgstr "
|
270 |
|
271 |
-
#: wp-cache.php:
|
272 |
-
|
273 |
-
|
|
|
274 |
|
275 |
-
#: wp-cache.php:
|
276 |
-
msgid "
|
277 |
-
msgstr "Il
|
278 |
|
279 |
-
#: wp-cache.php:
|
280 |
-
msgid "
|
281 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
|
283 |
-
#: wp-cache.php:
|
284 |
#, php-format
|
285 |
-
msgid "
|
286 |
-
msgstr "
|
287 |
|
288 |
-
#: wp-cache.php:
|
289 |
-
msgid "
|
290 |
-
msgstr "
|
291 |
|
292 |
-
#: wp-cache.php:
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
|
296 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
297 |
#, php-format
|
298 |
-
msgid "
|
299 |
-
msgstr "
|
|
|
|
|
|
|
|
|
300 |
|
301 |
-
#: wp-cache.php:
|
302 |
#, php-format
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
|
306 |
-
#: wp-cache.php:
|
307 |
msgid "Use object cache to store cached files."
|
308 |
msgstr "Utilizza l'oggetto cache per conservare i file in cache."
|
309 |
|
310 |
-
#: wp-cache.php:
|
311 |
msgid "(Experimental)"
|
312 |
msgstr "(Sperimentale)"
|
313 |
|
314 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
#, php-format
|
316 |
msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
|
317 |
msgstr "Serve aiuto? Leggi il file <a href=\"%1$s\">Super Cache readme</a>. In esso sono contenute le info sulla installazione, le FAQ e numerosi suggerimenti. Puoi anche utilizzare il <a href=\"%2$s\">forum di supporto</a>: qui potresti trovare una risposta alle tue domande."
|
318 |
|
319 |
-
#: wp-cache.php:
|
|
|
320 |
msgid "Update Status"
|
321 |
msgstr "Aggiorna lo stato"
|
322 |
|
323 |
-
#: wp-cache.php:
|
324 |
-
msgid "
|
325 |
-
msgstr "
|
326 |
|
327 |
-
#: wp-cache.php:
|
328 |
-
msgid "
|
329 |
-
msgstr "
|
330 |
|
331 |
-
#: wp-cache.php:
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
-
#: wp-cache.php:
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
-
#: wp-cache.php:
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
-
#: wp-cache.php:
|
344 |
msgid "Make WordPress Faster"
|
345 |
msgstr "Rendi più veloce WordPress"
|
346 |
|
347 |
-
#: wp-cache.php:
|
348 |
-
#, php-format
|
349 |
-
msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
|
350 |
-
msgstr "%1$s rende veramente più veloce il tuo blog. Rendilo più rapido<sup>*</sup> offrendomi una <a href=\"%2$s\">Amazon gift card</a>! Partecipa a \"%3$s\" con un qualsiasi importo tu desideri offrire. Ogni centesimo é di aiuto!"
|
351 |
-
|
352 |
-
#: wp-cache.php:449
|
353 |
-
#, php-format
|
354 |
-
msgid "If Amazon isn’t your thing, there’s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
|
355 |
-
msgstr "Non ti piacesse Amazon, utilizza PayPal. Clicca sul pulsante \"Donazione\" qui sotto oppure fai un salto alla mia <a href=\"%s\">wishlist</a>."
|
356 |
-
|
357 |
-
#: wp-cache.php:450
|
358 |
-
msgid "Thanks in advance!"
|
359 |
-
msgstr "Un grazie anticipato!"
|
360 |
-
|
361 |
-
#: wp-cache.php:451
|
362 |
-
msgid "Ok, it won’t go any faster but you’ll make this plugin author very happy!"
|
363 |
-
msgstr "Ok, considera che sebbene il tuo sito non sarà più veloce avrai almeno reso più felice l'autore di questo plugin!"
|
364 |
-
|
365 |
-
#: wp-cache.php:459
|
366 |
-
msgid "Don’t show me this again."
|
367 |
-
msgstr "Non mostrarmelo più."
|
368 |
-
|
369 |
-
#: wp-cache.php:459
|
370 |
-
msgid "Hide"
|
371 |
-
msgstr "Nascondi"
|
372 |
-
|
373 |
-
#: wp-cache.php:462
|
374 |
#, php-format
|
375 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
376 |
msgstr "Il plugin %1$s viene aggiornato e sviluppato da %2$s grazie anche al contributo di molte altre persone."
|
377 |
|
378 |
-
#: wp-cache.php:
|
379 |
#, php-format
|
380 |
-
msgid "He blogs at %1$s
|
381 |
-
msgstr "
|
382 |
|
383 |
-
#: wp-cache.php:
|
384 |
#, php-format
|
385 |
msgid "Please say hi to him on %s too!"
|
386 |
msgstr "Mandagli un saluto su %s!"
|
387 |
|
388 |
-
#: wp-cache.php:
|
389 |
#, php-format
|
390 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
391 |
msgstr "Pagine in cache da %1$s : <strong>%2$s</strong>"
|
392 |
|
393 |
-
#: wp-cache.php:
|
394 |
msgid "Newest Cached Pages:"
|
395 |
msgstr "Pagine recenti nella cache:"
|
396 |
|
397 |
-
#: wp-cache.php:
|
398 |
#, php-format
|
399 |
msgid "Cached %s seconds ago"
|
400 |
msgstr "Cache effettuata %s secondi fa"
|
401 |
|
402 |
-
#: wp-cache.php:
|
403 |
msgid "(may not always be accurate on busy sites)"
|
404 |
msgstr "(il dato potrebbe essere non sempre accurato per quei siti ad alto traffico)"
|
405 |
|
406 |
-
#: wp-cache.php:
|
407 |
-
msgid "
|
408 |
-
msgstr "
|
409 |
|
410 |
-
#: wp-cache.php:
|
411 |
-
msgid "
|
412 |
-
msgstr "
|
413 |
|
414 |
-
#: wp-cache.php:
|
415 |
-
|
416 |
-
|
417 |
-
msgstr "Compressione Super Cache"
|
418 |
|
419 |
-
#: wp-cache.php:
|
420 |
-
msgid "
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: wp-cache.php:
|
424 |
-
|
425 |
-
|
426 |
-
msgstr "Attivato"
|
427 |
|
428 |
-
#: wp-cache.php:
|
429 |
-
|
430 |
-
|
431 |
-
msgstr "Disattivato"
|
432 |
-
|
433 |
-
#: wp-cache.php:553
|
434 |
-
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
|
435 |
-
msgstr "La compressione é disattivata come predefinita poiché alcuni host riscontrano dei problemi con i file compressi. La commutazione attivo/non attivo svuoterà la cache."
|
436 |
|
437 |
-
#: wp-cache.php:
|
438 |
-
msgid "
|
439 |
-
msgstr "
|
440 |
|
441 |
-
#: wp-cache.php:
|
442 |
-
|
443 |
-
|
|
|
444 |
|
445 |
-
#: wp-cache.php:
|
446 |
-
|
447 |
-
|
|
|
448 |
|
449 |
-
#: wp-cache.php:
|
450 |
msgid "Mod Rewrite Rules"
|
451 |
msgstr "Regole Mod Rewrite"
|
452 |
|
453 |
-
#: wp-cache.php:
|
454 |
msgid "WordPress MU Detected"
|
455 |
msgstr "E' stata rilevata una installazione WordPress MU"
|
456 |
|
457 |
-
#: wp-cache.php:
|
458 |
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
459 |
msgstr "Sfortunatamente, le rewrite rule non possono essere aggiornate in automatico quando WordPress MU é in funzione. Apri il tuo file .htaccess ed aggiungi le seguenti regole mod_rewrite in cima ad ogni altra regola presente nel file."
|
460 |
|
461 |
-
#: wp-cache.php:
|
462 |
msgid "Mod Rewrite rules cannot be updated!"
|
463 |
msgstr "Le regole Mod Rewrite non possono essere aggiornate!"
|
464 |
|
465 |
-
#: wp-cache.php:
|
466 |
#, php-format
|
467 |
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
468 |
msgstr "Affinché l'aggiornamento automatico possa funzionare, sono necessari i marcatori <strong>BEGIN</strong> ed <strong>END</strong> nel file %s.htaccess. Sono simili a questa ed avvolgono le principali regole mod_rewrite di WordPress:"
|
469 |
|
470 |
-
#: wp-cache.php:
|
471 |
msgid "Refresh this page when you have updated your .htaccess file."
|
472 |
msgstr "Ricarica questa pagina una volta aggiornato il file .htaccess."
|
473 |
|
474 |
-
#: wp-cache.php:
|
475 |
msgid "Thank you for upgrading."
|
476 |
msgstr "Grazie per avere effettuato l'aggiornamento."
|
477 |
|
478 |
-
#: wp-cache.php:
|
479 |
#, php-format
|
480 |
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
481 |
msgstr "Le regole mod_rewrite sono cambiate dalla tua ultima installazione di questo plugin. E' necessario che tu rimuova le regole supercache precedenti prima che le nuove siano aggiornate. Ricarica questa pagina una volta che avrai modificato il tuo file .htaccess. Qualora desiderassi effettuare un aggiornamento manuale, modifica la seguente linea: %1$s rendendola simile a questa: %2$s Le sole modifiche sono \"HTTP_COOKIE\" che diventa \"HTTP:Cookie\" e \"wordpressuser\" che va sostituito con \"wordpress\". Questa é una modifica relativa a WordPress 2.5 comunque, la sua validità é estesa anche alle versioni precedenti (qualora avessi il coraggio di utilizzarle)."
|
482 |
|
483 |
-
#: wp-cache.php:
|
484 |
msgid "Trailing slash check required."
|
485 |
msgstr "E' necessaria una verifica sullo slash di chiusura."
|
486 |
|
487 |
-
#: wp-cache.php:
|
488 |
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
489 |
msgstr "Pare che il tuo URL termini con uno \"/\". Dal momento in cui hai installato questo plugin, é stato rilevato un bug che duplica il contenuto laddove l'URL non termina con uno \"/\"; di fatto, vengono proposti gli stessi contenuti di quelli con lo \"/\" e non viene altresì effettuato un reindirizzamento all'URL appropriato. Per la correzione, sarà necessario modificare il tuo file .htaccess aggiungendo queste due regole ai due gruppi di regole di Super Cache:"
|
490 |
|
491 |
-
#: wp-cache.php:
|
492 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
493 |
msgstr "Puoi vedere dove posizionare ed esaminare nella loro completezza le regole cliccando il link qui sotto a nome \"Visualizza le regole Mod_Rewrite\"."
|
494 |
|
495 |
-
#: wp-cache.php:
|
496 |
-
msgid "Cannot update .htaccess"
|
497 |
-
msgstr "Non é possibile aggiornare il file .htaccess"
|
498 |
-
|
499 |
-
#: wp-cache.php:641
|
500 |
-
#, php-format
|
501 |
-
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
502 |
-
msgstr "Il file <code>%s.htaccess</code> non può essere modificato. Correggi utilizzando il comando chmod oppure il tuo client ftp."
|
503 |
-
|
504 |
-
#: wp-cache.php:641
|
505 |
-
msgid "Refresh this page when the file permissions have been modified."
|
506 |
-
msgstr "Ricarica questa pagina una volta che i permessi per il file sono stati modificati."
|
507 |
-
|
508 |
-
#: wp-cache.php:641
|
509 |
-
#, php-format
|
510 |
-
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
511 |
-
msgstr "Come alternativa, puoi modificare manualmente il file <code>%s.htaccess</code> aggiungendo il seguente codice (prima di ogni regola WordPress):"
|
512 |
-
|
513 |
-
#: wp-cache.php:644
|
514 |
-
#, php-format
|
515 |
-
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
516 |
-
msgstr "Affinché il tuo server possa fornire dei file html statici é necessario che le regole mod_rewrite vengano aggiunte al file <code>%s.htaccess</code>"
|
517 |
-
|
518 |
-
#: wp-cache.php:646
|
519 |
-
msgid "You must edit the file yourself add the following rules."
|
520 |
-
msgstr "E' necessario che tu modifichi il file aggiungendo le seguenti regole."
|
521 |
-
|
522 |
-
#: wp-cache.php:648
|
523 |
-
msgid "You can edit the file yourself add the following rules."
|
524 |
-
msgstr "Puoi modificare tu stesso il file aggiungendo le seguenti regole."
|
525 |
-
|
526 |
-
#: wp-cache.php:650
|
527 |
-
msgid " Make sure they appear before any existing WordPress rules. "
|
528 |
-
msgstr " Accertati che appaiano prima di ogni regola WordPress già presente. "
|
529 |
-
|
530 |
-
#: wp-cache.php:652
|
531 |
-
#: wp-cache.php:679
|
532 |
-
#, php-format
|
533 |
-
msgid "Rules must be added to %s too:"
|
534 |
-
msgstr "Le regole devono essere aggiunte anche a %s:"
|
535 |
-
|
536 |
-
#: wp-cache.php:657
|
537 |
-
msgid "Update Mod_Rewrite Rules"
|
538 |
-
msgstr "Aggiorna le regole Mod_Rewrite"
|
539 |
-
|
540 |
-
#: wp-cache.php:666
|
541 |
msgid "Mod Rewrite rules updated!"
|
542 |
msgstr "Le regole Mod Rewrite sono state aggiornate!"
|
543 |
|
544 |
-
#: wp-cache.php:
|
545 |
#, php-format
|
546 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
547 |
msgstr "Il file %s.htaccess é stato aggiornato con l'inserimento delle regole mod_rewrite necessarie. Verifica la loro correttezza. Ecco come dovrebbero essere:"
|
548 |
|
549 |
-
#: wp-cache.php:
|
550 |
msgid "Mod Rewrite rules must be updated!"
|
551 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
552 |
|
553 |
-
#: wp-cache.php:
|
554 |
#, php-format
|
555 |
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
556 |
msgstr "Il tuo file %s.htaccess non é scrivibile e deve essere aggiornato con le regole mod_rewrite necessarie. Le nuove regole andranno inserite al di sopra di quelle regolari di WordPress così come nel codice qui sotto:"
|
557 |
|
558 |
-
#: wp-cache.php:
|
559 |
#, php-format
|
560 |
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
561 |
msgstr "Sono state rilevate le regole mod rewrite di WP Super Cache nel tuo file %s.htaccess.<br /> Clicca il seguente link per vedere le linee aggiunte a quel file. Nel caso in cui avessi aggiornato il plugin assicurati che esse coincidano."
|
562 |
|
563 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
564 |
msgid "View Mod_Rewrite Rules"
|
565 |
msgstr "Visualizza le regole Mod_Rewrite"
|
566 |
|
567 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
568 |
#, php-format
|
569 |
msgid "Gzip encoding rules in %s.htaccess created."
|
570 |
msgstr "Sono state create nel file %s.htaccess le regole per la codifica Gzip."
|
571 |
|
572 |
-
#: wp-cache.php:
|
573 |
msgid "Fix Configuration"
|
574 |
msgstr "Correggi la configurazione"
|
575 |
|
576 |
-
#: wp-cache.php:
|
577 |
msgid "Restore Default Configuration"
|
578 |
msgstr "Ripristina la configurazione predefinita"
|
579 |
|
580 |
-
#: wp-cache.php:
|
581 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
582 |
msgstr "Moderazione dei commenti attiva. Il tuo commento non apparirà immediatamente."
|
583 |
|
584 |
-
#: wp-cache.php:
|
585 |
msgid "Lock Down:"
|
586 |
msgstr "Blocco di protezione:"
|
587 |
|
588 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
589 |
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
590 |
msgstr "Proteggi il tuo server da un inatteso picco di traffico attivando il blocco. Quando il blocco é attivo, i nuovi commenti non ricaricheranno i file statici nella cache."
|
591 |
|
592 |
-
#: wp-cache.php:
|
593 |
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
594 |
msgstr "Sviluppatori: é possibile rendere compatibile il plugin con il blocco di protezione grazie alla costante \"WPLOCKDOWN\". Il seguente codice farà sì che il plugin sia in grado di sopperire alle impostazioni WPLOCKDOWN."
|
595 |
|
596 |
-
#: wp-cache.php:
|
597 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
598 |
msgstr "Il mio blog ha attivato un blocco di protezione. Gli aggiornamenti appariranno a breve"
|
599 |
|
600 |
-
#: wp-cache.php:
|
601 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
602 |
msgstr "WordPress ha un blocco di protezione. Quando verranno effettuati dei nuovi commenti, i file statici di Super Cache non saranno cancellati."
|
603 |
|
604 |
-
#: wp-cache.php:
|
605 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
606 |
msgstr "WordPress ha un blocco di protezione. I nuovi commenti rigenereranno come al solito i file statici di Super Cache."
|
607 |
|
608 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
msgid "Lock Down"
|
610 |
msgstr "Blocco di protezione"
|
611 |
|
612 |
-
#: wp-cache.php:
|
613 |
msgid "Directly Cached Files"
|
614 |
msgstr "File cache diretta"
|
615 |
|
616 |
-
#: wp-cache.php:
|
617 |
#, php-format
|
618 |
msgid "%s removed!"
|
619 |
msgstr "%s rimosso!"
|
620 |
|
621 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
#, php-format
|
623 |
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
624 |
msgstr "E' necessario rendere scrivibile %s affinché questa opzione possa essere attivata. Per ragioni di sicurezza, rendi di sola lettura una volta che la pagina é stata generata."
|
625 |
|
626 |
-
#: wp-cache.php:
|
627 |
#, php-format
|
628 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
629 |
msgstr "%s é scrivibile. Assicurati che essa sia di sola lettura una volta che la pagina verrà generata (limita i problemi di sicurezza)."
|
630 |
|
631 |
-
#: wp-cache.php:
|
632 |
msgid "Existing direct page"
|
633 |
msgstr "Pagina diretta esistente"
|
634 |
|
635 |
-
#: wp-cache.php:
|
636 |
msgid "Delete cached file"
|
637 |
msgstr "Cancella i file nella cache"
|
638 |
|
639 |
-
#: wp-cache.php:
|
640 |
msgid "Add direct page:"
|
641 |
msgstr "Aggiungi una pagina diretta:"
|
642 |
|
643 |
-
#: wp-cache.php:
|
644 |
#, php-format
|
645 |
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
646 |
msgstr "I file di cache diretta sono dei file creati direttamente sotto %s ossia laddove il tuo blog risiede. Questa opzione é particolarmente utile qualora ti aspettassi un alto livello di traffico proveniente da Digg o Slashdot verso un articolo/pagina."
|
647 |
|
648 |
-
#: wp-cache.php:
|
649 |
#, php-format
|
650 |
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
651 |
msgstr "Esempio: per la cache di <em>%1$sabout/</em>, sarà necessario che tu inserisca %1$sabout/ oppure /about/. Il file di cache verrà generato la prima volta che un utente anonimo visiterà quella pagina."
|
652 |
|
653 |
-
#: wp-cache.php:
|
654 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
655 |
msgstr "Svuota la casella di testo per rimuovere l'indirizzo dalla lista delle pagine dirette e cancellare dalla cache il file."
|
656 |
|
657 |
-
#: wp-cache.php:
|
658 |
msgid "Update Direct Pages"
|
659 |
msgstr "Aggiorna le pagine dirette"
|
660 |
|
661 |
-
#: wp-cache.php:
|
662 |
msgid "Expiry Time & Garbage Collection"
|
663 |
msgstr "Periodo scadenza e Garbage Collection"
|
664 |
|
665 |
-
#: wp-cache.php:
|
666 |
msgid "Expire time:"
|
667 |
msgstr "Periodo scadenza:"
|
668 |
|
669 |
-
#: wp-cache.php:
|
670 |
msgid "seconds"
|
671 |
msgstr "secondi"
|
672 |
|
673 |
-
#: wp-cache.php:
|
674 |
msgid "Garbage Collection"
|
675 |
msgstr "Garbage Collection"
|
676 |
|
677 |
-
#: wp-cache.php:
|
678 |
-
msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
679 |
msgstr "Qualora il periodo di scadenza fosse maggiore di 1800 secondi (mezz'ora), la garbage collection verrà effettuata ogni 10 minuti diversamente, l'operazione verrà effettuata 10 secondi dopo il periodo di scadenza indicato qui sopra."
|
680 |
|
681 |
-
#: wp-cache.php:
|
682 |
-
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day.
|
683 |
-
msgstr "La ricerca e la cancellazione dei file scaduti é particolarmente dispendiosa così come lo é il lasciarli lì scaduti. Qualora avessi un sito con un traffico rilevante, imposta il tempo di scadenza a <em>300 secondi</em>. Effettua eventualmente più prove con valori differenti e controlla in questa pagina (più volte durante l'arco della giornata) il totale dei file scaduti presenti. Il numero ottimale dovrebbe
|
684 |
|
685 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
686 |
msgid "Change Expiration"
|
687 |
msgstr "Modifica la scadenza"
|
688 |
|
689 |
-
#: wp-cache.php:
|
690 |
msgid "Rejected User Agents"
|
691 |
msgstr "User Agents "
|
692 |
|
693 |
-
#: wp-cache.php:
|
694 |
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
695 |
msgstr "Le stringhe presenti nella header HTTP degli ’User Agent’ che impediscono a WP-Cache di fornire i dati nella cache alle richieste da parte dei bot, degli spider e dei crawler. Nota che anche i file super cached saranno inviati a questi agent qualora esistessero."
|
696 |
|
697 |
-
#: wp-cache.php:
|
698 |
msgid "Save UA Strings"
|
699 |
msgstr "Salva le stringhe UA"
|
700 |
|
701 |
-
#: wp-cache.php:
|
702 |
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
703 |
msgstr "Non effettuare la cache per i tipi di pagine a seguire. Per maggiori informazioni, leggi la documentazione circa i <a href=\"http://codex.wordpress.org/Conditional_Tags\">tag condizionali</a>."
|
704 |
|
705 |
-
#: wp-cache.php:
|
706 |
msgid "Single Posts"
|
707 |
msgstr "Articoli singoli"
|
708 |
|
709 |
-
#: wp-cache.php:
|
710 |
msgid "Pages"
|
711 |
msgstr "Pagine"
|
712 |
|
713 |
-
#: wp-cache.php:
|
714 |
msgid "Front Page"
|
715 |
msgstr "Pagina principale"
|
716 |
|
717 |
-
#: wp-cache.php:
|
718 |
msgid "Home"
|
719 |
msgstr "Home"
|
720 |
|
721 |
-
#: wp-cache.php:
|
722 |
msgid "Archives"
|
723 |
msgstr "Archivi"
|
724 |
|
725 |
-
#: wp-cache.php:
|
726 |
msgid "Tags"
|
727 |
msgstr "Tag"
|
728 |
|
729 |
-
#: wp-cache.php:
|
730 |
msgid "Category"
|
731 |
msgstr "Categoria"
|
732 |
|
733 |
-
#: wp-cache.php:
|
734 |
msgid "Feeds"
|
735 |
msgstr "Feed"
|
736 |
|
737 |
-
#: wp-cache.php:
|
738 |
msgid "Search Pages"
|
739 |
msgstr "Pagine ricerca"
|
740 |
|
741 |
-
#: wp-cache.php:
|
742 |
-
#: wp-cache.php:
|
743 |
msgid "Save"
|
744 |
msgstr "Salva"
|
745 |
|
746 |
-
#: wp-cache.php:
|
747 |
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
748 |
msgstr "Aggiungi qui le stringhe (non il nome del file) per forzare il blocco della cache per quella data pagina. Ad esempio, se il tuo URL contenesse l'anno e tu non gradissi la cache per gli articoli pubblicati in quel dato periodo, sarà sufficiente specificare l'anno, ad es. ’/2004/’. WP-Cache effettuerà una ricerca in modo tale da verificare la presenza di quella stringa nell'URI quindi, la cache per quella pagina non verrà generata."
|
749 |
|
750 |
-
#: wp-cache.php:
|
751 |
msgid "Save Strings"
|
752 |
msgstr "Salva le stringhe"
|
753 |
|
754 |
-
#: wp-cache.php:
|
755 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
756 |
msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cache (anche in caso di corrispondenza con una delle stringhe specificate più sopra)."
|
757 |
|
758 |
-
#: wp-cache.php:
|
759 |
msgid "Save Files"
|
760 |
msgstr "Salva i file"
|
761 |
|
762 |
-
#: wp-cache.php:
|
763 |
-
msgid "Debug Settings"
|
764 |
-
msgstr "Impostazioni debug"
|
765 |
-
|
766 |
-
#: wp-cache.php:1070
|
767 |
msgid "Currently logging to: "
|
768 |
msgstr "Log attuale:"
|
769 |
|
770 |
-
#: wp-cache.php:
|
771 |
msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
|
772 |
msgstr "Correggi qui i problemi con il debugging del plugin. Potrai sceglie tra l'invio delle tue email di debug oppure consultare il registro contenuto in un file allocato nella cartella della cache."
|
773 |
|
774 |
-
#: wp-cache.php:
|
775 |
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
776 |
msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
|
777 |
|
778 |
-
#: wp-cache.php:
|
779 |
msgid "Debugging"
|
780 |
msgstr "Debugging"
|
781 |
|
782 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
783 |
msgid "Logging Type"
|
784 |
msgstr "Tipo di logging"
|
785 |
|
786 |
-
#: wp-cache.php:
|
787 |
msgid "Email"
|
788 |
msgstr "Email"
|
789 |
|
790 |
-
#: wp-cache.php:
|
791 |
msgid "file"
|
792 |
msgstr "file"
|
793 |
|
794 |
-
#: wp-cache.php:
|
795 |
msgid "IP Address"
|
796 |
msgstr "Indirizzo IP"
|
797 |
|
798 |
-
#: wp-cache.php:
|
799 |
#, php-format
|
800 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
801 |
msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
|
802 |
|
803 |
-
#: wp-cache.php:
|
804 |
msgid "Log level"
|
805 |
msgstr "Livello log"
|
806 |
|
807 |
-
#: wp-cache.php:
|
808 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
809 |
msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
|
810 |
|
811 |
-
#: wp-cache.php:
|
812 |
-
msgid "Advanced"
|
813 |
-
msgstr "Avanzato"
|
814 |
-
|
815 |
-
#: wp-cache.php:1098
|
816 |
msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
817 |
msgstr "In alcuni casi molto rari, é possibile che si verifichino in alcuni blog due problematiche:<ol><li> La front page potrebbe giungere come download di un file zip.</li><li> La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse <em>/%category%/%postname%/</em>.</li></ol>"
|
818 |
|
819 |
-
#: wp-cache.php:
|
820 |
#, php-format
|
821 |
msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem."
|
822 |
msgstr "Sono certo al 99% che non si tratta di bug in WP Super Cache e questo problema può accadere in casi veramente molto rari. Puoi attivare comunque un controllo ogni 5 minuti in modo tale che sia possibile monitorare il tuo sito. In caso di problemi, ti verrà inviata una email."
|
823 |
|
824 |
-
#: wp-cache.php:
|
825 |
msgid "Check front page every 5 minutes."
|
826 |
msgstr "Controlla la front page ogni 5 minuti."
|
827 |
|
828 |
-
#: wp-cache.php:
|
829 |
msgid "Front page text"
|
830 |
msgstr "Testo front page"
|
831 |
|
832 |
-
#: wp-cache.php:
|
833 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
834 |
msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
|
835 |
|
836 |
-
#: wp-cache.php:
|
837 |
msgid "Clear cache on error."
|
838 |
msgstr "Svuota la cache in caso di errore."
|
839 |
|
840 |
-
#: wp-cache.php:
|
841 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
842 |
msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
|
843 |
|
844 |
-
#: wp-cache.php:
|
845 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
846 |
msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
|
847 |
|
848 |
-
#: wp-cache.php:
|
849 |
-
#: wp-cache.php:
|
850 |
msgid "Warning"
|
851 |
msgstr "Attenzione"
|
852 |
|
853 |
-
#: wp-cache.php:
|
854 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
855 |
msgstr "La tua installazione di WordPress ha la compressione GZIP attiva: wp-cache non sarà disponibile sino a quando la compressione gzip non verrà disattivata."
|
856 |
|
857 |
-
#: wp-cache.php:
|
858 |
-
#: wp-cache.php:
|
859 |
-
#: wp-cache.php:
|
860 |
-
#: wp-cache.php:
|
861 |
-
#: wp-cache.php:
|
862 |
msgid "Error"
|
863 |
msgstr "Errore"
|
864 |
|
865 |
-
#: wp-cache.php:
|
866 |
#, php-format
|
867 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
868 |
msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
|
869 |
|
870 |
-
#: wp-cache.php:
|
871 |
#, php-format
|
872 |
msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
|
873 |
msgstr "La tua cartella per la cache (<strong>%1$s</strong>) oppure <strong>%2$s</strong> é necessario renderla scrivibile affinché il plugin possa funzionare. Verifica con attenzione."
|
874 |
|
875 |
-
#: wp-cache.php:
|
876 |
#, php-format
|
877 |
msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
|
878 |
msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
|
879 |
|
880 |
-
#: wp-cache.php:
|
881 |
#, php-format
|
882 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
883 |
msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
|
884 |
|
885 |
-
#: wp-cache.php:
|
886 |
#, php-format
|
887 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
888 |
msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
|
889 |
|
890 |
-
#: wp-cache.php:
|
891 |
#, php-format
|
892 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
893 |
msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
|
894 |
|
895 |
-
#: wp-cache.php:
|
896 |
msgid "1. If it already exists please delete the file first."
|
897 |
msgstr "1. Nel caso fosse già esistente, cancellalo."
|
898 |
|
899 |
-
#: wp-cache.php:
|
900 |
#, php-format
|
901 |
msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
902 |
msgstr "2. Rendi il file %1$s scrivibile utilizzando il comando chmod via ftp oppure grazie al software del server. (<em>chmod 777 %1$s</em>) e ricarica questa pagina. Questa é una misura temporanea: ad operazione compiuta, rendi il file di sola lettura. (modificando da 777 a 755 il comando precedente)"
|
903 |
|
904 |
-
#: wp-cache.php:
|
905 |
#, php-format
|
906 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
907 |
msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
|
908 |
|
909 |
-
#: wp-cache.php:
|
910 |
#, php-format
|
911 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
912 |
msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
|
913 |
|
914 |
-
#: wp-cache.php:
|
915 |
#, php-format
|
916 |
msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
|
917 |
msgstr "<li>1. Apri <em>%1$s$wp_cache_file</em> con un editor di testo.</li><li>2. Modifica il testo da <em>CACHEHOME</em> a <em>%2$s</em></li><li>3. Salva il file e copialo in <em>%3$s</em> quindi, ricarica questa pagina.</li>"
|
918 |
|
919 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
920 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
921 |
msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
|
922 |
|
923 |
-
#: wp-cache.php:
|
924 |
#, php-format
|
925 |
msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
|
926 |
msgstr "Modifica <code>%s</code> aggiungendo la seguente linea:<br /> <code>define('WP_CACHE', true);</code><br />Diversamente, <strong>WP-Cache non verrà eseguito</strong> dal core di Wordpress."
|
927 |
|
928 |
-
#: wp-cache.php:
|
929 |
msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
|
930 |
msgstr "<h3>La costante WP_CACHE é stata aggiunta al file wp-config.php</h3><p>Nel caso in cui continuassi a visualizzare questo messaggio consulta il punto 5 delle <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La riga WP_CACHE deve essere spostata."
|
931 |
|
932 |
-
#: wp-cache.php:
|
933 |
msgid "Cache Contents"
|
934 |
msgstr "Contenuti cache"
|
935 |
|
936 |
-
#: wp-cache.php:
|
937 |
msgid "Object cache in use. No cache listing available."
|
938 |
msgstr "Oggetto cache in uso. Nessun elenco cache disponibile."
|
939 |
|
940 |
-
#: wp-cache.php:
|
941 |
#, php-format
|
942 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
943 |
msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
|
944 |
|
945 |
-
#: wp-cache.php:
|
946 |
#, php-format
|
947 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
948 |
msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
|
949 |
|
950 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
951 |
msgid "WP-Cache"
|
952 |
msgstr "WP-Cache"
|
953 |
|
954 |
-
#: wp-cache.php:
|
955 |
-
#: wp-cache.php:
|
956 |
#, php-format
|
957 |
msgid "%s Cached Pages"
|
958 |
msgstr "%s pagine nella cache"
|
959 |
|
960 |
-
#: wp-cache.php:
|
961 |
-
#: wp-cache.php:
|
962 |
#, php-format
|
963 |
msgid "%s Expired Pages"
|
964 |
msgstr "%s pagine scadute"
|
965 |
|
966 |
-
#: wp-cache.php:
|
967 |
msgid "WP-Super-Cache"
|
968 |
msgstr "WP-Super-Cache"
|
969 |
|
970 |
-
#: wp-cache.php:
|
971 |
msgid "Fresh WP-Cached Files"
|
972 |
msgstr "Aggiorna file WP-Cached"
|
973 |
|
974 |
-
#: wp-cache.php:
|
975 |
-
#: wp-cache.php:
|
976 |
-
#: wp-cache.php:
|
977 |
-
#: wp-cache.php:
|
978 |
msgid "URI"
|
979 |
msgstr "URI"
|
980 |
|
981 |
-
#: wp-cache.php:
|
982 |
-
#: wp-cache.php:
|
983 |
msgid "Key"
|
984 |
msgstr "Chiave"
|
985 |
|
986 |
-
#: wp-cache.php:
|
987 |
-
#: wp-cache.php:
|
988 |
-
#: wp-cache.php:
|
989 |
-
#: wp-cache.php:
|
990 |
msgid "Age"
|
991 |
msgstr "Età"
|
992 |
|
993 |
-
#: wp-cache.php:
|
994 |
-
#: wp-cache.php:
|
995 |
-
#: wp-cache.php:
|
996 |
-
#: wp-cache.php:
|
997 |
msgid "Delete"
|
998 |
msgstr "Cancella"
|
999 |
|
1000 |
-
#: wp-cache.php:
|
1001 |
msgid "Stale WP-Cached Files"
|
1002 |
msgstr "Ordina i file WP-Cached"
|
1003 |
|
1004 |
-
#: wp-cache.php:
|
1005 |
msgid "Fresh Super Cached Files"
|
1006 |
msgstr "Aggiorna file Super Cached"
|
1007 |
|
1008 |
-
#: wp-cache.php:
|
1009 |
msgid "Stale Super Cached Files"
|
1010 |
msgstr "Scadenza file Super Cached"
|
1011 |
|
1012 |
-
#: wp-cache.php:
|
1013 |
msgid "Hide file list"
|
1014 |
msgstr "Nascondi la lista dei file"
|
1015 |
|
1016 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
1017 |
msgid "List all cached files"
|
1018 |
msgstr "Lista di tutti i file presenti nella cache"
|
1019 |
|
1020 |
-
#: wp-cache.php:
|
1021 |
#, php-format
|
1022 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1023 |
msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
|
1024 |
|
1025 |
-
#: wp-cache.php:
|
1026 |
#, php-format
|
1027 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1028 |
msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
|
1029 |
|
1030 |
-
#: wp-cache.php:
|
1031 |
#, php-format
|
1032 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1033 |
msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
|
1034 |
|
1035 |
-
#: wp-cache.php:
|
1036 |
msgid "Delete Expired"
|
1037 |
msgstr "Cancella la cache scaduta"
|
1038 |
|
1039 |
-
#: wp-cache.php:
|
1040 |
-
#: wp-cache.php:
|
1041 |
-
#: wp-cache.php:
|
1042 |
msgid "Delete Cache"
|
1043 |
msgstr "Cancella la cache"
|
1044 |
|
1045 |
-
#: wp-cache.php:
|
1046 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1047 |
msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
|
1048 |
|
1049 |
-
#: wp-cache.php:
|
1050 |
#, php-format
|
1051 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1052 |
msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
|
1053 |
|
1054 |
-
#: wp-cache.php:
|
1055 |
#, php-format
|
1056 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1057 |
msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
|
1058 |
|
1059 |
-
#: wp-cache.php:
|
1060 |
msgid "Settings"
|
1061 |
msgstr "Impostazioni"
|
1062 |
|
1063 |
-
#: wp-cache.php:
|
1064 |
#, php-format
|
1065 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1066 |
msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
|
1067 |
|
1068 |
-
#: wp-cache.php:
|
1069 |
#, php-format
|
1070 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1071 |
msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
|
1072 |
|
1073 |
-
#: wp-cache.php:
|
1074 |
#, php-format
|
1075 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1076 |
msgstr "Visita %s per svuotare la cache!"
|
1077 |
|
1078 |
-
#: wp-cache.php:
|
1079 |
#, php-format
|
1080 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1081 |
msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
|
1082 |
|
1083 |
-
#: wp-cache.php:
|
1084 |
#, php-format
|
1085 |
msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
|
1086 |
msgstr "La cache del blog é stata svuotata perché la front page del tuo sito é sotto downloading. Visita %1$s per controllare se la cache sia stata svuotata."
|
1087 |
|
1088 |
-
#: wp-cache.php:
|
1089 |
#, php-format
|
1090 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1091 |
msgstr "[%s] La front page non é corretta! Svuota la cache!"
|
1092 |
|
1093 |
-
#: wp-cache.php:
|
1094 |
#, php-format
|
1095 |
msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
|
1096 |
msgstr "Visita %1$s per svuotare la cache nel caso in cui la front page del tuo sito non fosse corretta e mancasse del testo, \"%2$s\"!"
|
1097 |
|
1098 |
-
#: wp-cache.php:
|
1099 |
#, php-format
|
1100 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1101 |
msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
|
1102 |
|
1103 |
-
#: wp-cache.php:
|
1104 |
#, php-format
|
1105 |
msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
|
1106 |
msgstr "La cache del blog é stata svuotata perché manca il testo \"%2$s\" nella front page del tuo sito. Visita %1$s per controllare se la cache sia stata svuotata."
|
1107 |
|
1108 |
-
#: wp-cache.php:
|
1109 |
#, php-format
|
1110 |
msgid "[%s] Front page check!"
|
1111 |
msgstr "[%s] Controllo Front page!"
|
1112 |
|
1113 |
-
#: wp-cache.php:
|
1114 |
#, php-format
|
1115 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1116 |
msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
|
1117 |
|
1118 |
-
|
1119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: WP Super Cache in italiano\n"
|
8 |
+
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2010-09-25 21:45+0100\n"
|
10 |
+
"PO-Revision-Date: 2010-09-25 21:47+0100\n"
|
11 |
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"X-Poedit-Language: Italian\n"
|
17 |
"X-Poedit-Country: ITALY\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
19 |
+
"X-Poedit-Basepath: ..\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
#: wp-cache.php:87
|
23 |
#, php-format
|
24 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
25 |
msgstr "Crea %s /wp-cache-config.php da wp-super-cache/wp-cache-config-sample.php"
|
26 |
|
27 |
+
#: wp-cache.php:138
|
|
|
|
|
|
|
|
|
28 |
msgid "Warning! PHP Safe Mode Enabled!"
|
29 |
msgstr "Attenzione! Il PHP Safe Mode é attivo!"
|
30 |
|
31 |
+
#: wp-cache.php:139
|
32 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
33 |
msgstr "Attivando questo plugin potresti andare incontro ad alcuni problemi poiché il SAFE MODE é attivo."
|
34 |
|
35 |
+
#: wp-cache.php:143
|
36 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
37 |
msgstr "Prima che sia possibile la lettura e la scrittura dei file, il tuo server richiede che venga effettuata una verifica circa il proprietario degli script PHP."
|
38 |
|
39 |
+
#: wp-cache.php:144
|
40 |
#, php-format
|
41 |
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
|
42 |
msgstr "L'amministratore del sito ha la possibilità di cambiare il proprietario del gruppo che fa capo agli script di questo plugin facendo sì che esso coincida con l'utente web del server. Anche il proprietario del gruppo per la cartella %s/cache/ può essere cambiato. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>."
|
43 |
|
44 |
+
#: wp-cache.php:146
|
45 |
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
|
46 |
msgstr "L'amministratore del sito ha la possibilità di disattivare questa funzione. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>. La disattivazione non potrà avvenire via file .htaccess. L'operazione dovrà essere effettuata nel file di configurazione php.ini."
|
47 |
|
48 |
+
#: wp-cache.php:152
|
49 |
msgid "Permlink Structure Error"
|
50 |
msgstr "Errore struttura permalink"
|
51 |
|
52 |
+
#: wp-cache.php:153
|
53 |
msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
|
54 |
msgstr "Affinché il plugin possa funzionare correttamente sarà necessario un url personalizzato oppure la struttura del permalink. Vai alla pagina per le opzioni dei <a href=\"options-permalink.php\">Permalink</a> per configurare i tuoi permalink."
|
55 |
|
56 |
+
#: wp-cache.php:165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
59 |
msgstr "Attenzione! Il tuo hostname \"%s\" viene convertito in %s"
|
60 |
|
61 |
+
#: wp-cache.php:166
|
62 |
#, php-format
|
63 |
msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
|
64 |
msgstr "Il tuo server ritiene che il tuo hostname venga convertito in %s. Alcuni servizi quali ad esempio la garbage collection fornita da questo plugin e la pubblicazione programmata dei post di WordPress potrebbero non funzionare correttamente."
|
65 |
|
66 |
+
#: wp-cache.php:167
|
67 |
+
#: wp-cache.php:181
|
68 |
#, php-format
|
69 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
70 |
msgstr "Leggi il punto numero 16 nella sezione <a href=\"%s\">Troubleshooting</a> del file readme.txt"
|
71 |
|
72 |
+
#: wp-cache.php:180
|
73 |
msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
|
74 |
msgstr "WordPress non é in grado di trovare il file wp-cron.php. Questo script é necessario script per un corretto funzionamento della garbage collection fornita da questo plugin, per la pubblicazione programmata dei post di WordPress così come per tutte le altre attività di rilevante importanza."
|
75 |
|
76 |
+
#: wp-cache.php:195
|
77 |
+
msgid "Cannot continue... fix previous problems and retry."
|
78 |
+
msgstr "Non é possibile proseguire l'operazione. Correggi i problemi precedenti prima di riprovare."
|
79 |
+
|
80 |
+
#: wp-cache.php:204
|
81 |
msgid "Zlib Output Compression Enabled!"
|
82 |
msgstr "Compressione Zlib (output) attivata!"
|
83 |
|
84 |
+
#: wp-cache.php:205
|
85 |
msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
|
86 |
msgstr "Il PHP sta comprimendo i dati inviati ai visitatori del tuo sito. E' preferibile disattivare questa opzione qualora il plugin comprimesse la cache per l'output al posto di comprimere più volte la stessa pagina.. Consultare la n.ro 21 della sezione Troubleshooting. Leggi questa <a href=\"http://php.net/manual/en/zlib.configuration.php\">pagina</a> per le istruzioni sul come modificare il tuo php.ini."
|
87 |
|
88 |
+
#: wp-cache.php:209
|
89 |
msgid "Mod rewrite may not be installed!"
|
90 |
msgstr "Il Mod rewrite potrebbe non essere stato installato!"
|
91 |
|
92 |
+
#: wp-cache.php:210
|
93 |
+
msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
|
94 |
+
msgstr "Pare che il mod_rewrite non sia installato. Considera che questa affermazione potrebbe non essere attendibile al 100%, specialmente qualora non venisse utilizzato Apache. Verifica che sia stato caricato il modulo mod_rewrite. Il modulo sarà necessario per potere servire i file statici di Super Cache. Avrai comunque ancora la possibilità di poter utilizzare la modalità parziale o PHP."
|
95 |
|
96 |
+
#: wp-cache.php:215
|
97 |
msgid "Read Only Mode. Configuration cannot be changed."
|
98 |
msgstr "Modalita di sola lettura. La configurazione non può essere modificata."
|
99 |
|
100 |
+
#: wp-cache.php:216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
#, php-format
|
102 |
msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
|
103 |
msgstr "Il file di configurazione di WP Super Cache é <code>%s/wp-cache-config.php</code> e non può essere modificato. Affinché possa essere modicato, il file in questione deve essere scrivibile."
|
104 |
|
105 |
+
#: wp-cache.php:217
|
106 |
msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine."
|
107 |
msgstr "Un modo semplice per compiere l'operazione é quello di modificare temporaneamente i permessi facendo uso del comando CHMOD oppure via il tuo client ftp. Assicurati che sia scrivibile affinché il tutto possa funzionare propriamente."
|
108 |
|
109 |
+
#: wp-cache.php:218
|
110 |
msgid "Writeable:"
|
111 |
msgstr "Scrivibile:"
|
112 |
|
113 |
+
#: wp-cache.php:219
|
114 |
msgid "Readonly:"
|
115 |
msgstr "Sola lettura:"
|
116 |
|
117 |
+
#: wp-cache.php:231
|
118 |
#, php-format
|
119 |
msgid "Warning! %s is writeable!"
|
120 |
msgstr "Attenzione! %s é scrivibile!"
|
121 |
|
122 |
+
#: wp-cache.php:232
|
123 |
#, php-format
|
124 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
125 |
msgstr "E' necessario modificare i permessi per %s per renderli maggiormente restrittivi. Utilizza per la correzione il tuo client ftp oppure il seguente comando:"
|
126 |
|
127 |
+
#: wp-cache.php:240
|
128 |
+
msgid "Mobile rewrite rules detected"
|
129 |
+
msgstr "Sono state rilevate le regole Mobile rewrite"
|
130 |
+
|
131 |
+
#: wp-cache.php:241
|
132 |
+
msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
|
133 |
+
msgstr "Per una migliore prestazione attivare il \"Supporto mobile device\" oppure cancellare le regole mobile rewrite presenti nel tuo file .htaccess. Cerca le 2 linee contenenti il testo \"2.0\\ MMP|240x320\" e cancellale."
|
134 |
+
|
135 |
+
#: wp-cache.php:241
|
136 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
137 |
+
msgstr "Questa operazione non avrà alcun effetto per gli utenti comuni mentre gli utenti via mobile non visualizzeranno le pagine nella cache."
|
138 |
+
|
139 |
+
#: wp-cache.php:247
|
140 |
+
#: wp-cache.php:258
|
141 |
+
msgid "Rewrite rules must be updated"
|
142 |
+
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
143 |
+
|
144 |
+
#: wp-cache.php:248
|
145 |
+
#: wp-cache.php:259
|
146 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
147 |
+
msgstr "Le regole di scrittura richieste da questo plugin sono state modificate oppure non sono presenti. "
|
148 |
+
|
149 |
+
#: wp-cache.php:249
|
150 |
+
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
|
151 |
+
msgstr "Il supporto mobile necessita della aggiunta di alcune regole extra nel tuo file .htaccess oppure che tu imposti il plugin nella modalità parziale. Qui puoi trovare le opzioni disponibili (in ordine di difficoltà):"
|
152 |
+
|
153 |
+
#: wp-cache.php:250
|
154 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
155 |
+
msgstr "Imposta il plugin nella modalità parziale ed attiva il supporto mobile."
|
156 |
+
|
157 |
+
#: wp-cache.php:251
|
158 |
+
#: wp-cache.php:260
|
159 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
160 |
+
msgstr "Vai al fondo della pagina delle impostazioni avanzate e clicca il pulsante <strong>Aggiorna le regole Mod_Rewrite</strong>."
|
161 |
+
|
162 |
+
#: wp-cache.php:252
|
163 |
+
#, php-format
|
164 |
+
msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
|
165 |
+
msgstr "Cancella le regole mod_rewrite del plugin in %s.htaccess presenti tra <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code> quindi, permetti al plugin di rigenerarle al momento della ricarica di questa pagina."
|
166 |
+
|
167 |
+
#: wp-cache.php:253
|
168 |
+
#, php-format
|
169 |
+
msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
170 |
+
msgstr "Aggiungi tu stesso le regole. Modifica il file %s.htaccess e trova il blocco del codice contenuto tra le linee <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code>. Troverai due sezioni particolarmente simili tra loro. Proprio sotto la linea <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> aggiungi queste linee: (per due volte, una per ogni sezione)"
|
171 |
+
|
172 |
+
#: wp-cache.php:266
|
173 |
+
msgid "Required to serve compressed supercache files properly."
|
174 |
+
msgstr "E' necessario fornire correttamente i file compressi supercache."
|
175 |
+
|
176 |
+
#: wp-cache.php:266
|
177 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
178 |
+
msgstr "E' necessario impostare le informazioni cache per le pagine supercache. In assenza di questo modulo, gli utenti che utilizzano IE7 visualizzeranno le pagine non aggiornate."
|
179 |
+
|
180 |
+
#: wp-cache.php:266
|
181 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
182 |
+
msgstr "Imposta la data di scadenza per le pagine supercached. Senza questo modulo, i visitatori potrebbero non visualizzare le nuove pagine sebbene venga ricaricata la pagina oppure inviare dei commenti."
|
183 |
+
|
184 |
+
#: wp-cache.php:273
|
185 |
+
msgid "Missing Apache Modules"
|
186 |
+
msgstr "Moduli Apache mancanti"
|
187 |
+
|
188 |
+
#: wp-cache.php:274
|
189 |
+
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
|
190 |
+
msgstr "Non sono presenti i seguenti moduli Apache. Senza di essi, il plugin funzionerà in modalità parziale. Qualora facessi uso della modalita Supercache attiva, i tuoi visitatori potrebbero visualizzare delle pagine non aggiornate e/o corrotte."
|
191 |
+
|
192 |
+
#: wp-cache.php:406
|
193 |
msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
|
194 |
msgstr "<strong>Attenzione!</strong> hai provato ad attivare la compressione mentre la <code>zlib.output_compression</code> é attiva. Vai alla n.ro 21 della sezione Troubleshooting presente nel file readme."
|
195 |
|
196 |
+
#: wp-cache.php:494
|
197 |
+
msgid "WP Super Cache Settings"
|
198 |
+
msgstr "Impostazioni WP Super Cache"
|
199 |
|
200 |
+
#: wp-cache.php:505
|
201 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
202 |
+
msgstr "Avviso: <em>Mod_rewrite o cache parziale attivi</em>. Le impostazioni avanzate sono la pagina di avvio predefinita."
|
203 |
|
204 |
+
#: wp-cache.php:516
|
205 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
206 |
+
msgstr "La configurazione del file é stata modificata: alcuni valori potrebbero essere errati. Ricarica nuovamente la pagina dal menu delle \"Impostazioni\" per ripristinare."
|
207 |
|
208 |
+
#: wp-cache.php:533
|
209 |
+
#: wp-cache.php:607
|
210 |
+
msgid "Caching must be enabled to use this feature"
|
211 |
+
msgstr "Attiva la cache per utilizzare questa funzione"
|
212 |
|
213 |
+
#: wp-cache.php:535
|
214 |
+
msgid "Cache Tester"
|
215 |
+
msgstr "Verifica cache"
|
216 |
|
217 |
+
#: wp-cache.php:536
|
218 |
+
msgid "Test your cached website by clicking the test button below."
|
219 |
+
msgstr "Verifica la cache del tuo sito cliccando sul pulsante qui sotto."
|
220 |
|
221 |
+
#: wp-cache.php:543
|
222 |
+
#, php-format
|
223 |
+
msgid "Fetching %s to prime cache: "
|
224 |
+
msgstr "Analisi %s cache di base: "
|
225 |
|
226 |
+
#: wp-cache.php:545
|
227 |
+
#: wp-cache.php:552
|
228 |
+
#: wp-cache.php:559
|
229 |
+
msgid "OK"
|
230 |
+
msgstr "OK"
|
231 |
|
232 |
+
#: wp-cache.php:550
|
233 |
+
#, php-format
|
234 |
+
msgid "Fetching first copy of %s: "
|
235 |
+
msgstr "Analisi prima copia di %s: "
|
236 |
|
237 |
+
#: wp-cache.php:557
|
238 |
+
#, php-format
|
239 |
+
msgid "Fetching second copy of %s: "
|
240 |
+
msgstr "Analisi seconda copia di %s: "
|
241 |
|
242 |
+
#: wp-cache.php:563
|
243 |
+
msgid "One or more page requests failed:"
|
244 |
+
msgstr "La richiesta di una o più pagine é fallita:"
|
245 |
|
246 |
+
#: wp-cache.php:582
|
247 |
+
#: wp-cache.php:583
|
248 |
+
#, php-format
|
249 |
+
msgid "Page %d: %d (%s)"
|
250 |
+
msgstr "Pagina %d: %d (%s)"
|
251 |
|
252 |
+
#: wp-cache.php:589
|
253 |
+
#, php-format
|
254 |
+
msgid "Page 1: %s"
|
255 |
+
msgstr "Pagina 1: %s"
|
256 |
|
257 |
+
#: wp-cache.php:590
|
258 |
#, php-format
|
259 |
+
msgid "Page 2: %s"
|
260 |
+
msgstr "Pagina 2: %s"
|
261 |
|
262 |
+
#: wp-cache.php:591
|
263 |
+
msgid "The timestamps on both pages match!"
|
264 |
+
msgstr "La timestamp (data) delle due pagine coincide!"
|
265 |
|
266 |
+
#: wp-cache.php:593
|
267 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
268 |
+
msgstr "Le pagine non coincidono! La timestamp differisce oppure non é presente!"
|
269 |
|
270 |
+
#: wp-cache.php:599
|
271 |
+
msgid "Send non-secure (non https) request for homepage"
|
272 |
+
msgstr "Invia una richiesta non crittografata (non https) per la homepage"
|
273 |
|
274 |
+
#: wp-cache.php:600
|
275 |
+
msgid "Test Cache"
|
276 |
+
msgstr "Test cache"
|
277 |
|
278 |
+
#: wp-cache.php:625
|
279 |
+
#: wp-cache.php:748
|
280 |
+
msgid "Cancel Cache Preload"
|
281 |
+
msgstr "Annulla pre-carica cache"
|
282 |
|
283 |
+
#: wp-cache.php:631
|
284 |
+
msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
|
285 |
+
msgstr "Il pre-caricamento programmato della cache é stato annullato. Nel caso in cui l'operazione fosse in corso, essa non verrà terminata sino al completamento delle 100 pagine in uso."
|
286 |
|
287 |
+
#: wp-cache.php:642
|
288 |
+
msgid "Scheduled preloading of cache cancelled."
|
289 |
+
msgstr "Il pre-caricamento programmato della cache é stato annullato."
|
290 |
+
|
291 |
+
#: wp-cache.php:668
|
292 |
+
#: wp-cache.php:746
|
293 |
+
msgid "Preload Cache Now"
|
294 |
+
msgstr "Pre-carica la cache adesso"
|
295 |
+
|
296 |
+
#: wp-cache.php:671
|
297 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
298 |
+
msgstr "Pre-caricamento programmato della cache tra 10 secondi."
|
299 |
|
300 |
+
#: wp-cache.php:675
|
301 |
#, php-format
|
302 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
303 |
+
msgstr "Pre-caricamento programmato della cache tra %d minuti"
|
304 |
|
305 |
+
#: wp-cache.php:679
|
306 |
+
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
|
307 |
+
msgstr "Questa operazione effettuerà la cache di ogni articolo e pagina pubblicati nel tuo sito. Verranno quindi creati dei file statici supercache in modo tale che i visitatori sconosciuti (bot compresi) visualizzeranno la pagina nella cache. Tutto questo potrebbe esserti utile per quanto concerne il ranking di Google nel caso in cui essi utilizzasero la velocità come metro di valutazione per il giudizio dei siti web."
|
308 |
|
309 |
+
#: wp-cache.php:680
|
310 |
+
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
|
311 |
+
msgstr "Il pre-caricamento crea comunque un gran numero di file. La cache verrà effettuata a partire dell'articolo più recente sino a giungere a quello più datato quindi, prendi in considerazione il fatto di effettuare la cache del più recente qualora avessi molti articoli (+ 10.000). Tutto ciò é particolarmente importante per gli hosting condivisi."
|
312 |
|
313 |
+
#: wp-cache.php:681
|
314 |
+
msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
|
315 |
+
msgstr "Nella ’Modalità precarica’ la garbage collection verrà svuotata per i soli utenti conosciuti, non per i file supercache precaricati. Preferisci questa configurazione se la cache fosse pre-caricata."
|
316 |
+
|
317 |
+
#: wp-cache.php:685
|
318 |
#, php-format
|
319 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
320 |
+
msgstr "Ricarica i file della cache pre-caricata ogni %s minuti. (0 per disattivare, minimo %d minuti.)"
|
321 |
+
|
322 |
+
#: wp-cache.php:698
|
323 |
+
msgid "all"
|
324 |
+
msgstr "tutto"
|
325 |
|
326 |
+
#: wp-cache.php:711
|
327 |
#, php-format
|
328 |
+
msgid "Preload %s posts."
|
329 |
+
msgstr "Pre-carica %s articoli."
|
330 |
+
|
331 |
+
#: wp-cache.php:718
|
332 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
333 |
+
msgstr "Modalità pre-carica (garbage collection solo per file cache parziale. Raccomandato.)"
|
334 |
+
|
335 |
+
#: wp-cache.php:721
|
336 |
+
msgid "Send me status emails when files are refreshed."
|
337 |
+
msgstr "Inviami una email di notifica alla ricarica dei file."
|
338 |
+
|
339 |
+
#: wp-cache.php:726
|
340 |
+
msgid "Many emails, 2 emails per 100 posts."
|
341 |
+
msgstr "Numerose email, 2 email ogni 100 articoli."
|
342 |
+
|
343 |
+
#: wp-cache.php:729
|
344 |
+
msgid "Medium, 1 email per 100 posts."
|
345 |
+
msgstr "Medio, 1 email ogni 100 articoli."
|
346 |
+
|
347 |
+
#: wp-cache.php:732
|
348 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
349 |
+
msgstr "Poche email, 1 all'avvio ed 1 al termine della operazione di precarica per tutti gli articoli."
|
350 |
+
|
351 |
+
#: wp-cache.php:743
|
352 |
+
#, php-format
|
353 |
+
msgid "Currently caching from post %d to %d."
|
354 |
+
msgstr "Cache in corso dal post %d a %d."
|
355 |
+
|
356 |
+
#: wp-cache.php:746
|
357 |
+
msgid "Update Settings"
|
358 |
+
msgstr "Aggiorna le impostazioni"
|
359 |
+
|
360 |
+
#: wp-cache.php:754
|
361 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
362 |
+
msgstr "La pre-carica della cache non é attiva. Disattiva la cache parziale oppure conferisci con l'amministratore del tuo host."
|
363 |
+
|
364 |
+
#: wp-cache.php:769
|
365 |
+
#: wp-cache.php:854
|
366 |
+
msgid "Caching"
|
367 |
+
msgstr "Cache"
|
368 |
+
|
369 |
+
#: wp-cache.php:773
|
370 |
+
msgid "Cache hits to this website for quick access."
|
371 |
+
msgstr "Cache hit di questo sito per accesso rapido."
|
372 |
+
|
373 |
+
#: wp-cache.php:773
|
374 |
+
#: wp-cache.php:774
|
375 |
+
#: wp-cache.php:788
|
376 |
+
#: wp-cache.php:791
|
377 |
+
#: wp-cache.php:792
|
378 |
+
#: wp-cache.php:857
|
379 |
+
msgid "Recommended"
|
380 |
+
msgstr "Raccomandato"
|
381 |
+
|
382 |
+
#: wp-cache.php:774
|
383 |
+
msgid "Use mod_rewrite to serve cache files."
|
384 |
+
msgstr "Utilizza mod_rewrite per servire i file in cache."
|
385 |
+
|
386 |
+
#: wp-cache.php:775
|
387 |
+
msgid "Use PHP to serve cache files."
|
388 |
+
msgstr "Utilizza PHP per servire i file in cache."
|
389 |
+
|
390 |
+
#: wp-cache.php:776
|
391 |
+
msgid "Legacy page caching."
|
392 |
+
msgstr "Pagina cache parziale."
|
393 |
+
|
394 |
+
#: wp-cache.php:777
|
395 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
|
396 |
+
msgstr "Il Mod_rewrite é il più veloce, il PHP é piuttosto veloce e semplice da fare funzionare mentre, nonstante la cache parziale sia la più lenta, essa é da ritenersi la più flessibile e semplice da fare funzionare. I nuovi utenti dovrebbero utilizzare la cache PHP."
|
397 |
+
|
398 |
+
#: wp-cache.php:783
|
399 |
+
msgid "Miscellaneous"
|
400 |
+
msgstr "Varie"
|
401 |
+
|
402 |
+
#: wp-cache.php:788
|
403 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
404 |
+
msgstr "Compressione delle pagine in modo che esse siano servite più rapidamente ai visitatori."
|
405 |
+
|
406 |
+
#: wp-cache.php:789
|
407 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
408 |
+
msgstr "La compressione é disattivata come predefinita poiché alcuni host riscontrano dei problemi con i file compressi. La commutazione attivo/non attivo svuoterà la cache."
|
409 |
+
|
410 |
+
#: wp-cache.php:791
|
411 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
412 |
+
msgstr "Non servire pagine cache per gli <acronym title=\"utenti collegati e commentatori\">utenti conosciuti</acronym>."
|
413 |
+
|
414 |
+
#: wp-cache.php:792
|
415 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
416 |
+
msgstr "Rigenerazione cache. Serve un file supercache agli utenti anonimi quando un nuovo file é stato generato."
|
417 |
+
|
418 |
+
#: wp-cache.php:793
|
419 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
420 |
+
msgstr "Fai sapere a tutti che il tuo sito é a prova di Digg! (inserisce un messaggio nel footer del tuo blog)"
|
421 |
+
|
422 |
+
#: wp-cache.php:799
|
423 |
+
#: wp-cache.php:946
|
424 |
+
#: wp-cache.php:1462
|
425 |
+
msgid "Advanced"
|
426 |
+
msgstr "Avanzato"
|
427 |
+
|
428 |
+
#: wp-cache.php:803
|
429 |
+
msgid "Mobile device support."
|
430 |
+
msgstr "Supporto "
|
431 |
+
|
432 |
+
#: wp-cache.php:804
|
433 |
+
msgid "Clear all cache files when a post or page is published."
|
434 |
+
msgstr "Svuota tutti i file di cache quando viene pubblicato un articolo o una pagina."
|
435 |
+
|
436 |
+
#: wp-cache.php:805
|
437 |
+
msgid "Only refresh current page when comments made."
|
438 |
+
msgstr "Ricarica la sola pagina in uso quando vengono effettuati dei commenti."
|
439 |
+
|
440 |
+
#: wp-cache.php:806
|
441 |
+
msgid "List the newest cached pages on this page."
|
442 |
+
msgstr "Elenca su questa pagina la lista delle nuove pagine cache."
|
443 |
+
|
444 |
+
#: wp-cache.php:808
|
445 |
+
msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
|
446 |
+
msgstr "Blocco grezzo del file. Sebbene questa funzione non sia particolarmente necessaria potrebbe tornarti utile qualora il tuo server non avesse una potenza sufficiente. Attenzione! <em>In alcuni casi molto rari potrebbe bloccare il tuo server!</em>"
|
447 |
|
448 |
+
#: wp-cache.php:811
|
449 |
msgid "Use object cache to store cached files."
|
450 |
msgstr "Utilizza l'oggetto cache per conservare i file in cache."
|
451 |
|
452 |
+
#: wp-cache.php:811
|
453 |
msgid "(Experimental)"
|
454 |
msgstr "(Sperimentale)"
|
455 |
|
456 |
+
#: wp-cache.php:818
|
457 |
+
msgid "Note:"
|
458 |
+
msgstr "Nota:"
|
459 |
+
|
460 |
+
#: wp-cache.php:820
|
461 |
+
#, php-format
|
462 |
+
msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
|
463 |
+
msgstr "Qualora desiderassi disinstallare questo plugin, assicurati che la cartella <em>%s</em> sia scrivibile in modo tale che i file <em>advanced-cache.php</em> e <em>cache-config.php</em> possano venire cancellati automaticamente. (l'accertarsi che anche questi due file siano scrivibile é probabilmente una buona idea!)"
|
464 |
+
|
465 |
+
#: wp-cache.php:821
|
466 |
+
#, php-format
|
467 |
+
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
|
468 |
+
msgstr "Leggi il <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> per le istruzioni su come disinstallare questo script. Vedi anche, \"Come disinstallare WP Super Cache\"."
|
469 |
+
|
470 |
+
#: wp-cache.php:822
|
471 |
#, php-format
|
472 |
msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
|
473 |
msgstr "Serve aiuto? Leggi il file <a href=\"%1$s\">Super Cache readme</a>. In esso sono contenute le info sulla installazione, le FAQ e numerosi suggerimenti. Puoi anche utilizzare il <a href=\"%2$s\">forum di supporto</a>: qui potresti trovare una risposta alle tue domande."
|
474 |
|
475 |
+
#: wp-cache.php:825
|
476 |
+
#: wp-cache.php:872
|
477 |
msgid "Update Status"
|
478 |
msgstr "Aggiorna lo stato"
|
479 |
|
480 |
+
#: wp-cache.php:832
|
481 |
+
msgid "Accepted Filenames & Rejected URIs"
|
482 |
+
msgstr "Nomi file consentiti e URL respinti"
|
483 |
|
484 |
+
#: wp-cache.php:857
|
485 |
+
msgid "Caching On"
|
486 |
+
msgstr "Cache attiva"
|
487 |
|
488 |
+
#: wp-cache.php:858
|
489 |
+
msgid "Caching Off"
|
490 |
+
msgstr "Cache non attiva"
|
491 |
|
492 |
+
#: wp-cache.php:859
|
493 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
494 |
+
msgstr "Nota: attiva cache PHP, rigenerazione cache e supporto mobile"
|
495 |
|
496 |
+
#: wp-cache.php:869
|
497 |
+
msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
498 |
+
msgstr "Avviso: sono state rilevate delle regole Supercache mod_rewrite. I file della cache saranno serviti utilizzando queste regole. Modifica il file .htaccess file allocato nella root della tua installazione e rimuovi le regole di SuperCache."
|
499 |
|
500 |
+
#: wp-cache.php:881
|
501 |
msgid "Make WordPress Faster"
|
502 |
msgstr "Rendi più veloce WordPress"
|
503 |
|
504 |
+
#: wp-cache.php:882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
505 |
#, php-format
|
506 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
507 |
msgstr "Il plugin %1$s viene aggiornato e sviluppato da %2$s grazie anche al contributo di molte altre persone."
|
508 |
|
509 |
+
#: wp-cache.php:883
|
510 |
#, php-format
|
511 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
512 |
+
msgstr "Il suo blog é %1$s e le sue foto le trovi %2$s."
|
513 |
|
514 |
+
#: wp-cache.php:884
|
515 |
#, php-format
|
516 |
msgid "Please say hi to him on %s too!"
|
517 |
msgstr "Mandagli un saluto su %s!"
|
518 |
|
519 |
+
#: wp-cache.php:892
|
520 |
#, php-format
|
521 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
522 |
msgstr "Pagine in cache da %1$s : <strong>%2$s</strong>"
|
523 |
|
524 |
+
#: wp-cache.php:893
|
525 |
msgid "Newest Cached Pages:"
|
526 |
msgstr "Pagine recenti nella cache:"
|
527 |
|
528 |
+
#: wp-cache.php:897
|
529 |
#, php-format
|
530 |
msgid "Cached %s seconds ago"
|
531 |
msgstr "Cache effettuata %s secondi fa"
|
532 |
|
533 |
+
#: wp-cache.php:900
|
534 |
msgid "(may not always be accurate on busy sites)"
|
535 |
msgstr "(il dato potrebbe essere non sempre accurato per quei siti ad alto traffico)"
|
536 |
|
537 |
+
#: wp-cache.php:919
|
538 |
+
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
|
539 |
+
msgstr "I plugin di cache sono degli scripts PHP che risiedono in una cartella a nome plugins allocata nella cartella wp-super-cache. Questi plugin saranno caricati al momento del caricamento di Supercache in un modo più rapido dei regolari plugin di WordPress."
|
540 |
|
541 |
+
#: wp-cache.php:920
|
542 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
543 |
+
msgstr "Questa é una funzione strettamente avanzata e necessita di una valida conoscenza sul come operare in ambito di PHP e WordPress."
|
544 |
|
545 |
+
#: wp-cache.php:930
|
546 |
+
msgid "Available Plugins"
|
547 |
+
msgstr "Plugin disponibili"
|
|
|
548 |
|
549 |
+
#: wp-cache.php:946
|
550 |
+
msgid "Tester & Contents"
|
551 |
+
msgstr "Verifiche e contenuti"
|
552 |
|
553 |
+
#: wp-cache.php:946
|
554 |
+
msgid "Preload"
|
555 |
+
msgstr "Pre-carica"
|
|
|
556 |
|
557 |
+
#: wp-cache.php:946
|
558 |
+
msgid "Plugins"
|
559 |
+
msgstr "Plugins"
|
|
|
|
|
|
|
|
|
|
|
560 |
|
561 |
+
#: wp-cache.php:946
|
562 |
+
msgid "Debug"
|
563 |
+
msgstr "Debug"
|
564 |
|
565 |
+
#: wp-cache.php:973
|
566 |
+
#, php-format
|
567 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
568 |
+
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che per il <a href=\"%s\">sito principale</a> di questo network."
|
569 |
|
570 |
+
#: wp-cache.php:975
|
571 |
+
#, php-format
|
572 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
573 |
+
msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che <a href=\"%s\">sul sito principale</a> di questo network."
|
574 |
|
575 |
+
#: wp-cache.php:985
|
576 |
msgid "Mod Rewrite Rules"
|
577 |
msgstr "Regole Mod Rewrite"
|
578 |
|
579 |
+
#: wp-cache.php:991
|
580 |
msgid "WordPress MU Detected"
|
581 |
msgstr "E' stata rilevata una installazione WordPress MU"
|
582 |
|
583 |
+
#: wp-cache.php:991
|
584 |
msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
|
585 |
msgstr "Sfortunatamente, le rewrite rule non possono essere aggiornate in automatico quando WordPress MU é in funzione. Apri il tuo file .htaccess ed aggiungi le seguenti regole mod_rewrite in cima ad ogni altra regola presente nel file."
|
586 |
|
587 |
+
#: wp-cache.php:993
|
588 |
msgid "Mod Rewrite rules cannot be updated!"
|
589 |
msgstr "Le regole Mod Rewrite non possono essere aggiornate!"
|
590 |
|
591 |
+
#: wp-cache.php:994
|
592 |
#, php-format
|
593 |
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
|
594 |
msgstr "Affinché l'aggiornamento automatico possa funzionare, sono necessari i marcatori <strong>BEGIN</strong> ed <strong>END</strong> nel file %s.htaccess. Sono simili a questa ed avvolgono le principali regole mod_rewrite di WordPress:"
|
595 |
|
596 |
+
#: wp-cache.php:996
|
597 |
msgid "Refresh this page when you have updated your .htaccess file."
|
598 |
msgstr "Ricarica questa pagina una volta aggiornato il file .htaccess."
|
599 |
|
600 |
+
#: wp-cache.php:1000
|
601 |
msgid "Thank you for upgrading."
|
602 |
msgstr "Grazie per avere effettuato l'aggiornamento."
|
603 |
|
604 |
+
#: wp-cache.php:1000
|
605 |
#, php-format
|
606 |
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
|
607 |
msgstr "Le regole mod_rewrite sono cambiate dalla tua ultima installazione di questo plugin. E' necessario che tu rimuova le regole supercache precedenti prima che le nuove siano aggiornate. Ricarica questa pagina una volta che avrai modificato il tuo file .htaccess. Qualora desiderassi effettuare un aggiornamento manuale, modifica la seguente linea: %1$s rendendola simile a questa: %2$s Le sole modifiche sono \"HTTP_COOKIE\" che diventa \"HTTP:Cookie\" e \"wordpressuser\" che va sostituito con \"wordpress\". Questa é una modifica relativa a WordPress 2.5 comunque, la sua validità é estesa anche alle versioni precedenti (qualora avessi il coraggio di utilizzarle)."
|
608 |
|
609 |
+
#: wp-cache.php:1004
|
610 |
msgid "Trailing slash check required."
|
611 |
msgstr "E' necessaria una verifica sullo slash di chiusura."
|
612 |
|
613 |
+
#: wp-cache.php:1004
|
614 |
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
|
615 |
msgstr "Pare che il tuo URL termini con uno \"/\". Dal momento in cui hai installato questo plugin, é stato rilevato un bug che duplica il contenuto laddove l'URL non termina con uno \"/\"; di fatto, vengono proposti gli stessi contenuti di quelli con lo \"/\" e non viene altresì effettuato un reindirizzamento all'URL appropriato. Per la correzione, sarà necessario modificare il tuo file .htaccess aggiungendo queste due regole ai due gruppi di regole di Super Cache:"
|
616 |
|
617 |
+
#: wp-cache.php:1006
|
618 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
619 |
msgstr "Puoi vedere dove posizionare ed esaminare nella loro completezza le regole cliccando il link qui sotto a nome \"Visualizza le regole Mod_Rewrite\"."
|
620 |
|
621 |
+
#: wp-cache.php:1020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
msgid "Mod Rewrite rules updated!"
|
623 |
msgstr "Le regole Mod Rewrite sono state aggiornate!"
|
624 |
|
625 |
+
#: wp-cache.php:1021
|
626 |
#, php-format
|
627 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
628 |
msgstr "Il file %s.htaccess é stato aggiornato con l'inserimento delle regole mod_rewrite necessarie. Verifica la loro correttezza. Ecco come dovrebbero essere:"
|
629 |
|
630 |
+
#: wp-cache.php:1023
|
631 |
msgid "Mod Rewrite rules must be updated!"
|
632 |
msgstr "E' necessario aggiornare le regole Mod Rewrite!"
|
633 |
|
634 |
+
#: wp-cache.php:1024
|
635 |
#, php-format
|
636 |
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
|
637 |
msgstr "Il tuo file %s.htaccess non é scrivibile e deve essere aggiornato con le regole mod_rewrite necessarie. Le nuove regole andranno inserite al di sopra di quelle regolari di WordPress così come nel codice qui sotto:"
|
638 |
|
639 |
+
#: wp-cache.php:1029
|
640 |
#, php-format
|
641 |
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
|
642 |
msgstr "Sono state rilevate le regole mod rewrite di WP Super Cache nel tuo file %s.htaccess.<br /> Clicca il seguente link per vedere le linee aggiunte a quel file. Nel caso in cui avessi aggiornato il plugin assicurati che esse coincidano."
|
643 |
|
644 |
+
#: wp-cache.php:1032
|
645 |
+
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
646 |
+
msgstr "E' stata rilevata una differenza tra le regole del tuo file .htaccess e quelle rewrite del plugin. Questo potrebbe dipendere anche da una sola spaziatura nel testo: effettua quanto prima una comparazione tra le regole presenti nel file con quelle qui sotto. Premi il pulsante ’Update Mod_Rewrite Rules’ per aggiornare."
|
647 |
+
|
648 |
+
#: wp-cache.php:1035
|
649 |
msgid "View Mod_Rewrite Rules"
|
650 |
msgstr "Visualizza le regole Mod_Rewrite"
|
651 |
|
652 |
+
#: wp-cache.php:1039
|
653 |
+
#: wp-cache.php:2276
|
654 |
+
#, php-format
|
655 |
+
msgid "Rules must be added to %s too:"
|
656 |
+
msgstr "Le regole devono essere aggiunte anche a %s:"
|
657 |
+
|
658 |
+
#: wp-cache.php:1047
|
659 |
#, php-format
|
660 |
msgid "Gzip encoding rules in %s.htaccess created."
|
661 |
msgstr "Sono state create nel file %s.htaccess le regole per la codifica Gzip."
|
662 |
|
663 |
+
#: wp-cache.php:1054
|
664 |
msgid "Fix Configuration"
|
665 |
msgstr "Correggi la configurazione"
|
666 |
|
667 |
+
#: wp-cache.php:1057
|
668 |
msgid "Restore Default Configuration"
|
669 |
msgstr "Ripristina la configurazione predefinita"
|
670 |
|
671 |
+
#: wp-cache.php:1065
|
672 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
673 |
msgstr "Moderazione dei commenti attiva. Il tuo commento non apparirà immediatamente."
|
674 |
|
675 |
+
#: wp-cache.php:1090
|
676 |
msgid "Lock Down:"
|
677 |
msgstr "Blocco di protezione:"
|
678 |
|
679 |
+
#: wp-cache.php:1090
|
680 |
+
msgid "Disabled"
|
681 |
+
msgstr "Disattivato"
|
682 |
+
|
683 |
+
#: wp-cache.php:1090
|
684 |
+
msgid "Enabled"
|
685 |
+
msgstr "Attivato"
|
686 |
+
|
687 |
+
#: wp-cache.php:1091
|
688 |
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
|
689 |
msgstr "Proteggi il tuo server da un inatteso picco di traffico attivando il blocco. Quando il blocco é attivo, i nuovi commenti non ricaricheranno i file statici nella cache."
|
690 |
|
691 |
+
#: wp-cache.php:1092
|
692 |
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
|
693 |
msgstr "Sviluppatori: é possibile rendere compatibile il plugin con il blocco di protezione grazie alla costante \"WPLOCKDOWN\". Il seguente codice farà sì che il plugin sia in grado di sopperire alle impostazioni WPLOCKDOWN."
|
694 |
|
695 |
+
#: wp-cache.php:1094
|
696 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
697 |
msgstr "Il mio blog ha attivato un blocco di protezione. Gli aggiornamenti appariranno a breve"
|
698 |
|
699 |
+
#: wp-cache.php:1098
|
700 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
701 |
msgstr "WordPress ha un blocco di protezione. Quando verranno effettuati dei nuovi commenti, i file statici di Super Cache non saranno cancellati."
|
702 |
|
703 |
+
#: wp-cache.php:1100
|
704 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
705 |
msgstr "WordPress ha un blocco di protezione. I nuovi commenti rigenereranno come al solito i file statici di Super Cache."
|
706 |
|
707 |
+
#: wp-cache.php:1103
|
708 |
+
#: plugins/awaitingmoderation.php:23
|
709 |
+
#: plugins/awaitingmoderation.php:38
|
710 |
+
#: plugins/badbehaviour.php:47
|
711 |
+
#: plugins/badbehaviour.php:65
|
712 |
+
#: plugins/domain-mapping.php:47
|
713 |
+
#: plugins/domain-mapping.php:62
|
714 |
+
#: plugins/searchengine.php:61
|
715 |
+
#: plugins/searchengine.php:76
|
716 |
+
msgid "Disable"
|
717 |
+
msgstr "Disattiva"
|
718 |
+
|
719 |
+
#: wp-cache.php:1103
|
720 |
+
#: plugins/awaitingmoderation.php:36
|
721 |
+
#: plugins/badbehaviour.php:63
|
722 |
+
#: plugins/domain-mapping.php:60
|
723 |
+
#: plugins/searchengine.php:74
|
724 |
+
msgid "Enable"
|
725 |
+
msgstr "Attiva"
|
726 |
+
|
727 |
+
#: wp-cache.php:1106
|
728 |
msgid "Lock Down"
|
729 |
msgstr "Blocco di protezione"
|
730 |
|
731 |
+
#: wp-cache.php:1114
|
732 |
msgid "Directly Cached Files"
|
733 |
msgstr "File cache diretta"
|
734 |
|
735 |
+
#: wp-cache.php:1172
|
736 |
#, php-format
|
737 |
msgid "%s removed!"
|
738 |
msgstr "%s rimosso!"
|
739 |
|
740 |
+
#: wp-cache.php:1180
|
741 |
+
#: wp-cache.php:1182
|
742 |
+
#: plugins/badbehaviour.php:69
|
743 |
+
msgid "Warning!"
|
744 |
+
msgstr "Attenzione!"
|
745 |
+
|
746 |
+
#: wp-cache.php:1180
|
747 |
#, php-format
|
748 |
msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
|
749 |
msgstr "E' necessario rendere scrivibile %s affinché questa opzione possa essere attivata. Per ragioni di sicurezza, rendi di sola lettura una volta che la pagina é stata generata."
|
750 |
|
751 |
+
#: wp-cache.php:1182
|
752 |
#, php-format
|
753 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
754 |
msgstr "%s é scrivibile. Assicurati che essa sia di sola lettura una volta che la pagina verrà generata (limita i problemi di sicurezza)."
|
755 |
|
756 |
+
#: wp-cache.php:1196
|
757 |
msgid "Existing direct page"
|
758 |
msgstr "Pagina diretta esistente"
|
759 |
|
760 |
+
#: wp-cache.php:1196
|
761 |
msgid "Delete cached file"
|
762 |
msgstr "Cancella i file nella cache"
|
763 |
|
764 |
+
#: wp-cache.php:1201
|
765 |
msgid "Add direct page:"
|
766 |
msgstr "Aggiungi una pagina diretta:"
|
767 |
|
768 |
+
#: wp-cache.php:1203
|
769 |
#, php-format
|
770 |
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
|
771 |
msgstr "I file di cache diretta sono dei file creati direttamente sotto %s ossia laddove il tuo blog risiede. Questa opzione é particolarmente utile qualora ti aspettassi un alto livello di traffico proveniente da Digg o Slashdot verso un articolo/pagina."
|
772 |
|
773 |
+
#: wp-cache.php:1205
|
774 |
#, php-format
|
775 |
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
|
776 |
msgstr "Esempio: per la cache di <em>%1$sabout/</em>, sarà necessario che tu inserisca %1$sabout/ oppure /about/. Il file di cache verrà generato la prima volta che un utente anonimo visiterà quella pagina."
|
777 |
|
778 |
+
#: wp-cache.php:1206
|
779 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
780 |
msgstr "Svuota la casella di testo per rimuovere l'indirizzo dalla lista delle pagine dirette e cancellare dalla cache il file."
|
781 |
|
782 |
+
#: wp-cache.php:1211
|
783 |
msgid "Update Direct Pages"
|
784 |
msgstr "Aggiorna le pagine dirette"
|
785 |
|
786 |
+
#: wp-cache.php:1249
|
787 |
msgid "Expiry Time & Garbage Collection"
|
788 |
msgstr "Periodo scadenza e Garbage Collection"
|
789 |
|
790 |
+
#: wp-cache.php:1251
|
791 |
msgid "Expire time:"
|
792 |
msgstr "Periodo scadenza:"
|
793 |
|
794 |
+
#: wp-cache.php:1252
|
795 |
msgid "seconds"
|
796 |
msgstr "secondi"
|
797 |
|
798 |
+
#: wp-cache.php:1253
|
799 |
msgid "Garbage Collection"
|
800 |
msgstr "Garbage Collection"
|
801 |
|
802 |
+
#: wp-cache.php:1253
|
803 |
+
msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
|
804 |
msgstr "Qualora il periodo di scadenza fosse maggiore di 1800 secondi (mezz'ora), la garbage collection verrà effettuata ogni 10 minuti diversamente, l'operazione verrà effettuata 10 secondi dopo il periodo di scadenza indicato qui sopra."
|
805 |
|
806 |
+
#: wp-cache.php:1254
|
807 |
+
msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
|
808 |
+
msgstr "La ricerca e la cancellazione dei file scaduti é particolarmente dispendiosa così come lo é il lasciarli lì scaduti. Qualora avessi un sito con un traffico rilevante, imposta il tempo di scadenza a <em>300 secondi</em>. Effettua eventualmente più prove con valori differenti e controlla in questa pagina (più volte durante l'arco della giornata) il totale dei file scaduti presenti. Il numero ottimale dovrebbe essere inferiore a circa 500 file di cache (lmodalità parziale). Il numero dei file nella cachepotrà essere comunque superiore utilizzando mod_rewrite o PHP caching."
|
809 |
|
810 |
+
#: wp-cache.php:1255
|
811 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
812 |
+
msgstr "Imposta a 0 il tempo di scadenza per disattivare la garbage collection."
|
813 |
+
|
814 |
+
#: wp-cache.php:1256
|
815 |
msgid "Change Expiration"
|
816 |
msgstr "Modifica la scadenza"
|
817 |
|
818 |
+
#: wp-cache.php:1300
|
819 |
msgid "Rejected User Agents"
|
820 |
msgstr "User Agents "
|
821 |
|
822 |
+
#: wp-cache.php:1301
|
823 |
msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
|
824 |
msgstr "Le stringhe presenti nella header HTTP degli ’User Agent’ che impediscono a WP-Cache di fornire i dati nella cache alle richieste da parte dei bot, degli spider e dei crawler. Nota che anche i file super cached saranno inviati a questi agent qualora esistessero."
|
825 |
|
826 |
+
#: wp-cache.php:1308
|
827 |
msgid "Save UA Strings"
|
828 |
msgstr "Salva le stringhe UA"
|
829 |
|
830 |
+
#: wp-cache.php:1331
|
831 |
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
|
832 |
msgstr "Non effettuare la cache per i tipi di pagine a seguire. Per maggiori informazioni, leggi la documentazione circa i <a href=\"http://codex.wordpress.org/Conditional_Tags\">tag condizionali</a>."
|
833 |
|
834 |
+
#: wp-cache.php:1334
|
835 |
msgid "Single Posts"
|
836 |
msgstr "Articoli singoli"
|
837 |
|
838 |
+
#: wp-cache.php:1335
|
839 |
msgid "Pages"
|
840 |
msgstr "Pagine"
|
841 |
|
842 |
+
#: wp-cache.php:1336
|
843 |
msgid "Front Page"
|
844 |
msgstr "Pagina principale"
|
845 |
|
846 |
+
#: wp-cache.php:1337
|
847 |
msgid "Home"
|
848 |
msgstr "Home"
|
849 |
|
850 |
+
#: wp-cache.php:1338
|
851 |
msgid "Archives"
|
852 |
msgstr "Archivi"
|
853 |
|
854 |
+
#: wp-cache.php:1339
|
855 |
msgid "Tags"
|
856 |
msgstr "Tag"
|
857 |
|
858 |
+
#: wp-cache.php:1340
|
859 |
msgid "Category"
|
860 |
msgstr "Categoria"
|
861 |
|
862 |
+
#: wp-cache.php:1341
|
863 |
msgid "Feeds"
|
864 |
msgstr "Feed"
|
865 |
|
866 |
+
#: wp-cache.php:1342
|
867 |
msgid "Search Pages"
|
868 |
msgstr "Pagine ricerca"
|
869 |
|
870 |
+
#: wp-cache.php:1344
|
871 |
+
#: wp-cache.php:1472
|
872 |
msgid "Save"
|
873 |
msgstr "Salva"
|
874 |
|
875 |
+
#: wp-cache.php:1361
|
876 |
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
|
877 |
msgstr "Aggiungi qui le stringhe (non il nome del file) per forzare il blocco della cache per quella data pagina. Ad esempio, se il tuo URL contenesse l'anno e tu non gradissi la cache per gli articoli pubblicati in quel dato periodo, sarà sufficiente specificare l'anno, ad es. ’/2004/’. WP-Cache effettuerà una ricerca in modo tale da verificare la presenza di quella stringa nell'URI quindi, la cache per quella pagina non verrà generata."
|
878 |
|
879 |
+
#: wp-cache.php:1367
|
880 |
msgid "Save Strings"
|
881 |
msgstr "Salva le stringhe"
|
882 |
|
883 |
+
#: wp-cache.php:1383
|
884 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
885 |
msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cache (anche in caso di corrispondenza con una delle stringhe specificate più sopra)."
|
886 |
|
887 |
+
#: wp-cache.php:1389
|
888 |
msgid "Save Files"
|
889 |
msgstr "Salva i file"
|
890 |
|
891 |
+
#: wp-cache.php:1434
|
|
|
|
|
|
|
|
|
892 |
msgid "Currently logging to: "
|
893 |
msgstr "Log attuale:"
|
894 |
|
895 |
+
#: wp-cache.php:1444
|
896 |
msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
|
897 |
msgstr "Correggi qui i problemi con il debugging del plugin. Potrai sceglie tra l'invio delle tue email di debug oppure consultare il registro contenuto in un file allocato nella cartella della cache."
|
898 |
|
899 |
+
#: wp-cache.php:1445
|
900 |
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
901 |
msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
|
902 |
|
903 |
+
#: wp-cache.php:1449
|
904 |
msgid "Debugging"
|
905 |
msgstr "Debugging"
|
906 |
|
907 |
+
#: wp-cache.php:1449
|
908 |
+
#: plugins/awaitingmoderation.php:31
|
909 |
+
#: plugins/badbehaviour.php:57
|
910 |
+
#: plugins/domain-mapping.php:55
|
911 |
+
#: plugins/searchengine.php:69
|
912 |
+
msgid "enabled"
|
913 |
+
msgstr "attivato"
|
914 |
+
|
915 |
+
#: wp-cache.php:1450
|
916 |
msgid "Logging Type"
|
917 |
msgstr "Tipo di logging"
|
918 |
|
919 |
+
#: wp-cache.php:1450
|
920 |
msgid "Email"
|
921 |
msgstr "Email"
|
922 |
|
923 |
+
#: wp-cache.php:1451
|
924 |
msgid "file"
|
925 |
msgstr "file"
|
926 |
|
927 |
+
#: wp-cache.php:1452
|
928 |
msgid "IP Address"
|
929 |
msgstr "Indirizzo IP"
|
930 |
|
931 |
+
#: wp-cache.php:1452
|
932 |
#, php-format
|
933 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
934 |
msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
|
935 |
|
936 |
+
#: wp-cache.php:1453
|
937 |
msgid "Log level"
|
938 |
msgstr "Livello log"
|
939 |
|
940 |
+
#: wp-cache.php:1459
|
941 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
942 |
msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
|
943 |
|
944 |
+
#: wp-cache.php:1462
|
|
|
|
|
|
|
|
|
945 |
msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
946 |
msgstr "In alcuni casi molto rari, é possibile che si verifichino in alcuni blog due problematiche:<ol><li> La front page potrebbe giungere come download di un file zip.</li><li> La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse <em>/%category%/%postname%/</em>.</li></ol>"
|
947 |
|
948 |
+
#: wp-cache.php:1463
|
949 |
#, php-format
|
950 |
msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem."
|
951 |
msgstr "Sono certo al 99% che non si tratta di bug in WP Super Cache e questo problema può accadere in casi veramente molto rari. Puoi attivare comunque un controllo ogni 5 minuti in modo tale che sia possibile monitorare il tuo sito. In caso di problemi, ti verrà inviata una email."
|
952 |
|
953 |
+
#: wp-cache.php:1465
|
954 |
msgid "Check front page every 5 minutes."
|
955 |
msgstr "Controlla la front page ogni 5 minuti."
|
956 |
|
957 |
+
#: wp-cache.php:1466
|
958 |
msgid "Front page text"
|
959 |
msgstr "Testo front page"
|
960 |
|
961 |
+
#: wp-cache.php:1466
|
962 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
963 |
msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
|
964 |
|
965 |
+
#: wp-cache.php:1467
|
966 |
msgid "Clear cache on error."
|
967 |
msgstr "Svuota la cache in caso di errore."
|
968 |
|
969 |
+
#: wp-cache.php:1468
|
970 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
971 |
msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
|
972 |
|
973 |
+
#: wp-cache.php:1482
|
974 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
975 |
msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
|
976 |
|
977 |
+
#: wp-cache.php:1529
|
978 |
+
#: wp-cache.php:1691
|
979 |
msgid "Warning"
|
980 |
msgstr "Attenzione"
|
981 |
|
982 |
+
#: wp-cache.php:1529
|
983 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
984 |
msgstr "La tua installazione di WordPress ha la compressione GZIP attiva: wp-cache non sarà disponibile sino a quando la compressione gzip non verrà disattivata."
|
985 |
|
986 |
+
#: wp-cache.php:1587
|
987 |
+
#: wp-cache.php:1592
|
988 |
+
#: wp-cache.php:1624
|
989 |
+
#: wp-cache.php:1629
|
990 |
+
#: wp-cache.php:1635
|
991 |
msgid "Error"
|
992 |
msgstr "Errore"
|
993 |
|
994 |
+
#: wp-cache.php:1587
|
995 |
#, php-format
|
996 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
997 |
msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
|
998 |
|
999 |
+
#: wp-cache.php:1592
|
1000 |
#, php-format
|
1001 |
msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
|
1002 |
msgstr "La tua cartella per la cache (<strong>%1$s</strong>) oppure <strong>%2$s</strong> é necessario renderla scrivibile affinché il plugin possa funzionare. Verifica con attenzione."
|
1003 |
|
1004 |
+
#: wp-cache.php:1624
|
1005 |
#, php-format
|
1006 |
msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
|
1007 |
msgstr "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
|
1008 |
|
1009 |
+
#: wp-cache.php:1629
|
1010 |
#, php-format
|
1011 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1012 |
msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
|
1013 |
|
1014 |
+
#: wp-cache.php:1635
|
1015 |
#, php-format
|
1016 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1017 |
msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
|
1018 |
|
1019 |
+
#: wp-cache.php:1691
|
1020 |
#, php-format
|
1021 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1022 |
msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
|
1023 |
|
1024 |
+
#: wp-cache.php:1692
|
1025 |
msgid "1. If it already exists please delete the file first."
|
1026 |
msgstr "1. Nel caso fosse già esistente, cancellalo."
|
1027 |
|
1028 |
+
#: wp-cache.php:1693
|
1029 |
#, php-format
|
1030 |
msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
|
1031 |
msgstr "2. Rendi il file %1$s scrivibile utilizzando il comando chmod via ftp oppure grazie al software del server. (<em>chmod 777 %1$s</em>) e ricarica questa pagina. Questa é una misura temporanea: ad operazione compiuta, rendi il file di sola lettura. (modificando da 777 a 755 il comando precedente)"
|
1032 |
|
1033 |
+
#: wp-cache.php:1694
|
1034 |
#, php-format
|
1035 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1036 |
msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
|
1037 |
|
1038 |
+
#: wp-cache.php:1695
|
1039 |
#, php-format
|
1040 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1041 |
msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
|
1042 |
|
1043 |
+
#: wp-cache.php:1696
|
1044 |
#, php-format
|
1045 |
msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
|
1046 |
msgstr "<li>1. Apri <em>%1$s$wp_cache_file</em> con un editor di testo.</li><li>2. Modifica il testo da <em>CACHEHOME</em> a <em>%2$s</em></li><li>3. Salva il file e copialo in <em>%3$s</em> quindi, ricarica questa pagina.</li>"
|
1047 |
|
1048 |
+
#: wp-cache.php:1719
|
1049 |
+
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1050 |
+
msgstr "<h3>Costante WP_CACHE impostata a false</h3><p>La costante WP_CACHE viene utilizzata da WordPress per caricare il codice necessario per servire le pagine in cache. Sfortunatamente, l'impostazione é a false. Modifica il tuo wp-config.php ed aggiungi o modifica la seguente linea al di sopra del comando require_once:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1051 |
+
|
1052 |
+
#: wp-cache.php:1721
|
1053 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1054 |
msgstr "<strong>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
|
1055 |
|
1056 |
+
#: wp-cache.php:1722
|
1057 |
#, php-format
|
1058 |
msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
|
1059 |
msgstr "Modifica <code>%s</code> aggiungendo la seguente linea:<br /> <code>define('WP_CACHE', true);</code><br />Diversamente, <strong>WP-Cache non verrà eseguito</strong> dal core di Wordpress."
|
1060 |
|
1061 |
+
#: wp-cache.php:1726
|
1062 |
msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
|
1063 |
msgstr "<h3>La costante WP_CACHE é stata aggiunta al file wp-config.php</h3><p>Nel caso in cui continuassi a visualizzare questo messaggio consulta il punto 5 delle <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La riga WP_CACHE deve essere spostata."
|
1064 |
|
1065 |
+
#: wp-cache.php:1748
|
1066 |
msgid "Cache Contents"
|
1067 |
msgstr "Contenuti cache"
|
1068 |
|
1069 |
+
#: wp-cache.php:1751
|
1070 |
msgid "Object cache in use. No cache listing available."
|
1071 |
msgstr "Oggetto cache in uso. Nessun elenco cache disponibile."
|
1072 |
|
1073 |
+
#: wp-cache.php:1775
|
1074 |
#, php-format
|
1075 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1076 |
msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
|
1077 |
|
1078 |
+
#: wp-cache.php:1792
|
1079 |
#, php-format
|
1080 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1081 |
msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
|
1082 |
|
1083 |
+
#: wp-cache.php:1857
|
1084 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1085 |
+
msgstr "Le statistiche della cache non sono generate in automatico. E' necessario che tu prema il link qui sotto per potere rigenerare in questa pagina le statistiche."
|
1086 |
+
|
1087 |
+
#: wp-cache.php:1858
|
1088 |
+
msgid "Regenerate cache stats"
|
1089 |
+
msgstr "Rigenera statistiche della cache"
|
1090 |
+
|
1091 |
+
#: wp-cache.php:1860
|
1092 |
+
#, php-format
|
1093 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1094 |
+
msgstr "Ultima statistica cache generata: %s minuti fa."
|
1095 |
+
|
1096 |
+
#: wp-cache.php:1866
|
1097 |
msgid "WP-Cache"
|
1098 |
msgstr "WP-Cache"
|
1099 |
|
1100 |
+
#: wp-cache.php:1867
|
1101 |
+
#: wp-cache.php:1883
|
1102 |
#, php-format
|
1103 |
msgid "%s Cached Pages"
|
1104 |
msgstr "%s pagine nella cache"
|
1105 |
|
1106 |
+
#: wp-cache.php:1868
|
1107 |
+
#: wp-cache.php:1888
|
1108 |
#, php-format
|
1109 |
msgid "%s Expired Pages"
|
1110 |
msgstr "%s pagine scadute"
|
1111 |
|
1112 |
+
#: wp-cache.php:1882
|
1113 |
msgid "WP-Super-Cache"
|
1114 |
msgstr "WP-Super-Cache"
|
1115 |
|
1116 |
+
#: wp-cache.php:1893
|
1117 |
msgid "Fresh WP-Cached Files"
|
1118 |
msgstr "Aggiorna file WP-Cached"
|
1119 |
|
1120 |
+
#: wp-cache.php:1894
|
1121 |
+
#: wp-cache.php:1910
|
1122 |
+
#: wp-cache.php:1926
|
1123 |
+
#: wp-cache.php:1942
|
1124 |
msgid "URI"
|
1125 |
msgstr "URI"
|
1126 |
|
1127 |
+
#: wp-cache.php:1894
|
1128 |
+
#: wp-cache.php:1910
|
1129 |
msgid "Key"
|
1130 |
msgstr "Chiave"
|
1131 |
|
1132 |
+
#: wp-cache.php:1894
|
1133 |
+
#: wp-cache.php:1910
|
1134 |
+
#: wp-cache.php:1926
|
1135 |
+
#: wp-cache.php:1942
|
1136 |
msgid "Age"
|
1137 |
msgstr "Età"
|
1138 |
|
1139 |
+
#: wp-cache.php:1894
|
1140 |
+
#: wp-cache.php:1910
|
1141 |
+
#: wp-cache.php:1926
|
1142 |
+
#: wp-cache.php:1942
|
1143 |
msgid "Delete"
|
1144 |
msgstr "Cancella"
|
1145 |
|
1146 |
+
#: wp-cache.php:1909
|
1147 |
msgid "Stale WP-Cached Files"
|
1148 |
msgstr "Ordina i file WP-Cached"
|
1149 |
|
1150 |
+
#: wp-cache.php:1925
|
1151 |
msgid "Fresh Super Cached Files"
|
1152 |
msgstr "Aggiorna file Super Cached"
|
1153 |
|
1154 |
+
#: wp-cache.php:1941
|
1155 |
msgid "Stale Super Cached Files"
|
1156 |
msgstr "Scadenza file Super Cached"
|
1157 |
|
1158 |
+
#: wp-cache.php:1957
|
1159 |
msgid "Hide file list"
|
1160 |
msgstr "Nascondi la lista dei file"
|
1161 |
|
1162 |
+
#: wp-cache.php:1959
|
1163 |
+
msgid "Too many cached files, no listing possible."
|
1164 |
+
msgstr "Sono presenti troppi file cache: non é possibile mostrare l'elenco."
|
1165 |
+
|
1166 |
+
#: wp-cache.php:1961
|
1167 |
msgid "List all cached files"
|
1168 |
msgstr "Lista di tutti i file presenti nella cache"
|
1169 |
|
1170 |
+
#: wp-cache.php:1967
|
1171 |
#, php-format
|
1172 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1173 |
msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
|
1174 |
|
1175 |
+
#: wp-cache.php:1968
|
1176 |
#, php-format
|
1177 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1178 |
msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
|
1179 |
|
1180 |
+
#: wp-cache.php:1971
|
1181 |
#, php-format
|
1182 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1183 |
msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
|
1184 |
|
1185 |
+
#: wp-cache.php:1982
|
1186 |
msgid "Delete Expired"
|
1187 |
msgstr "Cancella la cache scaduta"
|
1188 |
|
1189 |
+
#: wp-cache.php:1988
|
1190 |
+
#: wp-cache.php:2000
|
1191 |
+
#: wp-cache.php:2163
|
1192 |
msgid "Delete Cache"
|
1193 |
msgstr "Cancella la cache"
|
1194 |
|
1195 |
+
#: wp-cache.php:2000
|
1196 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1197 |
msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
|
1198 |
|
1199 |
+
#: wp-cache.php:2139
|
1200 |
#, php-format
|
1201 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1202 |
msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
|
1203 |
|
1204 |
+
#: wp-cache.php:2172
|
1205 |
#, php-format
|
1206 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1207 |
msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
|
1208 |
|
1209 |
+
#: wp-cache.php:2178
|
1210 |
msgid "Settings"
|
1211 |
msgstr "Impostazioni"
|
1212 |
|
1213 |
+
#: wp-cache.php:2188
|
1214 |
#, php-format
|
1215 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1216 |
msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
|
1217 |
|
1218 |
+
#: wp-cache.php:2207
|
1219 |
#, php-format
|
1220 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1221 |
msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
|
1222 |
|
1223 |
+
#: wp-cache.php:2207
|
1224 |
#, php-format
|
1225 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1226 |
msgstr "Visita %s per svuotare la cache!"
|
1227 |
|
1228 |
+
#: wp-cache.php:2210
|
1229 |
#, php-format
|
1230 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1231 |
msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
|
1232 |
|
1233 |
+
#: wp-cache.php:2210
|
1234 |
#, php-format
|
1235 |
msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
|
1236 |
msgstr "La cache del blog é stata svuotata perché la front page del tuo sito é sotto downloading. Visita %1$s per controllare se la cache sia stata svuotata."
|
1237 |
|
1238 |
+
#: wp-cache.php:2217
|
1239 |
#, php-format
|
1240 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1241 |
msgstr "[%s] La front page non é corretta! Svuota la cache!"
|
1242 |
|
1243 |
+
#: wp-cache.php:2217
|
1244 |
#, php-format
|
1245 |
msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
|
1246 |
msgstr "Visita %1$s per svuotare la cache nel caso in cui la front page del tuo sito non fosse corretta e mancasse del testo, \"%2$s\"!"
|
1247 |
|
1248 |
+
#: wp-cache.php:2220
|
1249 |
#, php-format
|
1250 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1251 |
msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
|
1252 |
|
1253 |
+
#: wp-cache.php:2220
|
1254 |
#, php-format
|
1255 |
msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
|
1256 |
msgstr "La cache del blog é stata svuotata perché manca il testo \"%2$s\" nella front page del tuo sito. Visita %1$s per controllare se la cache sia stata svuotata."
|
1257 |
|
1258 |
+
#: wp-cache.php:2225
|
1259 |
#, php-format
|
1260 |
msgid "[%s] Front page check!"
|
1261 |
msgstr "[%s] Controllo Front page!"
|
1262 |
|
1263 |
+
#: wp-cache.php:2225
|
1264 |
#, php-format
|
1265 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1266 |
msgstr "WP Super Cache ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
|
1267 |
|
1268 |
+
#: wp-cache.php:2268
|
1269 |
+
msgid "Cannot update .htaccess"
|
1270 |
+
msgstr "Non é possibile aggiornare il file .htaccess"
|
1271 |
+
|
1272 |
+
#: wp-cache.php:2268
|
1273 |
+
#, php-format
|
1274 |
+
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
|
1275 |
+
msgstr "Il file <code>%s.htaccess</code> non può essere modificato. Correggi utilizzando il comando chmod oppure il tuo client ftp."
|
1276 |
+
|
1277 |
+
#: wp-cache.php:2268
|
1278 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1279 |
+
msgstr "Ricarica questa pagina una volta che i permessi per il file sono stati modificati."
|
1280 |
+
|
1281 |
+
#: wp-cache.php:2268
|
1282 |
+
#, php-format
|
1283 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1284 |
+
msgstr "Come alternativa, puoi modificare manualmente il file <code>%s.htaccess</code> aggiungendo il seguente codice (prima di ogni regola WordPress):"
|
1285 |
+
|
1286 |
+
#: wp-cache.php:2272
|
1287 |
+
#, php-format
|
1288 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1289 |
+
msgstr "Affinché il tuo server possa fornire dei file html statici é necessario che le regole mod_rewrite vengano aggiunte al file <code>%s.htaccess</code>"
|
1290 |
+
|
1291 |
+
#: wp-cache.php:2273
|
1292 |
+
msgid "You can edit the file yourself add the following rules."
|
1293 |
+
msgstr "Puoi modificare tu stesso il file aggiungendo le seguenti regole."
|
1294 |
+
|
1295 |
+
#: wp-cache.php:2274
|
1296 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1297 |
+
msgstr " Accertati che appaiano prima di ogni regola WordPress già presente. "
|
1298 |
+
|
1299 |
+
#: wp-cache.php:2282
|
1300 |
+
msgid "Update Mod_Rewrite Rules"
|
1301 |
+
msgstr "Aggiorna le regole Mod_Rewrite"
|
1302 |
+
|
1303 |
+
#: wp-cache.php:2378
|
1304 |
+
#, php-format
|
1305 |
+
msgid "[%1$s] Cache Preload Started"
|
1306 |
+
msgstr "[%1$s] La pre-carica della cache ha avuto inizio"
|
1307 |
+
|
1308 |
+
#: wp-cache.php:2380
|
1309 |
+
#, php-format
|
1310 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1311 |
+
msgstr "[%1$s] Ricarica articoli da %2$d a %3$d"
|
1312 |
+
|
1313 |
+
#: wp-cache.php:2391
|
1314 |
+
#, php-format
|
1315 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1316 |
+
msgstr "[%1$s] %2$d articoli sono stati ricaricati"
|
1317 |
+
|
1318 |
+
#: wp-cache.php:2391
|
1319 |
+
msgid "Refreshed the following posts:"
|
1320 |
+
msgstr "I seguenti post sono stati aggiornati:"
|
1321 |
+
|
1322 |
+
#: wp-cache.php:2400
|
1323 |
+
#, php-format
|
1324 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1325 |
+
msgstr "Prossima ricarica programmata tra %d minuti."
|
1326 |
+
|
1327 |
+
#: wp-cache.php:2410
|
1328 |
+
#, php-format
|
1329 |
+
msgid "[%s] Cache Preload Completed"
|
1330 |
+
msgstr "[%s] La pre-carica della cache é stata completata"
|
1331 |
+
|
1332 |
+
#: wp-cache.php:2410
|
1333 |
+
msgid "Cleaning up old supercache files."
|
1334 |
+
msgstr "Cancella i vecchi file supercache."
|
1335 |
+
|
1336 |
+
#: wp-cache.php:2451
|
1337 |
+
#, php-format
|
1338 |
+
msgid "[%s] Preload may have stalled."
|
1339 |
+
msgstr "[%s] La pre-carica potrebbe avere dei problemi."
|
1340 |
+
|
1341 |
+
#: wp-cache.php:2451
|
1342 |
+
#, php-format
|
1343 |
+
msgid ""
|
1344 |
+
"Preload has been restarted.\n"
|
1345 |
+
"%s"
|
1346 |
+
msgstr ""
|
1347 |
+
"La pre-carica é stata riavviata.\n"
|
1348 |
+
"%s"
|
1349 |
+
|
1350 |
+
#: plugins/awaitingmoderation.php:4
|
1351 |
+
msgid "Your comment is awaiting moderation."
|
1352 |
+
msgstr "Il tuo commento é in attesa di moderazione."
|
1353 |
+
|
1354 |
+
#: plugins/awaitingmoderation.php:29
|
1355 |
+
#: plugins/badbehaviour.php:55
|
1356 |
+
#: plugins/domain-mapping.php:53
|
1357 |
+
#: plugins/searchengine.php:67
|
1358 |
+
msgid "disabled"
|
1359 |
+
msgstr "disattivato"
|
1360 |
+
|
1361 |
+
#: plugins/awaitingmoderation.php:33
|
1362 |
+
#, php-format
|
1363 |
+
msgid "Awaiting Moderation plugin is %s"
|
1364 |
+
msgstr "Il plugin Awaiting Moderation é %s"
|
1365 |
+
|
1366 |
+
#: plugins/awaitingmoderation.php:34
|
1367 |
+
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
1368 |
+
msgstr "(rimuove il testo \"Il tuo commento é in attesa di essere moderato.\" quando viene lasciato un commento da moderare.) "
|
1369 |
+
|
1370 |
+
#: plugins/badbehaviour.php:45
|
1371 |
+
msgid "Bad Behaviour not found. Please check your install."
|
1372 |
+
msgstr "Non é stato trovato Bad Behaviour. Effettua una verifica."
|
1373 |
+
|
1374 |
+
#: plugins/badbehaviour.php:60
|
1375 |
+
#, php-format
|
1376 |
+
msgid "Bad Behaviour support is %s."
|
1377 |
+
msgstr "Il supporto Bad Behaviour é %s."
|
1378 |
+
|
1379 |
+
#: plugins/badbehaviour.php:61
|
1380 |
+
#, php-format
|
1381 |
+
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
|
1382 |
+
msgstr "(utilizzare la sola cache parziale, non attivare la compressione ed installare <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> sotto \"%s/plugins/bad-behavior/\") "
|
1383 |
+
|
1384 |
+
#: plugins/domain-mapping.php:57
|
1385 |
+
#, php-format
|
1386 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
1387 |
+
msgstr "Il supporto del plugin <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> é %s"
|
1388 |
+
|
1389 |
+
#: plugins/domain-mapping.php:58
|
1390 |
+
msgid "(support for multiple domains on multisite websites) "
|
1391 |
+
msgstr "(supporto per domini multipli o siti multi sito)"
|
1392 |
+
|
1393 |
+
#: plugins/domain-mapping.php:72
|
1394 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
1395 |
+
msgstr "Il plugin Domain Mapping é stato rilevato! Vai alla pagina dei plugin di Supercache ed attiva il plugin di supporto a domain mapping."
|
1396 |
+
|
1397 |
+
#: plugins/searchengine.php:71
|
1398 |
+
#, php-format
|
1399 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
1400 |
+
msgstr "Il plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> é %s."
|
1401 |
+
|
1402 |
+
#: plugins/searchengine.php:72
|
1403 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
1404 |
+
msgstr "(é necessario anche <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
1405 |
|
1406 |
+
#~ msgid ""
|
1407 |
+
#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
|
1408 |
+
#~ "strong> button."
|
1409 |
+
#~ msgstr ""
|
1410 |
+
#~ "Scorri verso il basso la pagina e premi il pulsante <strong>Update "
|
1411 |
+
#~ "Mod_Rewrite Rules</strong>."
|
1412 |
+
|
1413 |
+
#~ msgid "WP Super Cache Manager"
|
1414 |
+
#~ msgstr "Gestione WP Super Cache"
|
1415 |
+
|
1416 |
+
#~ msgid "Why your configuration may not be changed"
|
1417 |
+
#~ msgstr "Perché la tua configurazione non può essere modificata"
|
1418 |
+
|
1419 |
+
#~ msgid "Why"
|
1420 |
+
#~ msgstr "Perché"
|
1421 |
+
|
1422 |
+
#~ msgid "ON"
|
1423 |
+
#~ msgstr "ATTIVO"
|
1424 |
+
|
1425 |
+
#~ msgid "WP Cache and Super Cache enabled"
|
1426 |
+
#~ msgstr "WP Cache e Super Cache sono attivi"
|
1427 |
+
|
1428 |
+
#~ msgid "HALF ON"
|
1429 |
+
#~ msgstr "PARZIALE"
|
1430 |
+
|
1431 |
+
#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
1432 |
+
#~ msgstr "Super Cache non attivo, WP-Cache attivo"
|
1433 |
+
|
1434 |
+
#~ msgid "OFF"
|
1435 |
+
#~ msgstr "NON ATTIVO"
|
1436 |
+
|
1437 |
+
#~ msgid "WP Cache and Super Cache disabled"
|
1438 |
+
#~ msgstr "WP Cache e Super Cache non sono attivi"
|
1439 |
+
|
1440 |
+
#~ msgid "Don’t cache pages for logged in users."
|
1441 |
+
#~ msgstr "Non effettuare la cache delle pagine per gli utenti collegati."
|
1442 |
+
|
1443 |
+
#~ msgid ""
|
1444 |
+
#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
|
1445 |
+
#~ "file is being generated. Recommended for <em>very</em> busy websites with "
|
1446 |
+
#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
|
1447 |
+
#~ "obsolete."
|
1448 |
+
#~ msgstr ""
|
1449 |
+
#~ "Rigenerazione della cache. Proponi agli utenti anonimi un file di "
|
1450 |
+
#~ "supercache quando un nuovo file sta per essere generato. L'attivazione di "
|
1451 |
+
#~ "questa funzione é preferibile per quei siti ad <em>alto</em> traffico e "
|
1452 |
+
#~ "con molti commenti. Questa opzione rende di fatto obsoleta la \"cache "
|
1453 |
+
#~ "diretta pagine\" e la \"modalità Lockdown\"."
|
1454 |
+
|
1455 |
+
#~ msgid ""
|
1456 |
+
#~ "List the newest cached pages (may be expensive to run on busy sites, use "
|
1457 |
+
#~ "with caution.)"
|
1458 |
+
#~ msgstr ""
|
1459 |
+
#~ "Lista delle nuove pagine nella cache (non indicato per i siti ad alto "
|
1460 |
+
#~ "traffico - usare con cautela)"
|
1461 |
+
|
1462 |
+
#~ msgid ""
|
1463 |
+
#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
|
1464 |
+
#~ msgstr ""
|
1465 |
+
#~ "Il supporto Mobile device fa uso del <a href=\"%s\">WordPress Mobile "
|
1466 |
+
#~ "Edition</a>."
|
1467 |
+
|
1468 |
+
#~ msgid ""
|
1469 |
+
#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
|
1470 |
+
#~ "\">uninstall script</a> to remove files and directories created by the "
|
1471 |
+
#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
|
1472 |
+
#~ "txt</a> for instructions on uninstalling this script.)"
|
1473 |
+
#~ msgstr ""
|
1474 |
+
#~ "Utilizzando lo script di <a href=\"%1$s/wp-super-cache/uninstall.php"
|
1475 |
+
#~ "\">disinstallazione</a> verranno rimossi tutti i file e tutte le cartelle "
|
1476 |
+
#~ "create dal plugin. (per maggiori informazioni sul come effettuare la "
|
1477 |
+
#~ "disinstallazione, consulta il <a href=\"%1$s/wp-super-cache/readme.txt"
|
1478 |
+
#~ "\">readme.txt</a>.)"
|
1479 |
+
|
1480 |
+
#~ msgid ""
|
1481 |
+
#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
1482 |
+
#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
|
1483 |
+
#~ "\" for whatever amount you want. Every penny helps!"
|
1484 |
+
#~ msgstr ""
|
1485 |
+
#~ "%1$s rende veramente più veloce il tuo blog. Rendilo più rapido<sup>*</"
|
1486 |
+
#~ "sup> offrendomi una <a href=\"%2$s\">Amazon gift card</a>! Partecipa a \"%"
|
1487 |
+
#~ "3$s\" con un qualsiasi importo tu desideri offrire. Ogni centesimo é di "
|
1488 |
+
#~ "aiuto!"
|
1489 |
+
|
1490 |
+
#~ msgid ""
|
1491 |
+
#~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
|
1492 |
+
#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
|
1493 |
+
#~ "\">wishlist</a>."
|
1494 |
+
#~ msgstr ""
|
1495 |
+
#~ "Non ti piacesse Amazon, utilizza PayPal. Clicca sul pulsante \"Donazione"
|
1496 |
+
#~ "\" qui sotto oppure fai un salto alla mia <a href=\"%s\">wishlist</a>."
|
1497 |
+
|
1498 |
+
#~ msgid "Thanks in advance!"
|
1499 |
+
#~ msgstr "Un grazie anticipato!"
|
1500 |
+
|
1501 |
+
#~ msgid ""
|
1502 |
+
#~ "Ok, it won’t go any faster but you’ll make this plugin author "
|
1503 |
+
#~ "very happy!"
|
1504 |
+
#~ msgstr ""
|
1505 |
+
#~ "Ok, considera che sebbene il tuo sito non sarà più veloce avrai almeno "
|
1506 |
+
#~ "reso più felice l'autore di questo plugin!"
|
1507 |
+
|
1508 |
+
#~ msgid "Don’t show me this again."
|
1509 |
+
#~ msgstr "Non mostrarmelo più."
|
1510 |
+
|
1511 |
+
#~ msgid "Hide"
|
1512 |
+
#~ msgstr "Nascondi"
|
1513 |
+
|
1514 |
+
#~ msgid ""
|
1515 |
+
#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
1516 |
+
#~ "had more time to read and relax."
|
1517 |
+
#~ msgstr ""
|
1518 |
+
#~ "Oltre al tempo dedicato alla lettura ed al relax, Donncha cura il blog %1"
|
1519 |
+
#~ "$s, pubblica le sue foto nel sito %2$s e riceve anche dei <a href=\"%3$s"
|
1520 |
+
#~ "\">doni</a>."
|
1521 |
+
|
1522 |
+
#~ msgid "Super Cache Compression"
|
1523 |
+
#~ msgstr "Compressione Super Cache"
|
1524 |
+
|
1525 |
+
#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
1526 |
+
#~ msgstr ""
|
1527 |
+
#~ "La compressione viene attivata come predefinita quando é in uso la "
|
1528 |
+
#~ "modalità <em>PARZIALE</em>."
|
1529 |
+
|
1530 |
+
#~ msgid "Super Cache compression is now disabled."
|
1531 |
+
#~ msgstr "La compressione Super Cache é stata disattivata."
|
1532 |
+
|
1533 |
+
#~ msgid "Super Cache compression is now enabled."
|
1534 |
+
#~ msgstr "La compressione Super Cache é stata attivata."
|
1535 |
+
|
1536 |
+
#~ msgid "Update Compression"
|
1537 |
+
#~ msgstr "Aggiorna la compressione"
|
1538 |
+
|
1539 |
+
#~ msgid "You must edit the file yourself add the following rules."
|
1540 |
+
#~ msgstr ""
|
1541 |
+
#~ "E' necessario che tu modifichi il file aggiungendo le seguenti regole."
|
1542 |
+
|
1543 |
+
#~ msgid "Debug Settings"
|
1544 |
+
#~ msgstr "Impostazioni debug"
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 3.0.1
|
5 |
-
Stable tag: 0.9.9.
|
6 |
Requires at least: 2.9.2
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
@@ -50,11 +50,18 @@ The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is
|
|
50 |
|
51 |
== Upgrade Notice ==
|
52 |
|
53 |
-
= 0.9.9.
|
54 |
-
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
= 0.9.9.5 =
|
59 |
* Disable compression on on easy setup page. Still causes problems on some hosts.
|
60 |
* Remove footerlink on easy setup page.
|
@@ -345,6 +352,14 @@ That tracking adds a query string to each url linked from various sources like T
|
|
345 |
|
346 |
It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
= Troubleshooting =
|
349 |
|
350 |
If things don't work when you installed the plugin here are a few things to check:
|
@@ -419,3 +434,5 @@ Translators who did a great job converting the text of the plugin to their nativ
|
|
419 |
* Tai (Japanese)
|
420 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
421 |
* [Pseric](http://pseric.com/) (Traditional Chinese)
|
|
|
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 3.0.1
|
5 |
+
Stable tag: 0.9.9.6
|
6 |
Requires at least: 2.9.2
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
50 |
|
51 |
== Upgrade Notice ==
|
52 |
|
53 |
+
= 0.9.9.6 =
|
54 |
+
Fixed problem serving cached files with PHP, added support for 304 "file not modified" browser caching, French & German and updated Italian translations
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 0.9.9.6 =
|
59 |
+
* Fixed problem serving cached files with PHP
|
60 |
+
* Added support for 304 "file not modified" header to help browser caching. (PHP caching only)
|
61 |
+
* Added French & German translations, updated Italian translation and fixed translation strings.
|
62 |
+
* Sleep 4 seconds between preload urls to reduce load on the server
|
63 |
+
* Updated docs and FAQs.
|
64 |
+
|
65 |
= 0.9.9.5 =
|
66 |
* Disable compression on on easy setup page. Still causes problems on some hosts.
|
67 |
* Remove footerlink on easy setup page.
|
352 |
|
353 |
It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
|
354 |
|
355 |
+
= How do I delete the WP_CACHE define from wp-config.php? =
|
356 |
+
|
357 |
+
Load your desktop ftp client and connect to your site. Navigate to the root (or the directory below it) of your site where you'll find wp-config.php. Download that file and edit it in a text editor. Delete the line `define( 'WP_CACHE', true );` and save the file. Now upload it, overwriting the wp-config.php on your server.
|
358 |
+
|
359 |
+
= How do I delete the Super Cache rules from the .htaccess file? =
|
360 |
+
|
361 |
+
Load your desktop ftp client and connect to your site. You may need to enable "Show hidden files" in the preferences of the ftp client. Navigate to the root of your site where you'll find the .htaccess file. Download that file and edit it in a text editor. Delete the lines between "# BEGIN WPSuperCache" and "# END WPSuperCache" and save the file. Now upload it, overwriting the .htaccess file on your server.
|
362 |
+
|
363 |
= Troubleshooting =
|
364 |
|
365 |
If things don't work when you installed the plugin here are a few things to check:
|
434 |
* Tai (Japanese)
|
435 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
436 |
* [Pseric](http://pseric.com/) (Traditional Chinese)
|
437 |
+
* [Ma�tre M�](http://maitremo.fr/) (French)
|
438 |
+
* [Mathias Roth](http://trade-service.eu/) (German)
|
wp-cache-phase1.php
CHANGED
@@ -4,34 +4,21 @@
|
|
4 |
if( !defined('WP_CONTENT_DIR') )
|
5 |
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
if( !include( WP_CONTENT_DIR . '/wp-cache-config.php' ) )
|
10 |
-
return false;
|
11 |
-
$fields = array( "cache_compression", "cache_enabled", "super_cache_enabled", "cache_max_time", "cache_path", "file_prefix", "blogcacheid", "cache_acceptable_files", "cache_rejected_uri", "cache_rejected_user_agent", "cache_rebuild_files", "wp_cache_mutex_disabled", "wp_cache_mobile", "wp_cache_mobile_whitelist", "wp_cache_mobile_browsers", "wp_cache_plugins_dir", "wp_cache_shutdown_gc", "wp_super_cache_late_init", "wp_super_cache_advanced_debug", "wp_super_cache_front_page_text", "wp_super_cache_front_page_clear", "wp_super_cache_front_page_check", "wp_super_cache_front_page_notification", "wp_cache_object_cache", "wp_cache_anon_only", "wp_supercache_cache_list", "wp_cache_debug_to_file", "wp_super_cache_debug", "wp_cache_debug_level", "wp_cache_debug_ip", "wp_cache_debug_log", "wp_cache_debug_email", "wp_cache_pages", "wp_cache_hide_donation", "wp_cache_not_logged_in", "wp_cache_clear_on_post_edit", "wp_cache_hello_world", "wp_cache_mobile_enabled", "wp_cache_cron_check", "use_flock", "sem_id" );
|
12 |
-
foreach( $fields as $field ) {
|
13 |
-
$GLOBALS[ $field ] = $$field;
|
14 |
-
$wpsc_settings[ $field ] = $$field;
|
15 |
-
}
|
16 |
-
return true;
|
17 |
-
}
|
18 |
-
|
19 |
-
if( false == wp_cache_load_config() )
|
20 |
-
return true;
|
21 |
|
22 |
if( !defined( 'WPCACHEHOME' ) )
|
23 |
define('WPCACHEHOME', dirname(__FILE__).'/');
|
24 |
|
25 |
include( WPCACHEHOME . 'wp-cache-base.php');
|
26 |
|
27 |
-
if( $
|
28 |
-
$
|
29 |
} else {
|
30 |
-
$
|
31 |
}
|
32 |
-
$blog_cache_dir = $wpsc_settings[ 'blog_cache_dir' ];
|
33 |
|
34 |
-
$
|
35 |
$new_cache = false;
|
36 |
|
37 |
if( !isset( $wp_cache_plugins_dir ) )
|
@@ -118,7 +105,7 @@ function wp_super_cache_init() {
|
|
118 |
|
119 |
function wp_cache_serve_cache_file() {
|
120 |
global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
121 |
-
global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check;
|
122 |
|
123 |
extract( wp_super_cache_init() );
|
124 |
|
@@ -160,20 +147,43 @@ function wp_cache_serve_cache_file() {
|
|
160 |
} else {
|
161 |
// last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
|
162 |
$file = get_current_url_supercache_dir() . "index.html";
|
163 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
|
165 |
header( "Vary: Accept-Encoding, Cookie" );
|
166 |
header( "Cache-Control: max-age=300, must-revalidate" );
|
167 |
header( "WP-Super-Cache: Served supercache file from PHP" );
|
168 |
-
if ( file_exists( $file .
|
|
|
169 |
header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
|
170 |
-
header( 'Content-Length: ' . filesize( $file
|
171 |
-
|
172 |
-
|
173 |
-
readfile( $file );
|
174 |
}
|
175 |
-
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
} else {
|
178 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
|
179 |
return false;
|
@@ -203,7 +213,7 @@ function wp_cache_serve_cache_file() {
|
|
203 |
unset( $uncompressed );
|
204 |
}
|
205 |
}
|
206 |
-
if ( $meta[ 'dynamic' ] ) {
|
207 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file from object cache", 5 );
|
208 |
eval( '?>' . $cache . '<?php ' );
|
209 |
} else {
|
@@ -231,6 +241,20 @@ function wp_cache_serve_cache_file() {
|
|
231 |
}
|
232 |
} else {
|
233 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
if ( $ungzip ) {
|
235 |
$cache = file_get_contents( $cache_file );
|
236 |
$uncompressed = gzuncompress( $cache );
|
4 |
if( !defined('WP_CONTENT_DIR') )
|
5 |
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
|
6 |
|
7 |
+
if( !include( WP_CONTENT_DIR . '/wp-cache-config.php' ) )
|
8 |
+
return false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
if( !defined( 'WPCACHEHOME' ) )
|
11 |
define('WPCACHEHOME', dirname(__FILE__).'/');
|
12 |
|
13 |
include( WPCACHEHOME . 'wp-cache-base.php');
|
14 |
|
15 |
+
if( $blogcacheid != '' ) {
|
16 |
+
$blog_cache_dir = str_replace( '//', '/', $cache_path . "blogs/" . $blogcacheid . '/' );
|
17 |
} else {
|
18 |
+
$blog_cache_dir = $cache_path;
|
19 |
}
|
|
|
20 |
|
21 |
+
$mutex_filename = 'wp_cache_mutex.lock';
|
22 |
$new_cache = false;
|
23 |
|
24 |
if( !isset( $wp_cache_plugins_dir ) )
|
105 |
|
106 |
function wp_cache_serve_cache_file() {
|
107 |
global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
|
108 |
+
global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304;
|
109 |
|
110 |
extract( wp_super_cache_init() );
|
111 |
|
147 |
} else {
|
148 |
// last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
|
149 |
$file = get_current_url_supercache_dir() . "index.html";
|
150 |
+
if (
|
151 |
+
(
|
152 |
+
$wp_cache_request_uri == '/' ||
|
153 |
+
( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) ||
|
154 |
+
( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' )
|
155 |
+
) &&
|
156 |
+
( wp_cache_get_cookies_values() == '' && empty( $_GET ) && file_exists( $file ) ) )
|
157 |
+
{
|
158 |
header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
|
159 |
header( "Vary: Accept-Encoding, Cookie" );
|
160 |
header( "Cache-Control: max-age=300, must-revalidate" );
|
161 |
header( "WP-Super-Cache: Served supercache file from PHP" );
|
162 |
+
if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) {
|
163 |
+
$file = $file . '.gz';
|
164 |
header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
|
165 |
+
header( 'Content-Length: ' . filesize( $file ) );
|
166 |
+
} elseif ( $wp_supercache_304 ) {
|
167 |
+
header( 'Content-Length: ' . filesize( $file ) );
|
|
|
168 |
}
|
169 |
+
|
170 |
+
if ( $wp_supercache_304 ) {
|
171 |
+
if ( function_exists( 'apache_request_headers' ) ) {
|
172 |
+
$request = apache_request_headers();
|
173 |
+
$remote_mod_time = $request[ 'If-Modified-Since' ];
|
174 |
+
} else {
|
175 |
+
$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
|
176 |
+
}
|
177 |
+
$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $file )).' GMT';
|
178 |
+
if ( $remote_mod_time == $local_mod_time ) {
|
179 |
+
header("HTTP/1.0 304 Not Modified");
|
180 |
+
exit();
|
181 |
+
}
|
182 |
+
header( 'Last-Modified: ' . $local_mod_time );
|
183 |
+
}
|
184 |
+
readfile( $file );
|
185 |
+
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 );
|
186 |
+
exit();
|
187 |
} else {
|
188 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
|
189 |
return false;
|
213 |
unset( $uncompressed );
|
214 |
}
|
215 |
}
|
216 |
+
if ( isset( $meta[ 'dynamic' ] ) && $meta[ 'dynamic' ] ) {
|
217 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file from object cache", 5 );
|
218 |
eval( '?>' . $cache . '<?php ' );
|
219 |
} else {
|
241 |
}
|
242 |
} else {
|
243 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
|
244 |
+
if ( $wp_supercache_304 ) {
|
245 |
+
if ( function_exists( 'apache_request_headers' ) ) {
|
246 |
+
$request = apache_request_headers();
|
247 |
+
$remote_mod_time = $request[ 'If-Modified-Since' ];
|
248 |
+
} else {
|
249 |
+
$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
|
250 |
+
}
|
251 |
+
$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $cache_file )).' GMT';
|
252 |
+
if ( $remote_mod_time == $local_mod_time ) {
|
253 |
+
header("HTTP/1.0 304 Not Modified");
|
254 |
+
exit();
|
255 |
+
}
|
256 |
+
header( 'Last-Modified: ' . $local_mod_time );
|
257 |
+
}
|
258 |
if ( $ungzip ) {
|
259 |
$cache = file_get_contents( $cache_file );
|
260 |
$uncompressed = gzuncompress( $cache );
|
wp-cache-phase2.php
CHANGED
@@ -4,15 +4,15 @@ function wp_cache_phase2() {
|
|
4 |
global $wpsc_settings;
|
5 |
global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_last_gc;
|
6 |
global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache;
|
7 |
-
global $cache_enabled;
|
8 |
|
9 |
if ( $cache_enabled == false )
|
10 |
return false;
|
11 |
|
12 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'In WP Cache Phase 2', 5 );
|
13 |
|
14 |
-
$
|
15 |
-
$
|
16 |
|
17 |
wp_cache_mutex_init();
|
18 |
if(function_exists('add_action') && ( !defined( 'WPLOCKDOWN' ) || ( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) == '0' ) ) ) {
|
@@ -181,32 +181,32 @@ function wp_cache_is_rejected($uri) {
|
|
181 |
}
|
182 |
|
183 |
function wp_cache_mutex_init() {
|
184 |
-
global $
|
185 |
|
186 |
-
if( isset( $
|
187 |
return true;
|
188 |
|
189 |
-
if( !is_bool( $
|
190 |
if(function_exists('sem_get'))
|
191 |
-
$
|
192 |
else
|
193 |
-
$
|
194 |
}
|
195 |
|
196 |
$mutex = false;
|
197 |
-
if ($
|
198 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on filename: {$
|
199 |
-
$mutex = @fopen( $
|
200 |
} else {
|
201 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on semaphore: {$
|
202 |
-
$mutex = @sem_get( $
|
203 |
}
|
204 |
}
|
205 |
|
206 |
function wp_cache_writers_entry() {
|
207 |
-
global $
|
208 |
|
209 |
-
if( isset( $
|
210 |
return true;
|
211 |
|
212 |
if( !$mutex ) {
|
@@ -214,7 +214,7 @@ function wp_cache_writers_entry() {
|
|
214 |
return false;
|
215 |
}
|
216 |
|
217 |
-
if ( $
|
218 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using flock()", 5 );
|
219 |
flock($mutex, LOCK_EX);
|
220 |
} else {
|
@@ -226,9 +226,9 @@ function wp_cache_writers_entry() {
|
|
226 |
}
|
227 |
|
228 |
function wp_cache_writers_exit() {
|
229 |
-
global $
|
230 |
|
231 |
-
if( isset( $
|
232 |
return true;
|
233 |
|
234 |
if( !$mutex ) {
|
@@ -236,7 +236,7 @@ function wp_cache_writers_exit() {
|
|
236 |
return false;
|
237 |
}
|
238 |
|
239 |
-
if ( $
|
240 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using flock()", 5 );
|
241 |
flock($mutex, LOCK_UN);
|
242 |
} else {
|
@@ -289,9 +289,9 @@ function wp_cache_ob_callback( $buffer ) {
|
|
289 |
}
|
290 |
|
291 |
function wp_cache_append_tag( &$buffer ) {
|
292 |
-
global $
|
293 |
global $cache_enabled, $super_cache_enabled;
|
294 |
-
$timestamp = gmdate('Y-m-d H:i:s', (time() + ( $
|
295 |
if ( $cache_enabled || $super_cache_enabled ) {
|
296 |
$buffer .= "<!-- Cached page generated by WP-Super-Cache on $timestamp -->\n";
|
297 |
} else {
|
@@ -386,6 +386,7 @@ function wp_cache_get_ob(&$buffer) {
|
|
386 |
wp_cache_init(); // PHP5 destroys objects during shutdown
|
387 |
}
|
388 |
|
|
|
389 |
if ( $cache_enabled ) {
|
390 |
// Open wp-cache cache file
|
391 |
if ( !$supercacheonly && ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) ) {
|
@@ -699,9 +700,8 @@ function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
|
|
699 |
}
|
700 |
|
701 |
function wp_cache_shutdown_callback() {
|
702 |
-
global $wpsc_settings;
|
703 |
global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
|
704 |
-
global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled;
|
705 |
|
706 |
$wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
|
707 |
$wp_cache_meta[ 'blog_id' ] = $blog_id;
|
@@ -746,7 +746,7 @@ function wp_cache_shutdown_callback() {
|
|
746 |
if( $value == '' )
|
747 |
$value = 'text/html';
|
748 |
}
|
749 |
-
$value .= "; charset=\"" . $
|
750 |
|
751 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending 'Content-Type: $value' header.", 2 );
|
752 |
@header("Content-Type: $value");
|
4 |
global $wpsc_settings;
|
5 |
global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_last_gc;
|
6 |
global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache;
|
7 |
+
global $cache_enabled, $wp_cache_gmt_offset, $wp_cache_blog_charset;
|
8 |
|
9 |
if ( $cache_enabled == false )
|
10 |
return false;
|
11 |
|
12 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'In WP Cache Phase 2', 5 );
|
13 |
|
14 |
+
$wp_cache_gmt_offset = get_option( 'gmt_offset' ); // caching for later use when wpdb is gone. http://wordpress.org/support/topic/224349
|
15 |
+
$wp_cache_blog_charset = get_option( 'blog_charset' );
|
16 |
|
17 |
wp_cache_mutex_init();
|
18 |
if(function_exists('add_action') && ( !defined( 'WPLOCKDOWN' ) || ( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) == '0' ) ) ) {
|
181 |
}
|
182 |
|
183 |
function wp_cache_mutex_init() {
|
184 |
+
global $mutex, $wp_cache_mutex_disabled, $use_flock, $blog_cache_dir, $mutex_filename, $sem_id;
|
185 |
|
186 |
+
if( isset( $wp_cache_mutex_disabled) && $wp_cache_mutex_disabled )
|
187 |
return true;
|
188 |
|
189 |
+
if( !is_bool( $use_flock ) ) {
|
190 |
if(function_exists('sem_get'))
|
191 |
+
$use_flock = false;
|
192 |
else
|
193 |
+
$use_flock = true;
|
194 |
}
|
195 |
|
196 |
$mutex = false;
|
197 |
+
if ($use_flock ) {
|
198 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on filename: {$blog_cache_dir}{$mutex_filename}", 5 );
|
199 |
+
$mutex = @fopen( $blog_cache_dir . $mutex_filename, 'w' );
|
200 |
} else {
|
201 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on semaphore: {$sem_id}", 5 );
|
202 |
+
$mutex = @sem_get( $sem_id, 1, 0644 | IPC_CREAT, 1 );
|
203 |
}
|
204 |
}
|
205 |
|
206 |
function wp_cache_writers_entry() {
|
207 |
+
global $mutex, $wp_cache_mutex_disabled, $use_flock;
|
208 |
|
209 |
+
if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
|
210 |
return true;
|
211 |
|
212 |
if( !$mutex ) {
|
214 |
return false;
|
215 |
}
|
216 |
|
217 |
+
if ( $use_flock ) {
|
218 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using flock()", 5 );
|
219 |
flock($mutex, LOCK_EX);
|
220 |
} else {
|
226 |
}
|
227 |
|
228 |
function wp_cache_writers_exit() {
|
229 |
+
global $mutex, $wp_cache_mutex_disabled, $use_flock;
|
230 |
|
231 |
+
if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
|
232 |
return true;
|
233 |
|
234 |
if( !$mutex ) {
|
236 |
return false;
|
237 |
}
|
238 |
|
239 |
+
if ( $use_flock ) {
|
240 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using flock()", 5 );
|
241 |
flock($mutex, LOCK_UN);
|
242 |
} else {
|
289 |
}
|
290 |
|
291 |
function wp_cache_append_tag( &$buffer ) {
|
292 |
+
global $wp_cache_gmt_offset;
|
293 |
global $cache_enabled, $super_cache_enabled;
|
294 |
+
$timestamp = gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600)));
|
295 |
if ( $cache_enabled || $super_cache_enabled ) {
|
296 |
$buffer .= "<!-- Cached page generated by WP-Super-Cache on $timestamp -->\n";
|
297 |
} else {
|
386 |
wp_cache_init(); // PHP5 destroys objects during shutdown
|
387 |
}
|
388 |
|
389 |
+
$fr = $fr2 = $gz = false;
|
390 |
if ( $cache_enabled ) {
|
391 |
// Open wp-cache cache file
|
392 |
if ( !$supercacheonly && ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) ) {
|
700 |
}
|
701 |
|
702 |
function wp_cache_shutdown_callback() {
|
|
|
703 |
global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
|
704 |
+
global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset;
|
705 |
|
706 |
$wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
|
707 |
$wp_cache_meta[ 'blog_id' ] = $blog_id;
|
746 |
if( $value == '' )
|
747 |
$value = 'text/html';
|
748 |
}
|
749 |
+
$value .= "; charset=\"" . $wp_cache_blog_charset . "\"";
|
750 |
|
751 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending 'Content-Type: $value' header.", 2 );
|
752 |
@header("Content-Type: $value");
|
wp-cache.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
-
Version: 0.9.9.
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
@@ -287,7 +287,7 @@ function wp_cache_manager_error_checks() {
|
|
287 |
add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
|
288 |
|
289 |
function wp_cache_manager_updates() {
|
290 |
-
global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite;
|
291 |
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
|
292 |
if ( $valid_nonce == false )
|
293 |
return false;
|
@@ -307,6 +307,13 @@ function wp_cache_manager_updates() {
|
|
307 |
}
|
308 |
|
309 |
if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'scupdates' ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
if( isset( $_POST[ 'wp_cache_mobile_enabled' ] ) ) {
|
311 |
$wp_cache_mobile_enabled = 1;
|
312 |
} else {
|
@@ -416,7 +423,7 @@ function wp_cache_manager_updates() {
|
|
416 |
}
|
417 |
}
|
418 |
}
|
419 |
-
if ( $_GET[ 'page' ] == 'wpsupercache' )
|
420 |
add_action( 'admin_init', 'wp_cache_manager_updates' );
|
421 |
|
422 |
function wp_cache_manager() {
|
@@ -424,7 +431,7 @@ function wp_cache_manager() {
|
|
424 |
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
425 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
426 |
global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
|
427 |
-
global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $
|
428 |
|
429 |
// used by mod_rewrite rules and config file
|
430 |
if ( function_exists( "cfmobi_default_browsers" ) ) {
|
@@ -723,18 +730,18 @@ jQuery(document).ready(function(){
|
|
723 |
$wp_cache_preload_email_volume = 'many';
|
724 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="many" class="tog" ';
|
725 |
checked( 'many', $wp_cache_preload_email_volume );
|
726 |
-
echo '/> ' . __( 'Many emails, 2 emails per 100 posts.' ) . '<br >';
|
727 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="medium" class="tog" ';
|
728 |
checked( 'medium', $wp_cache_preload_email_volume );
|
729 |
-
echo '/> ' . __( 'Medium, 1 email per 100 posts.' ) . '<br >';
|
730 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="less" class="tog" ';
|
731 |
checked( 'less', $wp_cache_preload_email_volume );
|
732 |
echo '/> ' . __( 'Less emails, 1 at the start and 1 at the end of preloading all posts.', 'wp-super-cache' ) . '<br >';
|
733 |
|
734 |
$currently_preloading = false;
|
735 |
|
736 |
-
next_preload_message( 'wp_cache_preload_hook', 'Refresh of cache in %d hours %d minutes and %d seconds.', 60 );
|
737 |
-
next_preload_message( 'wp_cache_full_preload_hook', 'Full refresh of cache in %d hours %d minutes and %d seconds.' );
|
738 |
|
739 |
$preload_counter = get_option( 'preload_cache_counter' );
|
740 |
if ( isset( $preload_counter[ 'first' ] ) ) // converted from int to array
|
@@ -784,10 +791,14 @@ jQuery(document).ready(function(){
|
|
784 |
<td>
|
785 |
<fieldset>
|
786 |
<legend class="hidden">Miscellaneous</legend>
|
787 |
-
<?php if( false == defined( 'WPSC_DISABLE_COMPRESSION' ) ) { ?>
|
788 |
-
|
789 |
<em><?php _e( 'Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache.', 'wp-super-cache' ); ?></em><br />
|
790 |
<?php } ?>
|
|
|
|
|
|
|
|
|
791 |
<label><input type='checkbox' name='wp_cache_not_logged_in' <?php if( $wp_cache_not_logged_in ) echo "checked"; ?> value='1'> <?php _e( 'Don’t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
792 |
<label><input type='checkbox' name='cache_rebuild_files' <?php if( $cache_rebuild_files ) echo "checked"; ?> value='1'> <?php _e( 'Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
793 |
<label><input type='checkbox' name='wp_cache_hello_world' <?php if( $wp_cache_hello_world ) echo "checked"; ?> value='1'> <?php _e( 'Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)', 'wp-super-cache' ); ?></label><br />
|
@@ -882,6 +893,12 @@ jQuery(document).ready(function(){
|
|
882 |
<p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
|
883 |
<p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>' ); ?></p>
|
884 |
<p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
<?php
|
886 |
if ( isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
887 |
$start_date = get_option( 'wpsupercache_start' );
|
@@ -936,6 +953,7 @@ function wpsc_plugins_tab() {
|
|
936 |
}
|
937 |
|
938 |
function wpsc_admin_tabs( $current = 0 ) {
|
|
|
939 |
if ( $current == 0 ) {
|
940 |
if ( isset( $_GET[ 'tab' ] ) ) {
|
941 |
$current = $_GET[ 'tab' ];
|
@@ -943,7 +961,7 @@ function wpsc_admin_tabs( $current = 0 ) {
|
|
943 |
$current = 'easy';
|
944 |
}
|
945 |
}
|
946 |
-
$tabs = array( 'easy' => 'Easy', 'settings' => __( 'Advanced', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
|
947 |
$links = array();
|
948 |
foreach( $tabs as $tab => $name ) {
|
949 |
if ( $current == $tab ) {
|
@@ -952,9 +970,13 @@ function wpsc_admin_tabs( $current = 0 ) {
|
|
952 |
$links[] = "<a class='nav-tab' href='?page=wpsupercache&tab=$tab'>$name</a>";
|
953 |
}
|
954 |
}
|
955 |
-
|
956 |
-
|
957 |
-
|
|
|
|
|
|
|
|
|
958 |
}
|
959 |
|
960 |
function wsc_mod_rewrite() {
|
@@ -2069,7 +2091,7 @@ function wp_cache_clean_cache($file_prefix) {
|
|
2069 |
}
|
2070 |
|
2071 |
function wp_cache_clean_expired($file_prefix) {
|
2072 |
-
global $cache_path, $cache_max_time, $blog_cache_dir;
|
2073 |
|
2074 |
if ( $cache_max_time == 0 ) {
|
2075 |
return false;
|
@@ -2077,7 +2099,7 @@ function wp_cache_clean_expired($file_prefix) {
|
|
2077 |
|
2078 |
// If phase2 was compiled, use its function to avoid race-conditions
|
2079 |
if(function_exists('wp_cache_phase2_clean_expired')) {
|
2080 |
-
if (function_exists ('prune_super_cache')) {
|
2081 |
$dir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '', $_SERVER["HTTP_HOST"]);
|
2082 |
if( is_dir( $dir ) ) {
|
2083 |
prune_super_cache( $dir );
|
@@ -2381,10 +2403,12 @@ function wp_cron_preload_cache() {
|
|
2381 |
$msg = '';
|
2382 |
$count = $c + 1;
|
2383 |
foreach( $posts as $post_id ) {
|
|
|
2384 |
clear_post_supercache( $post_id );
|
2385 |
$url = get_permalink( $post_id );
|
2386 |
$msg .= "$url\n";
|
2387 |
wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
|
|
|
2388 |
$count++;
|
2389 |
}
|
2390 |
if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
|
@@ -2428,7 +2452,7 @@ function next_preload_message( $hook, $text, $limit = 0 ) {
|
|
2428 |
$h = (int)($m / 60); $m = $m % 60;
|
2429 |
}
|
2430 |
if ( $next_time > 0 && $next_time < ( 60 * $wp_cache_preload_interval ) )
|
2431 |
-
echo '<p><strong>' . sprintf(
|
2432 |
if ( ( $next_preload - time() ) <= 60 )
|
2433 |
$currently_preloading = true;
|
2434 |
}
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
+
Version: 0.9.9.6
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
287 |
add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
|
288 |
|
289 |
function wp_cache_manager_updates() {
|
290 |
+
global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304;
|
291 |
$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
|
292 |
if ( $valid_nonce == false )
|
293 |
return false;
|
307 |
}
|
308 |
|
309 |
if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'scupdates' ) {
|
310 |
+
if( isset( $_POST[ 'wp_supercache_304' ] ) ) {
|
311 |
+
$wp_supercache_304 = 1;
|
312 |
+
} else {
|
313 |
+
$wp_supercache_304 = 0;
|
314 |
+
}
|
315 |
+
wp_cache_replace_line('^ *\$wp_supercache_304', "\$wp_supercache_304 = " . $wp_supercache_304 . ";", $wp_cache_config_file);
|
316 |
+
|
317 |
if( isset( $_POST[ 'wp_cache_mobile_enabled' ] ) ) {
|
318 |
$wp_cache_mobile_enabled = 1;
|
319 |
} else {
|
423 |
}
|
424 |
}
|
425 |
}
|
426 |
+
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' )
|
427 |
add_action( 'admin_init', 'wp_cache_manager_updates' );
|
428 |
|
429 |
function wp_cache_manager() {
|
431 |
global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
|
432 |
global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
|
433 |
global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
|
434 |
+
global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304;
|
435 |
|
436 |
// used by mod_rewrite rules and config file
|
437 |
if ( function_exists( "cfmobi_default_browsers" ) ) {
|
730 |
$wp_cache_preload_email_volume = 'many';
|
731 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="many" class="tog" ';
|
732 |
checked( 'many', $wp_cache_preload_email_volume );
|
733 |
+
echo '/> ' . __( 'Many emails, 2 emails per 100 posts.', 'wp-super-cache' ) . '<br >';
|
734 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="medium" class="tog" ';
|
735 |
checked( 'medium', $wp_cache_preload_email_volume );
|
736 |
+
echo '/> ' . __( 'Medium, 1 email per 100 posts.', 'wp-super-cache' ) . '<br >';
|
737 |
echo ' <input name="wp_cache_preload_email_volume" type="radio" value="less" class="tog" ';
|
738 |
checked( 'less', $wp_cache_preload_email_volume );
|
739 |
echo '/> ' . __( 'Less emails, 1 at the start and 1 at the end of preloading all posts.', 'wp-super-cache' ) . '<br >';
|
740 |
|
741 |
$currently_preloading = false;
|
742 |
|
743 |
+
next_preload_message( 'wp_cache_preload_hook', __( 'Refresh of cache in %d hours %d minutes and %d seconds.', 'wp-super-cache' ), 60 );
|
744 |
+
next_preload_message( 'wp_cache_full_preload_hook', __( 'Full refresh of cache in %d hours %d minutes and %d seconds.', 'wp-super-cache' ) );
|
745 |
|
746 |
$preload_counter = get_option( 'preload_cache_counter' );
|
747 |
if ( isset( $preload_counter[ 'first' ] ) ) // converted from int to array
|
791 |
<td>
|
792 |
<fieldset>
|
793 |
<legend class="hidden">Miscellaneous</legend>
|
794 |
+
<?php if ( false == defined( 'WPSC_DISABLE_COMPRESSION' ) ) { ?>
|
795 |
+
<label><input type='checkbox' name='cache_compression' <?php if( $cache_compression ) echo "checked"; ?> value='1'> <?php _e( 'Compress pages so they’re served more quickly to visitors.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
796 |
<em><?php _e( 'Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache.', 'wp-super-cache' ); ?></em><br />
|
797 |
<?php } ?>
|
798 |
+
<?php if ( 0 == $wp_cache_mod_rewrite ) { ?>
|
799 |
+
<label><input type='checkbox' name='wp_supercache_304' <?php if( $wp_supercache_304 ) echo "checked"; ?> value='1'> <?php _e( '304 Not Modified browser caching. Indicate when a page has not been modified since last requested.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
800 |
+
<em><?php _e( '304 support is disabled by default because in the past GoDaddy had problems with some of the headers used.', 'wp-super-cache' ); ?></em><br />
|
801 |
+
<?php } ?>
|
802 |
<label><input type='checkbox' name='wp_cache_not_logged_in' <?php if( $wp_cache_not_logged_in ) echo "checked"; ?> value='1'> <?php _e( 'Don’t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
803 |
<label><input type='checkbox' name='cache_rebuild_files' <?php if( $cache_rebuild_files ) echo "checked"; ?> value='1'> <?php _e( 'Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
|
804 |
<label><input type='checkbox' name='wp_cache_hello_world' <?php if( $wp_cache_hello_world ) echo "checked"; ?> value='1'> <?php _e( 'Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)', 'wp-super-cache' ); ?></label><br />
|
893 |
<p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
|
894 |
<p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>' ); ?></p>
|
895 |
<p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
|
896 |
+
<h3 align='center'><?php _e( 'Need Help?', 'wp-super-cache' ); ?></h3>
|
897 |
+
<ol>
|
898 |
+
<li><?php printf( __( '<a href="%1$s">Installation Help</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/installation/' ); ?></li>
|
899 |
+
<li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
|
900 |
+
<li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
|
901 |
+
</ol>
|
902 |
<?php
|
903 |
if ( isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
|
904 |
$start_date = get_option( 'wpsupercache_start' );
|
953 |
}
|
954 |
|
955 |
function wpsc_admin_tabs( $current = 0 ) {
|
956 |
+
global $wp_db_version;
|
957 |
if ( $current == 0 ) {
|
958 |
if ( isset( $_GET[ 'tab' ] ) ) {
|
959 |
$current = $_GET[ 'tab' ];
|
961 |
$current = 'easy';
|
962 |
}
|
963 |
}
|
964 |
+
$tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
|
965 |
$links = array();
|
966 |
foreach( $tabs as $tab => $name ) {
|
967 |
if ( $current == $tab ) {
|
970 |
$links[] = "<a class='nav-tab' href='?page=wpsupercache&tab=$tab'>$name</a>";
|
971 |
}
|
972 |
}
|
973 |
+
if ( $wp_db_version >= 15477 ) {
|
974 |
+
echo '<div id="nav"><h2 class="themes-php">';
|
975 |
+
echo implode( "", $links );
|
976 |
+
echo '</h2></div>';
|
977 |
+
} else {
|
978 |
+
echo implode( " | ", $links );
|
979 |
+
}
|
980 |
}
|
981 |
|
982 |
function wsc_mod_rewrite() {
|
2091 |
}
|
2092 |
|
2093 |
function wp_cache_clean_expired($file_prefix) {
|
2094 |
+
global $cache_path, $cache_max_time, $blog_cache_dir, $wp_cache_preload_on;
|
2095 |
|
2096 |
if ( $cache_max_time == 0 ) {
|
2097 |
return false;
|
2099 |
|
2100 |
// If phase2 was compiled, use its function to avoid race-conditions
|
2101 |
if(function_exists('wp_cache_phase2_clean_expired')) {
|
2102 |
+
if ( $wp_cache_preload_on != 1 && function_exists ('prune_super_cache')) {
|
2103 |
$dir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '', $_SERVER["HTTP_HOST"]);
|
2104 |
if( is_dir( $dir ) ) {
|
2105 |
prune_super_cache( $dir );
|
2403 |
$msg = '';
|
2404 |
$count = $c + 1;
|
2405 |
foreach( $posts as $post_id ) {
|
2406 |
+
set_time_limit( 60 );
|
2407 |
clear_post_supercache( $post_id );
|
2408 |
$url = get_permalink( $post_id );
|
2409 |
$msg .= "$url\n";
|
2410 |
wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
|
2411 |
+
sleep( 4 );
|
2412 |
$count++;
|
2413 |
}
|
2414 |
if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
|
2452 |
$h = (int)($m / 60); $m = $m % 60;
|
2453 |
}
|
2454 |
if ( $next_time > 0 && $next_time < ( 60 * $wp_cache_preload_interval ) )
|
2455 |
+
echo '<p><strong>' . sprintf( $text, $h, $m, $s ) . '</strong></p>';
|
2456 |
if ( ( $next_preload - time() ) <= 60 )
|
2457 |
$currently_preloading = true;
|
2458 |
}
|
wp-super-cache.pot
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: \n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
11 |
-
"POT-Creation-Date: 2010-09-
|
12 |
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
#: plugins/awaitingmoderation.php:23 plugins/awaitingmoderation.php:38
|
24 |
#: plugins/badbehaviour.php:47 plugins/badbehaviour.php:65
|
25 |
#: plugins/domain-mapping.php:47 plugins/domain-mapping.php:62
|
26 |
-
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:
|
27 |
msgid "Disable"
|
28 |
msgstr ""
|
29 |
|
@@ -33,7 +33,7 @@ msgid "disabled"
|
|
33 |
msgstr ""
|
34 |
|
35 |
#: plugins/awaitingmoderation.php:31 plugins/badbehaviour.php:57
|
36 |
-
#: plugins/domain-mapping.php:55 plugins/searchengine.php:69 wp-cache.php:
|
37 |
msgid "enabled"
|
38 |
msgstr ""
|
39 |
|
@@ -49,7 +49,7 @@ msgid ""
|
|
49 |
msgstr ""
|
50 |
|
51 |
#: plugins/awaitingmoderation.php:36 plugins/badbehaviour.php:63
|
52 |
-
#: plugins/domain-mapping.php:60 plugins/searchengine.php:74 wp-cache.php:
|
53 |
msgid "Enable"
|
54 |
msgstr ""
|
55 |
|
@@ -70,7 +70,7 @@ msgid ""
|
|
70 |
"behavior/\") "
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: plugins/badbehaviour.php:69 wp-cache.php:
|
74 |
msgid "Warning!"
|
75 |
msgstr ""
|
76 |
|
@@ -144,23 +144,23 @@ msgid ""
|
|
144 |
"php.ini config file."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: wp-cache.php:
|
148 |
msgid "Permlink Structure Error"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: wp-cache.php:
|
152 |
msgid ""
|
153 |
"A custom url or permalink structure is required for this plugin to work "
|
154 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
155 |
"Options Page</a> to configure your permalinks."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: wp-cache.php:
|
159 |
#, php-format
|
160 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: wp-cache.php:
|
164 |
#, php-format
|
165 |
msgid ""
|
166 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
@@ -168,29 +168,29 @@ msgid ""
|
|
168 |
"operate correctly."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: wp-cache.php:
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
175 |
"readme.txt"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: wp-cache.php:
|
179 |
msgid ""
|
180 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
181 |
"required for the the correct operation of garbage collection by this plugin, "
|
182 |
"WordPress scheduled posts as well as other critical activities."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: wp-cache.php:
|
186 |
msgid "Cannot continue... fix previous problems and retry."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: wp-cache.php:
|
190 |
msgid "Zlib Output Compression Enabled!"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: wp-cache.php:
|
194 |
msgid ""
|
195 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
196 |
"this is recommended as the plugin caches the compressed output once instead "
|
@@ -199,11 +199,11 @@ msgid ""
|
|
199 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: wp-cache.php:
|
203 |
msgid "Mod rewrite may not be installed!"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: wp-cache.php:
|
207 |
msgid ""
|
208 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
209 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
@@ -211,11 +211,11 @@ msgid ""
|
|
211 |
"static files. You will still be able to use legacy or PHP modes."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: wp-cache.php:
|
215 |
msgid "Read Only Mode. Configuration cannot be changed."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: wp-cache.php:
|
219 |
#, php-format
|
220 |
msgid ""
|
221 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
@@ -223,75 +223,75 @@ msgid ""
|
|
223 |
"any changes."
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: wp-cache.php:
|
227 |
msgid ""
|
228 |
"A simple way of doing that is by changing the permissions temporarily using "
|
229 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
230 |
"writeable and it should be fine."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: wp-cache.php:
|
234 |
msgid "Writeable:"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: wp-cache.php:
|
238 |
msgid "Readonly:"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: wp-cache.php:
|
242 |
#, php-format
|
243 |
msgid "Warning! %s is writeable!"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: wp-cache.php:
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"You should change the permissions on %s and make it more restrictive. Use "
|
250 |
"your ftp client, or the following command to fix things:"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: wp-cache.php:
|
254 |
msgid "Mobile rewrite rules detected"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: wp-cache.php:
|
258 |
msgid ""
|
259 |
"For best performance you should enable \"Mobile device support\" or delete "
|
260 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
261 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: wp-cache.php:
|
265 |
msgid ""
|
266 |
"This will have no affect on ordinary users but mobile users will see "
|
267 |
"uncached pages."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: wp-cache.php:
|
271 |
msgid "Rewrite rules must be updated"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: wp-cache.php:
|
275 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: wp-cache.php:
|
279 |
msgid ""
|
280 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
281 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: wp-cache.php:
|
285 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: wp-cache.php:
|
289 |
msgid ""
|
290 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
291 |
"Mod_Rewrite Rules</strong> button."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: wp-cache.php:
|
295 |
#, php-format
|
296 |
msgid ""
|
297 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
@@ -299,7 +299,7 @@ msgid ""
|
|
299 |
"regenerate them by reloading this page."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: wp-cache.php:
|
303 |
#, php-format
|
304 |
msgid ""
|
305 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
@@ -309,156 +309,150 @@ msgid ""
|
|
309 |
"*$</code> add these lines: (do it twice, once for each section)"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: wp-cache.php:
|
313 |
-
msgid ""
|
314 |
-
"Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
|
315 |
-
"strong> button."
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: wp-cache.php:267
|
319 |
msgid "Required to serve compressed supercache files properly."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: wp-cache.php:
|
323 |
msgid ""
|
324 |
"Required to set caching information on supercache pages. IE7 users will see "
|
325 |
"old pages without this module."
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: wp-cache.php:
|
329 |
msgid ""
|
330 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
331 |
"when they refresh or leave comments without this module."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: wp-cache.php:
|
335 |
msgid "Missing Apache Modules"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: wp-cache.php:
|
339 |
msgid ""
|
340 |
"The following Apache modules are missing. The plugin will work in legacy "
|
341 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
342 |
"pages or out of date content however."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: wp-cache.php:
|
346 |
msgid ""
|
347 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
348 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
349 |
"of the readme file."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: wp-cache.php:
|
353 |
msgid "WP Super Cache Settings"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: wp-cache.php:
|
357 |
msgid ""
|
358 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
359 |
"Settings Page by default."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: wp-cache.php:
|
363 |
msgid ""
|
364 |
"Configuration file changed, some values might be wrong. Load the page again "
|
365 |
"from the \"Settings\" menu to reset them."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: wp-cache.php:
|
369 |
msgid "Caching must be enabled to use this feature"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: wp-cache.php:
|
373 |
msgid "Cache Tester"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: wp-cache.php:
|
377 |
msgid "Test your cached website by clicking the test button below."
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: wp-cache.php:
|
381 |
#, php-format
|
382 |
msgid "Fetching %s to prime cache: "
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: wp-cache.php:
|
386 |
msgid "OK"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: wp-cache.php:
|
390 |
#, php-format
|
391 |
msgid "Fetching first copy of %s: "
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: wp-cache.php:
|
395 |
#, php-format
|
396 |
msgid "Fetching second copy of %s: "
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: wp-cache.php:
|
400 |
msgid "One or more page requests failed:"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: wp-cache.php:
|
404 |
#, php-format
|
405 |
msgid "Page %d: %d (%s)"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: wp-cache.php:
|
409 |
#, php-format
|
410 |
msgid "Page 1: %s"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: wp-cache.php:
|
414 |
#, php-format
|
415 |
msgid "Page 2: %s"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: wp-cache.php:
|
419 |
msgid "The timestamps on both pages match!"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: wp-cache.php:
|
423 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: wp-cache.php:
|
427 |
msgid "Send non-secure (non https) request for homepage"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: wp-cache.php:
|
431 |
msgid "Test Cache"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: wp-cache.php:
|
435 |
msgid "Cancel Cache Preload"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: wp-cache.php:
|
439 |
msgid ""
|
440 |
"Scheduled preloading of cache cancelled. If a job is currently running it "
|
441 |
"will not shutdown until the current 100 pages are complete."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: wp-cache.php:
|
445 |
msgid "Scheduled preloading of cache cancelled."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: wp-cache.php:
|
449 |
msgid "Preload Cache Now"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: wp-cache.php:
|
453 |
msgid "Scheduled preloading of cache in 10 seconds."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: wp-cache.php:
|
457 |
#, php-format
|
458 |
msgid "Scheduled preloading of cache in %d minutes"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: wp-cache.php:
|
462 |
msgid ""
|
463 |
"This will cache every published post and page on your site. It will create "
|
464 |
"supercache static files so unknown visitors (including bots) will hit a "
|
@@ -466,176 +460,198 @@ msgid ""
|
|
466 |
"speed as a metric when judging websites now."
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: wp-cache.php:
|
470 |
msgid ""
|
471 |
"Preloading creates lots of files however. Caching is done from the newest "
|
472 |
"post to the oldest so please consider only caching the newest if you have "
|
473 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: wp-cache.php:
|
477 |
msgid ""
|
478 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
479 |
"old legacy files for known users, not the preloaded supercache files. This "
|
480 |
"is a recommended setting when the cache is preloaded."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: wp-cache.php:
|
484 |
#, php-format
|
485 |
msgid ""
|
486 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
487 |
"minutes.)"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: wp-cache.php:
|
491 |
msgid "all"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: wp-cache.php:
|
495 |
#, php-format
|
496 |
msgid "Preload %s posts."
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: wp-cache.php:
|
500 |
msgid ""
|
501 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: wp-cache.php:
|
505 |
msgid "Send me status emails when files are refreshed."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: wp-cache.php:
|
509 |
msgid "Many emails, 2 emails per 100 posts."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: wp-cache.php:
|
513 |
msgid "Medium, 1 email per 100 posts."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: wp-cache.php:
|
517 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
#, php-format
|
522 |
msgid "Currently caching from post %d to %d."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: wp-cache.php:
|
526 |
msgid "Update Settings"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: wp-cache.php:
|
530 |
msgid ""
|
531 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
532 |
"your host administrator."
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: wp-cache.php:
|
536 |
msgid "Caching"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: wp-cache.php:
|
540 |
msgid "Cache hits to this website for quick access."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: wp-cache.php:
|
544 |
-
#: wp-cache.php:
|
545 |
msgid "Recommended"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: wp-cache.php:
|
549 |
msgid "Use mod_rewrite to serve cache files."
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: wp-cache.php:
|
553 |
msgid "Use PHP to serve cache files."
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: wp-cache.php:
|
557 |
msgid "Legacy page caching."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: wp-cache.php:
|
561 |
msgid ""
|
562 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
563 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
564 |
"working. New users should go with PHP caching."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: wp-cache.php:
|
568 |
msgid "Miscellaneous"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: wp-cache.php:
|
572 |
msgid "Compress pages so they’re served more quickly to visitors."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: wp-cache.php:
|
576 |
msgid ""
|
577 |
"Compression is disabled by default because some hosts have problems with "
|
578 |
"compressed files. Switching it on and off clears the cache."
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
582 |
msgid ""
|
583 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
584 |
"comment\">known users</acronym>."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: wp-cache.php:
|
588 |
msgid ""
|
589 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
590 |
"is being generated."
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: wp-cache.php:
|
594 |
msgid ""
|
595 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
596 |
"blog’s footer)"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: wp-cache.php:
|
600 |
msgid "Advanced"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: wp-cache.php:
|
604 |
msgid "Mobile device support."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: wp-cache.php:
|
608 |
msgid "Clear all cache files when a post or page is published."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: wp-cache.php:
|
612 |
msgid "Only refresh current page when comments made."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: wp-cache.php:
|
616 |
msgid "List the newest cached pages on this page."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: wp-cache.php:
|
620 |
msgid ""
|
621 |
"Coarse file locking. You probably don’t need this but it may help if "
|
622 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
623 |
"in very rare cases!</em>"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: wp-cache.php:
|
627 |
msgid "Use object cache to store cached files."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: wp-cache.php:
|
631 |
msgid "(Experimental)"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: wp-cache.php:
|
635 |
msgid "Note:"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: wp-cache.php:
|
639 |
#, php-format
|
640 |
msgid ""
|
641 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
@@ -644,7 +660,7 @@ msgid ""
|
|
644 |
"files are writeable too is probably a good idea!)"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: wp-cache.php:
|
648 |
#, php-format
|
649 |
msgid ""
|
650 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
@@ -652,7 +668,7 @@ msgid ""
|
|
652 |
"uninstall WP Super Cache\"."
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: wp-cache.php:
|
656 |
#, php-format
|
657 |
msgid ""
|
658 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
@@ -661,139 +677,142 @@ msgid ""
|
|
661 |
"have been answered."
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: wp-cache.php:
|
665 |
msgid "Update Status"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: wp-cache.php:
|
669 |
msgid "Accepted Filenames & Rejected URIs"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: wp-cache.php:
|
673 |
msgid "Caching On"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: wp-cache.php:
|
677 |
msgid "Caching Off"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: wp-cache.php:
|
681 |
-
msgid ""
|
682 |
-
"Note: enables PHP caching, compression, cache rebuild, Supercache footer "
|
683 |
-
"message and mobile support"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: wp-cache.php:
|
687 |
msgid ""
|
688 |
"Notice: Supercache mod_rewrite rules detected. Cached files will be served "
|
689 |
-
"using those rules.
|
|
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: wp-cache.php:
|
693 |
msgid "Make WordPress Faster"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: wp-cache.php:
|
697 |
#, php-format
|
698 |
msgid ""
|
699 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: wp-cache.php:
|
703 |
#, php-format
|
704 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: wp-cache.php:
|
708 |
#, php-format
|
709 |
msgid "Please say hi to him on %s too!"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: wp-cache.php:
|
713 |
#, php-format
|
714 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: wp-cache.php:
|
718 |
msgid "Newest Cached Pages:"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: wp-cache.php:
|
722 |
#, php-format
|
723 |
msgid "Cached %s seconds ago"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: wp-cache.php:
|
727 |
msgid "(may not always be accurate on busy sites)"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: wp-cache.php:
|
731 |
msgid ""
|
732 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
733 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
734 |
"regular WordPress plugins."
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: wp-cache.php:
|
738 |
msgid ""
|
739 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
740 |
"WordPress actions is required to create them."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: wp-cache.php:
|
744 |
msgid "Available Plugins"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
748 |
msgid "Tester & Contents"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: wp-cache.php:
|
752 |
msgid "Preload"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: wp-cache.php:
|
756 |
msgid "Plugins"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: wp-cache.php:
|
760 |
msgid "Debug"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: wp-cache.php:
|
764 |
#, php-format
|
765 |
msgid ""
|
766 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
767 |
"href=\"%s\">the main site</a> of this network."
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: wp-cache.php:
|
771 |
#, php-format
|
772 |
msgid ""
|
773 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
774 |
"href=\"%s\">on the main site</a> of this network."
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: wp-cache.php:
|
778 |
msgid "Mod Rewrite Rules"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: wp-cache.php:
|
782 |
msgid "WordPress MU Detected"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: wp-cache.php:
|
786 |
msgid ""
|
787 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
788 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
789 |
"rules above any other rules in that file."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: wp-cache.php:
|
793 |
msgid "Mod Rewrite rules cannot be updated!"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: wp-cache.php:
|
797 |
#, php-format
|
798 |
msgid ""
|
799 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
@@ -801,15 +820,15 @@ msgid ""
|
|
801 |
"main WordPress mod_rewrite rules:"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: wp-cache.php:
|
805 |
msgid "Refresh this page when you have updated your .htaccess file."
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: wp-cache.php:
|
809 |
msgid "Thank you for upgrading."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: wp-cache.php:
|
813 |
#, php-format
|
814 |
msgid ""
|
815 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
@@ -822,11 +841,11 @@ msgid ""
|
|
822 |
"brave enough to use them."
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: wp-cache.php:
|
826 |
msgid "Trailing slash check required."
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: wp-cache.php:
|
830 |
msgid ""
|
831 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
832 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
@@ -835,28 +854,28 @@ msgid ""
|
|
835 |
"and add these two rules to the two groups of Super Cache rules:"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: wp-cache.php:
|
839 |
msgid ""
|
840 |
"You can see where the rules go and examine the complete rules by clicking "
|
841 |
"the \"View mod_rewrite rules\" link below."
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: wp-cache.php:
|
845 |
msgid "Mod Rewrite rules updated!"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: wp-cache.php:
|
849 |
#, php-format
|
850 |
msgid ""
|
851 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
852 |
"verify they are correct. They should look like this:"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: wp-cache.php:
|
856 |
msgid "Mod Rewrite rules must be updated!"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: wp-cache.php:
|
860 |
#, php-format
|
861 |
msgid ""
|
862 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
@@ -864,7 +883,7 @@ msgid ""
|
|
864 |
"WordPress rules as shown in the code below:"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: wp-cache.php:
|
868 |
#, php-format
|
869 |
msgid ""
|
870 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
@@ -872,7 +891,7 @@ msgid ""
|
|
872 |
"upgraded the plugin make sure these rules match."
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: wp-cache.php:
|
876 |
msgid ""
|
877 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
878 |
"rules has been found. This could be simple whitespace differences but you "
|
@@ -880,115 +899,115 @@ msgid ""
|
|
880 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: wp-cache.php:
|
884 |
msgid "View Mod_Rewrite Rules"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: wp-cache.php:
|
888 |
#, php-format
|
889 |
msgid "Rules must be added to %s too:"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: wp-cache.php:
|
893 |
#, php-format
|
894 |
msgid "Gzip encoding rules in %s.htaccess created."
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: wp-cache.php:
|
898 |
msgid "Fix Configuration"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: wp-cache.php:
|
902 |
msgid "Restore Default Configuration"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: wp-cache.php:
|
906 |
msgid ""
|
907 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: wp-cache.php:
|
911 |
msgid "Lock Down:"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: wp-cache.php:
|
915 |
msgid "Disabled"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: wp-cache.php:
|
919 |
msgid "Enabled"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: wp-cache.php:
|
923 |
msgid ""
|
924 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
925 |
"down. When this is enabled, new comments on a post will not refresh the "
|
926 |
"cached static files."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: wp-cache.php:
|
930 |
msgid ""
|
931 |
"Developers: Make your plugin lock down compatible by checking the "
|
932 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
933 |
"respects the WPLOCKDOWN setting."
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: wp-cache.php:
|
937 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: wp-cache.php:
|
941 |
msgid ""
|
942 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
943 |
"new comments are made."
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: wp-cache.php:
|
947 |
msgid ""
|
948 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
949 |
"files as normal."
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: wp-cache.php:
|
953 |
msgid "Lock Down"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: wp-cache.php:
|
957 |
msgid "Directly Cached Files"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: wp-cache.php:
|
961 |
#, php-format
|
962 |
msgid "%s removed!"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: wp-cache.php:
|
966 |
#, php-format
|
967 |
msgid ""
|
968 |
"You must make %s writable to enable this feature. As this is a security risk "
|
969 |
"please make it readonly after your page is generated."
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: wp-cache.php:
|
973 |
#, php-format
|
974 |
msgid ""
|
975 |
"%s is writable. Please make it readonly after your page is generated as this "
|
976 |
"is a security risk."
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: wp-cache.php:
|
980 |
msgid "Existing direct page"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: wp-cache.php:
|
984 |
msgid "Delete cached file"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: wp-cache.php:
|
988 |
msgid "Add direct page:"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: wp-cache.php:
|
992 |
#, php-format
|
993 |
msgid ""
|
994 |
"Directly cached files are files created directly off %s where your blog "
|
@@ -996,7 +1015,7 @@ msgid ""
|
|
996 |
"Slashdot level of traffic to one post or page."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: wp-cache.php:
|
1000 |
#, php-format
|
1001 |
msgid ""
|
1002 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
@@ -1004,40 +1023,40 @@ msgid ""
|
|
1004 |
"visits that page."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: wp-cache.php:
|
1008 |
msgid ""
|
1009 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1010 |
"the cached file."
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: wp-cache.php:
|
1014 |
msgid "Update Direct Pages"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: wp-cache.php:
|
1018 |
msgid "Expiry Time & Garbage Collection"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: wp-cache.php:
|
1022 |
msgid "Expire time:"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: wp-cache.php:
|
1026 |
msgid "seconds"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: wp-cache.php:
|
1030 |
msgid "Garbage Collection"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: wp-cache.php:
|
1034 |
msgid ""
|
1035 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1036 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1037 |
"seconds after the expiry time above."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: wp-cache.php:
|
1041 |
msgid ""
|
1042 |
"Checking for and deleting expired files is expensive, but it’s "
|
1043 |
"expensive leaving them there too. On a very busy site you should set the "
|
@@ -1048,77 +1067,77 @@ msgid ""
|
|
1048 |
"using mod_rewrite or PHP caching."
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: wp-cache.php:
|
1052 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: wp-cache.php:
|
1056 |
msgid "Change Expiration"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: wp-cache.php:
|
1060 |
msgid "Rejected User Agents"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: wp-cache.php:
|
1064 |
msgid ""
|
1065 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1066 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1067 |
"cached files are still sent to these agents if they already exists."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: wp-cache.php:
|
1071 |
msgid "Save UA Strings"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: wp-cache.php:
|
1075 |
msgid ""
|
1076 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1077 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1078 |
"complete discussion on each type."
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: wp-cache.php:
|
1082 |
msgid "Single Posts"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: wp-cache.php:
|
1086 |
msgid "Pages"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: wp-cache.php:
|
1090 |
msgid "Front Page"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: wp-cache.php:
|
1094 |
msgid "Home"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: wp-cache.php:
|
1098 |
msgid "Archives"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: wp-cache.php:
|
1102 |
msgid "Tags"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: wp-cache.php:
|
1106 |
msgid "Category"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: wp-cache.php:
|
1110 |
msgid "Feeds"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: wp-cache.php:
|
1114 |
msgid "Search Pages"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: wp-cache.php:
|
1118 |
msgid "Save"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: wp-cache.php:
|
1122 |
msgid ""
|
1123 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1124 |
"example, if your URLs include year and you dont want to cache last year "
|
@@ -1127,70 +1146,70 @@ msgid ""
|
|
1127 |
"cache that page."
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: wp-cache.php:
|
1131 |
msgid "Save Strings"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: wp-cache.php:
|
1135 |
msgid ""
|
1136 |
"Add here those filenames that can be cached, even if they match one of the "
|
1137 |
"rejected substring specified above."
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: wp-cache.php:
|
1141 |
msgid "Save Files"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: wp-cache.php:
|
1145 |
msgid "Currently logging to: "
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: wp-cache.php:
|
1149 |
msgid ""
|
1150 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
1151 |
"emails or log them to a file in your cache directory."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#: wp-cache.php:
|
1155 |
msgid ""
|
1156 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
1157 |
"will clear the log file."
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: wp-cache.php:
|
1161 |
msgid "Debugging"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: wp-cache.php:
|
1165 |
msgid "Logging Type"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: wp-cache.php:
|
1169 |
msgid "Email"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: wp-cache.php:
|
1173 |
msgid "file"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: wp-cache.php:
|
1177 |
msgid "IP Address"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: wp-cache.php:
|
1181 |
#, php-format
|
1182 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: wp-cache.php:
|
1186 |
msgid "Log level"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: wp-cache.php:
|
1190 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: wp-cache.php:
|
1194 |
msgid ""
|
1195 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1196 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
@@ -1198,7 +1217,7 @@ msgid ""
|
|
1198 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: wp-cache.php:
|
1202 |
#, php-format
|
1203 |
msgid ""
|
1204 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
@@ -1207,94 +1226,94 @@ msgid ""
|
|
1207 |
"emailed if there is a problem."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: wp-cache.php:
|
1211 |
msgid "Check front page every 5 minutes."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: wp-cache.php:
|
1215 |
msgid "Front page text"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: wp-cache.php:
|
1219 |
msgid ""
|
1220 |
"Text to search for on your front page. If this text is missing the cache "
|
1221 |
"will be cleared. Leave blank to disable."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: wp-cache.php:
|
1225 |
msgid "Clear cache on error."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: wp-cache.php:
|
1229 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: wp-cache.php:
|
1233 |
msgid ""
|
1234 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1235 |
"cache."
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: wp-cache.php:
|
1239 |
msgid "Warning"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: wp-cache.php:
|
1243 |
msgid ""
|
1244 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1245 |
"you disable gzip compression."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: wp-cache.php:
|
1249 |
-
#: wp-cache.php:
|
1250 |
msgid "Error"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: wp-cache.php:
|
1254 |
#, php-format
|
1255 |
msgid ""
|
1256 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1257 |
"couldn’t be created by the web server. Check %s permissions."
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: wp-cache.php:
|
1261 |
#, php-format
|
1262 |
msgid ""
|
1263 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1264 |
"to be writable for this plugin to work. Double-check it."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: wp-cache.php:
|
1268 |
#, php-format
|
1269 |
msgid ""
|
1270 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1271 |
"writable by the Web server.Please delete it and refresh this page."
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: wp-cache.php:
|
1275 |
#, php-format
|
1276 |
msgid ""
|
1277 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1278 |
"not writable by the Web server.Check its permissions."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: wp-cache.php:
|
1282 |
#, php-format
|
1283 |
msgid ""
|
1284 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1285 |
"installation."
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: wp-cache.php:
|
1289 |
#, php-format
|
1290 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: wp-cache.php:
|
1294 |
msgid "1. If it already exists please delete the file first."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: wp-cache.php:
|
1298 |
#, php-format
|
1299 |
msgid ""
|
1300 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
@@ -1303,19 +1322,19 @@ msgid ""
|
|
1303 |
"again. (Change 777 to 755 in the previous command)"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: wp-cache.php:
|
1307 |
#, php-format
|
1308 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: wp-cache.php:
|
1312 |
#, php-format
|
1313 |
msgid ""
|
1314 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1315 |
"em> doesn’t exist:"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: wp-cache.php:
|
1319 |
#, php-format
|
1320 |
msgid ""
|
1321 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
@@ -1323,7 +1342,7 @@ msgid ""
|
|
1323 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: wp-cache.php:
|
1327 |
msgid ""
|
1328 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1329 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
@@ -1332,13 +1351,13 @@ msgid ""
|
|
1332 |
"true);</code></p>"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
-
#: wp-cache.php:
|
1336 |
msgid ""
|
1337 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1338 |
"code> file and I couldn’t modify it."
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: wp-cache.php:
|
1342 |
#, php-format
|
1343 |
msgid ""
|
1344 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
@@ -1346,7 +1365,7 @@ msgid ""
|
|
1346 |
"executed</strong> by WordPress core. "
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: wp-cache.php:
|
1350 |
msgid ""
|
1351 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1352 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
@@ -1354,197 +1373,197 @@ msgid ""
|
|
1354 |
"moved up."
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: wp-cache.php:
|
1358 |
msgid "Cache Contents"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: wp-cache.php:
|
1362 |
msgid "Object cache in use. No cache listing available."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: wp-cache.php:
|
1366 |
#, php-format
|
1367 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: wp-cache.php:
|
1371 |
#, php-format
|
1372 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: wp-cache.php:
|
1376 |
msgid ""
|
1377 |
"Cache stats are not automatically generated. You must click the link below "
|
1378 |
"to regenerate the stats on this page."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: wp-cache.php:
|
1382 |
msgid "Regenerate cache stats"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: wp-cache.php:
|
1386 |
#, php-format
|
1387 |
msgid "Cache stats last generated: %s minutes ago."
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: wp-cache.php:
|
1391 |
msgid "WP-Cache"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: wp-cache.php:
|
1395 |
#, php-format
|
1396 |
msgid "%s Cached Pages"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: wp-cache.php:
|
1400 |
#, php-format
|
1401 |
msgid "%s Expired Pages"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: wp-cache.php:
|
1405 |
msgid "WP-Super-Cache"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: wp-cache.php:
|
1409 |
msgid "Fresh WP-Cached Files"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: wp-cache.php:
|
1413 |
msgid "URI"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: wp-cache.php:
|
1417 |
msgid "Key"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: wp-cache.php:
|
1421 |
msgid "Age"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: wp-cache.php:
|
1425 |
msgid "Delete"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: wp-cache.php:
|
1429 |
msgid "Stale WP-Cached Files"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: wp-cache.php:
|
1433 |
msgid "Fresh Super Cached Files"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: wp-cache.php:
|
1437 |
msgid "Stale Super Cached Files"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: wp-cache.php:
|
1441 |
msgid "Hide file list"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: wp-cache.php:
|
1445 |
msgid "Too many cached files, no listing possible."
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: wp-cache.php:
|
1449 |
msgid "List all cached files"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: wp-cache.php:
|
1453 |
#, php-format
|
1454 |
msgid ""
|
1455 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1456 |
"minutes ago<br />"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: wp-cache.php:
|
1460 |
#, php-format
|
1461 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: wp-cache.php:
|
1465 |
#, php-format
|
1466 |
msgid ""
|
1467 |
"Expired files are files older than %s seconds. They are still used by the "
|
1468 |
"plugin and are deleted periodically."
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: wp-cache.php:
|
1472 |
msgid "Delete Expired"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: wp-cache.php:
|
1476 |
msgid "Delete Cache"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: wp-cache.php:
|
1480 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: wp-cache.php:
|
1484 |
#, php-format
|
1485 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: wp-cache.php:
|
1489 |
#, php-format
|
1490 |
msgid ""
|
1491 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1492 |
"to enable and configure the plugin."
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: wp-cache.php:
|
1496 |
msgid "Settings"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: wp-cache.php:
|
1500 |
#, php-format
|
1501 |
msgid ""
|
1502 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1503 |
"page</a> to enable caching."
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: wp-cache.php:
|
1507 |
#, php-format
|
1508 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: wp-cache.php:
|
1512 |
#, php-format
|
1513 |
msgid ""
|
1514 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1515 |
"downloading!"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: wp-cache.php:
|
1519 |
#, php-format
|
1520 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: wp-cache.php:
|
1524 |
#, php-format
|
1525 |
msgid ""
|
1526 |
"The cache on your blog has been cleared because the front page of your site "
|
1527 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: wp-cache.php:
|
1531 |
#, php-format
|
1532 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#: wp-cache.php:
|
1536 |
#, php-format
|
1537 |
msgid ""
|
1538 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1539 |
"correct and missing the text, \"%2$s\"!"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: wp-cache.php:
|
1543 |
#, php-format
|
1544 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: wp-cache.php:
|
1548 |
#, php-format
|
1549 |
msgid ""
|
1550 |
"The cache on your blog has been cleared because the front page of your site "
|
@@ -1552,98 +1571,98 @@ msgid ""
|
|
1552 |
"cleared."
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: wp-cache.php:
|
1556 |
#, php-format
|
1557 |
msgid "[%s] Front page check!"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: wp-cache.php:
|
1561 |
#, php-format
|
1562 |
msgid ""
|
1563 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1564 |
"you would like to disable this."
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: wp-cache.php:
|
1568 |
msgid "Cannot update .htaccess"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: wp-cache.php:
|
1572 |
#, php-format
|
1573 |
msgid ""
|
1574 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1575 |
"Please correct this using the chmod command or your ftp client."
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: wp-cache.php:
|
1579 |
msgid "Refresh this page when the file permissions have been modified."
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: wp-cache.php:
|
1583 |
#, php-format
|
1584 |
msgid ""
|
1585 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1586 |
"add the following code (before any WordPress rules):"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: wp-cache.php:
|
1590 |
#, php-format
|
1591 |
msgid ""
|
1592 |
"To serve static html files your server must have the correct mod_rewrite "
|
1593 |
"rules added to a file called <code>%s.htaccess</code>"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: wp-cache.php:
|
1597 |
msgid "You can edit the file yourself add the following rules."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: wp-cache.php:
|
1601 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: wp-cache.php:
|
1605 |
msgid "Update Mod_Rewrite Rules"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: wp-cache.php:
|
1609 |
#, php-format
|
1610 |
msgid "[%1$s] Cache Preload Started"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: wp-cache.php:
|
1614 |
#, php-format
|
1615 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: wp-cache.php:
|
1619 |
#, php-format
|
1620 |
msgid "[%1$s] %2$d posts refreshed"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: wp-cache.php:
|
1624 |
msgid "Refreshed the following posts:"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: wp-cache.php:
|
1628 |
#, php-format
|
1629 |
msgid "Scheduling next preload refresh in %d minutes."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: wp-cache.php:
|
1633 |
#, php-format
|
1634 |
msgid "[%s] Cache Preload Completed"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: wp-cache.php:
|
1638 |
msgid "Cleaning up old supercache files."
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: wp-cache.php:
|
1642 |
#, php-format
|
1643 |
msgid "[%s] Preload may have stalled."
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: wp-cache.php:
|
1647 |
#, php-format
|
1648 |
msgid ""
|
1649 |
"Preload has been restarted.\n"
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: \n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
11 |
+
"POT-Creation-Date: 2010-09-27 13:58+0000\n"
|
12 |
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
23 |
#: plugins/awaitingmoderation.php:23 plugins/awaitingmoderation.php:38
|
24 |
#: plugins/badbehaviour.php:47 plugins/badbehaviour.php:65
|
25 |
#: plugins/domain-mapping.php:47 plugins/domain-mapping.php:62
|
26 |
+
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:1114
|
27 |
msgid "Disable"
|
28 |
msgstr ""
|
29 |
|
33 |
msgstr ""
|
34 |
|
35 |
#: plugins/awaitingmoderation.php:31 plugins/badbehaviour.php:57
|
36 |
+
#: plugins/domain-mapping.php:55 plugins/searchengine.php:69 wp-cache.php:1460
|
37 |
msgid "enabled"
|
38 |
msgstr ""
|
39 |
|
49 |
msgstr ""
|
50 |
|
51 |
#: plugins/awaitingmoderation.php:36 plugins/badbehaviour.php:63
|
52 |
+
#: plugins/domain-mapping.php:60 plugins/searchengine.php:74 wp-cache.php:1114
|
53 |
msgid "Enable"
|
54 |
msgstr ""
|
55 |
|
70 |
"behavior/\") "
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: plugins/badbehaviour.php:69 wp-cache.php:1191 wp-cache.php:1193
|
74 |
msgid "Warning!"
|
75 |
msgstr ""
|
76 |
|
144 |
"php.ini config file."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: wp-cache.php:152
|
148 |
msgid "Permlink Structure Error"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: wp-cache.php:153
|
152 |
msgid ""
|
153 |
"A custom url or permalink structure is required for this plugin to work "
|
154 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
155 |
"Options Page</a> to configure your permalinks."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: wp-cache.php:165
|
159 |
#, php-format
|
160 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: wp-cache.php:166
|
164 |
#, php-format
|
165 |
msgid ""
|
166 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
168 |
"operate correctly."
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: wp-cache.php:167 wp-cache.php:181
|
172 |
#, php-format
|
173 |
msgid ""
|
174 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
175 |
"readme.txt"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: wp-cache.php:180
|
179 |
msgid ""
|
180 |
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
181 |
"required for the the correct operation of garbage collection by this plugin, "
|
182 |
"WordPress scheduled posts as well as other critical activities."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: wp-cache.php:195
|
186 |
msgid "Cannot continue... fix previous problems and retry."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: wp-cache.php:204
|
190 |
msgid "Zlib Output Compression Enabled!"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: wp-cache.php:205
|
194 |
msgid ""
|
195 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
196 |
"this is recommended as the plugin caches the compressed output once instead "
|
199 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: wp-cache.php:209
|
203 |
msgid "Mod rewrite may not be installed!"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: wp-cache.php:210
|
207 |
msgid ""
|
208 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
209 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
211 |
"static files. You will still be able to use legacy or PHP modes."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: wp-cache.php:215
|
215 |
msgid "Read Only Mode. Configuration cannot be changed."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: wp-cache.php:216
|
219 |
#, php-format
|
220 |
msgid ""
|
221 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
223 |
"any changes."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: wp-cache.php:217
|
227 |
msgid ""
|
228 |
"A simple way of doing that is by changing the permissions temporarily using "
|
229 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
230 |
"writeable and it should be fine."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: wp-cache.php:218
|
234 |
msgid "Writeable:"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: wp-cache.php:219
|
238 |
msgid "Readonly:"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: wp-cache.php:231
|
242 |
#, php-format
|
243 |
msgid "Warning! %s is writeable!"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: wp-cache.php:232
|
247 |
#, php-format
|
248 |
msgid ""
|
249 |
"You should change the permissions on %s and make it more restrictive. Use "
|
250 |
"your ftp client, or the following command to fix things:"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: wp-cache.php:240
|
254 |
msgid "Mobile rewrite rules detected"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: wp-cache.php:241
|
258 |
msgid ""
|
259 |
"For best performance you should enable \"Mobile device support\" or delete "
|
260 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
261 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: wp-cache.php:241
|
265 |
msgid ""
|
266 |
"This will have no affect on ordinary users but mobile users will see "
|
267 |
"uncached pages."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: wp-cache.php:247 wp-cache.php:258
|
271 |
msgid "Rewrite rules must be updated"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: wp-cache.php:248 wp-cache.php:259
|
275 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: wp-cache.php:249
|
279 |
msgid ""
|
280 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
281 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: wp-cache.php:250
|
285 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: wp-cache.php:251 wp-cache.php:260
|
289 |
msgid ""
|
290 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
291 |
"Mod_Rewrite Rules</strong> button."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: wp-cache.php:252
|
295 |
#, php-format
|
296 |
msgid ""
|
297 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
299 |
"regenerate them by reloading this page."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: wp-cache.php:253
|
303 |
#, php-format
|
304 |
msgid ""
|
305 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
309 |
"*$</code> add these lines: (do it twice, once for each section)"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: wp-cache.php:266
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
msgid "Required to serve compressed supercache files properly."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: wp-cache.php:266
|
317 |
msgid ""
|
318 |
"Required to set caching information on supercache pages. IE7 users will see "
|
319 |
"old pages without this module."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: wp-cache.php:266
|
323 |
msgid ""
|
324 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
325 |
"when they refresh or leave comments without this module."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wp-cache.php:273
|
329 |
msgid "Missing Apache Modules"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: wp-cache.php:274
|
333 |
msgid ""
|
334 |
"The following Apache modules are missing. The plugin will work in legacy "
|
335 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
336 |
"pages or out of date content however."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: wp-cache.php:413
|
340 |
msgid ""
|
341 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
342 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
343 |
"of the readme file."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: wp-cache.php:501
|
347 |
msgid "WP Super Cache Settings"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: wp-cache.php:512
|
351 |
msgid ""
|
352 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
353 |
"Settings Page by default."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: wp-cache.php:523
|
357 |
msgid ""
|
358 |
"Configuration file changed, some values might be wrong. Load the page again "
|
359 |
"from the \"Settings\" menu to reset them."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: wp-cache.php:540 wp-cache.php:614
|
363 |
msgid "Caching must be enabled to use this feature"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: wp-cache.php:542
|
367 |
msgid "Cache Tester"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: wp-cache.php:543
|
371 |
msgid "Test your cached website by clicking the test button below."
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: wp-cache.php:550
|
375 |
#, php-format
|
376 |
msgid "Fetching %s to prime cache: "
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: wp-cache.php:552 wp-cache.php:559 wp-cache.php:566
|
380 |
msgid "OK"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: wp-cache.php:557
|
384 |
#, php-format
|
385 |
msgid "Fetching first copy of %s: "
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: wp-cache.php:564
|
389 |
#, php-format
|
390 |
msgid "Fetching second copy of %s: "
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: wp-cache.php:570
|
394 |
msgid "One or more page requests failed:"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: wp-cache.php:589 wp-cache.php:590
|
398 |
#, php-format
|
399 |
msgid "Page %d: %d (%s)"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: wp-cache.php:596
|
403 |
#, php-format
|
404 |
msgid "Page 1: %s"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: wp-cache.php:597
|
408 |
#, php-format
|
409 |
msgid "Page 2: %s"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: wp-cache.php:598
|
413 |
msgid "The timestamps on both pages match!"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: wp-cache.php:600
|
417 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: wp-cache.php:606
|
421 |
msgid "Send non-secure (non https) request for homepage"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: wp-cache.php:607
|
425 |
msgid "Test Cache"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: wp-cache.php:632 wp-cache.php:755
|
429 |
msgid "Cancel Cache Preload"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: wp-cache.php:638
|
433 |
msgid ""
|
434 |
"Scheduled preloading of cache cancelled. If a job is currently running it "
|
435 |
"will not shutdown until the current 100 pages are complete."
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: wp-cache.php:649
|
439 |
msgid "Scheduled preloading of cache cancelled."
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: wp-cache.php:675 wp-cache.php:753
|
443 |
msgid "Preload Cache Now"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: wp-cache.php:678
|
447 |
msgid "Scheduled preloading of cache in 10 seconds."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: wp-cache.php:682
|
451 |
#, php-format
|
452 |
msgid "Scheduled preloading of cache in %d minutes"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: wp-cache.php:686
|
456 |
msgid ""
|
457 |
"This will cache every published post and page on your site. It will create "
|
458 |
"supercache static files so unknown visitors (including bots) will hit a "
|
460 |
"speed as a metric when judging websites now."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: wp-cache.php:687
|
464 |
msgid ""
|
465 |
"Preloading creates lots of files however. Caching is done from the newest "
|
466 |
"post to the oldest so please consider only caching the newest if you have "
|
467 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: wp-cache.php:688
|
471 |
msgid ""
|
472 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
473 |
"old legacy files for known users, not the preloaded supercache files. This "
|
474 |
"is a recommended setting when the cache is preloaded."
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: wp-cache.php:692
|
478 |
#, php-format
|
479 |
msgid ""
|
480 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
481 |
"minutes.)"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: wp-cache.php:705
|
485 |
msgid "all"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: wp-cache.php:718
|
489 |
#, php-format
|
490 |
msgid "Preload %s posts."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: wp-cache.php:725
|
494 |
msgid ""
|
495 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: wp-cache.php:728
|
499 |
msgid "Send me status emails when files are refreshed."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: wp-cache.php:733
|
503 |
msgid "Many emails, 2 emails per 100 posts."
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: wp-cache.php:736
|
507 |
msgid "Medium, 1 email per 100 posts."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: wp-cache.php:739
|
511 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: wp-cache.php:743
|
515 |
+
#, php-format
|
516 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
+
#: wp-cache.php:744
|
520 |
+
#, php-format
|
521 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: wp-cache.php:750
|
525 |
#, php-format
|
526 |
msgid "Currently caching from post %d to %d."
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: wp-cache.php:753
|
530 |
msgid "Update Settings"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: wp-cache.php:761
|
534 |
msgid ""
|
535 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
536 |
"your host administrator."
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: wp-cache.php:776 wp-cache.php:865
|
540 |
msgid "Caching"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: wp-cache.php:780
|
544 |
msgid "Cache hits to this website for quick access."
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: wp-cache.php:780 wp-cache.php:781 wp-cache.php:795 wp-cache.php:799
|
548 |
+
#: wp-cache.php:802 wp-cache.php:803 wp-cache.php:868
|
549 |
msgid "Recommended"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: wp-cache.php:781
|
553 |
msgid "Use mod_rewrite to serve cache files."
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: wp-cache.php:782
|
557 |
msgid "Use PHP to serve cache files."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: wp-cache.php:783
|
561 |
msgid "Legacy page caching."
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: wp-cache.php:784
|
565 |
msgid ""
|
566 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
567 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
568 |
"working. New users should go with PHP caching."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: wp-cache.php:790
|
572 |
msgid "Miscellaneous"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: wp-cache.php:795
|
576 |
msgid "Compress pages so they’re served more quickly to visitors."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: wp-cache.php:796
|
580 |
msgid ""
|
581 |
"Compression is disabled by default because some hosts have problems with "
|
582 |
"compressed files. Switching it on and off clears the cache."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: wp-cache.php:799
|
586 |
+
msgid ""
|
587 |
+
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
588 |
+
"since last requested."
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: wp-cache.php:800
|
592 |
+
msgid ""
|
593 |
+
"304 support is disabled by default because in the past GoDaddy had problems "
|
594 |
+
"with some of the headers used."
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#: wp-cache.php:802
|
598 |
msgid ""
|
599 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
600 |
"comment\">known users</acronym>."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: wp-cache.php:803
|
604 |
msgid ""
|
605 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
606 |
"is being generated."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: wp-cache.php:804
|
610 |
msgid ""
|
611 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
612 |
"blog’s footer)"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: wp-cache.php:810 wp-cache.php:957 wp-cache.php:1473
|
616 |
msgid "Advanced"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: wp-cache.php:814
|
620 |
msgid "Mobile device support."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: wp-cache.php:815
|
624 |
msgid "Clear all cache files when a post or page is published."
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: wp-cache.php:816
|
628 |
msgid "Only refresh current page when comments made."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: wp-cache.php:817
|
632 |
msgid "List the newest cached pages on this page."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: wp-cache.php:819
|
636 |
msgid ""
|
637 |
"Coarse file locking. You probably don’t need this but it may help if "
|
638 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
639 |
"in very rare cases!</em>"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: wp-cache.php:822
|
643 |
msgid "Use object cache to store cached files."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: wp-cache.php:822
|
647 |
msgid "(Experimental)"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: wp-cache.php:829
|
651 |
msgid "Note:"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: wp-cache.php:831
|
655 |
#, php-format
|
656 |
msgid ""
|
657 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
660 |
"files are writeable too is probably a good idea!)"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: wp-cache.php:832
|
664 |
#, php-format
|
665 |
msgid ""
|
666 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
668 |
"uninstall WP Super Cache\"."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: wp-cache.php:833
|
672 |
#, php-format
|
673 |
msgid ""
|
674 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
677 |
"have been answered."
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: wp-cache.php:836 wp-cache.php:883
|
681 |
msgid "Update Status"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: wp-cache.php:843
|
685 |
msgid "Accepted Filenames & Rejected URIs"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: wp-cache.php:868
|
689 |
msgid "Caching On"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: wp-cache.php:869
|
693 |
msgid "Caching Off"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: wp-cache.php:870
|
697 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
|
|
|
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: wp-cache.php:880
|
701 |
msgid ""
|
702 |
"Notice: Supercache mod_rewrite rules detected. Cached files will be served "
|
703 |
+
"using those rules. Edit the .htaccess file in the root of your install and "
|
704 |
+
"remove the SuperCache rules."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: wp-cache.php:892
|
708 |
msgid "Make WordPress Faster"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: wp-cache.php:893
|
712 |
#, php-format
|
713 |
msgid ""
|
714 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: wp-cache.php:894
|
718 |
#, php-format
|
719 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: wp-cache.php:895
|
723 |
#, php-format
|
724 |
msgid "Please say hi to him on %s too!"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: wp-cache.php:903
|
728 |
#, php-format
|
729 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: wp-cache.php:904
|
733 |
msgid "Newest Cached Pages:"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: wp-cache.php:908
|
737 |
#, php-format
|
738 |
msgid "Cached %s seconds ago"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: wp-cache.php:911
|
742 |
msgid "(may not always be accurate on busy sites)"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: wp-cache.php:930
|
746 |
msgid ""
|
747 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
748 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
749 |
"regular WordPress plugins."
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: wp-cache.php:931
|
753 |
msgid ""
|
754 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
755 |
"WordPress actions is required to create them."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: wp-cache.php:941
|
759 |
msgid "Available Plugins"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: wp-cache.php:957
|
763 |
+
msgid "Easy"
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: wp-cache.php:957
|
767 |
msgid "Tester & Contents"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: wp-cache.php:957
|
771 |
msgid "Preload"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: wp-cache.php:957
|
775 |
msgid "Plugins"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: wp-cache.php:957
|
779 |
msgid "Debug"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: wp-cache.php:984
|
783 |
#, php-format
|
784 |
msgid ""
|
785 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
786 |
"href=\"%s\">the main site</a> of this network."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: wp-cache.php:986
|
790 |
#, php-format
|
791 |
msgid ""
|
792 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
793 |
"href=\"%s\">on the main site</a> of this network."
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: wp-cache.php:996
|
797 |
msgid "Mod Rewrite Rules"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: wp-cache.php:1002
|
801 |
msgid "WordPress MU Detected"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: wp-cache.php:1002
|
805 |
msgid ""
|
806 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
807 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
808 |
"rules above any other rules in that file."
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: wp-cache.php:1004
|
812 |
msgid "Mod Rewrite rules cannot be updated!"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: wp-cache.php:1005
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
820 |
"main WordPress mod_rewrite rules:"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: wp-cache.php:1007
|
824 |
msgid "Refresh this page when you have updated your .htaccess file."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: wp-cache.php:1011
|
828 |
msgid "Thank you for upgrading."
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: wp-cache.php:1011
|
832 |
#, php-format
|
833 |
msgid ""
|
834 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
841 |
"brave enough to use them."
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: wp-cache.php:1015
|
845 |
msgid "Trailing slash check required."
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: wp-cache.php:1015
|
849 |
msgid ""
|
850 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
851 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
854 |
"and add these two rules to the two groups of Super Cache rules:"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: wp-cache.php:1017
|
858 |
msgid ""
|
859 |
"You can see where the rules go and examine the complete rules by clicking "
|
860 |
"the \"View mod_rewrite rules\" link below."
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: wp-cache.php:1031
|
864 |
msgid "Mod Rewrite rules updated!"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: wp-cache.php:1032
|
868 |
#, php-format
|
869 |
msgid ""
|
870 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
871 |
"verify they are correct. They should look like this:"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: wp-cache.php:1034
|
875 |
msgid "Mod Rewrite rules must be updated!"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: wp-cache.php:1035
|
879 |
#, php-format
|
880 |
msgid ""
|
881 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
883 |
"WordPress rules as shown in the code below:"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: wp-cache.php:1040
|
887 |
#, php-format
|
888 |
msgid ""
|
889 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
891 |
"upgraded the plugin make sure these rules match."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: wp-cache.php:1043
|
895 |
msgid ""
|
896 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
897 |
"rules has been found. This could be simple whitespace differences but you "
|
899 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: wp-cache.php:1046
|
903 |
msgid "View Mod_Rewrite Rules"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: wp-cache.php:1050 wp-cache.php:2287
|
907 |
#, php-format
|
908 |
msgid "Rules must be added to %s too:"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: wp-cache.php:1058
|
912 |
#, php-format
|
913 |
msgid "Gzip encoding rules in %s.htaccess created."
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: wp-cache.php:1065
|
917 |
msgid "Fix Configuration"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: wp-cache.php:1068
|
921 |
msgid "Restore Default Configuration"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: wp-cache.php:1076
|
925 |
msgid ""
|
926 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: wp-cache.php:1101
|
930 |
msgid "Lock Down:"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: wp-cache.php:1101
|
934 |
msgid "Disabled"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: wp-cache.php:1101
|
938 |
msgid "Enabled"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: wp-cache.php:1102
|
942 |
msgid ""
|
943 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
944 |
"down. When this is enabled, new comments on a post will not refresh the "
|
945 |
"cached static files."
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: wp-cache.php:1103
|
949 |
msgid ""
|
950 |
"Developers: Make your plugin lock down compatible by checking the "
|
951 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
952 |
"respects the WPLOCKDOWN setting."
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: wp-cache.php:1105
|
956 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: wp-cache.php:1109
|
960 |
msgid ""
|
961 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
962 |
"new comments are made."
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: wp-cache.php:1111
|
966 |
msgid ""
|
967 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
968 |
"files as normal."
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: wp-cache.php:1117
|
972 |
msgid "Lock Down"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: wp-cache.php:1125
|
976 |
msgid "Directly Cached Files"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: wp-cache.php:1183
|
980 |
#, php-format
|
981 |
msgid "%s removed!"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: wp-cache.php:1191
|
985 |
#, php-format
|
986 |
msgid ""
|
987 |
"You must make %s writable to enable this feature. As this is a security risk "
|
988 |
"please make it readonly after your page is generated."
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: wp-cache.php:1193
|
992 |
#, php-format
|
993 |
msgid ""
|
994 |
"%s is writable. Please make it readonly after your page is generated as this "
|
995 |
"is a security risk."
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: wp-cache.php:1207
|
999 |
msgid "Existing direct page"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: wp-cache.php:1207
|
1003 |
msgid "Delete cached file"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: wp-cache.php:1212
|
1007 |
msgid "Add direct page:"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: wp-cache.php:1214
|
1011 |
#, php-format
|
1012 |
msgid ""
|
1013 |
"Directly cached files are files created directly off %s where your blog "
|
1015 |
"Slashdot level of traffic to one post or page."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: wp-cache.php:1216
|
1019 |
#, php-format
|
1020 |
msgid ""
|
1021 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1023 |
"visits that page."
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: wp-cache.php:1217
|
1027 |
msgid ""
|
1028 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1029 |
"the cached file."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: wp-cache.php:1222
|
1033 |
msgid "Update Direct Pages"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: wp-cache.php:1260
|
1037 |
msgid "Expiry Time & Garbage Collection"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: wp-cache.php:1262
|
1041 |
msgid "Expire time:"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: wp-cache.php:1263
|
1045 |
msgid "seconds"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: wp-cache.php:1264
|
1049 |
msgid "Garbage Collection"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: wp-cache.php:1264
|
1053 |
msgid ""
|
1054 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1055 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1056 |
"seconds after the expiry time above."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: wp-cache.php:1265
|
1060 |
msgid ""
|
1061 |
"Checking for and deleting expired files is expensive, but it’s "
|
1062 |
"expensive leaving them there too. On a very busy site you should set the "
|
1067 |
"using mod_rewrite or PHP caching."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: wp-cache.php:1266
|
1071 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: wp-cache.php:1267
|
1075 |
msgid "Change Expiration"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: wp-cache.php:1311
|
1079 |
msgid "Rejected User Agents"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: wp-cache.php:1312
|
1083 |
msgid ""
|
1084 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1085 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1086 |
"cached files are still sent to these agents if they already exists."
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: wp-cache.php:1319
|
1090 |
msgid "Save UA Strings"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: wp-cache.php:1342
|
1094 |
msgid ""
|
1095 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1096 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1097 |
"complete discussion on each type."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: wp-cache.php:1345
|
1101 |
msgid "Single Posts"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: wp-cache.php:1346
|
1105 |
msgid "Pages"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: wp-cache.php:1347
|
1109 |
msgid "Front Page"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: wp-cache.php:1348
|
1113 |
msgid "Home"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: wp-cache.php:1349
|
1117 |
msgid "Archives"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: wp-cache.php:1350
|
1121 |
msgid "Tags"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: wp-cache.php:1351
|
1125 |
msgid "Category"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: wp-cache.php:1352
|
1129 |
msgid "Feeds"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: wp-cache.php:1353
|
1133 |
msgid "Search Pages"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: wp-cache.php:1355 wp-cache.php:1483
|
1137 |
msgid "Save"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: wp-cache.php:1372
|
1141 |
msgid ""
|
1142 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1143 |
"example, if your URLs include year and you dont want to cache last year "
|
1146 |
"cache that page."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: wp-cache.php:1378
|
1150 |
msgid "Save Strings"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: wp-cache.php:1394
|
1154 |
msgid ""
|
1155 |
"Add here those filenames that can be cached, even if they match one of the "
|
1156 |
"rejected substring specified above."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: wp-cache.php:1400
|
1160 |
msgid "Save Files"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: wp-cache.php:1445
|
1164 |
msgid "Currently logging to: "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: wp-cache.php:1455
|
1168 |
msgid ""
|
1169 |
"Fix problems with the plugin by debugging it here. It can send you debug "
|
1170 |
"emails or log them to a file in your cache directory."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: wp-cache.php:1456
|
1174 |
msgid ""
|
1175 |
"Logging to a file is easier but faces the problem that clearing the cache "
|
1176 |
"will clear the log file."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: wp-cache.php:1460
|
1180 |
msgid "Debugging"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: wp-cache.php:1461
|
1184 |
msgid "Logging Type"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: wp-cache.php:1461
|
1188 |
msgid "Email"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: wp-cache.php:1462
|
1192 |
msgid "file"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: wp-cache.php:1463
|
1196 |
msgid "IP Address"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: wp-cache.php:1463
|
1200 |
#, php-format
|
1201 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: wp-cache.php:1464
|
1205 |
msgid "Log level"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: wp-cache.php:1470
|
1209 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: wp-cache.php:1473
|
1213 |
msgid ""
|
1214 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1215 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
1217 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: wp-cache.php:1474
|
1221 |
#, php-format
|
1222 |
msgid ""
|
1223 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1226 |
"emailed if there is a problem."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: wp-cache.php:1476
|
1230 |
msgid "Check front page every 5 minutes."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: wp-cache.php:1477
|
1234 |
msgid "Front page text"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: wp-cache.php:1477
|
1238 |
msgid ""
|
1239 |
"Text to search for on your front page. If this text is missing the cache "
|
1240 |
"will be cleared. Leave blank to disable."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: wp-cache.php:1478
|
1244 |
msgid "Clear cache on error."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: wp-cache.php:1479
|
1248 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: wp-cache.php:1493
|
1252 |
msgid ""
|
1253 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1254 |
"cache."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: wp-cache.php:1540 wp-cache.php:1702
|
1258 |
msgid "Warning"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: wp-cache.php:1540
|
1262 |
msgid ""
|
1263 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1264 |
"you disable gzip compression."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: wp-cache.php:1598 wp-cache.php:1603 wp-cache.php:1635 wp-cache.php:1640
|
1268 |
+
#: wp-cache.php:1646
|
1269 |
msgid "Error"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: wp-cache.php:1598
|
1273 |
#, php-format
|
1274 |
msgid ""
|
1275 |
"Your cache directory (<strong>$cache_path</strong>) did not exist and "
|
1276 |
"couldn’t be created by the web server. Check %s permissions."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: wp-cache.php:1603
|
1280 |
#, php-format
|
1281 |
msgid ""
|
1282 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1283 |
"to be writable for this plugin to work. Double-check it."
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: wp-cache.php:1635
|
1287 |
#, php-format
|
1288 |
msgid ""
|
1289 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1290 |
"writable by the Web server.Please delete it and refresh this page."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: wp-cache.php:1640
|
1294 |
#, php-format
|
1295 |
msgid ""
|
1296 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1297 |
"not writable by the Web server.Check its permissions."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: wp-cache.php:1646
|
1301 |
#, php-format
|
1302 |
msgid ""
|
1303 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1304 |
"installation."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: wp-cache.php:1702
|
1308 |
#, php-format
|
1309 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: wp-cache.php:1703
|
1313 |
msgid "1. If it already exists please delete the file first."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: wp-cache.php:1704
|
1317 |
#, php-format
|
1318 |
msgid ""
|
1319 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1322 |
"again. (Change 777 to 755 in the previous command)"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: wp-cache.php:1705
|
1326 |
#, php-format
|
1327 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: wp-cache.php:1706
|
1331 |
#, php-format
|
1332 |
msgid ""
|
1333 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1334 |
"em> doesn’t exist:"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: wp-cache.php:1707
|
1338 |
#, php-format
|
1339 |
msgid ""
|
1340 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1342 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: wp-cache.php:1730
|
1346 |
msgid ""
|
1347 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1348 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
1351 |
"true);</code></p>"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: wp-cache.php:1732
|
1355 |
msgid ""
|
1356 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1357 |
"code> file and I couldn’t modify it."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: wp-cache.php:1733
|
1361 |
#, php-format
|
1362 |
msgid ""
|
1363 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1365 |
"executed</strong> by WordPress core. "
|
1366 |
msgstr ""
|
1367 |
|
1368 |
+
#: wp-cache.php:1737
|
1369 |
msgid ""
|
1370 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1371 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1373 |
"moved up."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: wp-cache.php:1759
|
1377 |
msgid "Cache Contents"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: wp-cache.php:1762
|
1381 |
msgid "Object cache in use. No cache listing available."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: wp-cache.php:1786
|
1385 |
#, php-format
|
1386 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: wp-cache.php:1803
|
1390 |
#, php-format
|
1391 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: wp-cache.php:1868
|
1395 |
msgid ""
|
1396 |
"Cache stats are not automatically generated. You must click the link below "
|
1397 |
"to regenerate the stats on this page."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: wp-cache.php:1869
|
1401 |
msgid "Regenerate cache stats"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: wp-cache.php:1871
|
1405 |
#, php-format
|
1406 |
msgid "Cache stats last generated: %s minutes ago."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: wp-cache.php:1877
|
1410 |
msgid "WP-Cache"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: wp-cache.php:1878 wp-cache.php:1894
|
1414 |
#, php-format
|
1415 |
msgid "%s Cached Pages"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: wp-cache.php:1879 wp-cache.php:1899
|
1419 |
#, php-format
|
1420 |
msgid "%s Expired Pages"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: wp-cache.php:1893
|
1424 |
msgid "WP-Super-Cache"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: wp-cache.php:1904
|
1428 |
msgid "Fresh WP-Cached Files"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: wp-cache.php:1905 wp-cache.php:1921 wp-cache.php:1937 wp-cache.php:1953
|
1432 |
msgid "URI"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: wp-cache.php:1905 wp-cache.php:1921
|
1436 |
msgid "Key"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: wp-cache.php:1905 wp-cache.php:1921 wp-cache.php:1937 wp-cache.php:1953
|
1440 |
msgid "Age"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: wp-cache.php:1905 wp-cache.php:1921 wp-cache.php:1937 wp-cache.php:1953
|
1444 |
msgid "Delete"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: wp-cache.php:1920
|
1448 |
msgid "Stale WP-Cached Files"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: wp-cache.php:1936
|
1452 |
msgid "Fresh Super Cached Files"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: wp-cache.php:1952
|
1456 |
msgid "Stale Super Cached Files"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: wp-cache.php:1968
|
1460 |
msgid "Hide file list"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: wp-cache.php:1970
|
1464 |
msgid "Too many cached files, no listing possible."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: wp-cache.php:1972
|
1468 |
msgid "List all cached files"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: wp-cache.php:1978
|
1472 |
#, php-format
|
1473 |
msgid ""
|
1474 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1475 |
"minutes ago<br />"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
+
#: wp-cache.php:1979
|
1479 |
#, php-format
|
1480 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: wp-cache.php:1982
|
1484 |
#, php-format
|
1485 |
msgid ""
|
1486 |
"Expired files are files older than %s seconds. They are still used by the "
|
1487 |
"plugin and are deleted periodically."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: wp-cache.php:1993
|
1491 |
msgid "Delete Expired"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: wp-cache.php:1999 wp-cache.php:2011 wp-cache.php:2174
|
1495 |
msgid "Delete Cache"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: wp-cache.php:2011
|
1499 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: wp-cache.php:2150
|
1503 |
#, php-format
|
1504 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: wp-cache.php:2183
|
1508 |
#, php-format
|
1509 |
msgid ""
|
1510 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1511 |
"to enable and configure the plugin."
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: wp-cache.php:2189
|
1515 |
msgid "Settings"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: wp-cache.php:2199
|
1519 |
#, php-format
|
1520 |
msgid ""
|
1521 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1522 |
"page</a> to enable caching."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: wp-cache.php:2218
|
1526 |
#, php-format
|
1527 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: wp-cache.php:2218
|
1531 |
#, php-format
|
1532 |
msgid ""
|
1533 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1534 |
"downloading!"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: wp-cache.php:2221
|
1538 |
#, php-format
|
1539 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: wp-cache.php:2221
|
1543 |
#, php-format
|
1544 |
msgid ""
|
1545 |
"The cache on your blog has been cleared because the front page of your site "
|
1546 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: wp-cache.php:2228
|
1550 |
#, php-format
|
1551 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: wp-cache.php:2228
|
1555 |
#, php-format
|
1556 |
msgid ""
|
1557 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1558 |
"correct and missing the text, \"%2$s\"!"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: wp-cache.php:2231
|
1562 |
#, php-format
|
1563 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: wp-cache.php:2231
|
1567 |
#, php-format
|
1568 |
msgid ""
|
1569 |
"The cache on your blog has been cleared because the front page of your site "
|
1571 |
"cleared."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: wp-cache.php:2236
|
1575 |
#, php-format
|
1576 |
msgid "[%s] Front page check!"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: wp-cache.php:2236
|
1580 |
#, php-format
|
1581 |
msgid ""
|
1582 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1583 |
"you would like to disable this."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: wp-cache.php:2279
|
1587 |
msgid "Cannot update .htaccess"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: wp-cache.php:2279
|
1591 |
#, php-format
|
1592 |
msgid ""
|
1593 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1594 |
"Please correct this using the chmod command or your ftp client."
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: wp-cache.php:2279
|
1598 |
msgid "Refresh this page when the file permissions have been modified."
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: wp-cache.php:2279
|
1602 |
#, php-format
|
1603 |
msgid ""
|
1604 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1605 |
"add the following code (before any WordPress rules):"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: wp-cache.php:2283
|
1609 |
#, php-format
|
1610 |
msgid ""
|
1611 |
"To serve static html files your server must have the correct mod_rewrite "
|
1612 |
"rules added to a file called <code>%s.htaccess</code>"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: wp-cache.php:2284
|
1616 |
msgid "You can edit the file yourself add the following rules."
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: wp-cache.php:2285
|
1620 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: wp-cache.php:2293
|
1624 |
msgid "Update Mod_Rewrite Rules"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: wp-cache.php:2389
|
1628 |
#, php-format
|
1629 |
msgid "[%1$s] Cache Preload Started"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: wp-cache.php:2391
|
1633 |
#, php-format
|
1634 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: wp-cache.php:2402
|
1638 |
#, php-format
|
1639 |
msgid "[%1$s] %2$d posts refreshed"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: wp-cache.php:2402
|
1643 |
msgid "Refreshed the following posts:"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: wp-cache.php:2411
|
1647 |
#, php-format
|
1648 |
msgid "Scheduling next preload refresh in %d minutes."
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: wp-cache.php:2421
|
1652 |
#, php-format
|
1653 |
msgid "[%s] Cache Preload Completed"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: wp-cache.php:2421
|
1657 |
msgid "Cleaning up old supercache files."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: wp-cache.php:2462
|
1661 |
#, php-format
|
1662 |
msgid "[%s] Preload may have stalled."
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: wp-cache.php:2462
|
1666 |
#, php-format
|
1667 |
msgid ""
|
1668 |
"Preload has been restarted.\n"
|