Version Description
Serve repeated static files from the same CDN hostname, translations, lots of bug fixes
=
Download this release
Release Info
Developer | donncha |
Plugin | WP Super Cache |
Version | 0.9.9.9 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.8 to 0.9.9.9
- Changelog.txt +90 -0
- languages/wp-super-cache-de_DE.mo +0 -0
- languages/wp-super-cache-de_DE.po +603 -643
- languages/wp-super-cache-ja.mo +0 -0
- languages/wp-super-cache-ja.po +1089 -537
- languages/wp-super-cache-ru_RU.mo +0 -0
- languages/wp-super-cache-ru_RU.po +1555 -0
- languages/wp-super-cache-sv_SE.mo +0 -0
- languages/wp-super-cache-sv_SE.po +1543 -0
- languages/wp-super-cache-tr_TR.mo +0 -0
- languages/wp-super-cache-tr_TR.po +1617 -0
- ossdl-cdn.php +18 -2
- readme.txt +27 -6
- wp-cache-phase1.php +10 -18
- wp-cache-phase2.php +52 -42
- wp-cache.php +14 -10
- wp-super-cache.pot +329 -325
Changelog.txt
CHANGED
@@ -1,3 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
2011-01-06 17:37 donncha
|
2 |
|
3 |
* wp-cache.php: Print the text, not __() it, and check if rewrite
|
1 |
+
2011-01-26 11:42 donncha
|
2 |
+
|
3 |
+
* wp-cache-phase2.php: Remove the 5 second old check on existing
|
4 |
+
cache files as it may cause problems on pages with frequent
|
5 |
+
comments
|
6 |
+
|
7 |
+
2011-01-25 21:23 donncha
|
8 |
+
|
9 |
+
* ossdl-cdn.php: Add osscdl option to skip https loaded static
|
10 |
+
content, see
|
11 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-toggle-for-conditional-cdn-for-sites-with-some-ssl-https-content?replies=3
|
12 |
+
|
13 |
+
2011-01-25 20:40 donncha
|
14 |
+
|
15 |
+
* wp-cache-phase2.php: If caching disabled leave a html comment at
|
16 |
+
the end of the page. Remove a caching check that's no longer
|
17 |
+
needed
|
18 |
+
|
19 |
+
2011-01-25 20:27 donncha
|
20 |
+
|
21 |
+
* wp-cache-phase1.php: Make the supercachedir lowercase to avoid
|
22 |
+
problems with unicode characters. See
|
23 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-not-deleting-cache-on-comment-post
|
24 |
+
and
|
25 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink
|
26 |
+
|
27 |
+
2011-01-18 16:08 donncha
|
28 |
+
|
29 |
+
* readme.txt, wp-cache.php: Added link to
|
30 |
+
http://codex.wordpress.org/Changing_File_Permissions where
|
31 |
+
permissions need to be changed, see
|
32 |
+
http://wordpress.org/support/topic/wp-super-cache-getting-warning-message,
|
33 |
+
props Samuel B
|
34 |
+
|
35 |
+
2011-01-18 15:59 donncha
|
36 |
+
|
37 |
+
* wp-cache-phase1.php: Cache get_current_url_supercache_dir() as
|
38 |
+
it's called several times during a request.
|
39 |
+
|
40 |
+
2011-01-17 16:29 donncha
|
41 |
+
|
42 |
+
* wp-cache.php: Show mod_rewrite rules even when WordPress rules
|
43 |
+
are not detected.
|
44 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-module-is-painful-to-use-if-you-dont-use-htaccess?replies=4#post-1890602
|
45 |
+
|
46 |
+
2011-01-17 13:35 donncha
|
47 |
+
|
48 |
+
* wp-cache.php: Show the right url to older MU sites, props Raphaël
|
49 |
+
Hertzog,
|
50 |
+
http://twitter.com/#!/raphaelhertzog/statuses/26993300657414145
|
51 |
+
|
52 |
+
2011-01-11 11:33 donncha
|
53 |
+
|
54 |
+
* wp-cache-phase2.php: If we're serving a feed we always want to
|
55 |
+
cache that.
|
56 |
+
|
57 |
+
2011-01-10 12:13 donncha
|
58 |
+
|
59 |
+
* languages/wp-super-cache-de_DE.mo,
|
60 |
+
languages/wp-super-cache-de_DE.po: Updated German translation by
|
61 |
+
Mathias Roth
|
62 |
+
|
63 |
+
2011-01-10 12:09 donncha
|
64 |
+
|
65 |
+
* ossdl-cdn.php: If an image appears more than once on a page serve
|
66 |
+
it from the same CDN hostname. See
|
67 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-start-page-and-rejected-user-agent?replies=3
|
68 |
+
|
69 |
+
2011-01-07 17:04 donncha
|
70 |
+
|
71 |
+
* wp-cache.php: Make sure to use is_front_page(), the function.
|
72 |
+
Props Backie.
|
73 |
+
http://wordpress.org/support/topic/plugin-wp-super-cache-wp_cache_is_home-always-true?replies=2#post-1873743
|
74 |
+
|
75 |
+
2011-01-07 12:24 donncha
|
76 |
+
|
77 |
+
* uninstall.php: No need for this uninstall script any more!
|
78 |
+
|
79 |
+
2011-01-07 12:20 donncha
|
80 |
+
|
81 |
+
* readme.txt: Bump the tested version
|
82 |
+
|
83 |
+
2011-01-07 12:07 donncha
|
84 |
+
|
85 |
+
* readme.txt: Minor typo
|
86 |
+
|
87 |
+
2011-01-07 12:02 donncha
|
88 |
+
|
89 |
+
* Changelog.txt: Updated changelog
|
90 |
+
|
91 |
2011-01-06 17:37 donncha
|
92 |
|
93 |
* wp-cache.php: Print the text, not __() it, and check if rewrite
|
languages/wp-super-cache-de_DE.mo
CHANGED
Binary file
|
languages/wp-super-cache-de_DE.po
CHANGED
@@ -7,9 +7,9 @@ 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:
|
11 |
-
"PO-Revision-Date:
|
12 |
-
"Last-Translator:
|
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"
|
@@ -19,166 +19,86 @@ msgstr ""
|
|
19 |
"X-Poedit-Country: GERMANY\n"
|
20 |
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
|
22 |
-
#:
|
23 |
-
msgid "
|
24 |
-
msgstr "
|
25 |
-
|
26 |
-
#: ossdl-cdn.php:134
|
27 |
-
#, php-format
|
28 |
-
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
29 |
-
msgstr "<strong style=\"color: red\">WARNUNG:</strong> Teste erst ein paar statische URLs, z.B.: %s - um <em>vor</em> dem Speichern deiner Änderungen sicherzustellen, daß dein CDN-Service voll funkionsfähig ist."
|
30 |
-
|
31 |
-
#: ossdl-cdn.php:135
|
32 |
-
msgid "You can define different CDN URLs for each site on a multsite network."
|
33 |
-
msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
|
34 |
-
|
35 |
-
#: ossdl-cdn.php:143
|
36 |
-
msgid "Enable CDN Support"
|
37 |
-
msgstr "Aktiviere CDN Support"
|
38 |
-
|
39 |
-
#: ossdl-cdn.php:146
|
40 |
-
msgid "Off-site URL"
|
41 |
-
msgstr "Off-site URL"
|
42 |
-
|
43 |
-
#: ossdl-cdn.php:149
|
44 |
-
#, php-format
|
45 |
-
msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
|
46 |
-
msgstr "Der neue URL anstelle von %1$s für das Rewriting. Kein führendes Zeichen <code>/</code> bitte.<br />Als Beispiel: <code>%2$s</code>."
|
47 |
-
|
48 |
-
#: ossdl-cdn.php:153
|
49 |
-
msgid "Include directories"
|
50 |
-
msgstr "Schließe Verzeichnisse mit ein"
|
51 |
-
|
52 |
-
#: ossdl-cdn.php:156
|
53 |
-
msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
|
54 |
-
msgstr "Verzeichnisse, die in Static File Matching mit einbezogen werden sollen. Benutze das Komma als Trennzeichen. Die Vorgabe ist <code>wp-content, wp-includes</code>, zwangsläufig eingesetzt, wenn das Feld leer gelassen wird."
|
55 |
-
|
56 |
-
#: ossdl-cdn.php:160
|
57 |
-
msgid "Exclude if substring"
|
58 |
-
msgstr "Verbergen falls Substring"
|
59 |
-
|
60 |
-
#: ossdl-cdn.php:163
|
61 |
-
msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
|
62 |
-
msgstr "Schließt etwas vor Revisionen aus, wenn eine der obengenannten Zeichenketten im Ergebnis gefunden wird. Benutze ein Komma als Trennzeichen, wie hier: <code>.php, .flv, .do</code>, und binde immer <code>.php</code> mit ein (Standard)."
|
63 |
-
|
64 |
-
#: ossdl-cdn.php:167
|
65 |
-
msgid "Additional CNAMES"
|
66 |
-
msgstr "Weitere CNAMES"
|
67 |
-
|
68 |
-
#: ossdl-cdn.php:170
|
69 |
-
#, php-format
|
70 |
-
msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
|
71 |
-
msgstr "Diese <a href=\"http://de.wikipedia.org/wiki/CNAME\">CNAMES</a> werden anstatt der %1$s für Rewriting genutzt (als Ergänzung zu dem Off-Site URL weiter oben). Benutze ein Komma als Trennzeichen. Für Seiten mit einer großen Anzahl statischer Dateien kann sich dadurch die Leistung des Browsers verbessern. Es kann sein, das CNAMEs auch in deinem CDN konfiguriert werden müssen.<br />Als Beispiel: %2$s"
|
72 |
-
|
73 |
-
#: ossdl-cdn.php:175
|
74 |
-
msgid "Save Changes"
|
75 |
-
msgstr "Änderungen speichern"
|
76 |
-
|
77 |
-
#: ossdl-cdn.php:177
|
78 |
-
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
79 |
-
msgstr "CDN-Funktionen bereitgestellt durch <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> von <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>."
|
80 |
-
|
81 |
-
#: plugins/awaitingmoderation.php:4
|
82 |
-
msgid "Your comment is awaiting moderation."
|
83 |
-
msgstr "Dein Kommentar wird vor der Freigabe moderiert."
|
84 |
|
85 |
-
#: plugins/
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
|
89 |
-
#: plugins/awaitingmoderation.php:34
|
90 |
#: plugins/badbehaviour.php:65
|
|
|
91 |
#: plugins/domain-mapping.php:60
|
92 |
-
#: wp-cache.php:
|
93 |
msgid "Enabled"
|
94 |
msgstr "Aktiviert"
|
95 |
|
96 |
-
#: plugins/awaitingmoderation.php:35
|
97 |
#: plugins/badbehaviour.php:66
|
|
|
98 |
#: plugins/domain-mapping.php:61
|
99 |
-
#: wp-cache.php:
|
100 |
msgid "Disabled"
|
101 |
msgstr "Deaktiviert"
|
102 |
|
103 |
-
#: plugins/
|
104 |
-
msgid "
|
105 |
-
msgstr "
|
106 |
|
107 |
-
#: plugins/awaitingmoderation.php:40
|
108 |
#: plugins/badbehaviour.php:71
|
109 |
-
#: plugins/
|
110 |
#: plugins/searchengine.php:69
|
111 |
-
#:
|
|
|
112 |
msgid "enabled"
|
113 |
msgstr "aktiviert"
|
114 |
|
115 |
-
#: plugins/awaitingmoderation.php:42
|
116 |
#: plugins/badbehaviour.php:73
|
117 |
-
#: plugins/
|
118 |
#: plugins/searchengine.php:67
|
|
|
119 |
msgid "disabled"
|
120 |
msgstr "deaktiviert"
|
121 |
|
122 |
-
#: plugins/
|
123 |
-
|
124 |
-
|
125 |
-
msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
|
126 |
|
127 |
-
#: plugins/awaitingmoderation.php:45
|
128 |
#: plugins/badbehaviour.php:76
|
|
|
129 |
#: plugins/domain-mapping.php:71
|
130 |
msgid "Update"
|
131 |
msgstr "Aktualisieren"
|
132 |
|
133 |
-
#: plugins/badbehaviour.php:47
|
134 |
-
msgid "Bad Behaviour not found. Please check your install."
|
135 |
-
msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
|
136 |
-
|
137 |
-
#: plugins/badbehaviour.php:63
|
138 |
-
msgid "Bad Behavior"
|
139 |
-
msgstr "Schlechtes Verhalten (Bad Behavior)"
|
140 |
-
|
141 |
-
#: plugins/badbehaviour.php:68
|
142 |
-
#, php-format
|
143 |
-
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/\") "
|
144 |
-
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/\") "
|
145 |
-
|
146 |
-
#: plugins/badbehaviour.php:74
|
147 |
-
#, php-format
|
148 |
-
msgid "Bad Behavior support is now %s"
|
149 |
-
msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
|
150 |
-
|
151 |
#: plugins/badbehaviour.php:83
|
152 |
-
#: wp-cache.php:
|
153 |
-
#: wp-cache.php:
|
154 |
msgid "Warning!"
|
155 |
msgstr "Warnung!"
|
156 |
|
157 |
-
#: plugins/
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
|
161 |
-
#: plugins/
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
|
165 |
-
#: plugins/
|
166 |
-
|
167 |
-
|
168 |
-
msgstr "\"Domain Mapping\"-Support ist %s. "
|
169 |
|
170 |
-
#: plugins/
|
171 |
-
msgid "
|
172 |
-
msgstr "\"
|
173 |
|
174 |
#: plugins/searchengine.php:61
|
175 |
#: plugins/searchengine.php:76
|
176 |
-
#: wp-cache.php:
|
177 |
msgid "Disable"
|
178 |
msgstr "Deaktiviere"
|
179 |
|
180 |
#: plugins/searchengine.php:71
|
181 |
-
#, php-format
|
182 |
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
183 |
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-Plugin ist %s. "
|
184 |
|
@@ -187,1401 +107,1441 @@ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsad
|
|
187 |
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
|
188 |
|
189 |
#: plugins/searchengine.php:74
|
190 |
-
#: wp-cache.php:
|
191 |
msgid "Enable"
|
192 |
msgstr "Aktiviere"
|
193 |
|
194 |
-
#:
|
195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
197 |
msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
|
198 |
|
199 |
-
#: wp-cache.php:
|
200 |
msgid "Warning! PHP Safe Mode Enabled!"
|
201 |
msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
|
202 |
|
203 |
-
#: wp-cache.php:
|
204 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
205 |
msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
|
206 |
|
207 |
-
#: wp-cache.php:
|
208 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
209 |
msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
|
210 |
|
211 |
-
#: wp-cache.php:
|
212 |
-
#, php-format
|
213 |
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."
|
214 |
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>."
|
215 |
|
216 |
-
#: wp-cache.php:
|
217 |
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."
|
218 |
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."
|
219 |
|
220 |
-
#: wp-cache.php:
|
221 |
msgid "Permlink Structure Error"
|
222 |
msgstr "Fehler in Permalink-Struktur"
|
223 |
|
224 |
-
#: wp-cache.php:
|
225 |
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."
|
226 |
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."
|
227 |
|
228 |
-
#: wp-cache.php:
|
229 |
-
#, php-format
|
230 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
231 |
msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
|
232 |
|
233 |
-
#: wp-cache.php:
|
234 |
-
#, php-format
|
235 |
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."
|
236 |
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."
|
237 |
|
238 |
-
#: wp-cache.php:
|
239 |
-
#: wp-cache.php:
|
240 |
-
#, php-format
|
241 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
242 |
msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
|
243 |
|
244 |
-
#: wp-cache.php:
|
245 |
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."
|
246 |
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."
|
247 |
|
248 |
-
#: wp-cache.php:
|
249 |
msgid "Cannot continue... fix previous problems and retry."
|
250 |
msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
|
251 |
|
252 |
-
#: wp-cache.php:
|
253 |
msgid "Zlib Output Compression Enabled!"
|
254 |
msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
|
255 |
|
256 |
-
#: wp-cache.php:
|
257 |
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."
|
258 |
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."
|
259 |
|
260 |
-
#: wp-cache.php:
|
261 |
msgid "Mod rewrite may not be installed!"
|
262 |
msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
|
263 |
|
264 |
-
#: wp-cache.php:
|
265 |
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."
|
266 |
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."
|
267 |
|
268 |
-
#: wp-cache.php:
|
269 |
msgid "Read Only Mode. Configuration cannot be changed."
|
270 |
msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
|
271 |
|
272 |
-
#: wp-cache.php:
|
273 |
-
#, php-format
|
274 |
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."
|
275 |
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."
|
276 |
|
277 |
-
#: wp-cache.php:
|
278 |
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."
|
279 |
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."
|
280 |
|
281 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
282 |
msgid "Writeable:"
|
283 |
msgstr "Beschreibbar: "
|
284 |
|
285 |
-
#: wp-cache.php:
|
286 |
msgid "Readonly:"
|
287 |
msgstr "Nur Leserechte: "
|
288 |
|
289 |
-
#: wp-cache.php:
|
290 |
-
#, php-format
|
291 |
msgid "Warning! %s is writeable!"
|
292 |
msgstr "Warnung! %s ist beschreibbar!"
|
293 |
|
294 |
-
#: wp-cache.php:
|
295 |
-
#, php-format
|
296 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
297 |
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:"
|
298 |
|
299 |
-
#: wp-cache.php:
|
300 |
msgid "Mobile rewrite rules detected"
|
301 |
msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
|
302 |
|
303 |
-
#: wp-cache.php:
|
304 |
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."
|
305 |
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."
|
306 |
|
307 |
-
#: wp-cache.php:
|
308 |
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
309 |
msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
|
310 |
|
311 |
-
#: wp-cache.php:
|
312 |
-
#: wp-cache.php:
|
313 |
msgid "Rewrite rules must be updated"
|
314 |
msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
|
315 |
|
316 |
-
#: wp-cache.php:
|
317 |
-
#: wp-cache.php:
|
318 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
319 |
msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
|
320 |
|
321 |
-
#: wp-cache.php:
|
322 |
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):"
|
323 |
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):"
|
324 |
|
325 |
-
#: wp-cache.php:
|
326 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
327 |
msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
|
328 |
|
329 |
-
#: wp-cache.php:
|
330 |
-
#: wp-cache.php:
|
331 |
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
332 |
msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
|
333 |
|
334 |
-
#: wp-cache.php:
|
335 |
-
#, php-format
|
336 |
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."
|
337 |
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."
|
338 |
|
339 |
-
#: wp-cache.php:
|
340 |
-
#, php-format
|
341 |
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)"
|
342 |
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)"
|
343 |
|
344 |
-
#: wp-cache.php:
|
345 |
msgid "Required to serve compressed supercache files properly."
|
346 |
msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
|
347 |
|
348 |
-
#: wp-cache.php:
|
349 |
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
350 |
msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
|
351 |
|
352 |
-
#: wp-cache.php:
|
353 |
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
354 |
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."
|
355 |
|
356 |
-
#: wp-cache.php:
|
357 |
msgid "Missing Apache Modules"
|
358 |
msgstr "Fehlende Apache-Module"
|
359 |
|
360 |
-
#: wp-cache.php:
|
361 |
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."
|
362 |
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."
|
363 |
|
364 |
-
#: wp-cache.php:
|
365 |
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."
|
366 |
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."
|
367 |
|
368 |
-
#: wp-cache.php:
|
369 |
msgid "WP Super Cache Settings"
|
370 |
msgstr "WP-Super-Cache Einstellungen"
|
371 |
|
372 |
-
#: wp-cache.php:
|
373 |
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
374 |
msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
|
375 |
|
376 |
-
#: wp-cache.php:
|
377 |
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
378 |
msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
|
379 |
|
380 |
-
#: wp-cache.php:
|
381 |
-
#: wp-cache.php:645
|
382 |
msgid "Caching must be enabled to use this feature"
|
383 |
msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
|
384 |
|
385 |
-
#: wp-cache.php:
|
386 |
-
|
387 |
-
msgstr "Cache-Tester"
|
388 |
-
|
389 |
-
#: wp-cache.php:574
|
390 |
-
msgid "Test your cached website by clicking the test button below."
|
391 |
-
msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
|
392 |
-
|
393 |
-
#: wp-cache.php:581
|
394 |
-
#, php-format
|
395 |
-
msgid "Fetching %s to prime cache: "
|
396 |
-
msgstr "Lädt %s um den Cache zu priorisieren: "
|
397 |
-
|
398 |
-
#: wp-cache.php:583
|
399 |
-
#: wp-cache.php:590
|
400 |
-
#: wp-cache.php:597
|
401 |
-
msgid "OK"
|
402 |
-
msgstr "OK"
|
403 |
-
|
404 |
-
#: wp-cache.php:588
|
405 |
-
#, php-format
|
406 |
-
msgid "Fetching first copy of %s: "
|
407 |
-
msgstr "Lädt die erste Kopie von %s: "
|
408 |
-
|
409 |
-
#: wp-cache.php:595
|
410 |
-
#, php-format
|
411 |
-
msgid "Fetching second copy of %s: "
|
412 |
-
msgstr "Lädt die zweite Kopie von %s: "
|
413 |
-
|
414 |
-
#: wp-cache.php:601
|
415 |
-
msgid "One or more page requests failed:"
|
416 |
-
msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
|
417 |
-
|
418 |
-
#: wp-cache.php:620
|
419 |
-
#: wp-cache.php:621
|
420 |
-
#, php-format
|
421 |
-
msgid "Page %d: %d (%s)"
|
422 |
-
msgstr "Seite %d: %d (%s)"
|
423 |
-
|
424 |
-
#: wp-cache.php:627
|
425 |
-
#, php-format
|
426 |
-
msgid "Page 1: %s"
|
427 |
-
msgstr "Seite 1: %s"
|
428 |
-
|
429 |
-
#: wp-cache.php:628
|
430 |
-
#, php-format
|
431 |
-
msgid "Page 2: %s"
|
432 |
-
msgstr "Seite 2: %s"
|
433 |
-
|
434 |
-
#: wp-cache.php:629
|
435 |
-
msgid "The timestamps on both pages match!"
|
436 |
-
msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
|
437 |
-
|
438 |
-
#: wp-cache.php:631
|
439 |
-
msgid "The pages do not match! Timestamps differ or were not found!"
|
440 |
-
msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
|
441 |
-
|
442 |
-
#: wp-cache.php:637
|
443 |
-
msgid "Send non-secure (non https) request for homepage"
|
444 |
-
msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
|
445 |
-
|
446 |
-
#: wp-cache.php:638
|
447 |
-
msgid "Test Cache"
|
448 |
-
msgstr "Cache testen"
|
449 |
-
|
450 |
-
#: wp-cache.php:663
|
451 |
-
#: wp-cache.php:794
|
452 |
msgid "Cancel Cache Preload"
|
453 |
msgstr "Cache-Preload abstellen"
|
454 |
|
455 |
-
#: wp-cache.php:
|
456 |
-
#: wp-cache.php:
|
457 |
msgid "Scheduled preloading of cache cancelled."
|
458 |
msgstr "Planmässiges Vorladen des Cache abgebrochen."
|
459 |
|
460 |
-
#: wp-cache.php:
|
461 |
-
#: wp-cache.php:
|
462 |
msgid "Preload Cache Now"
|
463 |
msgstr "Cache jetzt vorladen"
|
464 |
|
465 |
-
#: wp-cache.php:
|
466 |
msgid "Scheduled preloading of cache in 10 seconds."
|
467 |
msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
|
468 |
|
469 |
-
#: wp-cache.php:
|
470 |
-
#, php-format
|
471 |
msgid "Scheduled preloading of cache in %d minutes"
|
472 |
msgstr "Planmässiges Vorladen des Cache in %d Minuten"
|
473 |
|
474 |
-
#: wp-cache.php:
|
475 |
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."
|
476 |
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."
|
477 |
|
478 |
-
#: wp-cache.php:
|
479 |
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."
|
480 |
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."
|
481 |
|
482 |
-
#: wp-cache.php:
|
483 |
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."
|
484 |
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."
|
485 |
|
486 |
-
#: wp-cache.php:
|
487 |
-
#, php-format
|
488 |
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
489 |
msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
|
490 |
|
491 |
-
#: wp-cache.php:
|
492 |
msgid "all"
|
493 |
msgstr "Alle"
|
494 |
|
495 |
-
#: wp-cache.php:
|
496 |
-
#, php-format
|
497 |
msgid "Preload %s posts."
|
498 |
msgstr "Lade %s Beiträge vorab."
|
499 |
|
500 |
-
#: wp-cache.php:
|
501 |
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
502 |
msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
|
503 |
|
504 |
-
#: wp-cache.php:
|
505 |
msgid "Send me status emails when files are refreshed."
|
506 |
msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
|
507 |
|
508 |
-
#: wp-cache.php:
|
509 |
msgid "Many emails, 2 emails per 100 posts."
|
510 |
msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
|
511 |
|
512 |
-
#: wp-cache.php:
|
513 |
msgid "Medium, 1 email per 100 posts."
|
514 |
msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
|
515 |
|
516 |
-
#: wp-cache.php:
|
517 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
518 |
msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
|
519 |
|
520 |
-
#: wp-cache.php:
|
521 |
-
#, php-format
|
522 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
523 |
msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
524 |
|
525 |
-
#: wp-cache.php:
|
526 |
-
#, php-format
|
527 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
528 |
msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
529 |
|
530 |
-
#: wp-cache.php:
|
531 |
-
#, php-format
|
532 |
msgid "Currently caching from post %d to %d."
|
533 |
msgstr "Momentan wird von Beitrag %d bis %d gecached."
|
534 |
|
535 |
-
#: wp-cache.php:
|
536 |
-
#, php-format
|
537 |
msgid "<strong>Page last cached:</strong> %s"
|
538 |
msgstr "<strong>Seite zuletzt gecached:</strong> %s"
|
539 |
|
540 |
-
#: wp-cache.php:
|
541 |
msgid "Update Settings"
|
542 |
msgstr "Einstellungen aktualisieren"
|
543 |
|
544 |
-
#: wp-cache.php:
|
545 |
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
546 |
msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
|
547 |
|
548 |
-
#: wp-cache.php:
|
549 |
-
#: wp-cache.php:
|
550 |
msgid "Caching"
|
551 |
msgstr "Caching"
|
552 |
|
553 |
-
#: wp-cache.php:
|
554 |
msgid "Cache hits to this website for quick access."
|
555 |
msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
|
556 |
|
557 |
-
#: wp-cache.php:
|
558 |
-
#: wp-cache.php:
|
559 |
-
#: wp-cache.php:
|
560 |
-
#: wp-cache.php:
|
561 |
-
#: wp-cache.php:
|
562 |
-
#: wp-cache.php:
|
563 |
-
#: wp-cache.php:
|
|
|
564 |
msgid "Recommended"
|
565 |
msgstr "Empfohlen"
|
566 |
|
567 |
-
#: wp-cache.php:
|
568 |
msgid "Use mod_rewrite to serve cache files."
|
569 |
msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
|
570 |
|
571 |
-
#: wp-cache.php:
|
572 |
msgid "Use PHP to serve cache files."
|
573 |
msgstr "Nutze PHP um Cache-Dateien auszuliefern."
|
574 |
|
575 |
-
#: wp-cache.php:
|
576 |
msgid "Legacy page caching."
|
577 |
msgstr "Legacy Page-Caching."
|
578 |
|
579 |
-
#: wp-cache.php:
|
580 |
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
581 |
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 zu aktivieren. Neulinge sollten PHP-Caching wählen."
|
582 |
|
583 |
-
#: wp-cache.php:
|
584 |
msgid "Miscellaneous"
|
585 |
msgstr "Sonstiges"
|
586 |
|
587 |
-
#: wp-cache.php:
|
588 |
msgid "Warning! Compression is disabled as gzencode() function not found."
|
589 |
msgstr "Warnung! Komprimierung ist deaktiviert, weil die Funktion gzencode() nicht vorhanden ist."
|
590 |
|
591 |
-
#: wp-cache.php:
|
592 |
msgid "Compress pages so they’re served more quickly to visitors."
|
593 |
msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
|
594 |
|
595 |
-
#: wp-cache.php:
|
596 |
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
597 |
msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
|
598 |
|
599 |
-
#: wp-cache.php:
|
600 |
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
601 |
msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
|
602 |
|
603 |
-
#: wp-cache.php:
|
604 |
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
605 |
msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
|
606 |
|
607 |
-
#: wp-cache.php:
|
608 |
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
609 |
msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
|
610 |
|
611 |
-
#: wp-cache.php:
|
612 |
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
613 |
msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
|
614 |
|
615 |
-
#: wp-cache.php:
|
616 |
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
617 |
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)"
|
618 |
|
619 |
-
#: wp-cache.php:
|
620 |
-
#: wp-cache.php:
|
621 |
-
#: wp-cache.php:
|
622 |
msgid "Advanced"
|
623 |
msgstr "Erweitert"
|
624 |
|
625 |
-
#: wp-cache.php:
|
626 |
msgid "Mobile device support."
|
627 |
msgstr "Unterstützung mobiler Endgeräte."
|
628 |
|
629 |
-
#: wp-cache.php:
|
630 |
msgid "Clear all cache files when a post or page is published."
|
631 |
msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
|
632 |
|
633 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
634 |
msgid "Only refresh current page when comments made."
|
635 |
msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
|
636 |
|
637 |
-
#: wp-cache.php:
|
638 |
msgid "List the newest cached pages on this page."
|
639 |
msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
|
640 |
|
641 |
-
#: wp-cache.php:
|
642 |
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>"
|
643 |
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>"
|
644 |
|
645 |
-
#: wp-cache.php:
|
646 |
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
647 |
msgstr "Verzögerte Initiierung. Zeige gecachede Dateien nachdem WordPress geladen ist. Meistens nützlich im Legacy-Modus."
|
648 |
|
649 |
-
#: wp-cache.php:
|
650 |
msgid "Use object cache to store cached files."
|
651 |
msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
|
652 |
|
653 |
-
#: wp-cache.php:
|
654 |
msgid "(Experimental)"
|
655 |
msgstr "(Experimentell)"
|
656 |
|
657 |
-
#: wp-cache.php:
|
658 |
msgid "Note:"
|
659 |
msgstr "Hinweis: "
|
660 |
|
661 |
-
#: wp-cache.php:
|
662 |
-
|
|
|
|
|
|
|
663 |
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!)"
|
664 |
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!)"
|
665 |
|
666 |
-
#: wp-cache.php:
|
667 |
-
#, php-format
|
668 |
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\"."
|
669 |
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\"."
|
670 |
|
671 |
-
#: wp-cache.php:
|
672 |
-
#, php-format
|
673 |
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."
|
674 |
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."
|
675 |
|
676 |
-
#: wp-cache.php:
|
677 |
-
#: wp-cache.php:
|
678 |
msgid "Update Status"
|
679 |
msgstr "Update-Status"
|
680 |
|
681 |
-
#: wp-cache.php:
|
682 |
msgid "Accepted Filenames & Rejected URIs"
|
683 |
msgstr "Akzeptierte Dateinamen & Abgewiesene URIs"
|
684 |
|
685 |
-
#: wp-cache.php:
|
686 |
msgid "Caching On"
|
687 |
msgstr "Caching An"
|
688 |
|
689 |
-
#: wp-cache.php:
|
690 |
msgid "Caching Off"
|
691 |
msgstr "Caching Aus"
|
692 |
|
693 |
-
#: wp-cache.php:
|
694 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
695 |
msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
|
696 |
|
697 |
-
#: wp-cache.php:
|
698 |
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
699 |
msgstr "Hinweis: PHP-Caching ist aktiviert, es wurden aber Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Wenn deine Seite funkioniert, kannst Du diesen Hinweis gerne ignorieren. Oder bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
|
700 |
|
701 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
702 |
msgid "Recommended Links and Plugins"
|
703 |
msgstr "Empfohlene Links und Plugins"
|
704 |
|
705 |
-
#: wp-cache.php:
|
706 |
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
707 |
-
msgstr "Caching ist
|
708 |
|
709 |
-
#: wp-cache.php:
|
710 |
-
#, php-format
|
711 |
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
712 |
msgstr "<a href=\"%s\">WP Minify</a> reduziert die Anzahl der von deinem Webserver ausgelieferten Dateien durch Kombination der Javascript- und CSS-Dateien. Alternativ dazu kannst Du <a href=\"%s\">WPSCMin</a>, ein Supercache-Plugin zur Minimierung gecacheder Seiten nutzen. Dieses bündelt JS/CSS-Dateien in keiner Weise."
|
713 |
|
714 |
-
#: wp-cache.php:
|
715 |
-
#, php-format
|
716 |
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
717 |
msgstr "<a href=\"%s\">Yahoo! Yslow</a> ist eine Erweiterung des Firefox add-on Firebug. Sie analysiert Webseiten und bietet Möglichkeiten zur Verbesserung der Performanz an, die auf einer Reihe von Regeln für hoch-performante Webseiten bestehen. Probiere auch die Performance-Online-Tools unter <a href=\"%s\">GTMetrix</a>."
|
718 |
|
719 |
-
#: wp-cache.php:
|
720 |
-
#, php-format
|
721 |
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
722 |
msgstr "<a href=\"%s\">Nutze Google-Libraries</a> ermöglicht es, einige der allgemein gebräuchlichen Javascript-Bibliotheken von Google Webservern zu laden. Ironischerweise kann das deine Werte im Yslow-Score verschlechtern."
|
723 |
|
724 |
-
#: wp-cache.php:
|
725 |
-
#, php-format
|
726 |
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
727 |
msgstr "<strong>Nur für Fortgeschrittene:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> erklärt, wie deine Seite über Regeln in der .htaccess-Datei cache-fähiger gemacht wird."
|
728 |
|
729 |
-
#: wp-cache.php:
|
730 |
-
#, php-format
|
731 |
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
732 |
msgstr "<strong>Nur für Fortgeschrittene:</strong> Installiere einen \"Objekt-Cache\". Wähle <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> und andere."
|
733 |
|
734 |
-
#: wp-cache.php:
|
735 |
msgid "Make WordPress Faster"
|
736 |
msgstr "Mach WordPress schneller!"
|
737 |
|
738 |
-
#: wp-cache.php:
|
739 |
-
#, php-format
|
740 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
741 |
msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
|
742 |
|
743 |
-
#: wp-cache.php:
|
744 |
-
#, php-format
|
745 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
746 |
msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
|
747 |
|
748 |
-
#: wp-cache.php:
|
749 |
-
#, php-format
|
750 |
msgid "Please say hi to him on %s too!"
|
751 |
msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
|
752 |
|
753 |
-
#: wp-cache.php:
|
754 |
msgid "Need Help?"
|
755 |
msgstr "Hilfe benötigt?"
|
756 |
|
757 |
-
#: wp-cache.php:
|
758 |
-
#, php-format
|
759 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
760 |
msgstr "<a href=\"%1$s\">Hilfe zur Installation</a>"
|
761 |
|
762 |
-
#: wp-cache.php:
|
763 |
-
#, php-format
|
764 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
765 |
msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
766 |
|
767 |
-
#: wp-cache.php:
|
768 |
-
#, php-format
|
769 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
770 |
msgstr "<a href=\"%1$s\">Support-Forum</a>"
|
771 |
|
772 |
-
#: wp-cache.php:
|
773 |
msgid "Rate This Plugin!"
|
774 |
msgstr "Bitte bewerte dieses Plugin!"
|
775 |
|
776 |
-
#: wp-cache.php:
|
777 |
-
#, php-format
|
778 |
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
779 |
msgstr "Bitte <a href=\"%s\">bewerte</a> dieses Plugin und berichte mir, ob es für dich funktioniert oder nicht. Damit unterstützt Du die Weiterentwicklung wirklich und wahrhaftig."
|
780 |
|
781 |
-
#: wp-cache.php:
|
782 |
-
#, php-format
|
783 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
784 |
msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
|
785 |
|
786 |
-
#: wp-cache.php:
|
787 |
msgid "Newest Cached Pages:"
|
788 |
msgstr "Neueste Cached-Pages: "
|
789 |
|
790 |
-
#: wp-cache.php:
|
791 |
-
#, php-format
|
792 |
msgid "Cached %s seconds ago"
|
793 |
msgstr "Vor %s Sekunden gecached"
|
794 |
|
795 |
-
#: wp-cache.php:
|
796 |
msgid "(may not always be accurate on busy sites)"
|
797 |
msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
|
798 |
|
799 |
-
#: wp-cache.php:
|
800 |
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."
|
801 |
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."
|
802 |
|
803 |
-
#: wp-cache.php:
|
804 |
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
805 |
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."
|
806 |
|
807 |
-
#: wp-cache.php:
|
808 |
msgid "Available Plugins"
|
809 |
msgstr "Verfügbare Plugins"
|
810 |
|
811 |
-
#: wp-cache.php:
|
812 |
msgid "Easy"
|
813 |
msgstr "Easy"
|
814 |
|
815 |
-
#: wp-cache.php:
|
816 |
msgid "CDN"
|
817 |
msgstr "CDN"
|
818 |
|
819 |
-
#: wp-cache.php:
|
820 |
-
msgid "
|
821 |
-
msgstr "
|
822 |
|
823 |
-
#: wp-cache.php:
|
824 |
msgid "Preload"
|
825 |
msgstr "Preload"
|
826 |
|
827 |
-
#: wp-cache.php:
|
828 |
msgid "Plugins"
|
829 |
msgstr "Plugins"
|
830 |
|
831 |
-
#: wp-cache.php:
|
832 |
msgid "Debug"
|
833 |
msgstr "Debug"
|
834 |
|
835 |
-
#: wp-cache.php:
|
836 |
-
#, php-format
|
837 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
838 |
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."
|
839 |
|
840 |
-
#: wp-cache.php:
|
841 |
-
#, php-format
|
842 |
-
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
843 |
-
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."
|
844 |
-
|
845 |
-
#: wp-cache.php:1064
|
846 |
msgid "Mod Rewrite Rules"
|
847 |
msgstr "Mod Rewrite Rules"
|
848 |
|
849 |
-
#: wp-cache.php:
|
850 |
msgid "WordPress MU Detected"
|
851 |
msgstr "WordPress MU (WP Multi-Sites) festgestellt"
|
852 |
|
853 |
-
#: wp-cache.php:
|
854 |
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."
|
855 |
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."
|
856 |
|
857 |
-
#: wp-cache.php:
|
858 |
msgid "Mod Rewrite rules cannot be updated!"
|
859 |
msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
|
860 |
|
861 |
-
#: wp-cache.php:
|
862 |
-
#, php-format
|
863 |
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:"
|
864 |
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: "
|
865 |
|
866 |
-
#: wp-cache.php:
|
867 |
msgid "Refresh this page when you have updated your .htaccess file."
|
868 |
msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
|
869 |
|
870 |
-
#: wp-cache.php:
|
871 |
msgid "Thank you for upgrading."
|
872 |
msgstr "Danke für das Upgrade."
|
873 |
|
874 |
-
#: wp-cache.php:
|
875 |
-
#, php-format
|
876 |
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."
|
877 |
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."
|
878 |
|
879 |
-
#: wp-cache.php:
|
880 |
msgid "Trailing slash check required."
|
881 |
msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
|
882 |
|
883 |
-
#: wp-cache.php:
|
884 |
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:"
|
885 |
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: "
|
886 |
|
887 |
-
#: wp-cache.php:
|
888 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
889 |
msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
|
890 |
|
891 |
-
#: wp-cache.php:
|
892 |
msgid "Mod Rewrite rules updated!"
|
893 |
msgstr "Mod Rewrite Rules aktualisiert!"
|
894 |
|
895 |
-
#: wp-cache.php:
|
896 |
-
#, php-format
|
897 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
898 |
msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
|
899 |
|
900 |
-
#: wp-cache.php:
|
901 |
msgid "Mod Rewrite rules must be updated!"
|
902 |
msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
|
903 |
|
904 |
-
#: wp-cache.php:
|
905 |
-
#, php-format
|
906 |
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:"
|
907 |
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: "
|
908 |
|
909 |
-
#: wp-cache.php:
|
910 |
-
#, php-format
|
911 |
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."
|
912 |
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."
|
913 |
|
914 |
-
#: wp-cache.php:
|
915 |
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."
|
916 |
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."
|
917 |
|
918 |
-
#: wp-cache.php:
|
919 |
msgid "View Mod_Rewrite Rules"
|
920 |
msgstr "Mod_Rewrite Rules anzeigen"
|
921 |
|
922 |
-
#: wp-cache.php:
|
923 |
-
#: wp-cache.php:
|
924 |
-
#, php-format
|
925 |
msgid "Rules must be added to %s too:"
|
926 |
msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
|
927 |
|
928 |
-
#: wp-cache.php:
|
929 |
-
#, php-format
|
930 |
msgid "Gzip encoding rules in %s.htaccess created."
|
931 |
msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
|
932 |
|
933 |
-
#: wp-cache.php:
|
934 |
msgid "Fix Configuration"
|
935 |
msgstr "Repariere Konfiguration"
|
936 |
|
937 |
-
#: wp-cache.php:
|
938 |
msgid "Restore Default Configuration"
|
939 |
msgstr "Ursprüngliche Konfiguration wieder herstellen"
|
940 |
|
941 |
-
#: wp-cache.php:
|
942 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
943 |
msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
|
944 |
|
945 |
-
#: wp-cache.php:
|
946 |
msgid "Lock Down:"
|
947 |
msgstr "Sperren: "
|
948 |
|
949 |
-
#: wp-cache.php:
|
950 |
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."
|
951 |
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."
|
952 |
|
953 |
-
#: wp-cache.php:
|
954 |
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."
|
955 |
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: "
|
956 |
|
957 |
-
#: wp-cache.php:
|
958 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
959 |
msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
|
960 |
|
961 |
-
#: wp-cache.php:
|
962 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
963 |
msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
|
964 |
|
965 |
-
#: wp-cache.php:
|
966 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
967 |
msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
|
968 |
|
969 |
-
#: wp-cache.php:
|
970 |
msgid "Lock Down"
|
971 |
msgstr "Sperre"
|
972 |
|
973 |
-
#: wp-cache.php:
|
974 |
msgid "Directly Cached Files"
|
975 |
msgstr "Direkt gecachede Dateien"
|
976 |
|
977 |
-
#: wp-cache.php:
|
978 |
-
#, php-format
|
979 |
msgid "%s removed!"
|
980 |
msgstr "%s entfernt!"
|
981 |
|
982 |
-
#: wp-cache.php:
|
983 |
-
#, php-format
|
984 |
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."
|
985 |
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."
|
986 |
|
987 |
-
#: wp-cache.php:
|
988 |
-
#, php-format
|
989 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
990 |
msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
|
991 |
|
992 |
-
#: wp-cache.php:
|
993 |
msgid "Existing direct page"
|
994 |
msgstr "Direkt-Seite existiert"
|
995 |
|
996 |
-
#: wp-cache.php:
|
997 |
msgid "Delete cached file"
|
998 |
msgstr "Lösche gecachede Datei"
|
999 |
|
1000 |
-
#: wp-cache.php:
|
1001 |
msgid "Add direct page:"
|
1002 |
msgstr "Direkt-Seite hinzufügen: "
|
1003 |
|
1004 |
-
#: wp-cache.php:
|
1005 |
-
#, php-format
|
1006 |
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."
|
1007 |
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."
|
1008 |
|
1009 |
-
#: wp-cache.php:
|
1010 |
-
#, php-format
|
1011 |
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."
|
1012 |
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."
|
1013 |
|
1014 |
-
#: wp-cache.php:
|
1015 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
1016 |
msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
|
1017 |
|
1018 |
-
#: wp-cache.php:
|
1019 |
msgid "Update Direct Pages"
|
1020 |
msgstr "Direkt-Seiten aktualisieren"
|
1021 |
|
1022 |
-
#: wp-cache.php:
|
1023 |
msgid "Expiry Time & Garbage Collection"
|
1024 |
msgstr "Expiry-Time & Garbage-Collection"
|
1025 |
|
1026 |
-
#: wp-cache.php:
|
1027 |
msgid "Expire time:"
|
1028 |
msgstr "Laufzeitende:"
|
1029 |
|
1030 |
-
#: wp-cache.php:
|
1031 |
msgid "seconds"
|
1032 |
msgstr "Sekunden"
|
1033 |
|
1034 |
-
#: wp-cache.php:
|
1035 |
msgid "Garbage Collection"
|
1036 |
msgstr "Müll-Entsorgung (Garbage-Collection)"
|
1037 |
|
1038 |
-
#: wp-cache.php:
|
1039 |
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."
|
1040 |
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."
|
1041 |
|
1042 |
-
#: wp-cache.php:
|
1043 |
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."
|
1044 |
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."
|
1045 |
|
1046 |
-
#: wp-cache.php:
|
1047 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1048 |
msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
|
1049 |
|
1050 |
-
#: wp-cache.php:
|
1051 |
msgid "Change Expiration"
|
1052 |
msgstr "Laufzeit ändern"
|
1053 |
|
1054 |
-
#: wp-cache.php:
|
1055 |
msgid "Rejected User Agents"
|
1056 |
msgstr "Abgewehrte User-Agents"
|
1057 |
|
1058 |
-
#: wp-cache.php:
|
1059 |
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."
|
1060 |
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."
|
1061 |
|
1062 |
-
#: wp-cache.php:
|
1063 |
msgid "Save UA Strings"
|
1064 |
msgstr "User-Agenten-Strings speichern"
|
1065 |
|
1066 |
-
#: wp-cache.php:
|
1067 |
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."
|
1068 |
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>."
|
1069 |
|
1070 |
-
#: wp-cache.php:
|
1071 |
msgid "Single Posts"
|
1072 |
msgstr "Einzelne Beiträge"
|
1073 |
|
1074 |
-
#: wp-cache.php:
|
1075 |
msgid "Pages"
|
1076 |
msgstr "Seiten"
|
1077 |
|
1078 |
-
#: wp-cache.php:
|
1079 |
msgid "Front Page"
|
1080 |
msgstr "Startseite"
|
1081 |
|
1082 |
-
#: wp-cache.php:
|
1083 |
msgid "Home"
|
1084 |
msgstr "Home"
|
1085 |
|
1086 |
-
#: wp-cache.php:
|
1087 |
msgid "Archives"
|
1088 |
msgstr "Archive"
|
1089 |
|
1090 |
-
#: wp-cache.php:
|
1091 |
msgid "Tags"
|
1092 |
msgstr "Suchworte (tags)"
|
1093 |
|
1094 |
-
#: wp-cache.php:
|
1095 |
msgid "Category"
|
1096 |
msgstr "Kategorie"
|
1097 |
|
1098 |
-
#: wp-cache.php:
|
1099 |
msgid "Feeds"
|
1100 |
msgstr "Feeds"
|
1101 |
|
1102 |
-
#: wp-cache.php:
|
1103 |
msgid "Search Pages"
|
1104 |
msgstr "Suchseiten"
|
1105 |
|
1106 |
-
#: wp-cache.php:
|
1107 |
-
#: wp-cache.php:
|
1108 |
msgid "Save"
|
1109 |
msgstr "Speichern"
|
1110 |
|
1111 |
-
#: wp-cache.php:
|
1112 |
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."
|
1113 |
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."
|
1114 |
|
1115 |
-
#: wp-cache.php:
|
1116 |
msgid "Save Strings"
|
1117 |
msgstr "Strings speichern"
|
1118 |
|
1119 |
-
#: wp-cache.php:
|
1120 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1121 |
msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
|
1122 |
|
1123 |
-
#: wp-cache.php:
|
1124 |
msgid "Save Files"
|
1125 |
msgstr "Dateien speichern"
|
1126 |
|
1127 |
-
#: wp-cache.php:
|
1128 |
-
msgid "Currently logging to: "
|
1129 |
-
msgstr "Aktuelle Protokolle (Logs) in: "
|
1130 |
-
|
1131 |
-
#: wp-cache.php:1523
|
1132 |
-
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."
|
1133 |
-
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."
|
1134 |
|
1135 |
-
#: wp-cache.php:
|
1136 |
-
msgid "
|
1137 |
-
msgstr "
|
1138 |
|
1139 |
-
#: wp-cache.php:
|
1140 |
msgid "Debugging"
|
1141 |
msgstr "Debuggen"
|
1142 |
|
1143 |
-
#: wp-cache.php:
|
1144 |
-
msgid "Logging Type"
|
1145 |
-
msgstr "Protokoll-Typ"
|
1146 |
-
|
1147 |
-
#: wp-cache.php:1529
|
1148 |
-
msgid "Email"
|
1149 |
-
msgstr "E-Mail"
|
1150 |
-
|
1151 |
-
#: wp-cache.php:1530
|
1152 |
-
msgid "file"
|
1153 |
-
msgstr "Datei"
|
1154 |
-
|
1155 |
-
#: wp-cache.php:1531
|
1156 |
msgid "IP Address"
|
1157 |
msgstr "IP-Addresse"
|
1158 |
|
1159 |
-
#: wp-cache.php:
|
1160 |
-
#, php-format
|
1161 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1162 |
msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
|
1163 |
|
1164 |
-
#: wp-cache.php:
|
1165 |
msgid "Log level"
|
1166 |
msgstr "Log-Level"
|
1167 |
|
1168 |
-
#: wp-cache.php:
|
1169 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1170 |
msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
|
1171 |
|
1172 |
-
#: wp-cache.php:
|
1173 |
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>"
|
1174 |
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>"
|
1175 |
|
1176 |
-
#: wp-cache.php:
|
1177 |
-
#, php-format
|
1178 |
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."
|
1179 |
msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, und 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."
|
1180 |
|
1181 |
-
#: wp-cache.php:
|
1182 |
msgid "Check front page every 5 minutes."
|
1183 |
msgstr "Check die Startseite alle 5 Minuten."
|
1184 |
|
1185 |
-
#: wp-cache.php:
|
1186 |
msgid "Front page text"
|
1187 |
msgstr "Text der Startseite"
|
1188 |
|
1189 |
-
#: wp-cache.php:
|
1190 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1191 |
msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
|
1192 |
|
1193 |
-
#: wp-cache.php:
|
1194 |
msgid "Clear cache on error."
|
1195 |
msgstr "Bei \"Error\" Cache leeren."
|
1196 |
|
1197 |
-
#: wp-cache.php:
|
1198 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1199 |
msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
|
1200 |
|
1201 |
-
#: wp-cache.php:
|
1202 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1203 |
msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
|
1204 |
|
1205 |
-
#: wp-cache.php:
|
1206 |
-
#: wp-cache.php:
|
1207 |
msgid "Warning"
|
1208 |
msgstr "Warnung"
|
1209 |
|
1210 |
-
#: wp-cache.php:
|
1211 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1212 |
msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du \"gzip compression\" deaktiviert hast."
|
1213 |
|
1214 |
-
#: wp-cache.php:
|
1215 |
-
#: wp-cache.php:
|
1216 |
-
#: wp-cache.php:
|
1217 |
-
#: wp-cache.php:
|
1218 |
-
#: wp-cache.php:
|
1219 |
msgid "Error"
|
1220 |
msgstr "Fehler"
|
1221 |
|
1222 |
-
#: wp-cache.php:
|
1223 |
-
#, php-format
|
1224 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1225 |
msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
|
1226 |
|
1227 |
-
#: wp-cache.php:
|
1228 |
-
#, php-format
|
1229 |
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."
|
1230 |
msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
|
1231 |
|
1232 |
-
#: wp-cache.php:
|
1233 |
-
#, php-format
|
1234 |
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."
|
1235 |
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."
|
1236 |
|
1237 |
-
#: wp-cache.php:
|
1238 |
-
#, php-format
|
1239 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1240 |
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."
|
1241 |
|
1242 |
-
#: wp-cache.php:
|
1243 |
-
#, php-format
|
1244 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1245 |
msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
|
1246 |
|
1247 |
-
#: wp-cache.php:
|
1248 |
-
#, php-format
|
1249 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1250 |
msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
|
1251 |
|
1252 |
-
#: wp-cache.php:
|
1253 |
msgid "1. If it already exists please delete the file first."
|
1254 |
msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
|
1255 |
|
1256 |
-
#: wp-cache.php:
|
1257 |
-
#, php-format
|
1258 |
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)"
|
1259 |
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)."
|
1260 |
|
1261 |
-
#: wp-cache.php:
|
1262 |
-
#, php-format
|
1263 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1264 |
msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
|
1265 |
|
1266 |
-
#: wp-cache.php:
|
1267 |
-
#, php-format
|
1268 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1269 |
msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
|
1270 |
|
1271 |
-
#: wp-cache.php:
|
1272 |
-
#, php-format
|
1273 |
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>"
|
1274 |
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>"
|
1275 |
|
1276 |
-
#: wp-cache.php:
|
1277 |
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>"
|
1278 |
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>"
|
1279 |
|
1280 |
-
#: wp-cache.php:
|
1281 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1282 |
msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
|
1283 |
|
1284 |
-
#: wp-cache.php:
|
1285 |
-
#, php-format
|
1286 |
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. "
|
1287 |
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."
|
1288 |
|
1289 |
-
#: wp-cache.php:
|
1290 |
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."
|
1291 |
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>"
|
1292 |
|
1293 |
-
#: wp-cache.php:
|
1294 |
msgid "Cache Contents"
|
1295 |
msgstr "Cache-Inhalte"
|
1296 |
|
1297 |
-
#: wp-cache.php:
|
1298 |
msgid "Object cache in use. No cache listing available."
|
1299 |
msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
|
1300 |
|
1301 |
-
#: wp-cache.php:
|
1302 |
-
#, php-format
|
1303 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1304 |
msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
|
1305 |
|
1306 |
-
#: wp-cache.php:
|
1307 |
-
#, php-format
|
1308 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1309 |
msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
|
1310 |
|
1311 |
-
#: wp-cache.php:
|
1312 |
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1313 |
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."
|
1314 |
|
1315 |
-
#: wp-cache.php:
|
1316 |
msgid "Regenerate cache stats"
|
1317 |
msgstr "Regeneriere Cache-Statistik"
|
1318 |
|
1319 |
-
#: wp-cache.php:
|
1320 |
-
#, php-format
|
1321 |
msgid "Cache stats last generated: %s minutes ago."
|
1322 |
msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
|
1323 |
|
1324 |
-
#: wp-cache.php:
|
1325 |
msgid "WP-Cache"
|
1326 |
msgstr "WP-Cache"
|
1327 |
|
1328 |
-
#: wp-cache.php:
|
1329 |
-
#: wp-cache.php:
|
1330 |
-
#, php-format
|
1331 |
msgid "%s Cached Pages"
|
1332 |
msgstr "%s Seiten im Cache"
|
1333 |
|
1334 |
-
#: wp-cache.php:
|
1335 |
-
#: wp-cache.php:
|
1336 |
-
#, php-format
|
1337 |
msgid "%s Expired Pages"
|
1338 |
msgstr "%s Expired-Pages im Cache"
|
1339 |
|
1340 |
-
#: wp-cache.php:
|
1341 |
msgid "WP-Super-Cache"
|
1342 |
msgstr "WP-Super-Cache"
|
1343 |
|
1344 |
-
#: wp-cache.php:
|
1345 |
msgid "Fresh WP-Cached Files"
|
1346 |
msgstr "Neue WP-Cache-Dateien"
|
1347 |
|
1348 |
-
#: wp-cache.php:
|
1349 |
-
#: wp-cache.php:
|
1350 |
-
#: wp-cache.php:
|
1351 |
-
#: wp-cache.php:
|
1352 |
msgid "URI"
|
1353 |
msgstr "URI"
|
1354 |
|
1355 |
-
#: wp-cache.php:
|
1356 |
-
#: wp-cache.php:
|
1357 |
msgid "Key"
|
1358 |
msgstr "Schlüssel"
|
1359 |
|
1360 |
-
#: wp-cache.php:
|
1361 |
-
#: wp-cache.php:
|
1362 |
-
#: wp-cache.php:
|
1363 |
-
#: wp-cache.php:
|
1364 |
msgid "Age"
|
1365 |
msgstr "Alter"
|
1366 |
|
1367 |
-
#: wp-cache.php:
|
1368 |
-
#: wp-cache.php:
|
1369 |
-
#: wp-cache.php:
|
1370 |
-
#: wp-cache.php:
|
1371 |
msgid "Delete"
|
1372 |
msgstr "Lösche"
|
1373 |
|
1374 |
-
#: wp-cache.php:
|
1375 |
msgid "Stale WP-Cached Files"
|
1376 |
msgstr "Abgelaufene WP-Cache Dateien"
|
1377 |
|
1378 |
-
#: wp-cache.php:
|
1379 |
msgid "Fresh Super Cached Files"
|
1380 |
msgstr "Neue Super-Cached Dateien"
|
1381 |
|
1382 |
-
#: wp-cache.php:
|
1383 |
msgid "Stale Super Cached Files"
|
1384 |
msgstr "Abgelaufene Super-Cached Dateien"
|
1385 |
|
1386 |
-
#: wp-cache.php:
|
1387 |
msgid "Hide file list"
|
1388 |
msgstr "Datei-Liste verbergen"
|
1389 |
|
1390 |
-
#: wp-cache.php:
|
1391 |
msgid "Too many cached files, no listing possible."
|
1392 |
msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
|
1393 |
|
1394 |
-
#: wp-cache.php:
|
1395 |
msgid "List all cached files"
|
1396 |
msgstr "Alle Cache-Dateien auflisten"
|
1397 |
|
1398 |
-
#: wp-cache.php:
|
1399 |
-
#, php-format
|
1400 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1401 |
msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
|
1402 |
|
1403 |
-
#: wp-cache.php:
|
1404 |
-
#, php-format
|
1405 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1406 |
msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
|
1407 |
|
1408 |
-
#: wp-cache.php:
|
1409 |
-
#, php-format
|
1410 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1411 |
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."
|
1412 |
|
1413 |
-
#: wp-cache.php:
|
1414 |
msgid "Delete Expired"
|
1415 |
msgstr "Abgelaufene löschen"
|
1416 |
|
1417 |
-
#: wp-cache.php:
|
1418 |
-
#: wp-cache.php:2082
|
1419 |
-
#: wp-cache.php:2245
|
1420 |
-
msgid "Delete Cache"
|
1421 |
-
msgstr "Cache leeren"
|
1422 |
-
|
1423 |
-
#: wp-cache.php:2082
|
1424 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1425 |
msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
|
1426 |
|
1427 |
-
#: wp-cache.php:
|
1428 |
-
#, php-format
|
1429 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1430 |
msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
|
1431 |
|
1432 |
-
#: wp-cache.php:
|
1433 |
-
#, php-format
|
1434 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1435 |
msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
|
1436 |
|
1437 |
-
#: wp-cache.php:
|
1438 |
msgid "Settings"
|
1439 |
msgstr "Einstellungen"
|
1440 |
|
1441 |
-
#: wp-cache.php:
|
1442 |
-
#, php-format
|
1443 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1444 |
msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
|
1445 |
|
1446 |
-
#: wp-cache.php:
|
1447 |
-
#, php-format
|
1448 |
msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
|
1449 |
msgstr "Achtung! WP Super-Cache Caching abgebrochenn! Das Skript advanced-cache.php konnte wp-cache-phase1.php nicht aufrufen.<br /><br />Bitte bearbeite %1$s/advanced-cache.php und stelle sicher, daß der Pfad %2$swp-cache-phase1.php korrekt ist."
|
1450 |
|
1451 |
-
#: wp-cache.php:
|
1452 |
-
#, php-format
|
1453 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1454 |
msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
|
1455 |
|
1456 |
-
#: wp-cache.php:
|
1457 |
-
#, php-format
|
1458 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1459 |
msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
|
1460 |
|
1461 |
-
#: wp-cache.php:
|
1462 |
-
#, php-format
|
1463 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1464 |
msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
|
1465 |
|
1466 |
-
#: wp-cache.php:
|
1467 |
-
#, php-format
|
1468 |
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."
|
1469 |
msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
|
1470 |
|
1471 |
-
#: wp-cache.php:
|
1472 |
-
#, php-format
|
1473 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1474 |
msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
|
1475 |
|
1476 |
-
#: wp-cache.php:
|
1477 |
-
#, php-format
|
1478 |
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\"!"
|
1479 |
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\"!"
|
1480 |
|
1481 |
-
#: wp-cache.php:
|
1482 |
-
#, php-format
|
1483 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1484 |
msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
|
1485 |
|
1486 |
-
#: wp-cache.php:
|
1487 |
-
#, php-format
|
1488 |
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."
|
1489 |
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."
|
1490 |
|
1491 |
-
#: wp-cache.php:
|
1492 |
-
#, php-format
|
1493 |
msgid "[%s] Front page check!"
|
1494 |
msgstr "[%s] Startseiten-Check!"
|
1495 |
|
1496 |
-
#: wp-cache.php:
|
1497 |
-
#, php-format
|
1498 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1499 |
msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
|
1500 |
|
1501 |
-
#: wp-cache.php:
|
1502 |
msgid "Cannot update .htaccess"
|
1503 |
msgstr "Kann .htaccess nicht aktualisieren"
|
1504 |
|
1505 |
-
#: wp-cache.php:
|
1506 |
-
#, php-format
|
1507 |
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."
|
1508 |
msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
|
1509 |
|
1510 |
-
#: wp-cache.php:
|
1511 |
msgid "Refresh this page when the file permissions have been modified."
|
1512 |
msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
|
1513 |
|
1514 |
-
#: wp-cache.php:
|
1515 |
-
#, php-format
|
1516 |
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1517 |
msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
|
1518 |
|
1519 |
-
#: wp-cache.php:
|
1520 |
-
#, php-format
|
1521 |
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1522 |
msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
|
1523 |
|
1524 |
-
#: wp-cache.php:
|
1525 |
msgid "You can edit the file yourself add the following rules."
|
1526 |
msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
|
1527 |
|
1528 |
-
#: wp-cache.php:
|
1529 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1530 |
msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
|
1531 |
|
1532 |
-
#: wp-cache.php:
|
1533 |
msgid "Update Mod_Rewrite Rules"
|
1534 |
msgstr "Mod Rewrite Rules aktualisieren"
|
1535 |
|
1536 |
-
#: wp-cache.php:
|
1537 |
-
#, php-format
|
1538 |
msgid "[%1$s] Cache Preload Started"
|
1539 |
msgstr "Cache-Preload gestartet"
|
1540 |
|
1541 |
-
#: wp-cache.php:
|
1542 |
-
#, php-format
|
1543 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1544 |
msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
|
1545 |
|
1546 |
-
#: wp-cache.php:
|
1547 |
-
#, php-format
|
1548 |
msgid "[%1$s] Cache Preload Stopped"
|
1549 |
msgstr "Cache-Preload abgestellt"
|
1550 |
|
1551 |
-
#: wp-cache.php:
|
1552 |
-
#, php-format
|
1553 |
msgid "[%1$s] %2$d posts refreshed"
|
1554 |
msgstr "[%1$s] %2$d Beiträge aktualisiert"
|
1555 |
|
1556 |
-
#: wp-cache.php:
|
1557 |
msgid "Refreshed the following posts:"
|
1558 |
msgstr "Folgenende Beiträge aktualisiert: "
|
1559 |
|
1560 |
-
#: wp-cache.php:
|
1561 |
-
#, php-format
|
1562 |
msgid "Scheduling next preload refresh in %d minutes."
|
1563 |
msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
|
1564 |
|
1565 |
-
#: wp-cache.php:
|
1566 |
-
#, php-format
|
1567 |
msgid "[%s] Cache Preload Completed"
|
1568 |
msgstr "[%s] Cache-Preload abgeschlossen!"
|
1569 |
|
1570 |
-
#: wp-cache.php:
|
1571 |
msgid "Cleaning up old supercache files."
|
1572 |
msgstr "Alte Supercache-Dateien bereinigen."
|
1573 |
|
1574 |
-
#: wp-cache.php:
|
1575 |
-
#, php-format
|
1576 |
msgid "[%s] Preload may have stalled."
|
1577 |
msgstr "\"Preload\" evtl. unterbrochen."
|
1578 |
|
1579 |
-
#: wp-cache.php:
|
1580 |
-
#, php-format
|
1581 |
msgid ""
|
1582 |
"Preload has been restarted.\n"
|
1583 |
"%s"
|
1584 |
msgstr ""
|
1585 |
"\"Preload\" wurde neu gestartet \n"
|
1586 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1587 |
|
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: 2011-02-23 17:57:46+00:00\n"
|
11 |
+
"PO-Revision-Date: 2011-02-24 16:42+0100\n"
|
12 |
+
"Last-Translator: \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"
|
19 |
"X-Poedit-Country: GERMANY\n"
|
20 |
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
|
22 |
+
#: plugins/badbehaviour.php:47
|
23 |
+
msgid "Bad Behaviour not found. Please check your install."
|
24 |
+
msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
#: plugins/badbehaviour.php:63
|
27 |
+
msgid "Bad Behavior"
|
28 |
+
msgstr "Schlechtes Verhalten (Bad Behavior)"
|
29 |
|
|
|
30 |
#: plugins/badbehaviour.php:65
|
31 |
+
#: plugins/awaitingmoderation.php:34
|
32 |
#: plugins/domain-mapping.php:60
|
33 |
+
#: wp-cache.php:1205
|
34 |
msgid "Enabled"
|
35 |
msgstr "Aktiviert"
|
36 |
|
|
|
37 |
#: plugins/badbehaviour.php:66
|
38 |
+
#: plugins/awaitingmoderation.php:35
|
39 |
#: plugins/domain-mapping.php:61
|
40 |
+
#: wp-cache.php:1205
|
41 |
msgid "Disabled"
|
42 |
msgstr "Deaktiviert"
|
43 |
|
44 |
+
#: plugins/badbehaviour.php:68
|
45 |
+
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/\") "
|
46 |
+
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/\") "
|
47 |
|
|
|
48 |
#: plugins/badbehaviour.php:71
|
49 |
+
#: plugins/awaitingmoderation.php:40
|
50 |
#: plugins/searchengine.php:69
|
51 |
+
#: plugins/domain-mapping.php:66
|
52 |
+
#: wp-cache.php:1552
|
53 |
msgid "enabled"
|
54 |
msgstr "aktiviert"
|
55 |
|
|
|
56 |
#: plugins/badbehaviour.php:73
|
57 |
+
#: plugins/awaitingmoderation.php:42
|
58 |
#: plugins/searchengine.php:67
|
59 |
+
#: plugins/domain-mapping.php:68
|
60 |
msgid "disabled"
|
61 |
msgstr "deaktiviert"
|
62 |
|
63 |
+
#: plugins/badbehaviour.php:74
|
64 |
+
msgid "Bad Behavior support is now %s"
|
65 |
+
msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
|
|
|
66 |
|
|
|
67 |
#: plugins/badbehaviour.php:76
|
68 |
+
#: plugins/awaitingmoderation.php:45
|
69 |
#: plugins/domain-mapping.php:71
|
70 |
msgid "Update"
|
71 |
msgstr "Aktualisieren"
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
#: plugins/badbehaviour.php:83
|
74 |
+
#: wp-cache.php:1295
|
75 |
+
#: wp-cache.php:1297
|
76 |
msgid "Warning!"
|
77 |
msgstr "Warnung!"
|
78 |
|
79 |
+
#: plugins/awaitingmoderation.php:4
|
80 |
+
msgid "Your comment is awaiting moderation."
|
81 |
+
msgstr "Dein Kommentar wird vor der Freigabe moderiert."
|
82 |
|
83 |
+
#: plugins/awaitingmoderation.php:32
|
84 |
+
msgid "Awaiting Moderation"
|
85 |
+
msgstr "Wartet auf Freigabe "
|
86 |
|
87 |
+
#: plugins/awaitingmoderation.php:36
|
88 |
+
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
|
89 |
+
msgstr "Aktiviert oder deaktiviert: Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt. "
|
|
|
90 |
|
91 |
+
#: plugins/awaitingmoderation.php:43
|
92 |
+
msgid "Awaiting Moderation is now %s"
|
93 |
+
msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
|
94 |
|
95 |
#: plugins/searchengine.php:61
|
96 |
#: plugins/searchengine.php:76
|
97 |
+
#: wp-cache.php:1218
|
98 |
msgid "Disable"
|
99 |
msgstr "Deaktiviere"
|
100 |
|
101 |
#: plugins/searchengine.php:71
|
|
|
102 |
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
103 |
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-Plugin ist %s. "
|
104 |
|
107 |
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
|
108 |
|
109 |
#: plugins/searchengine.php:74
|
110 |
+
#: wp-cache.php:1218
|
111 |
msgid "Enable"
|
112 |
msgstr "Aktiviere"
|
113 |
|
114 |
+
#: plugins/domain-mapping.php:58
|
115 |
+
msgid "Domain Mapping"
|
116 |
+
msgstr "Domain-Mapping"
|
117 |
+
|
118 |
+
#: plugins/domain-mapping.php:63
|
119 |
+
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
|
120 |
+
msgstr "Unterstützt das <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Plugin, um verschiedene Domains auf einen Blog einzutragen."
|
121 |
+
|
122 |
+
#: plugins/domain-mapping.php:69
|
123 |
+
msgid "Domain Mapping support is now %s"
|
124 |
+
msgstr "\"Domain Mapping\"-Support ist %s. "
|
125 |
+
|
126 |
+
#: plugins/domain-mapping.php:83
|
127 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
128 |
+
msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
|
129 |
+
|
130 |
+
#: ossdl-cdn.php:146
|
131 |
+
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
132 |
+
msgstr "Deine Webseite nutzt evtl. viele statische Dateien. Bilder, Javascript- und CSS-Dateien sind normalerweise statische Dateien, die genausogut von einer anderen (Sub-)Domain oder einem <a href=\"http://de.wikipedia.org/wiki/Content_Distribution_Network\" target=\"_blank\">CDN (Content Distribution Network)</a> ausgeliefert werden können. Deshalb ersetzt dieses Plugin alle Pfade in den Verzeichnissen <code>wp-content</code> und <code>wp-includes</code> (ausnahmsweise der PHP-Dateien) deiner Seite mit dem URL, den Du unten eingibst. Auf diese Art können die statischen Inhalte auf einen dedizierten Server kopiert werden, oder die Dateien über ein \"CDN\" via <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a> gespiegelt werden."
|
133 |
+
|
134 |
+
#: ossdl-cdn.php:147
|
135 |
+
#: wp-cache.php:968
|
136 |
+
msgid "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href=\"%2$s\">plugin support forum</a> if you have any queries about this plugin."
|
137 |
+
msgstr "Das <a href=\"%1$s\">CDN Sync-Tool</a> Plugin wird den Dateiupload zu Amazon S3/Cloudfront unterstützen, wenn Du lieber vom Orginalzugriff unabhängig bist. Lies das <a href=\"%2$s\">plugin support forum</a>, wenn Du zu diesem Plugin irgendwelche Fragen hast."
|
138 |
+
|
139 |
+
#: ossdl-cdn.php:148
|
140 |
+
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
141 |
+
msgstr "<strong style=\"color: red\">WARNUNG:</strong> Teste erst ein paar statische URLs, z.B.: %s - um <em>vor</em> dem Speichern deiner Änderungen sicherzustellen, daß dein CDN-Service voll funkionsfähig ist."
|
142 |
+
|
143 |
+
#: ossdl-cdn.php:149
|
144 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
145 |
+
msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
|
146 |
+
|
147 |
+
#: ossdl-cdn.php:157
|
148 |
+
msgid "Enable CDN Support"
|
149 |
+
msgstr "Aktiviere CDN Support"
|
150 |
+
|
151 |
+
#: ossdl-cdn.php:160
|
152 |
+
msgid "Off-site URL"
|
153 |
+
msgstr "Off-site URL"
|
154 |
+
|
155 |
+
#: ossdl-cdn.php:163
|
156 |
+
msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
|
157 |
+
msgstr "Der neue URL anstelle von %1$s für das Rewriting. Kein führendes Zeichen <code>/</code> bitte.<br />Als Beispiel: <code>%2$s</code>."
|
158 |
+
|
159 |
+
#: ossdl-cdn.php:167
|
160 |
+
msgid "Include directories"
|
161 |
+
msgstr "Schließe Verzeichnisse mit ein"
|
162 |
+
|
163 |
+
#: ossdl-cdn.php:170
|
164 |
+
msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
|
165 |
+
msgstr "Verzeichnisse, die in Static File Matching mit einbezogen werden sollen. Benutze das Komma als Trennzeichen. Die Vorgabe ist <code>wp-content, wp-includes</code>, zwangsläufig eingesetzt, wenn das Feld leer gelassen wird."
|
166 |
+
|
167 |
+
#: ossdl-cdn.php:174
|
168 |
+
msgid "Exclude if substring"
|
169 |
+
msgstr "Verbergen falls Substring"
|
170 |
+
|
171 |
+
#: ossdl-cdn.php:177
|
172 |
+
msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
|
173 |
+
msgstr "Schließt etwas vor Revisionen aus, wenn eine der obengenannten Zeichenketten im Ergebnis gefunden wird. Benutze ein Komma als Trennzeichen, wie hier: <code>.php, .flv, .do</code>, und binde immer <code>.php</code> mit ein (Standard)."
|
174 |
+
|
175 |
+
#: ossdl-cdn.php:181
|
176 |
+
msgid "Additional CNAMES"
|
177 |
+
msgstr "Weitere CNAMES"
|
178 |
+
|
179 |
+
#: ossdl-cdn.php:184
|
180 |
+
msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
|
181 |
+
msgstr "Diese <a href=\"http://de.wikipedia.org/wiki/CNAME\">CNAMES</a> werden anstatt der %1$s für Rewriting genutzt (als Ergänzung zu dem Off-Site URL weiter oben). Benutze ein Komma als Trennzeichen. Für Seiten mit einer großen Anzahl statischer Dateien kann sich dadurch die Leistung des Browsers verbessern. Es kann sein, das CNAMEs auch in deinem CDN konfiguriert werden müssen.<br />Als Beispiel: %2$s"
|
182 |
+
|
183 |
+
#: ossdl-cdn.php:188
|
184 |
+
msgid "Skip https URLs to avoid \"mixed content\" errors"
|
185 |
+
msgstr "Überspringt https URLs um \"mixed content\" Fehler zu vermeiden"
|
186 |
+
|
187 |
+
#: ossdl-cdn.php:192
|
188 |
+
msgid "Save Changes"
|
189 |
+
msgstr "Änderungen speichern"
|
190 |
+
|
191 |
+
#: ossdl-cdn.php:194
|
192 |
+
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
193 |
+
msgstr "CDN-Funktionen bereitgestellt durch <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> von <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>."
|
194 |
+
|
195 |
+
#: wp-cache.php:99
|
196 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
197 |
msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
|
198 |
|
199 |
+
#: wp-cache.php:162
|
200 |
msgid "Warning! PHP Safe Mode Enabled!"
|
201 |
msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
|
202 |
|
203 |
+
#: wp-cache.php:163
|
204 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
205 |
msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
|
206 |
|
207 |
+
#: wp-cache.php:167
|
208 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
209 |
msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
|
210 |
|
211 |
+
#: wp-cache.php:168
|
|
|
212 |
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."
|
213 |
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>."
|
214 |
|
215 |
+
#: wp-cache.php:170
|
216 |
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."
|
217 |
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."
|
218 |
|
219 |
+
#: wp-cache.php:176
|
220 |
msgid "Permlink Structure Error"
|
221 |
msgstr "Fehler in Permalink-Struktur"
|
222 |
|
223 |
+
#: wp-cache.php:177
|
224 |
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."
|
225 |
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."
|
226 |
|
227 |
+
#: wp-cache.php:189
|
|
|
228 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
229 |
msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
|
230 |
|
231 |
+
#: wp-cache.php:190
|
|
|
232 |
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."
|
233 |
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."
|
234 |
|
235 |
+
#: wp-cache.php:191
|
236 |
+
#: wp-cache.php:205
|
|
|
237 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
238 |
msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
|
239 |
|
240 |
+
#: wp-cache.php:204
|
241 |
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."
|
242 |
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."
|
243 |
|
244 |
+
#: wp-cache.php:219
|
245 |
msgid "Cannot continue... fix previous problems and retry."
|
246 |
msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
|
247 |
|
248 |
+
#: wp-cache.php:228
|
249 |
msgid "Zlib Output Compression Enabled!"
|
250 |
msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
|
251 |
|
252 |
+
#: wp-cache.php:229
|
253 |
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."
|
254 |
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."
|
255 |
|
256 |
+
#: wp-cache.php:233
|
257 |
msgid "Mod rewrite may not be installed!"
|
258 |
msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
|
259 |
|
260 |
+
#: wp-cache.php:234
|
261 |
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."
|
262 |
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."
|
263 |
|
264 |
+
#: wp-cache.php:239
|
265 |
msgid "Read Only Mode. Configuration cannot be changed."
|
266 |
msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
|
267 |
|
268 |
+
#: wp-cache.php:240
|
|
|
269 |
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."
|
270 |
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."
|
271 |
|
272 |
+
#: wp-cache.php:241
|
273 |
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."
|
274 |
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."
|
275 |
|
276 |
+
#: wp-cache.php:242
|
277 |
+
#: wp-cache.php:258
|
278 |
+
msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
|
279 |
+
msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">Diese Seite</a> erklärt, wie Datei-Zugriffsrechte geändert werden können (Englisch)."
|
280 |
+
|
281 |
+
#: wp-cache.php:243
|
282 |
msgid "Writeable:"
|
283 |
msgstr "Beschreibbar: "
|
284 |
|
285 |
+
#: wp-cache.php:244
|
286 |
msgid "Readonly:"
|
287 |
msgstr "Nur Leserechte: "
|
288 |
|
289 |
+
#: wp-cache.php:256
|
|
|
290 |
msgid "Warning! %s is writeable!"
|
291 |
msgstr "Warnung! %s ist beschreibbar!"
|
292 |
|
293 |
+
#: wp-cache.php:257
|
|
|
294 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
295 |
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:"
|
296 |
|
297 |
+
#: wp-cache.php:267
|
298 |
msgid "Mobile rewrite rules detected"
|
299 |
msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
|
300 |
|
301 |
+
#: wp-cache.php:268
|
302 |
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."
|
303 |
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."
|
304 |
|
305 |
+
#: wp-cache.php:268
|
306 |
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
307 |
msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
|
308 |
|
309 |
+
#: wp-cache.php:274
|
310 |
+
#: wp-cache.php:285
|
311 |
msgid "Rewrite rules must be updated"
|
312 |
msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
|
313 |
|
314 |
+
#: wp-cache.php:275
|
315 |
+
#: wp-cache.php:286
|
316 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
317 |
msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
|
318 |
|
319 |
+
#: wp-cache.php:276
|
320 |
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):"
|
321 |
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):"
|
322 |
|
323 |
+
#: wp-cache.php:277
|
324 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
325 |
msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
|
326 |
|
327 |
+
#: wp-cache.php:278
|
328 |
+
#: wp-cache.php:287
|
329 |
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
330 |
msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
|
331 |
|
332 |
+
#: wp-cache.php:279
|
|
|
333 |
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."
|
334 |
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."
|
335 |
|
336 |
+
#: wp-cache.php:280
|
|
|
337 |
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)"
|
338 |
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)"
|
339 |
|
340 |
+
#: wp-cache.php:293
|
341 |
msgid "Required to serve compressed supercache files properly."
|
342 |
msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
|
343 |
|
344 |
+
#: wp-cache.php:293
|
345 |
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
346 |
msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
|
347 |
|
348 |
+
#: wp-cache.php:293
|
349 |
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
350 |
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."
|
351 |
|
352 |
+
#: wp-cache.php:300
|
353 |
msgid "Missing Apache Modules"
|
354 |
msgstr "Fehlende Apache-Module"
|
355 |
|
356 |
+
#: wp-cache.php:301
|
357 |
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."
|
358 |
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."
|
359 |
|
360 |
+
#: wp-cache.php:459
|
361 |
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."
|
362 |
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."
|
363 |
|
364 |
+
#: wp-cache.php:550
|
365 |
msgid "WP Super Cache Settings"
|
366 |
msgstr "WP-Super-Cache Einstellungen"
|
367 |
|
368 |
+
#: wp-cache.php:561
|
369 |
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
370 |
msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
|
371 |
|
372 |
+
#: wp-cache.php:572
|
373 |
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
374 |
msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
|
375 |
|
376 |
+
#: wp-cache.php:597
|
|
|
377 |
msgid "Caching must be enabled to use this feature"
|
378 |
msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
|
379 |
|
380 |
+
#: wp-cache.php:615
|
381 |
+
#: wp-cache.php:746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
msgid "Cancel Cache Preload"
|
383 |
msgstr "Cache-Preload abstellen"
|
384 |
|
385 |
+
#: wp-cache.php:623
|
386 |
+
#: wp-cache.php:634
|
387 |
msgid "Scheduled preloading of cache cancelled."
|
388 |
msgstr "Planmässiges Vorladen des Cache abgebrochen."
|
389 |
|
390 |
+
#: wp-cache.php:660
|
391 |
+
#: wp-cache.php:744
|
392 |
msgid "Preload Cache Now"
|
393 |
msgstr "Cache jetzt vorladen"
|
394 |
|
395 |
+
#: wp-cache.php:664
|
396 |
msgid "Scheduled preloading of cache in 10 seconds."
|
397 |
msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
|
398 |
|
399 |
+
#: wp-cache.php:669
|
|
|
400 |
msgid "Scheduled preloading of cache in %d minutes"
|
401 |
msgstr "Planmässiges Vorladen des Cache in %d Minuten"
|
402 |
|
403 |
+
#: wp-cache.php:673
|
404 |
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."
|
405 |
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."
|
406 |
|
407 |
+
#: wp-cache.php:674
|
408 |
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."
|
409 |
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."
|
410 |
|
411 |
+
#: wp-cache.php:675
|
412 |
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."
|
413 |
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."
|
414 |
|
415 |
+
#: wp-cache.php:679
|
|
|
416 |
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
417 |
msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
|
418 |
|
419 |
+
#: wp-cache.php:692
|
420 |
msgid "all"
|
421 |
msgstr "Alle"
|
422 |
|
423 |
+
#: wp-cache.php:705
|
|
|
424 |
msgid "Preload %s posts."
|
425 |
msgstr "Lade %s Beiträge vorab."
|
426 |
|
427 |
+
#: wp-cache.php:712
|
428 |
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
429 |
msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
|
430 |
|
431 |
+
#: wp-cache.php:715
|
432 |
msgid "Send me status emails when files are refreshed."
|
433 |
msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
|
434 |
|
435 |
+
#: wp-cache.php:720
|
436 |
msgid "Many emails, 2 emails per 100 posts."
|
437 |
msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
|
438 |
|
439 |
+
#: wp-cache.php:723
|
440 |
msgid "Medium, 1 email per 100 posts."
|
441 |
msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
|
442 |
|
443 |
+
#: wp-cache.php:726
|
444 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
445 |
msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
|
446 |
|
447 |
+
#: wp-cache.php:730
|
|
|
448 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
449 |
msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
450 |
|
451 |
+
#: wp-cache.php:731
|
|
|
452 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
453 |
msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
|
454 |
|
455 |
+
#: wp-cache.php:737
|
|
|
456 |
msgid "Currently caching from post %d to %d."
|
457 |
msgstr "Momentan wird von Beitrag %d bis %d gecached."
|
458 |
|
459 |
+
#: wp-cache.php:741
|
|
|
460 |
msgid "<strong>Page last cached:</strong> %s"
|
461 |
msgstr "<strong>Seite zuletzt gecached:</strong> %s"
|
462 |
|
463 |
+
#: wp-cache.php:744
|
464 |
msgid "Update Settings"
|
465 |
msgstr "Einstellungen aktualisieren"
|
466 |
|
467 |
+
#: wp-cache.php:752
|
468 |
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
469 |
msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
|
470 |
|
471 |
+
#: wp-cache.php:769
|
472 |
+
#: wp-cache.php:865
|
473 |
msgid "Caching"
|
474 |
msgstr "Caching"
|
475 |
|
476 |
+
#: wp-cache.php:773
|
477 |
msgid "Cache hits to this website for quick access."
|
478 |
msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
|
479 |
|
480 |
+
#: wp-cache.php:773
|
481 |
+
#: wp-cache.php:774
|
482 |
+
#: wp-cache.php:791
|
483 |
+
#: wp-cache.php:796
|
484 |
+
#: wp-cache.php:799
|
485 |
+
#: wp-cache.php:800
|
486 |
+
#: wp-cache.php:813
|
487 |
+
#: wp-cache.php:868
|
488 |
msgid "Recommended"
|
489 |
msgstr "Empfohlen"
|
490 |
|
491 |
+
#: wp-cache.php:774
|
492 |
msgid "Use mod_rewrite to serve cache files."
|
493 |
msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
|
494 |
|
495 |
+
#: wp-cache.php:775
|
496 |
msgid "Use PHP to serve cache files."
|
497 |
msgstr "Nutze PHP um Cache-Dateien auszuliefern."
|
498 |
|
499 |
+
#: wp-cache.php:776
|
500 |
msgid "Legacy page caching."
|
501 |
msgstr "Legacy Page-Caching."
|
502 |
|
503 |
+
#: wp-cache.php:777
|
504 |
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
505 |
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 zu aktivieren. Neulinge sollten PHP-Caching wählen."
|
506 |
|
507 |
+
#: wp-cache.php:783
|
508 |
msgid "Miscellaneous"
|
509 |
msgstr "Sonstiges"
|
510 |
|
511 |
+
#: wp-cache.php:789
|
512 |
msgid "Warning! Compression is disabled as gzencode() function not found."
|
513 |
msgstr "Warnung! Komprimierung ist deaktiviert, weil die Funktion gzencode() nicht vorhanden ist."
|
514 |
|
515 |
+
#: wp-cache.php:791
|
516 |
msgid "Compress pages so they’re served more quickly to visitors."
|
517 |
msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
|
518 |
|
519 |
+
#: wp-cache.php:792
|
520 |
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
521 |
msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
|
522 |
|
523 |
+
#: wp-cache.php:796
|
524 |
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
525 |
msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
|
526 |
|
527 |
+
#: wp-cache.php:797
|
528 |
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
529 |
msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
|
530 |
|
531 |
+
#: wp-cache.php:799
|
532 |
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
533 |
msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
|
534 |
|
535 |
+
#: wp-cache.php:800
|
536 |
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
537 |
msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
|
538 |
|
539 |
+
#: wp-cache.php:801
|
540 |
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
541 |
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)"
|
542 |
|
543 |
+
#: wp-cache.php:807
|
544 |
+
#: wp-cache.php:1056
|
545 |
+
#: wp-cache.php:1563
|
546 |
msgid "Advanced"
|
547 |
msgstr "Erweitert"
|
548 |
|
549 |
+
#: wp-cache.php:811
|
550 |
msgid "Mobile device support."
|
551 |
msgstr "Unterstützung mobiler Endgeräte."
|
552 |
|
553 |
+
#: wp-cache.php:812
|
554 |
msgid "Clear all cache files when a post or page is published."
|
555 |
msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
|
556 |
|
557 |
+
#: wp-cache.php:813
|
558 |
+
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
559 |
+
msgstr "Extra Startseiten-Checks. (Stoppt in sehr seltenen Fällen Startseiten-Caching)"
|
560 |
+
|
561 |
+
#: wp-cache.php:814
|
562 |
msgid "Only refresh current page when comments made."
|
563 |
msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
|
564 |
|
565 |
+
#: wp-cache.php:815
|
566 |
msgid "List the newest cached pages on this page."
|
567 |
msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
|
568 |
|
569 |
+
#: wp-cache.php:817
|
570 |
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>"
|
571 |
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>"
|
572 |
|
573 |
+
#: wp-cache.php:819
|
574 |
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
575 |
msgstr "Verzögerte Initiierung. Zeige gecachede Dateien nachdem WordPress geladen ist. Meistens nützlich im Legacy-Modus."
|
576 |
|
577 |
+
#: wp-cache.php:821
|
578 |
msgid "Use object cache to store cached files."
|
579 |
msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
|
580 |
|
581 |
+
#: wp-cache.php:821
|
582 |
msgid "(Experimental)"
|
583 |
msgstr "(Experimentell)"
|
584 |
|
585 |
+
#: wp-cache.php:828
|
586 |
msgid "Note:"
|
587 |
msgstr "Hinweis: "
|
588 |
|
589 |
+
#: wp-cache.php:830
|
590 |
+
msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
|
591 |
+
msgstr "Deinstalliere das Plugin in der Plugins-Verwaltung. Es wird dabei automatisch hinter sich aufräumen. Wenn ein manueller Eingriff nötig ist, gibt es einfache Anweisungen."
|
592 |
+
|
593 |
+
#: wp-cache.php:831
|
594 |
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!)"
|
595 |
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!)"
|
596 |
|
597 |
+
#: wp-cache.php:832
|
|
|
598 |
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\"."
|
599 |
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\"."
|
600 |
|
601 |
+
#: wp-cache.php:833
|
|
|
602 |
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."
|
603 |
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."
|
604 |
|
605 |
+
#: wp-cache.php:836
|
606 |
+
#: wp-cache.php:883
|
607 |
msgid "Update Status"
|
608 |
msgstr "Update-Status"
|
609 |
|
610 |
+
#: wp-cache.php:843
|
611 |
msgid "Accepted Filenames & Rejected URIs"
|
612 |
msgstr "Akzeptierte Dateinamen & Abgewiesene URIs"
|
613 |
|
614 |
+
#: wp-cache.php:868
|
615 |
msgid "Caching On"
|
616 |
msgstr "Caching An"
|
617 |
|
618 |
+
#: wp-cache.php:869
|
619 |
msgid "Caching Off"
|
620 |
msgstr "Caching Aus"
|
621 |
|
622 |
+
#: wp-cache.php:870
|
623 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
624 |
msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
|
625 |
|
626 |
+
#: wp-cache.php:880
|
627 |
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
628 |
msgstr "Hinweis: PHP-Caching ist aktiviert, es wurden aber Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Wenn deine Seite funkioniert, kannst Du diesen Hinweis gerne ignorieren. Oder bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
|
629 |
|
630 |
+
#: wp-cache.php:885
|
631 |
+
msgid "Cache Tester"
|
632 |
+
msgstr "Cache-Tester"
|
633 |
+
|
634 |
+
#: wp-cache.php:886
|
635 |
+
msgid "Test your cached website by clicking the test button below."
|
636 |
+
msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
|
637 |
+
|
638 |
+
#: wp-cache.php:892
|
639 |
+
msgid "Fetching %s to prime cache: "
|
640 |
+
msgstr "Lädt %s um den Cache zu priorisieren: "
|
641 |
+
|
642 |
+
#: wp-cache.php:894
|
643 |
+
#: wp-cache.php:902
|
644 |
+
#: wp-cache.php:910
|
645 |
+
msgid "OK"
|
646 |
+
msgstr "OK"
|
647 |
+
|
648 |
+
#: wp-cache.php:897
|
649 |
+
msgid "Fetching first copy of %s: "
|
650 |
+
msgstr "Lädt die erste Kopie von %s: "
|
651 |
+
|
652 |
+
#: wp-cache.php:905
|
653 |
+
msgid "Fetching second copy of %s: "
|
654 |
+
msgstr "Lädt die zweite Kopie von %s: "
|
655 |
+
|
656 |
+
#: wp-cache.php:913
|
657 |
+
msgid "One or more page requests failed:"
|
658 |
+
msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
|
659 |
+
|
660 |
+
#: wp-cache.php:932
|
661 |
+
#: wp-cache.php:933
|
662 |
+
msgid "Page %d: %d (%s)"
|
663 |
+
msgstr "Seite %d: %d (%s)"
|
664 |
+
|
665 |
+
#: wp-cache.php:939
|
666 |
+
msgid "Page 1: %s"
|
667 |
+
msgstr "Seite 1: %s"
|
668 |
+
|
669 |
+
#: wp-cache.php:940
|
670 |
+
msgid "Page 2: %s"
|
671 |
+
msgstr "Seite 2: %s"
|
672 |
+
|
673 |
+
#: wp-cache.php:941
|
674 |
+
msgid "The timestamps on both pages match!"
|
675 |
+
msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
|
676 |
+
|
677 |
+
#: wp-cache.php:943
|
678 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
679 |
+
msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
|
680 |
+
|
681 |
+
#: wp-cache.php:950
|
682 |
+
msgid "Send non-secure (non https) request for homepage"
|
683 |
+
msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
|
684 |
+
|
685 |
+
#: wp-cache.php:951
|
686 |
+
msgid "Test Cache"
|
687 |
+
msgstr "Cache testen"
|
688 |
+
|
689 |
+
#: wp-cache.php:955
|
690 |
+
msgid "Delete Cached Pages"
|
691 |
+
msgstr "Lösche gecachede Seiten"
|
692 |
+
|
693 |
+
#: wp-cache.php:956
|
694 |
+
msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
|
695 |
+
msgstr "Gecachede Seiten werden auf deinem Server als HTML- und PHP-Dateien gespeichert. Wenn Du sie löschen mußt, nutze den Button hier unten."
|
696 |
+
|
697 |
+
#: wp-cache.php:959
|
698 |
+
#: wp-cache.php:2093
|
699 |
+
#: wp-cache.php:2105
|
700 |
+
#: wp-cache.php:2268
|
701 |
+
msgid "Delete Cache"
|
702 |
+
msgstr "Cache leeren"
|
703 |
+
|
704 |
+
#: wp-cache.php:963
|
705 |
msgid "Recommended Links and Plugins"
|
706 |
msgstr "Empfohlene Links und Plugins"
|
707 |
|
708 |
+
#: wp-cache.php:964
|
709 |
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
710 |
+
msgstr "Caching ist nur eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
|
711 |
|
712 |
+
#: wp-cache.php:965
|
|
|
713 |
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
714 |
msgstr "<a href=\"%s\">WP Minify</a> reduziert die Anzahl der von deinem Webserver ausgelieferten Dateien durch Kombination der Javascript- und CSS-Dateien. Alternativ dazu kannst Du <a href=\"%s\">WPSCMin</a>, ein Supercache-Plugin zur Minimierung gecacheder Seiten nutzen. Dieses bündelt JS/CSS-Dateien in keiner Weise."
|
715 |
|
716 |
+
#: wp-cache.php:966
|
|
|
717 |
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
718 |
msgstr "<a href=\"%s\">Yahoo! Yslow</a> ist eine Erweiterung des Firefox add-on Firebug. Sie analysiert Webseiten und bietet Möglichkeiten zur Verbesserung der Performanz an, die auf einer Reihe von Regeln für hoch-performante Webseiten bestehen. Probiere auch die Performance-Online-Tools unter <a href=\"%s\">GTMetrix</a>."
|
719 |
|
720 |
+
#: wp-cache.php:967
|
|
|
721 |
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
722 |
msgstr "<a href=\"%s\">Nutze Google-Libraries</a> ermöglicht es, einige der allgemein gebräuchlichen Javascript-Bibliotheken von Google Webservern zu laden. Ironischerweise kann das deine Werte im Yslow-Score verschlechtern."
|
723 |
|
724 |
+
#: wp-cache.php:969
|
|
|
725 |
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
726 |
msgstr "<strong>Nur für Fortgeschrittene:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> erklärt, wie deine Seite über Regeln in der .htaccess-Datei cache-fähiger gemacht wird."
|
727 |
|
728 |
+
#: wp-cache.php:970
|
|
|
729 |
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
730 |
msgstr "<strong>Nur für Fortgeschrittene:</strong> Installiere einen \"Objekt-Cache\". Wähle <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> und andere."
|
731 |
|
732 |
+
#: wp-cache.php:981
|
733 |
msgid "Make WordPress Faster"
|
734 |
msgstr "Mach WordPress schneller!"
|
735 |
|
736 |
+
#: wp-cache.php:982
|
|
|
737 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
738 |
msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
|
739 |
|
740 |
+
#: wp-cache.php:983
|
|
|
741 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
742 |
msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
|
743 |
|
744 |
+
#: wp-cache.php:984
|
|
|
745 |
msgid "Please say hi to him on %s too!"
|
746 |
msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
|
747 |
|
748 |
+
#: wp-cache.php:985
|
749 |
msgid "Need Help?"
|
750 |
msgstr "Hilfe benötigt?"
|
751 |
|
752 |
+
#: wp-cache.php:987
|
|
|
753 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
754 |
msgstr "<a href=\"%1$s\">Hilfe zur Installation</a>"
|
755 |
|
756 |
+
#: wp-cache.php:988
|
|
|
757 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
758 |
msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
759 |
|
760 |
+
#: wp-cache.php:989
|
|
|
761 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
762 |
msgstr "<a href=\"%1$s\">Support-Forum</a>"
|
763 |
|
764 |
+
#: wp-cache.php:991
|
765 |
msgid "Rate This Plugin!"
|
766 |
msgstr "Bitte bewerte dieses Plugin!"
|
767 |
|
768 |
+
#: wp-cache.php:992
|
|
|
769 |
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
770 |
msgstr "Bitte <a href=\"%s\">bewerte</a> dieses Plugin und berichte mir, ob es für dich funktioniert oder nicht. Damit unterstützt Du die Weiterentwicklung wirklich und wahrhaftig."
|
771 |
|
772 |
+
#: wp-cache.php:1001
|
|
|
773 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
774 |
msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
|
775 |
|
776 |
+
#: wp-cache.php:1002
|
777 |
msgid "Newest Cached Pages:"
|
778 |
msgstr "Neueste Cached-Pages: "
|
779 |
|
780 |
+
#: wp-cache.php:1006
|
|
|
781 |
msgid "Cached %s seconds ago"
|
782 |
msgstr "Vor %s Sekunden gecached"
|
783 |
|
784 |
+
#: wp-cache.php:1009
|
785 |
msgid "(may not always be accurate on busy sites)"
|
786 |
msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
|
787 |
|
788 |
+
#: wp-cache.php:1028
|
789 |
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."
|
790 |
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."
|
791 |
|
792 |
+
#: wp-cache.php:1029
|
793 |
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
794 |
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."
|
795 |
|
796 |
+
#: wp-cache.php:1039
|
797 |
msgid "Available Plugins"
|
798 |
msgstr "Verfügbare Plugins"
|
799 |
|
800 |
+
#: wp-cache.php:1056
|
801 |
msgid "Easy"
|
802 |
msgstr "Easy"
|
803 |
|
804 |
+
#: wp-cache.php:1056
|
805 |
msgid "CDN"
|
806 |
msgstr "CDN"
|
807 |
|
808 |
+
#: wp-cache.php:1056
|
809 |
+
msgid "Contents"
|
810 |
+
msgstr "Inhalte"
|
811 |
|
812 |
+
#: wp-cache.php:1056
|
813 |
msgid "Preload"
|
814 |
msgstr "Preload"
|
815 |
|
816 |
+
#: wp-cache.php:1056
|
817 |
msgid "Plugins"
|
818 |
msgstr "Plugins"
|
819 |
|
820 |
+
#: wp-cache.php:1056
|
821 |
msgid "Debug"
|
822 |
msgstr "Debug"
|
823 |
|
824 |
+
#: wp-cache.php:1091
|
|
|
825 |
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
826 |
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."
|
827 |
|
828 |
+
#: wp-cache.php:1100
|
|
|
|
|
|
|
|
|
|
|
829 |
msgid "Mod Rewrite Rules"
|
830 |
msgstr "Mod Rewrite Rules"
|
831 |
|
832 |
+
#: wp-cache.php:1106
|
833 |
msgid "WordPress MU Detected"
|
834 |
msgstr "WordPress MU (WP Multi-Sites) festgestellt"
|
835 |
|
836 |
+
#: wp-cache.php:1106
|
837 |
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."
|
838 |
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."
|
839 |
|
840 |
+
#: wp-cache.php:1108
|
841 |
msgid "Mod Rewrite rules cannot be updated!"
|
842 |
msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
|
843 |
|
844 |
+
#: wp-cache.php:1109
|
|
|
845 |
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:"
|
846 |
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: "
|
847 |
|
848 |
+
#: wp-cache.php:1111
|
849 |
msgid "Refresh this page when you have updated your .htaccess file."
|
850 |
msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
|
851 |
|
852 |
+
#: wp-cache.php:1115
|
853 |
msgid "Thank you for upgrading."
|
854 |
msgstr "Danke für das Upgrade."
|
855 |
|
856 |
+
#: wp-cache.php:1115
|
|
|
857 |
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."
|
858 |
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."
|
859 |
|
860 |
+
#: wp-cache.php:1119
|
861 |
msgid "Trailing slash check required."
|
862 |
msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
|
863 |
|
864 |
+
#: wp-cache.php:1119
|
865 |
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:"
|
866 |
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: "
|
867 |
|
868 |
+
#: wp-cache.php:1121
|
869 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
870 |
msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
|
871 |
|
872 |
+
#: wp-cache.php:1135
|
873 |
msgid "Mod Rewrite rules updated!"
|
874 |
msgstr "Mod Rewrite Rules aktualisiert!"
|
875 |
|
876 |
+
#: wp-cache.php:1136
|
|
|
877 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
878 |
msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
|
879 |
|
880 |
+
#: wp-cache.php:1138
|
881 |
msgid "Mod Rewrite rules must be updated!"
|
882 |
msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
|
883 |
|
884 |
+
#: wp-cache.php:1139
|
|
|
885 |
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:"
|
886 |
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: "
|
887 |
|
888 |
+
#: wp-cache.php:1144
|
|
|
889 |
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."
|
890 |
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."
|
891 |
|
892 |
+
#: wp-cache.php:1147
|
893 |
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."
|
894 |
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."
|
895 |
|
896 |
+
#: wp-cache.php:1150
|
897 |
msgid "View Mod_Rewrite Rules"
|
898 |
msgstr "Mod_Rewrite Rules anzeigen"
|
899 |
|
900 |
+
#: wp-cache.php:1154
|
901 |
+
#: wp-cache.php:2384
|
|
|
902 |
msgid "Rules must be added to %s too:"
|
903 |
msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
|
904 |
|
905 |
+
#: wp-cache.php:1162
|
|
|
906 |
msgid "Gzip encoding rules in %s.htaccess created."
|
907 |
msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
|
908 |
|
909 |
+
#: wp-cache.php:1169
|
910 |
msgid "Fix Configuration"
|
911 |
msgstr "Repariere Konfiguration"
|
912 |
|
913 |
+
#: wp-cache.php:1172
|
914 |
msgid "Restore Default Configuration"
|
915 |
msgstr "Ursprüngliche Konfiguration wieder herstellen"
|
916 |
|
917 |
+
#: wp-cache.php:1180
|
918 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
919 |
msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
|
920 |
|
921 |
+
#: wp-cache.php:1205
|
922 |
msgid "Lock Down:"
|
923 |
msgstr "Sperren: "
|
924 |
|
925 |
+
#: wp-cache.php:1206
|
926 |
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."
|
927 |
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."
|
928 |
|
929 |
+
#: wp-cache.php:1207
|
930 |
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."
|
931 |
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: "
|
932 |
|
933 |
+
#: wp-cache.php:1209
|
934 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
935 |
msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
|
936 |
|
937 |
+
#: wp-cache.php:1213
|
938 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
939 |
msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
|
940 |
|
941 |
+
#: wp-cache.php:1215
|
942 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
943 |
msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
|
944 |
|
945 |
+
#: wp-cache.php:1221
|
946 |
msgid "Lock Down"
|
947 |
msgstr "Sperre"
|
948 |
|
949 |
+
#: wp-cache.php:1229
|
950 |
msgid "Directly Cached Files"
|
951 |
msgstr "Direkt gecachede Dateien"
|
952 |
|
953 |
+
#: wp-cache.php:1287
|
|
|
954 |
msgid "%s removed!"
|
955 |
msgstr "%s entfernt!"
|
956 |
|
957 |
+
#: wp-cache.php:1295
|
|
|
958 |
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."
|
959 |
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."
|
960 |
|
961 |
+
#: wp-cache.php:1297
|
|
|
962 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
963 |
msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
|
964 |
|
965 |
+
#: wp-cache.php:1311
|
966 |
msgid "Existing direct page"
|
967 |
msgstr "Direkt-Seite existiert"
|
968 |
|
969 |
+
#: wp-cache.php:1311
|
970 |
msgid "Delete cached file"
|
971 |
msgstr "Lösche gecachede Datei"
|
972 |
|
973 |
+
#: wp-cache.php:1316
|
974 |
msgid "Add direct page:"
|
975 |
msgstr "Direkt-Seite hinzufügen: "
|
976 |
|
977 |
+
#: wp-cache.php:1318
|
|
|
978 |
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."
|
979 |
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."
|
980 |
|
981 |
+
#: wp-cache.php:1320
|
|
|
982 |
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."
|
983 |
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."
|
984 |
|
985 |
+
#: wp-cache.php:1321
|
986 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
987 |
msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
|
988 |
|
989 |
+
#: wp-cache.php:1326
|
990 |
msgid "Update Direct Pages"
|
991 |
msgstr "Direkt-Seiten aktualisieren"
|
992 |
|
993 |
+
#: wp-cache.php:1364
|
994 |
msgid "Expiry Time & Garbage Collection"
|
995 |
msgstr "Expiry-Time & Garbage-Collection"
|
996 |
|
997 |
+
#: wp-cache.php:1366
|
998 |
msgid "Expire time:"
|
999 |
msgstr "Laufzeitende:"
|
1000 |
|
1001 |
+
#: wp-cache.php:1367
|
1002 |
msgid "seconds"
|
1003 |
msgstr "Sekunden"
|
1004 |
|
1005 |
+
#: wp-cache.php:1368
|
1006 |
msgid "Garbage Collection"
|
1007 |
msgstr "Müll-Entsorgung (Garbage-Collection)"
|
1008 |
|
1009 |
+
#: wp-cache.php:1368
|
1010 |
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."
|
1011 |
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."
|
1012 |
|
1013 |
+
#: wp-cache.php:1369
|
1014 |
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."
|
1015 |
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."
|
1016 |
|
1017 |
+
#: wp-cache.php:1370
|
1018 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1019 |
msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
|
1020 |
|
1021 |
+
#: wp-cache.php:1371
|
1022 |
msgid "Change Expiration"
|
1023 |
msgstr "Laufzeit ändern"
|
1024 |
|
1025 |
+
#: wp-cache.php:1415
|
1026 |
msgid "Rejected User Agents"
|
1027 |
msgstr "Abgewehrte User-Agents"
|
1028 |
|
1029 |
+
#: wp-cache.php:1416
|
1030 |
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."
|
1031 |
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."
|
1032 |
|
1033 |
+
#: wp-cache.php:1423
|
1034 |
msgid "Save UA Strings"
|
1035 |
msgstr "User-Agenten-Strings speichern"
|
1036 |
|
1037 |
+
#: wp-cache.php:1446
|
1038 |
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."
|
1039 |
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>."
|
1040 |
|
1041 |
+
#: wp-cache.php:1449
|
1042 |
msgid "Single Posts"
|
1043 |
msgstr "Einzelne Beiträge"
|
1044 |
|
1045 |
+
#: wp-cache.php:1450
|
1046 |
msgid "Pages"
|
1047 |
msgstr "Seiten"
|
1048 |
|
1049 |
+
#: wp-cache.php:1451
|
1050 |
msgid "Front Page"
|
1051 |
msgstr "Startseite"
|
1052 |
|
1053 |
+
#: wp-cache.php:1452
|
1054 |
msgid "Home"
|
1055 |
msgstr "Home"
|
1056 |
|
1057 |
+
#: wp-cache.php:1453
|
1058 |
msgid "Archives"
|
1059 |
msgstr "Archive"
|
1060 |
|
1061 |
+
#: wp-cache.php:1454
|
1062 |
msgid "Tags"
|
1063 |
msgstr "Suchworte (tags)"
|
1064 |
|
1065 |
+
#: wp-cache.php:1455
|
1066 |
msgid "Category"
|
1067 |
msgstr "Kategorie"
|
1068 |
|
1069 |
+
#: wp-cache.php:1456
|
1070 |
msgid "Feeds"
|
1071 |
msgstr "Feeds"
|
1072 |
|
1073 |
+
#: wp-cache.php:1457
|
1074 |
msgid "Search Pages"
|
1075 |
msgstr "Suchseiten"
|
1076 |
|
1077 |
+
#: wp-cache.php:1459
|
1078 |
+
#: wp-cache.php:1573
|
1079 |
msgid "Save"
|
1080 |
msgstr "Speichern"
|
1081 |
|
1082 |
+
#: wp-cache.php:1476
|
1083 |
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."
|
1084 |
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."
|
1085 |
|
1086 |
+
#: wp-cache.php:1482
|
1087 |
msgid "Save Strings"
|
1088 |
msgstr "Strings speichern"
|
1089 |
|
1090 |
+
#: wp-cache.php:1498
|
1091 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1092 |
msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
|
1093 |
|
1094 |
+
#: wp-cache.php:1504
|
1095 |
msgid "Save Files"
|
1096 |
msgstr "Dateien speichern"
|
1097 |
|
1098 |
+
#: wp-cache.php:1545
|
1099 |
+
msgid "Currently logging to: %s"
|
1100 |
+
msgstr "Aktuelle Protokolle (Logs) in: %s"
|
|
|
|
|
|
|
|
|
1101 |
|
1102 |
+
#: wp-cache.php:1548
|
1103 |
+
msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
|
1104 |
+
msgstr "Versuche Probleme mit dem Plugin durch den Debugger hier zu lösen. Das System kann sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
|
1105 |
|
1106 |
+
#: wp-cache.php:1552
|
1107 |
msgid "Debugging"
|
1108 |
msgstr "Debuggen"
|
1109 |
|
1110 |
+
#: wp-cache.php:1553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1111 |
msgid "IP Address"
|
1112 |
msgstr "IP-Addresse"
|
1113 |
|
1114 |
+
#: wp-cache.php:1553
|
|
|
1115 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1116 |
msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
|
1117 |
|
1118 |
+
#: wp-cache.php:1554
|
1119 |
msgid "Log level"
|
1120 |
msgstr "Log-Level"
|
1121 |
|
1122 |
+
#: wp-cache.php:1560
|
1123 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1124 |
msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
|
1125 |
|
1126 |
+
#: wp-cache.php:1563
|
1127 |
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>"
|
1128 |
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>"
|
1129 |
|
1130 |
+
#: wp-cache.php:1564
|
|
|
1131 |
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."
|
1132 |
msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, und 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."
|
1133 |
|
1134 |
+
#: wp-cache.php:1566
|
1135 |
msgid "Check front page every 5 minutes."
|
1136 |
msgstr "Check die Startseite alle 5 Minuten."
|
1137 |
|
1138 |
+
#: wp-cache.php:1567
|
1139 |
msgid "Front page text"
|
1140 |
msgstr "Text der Startseite"
|
1141 |
|
1142 |
+
#: wp-cache.php:1567
|
1143 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1144 |
msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
|
1145 |
|
1146 |
+
#: wp-cache.php:1568
|
1147 |
msgid "Clear cache on error."
|
1148 |
msgstr "Bei \"Error\" Cache leeren."
|
1149 |
|
1150 |
+
#: wp-cache.php:1569
|
1151 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1152 |
msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
|
1153 |
|
1154 |
+
#: wp-cache.php:1583
|
1155 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1156 |
msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
|
1157 |
|
1158 |
+
#: wp-cache.php:1630
|
1159 |
+
#: wp-cache.php:1796
|
1160 |
msgid "Warning"
|
1161 |
msgstr "Warnung"
|
1162 |
|
1163 |
+
#: wp-cache.php:1630
|
1164 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1165 |
msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du \"gzip compression\" deaktiviert hast."
|
1166 |
|
1167 |
+
#: wp-cache.php:1692
|
1168 |
+
#: wp-cache.php:1697
|
1169 |
+
#: wp-cache.php:1729
|
1170 |
+
#: wp-cache.php:1734
|
1171 |
+
#: wp-cache.php:1740
|
1172 |
msgid "Error"
|
1173 |
msgstr "Fehler"
|
1174 |
|
1175 |
+
#: wp-cache.php:1692
|
|
|
1176 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1177 |
msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
|
1178 |
|
1179 |
+
#: wp-cache.php:1697
|
|
|
1180 |
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."
|
1181 |
msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
|
1182 |
|
1183 |
+
#: wp-cache.php:1729
|
|
|
1184 |
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."
|
1185 |
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."
|
1186 |
|
1187 |
+
#: wp-cache.php:1734
|
|
|
1188 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1189 |
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."
|
1190 |
|
1191 |
+
#: wp-cache.php:1740
|
|
|
1192 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1193 |
msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
|
1194 |
|
1195 |
+
#: wp-cache.php:1796
|
|
|
1196 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1197 |
msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
|
1198 |
|
1199 |
+
#: wp-cache.php:1797
|
1200 |
msgid "1. If it already exists please delete the file first."
|
1201 |
msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
|
1202 |
|
1203 |
+
#: wp-cache.php:1798
|
|
|
1204 |
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)"
|
1205 |
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)."
|
1206 |
|
1207 |
+
#: wp-cache.php:1799
|
|
|
1208 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1209 |
msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
|
1210 |
|
1211 |
+
#: wp-cache.php:1800
|
|
|
1212 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1213 |
msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
|
1214 |
|
1215 |
+
#: wp-cache.php:1801
|
|
|
1216 |
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>"
|
1217 |
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>"
|
1218 |
|
1219 |
+
#: wp-cache.php:1824
|
1220 |
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>"
|
1221 |
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>"
|
1222 |
|
1223 |
+
#: wp-cache.php:1826
|
1224 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1225 |
msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
|
1226 |
|
1227 |
+
#: wp-cache.php:1827
|
|
|
1228 |
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. "
|
1229 |
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."
|
1230 |
|
1231 |
+
#: wp-cache.php:1831
|
1232 |
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."
|
1233 |
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>"
|
1234 |
|
1235 |
+
#: wp-cache.php:1855
|
1236 |
msgid "Cache Contents"
|
1237 |
msgstr "Cache-Inhalte"
|
1238 |
|
1239 |
+
#: wp-cache.php:1858
|
1240 |
msgid "Object cache in use. No cache listing available."
|
1241 |
msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
|
1242 |
|
1243 |
+
#: wp-cache.php:1882
|
|
|
1244 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1245 |
msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
|
1246 |
|
1247 |
+
#: wp-cache.php:1899
|
|
|
1248 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1249 |
msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
|
1250 |
|
1251 |
+
#: wp-cache.php:1964
|
1252 |
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1253 |
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."
|
1254 |
|
1255 |
+
#: wp-cache.php:1965
|
1256 |
msgid "Regenerate cache stats"
|
1257 |
msgstr "Regeneriere Cache-Statistik"
|
1258 |
|
1259 |
+
#: wp-cache.php:1967
|
|
|
1260 |
msgid "Cache stats last generated: %s minutes ago."
|
1261 |
msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
|
1262 |
|
1263 |
+
#: wp-cache.php:1973
|
1264 |
msgid "WP-Cache"
|
1265 |
msgstr "WP-Cache"
|
1266 |
|
1267 |
+
#: wp-cache.php:1974
|
1268 |
+
#: wp-cache.php:1989
|
|
|
1269 |
msgid "%s Cached Pages"
|
1270 |
msgstr "%s Seiten im Cache"
|
1271 |
|
1272 |
+
#: wp-cache.php:1975
|
1273 |
+
#: wp-cache.php:1994
|
|
|
1274 |
msgid "%s Expired Pages"
|
1275 |
msgstr "%s Expired-Pages im Cache"
|
1276 |
|
1277 |
+
#: wp-cache.php:1988
|
1278 |
msgid "WP-Super-Cache"
|
1279 |
msgstr "WP-Super-Cache"
|
1280 |
|
1281 |
+
#: wp-cache.php:1998
|
1282 |
msgid "Fresh WP-Cached Files"
|
1283 |
msgstr "Neue WP-Cache-Dateien"
|
1284 |
|
1285 |
+
#: wp-cache.php:1999
|
1286 |
+
#: wp-cache.php:2015
|
1287 |
+
#: wp-cache.php:2031
|
1288 |
+
#: wp-cache.php:2047
|
1289 |
msgid "URI"
|
1290 |
msgstr "URI"
|
1291 |
|
1292 |
+
#: wp-cache.php:1999
|
1293 |
+
#: wp-cache.php:2015
|
1294 |
msgid "Key"
|
1295 |
msgstr "Schlüssel"
|
1296 |
|
1297 |
+
#: wp-cache.php:1999
|
1298 |
+
#: wp-cache.php:2015
|
1299 |
+
#: wp-cache.php:2031
|
1300 |
+
#: wp-cache.php:2047
|
1301 |
msgid "Age"
|
1302 |
msgstr "Alter"
|
1303 |
|
1304 |
+
#: wp-cache.php:1999
|
1305 |
+
#: wp-cache.php:2015
|
1306 |
+
#: wp-cache.php:2031
|
1307 |
+
#: wp-cache.php:2047
|
1308 |
msgid "Delete"
|
1309 |
msgstr "Lösche"
|
1310 |
|
1311 |
+
#: wp-cache.php:2014
|
1312 |
msgid "Stale WP-Cached Files"
|
1313 |
msgstr "Abgelaufene WP-Cache Dateien"
|
1314 |
|
1315 |
+
#: wp-cache.php:2030
|
1316 |
msgid "Fresh Super Cached Files"
|
1317 |
msgstr "Neue Super-Cached Dateien"
|
1318 |
|
1319 |
+
#: wp-cache.php:2046
|
1320 |
msgid "Stale Super Cached Files"
|
1321 |
msgstr "Abgelaufene Super-Cached Dateien"
|
1322 |
|
1323 |
+
#: wp-cache.php:2062
|
1324 |
msgid "Hide file list"
|
1325 |
msgstr "Datei-Liste verbergen"
|
1326 |
|
1327 |
+
#: wp-cache.php:2064
|
1328 |
msgid "Too many cached files, no listing possible."
|
1329 |
msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
|
1330 |
|
1331 |
+
#: wp-cache.php:2066
|
1332 |
msgid "List all cached files"
|
1333 |
msgstr "Alle Cache-Dateien auflisten"
|
1334 |
|
1335 |
+
#: wp-cache.php:2072
|
|
|
1336 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1337 |
msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
|
1338 |
|
1339 |
+
#: wp-cache.php:2073
|
|
|
1340 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1341 |
msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
|
1342 |
|
1343 |
+
#: wp-cache.php:2076
|
|
|
1344 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1345 |
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."
|
1346 |
|
1347 |
+
#: wp-cache.php:2087
|
1348 |
msgid "Delete Expired"
|
1349 |
msgstr "Abgelaufene löschen"
|
1350 |
|
1351 |
+
#: wp-cache.php:2105
|
|
|
|
|
|
|
|
|
|
|
|
|
1352 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1353 |
msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
|
1354 |
|
1355 |
+
#: wp-cache.php:2244
|
|
|
1356 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1357 |
msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
|
1358 |
|
1359 |
+
#: wp-cache.php:2277
|
|
|
1360 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1361 |
msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
|
1362 |
|
1363 |
+
#: wp-cache.php:2283
|
1364 |
msgid "Settings"
|
1365 |
msgstr "Einstellungen"
|
1366 |
|
1367 |
+
#: wp-cache.php:2293
|
|
|
1368 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1369 |
msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
|
1370 |
|
1371 |
+
#: wp-cache.php:2296
|
|
|
1372 |
msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
|
1373 |
msgstr "Achtung! WP Super-Cache Caching abgebrochenn! Das Skript advanced-cache.php konnte wp-cache-phase1.php nicht aufrufen.<br /><br />Bitte bearbeite %1$s/advanced-cache.php und stelle sicher, daß der Pfad %2$swp-cache-phase1.php korrekt ist."
|
1374 |
|
1375 |
+
#: wp-cache.php:2315
|
|
|
1376 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1377 |
msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
|
1378 |
|
1379 |
+
#: wp-cache.php:2315
|
|
|
1380 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1381 |
msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
|
1382 |
|
1383 |
+
#: wp-cache.php:2318
|
|
|
1384 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1385 |
msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
|
1386 |
|
1387 |
+
#: wp-cache.php:2318
|
|
|
1388 |
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."
|
1389 |
msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
|
1390 |
|
1391 |
+
#: wp-cache.php:2325
|
|
|
1392 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1393 |
msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
|
1394 |
|
1395 |
+
#: wp-cache.php:2325
|
|
|
1396 |
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\"!"
|
1397 |
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\"!"
|
1398 |
|
1399 |
+
#: wp-cache.php:2328
|
|
|
1400 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1401 |
msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
|
1402 |
|
1403 |
+
#: wp-cache.php:2328
|
|
|
1404 |
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."
|
1405 |
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."
|
1406 |
|
1407 |
+
#: wp-cache.php:2333
|
|
|
1408 |
msgid "[%s] Front page check!"
|
1409 |
msgstr "[%s] Startseiten-Check!"
|
1410 |
|
1411 |
+
#: wp-cache.php:2333
|
|
|
1412 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1413 |
msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
|
1414 |
|
1415 |
+
#: wp-cache.php:2376
|
1416 |
msgid "Cannot update .htaccess"
|
1417 |
msgstr "Kann .htaccess nicht aktualisieren"
|
1418 |
|
1419 |
+
#: wp-cache.php:2376
|
|
|
1420 |
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."
|
1421 |
msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
|
1422 |
|
1423 |
+
#: wp-cache.php:2376
|
1424 |
msgid "Refresh this page when the file permissions have been modified."
|
1425 |
msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
|
1426 |
|
1427 |
+
#: wp-cache.php:2376
|
|
|
1428 |
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1429 |
msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
|
1430 |
|
1431 |
+
#: wp-cache.php:2380
|
|
|
1432 |
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1433 |
msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
|
1434 |
|
1435 |
+
#: wp-cache.php:2381
|
1436 |
msgid "You can edit the file yourself add the following rules."
|
1437 |
msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
|
1438 |
|
1439 |
+
#: wp-cache.php:2382
|
1440 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1441 |
msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
|
1442 |
|
1443 |
+
#: wp-cache.php:2390
|
1444 |
msgid "Update Mod_Rewrite Rules"
|
1445 |
msgstr "Mod Rewrite Rules aktualisieren"
|
1446 |
|
1447 |
+
#: wp-cache.php:2515
|
|
|
1448 |
msgid "[%1$s] Cache Preload Started"
|
1449 |
msgstr "Cache-Preload gestartet"
|
1450 |
|
1451 |
+
#: wp-cache.php:2517
|
|
|
1452 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1453 |
msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
|
1454 |
|
1455 |
+
#: wp-cache.php:2535
|
|
|
1456 |
msgid "[%1$s] Cache Preload Stopped"
|
1457 |
msgstr "Cache-Preload abgestellt"
|
1458 |
|
1459 |
+
#: wp-cache.php:2544
|
|
|
1460 |
msgid "[%1$s] %2$d posts refreshed"
|
1461 |
msgstr "[%1$s] %2$d Beiträge aktualisiert"
|
1462 |
|
1463 |
+
#: wp-cache.php:2544
|
1464 |
msgid "Refreshed the following posts:"
|
1465 |
msgstr "Folgenende Beiträge aktualisiert: "
|
1466 |
|
1467 |
+
#: wp-cache.php:2553
|
|
|
1468 |
msgid "Scheduling next preload refresh in %d minutes."
|
1469 |
msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
|
1470 |
|
1471 |
+
#: wp-cache.php:2563
|
|
|
1472 |
msgid "[%s] Cache Preload Completed"
|
1473 |
msgstr "[%s] Cache-Preload abgeschlossen!"
|
1474 |
|
1475 |
+
#: wp-cache.php:2563
|
1476 |
msgid "Cleaning up old supercache files."
|
1477 |
msgstr "Alte Supercache-Dateien bereinigen."
|
1478 |
|
1479 |
+
#: wp-cache.php:2605
|
|
|
1480 |
msgid "[%s] Preload may have stalled."
|
1481 |
msgstr "\"Preload\" evtl. unterbrochen."
|
1482 |
|
1483 |
+
#: wp-cache.php:2605
|
|
|
1484 |
msgid ""
|
1485 |
"Preload has been restarted.\n"
|
1486 |
"%s"
|
1487 |
msgstr ""
|
1488 |
"\"Preload\" wurde neu gestartet \n"
|
1489 |
+
"%s"
|
1490 |
+
|
1491 |
+
#: wp-cache.php:2648
|
1492 |
+
msgid "Supercache Uninstall Problems"
|
1493 |
+
msgstr "Supercache Probleme beim Deinstallieren"
|
1494 |
+
|
1495 |
+
#: wp-cache.php:2648
|
1496 |
+
msgid ""
|
1497 |
+
"Dear User,\n"
|
1498 |
+
"\n"
|
1499 |
+
"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
|
1500 |
+
"in your .htaccess were not.\n"
|
1501 |
+
"\n"
|
1502 |
+
"Please edit the following file and remove the code\n"
|
1503 |
+
"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
|
1504 |
+
"\n"
|
1505 |
+
"%s\n"
|
1506 |
+
"\n"
|
1507 |
+
"Regards,\n"
|
1508 |
+
"WP Super Cache Plugin\n"
|
1509 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1510 |
+
msgstr ""
|
1511 |
+
"Lieber Benutzer,\n"
|
1512 |
+
"\n"
|
1513 |
+
"WP Super Cache wurde von deinem Blog entfernt, aber die mod_rewrite rules\n"
|
1514 |
+
"in deiner .htaccess nicht.\n"
|
1515 |
+
"\n"
|
1516 |
+
"Bitte bearbeite fogende Datei und lösche den Code\n"
|
1517 |
+
"zwischen 'BEGIN WPSuperCache' und 'END WPSuperCache'. Und bitte erst die Datei sichern!\n"
|
1518 |
+
"\n"
|
1519 |
+
"%s\n"
|
1520 |
+
"\n"
|
1521 |
+
"Mit freundlichem Gruß,\n"
|
1522 |
+
"WP Super Cache Plugin\n"
|
1523 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1524 |
+
|
1525 |
+
#~ msgid ""
|
1526 |
+
#~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
|
1527 |
+
#~ "<a href=\"%s\">on the main site</a> of this network."
|
1528 |
+
#~ msgstr ""
|
1529 |
+
#~ "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, "
|
1530 |
+
#~ "insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-"
|
1531 |
+
#~ "Netzwerks laufen."
|
1532 |
+
#~ msgid "Tester & Contents"
|
1533 |
+
#~ msgstr "Teste & Cache"
|
1534 |
+
#~ msgid ""
|
1535 |
+
#~ "Logging to a file is easier but faces the problem that clearing the cache "
|
1536 |
+
#~ "will clear the log file."
|
1537 |
+
#~ msgstr ""
|
1538 |
+
#~ "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das "
|
1539 |
+
#~ "Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt "
|
1540 |
+
#~ "wird."
|
1541 |
+
#~ msgid "Logging Type"
|
1542 |
+
#~ msgstr "Protokoll-Typ"
|
1543 |
+
#~ msgid "Email"
|
1544 |
+
#~ msgstr "E-Mail"
|
1545 |
+
#~ msgid "file"
|
1546 |
+
#~ msgstr "Datei"
|
1547 |
|
languages/wp-super-cache-ja.mo
CHANGED
Binary file
|
languages/wp-super-cache-ja.po
CHANGED
@@ -2,64 +2,98 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ja\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: ja <tekapo@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
12 |
"X-Poedit-Language: Japanese\n"
|
13 |
"X-Poedit-Country: JAPAN\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
|
16 |
-
#: plugins/badbehaviour.php:
|
17 |
msgid "Bad Behaviour not found. Please check your install."
|
18 |
msgstr "Bad Behaviour が見つかりませんでした。インストールを確認してください。"
|
19 |
|
20 |
-
#: plugins/badbehaviour.php:
|
|
|
|
|
|
|
21 |
#: plugins/badbehaviour.php:65
|
22 |
-
#: plugins/
|
23 |
-
#: plugins/
|
24 |
-
#: wp-cache.php:
|
25 |
-
msgid "
|
26 |
-
msgstr "
|
27 |
|
28 |
-
#: plugins/badbehaviour.php:
|
29 |
-
#: plugins/
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
|
33 |
-
#: plugins/badbehaviour.php:
|
|
|
|
|
|
|
|
|
|
|
34 |
#: plugins/searchengine.php:69
|
35 |
-
#:
|
|
|
36 |
msgid "enabled"
|
37 |
msgstr "使用中"
|
38 |
|
39 |
-
#: plugins/badbehaviour.php:
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
|
44 |
-
#: plugins/badbehaviour.php:
|
45 |
-
|
46 |
-
|
47 |
-
msgstr "(ハーフオンキャッシングのみサポートしています。圧縮が無効で <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> (\"%s/plugins/bad-behavior/\") が必要です) "
|
48 |
|
49 |
-
#: plugins/badbehaviour.php:
|
50 |
-
#: plugins/
|
51 |
-
#:
|
52 |
-
msgid "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: plugins/badbehaviour.php:
|
56 |
-
#: wp-cache.php:
|
57 |
-
#: wp-cache.php:
|
58 |
msgid "Warning!"
|
59 |
msgstr "警告 !"
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
#: plugins/searchengine.php:71
|
62 |
-
#, php-format
|
63 |
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
64 |
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> プラグインは%sです。"
|
65 |
|
@@ -67,1050 +101,1568 @@ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Fri
|
|
67 |
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
68 |
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> も必要です) "
|
69 |
|
70 |
-
#:
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
73 |
msgstr "wp-super-cache/wp-cache-config-sample.php から %s /wp-cache-config.php を作成してください。"
|
74 |
|
75 |
-
#: wp-cache.php:
|
76 |
-
msgid "WP Super Cache Manager"
|
77 |
-
msgstr "WP Super Cache 管理画面"
|
78 |
-
|
79 |
-
#: wp-cache.php:172
|
80 |
msgid "Warning! PHP Safe Mode Enabled!"
|
81 |
msgstr "警告 ! PHP セーフモードが有効になっています !"
|
82 |
|
83 |
-
#: wp-cache.php:
|
84 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
85 |
msgstr "セーフモードが有効なため、このプラグインの動作に問題が発生するかもしれません。"
|
86 |
|
87 |
-
#: wp-cache.php:
|
88 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
89 |
msgstr "お使いのサーバーではファイルの読み書きの許可の前に PHP スクリプトのオーナーを確認するように設定されています。"
|
90 |
|
91 |
-
#: wp-cache.php:
|
92 |
-
#, php-format
|
93 |
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
|
94 |
msgstr "あなたもしくは管理者が、このプラグインスクリプトのグループオーナーをウェブサーバーのユーザーと一致するように変更すれば動作するようになるかもしれません。%s/cache/ ディレクトリのグループオーナーは変更する必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> を参照してください。"
|
95 |
|
96 |
-
#: wp-cache.php:
|
97 |
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
|
98 |
msgstr "あなたもしくは管理者がこの機能を無効にする必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> をご覧ください。残念ながら .htaccess ファイル内では無効にできません。php.ini 設定ファイルで無効にする必要があります。"
|
99 |
|
100 |
-
#: wp-cache.php:
|
101 |
msgid "Permlink Structure Error"
|
102 |
msgstr "パーマリンク構造エラー"
|
103 |
|
104 |
-
#: wp-cache.php:
|
105 |
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."
|
106 |
msgstr "このプラグインが正しく動作するためにはカスタムな URL (もしくはパーマリンク) 構造が必要です。<a href=\"options-permalink.php\">パーマリンク設定画面</a>を開いてパーマリンクを設定してください。"
|
107 |
|
108 |
-
#: wp-cache.php:
|
109 |
-
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
110 |
-
msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
|
111 |
-
|
112 |
-
#: wp-cache.php:200
|
113 |
-
msgid "Cannot continue... fix previous problems and retry."
|
114 |
-
msgstr "継続できません…前の問題を修正して再度お試しください。"
|
115 |
-
|
116 |
-
#: wp-cache.php:216
|
117 |
-
#, php-format
|
118 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
119 |
msgstr "警告 ! ホスト名 \"%s\" が %s に設定されています"
|
120 |
|
121 |
-
#: wp-cache.php:
|
122 |
-
#, php-format
|
123 |
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."
|
124 |
msgstr "お使いのサーバーはホスト名が %s に設定されています。このプラグインのガーベージコレクションや WordPress の予約投稿などのサービスが正しく動作しないかもしれません。"
|
125 |
|
126 |
-
#: wp-cache.php:
|
127 |
-
#: wp-cache.php:
|
128 |
-
#, php-format
|
129 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
130 |
msgstr "readme.txt <a href=\"%s\">Troubleshooting section</a> の 16 を参照してください"
|
131 |
|
132 |
-
#: wp-cache.php:
|
133 |
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."
|
134 |
msgstr "残念ながら WordPress が wp-cron.php ファイルを見つけられません。WordPress による予約投稿やその他の重要な活動だけでなく、このプラグインによるガベージコレクションの正常なオペレーションにもこのスクリプトが不可欠です。"
|
135 |
|
136 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
137 |
msgid "Zlib Output Compression Enabled!"
|
138 |
msgstr "Zlib アウトプット圧縮を有効にしました !"
|
139 |
|
140 |
-
#: wp-cache.php:
|
141 |
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."
|
142 |
msgstr "PHP がサイト訪問者に送るデータを圧縮しています。このプラグインは同じページを何度も圧縮するのではなく、圧縮した出力をキャッシュするだけなので、この機能は無効にすることをおすすめします。また、トラブルシューティングの #21 も参考にしてください。 php.ini の修正については「<a href=\"http://php.net/manual/ja/zlib.configuration.php\">実行時設定</a>」の説明をご覧ください。"
|
143 |
|
144 |
-
#: wp-cache.php:
|
145 |
msgid "Mod rewrite may not be installed!"
|
146 |
msgstr "Mod rewrite がインストールされていないようです !"
|
147 |
|
148 |
-
#: wp-cache.php:
|
149 |
-
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
|
150 |
-
msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache
|
151 |
|
152 |
-
#: wp-cache.php:
|
153 |
msgid "Read Only Mode. Configuration cannot be changed."
|
154 |
msgstr "読み込み専用モード。設定は変更できません。"
|
155 |
|
156 |
-
#: wp-cache.php:
|
157 |
-
msgid "Why your configuration may not be changed"
|
158 |
-
msgstr "なぜ設定を変更できないのか"
|
159 |
-
|
160 |
-
#: wp-cache.php:254
|
161 |
-
msgid "Why"
|
162 |
-
msgstr "なぜ"
|
163 |
-
|
164 |
-
#: wp-cache.php:256
|
165 |
-
#, php-format
|
166 |
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."
|
167 |
msgstr "WP Super Cache 設定ファイルは <code>%s/wp-cache-config.php</code> で、変更できません。変更するにはこのファイルにウェブサーバーが書き込みできるようにする必要があります。"
|
168 |
|
169 |
-
#: wp-cache.php:
|
170 |
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."
|
171 |
msgstr "これを行なう簡単な方法としては、CHMOD コマンドや ftp クライントを使用して一時的に権限を変更する方法があります。グローバルに書き込み可能で問題ないことを確認してください。"
|
172 |
|
|
|
173 |
#: wp-cache.php:258
|
|
|
|
|
|
|
|
|
174 |
msgid "Writeable:"
|
175 |
msgstr "書き込み可能:"
|
176 |
|
177 |
-
#: wp-cache.php:
|
178 |
msgid "Readonly:"
|
179 |
msgstr "読込みのみ:"
|
180 |
|
181 |
-
#: wp-cache.php:
|
182 |
-
#, php-format
|
183 |
msgid "Warning! %s is writeable!"
|
184 |
msgstr "警告 ! %s が書き込み可能になっています!"
|
185 |
|
186 |
-
#: wp-cache.php:
|
187 |
-
#, php-format
|
188 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
189 |
msgstr "%s の権限を変更して、より限定されたものにしてください。ftp クライアントもしくは次のコマンドを使用して修正してください:"
|
190 |
|
191 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
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."
|
193 |
msgstr "<strong>警告 !</strong> 圧縮を有効にしようとしましたが、<code>zlib.output_compression</code> が有効になっています。readme ファイルのトラブルシューティング #21 を参照してください。"
|
194 |
|
195 |
-
#: wp-cache.php:
|
196 |
-
msgid "WP Super Cache
|
197 |
-
msgstr "WP Super Cache
|
198 |
|
199 |
-
#: wp-cache.php:
|
200 |
-
msgid "
|
201 |
-
msgstr "
|
202 |
|
203 |
-
#: wp-cache.php:
|
204 |
-
msgid "
|
205 |
-
msgstr "
|
206 |
|
207 |
-
#: wp-cache.php:
|
208 |
-
msgid "
|
209 |
-
msgstr "
|
210 |
|
211 |
-
#: wp-cache.php:
|
212 |
-
|
213 |
-
|
|
|
214 |
|
215 |
-
#: wp-cache.php:
|
216 |
-
|
217 |
-
|
|
|
218 |
|
219 |
-
#: wp-cache.php:
|
220 |
-
|
221 |
-
|
|
|
222 |
|
223 |
-
#: wp-cache.php:
|
224 |
-
msgid "
|
225 |
-
msgstr "
|
226 |
|
227 |
-
#: wp-cache.php:
|
228 |
-
msgid "
|
229 |
-
msgstr "
|
230 |
|
231 |
-
#: wp-cache.php:
|
232 |
-
msgid "
|
233 |
-
msgstr "
|
234 |
|
235 |
-
#: wp-cache.php:
|
236 |
-
msgid "
|
237 |
-
msgstr "
|
238 |
|
239 |
-
#: wp-cache.php:
|
240 |
-
msgid "
|
241 |
-
msgstr "
|
|
|
|
|
|
|
|
|
242 |
|
243 |
-
#: wp-cache.php:
|
244 |
-
msgid "
|
245 |
-
msgstr "
|
246 |
|
247 |
-
#: wp-cache.php:
|
248 |
-
|
249 |
-
|
250 |
-
msgstr "<a href=\"%s\">WordPress Mobile Edition</a> を使用したモバイル機器のサポート"
|
251 |
|
252 |
-
#: wp-cache.php:
|
253 |
-
msgid "
|
254 |
-
msgstr "
|
255 |
|
256 |
-
#: wp-cache.php:
|
257 |
-
msgid "
|
258 |
-
msgstr "
|
259 |
|
260 |
-
#: wp-cache.php:
|
261 |
-
msgid "
|
262 |
-
msgstr "
|
263 |
|
264 |
-
#: wp-cache.php:
|
265 |
-
msgid "
|
266 |
-
msgstr "
|
267 |
|
268 |
-
#: wp-cache.php:
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: wp-cache.php:
|
273 |
-
msgid "
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#: wp-cache.php:
|
277 |
-
msgid "
|
278 |
-
msgstr "
|
279 |
|
280 |
-
#: wp-cache.php:
|
281 |
-
|
282 |
-
|
283 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
|
285 |
-
#: wp-cache.php:
|
286 |
-
|
287 |
-
|
|
|
|
|
288 |
|
289 |
-
#: wp-cache.php:
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
292 |
|
293 |
-
#: wp-cache.php:
|
294 |
-
|
295 |
-
|
296 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
|
298 |
-
#: wp-cache.php:
|
299 |
-
|
300 |
-
|
301 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
|
303 |
-
#: wp-cache.php:
|
304 |
msgid "Use object cache to store cached files."
|
305 |
msgstr "キャッシュファイルの保存にオブジェクトキャッシュを使用する。"
|
306 |
|
307 |
-
#: wp-cache.php:
|
308 |
msgid "(Experimental)"
|
309 |
msgstr "(実験的)"
|
310 |
|
311 |
-
#: wp-cache.php:
|
312 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
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."
|
314 |
msgstr "お困りですか ? <a href=\"%1$s\">Super Cache readme ファイル</a>を読んでみてください。このファイルにはインストールのドキュメント、よくある質問とその答え、トラブルシューティングのヒントが含まれています。また、<a href=\"%2$s\">サポートフォーラム</a> も利用可能です。あなたの問題の答がすでにあるかもしれません。"
|
315 |
|
316 |
-
#: wp-cache.php:
|
|
|
317 |
msgid "Update Status"
|
318 |
msgstr "ステータスを更新"
|
319 |
|
320 |
-
#: wp-cache.php:
|
321 |
-
msgid "
|
322 |
-
msgstr "
|
323 |
|
324 |
-
#: wp-cache.php:
|
325 |
-
msgid "
|
326 |
-
msgstr "
|
327 |
|
328 |
-
#: wp-cache.php:
|
329 |
-
msgid "
|
330 |
-
msgstr "
|
331 |
|
332 |
-
#: wp-cache.php:
|
333 |
-
msgid "
|
334 |
-
msgstr "
|
335 |
|
336 |
-
#: wp-cache.php:
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
|
340 |
-
#: wp-cache.php:
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
343 |
|
344 |
-
#: wp-cache.php:
|
345 |
-
|
346 |
-
|
347 |
-
msgstr "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送ってください ! どんな金額でも助かります !"
|
348 |
|
349 |
-
#: wp-cache.php:
|
350 |
-
|
351 |
-
|
352 |
-
msgstr "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧ください。"
|
353 |
|
354 |
-
#: wp-cache.php:
|
355 |
-
|
356 |
-
|
|
|
|
|
357 |
|
358 |
-
#: wp-cache.php:
|
359 |
-
msgid "
|
360 |
-
msgstr "
|
361 |
|
362 |
-
#: wp-cache.php:
|
363 |
-
msgid "
|
364 |
-
msgstr "
|
365 |
|
366 |
-
#: wp-cache.php:
|
367 |
-
msgid "
|
368 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
|
370 |
-
#: wp-cache.php:
|
371 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
373 |
msgstr "%1$s は %2$s と他の多く方の貢献によってメンテナンスされ、開発されています。"
|
374 |
|
375 |
-
#: wp-cache.php:
|
376 |
-
|
377 |
-
|
378 |
-
msgstr "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラックスする時間を<a href=\"%3$s\">欲しがっています</a>。"
|
379 |
|
380 |
-
#: wp-cache.php:
|
381 |
-
#, php-format
|
382 |
msgid "Please say hi to him on %s too!"
|
383 |
msgstr "%s でも彼に一言どうぞ !"
|
384 |
|
385 |
-
#: wp-cache.php:
|
386 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
388 |
msgstr "%1$s 以降のキャッシュページ : <strong>%2$s</strong>"
|
389 |
|
390 |
-
#: wp-cache.php:
|
391 |
msgid "Newest Cached Pages:"
|
392 |
-
msgstr "
|
393 |
|
394 |
-
#: wp-cache.php:
|
395 |
-
#, php-format
|
396 |
msgid "Cached %s seconds ago"
|
397 |
msgstr "%s 秒前にキャッシュされました"
|
398 |
|
399 |
-
#: wp-cache.php:
|
400 |
msgid "(may not always be accurate on busy sites)"
|
401 |
msgstr "(アクセスの多いサイトでは必ずしも正確ではないかもしれません)"
|
402 |
|
403 |
-
#: wp-cache.php:
|
404 |
-
msgid "
|
405 |
-
msgstr "
|
406 |
|
407 |
-
#: wp-cache.php:
|
408 |
-
msgid "
|
409 |
-
msgstr "
|
410 |
|
411 |
-
#: wp-cache.php:
|
412 |
-
|
413 |
-
|
414 |
-
msgstr "Super Cache 圧縮"
|
415 |
|
416 |
-
#: wp-cache.php:
|
417 |
-
msgid "
|
418 |
-
msgstr "
|
419 |
|
420 |
-
#: wp-cache.php:
|
421 |
-
|
422 |
-
|
423 |
-
msgstr "有効"
|
424 |
|
425 |
-
#: wp-cache.php:
|
426 |
-
|
427 |
-
|
428 |
-
msgstr "無効"
|
429 |
|
430 |
-
#: wp-cache.php:
|
431 |
-
msgid "
|
432 |
-
msgstr "
|
433 |
|
434 |
-
#: wp-cache.php:
|
435 |
-
msgid "
|
436 |
-
msgstr "
|
437 |
|
438 |
-
#: wp-cache.php:
|
439 |
-
msgid "
|
440 |
-
msgstr "
|
441 |
|
442 |
-
#: wp-cache.php:
|
443 |
-
msgid "
|
444 |
-
msgstr "
|
445 |
|
446 |
-
#: wp-cache.php:
|
447 |
msgid "Mod Rewrite Rules"
|
448 |
msgstr "Mod Rewrite ルール"
|
449 |
|
450 |
-
#: wp-cache.php:
|
451 |
msgid "WordPress MU Detected"
|
452 |
msgstr "WordPress MU を検知しました"
|
453 |
|
454 |
-
#: wp-cache.php:
|
455 |
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."
|
456 |
msgstr "残念ながら、WordPress MU が稼働中は rewrite ルールを自動的に更新できません。.htaccess を開いて次の mod_rewrite ルールをこのファイルの中の他のすべてのルールの上に追加してください。"
|
457 |
|
458 |
-
#: wp-cache.php:
|
459 |
msgid "Mod Rewrite rules cannot be updated!"
|
460 |
msgstr "Mod Rewrite ルールを更新できません !"
|
461 |
|
462 |
-
#: wp-cache.php:
|
463 |
-
#, php-format
|
464 |
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:"
|
465 |
msgstr "自動更新を作動させるには <strong>BEGIN</strong> と <strong>END</strong> マーカーが %s.htaccess 内に必ず必要です。これは次のようになっていて、WordPress のメインの mod_rewrite ルールを囲んでいます:"
|
466 |
|
467 |
-
#: wp-cache.php:
|
468 |
msgid "Refresh this page when you have updated your .htaccess file."
|
469 |
msgstr " .htaccess ファイルを更新したら、このページを再読込みしてください。"
|
470 |
|
471 |
-
#: wp-cache.php:
|
472 |
msgid "Thank you for upgrading."
|
473 |
msgstr "アップグレードありがとうございます。"
|
474 |
|
475 |
-
#: wp-cache.php:
|
476 |
-
#, php-format
|
477 |
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."
|
478 |
msgstr "mod_rewrite ルールは最後にこのプラグインがインストールされてから変更されています。残念ながら、新しいルールを更新する前に古い supercache のルールを取り除く必要があります。.htaccess ファイルを編集したら、このページを再読込みしてください。もし手動でアップグレードしたいならば、次の行を変更してください: %1$s は次に似ています: %2$s 違いは \"HTTP_COOKIE\" が \"HTTP:Cookie\" になり、\"wordpressuser\" が \"wordpress\" になったことだけです。これは WordPress 2.5 での変更ですが、これ以前のバージョンとの後方互換性があります。もしそれほど古いバージョンを使用する勇気があればの話ですが。"
|
479 |
|
480 |
-
#: wp-cache.php:
|
481 |
msgid "Trailing slash check required."
|
482 |
msgstr "最後のスラッシュの確認が必要です。"
|
483 |
|
484 |
-
#: wp-cache.php:
|
485 |
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:"
|
486 |
msgstr "あなたのブログの URL は最後が \"/\" になっているようです。残念ながら、このプラグインをインストールした後に重複コンテンツのバグが見つかりました。\"/\" で終わっていない URL は \"/\" で終わっている URL を同じコンテンツとして提供し、正しい URL にリダイレクトしません。これを修正するには .htaccess ファイルを編集してこれら 2 つのルールを Super Cache ルールの 2 つのグループに追加する必要があります。"
|
487 |
|
488 |
-
#: wp-cache.php:
|
489 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
490 |
msgstr "下の \"mod_rewrite ルールを表示する\" リンクをクリックするとルールを参照して問題ないか確認することができます。"
|
491 |
|
492 |
-
#: wp-cache.php:
|
493 |
-
msgid "Cannot update .htaccess"
|
494 |
-
msgstr ".htaccess を更新できません"
|
495 |
-
|
496 |
-
#: wp-cache.php:641
|
497 |
-
#, php-format
|
498 |
-
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."
|
499 |
-
msgstr "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
|
500 |
-
|
501 |
-
#: wp-cache.php:641
|
502 |
-
msgid "Refresh this page when the file permissions have been modified."
|
503 |
-
msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
|
504 |
-
|
505 |
-
#: wp-cache.php:641
|
506 |
-
#, php-format
|
507 |
-
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
508 |
-
msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
|
509 |
-
|
510 |
-
#: wp-cache.php:644
|
511 |
-
#, php-format
|
512 |
-
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
513 |
-
msgstr "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
|
514 |
-
|
515 |
-
#: wp-cache.php:646
|
516 |
-
msgid "You must edit the file yourself add the following rules."
|
517 |
-
msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
|
518 |
-
|
519 |
-
#: wp-cache.php:648
|
520 |
-
msgid "You can edit the file yourself add the following rules."
|
521 |
-
msgstr "このファイルをご自分で編集して次のルールを追加できます。"
|
522 |
-
|
523 |
-
#: wp-cache.php:650
|
524 |
-
msgid " Make sure they appear before any existing WordPress rules. "
|
525 |
-
msgstr "かならず WordPress の既存のルールの前に入れてください。"
|
526 |
-
|
527 |
-
#: wp-cache.php:652
|
528 |
-
#: wp-cache.php:679
|
529 |
-
#, php-format
|
530 |
-
msgid "Rules must be added to %s too:"
|
531 |
-
msgstr "ルールは %s にも追加する必要があります:"
|
532 |
-
|
533 |
-
#: wp-cache.php:657
|
534 |
-
msgid "Update Mod_Rewrite Rules"
|
535 |
-
msgstr "Mod_Rewrite ルールを更新"
|
536 |
-
|
537 |
-
#: wp-cache.php:666
|
538 |
msgid "Mod Rewrite rules updated!"
|
539 |
msgstr "Mod Rewrite ルールを更新しました !"
|
540 |
|
541 |
-
#: wp-cache.php:
|
542 |
-
#, php-format
|
543 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
544 |
msgstr "%s.htaccess が必要な mod_rewrite ルールで更新されました。正しく更新されたか確認してください。次のようになっているはずです:"
|
545 |
|
546 |
-
#: wp-cache.php:
|
547 |
msgid "Mod Rewrite rules must be updated!"
|
548 |
msgstr "Mod Rewrite ルールを更新する必要があります !"
|
549 |
|
550 |
-
#: wp-cache.php:
|
551 |
-
#, php-format
|
552 |
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:"
|
553 |
msgstr "%s.htaccess はウェブサーバーによる書き込みができません。必要な mod_rewrite ルールで更新する必要があります。新しいルールは以下のコードのように通常の WordPress ルールの上に追加します:"
|
554 |
|
555 |
-
#: wp-cache.php:
|
556 |
-
#, php-format
|
557 |
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."
|
558 |
msgstr "WP Super Cache mod rewrite ルールが %s.htaccess ファイル内に検知されました。<br /> 次のリンクをクリックしてこのファイルに追加された行を確認してください。プラグインをアップグレードをしたのなら、これらのルールがマッチしていることを確認してください。"
|
559 |
|
560 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
561 |
msgid "View Mod_Rewrite Rules"
|
562 |
msgstr "Mod_Rewrite ルールを参照する"
|
563 |
|
564 |
-
#: wp-cache.php:
|
565 |
-
|
|
|
|
|
|
|
|
|
566 |
msgid "Gzip encoding rules in %s.htaccess created."
|
567 |
msgstr "Gzip エンコードルール %s.htaccess に作成されました。"
|
568 |
|
569 |
-
#: wp-cache.php:
|
570 |
msgid "Fix Configuration"
|
571 |
msgstr "設定の修正"
|
572 |
|
573 |
-
#: wp-cache.php:
|
574 |
msgid "Restore Default Configuration"
|
575 |
msgstr "デフォルト設定を復元"
|
576 |
|
577 |
-
#: wp-cache.php:
|
578 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
579 |
msgstr "コメントは承認待ちです。表示されるまでしばらく時間がかかるかもしれません。"
|
580 |
|
581 |
-
#: wp-cache.php:
|
582 |
msgid "Lock Down:"
|
583 |
msgstr "ロックダウン:"
|
584 |
|
585 |
-
#: wp-cache.php:
|
586 |
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."
|
587 |
msgstr "ロックダウンを有効にすることにより、予想されるトラフィックの激増に対してサーバーが対処できるようにします。この機能が有効になると、新しいコメントが投稿されてもキャッシュされた静的ファイルは更新されません。"
|
588 |
|
589 |
-
#: wp-cache.php:
|
590 |
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."
|
591 |
msgstr "開発者のみなさんへ: \"WPLOCKDOWN\" 定数をチェックすることにより、あなたのプラグインにロックダウンとの互換性を持たせることができます。次のコードにより、あなたのプラグインが WPLOCKDOWN 設置を考慮するようになります。"
|
592 |
|
593 |
-
#: wp-cache.php:
|
594 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
595 |
msgstr "すみませんが、このブログは一時的に停止中です。間もなく更新されます。"
|
596 |
|
597 |
-
#: wp-cache.php:
|
598 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
599 |
msgstr "WordPress はロックダウンされています。Super Cache の静的ファイルは新しいコメントが投稿されても削除されません。"
|
600 |
|
601 |
-
#: wp-cache.php:
|
602 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
603 |
msgstr "WordPress はロックダウンされていません。新しいコメントが投稿されると Super Cache の静的ファイルは通常通りにリフレッシュされます。"
|
604 |
|
605 |
-
#: wp-cache.php:
|
606 |
msgid "Lock Down"
|
607 |
msgstr "ロックダウン"
|
608 |
|
609 |
-
#: wp-cache.php:
|
610 |
msgid "Directly Cached Files"
|
611 |
msgstr "ダイレクトキャッシュファイル"
|
612 |
|
613 |
-
#: wp-cache.php:
|
614 |
-
#, php-format
|
615 |
msgid "%s removed!"
|
616 |
msgstr "%s 個を削除しました !"
|
617 |
|
618 |
-
#: wp-cache.php:
|
619 |
-
#, php-format
|
620 |
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."
|
621 |
msgstr "この機能を利用するには %s を書き込み可能にする必要があります。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
622 |
|
623 |
-
#: wp-cache.php:
|
624 |
-
#, php-format
|
625 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
626 |
msgstr "%s を書き込み可能です。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
627 |
|
628 |
-
#: wp-cache.php:
|
629 |
msgid "Existing direct page"
|
630 |
msgstr "既存のダイレクトページ"
|
631 |
|
632 |
-
#: wp-cache.php:
|
633 |
msgid "Delete cached file"
|
634 |
msgstr "キャッシュファイルを削除"
|
635 |
|
636 |
-
#: wp-cache.php:
|
637 |
msgid "Add direct page:"
|
638 |
msgstr "ダイレクトページを追加:"
|
639 |
|
640 |
-
#: wp-cache.php:
|
641 |
-
#, php-format
|
642 |
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."
|
643 |
msgstr "ダイレクトキャッシュファイルはブログのある %s からダイレクトに生成されたファイルです。この機能は Digg やスラッシュドットなど巨大レベルのトラフィックがひとつの投稿やページに集中することが予想されるときだけ役に立ちます。"
|
644 |
|
645 |
-
#: wp-cache.php:
|
646 |
-
#, php-format
|
647 |
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."
|
648 |
msgstr "例: <em>%1$sabout/</em> をキャッシュするには %1$sabout/ もしくは /about/ を入力します。このキャッシュファイルは次に該当のページに誰かが来た時に生成されます。"
|
649 |
|
650 |
-
#: wp-cache.php:
|
651 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
652 |
msgstr "ダイレクトページのこのリストから取り除くには、テキストボックスをブランクにしてキャッシュファイルを削除してください。"
|
653 |
|
654 |
-
#: wp-cache.php:
|
655 |
msgid "Update Direct Pages"
|
656 |
msgstr "ダイレクトページを更新"
|
657 |
|
658 |
-
#: wp-cache.php:
|
659 |
msgid "Expiry Time & Garbage Collection"
|
660 |
msgstr "有効時間とガーベージコレクション"
|
661 |
|
662 |
-
#: wp-cache.php:
|
663 |
msgid "Expire time:"
|
664 |
msgstr "有効時間:"
|
665 |
|
666 |
-
#: wp-cache.php:
|
667 |
msgid "seconds"
|
668 |
msgstr "秒"
|
669 |
|
670 |
-
#: wp-cache.php:
|
671 |
msgid "Garbage Collection"
|
672 |
msgstr "ガーベージコレクション"
|
673 |
|
674 |
-
#: wp-cache.php:
|
675 |
-
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."
|
676 |
msgstr "有効期限が 1800 秒 (30 分) 以上の場合、ガーベージコレクションは 10 分ごとに実行されます。それ以外の場合は期限切れ時間の 10 秒後に実行されます。"
|
677 |
|
678 |
-
#: wp-cache.php:
|
679 |
-
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.
|
680 |
-
msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em
|
|
|
|
|
|
|
|
|
681 |
|
682 |
-
#: wp-cache.php:
|
683 |
msgid "Change Expiration"
|
684 |
msgstr "有効時間を変更"
|
685 |
|
686 |
-
#: wp-cache.php:
|
687 |
msgid "Rejected User Agents"
|
688 |
msgstr "除外するユーザーエージェント"
|
689 |
|
690 |
-
#: wp-cache.php:
|
691 |
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."
|
692 |
msgstr "WP-Cache が bot、spider、クローラーのリクエストをキャッシュしないようにする HTTP ’User Agent’ ヘッダー内の文字列です。すでにキャッシュが存在する場合はこれらのエージェントに Super Cache のファイルが送信されます。"
|
693 |
|
694 |
-
#: wp-cache.php:
|
695 |
msgid "Save UA Strings"
|
696 |
msgstr "UA 文字列を保存"
|
697 |
|
698 |
-
#: wp-cache.php:
|
699 |
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."
|
700 |
msgstr "次のページタイプはキャッシュしません。各タイプについての詳細は <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> を参照してください。"
|
701 |
|
702 |
-
#: wp-cache.php:
|
703 |
msgid "Single Posts"
|
704 |
msgstr "シングルページ"
|
705 |
|
706 |
-
#: wp-cache.php:
|
707 |
msgid "Pages"
|
708 |
msgstr "ページ"
|
709 |
|
710 |
-
#: wp-cache.php:
|
711 |
msgid "Front Page"
|
712 |
msgstr "フロントページ"
|
713 |
|
714 |
-
#: wp-cache.php:
|
715 |
msgid "Home"
|
716 |
msgstr "ホーム"
|
717 |
|
718 |
-
#: wp-cache.php:
|
719 |
msgid "Archives"
|
720 |
msgstr "アーカイブ"
|
721 |
|
722 |
-
#: wp-cache.php:
|
723 |
msgid "Tags"
|
724 |
msgstr "タグ"
|
725 |
|
726 |
-
#: wp-cache.php:
|
727 |
msgid "Category"
|
728 |
msgstr "カテゴリー"
|
729 |
|
730 |
-
#: wp-cache.php:
|
731 |
msgid "Feeds"
|
732 |
msgstr "フィード"
|
733 |
|
734 |
-
#: wp-cache.php:
|
735 |
msgid "Search Pages"
|
736 |
msgstr "検索ページ"
|
737 |
|
738 |
-
#: wp-cache.php:
|
739 |
-
#: wp-cache.php:
|
740 |
msgid "Save"
|
741 |
msgstr "保存"
|
742 |
|
743 |
-
#: wp-cache.php:
|
744 |
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."
|
745 |
msgstr "ここにキャッシュしないようにするページの文字列 (ファイル名ではなく) を追加します。例えば、URL に「西暦」を含んでいて昨年の投稿をキャッシュしたくない場合は西暦 ’/2004/’ だけを入力すれば十分です。WP-Chache は URI にその文字列が含まれているか検索し、含まれていた場合はそのページをキャッシュしません。"
|
746 |
|
747 |
-
#: wp-cache.php:
|
748 |
msgid "Save Strings"
|
749 |
msgstr "文字列を保存"
|
750 |
|
751 |
-
#: wp-cache.php:
|
752 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
753 |
msgstr "上で指定した除外文字列にマッチしてもキャッシュするファイル名をここに追加してください。"
|
754 |
|
755 |
-
#: wp-cache.php:
|
756 |
msgid "Save Files"
|
757 |
msgstr "ファイルを保存"
|
758 |
|
759 |
-
#: wp-cache.php:
|
760 |
-
msgid "
|
761 |
-
msgstr "
|
762 |
-
|
763 |
-
#: wp-cache.php:1070
|
764 |
-
msgid "Currently logging to: "
|
765 |
-
msgstr "ログ取得中: "
|
766 |
|
767 |
-
#: wp-cache.php:
|
768 |
-
msgid "Fix problems with the plugin by debugging it here. It can
|
769 |
-
msgstr "
|
770 |
|
771 |
-
#: wp-cache.php:
|
772 |
-
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
773 |
-
msgstr "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイルもクリアされてしまいます。"
|
774 |
-
|
775 |
-
#: wp-cache.php:1085
|
776 |
msgid "Debugging"
|
777 |
msgstr "デバッグ"
|
778 |
|
779 |
-
#: wp-cache.php:
|
780 |
-
msgid "Logging Type"
|
781 |
-
msgstr "ログ形式"
|
782 |
-
|
783 |
-
#: wp-cache.php:1086
|
784 |
-
msgid "Email"
|
785 |
-
msgstr "メールアドレス"
|
786 |
-
|
787 |
-
#: wp-cache.php:1087
|
788 |
-
msgid "file"
|
789 |
-
msgstr "ファイル"
|
790 |
-
|
791 |
-
#: wp-cache.php:1088
|
792 |
msgid "IP Address"
|
793 |
msgstr "IP アドレス"
|
794 |
|
795 |
-
#: wp-cache.php:
|
796 |
-
#, php-format
|
797 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
798 |
msgstr "(この IP アドレスからのリクエストだけを記録します。あなたの IP アドレスは %s です)"
|
799 |
|
800 |
-
#: wp-cache.php:
|
801 |
msgid "Log level"
|
802 |
msgstr "ログレベル"
|
803 |
|
804 |
-
#: wp-cache.php:
|
805 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
806 |
msgstr "(1 = 小、5 = 大、大きなサーバーのロードを引き起こすかもしれません)"
|
807 |
|
808 |
-
#: wp-cache.php:
|
809 |
-
msgid "Advanced"
|
810 |
-
msgstr "詳細"
|
811 |
-
|
812 |
-
#: wp-cache.php:1098
|
813 |
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>"
|
814 |
msgstr "とてもまれなケースですが、2 つの問題が発生することがあります:<ol><li>フロントページが zip ファイルとしてダウンロードされることがある</li><li>静的なフロントページを使用していてパーマリンク構造が <em>/%category%/%postname%/</em> の場合にフロントページとして誤ったページがキャッシュされてしまう</li></ol>"
|
815 |
|
816 |
-
#: wp-cache.php:
|
817 |
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."
|
818 |
msgstr "WP Super Cache のバグではないと 99% 思いますし、発生するのはごくごく稀ですが、もし心配なら 5 分ごとにサイトが問題ないか確認するよう簡単なチェックができます。もし問題が発生すればメールが届きます。"
|
819 |
|
820 |
-
#: wp-cache.php:
|
821 |
msgid "Check front page every 5 minutes."
|
822 |
msgstr "5 分ごとにフロントページをチェックする。"
|
823 |
|
824 |
-
#: wp-cache.php:
|
825 |
msgid "Front page text"
|
826 |
msgstr "フロントページテキスト"
|
827 |
|
828 |
-
#: wp-cache.php:
|
829 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
830 |
msgstr "フロントページで検索するテキスト。もしこのテキストがなければキャッシュがクリアされます。無効するにはブランクにしてください。"
|
831 |
|
832 |
-
#: wp-cache.php:
|
833 |
msgid "Clear cache on error."
|
834 |
msgstr "エラー発生時にキャッシュをクリアする。"
|
835 |
|
836 |
-
#: wp-cache.php:
|
837 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
838 |
msgstr "確認時にブログ管理者にメールを送る。(テスト時に有益)"
|
839 |
|
840 |
-
#: wp-cache.php:
|
841 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
842 |
msgstr "エラー: GZIP 圧縮が有効です。wp-cache を使用する場合は無効にしてください。"
|
843 |
|
844 |
-
#: wp-cache.php:
|
845 |
-
#: wp-cache.php:
|
846 |
msgid "Warning"
|
847 |
msgstr "警告"
|
848 |
|
849 |
-
#: wp-cache.php:
|
850 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
851 |
msgstr "WordPress の GZIP 圧縮が有効です。GZIP 圧縮が無効にされるまで wp-cache はバイパスされます。"
|
852 |
|
853 |
-
#: wp-cache.php:
|
854 |
-
#: wp-cache.php:
|
855 |
-
#: wp-cache.php:
|
856 |
-
#: wp-cache.php:
|
857 |
-
#: wp-cache.php:
|
858 |
msgid "Error"
|
859 |
msgstr "エラー "
|
860 |
|
861 |
-
#: wp-cache.php:
|
862 |
-
#, php-format
|
863 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
864 |
msgstr "キャッシュディレクトリ (<strong>$cache_path</strong>) がなく、ウェブサーバーによって作成することもできませんでした。%s のパーミッションを確認してください。"
|
865 |
|
866 |
-
#: wp-cache.php:
|
867 |
-
#, php-format
|
868 |
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."
|
869 |
msgstr "このプラグインを動作させるにはキャッシュディレクトリ (<strong>%1$s</strong>) もしくは <strong>%2$s</strong> に書き込める必要があります。よく確認してください。"
|
870 |
|
871 |
-
#: wp-cache.php:
|
872 |
-
#, php-format
|
873 |
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."
|
874 |
msgstr "WP-Cache 設定ファイル (<strong>%s</strong>) は古いもので、ウェブサーバーによる書き込みを許可していません。このファイルを削除してこのページを再読込みしてください。"
|
875 |
|
876 |
-
#: wp-cache.php:
|
877 |
-
#, php-format
|
878 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
879 |
msgstr "設定ファイルが見つかりません。%1$s ディレクトリ (<strong>%2$s</strong>) がウェブサーバーによる書き込みを許可していません。パーミッションを確認してください。"
|
880 |
|
881 |
-
#: wp-cache.php:
|
882 |
-
#, php-format
|
883 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
884 |
msgstr "WP-Cache の設定サンプルファイル (<strong>%s</strong>) がありません。インストールを確認してください。"
|
885 |
|
886 |
-
#: wp-cache.php:
|
887 |
-
#, php-format
|
888 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
889 |
msgstr "%s/advanced-cache.php</em> がないか、更新できません。"
|
890 |
|
891 |
-
#: wp-cache.php:
|
892 |
msgid "1. If it already exists please delete the file first."
|
893 |
msgstr "1. もしこのファイルがすでにあれば、まず最初にこのファイルを削除してください"
|
894 |
|
895 |
-
#: wp-cache.php:
|
896 |
-
#, php-format
|
897 |
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)"
|
898 |
msgstr "2. ftp やサーバーソフトウェアで chmod コマンドを使用して %1$s を書き込み可能にし、(<em>chmod 777 %1$s</em>) このページを再読込みします。これは一時的な処置で、この後、読み込みのみに再度する必要があります。(前述のコマンドで 777 を 755 に変更します)"
|
899 |
|
900 |
-
#: wp-cache.php:
|
901 |
-
#, php-format
|
902 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
903 |
msgstr "3. <em>%s/advanced-cache.php</em> を更新するためにこのページを再読込みします"
|
904 |
|
905 |
-
#: wp-cache.php:
|
906 |
-
#, php-format
|
907 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
908 |
msgstr "もし動作しなければ <em>%s/advanced-cache.php</em> ファイルが存在するか確認してください:"
|
909 |
|
910 |
-
#: wp-cache.php:
|
911 |
-
#, php-format
|
912 |
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>"
|
913 |
msgstr "<li>1. テキストエディターで <em>%1$s$wp_cache_file</em> を開きます</li><li>2. テキスト <em>CACHEHOME</em> を <em>%2$s</em> に変更します</li><li>3. ファイルを保存し、<em>%3$s</em> へコピーしてこのページを再読込みします</li>"
|
914 |
|
915 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
916 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
917 |
msgstr "<strong>エラー: <code>wp-config.php</code> ファイルの WP_CACHE が有効になっていません</strong>。このプラグインから修正はできません。"
|
918 |
|
919 |
-
#: wp-cache.php:
|
920 |
-
#, php-format
|
921 |
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. "
|
922 |
msgstr "<code>%s</code> を編集して次の行を追加してください:<br /> <code>define('WP_CACHE', true);</code><br />追加しないと WordPress コアによる <strong>WP-Cache の実行ができません</strong>。"
|
923 |
|
924 |
-
#: wp-cache.php:
|
925 |
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."
|
926 |
msgstr "<h3>WP_CACHE 定数の wp-config.php への追加</h3><p>もしこの警告メッセージが表示され続けるのなら、<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> のポイント 5 を参照してください。WP_CACHE の行を上に上げる必要があります。"
|
927 |
|
928 |
-
#: wp-cache.php:
|
929 |
msgid "Cache Contents"
|
930 |
msgstr "キャッシュコンテンツ"
|
931 |
|
932 |
-
#: wp-cache.php:
|
933 |
msgid "Object cache in use. No cache listing available."
|
934 |
msgstr "オブジェクトキャッシュを使用中です。キャッシュリストはありません。"
|
935 |
|
936 |
-
#: wp-cache.php:
|
937 |
-
#, php-format
|
938 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
939 |
msgstr "supercache ファイルを削除しています: <strong>%s</strong><br />"
|
940 |
|
941 |
-
#: wp-cache.php:
|
942 |
-
#, php-format
|
943 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
944 |
msgstr "wp-cache ファイルを削除しています: <strong>%s</strong><br />"
|
945 |
|
946 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
947 |
msgid "WP-Cache"
|
948 |
msgstr "WP-Cache"
|
949 |
|
950 |
-
#: wp-cache.php:
|
951 |
-
#: wp-cache.php:
|
952 |
-
#, php-format
|
953 |
msgid "%s Cached Pages"
|
954 |
msgstr "キャッシュページ数: %s"
|
955 |
|
956 |
-
#: wp-cache.php:
|
957 |
-
#: wp-cache.php:
|
958 |
-
#, php-format
|
959 |
msgid "%s Expired Pages"
|
960 |
msgstr "期限切れページ数: %s"
|
961 |
|
962 |
-
#: wp-cache.php:
|
963 |
msgid "WP-Super-Cache"
|
964 |
msgstr "WP-Super-Cache"
|
965 |
|
966 |
-
#: wp-cache.php:
|
967 |
msgid "Fresh WP-Cached Files"
|
968 |
msgstr "新しい WP-Cache ファイル"
|
969 |
|
970 |
-
#: wp-cache.php:
|
971 |
-
#: wp-cache.php:
|
972 |
-
#: wp-cache.php:
|
973 |
-
#: wp-cache.php:
|
974 |
msgid "URI"
|
975 |
msgstr "URI"
|
976 |
|
977 |
-
#: wp-cache.php:
|
978 |
-
#: wp-cache.php:
|
979 |
msgid "Key"
|
980 |
msgstr "キー"
|
981 |
|
982 |
-
#: wp-cache.php:
|
983 |
-
#: wp-cache.php:
|
984 |
-
#: wp-cache.php:
|
985 |
-
#: wp-cache.php:
|
986 |
msgid "Age"
|
987 |
msgstr "経過時間"
|
988 |
|
989 |
-
#: wp-cache.php:
|
990 |
-
#: wp-cache.php:
|
991 |
-
#: wp-cache.php:
|
992 |
-
#: wp-cache.php:
|
993 |
msgid "Delete"
|
994 |
msgstr "削除 "
|
995 |
|
996 |
-
#: wp-cache.php:
|
997 |
msgid "Stale WP-Cached Files"
|
998 |
msgstr "古い WP-Cache ファイル"
|
999 |
|
1000 |
-
#: wp-cache.php:
|
1001 |
msgid "Fresh Super Cached Files"
|
1002 |
msgstr "新しい Super Cache ファイル"
|
1003 |
|
1004 |
-
#: wp-cache.php:
|
1005 |
msgid "Stale Super Cached Files"
|
1006 |
msgstr "古い Super Cache ファイル"
|
1007 |
|
1008 |
-
#: wp-cache.php:
|
1009 |
msgid "Hide file list"
|
1010 |
msgstr "ファイルリストを隠す"
|
1011 |
|
1012 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
1013 |
msgid "List all cached files"
|
1014 |
msgstr "すべてのキャッシュファイルを表示"
|
1015 |
|
1016 |
-
#: wp-cache.php:
|
1017 |
-
#, php-format
|
1018 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1019 |
msgstr "<strong>ガーベージコレクション</strong><br />最後の GC は <strong>%s</strong> 分前です<br />"
|
1020 |
|
1021 |
-
#: wp-cache.php:
|
1022 |
-
#, php-format
|
1023 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1024 |
msgstr "次の GC は <strong>%s</strong> 分後です"
|
1025 |
|
1026 |
-
#: wp-cache.php:
|
1027 |
-
#, php-format
|
1028 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1029 |
msgstr "期限切れファイルとは %s 秒より古くなったファイルです。こうしたファイルはこのプラグインによってまだ使用されますが、定期的に削除されます。"
|
1030 |
|
1031 |
-
#: wp-cache.php:
|
1032 |
msgid "Delete Expired"
|
1033 |
msgstr "期限切れキャッシュを削除"
|
1034 |
|
1035 |
-
#: wp-cache.php:
|
1036 |
-
#: wp-cache.php:1610
|
1037 |
-
#: wp-cache.php:1769
|
1038 |
-
msgid "Delete Cache"
|
1039 |
-
msgstr "キャッシュを削除"
|
1040 |
-
|
1041 |
-
#: wp-cache.php:1610
|
1042 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1043 |
msgstr "Super Cache のキャッシュファイルを削除する (新しいウインドウで開きます)"
|
1044 |
|
1045 |
-
#: wp-cache.php:
|
1046 |
-
#, php-format
|
1047 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1048 |
msgstr "%1$s は %2$s でキャッシングされているおかげで Digg に耐えられます"
|
1049 |
|
1050 |
-
#: wp-cache.php:
|
1051 |
-
#, php-format
|
1052 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1053 |
msgstr "WP Super Cache の設定が必要です。<a href=\"%s\">管理ページ</a>を開いてこのプラグインの有効化と設定を行なってください。"
|
1054 |
|
1055 |
-
#: wp-cache.php:
|
1056 |
msgid "Settings"
|
1057 |
msgstr "設定"
|
1058 |
|
1059 |
-
#: wp-cache.php:
|
1060 |
-
#, php-format
|
1061 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1062 |
msgstr "WP Super Cache は停止中です。<a href=\"%s\">プラグイン管理ページ</a>を開いてキャッシングを有効にしてください。"
|
1063 |
|
1064 |
-
#: wp-cache.php:
|
1065 |
-
|
|
|
|
|
|
|
1066 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1067 |
msgstr "[%s] フロントページが gzip で圧縮されました ! キャッシュをクリアしてください !"
|
1068 |
|
1069 |
-
#: wp-cache.php:
|
1070 |
-
#, php-format
|
1071 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1072 |
msgstr "フロントページがダウンロードされる状態なので、%s を開いてキャッシュをクリアしてください !"
|
1073 |
|
1074 |
-
#: wp-cache.php:
|
1075 |
-
#, php-format
|
1076 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1077 |
msgstr "[%s] フロントページが gzip 圧縮されました ! キャッシュがクリアされました !"
|
1078 |
|
1079 |
-
#: wp-cache.php:
|
1080 |
-
#, php-format
|
1081 |
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."
|
1082 |
msgstr "フロントページがダウンロードされる状態だったのでブログのキャッシュをクリアしました。%s を開いてキャッシュがクリアされたことを確認してください。"
|
1083 |
|
1084 |
-
#: wp-cache.php:
|
1085 |
-
#, php-format
|
1086 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1087 |
msgstr "[%s] フロントページが不正です ! キャッシュをクリアしてください !"
|
1088 |
|
1089 |
-
#: wp-cache.php:
|
1090 |
-
#, php-format
|
1091 |
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\"!"
|
1092 |
msgstr "フロントページが不正でテキスト \"%2$s\" が見つからないので、%1$s を開いてキャッシュをクリアしてください !"
|
1093 |
|
1094 |
-
#: wp-cache.php:
|
1095 |
-
#, php-format
|
1096 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1097 |
msgstr "[%s] フロントページが不正です ! キャッシュがクリアされました !"
|
1098 |
|
1099 |
-
#: wp-cache.php:
|
1100 |
-
#, php-format
|
1101 |
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."
|
1102 |
msgstr "フロントページにテキスト \"%2$s\" が見つからなかったのでブログのキャッシュをクリアしました。%1$s を開いてキャッシュがクリアされたことを確認してください。"
|
1103 |
|
1104 |
-
#: wp-cache.php:
|
1105 |
-
#, php-format
|
1106 |
msgid "[%s] Front page check!"
|
1107 |
msgstr "[%s] フロントページチェック !"
|
1108 |
|
1109 |
-
#: wp-cache.php:
|
1110 |
-
#, php-format
|
1111 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1112 |
msgstr "WP Super Cache はあなたのブログのフロントページをチェックしました。この機能の使用を停止するには %s を開いてください。"
|
1113 |
|
1114 |
-
|
1115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: ja\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
5 |
+
"POT-Creation-Date: 2011-02-23 17:57:46+00:00\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: JOTAKI, Taisuke <jotaki@digitalcube.jp>\n"
|
8 |
"Language-Team: ja <tekapo@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-Language: Japanese\n"
|
14 |
"X-Poedit-Country: JAPAN\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
|
17 |
+
#: plugins/badbehaviour.php:47
|
18 |
msgid "Bad Behaviour not found. Please check your install."
|
19 |
msgstr "Bad Behaviour が見つかりませんでした。インストールを確認してください。"
|
20 |
|
21 |
+
#: plugins/badbehaviour.php:63
|
22 |
+
msgid "Bad Behavior"
|
23 |
+
msgstr "Bad Behavior"
|
24 |
+
|
25 |
#: plugins/badbehaviour.php:65
|
26 |
+
#: plugins/awaitingmoderation.php:34
|
27 |
+
#: plugins/domain-mapping.php:60
|
28 |
+
#: wp-cache.php:1205
|
29 |
+
msgid "Enabled"
|
30 |
+
msgstr "有効"
|
31 |
|
32 |
+
#: plugins/badbehaviour.php:66
|
33 |
+
#: plugins/awaitingmoderation.php:35
|
34 |
+
#: plugins/domain-mapping.php:61
|
35 |
+
#: wp-cache.php:1205
|
36 |
+
msgid "Disabled"
|
37 |
+
msgstr "無効"
|
38 |
|
39 |
+
#: plugins/badbehaviour.php:68
|
40 |
+
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/\") "
|
41 |
+
msgstr "(レガシーキャッシングのみサポートしています。圧縮が無効になっていて、\"%s/plugins/bad-behavior/\" に <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> が必要です)"
|
42 |
+
|
43 |
+
#: plugins/badbehaviour.php:71
|
44 |
+
#: plugins/awaitingmoderation.php:40
|
45 |
#: plugins/searchengine.php:69
|
46 |
+
#: plugins/domain-mapping.php:66
|
47 |
+
#: wp-cache.php:1552
|
48 |
msgid "enabled"
|
49 |
msgstr "使用中"
|
50 |
|
51 |
+
#: plugins/badbehaviour.php:73
|
52 |
+
#: plugins/awaitingmoderation.php:42
|
53 |
+
#: plugins/searchengine.php:67
|
54 |
+
#: plugins/domain-mapping.php:68
|
55 |
+
msgid "disabled"
|
56 |
+
msgstr "停止中"
|
57 |
|
58 |
+
#: plugins/badbehaviour.php:74
|
59 |
+
msgid "Bad Behavior support is now %s"
|
60 |
+
msgstr "Bad Behavior のサポートは現在%sです。"
|
|
|
61 |
|
62 |
+
#: plugins/badbehaviour.php:76
|
63 |
+
#: plugins/awaitingmoderation.php:45
|
64 |
+
#: plugins/domain-mapping.php:71
|
65 |
+
msgid "Update"
|
66 |
+
msgstr "更新"
|
67 |
|
68 |
+
#: plugins/badbehaviour.php:83
|
69 |
+
#: wp-cache.php:1295
|
70 |
+
#: wp-cache.php:1297
|
71 |
msgid "Warning!"
|
72 |
msgstr "警告 !"
|
73 |
|
74 |
+
#: plugins/awaitingmoderation.php:4
|
75 |
+
msgid "Your comment is awaiting moderation."
|
76 |
+
msgstr "あなたのコメントは管理者の承認待ちです。"
|
77 |
+
|
78 |
+
#: plugins/awaitingmoderation.php:32
|
79 |
+
msgid "Awaiting Moderation"
|
80 |
+
msgstr "承認待ち"
|
81 |
+
|
82 |
+
#: plugins/awaitingmoderation.php:36
|
83 |
+
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
|
84 |
+
msgstr "モデレートされたコメントが残されたときに表示されるテキスト \"あなたのコメントはモデレーション待ちです。\" を取り除くプラグインの有効化もしくは無効化。"
|
85 |
+
|
86 |
+
#: plugins/awaitingmoderation.php:43
|
87 |
+
msgid "Awaiting Moderation is now %s"
|
88 |
+
msgstr "承認待ちは%s件です。"
|
89 |
+
|
90 |
+
#: plugins/searchengine.php:61
|
91 |
+
#: plugins/searchengine.php:76
|
92 |
+
#: wp-cache.php:1218
|
93 |
+
msgid "Disable"
|
94 |
+
msgstr "停止する"
|
95 |
+
|
96 |
#: plugins/searchengine.php:71
|
|
|
97 |
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
98 |
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> プラグインは%sです。"
|
99 |
|
101 |
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
102 |
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> も必要です) "
|
103 |
|
104 |
+
#: plugins/searchengine.php:74
|
105 |
+
#: wp-cache.php:1218
|
106 |
+
msgid "Enable"
|
107 |
+
msgstr "使用する"
|
108 |
+
|
109 |
+
#: plugins/domain-mapping.php:58
|
110 |
+
msgid "Domain Mapping"
|
111 |
+
msgstr "ドメインマッピング"
|
112 |
+
|
113 |
+
#: plugins/domain-mapping.php:63
|
114 |
+
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
|
115 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">ドメインマッピング</a>をサポートしてブログに複数のドメインをマップします。"
|
116 |
+
|
117 |
+
#: plugins/domain-mapping.php:69
|
118 |
+
msgid "Domain Mapping support is now %s"
|
119 |
+
msgstr "ドメインマッピングのサポートは現在%sです。"
|
120 |
+
|
121 |
+
#: plugins/domain-mapping.php:83
|
122 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
123 |
+
msgstr "ドメインマッピングプラグインを検知しました ! Supercache プラグインの設定ページを開いてドメインマッピングのヘルパープラグインを有効化してください。"
|
124 |
+
|
125 |
+
#: ossdl-cdn.php:146
|
126 |
+
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
127 |
+
msgstr "おそらく、あなたのサイトでもたくさんの静的ファイルを使用していると思います。画像、JavaScript、CSS のファイルは通常は静的なファイルで、別サイトもしくはCDN から提供させるようにするのはとても簡単です。そのため、このプラグインでは <code>wp-content</code> と <code>wp-includes</code> ディレクトリ内の PHP ファイルを除くすべてのリンクを以下で指定している URL に入れ替える機能があります。すべての静的コンテンツを専用サーバーにコピーするか、<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a> で CDN にファイルをミラーすることができます。"
|
128 |
+
|
129 |
+
#: ossdl-cdn.php:147
|
130 |
+
#: wp-cache.php:968
|
131 |
+
msgid "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href=\"%2$s\">plugin support forum</a> if you have any queries about this plugin."
|
132 |
+
msgstr "origin pull に頼りたくない場合は、Amazon S3/Cloudfront へのファイルのアップロードをサポートする <a href=\"%1$s\">CDN Sync Tool</a> プラグインが役に立つでしょう。このプラグインに関して質問がある場合は<a href=\"%2$s\">プラグインサポートフォーラム</a>を参照してください。"
|
133 |
+
|
134 |
+
#: ossdl-cdn.php:148
|
135 |
+
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
136 |
+
msgstr "<strong style=\"color: red\">注意:</strong> 変更を保存する前に静的な URL、%s などで CDN サービスが完全に動作していることを確認してください。"
|
137 |
+
|
138 |
+
#: ossdl-cdn.php:149
|
139 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
140 |
+
msgstr "マルチサイトネットワーク上の場合は各サイトに別々の CDN URL を設定することができます。"
|
141 |
+
|
142 |
+
#: ossdl-cdn.php:157
|
143 |
+
msgid "Enable CDN Support"
|
144 |
+
msgstr "CDN サポートを有効化"
|
145 |
+
|
146 |
+
#: ossdl-cdn.php:160
|
147 |
+
msgid "Off-site URL"
|
148 |
+
msgstr "オフサイト URL"
|
149 |
+
|
150 |
+
#: ossdl-cdn.php:163
|
151 |
+
msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
|
152 |
+
msgstr "%1$s の代わりに新しい URL がrewriteに使われます。最後の <code>/</code> は付けないようにしてください。<br />例: <code>%2$s</code>。"
|
153 |
+
|
154 |
+
#: ossdl-cdn.php:167
|
155 |
+
msgid "Include directories"
|
156 |
+
msgstr "含めるディレクトリ"
|
157 |
+
|
158 |
+
#: ossdl-cdn.php:170
|
159 |
+
msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
|
160 |
+
msgstr "静的ファイルマッチングに含むディレクトリです。コンマで区切ってください。デフォルトは <code>wp-content, wp-includes</code> で、この欄が空欄の場合は強制的にこのデフォルトが使用されます。"
|
161 |
+
|
162 |
+
#: ossdl-cdn.php:174
|
163 |
+
msgid "Exclude if substring"
|
164 |
+
msgstr "除外するサブストリング"
|
165 |
+
|
166 |
+
#: ossdl-cdn.php:177
|
167 |
+
msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
|
168 |
+
msgstr "上記文字列にマッチするファイルはrewriteから除外されます。複数の場合は <code>.php, .flv, .do</code> のようにコンマで区切ってください。<code>.php</code> は常に含めてください。(デフォルト)"
|
169 |
+
|
170 |
+
#: ossdl-cdn.php:181
|
171 |
+
msgid "Additional CNAMES"
|
172 |
+
msgstr "追加 CNAME"
|
173 |
+
|
174 |
+
#: ossdl-cdn.php:184
|
175 |
+
msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
|
176 |
+
msgstr "上記 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAME</a> は %1$s の代わりに (さらに上のオフサイト URL に加えて) rewriteで使用されます。複数の場合はコンマで区切ってください。静的ファイルが多数あるページの場合にブラウザーのパフォーマンスを改善できます。CNAME は CDN で設定する必要があるかもしれません。<br />例: %2$s"
|
177 |
+
|
178 |
+
#: ossdl-cdn.php:188
|
179 |
+
msgid "Skip https URLs to avoid \"mixed content\" errors"
|
180 |
+
msgstr "\"mixed content\" エラーを避けるために https の URL をスキップする"
|
181 |
+
|
182 |
+
#: ossdl-cdn.php:192
|
183 |
+
msgid "Save Changes"
|
184 |
+
msgstr "変更を保存"
|
185 |
+
|
186 |
+
#: ossdl-cdn.php:194
|
187 |
+
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
188 |
+
msgstr "CDN 機能は <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a> の <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> によって提供されています。"
|
189 |
+
|
190 |
+
#: wp-cache.php:99
|
191 |
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
192 |
msgstr "wp-super-cache/wp-cache-config-sample.php から %s /wp-cache-config.php を作成してください。"
|
193 |
|
194 |
+
#: wp-cache.php:162
|
|
|
|
|
|
|
|
|
195 |
msgid "Warning! PHP Safe Mode Enabled!"
|
196 |
msgstr "警告 ! PHP セーフモードが有効になっています !"
|
197 |
|
198 |
+
#: wp-cache.php:163
|
199 |
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
200 |
msgstr "セーフモードが有効なため、このプラグインの動作に問題が発生するかもしれません。"
|
201 |
|
202 |
+
#: wp-cache.php:167
|
203 |
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
204 |
msgstr "お使いのサーバーではファイルの読み書きの許可の前に PHP スクリプトのオーナーを確認するように設定されています。"
|
205 |
|
206 |
+
#: wp-cache.php:168
|
|
|
207 |
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."
|
208 |
msgstr "あなたもしくは管理者が、このプラグインスクリプトのグループオーナーをウェブサーバーのユーザーと一致するように変更すれば動作するようになるかもしれません。%s/cache/ ディレクトリのグループオーナーは変更する必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> を参照してください。"
|
209 |
|
210 |
+
#: wp-cache.php:170
|
211 |
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."
|
212 |
msgstr "あなたもしくは管理者がこの機能を無効にする必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> をご覧ください。残念ながら .htaccess ファイル内では無効にできません。php.ini 設定ファイルで無効にする必要があります。"
|
213 |
|
214 |
+
#: wp-cache.php:176
|
215 |
msgid "Permlink Structure Error"
|
216 |
msgstr "パーマリンク構造エラー"
|
217 |
|
218 |
+
#: wp-cache.php:177
|
219 |
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."
|
220 |
msgstr "このプラグインが正しく動作するためにはカスタムな URL (もしくはパーマリンク) 構造が必要です。<a href=\"options-permalink.php\">パーマリンク設定画面</a>を開いてパーマリンクを設定してください。"
|
221 |
|
222 |
+
#: wp-cache.php:189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
224 |
msgstr "警告 ! ホスト名 \"%s\" が %s に設定されています"
|
225 |
|
226 |
+
#: wp-cache.php:190
|
|
|
227 |
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."
|
228 |
msgstr "お使いのサーバーはホスト名が %s に設定されています。このプラグインのガーベージコレクションや WordPress の予約投稿などのサービスが正しく動作しないかもしれません。"
|
229 |
|
230 |
+
#: wp-cache.php:191
|
231 |
+
#: wp-cache.php:205
|
|
|
232 |
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
233 |
msgstr "readme.txt <a href=\"%s\">Troubleshooting section</a> の 16 を参照してください"
|
234 |
|
235 |
+
#: wp-cache.php:204
|
236 |
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."
|
237 |
msgstr "残念ながら WordPress が wp-cron.php ファイルを見つけられません。WordPress による予約投稿やその他の重要な活動だけでなく、このプラグインによるガベージコレクションの正常なオペレーションにもこのスクリプトが不可欠です。"
|
238 |
|
239 |
+
#: wp-cache.php:219
|
240 |
+
msgid "Cannot continue... fix previous problems and retry."
|
241 |
+
msgstr "継続できません…前の問題を修正して再度お試しください。"
|
242 |
+
|
243 |
+
#: wp-cache.php:228
|
244 |
msgid "Zlib Output Compression Enabled!"
|
245 |
msgstr "Zlib アウトプット圧縮を有効にしました !"
|
246 |
|
247 |
+
#: wp-cache.php:229
|
248 |
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."
|
249 |
msgstr "PHP がサイト訪問者に送るデータを圧縮しています。このプラグインは同じページを何度も圧縮するのではなく、圧縮した出力をキャッシュするだけなので、この機能は無効にすることをおすすめします。また、トラブルシューティングの #21 も参考にしてください。 php.ini の修正については「<a href=\"http://php.net/manual/ja/zlib.configuration.php\">実行時設定</a>」の説明をご覧ください。"
|
250 |
|
251 |
+
#: wp-cache.php:233
|
252 |
msgid "Mod rewrite may not be installed!"
|
253 |
msgstr "Mod rewrite がインストールされていないようです !"
|
254 |
|
255 |
+
#: wp-cache.php:234
|
256 |
+
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."
|
257 |
+
msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache 静的ファイルの提供に不可欠です。ただし、レガシーもしくは PHP モードは使用できます。"
|
258 |
|
259 |
+
#: wp-cache.php:239
|
260 |
msgid "Read Only Mode. Configuration cannot be changed."
|
261 |
msgstr "読み込み専用モード。設定は変更できません。"
|
262 |
|
263 |
+
#: wp-cache.php:240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
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."
|
265 |
msgstr "WP Super Cache 設定ファイルは <code>%s/wp-cache-config.php</code> で、変更できません。変更するにはこのファイルにウェブサーバーが書き込みできるようにする必要があります。"
|
266 |
|
267 |
+
#: wp-cache.php:241
|
268 |
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."
|
269 |
msgstr "これを行なう簡単な方法としては、CHMOD コマンドや ftp クライントを使用して一時的に権限を変更する方法があります。グローバルに書き込み可能で問題ないことを確認してください。"
|
270 |
|
271 |
+
#: wp-cache.php:242
|
272 |
#: wp-cache.php:258
|
273 |
+
msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
|
274 |
+
msgstr "ファイルパーミッションの変更は<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">このページ</a>を参考にしてください。"
|
275 |
+
|
276 |
+
#: wp-cache.php:243
|
277 |
msgid "Writeable:"
|
278 |
msgstr "書き込み可能:"
|
279 |
|
280 |
+
#: wp-cache.php:244
|
281 |
msgid "Readonly:"
|
282 |
msgstr "読込みのみ:"
|
283 |
|
284 |
+
#: wp-cache.php:256
|
|
|
285 |
msgid "Warning! %s is writeable!"
|
286 |
msgstr "警告 ! %s が書き込み可能になっています!"
|
287 |
|
288 |
+
#: wp-cache.php:257
|
|
|
289 |
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
290 |
msgstr "%s の権限を変更して、より限定されたものにしてください。ftp クライアントもしくは次のコマンドを使用して修正してください:"
|
291 |
|
292 |
+
#: wp-cache.php:267
|
293 |
+
msgid "Mobile rewrite rules detected"
|
294 |
+
msgstr "モバイル用 rewrite ルールを検知しました"
|
295 |
+
|
296 |
+
#: wp-cache.php:268
|
297 |
+
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."
|
298 |
+
msgstr "パフォーマンスを最大にするには \"モバイル機器サポート\"を使用するか、.htaccess の mobile rewrite ルールを削除してください。\"2.0\\ MMP|240x320\" の 2 行を探して削除してください。"
|
299 |
+
|
300 |
+
#: wp-cache.php:268
|
301 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
302 |
+
msgstr "この機能は通常のユーザーには何も影響ありませんが、モバイルユーザーにはキャッシュされたページを表示します。"
|
303 |
+
|
304 |
+
#: wp-cache.php:274
|
305 |
+
#: wp-cache.php:285
|
306 |
+
msgid "Rewrite rules must be updated"
|
307 |
+
msgstr "Rewrite ルールを更新する必要があります"
|
308 |
+
|
309 |
+
#: wp-cache.php:275
|
310 |
+
#: wp-cache.php:286
|
311 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
312 |
+
msgstr "このプラグインに必要な rewrite ルールが変更されたか無くなっています。"
|
313 |
+
|
314 |
+
#: wp-cache.php:276
|
315 |
+
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):"
|
316 |
+
msgstr "モバイルサポートには .htaccess ファイルにルールを追加する必要があります。もしくはプラグインをレガシーモードに設定します。次のオプションがあります (難しい順):"
|
317 |
+
|
318 |
+
#: wp-cache.php:277
|
319 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
320 |
+
msgstr "レガシーモードに設定し、モバイルサポートを使用します。"
|
321 |
+
|
322 |
+
#: wp-cache.php:278
|
323 |
+
#: wp-cache.php:287
|
324 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
325 |
+
msgstr "詳細設定ページでスクロールダウンして <strong>Mod_Rewrite ルールを更新</strong> ボタンをクリックしてください。"
|
326 |
+
|
327 |
+
#: wp-cache.php:279
|
328 |
+
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."
|
329 |
+
msgstr "%s.htaccess 内の <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれたこのプラグインの mod_rewrite ルールを削除して、ページを再読込みしてプラグインに再生成させてください。"
|
330 |
+
|
331 |
+
#: wp-cache.php:280
|
332 |
+
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)"
|
333 |
+
msgstr "自分でルールを追加する。%s.htaccess を開いて <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれているコードブロックを探します。とてもよく似ているセクションが 2 箇所あります。code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> の下に次の行を追加します: (これを 2 回、各セクションで実施します)"
|
334 |
+
|
335 |
+
#: wp-cache.php:293
|
336 |
+
msgid "Required to serve compressed supercache files properly."
|
337 |
+
msgstr "正しく圧縮された supercache ファイルを提供する必要があります。"
|
338 |
+
|
339 |
+
#: wp-cache.php:293
|
340 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
341 |
+
msgstr "supercache のページでキャッシングの設定が必要です。IE7 ユーザーはこのモジュールがないと古いページを参照します。"
|
342 |
+
|
343 |
+
#: wp-cache.php:293
|
344 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
345 |
+
msgstr "supercached ページで有効期限を設定してください。このモジュールがないと、読者は再読込みしたりコメントを残しても新しいページを参照できないかもしれません。"
|
346 |
+
|
347 |
+
#: wp-cache.php:300
|
348 |
+
msgid "Missing Apache Modules"
|
349 |
+
msgstr "欠けている Apache モジュール"
|
350 |
+
|
351 |
+
#: wp-cache.php:301
|
352 |
+
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."
|
353 |
+
msgstr "次の Apache モジュールが見つかりません。これらのモジュールがなしの場合、レガシーモードで動作します。フル Supercache モードでは、閲覧者は壊れたページや古いデータを閲覧するかもしれません。"
|
354 |
+
|
355 |
+
#: wp-cache.php:459
|
356 |
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."
|
357 |
msgstr "<strong>警告 !</strong> 圧縮を有効にしようとしましたが、<code>zlib.output_compression</code> が有効になっています。readme ファイルのトラブルシューティング #21 を参照してください。"
|
358 |
|
359 |
+
#: wp-cache.php:550
|
360 |
+
msgid "WP Super Cache Settings"
|
361 |
+
msgstr "WP Super Cache 設定"
|
362 |
|
363 |
+
#: wp-cache.php:561
|
364 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
365 |
+
msgstr "お知らせ: <em>Mod_rewrite もしくはレガシーキャッシングが有効になっています</em>。詳細設定ページをデフォルトで表示します。"
|
366 |
|
367 |
+
#: wp-cache.php:572
|
368 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
369 |
+
msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
|
370 |
|
371 |
+
#: wp-cache.php:597
|
372 |
+
msgid "Caching must be enabled to use this feature"
|
373 |
+
msgstr "この機能を利用するにはキャッシングを有効にしてください。"
|
374 |
|
375 |
+
#: wp-cache.php:615
|
376 |
+
#: wp-cache.php:746
|
377 |
+
msgid "Cancel Cache Preload"
|
378 |
+
msgstr "キャッシュプリロードをキャンセル"
|
379 |
|
380 |
+
#: wp-cache.php:623
|
381 |
+
#: wp-cache.php:634
|
382 |
+
msgid "Scheduled preloading of cache cancelled."
|
383 |
+
msgstr "予定されていたキャッシュのプリロードがキャンセルされました。"
|
384 |
|
385 |
+
#: wp-cache.php:660
|
386 |
+
#: wp-cache.php:744
|
387 |
+
msgid "Preload Cache Now"
|
388 |
+
msgstr "キャッシュプリロードをすぐに実行"
|
389 |
|
390 |
+
#: wp-cache.php:664
|
391 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
392 |
+
msgstr "10 秒後にキャッシュのプリロードを開始します。"
|
393 |
|
394 |
+
#: wp-cache.php:669
|
395 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
396 |
+
msgstr "%d 分後にキャッシュのプリロードを開始します。"
|
397 |
|
398 |
+
#: wp-cache.php:673
|
399 |
+
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."
|
400 |
+
msgstr "この機能はこのサイトで公開されているすべての投稿と固定ページをキャッシュします。Super Cache の静的ファイルが生成されるので、訪問者 (botも含む) はキャッシュされたページを閲覧することになります。これにより、ウェブサイトの測定基準のひとつとして「速さ」を採用している Google ランキングの改善に役立つかもしれません。"
|
401 |
|
402 |
+
#: wp-cache.php:674
|
403 |
+
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."
|
404 |
+
msgstr "プリロード機能は大量のファイルを生成します。キャッシュは新しい投稿から先に生成するので、投稿記事がたくさん (1万ページ以上) ある場合は新しい投稿記事だけをキャッシュするようにしてください。これは共有サーバーを使用しているときは特に重要です。"
|
405 |
|
406 |
+
#: wp-cache.php:675
|
407 |
+
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."
|
408 |
+
msgstr "’プリロードモード’ では、定期ガーベージコレクションは既存ユーザー用の古いレガシーファイルのみ削除し、プリロードされた supercache ファイルは削除しません。これはキャッシュがプリロードされたときの推奨設定です。"
|
409 |
+
|
410 |
+
#: wp-cache.php:679
|
411 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
412 |
+
msgstr "プリロードされたキャッシュファイルは %s 分毎にリフレッシュされます。(0 にすると無効、最小 %d 分)"
|
413 |
|
414 |
+
#: wp-cache.php:692
|
415 |
+
msgid "all"
|
416 |
+
msgstr "すべて"
|
417 |
|
418 |
+
#: wp-cache.php:705
|
419 |
+
msgid "Preload %s posts."
|
420 |
+
msgstr "%s 件の投稿をプリロード。"
|
|
|
421 |
|
422 |
+
#: wp-cache.php:712
|
423 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
424 |
+
msgstr "プリロードモード (レガシーなキャッシュファイルに対してのみガーベージコレクションを実行。推奨)"
|
425 |
|
426 |
+
#: wp-cache.php:715
|
427 |
+
msgid "Send me status emails when files are refreshed."
|
428 |
+
msgstr "ファイルリフレッシュ時にステータスメールを送信する。"
|
429 |
|
430 |
+
#: wp-cache.php:720
|
431 |
+
msgid "Many emails, 2 emails per 100 posts."
|
432 |
+
msgstr "メール多数。投稿数 100 につき 2 件のメール。"
|
433 |
|
434 |
+
#: wp-cache.php:723
|
435 |
+
msgid "Medium, 1 email per 100 posts."
|
436 |
+
msgstr "中くらいのメール数。投稿数 100 につき 1 件のメール。"
|
437 |
|
438 |
+
#: wp-cache.php:726
|
439 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
440 |
+
msgstr "メール少数。すべての投稿のプリロードの最初と最後に 1 件づつのメール。"
|
441 |
|
442 |
+
#: wp-cache.php:730
|
443 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
444 |
+
msgstr "キャッシュのリフレッシュは %d 時間 %d 分 %d 秒後です。"
|
445 |
|
446 |
+
#: wp-cache.php:731
|
447 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
448 |
+
msgstr "キャッシュの完全リフレッシュは %d 時間 %d 分 %d 秒後です。"
|
449 |
|
450 |
+
#: wp-cache.php:737
|
451 |
+
msgid "Currently caching from post %d to %d."
|
452 |
+
msgstr "投稿 %d から %d のキャッシュを作成中"
|
453 |
+
|
454 |
+
#: wp-cache.php:741
|
455 |
+
msgid "<strong>Page last cached:</strong> %s"
|
456 |
+
msgstr "<strong>最後にキャッシュされたページ:</strong> %s"
|
457 |
+
|
458 |
+
#: wp-cache.php:744
|
459 |
+
msgid "Update Settings"
|
460 |
+
msgstr "設定を更新"
|
461 |
+
|
462 |
+
#: wp-cache.php:752
|
463 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
464 |
+
msgstr "キャッシュのプリロードは停止しています。レガシーなページキャッシングを無効にするかホスト管理者に伝えてください。"
|
465 |
+
|
466 |
+
#: wp-cache.php:769
|
467 |
+
#: wp-cache.php:865
|
468 |
+
msgid "Caching"
|
469 |
+
msgstr "キャッシング"
|
470 |
+
|
471 |
+
#: wp-cache.php:773
|
472 |
+
msgid "Cache hits to this website for quick access."
|
473 |
+
msgstr "ヒットしたページをキャッシュし、素早くアクセスさせる。"
|
474 |
+
|
475 |
+
#: wp-cache.php:773
|
476 |
+
#: wp-cache.php:774
|
477 |
+
#: wp-cache.php:791
|
478 |
+
#: wp-cache.php:796
|
479 |
+
#: wp-cache.php:799
|
480 |
+
#: wp-cache.php:800
|
481 |
+
#: wp-cache.php:813
|
482 |
+
#: wp-cache.php:868
|
483 |
+
msgid "Recommended"
|
484 |
+
msgstr "推奨"
|
485 |
+
|
486 |
+
#: wp-cache.php:774
|
487 |
+
msgid "Use mod_rewrite to serve cache files."
|
488 |
+
msgstr "キャッシュファイルの提供に mod_rewrite を利用する。"
|
489 |
+
|
490 |
+
#: wp-cache.php:775
|
491 |
+
msgid "Use PHP to serve cache files."
|
492 |
+
msgstr "キャッシュファイルの提供に PHP を利用する。"
|
493 |
+
|
494 |
+
#: wp-cache.php:776
|
495 |
+
msgid "Legacy page caching."
|
496 |
+
msgstr "レガシーなページキャッシング。"
|
497 |
+
|
498 |
+
#: wp-cache.php:777
|
499 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
500 |
+
msgstr "Mod_rewrite が最速で、PHP はほぼ同じ速さで動作させるのがより簡単です。レガシーキャッシングは遅いですが、より柔軟で動作させるのが簡単です。新しいユーザーは PHP キャッシングを利用するようにしてください。"
|
501 |
+
|
502 |
+
#: wp-cache.php:783
|
503 |
+
msgid "Miscellaneous"
|
504 |
+
msgstr "その他"
|
505 |
+
|
506 |
+
#: wp-cache.php:789
|
507 |
+
msgid "Warning! Compression is disabled as gzencode() function not found."
|
508 |
+
msgstr "注意 ! gzencode() 関数が見つからないため圧縮は無効です。"
|
509 |
+
|
510 |
+
#: wp-cache.php:791
|
511 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
512 |
+
msgstr "ページを圧縮し、訪問者により速くページを供給する。"
|
513 |
+
|
514 |
+
#: wp-cache.php:792
|
515 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
516 |
+
msgstr "ホストによっては圧縮されたファイルで問題が発生する場合があるので、デフォルトでは無効にしています。この機能を有効にして無効にすると、キャッシュがクリアされます。"
|
517 |
+
|
518 |
+
#: wp-cache.php:796
|
519 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
520 |
+
msgstr "304 Not Modified ブラウザーキャッシング。最後にリクエストされてから変更がないことを示す。"
|
521 |
+
|
522 |
+
#: wp-cache.php:797
|
523 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
524 |
+
msgstr "304 サポートはデフォルトでは無効にしています。過去に GoDaddy で問題が発生したことがあるためです。"
|
525 |
+
|
526 |
+
#: wp-cache.php:799
|
527 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
528 |
+
msgstr "<acronym title=\"ログイン済みユーザーやコメントしたユーザー\">既知</acronym>のユーザー向けにはページをキャッシュしない。"
|
529 |
+
|
530 |
+
#: wp-cache.php:800
|
531 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
532 |
+
msgstr "キャッシュリビルド。新しいファイルの生成中にこのサイトの登録ユーザー以外のユーザーに supercache のファイルを供給する。"
|
533 |
+
|
534 |
+
#: wp-cache.php:801
|
535 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
536 |
+
msgstr "使用しているサーバーが Digg に耐えられることを誇らしげに表示する (フッターにメッセージを表示する)"
|
537 |
|
538 |
+
#: wp-cache.php:807
|
539 |
+
#: wp-cache.php:1056
|
540 |
+
#: wp-cache.php:1563
|
541 |
+
msgid "Advanced"
|
542 |
+
msgstr "詳細"
|
543 |
|
544 |
+
#: wp-cache.php:811
|
545 |
+
msgid "Mobile device support."
|
546 |
+
msgstr "モバイル機器サポート"
|
547 |
|
548 |
+
#: wp-cache.php:812
|
549 |
+
msgid "Clear all cache files when a post or page is published."
|
550 |
+
msgstr "投稿や固定ページの公開時にすべてのキャッシュファイルを削除する。"
|
551 |
+
|
552 |
+
#: wp-cache.php:813
|
553 |
+
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
554 |
+
msgstr "追加のホームページチェック。(非常にまれにホームページのキャッシングを止めることがあります)"
|
555 |
+
|
556 |
+
#: wp-cache.php:814
|
557 |
+
msgid "Only refresh current page when comments made."
|
558 |
+
msgstr "コメントが投稿されたときに該当のページだけリフレッシュする。"
|
559 |
|
560 |
+
#: wp-cache.php:815
|
561 |
+
msgid "List the newest cached pages on this page."
|
562 |
+
msgstr "キャッシュされた最新のページを一覧表示する。"
|
563 |
+
|
564 |
+
#: wp-cache.php:817
|
565 |
+
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>"
|
566 |
+
msgstr "荒削りなファイルロック。おそらく必要ないですが、使用しているサーバーが非力な場合には役に立つかもしれません。警告 ! <em>まれにですがサーバーを止めてしまうことがあります !</em>"
|
567 |
+
|
568 |
+
#: wp-cache.php:819
|
569 |
+
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
570 |
+
msgstr "遅延 init。WordPress が読み込んだ後にキャッシュされたファイルを表示します。レガシーモードで有益です。"
|
571 |
|
572 |
+
#: wp-cache.php:821
|
573 |
msgid "Use object cache to store cached files."
|
574 |
msgstr "キャッシュファイルの保存にオブジェクトキャッシュを使用する。"
|
575 |
|
576 |
+
#: wp-cache.php:821
|
577 |
msgid "(Experimental)"
|
578 |
msgstr "(実験的)"
|
579 |
|
580 |
+
#: wp-cache.php:828
|
581 |
+
msgid "Note:"
|
582 |
+
msgstr "メモ:"
|
583 |
+
|
584 |
+
#: wp-cache.php:830
|
585 |
+
msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
|
586 |
+
msgstr "アンインストールはプラグインページから行ないます。不要なものは自動的に除去されますが、もし手動での操作が必要な場合は簡単な説明が表示されます。"
|
587 |
+
|
588 |
+
#: wp-cache.php:831
|
589 |
+
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!)"
|
590 |
+
msgstr "このプラグインをアンインストールする場合、<em>%s</em> ディレクトリがウェブサーバーによる書き込みを許可していることを確認してください。許可してあれば <em>advanced-cache.php</em> と <em>cache-config.php</em> は自動的に削除されます。(これらのファイルも書き込み可能になっているかも確認したほうがいいかもしれません !)"
|
591 |
+
|
592 |
+
#: wp-cache.php:832
|
593 |
+
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\"."
|
594 |
+
msgstr "アンインストールの説明は <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> の \"How to uninstall WP Super Cache\" を参照してください。"
|
595 |
+
|
596 |
+
#: wp-cache.php:833
|
597 |
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."
|
598 |
msgstr "お困りですか ? <a href=\"%1$s\">Super Cache readme ファイル</a>を読んでみてください。このファイルにはインストールのドキュメント、よくある質問とその答え、トラブルシューティングのヒントが含まれています。また、<a href=\"%2$s\">サポートフォーラム</a> も利用可能です。あなたの問題の答がすでにあるかもしれません。"
|
599 |
|
600 |
+
#: wp-cache.php:836
|
601 |
+
#: wp-cache.php:883
|
602 |
msgid "Update Status"
|
603 |
msgstr "ステータスを更新"
|
604 |
|
605 |
+
#: wp-cache.php:843
|
606 |
+
msgid "Accepted Filenames & Rejected URIs"
|
607 |
+
msgstr "受け付けるファイル名と除外する URI"
|
608 |
|
609 |
+
#: wp-cache.php:868
|
610 |
+
msgid "Caching On"
|
611 |
+
msgstr "キャッシング利用"
|
612 |
|
613 |
+
#: wp-cache.php:869
|
614 |
+
msgid "Caching Off"
|
615 |
+
msgstr "キャッシング停止"
|
616 |
|
617 |
+
#: wp-cache.php:870
|
618 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
619 |
+
msgstr "メモ: PHP キャッシング、キャッシュリビルド、モバイルサポートを有効化します。"
|
620 |
|
621 |
+
#: wp-cache.php:880
|
622 |
+
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
623 |
+
msgstr "お知らせ: PHP キャッシングが有効化されていますが Supercache mod_rewrite ルールが検知されました。キャッシュされているファイルはこのルールを利用して提供されます。サイトの表示に問題がなければこのメッセージは無視してください。もし問題があれば、WordPress のルートにある .htaccess ファイルを開いて SuperCache のルールを取り除いてください。"
|
624 |
|
625 |
+
#: wp-cache.php:885
|
626 |
+
msgid "Cache Tester"
|
627 |
+
msgstr "キャッシュテスター"
|
628 |
|
629 |
+
#: wp-cache.php:886
|
630 |
+
msgid "Test your cached website by clicking the test button below."
|
631 |
+
msgstr "下のテストボタンをクリックするとキャッシュされたページをテストできます。"
|
|
|
632 |
|
633 |
+
#: wp-cache.php:892
|
634 |
+
msgid "Fetching %s to prime cache: "
|
635 |
+
msgstr "キャッシュを準備するために %s を取得: "
|
|
|
636 |
|
637 |
+
#: wp-cache.php:894
|
638 |
+
#: wp-cache.php:902
|
639 |
+
#: wp-cache.php:910
|
640 |
+
msgid "OK"
|
641 |
+
msgstr "OK"
|
642 |
|
643 |
+
#: wp-cache.php:897
|
644 |
+
msgid "Fetching first copy of %s: "
|
645 |
+
msgstr "%s の最初のコピーを取得中: "
|
646 |
|
647 |
+
#: wp-cache.php:905
|
648 |
+
msgid "Fetching second copy of %s: "
|
649 |
+
msgstr "%s の二つめのコピーを取得中: "
|
650 |
|
651 |
+
#: wp-cache.php:913
|
652 |
+
msgid "One or more page requests failed:"
|
653 |
+
msgstr "ページのリクエストに失敗しました:"
|
654 |
+
|
655 |
+
#: wp-cache.php:932
|
656 |
+
#: wp-cache.php:933
|
657 |
+
msgid "Page %d: %d (%s)"
|
658 |
+
msgstr "ページ %d: %d (%s)"
|
659 |
+
|
660 |
+
#: wp-cache.php:939
|
661 |
+
msgid "Page 1: %s"
|
662 |
+
msgstr "ページ 1: %s"
|
663 |
+
|
664 |
+
#: wp-cache.php:940
|
665 |
+
msgid "Page 2: %s"
|
666 |
+
msgstr "ページ 2: %s"
|
667 |
+
|
668 |
+
#: wp-cache.php:941
|
669 |
+
msgid "The timestamps on both pages match!"
|
670 |
+
msgstr "両方のページのタイムスタンプがマッチしました !"
|
671 |
+
|
672 |
+
#: wp-cache.php:943
|
673 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
674 |
+
msgstr "ページがマッチしません ! タイムスタンプが違うか見つかりません !"
|
675 |
+
|
676 |
+
#: wp-cache.php:950
|
677 |
+
msgid "Send non-secure (non https) request for homepage"
|
678 |
+
msgstr "非セキュア (https ではない) なホームページへのリクエストを送信"
|
679 |
|
680 |
+
#: wp-cache.php:951
|
681 |
+
msgid "Test Cache"
|
682 |
+
msgstr "キャッシュをテスト"
|
683 |
+
|
684 |
+
#: wp-cache.php:955
|
685 |
+
msgid "Delete Cached Pages"
|
686 |
+
msgstr "キャッシュされているページの削除"
|
687 |
+
|
688 |
+
#: wp-cache.php:956
|
689 |
+
msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
|
690 |
+
msgstr "キャシュされたページはお使いのサーバー上に html と PHP ファイルとして保存されます。キャッシュされたページを削除するには下のボタンをクリックしてください。"
|
691 |
+
|
692 |
+
#: wp-cache.php:959
|
693 |
+
#: wp-cache.php:2093
|
694 |
+
#: wp-cache.php:2105
|
695 |
+
#: wp-cache.php:2268
|
696 |
+
msgid "Delete Cache"
|
697 |
+
msgstr "キャッシュを削除"
|
698 |
+
|
699 |
+
#: wp-cache.php:963
|
700 |
+
msgid "Recommended Links and Plugins"
|
701 |
+
msgstr "おすすめのリンクとプラグイン"
|
702 |
+
|
703 |
+
#: wp-cache.php:964
|
704 |
+
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
705 |
+
msgstr "キャッシングはウェブサイトを高速化する手段のひとつに過ぎません。役に立つ他のプラグインをご紹介します:"
|
706 |
+
|
707 |
+
#: wp-cache.php:965
|
708 |
+
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
709 |
+
msgstr "<a href=\"%s\">WP Minify</a> は JavaScript と CSS ファイルを結合させることによりウェブサーバーから送信されるファイルの数を減らします。別の手段としては <a href=\"%s\">WPSCMin</a> があります。これは Supercache のプラグインで、JS/CSS ファイルの結合は行ないませんが、キャッシュされたページを小さくします。"
|
710 |
+
|
711 |
+
#: wp-cache.php:966
|
712 |
+
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
713 |
+
msgstr "<a href=\"%s\">Yahoo! Yslow</a> は Firefox のアドオンの Firebug の拡張機能です。これはウェブページを分析し、ハイパフォーマンスウェブページ用のルールセットをベースにパフォーマンス改善方法を提案します。また、オンラインのパフォーマンスツールの <a href=\"%s\">GTMetrix</a> 試してみるといいでしょう。"
|
714 |
+
|
715 |
+
#: wp-cache.php:967
|
716 |
+
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
717 |
+
msgstr "<a href=\"%s\">Use Google Libraries</a> プラグインにより、一般的に利用されている JavaScript のライブラリのいくつかを Google のウェブサーバーから読み込むようにします。皮肉にも、これにより Yslow のスコアが下がることもあります。"
|
718 |
+
|
719 |
+
#: wp-cache.php:969
|
720 |
+
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
721 |
+
msgstr "<strong>上級者のみ:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control (キャッシングと cache-control によるサイトのスピードアップ)</a> では .htaccess ルールでサイトをよりキャッシュする方法を説明しています。"
|
722 |
+
|
723 |
+
#: wp-cache.php:970
|
724 |
+
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
725 |
+
msgstr "<strong>上級者のみ:</strong> オブジェクトキャッシュのインストール。<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>、もしくは他から選択してください。"
|
726 |
+
|
727 |
+
#: wp-cache.php:981
|
728 |
+
msgid "Make WordPress Faster"
|
729 |
+
msgstr "WordPress を速くする"
|
730 |
+
|
731 |
+
#: wp-cache.php:982
|
732 |
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
733 |
msgstr "%1$s は %2$s と他の多く方の貢献によってメンテナンスされ、開発されています。"
|
734 |
|
735 |
+
#: wp-cache.php:983
|
736 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
737 |
+
msgstr "彼は %1$s でブログを書き、%2$s に写真を投稿しています。"
|
|
|
738 |
|
739 |
+
#: wp-cache.php:984
|
|
|
740 |
msgid "Please say hi to him on %s too!"
|
741 |
msgstr "%s でも彼に一言どうぞ !"
|
742 |
|
743 |
+
#: wp-cache.php:985
|
744 |
+
msgid "Need Help?"
|
745 |
+
msgstr "助けが必要ですか ?"
|
746 |
+
|
747 |
+
#: wp-cache.php:987
|
748 |
+
msgid "<a href=\"%1$s\">Installation Help</a>"
|
749 |
+
msgstr "<a href=\"%1$s\">インストールのヘルプ</a>"
|
750 |
+
|
751 |
+
#: wp-cache.php:988
|
752 |
+
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
753 |
+
msgstr "<a href=\"%1$s\">よくある質問と答え</a>"
|
754 |
+
|
755 |
+
#: wp-cache.php:989
|
756 |
+
msgid "<a href=\"%1$s\">Support Forum</a>"
|
757 |
+
msgstr "<a href=\"%1$s\">サポートフォーラム</a>"
|
758 |
+
|
759 |
+
#: wp-cache.php:991
|
760 |
+
msgid "Rate This Plugin!"
|
761 |
+
msgstr "このプラグインをレーティングしてください !"
|
762 |
+
|
763 |
+
#: wp-cache.php:992
|
764 |
+
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
765 |
+
msgstr "このプラグインを<a href=\"%s\">レーティングして</a>、動作しているかどうかをお知らせください。開発に非常に役立ちます。"
|
766 |
+
|
767 |
+
#: wp-cache.php:1001
|
768 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
769 |
msgstr "%1$s 以降のキャッシュページ : <strong>%2$s</strong>"
|
770 |
|
771 |
+
#: wp-cache.php:1002
|
772 |
msgid "Newest Cached Pages:"
|
773 |
+
msgstr "キャッシュされた最新のページ:"
|
774 |
|
775 |
+
#: wp-cache.php:1006
|
|
|
776 |
msgid "Cached %s seconds ago"
|
777 |
msgstr "%s 秒前にキャッシュされました"
|
778 |
|
779 |
+
#: wp-cache.php:1009
|
780 |
msgid "(may not always be accurate on busy sites)"
|
781 |
msgstr "(アクセスの多いサイトでは必ずしも正確ではないかもしれません)"
|
782 |
|
783 |
+
#: wp-cache.php:1028
|
784 |
+
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."
|
785 |
+
msgstr "キャッシュプラグインは PHP のスクリプトで wp-super-cache フォルダ内の plugins フォルダ内にあります。これは Supercache の読み込み時に読み込まれ、通常の WordPress プラグインよりもかなり早い段階で読み込まれます。"
|
786 |
|
787 |
+
#: wp-cache.php:1029
|
788 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
789 |
+
msgstr "これは厳密に言えば拡張機能だけで、作成には PHP と WordPress アクションの両方の知識が必要です。"
|
790 |
|
791 |
+
#: wp-cache.php:1039
|
792 |
+
msgid "Available Plugins"
|
793 |
+
msgstr "利用可能なプラグイン"
|
|
|
794 |
|
795 |
+
#: wp-cache.php:1056
|
796 |
+
msgid "Easy"
|
797 |
+
msgstr "簡易"
|
798 |
|
799 |
+
#: wp-cache.php:1056
|
800 |
+
msgid "CDN"
|
801 |
+
msgstr "CDN"
|
|
|
802 |
|
803 |
+
#: wp-cache.php:1056
|
804 |
+
msgid "Contents"
|
805 |
+
msgstr "コンテンツ"
|
|
|
806 |
|
807 |
+
#: wp-cache.php:1056
|
808 |
+
msgid "Preload"
|
809 |
+
msgstr "プリロード"
|
810 |
|
811 |
+
#: wp-cache.php:1056
|
812 |
+
msgid "Plugins"
|
813 |
+
msgstr "プラグイン"
|
814 |
|
815 |
+
#: wp-cache.php:1056
|
816 |
+
msgid "Debug"
|
817 |
+
msgstr "デバッグ"
|
818 |
|
819 |
+
#: wp-cache.php:1091
|
820 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
821 |
+
msgstr "お知らせ: WP Super Cache mod_rewrite ルールチェックは、このネットワークの<a href=\"%s\">メインサイト</a>で動作していなければ無効です。"
|
822 |
|
823 |
+
#: wp-cache.php:1100
|
824 |
msgid "Mod Rewrite Rules"
|
825 |
msgstr "Mod Rewrite ルール"
|
826 |
|
827 |
+
#: wp-cache.php:1106
|
828 |
msgid "WordPress MU Detected"
|
829 |
msgstr "WordPress MU を検知しました"
|
830 |
|
831 |
+
#: wp-cache.php:1106
|
832 |
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."
|
833 |
msgstr "残念ながら、WordPress MU が稼働中は rewrite ルールを自動的に更新できません。.htaccess を開いて次の mod_rewrite ルールをこのファイルの中の他のすべてのルールの上に追加してください。"
|
834 |
|
835 |
+
#: wp-cache.php:1108
|
836 |
msgid "Mod Rewrite rules cannot be updated!"
|
837 |
msgstr "Mod Rewrite ルールを更新できません !"
|
838 |
|
839 |
+
#: wp-cache.php:1109
|
|
|
840 |
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:"
|
841 |
msgstr "自動更新を作動させるには <strong>BEGIN</strong> と <strong>END</strong> マーカーが %s.htaccess 内に必ず必要です。これは次のようになっていて、WordPress のメインの mod_rewrite ルールを囲んでいます:"
|
842 |
|
843 |
+
#: wp-cache.php:1111
|
844 |
msgid "Refresh this page when you have updated your .htaccess file."
|
845 |
msgstr " .htaccess ファイルを更新したら、このページを再読込みしてください。"
|
846 |
|
847 |
+
#: wp-cache.php:1115
|
848 |
msgid "Thank you for upgrading."
|
849 |
msgstr "アップグレードありがとうございます。"
|
850 |
|
851 |
+
#: wp-cache.php:1115
|
|
|
852 |
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."
|
853 |
msgstr "mod_rewrite ルールは最後にこのプラグインがインストールされてから変更されています。残念ながら、新しいルールを更新する前に古い supercache のルールを取り除く必要があります。.htaccess ファイルを編集したら、このページを再読込みしてください。もし手動でアップグレードしたいならば、次の行を変更してください: %1$s は次に似ています: %2$s 違いは \"HTTP_COOKIE\" が \"HTTP:Cookie\" になり、\"wordpressuser\" が \"wordpress\" になったことだけです。これは WordPress 2.5 での変更ですが、これ以前のバージョンとの後方互換性があります。もしそれほど古いバージョンを使用する勇気があればの話ですが。"
|
854 |
|
855 |
+
#: wp-cache.php:1119
|
856 |
msgid "Trailing slash check required."
|
857 |
msgstr "最後のスラッシュの確認が必要です。"
|
858 |
|
859 |
+
#: wp-cache.php:1119
|
860 |
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:"
|
861 |
msgstr "あなたのブログの URL は最後が \"/\" になっているようです。残念ながら、このプラグインをインストールした後に重複コンテンツのバグが見つかりました。\"/\" で終わっていない URL は \"/\" で終わっている URL を同じコンテンツとして提供し、正しい URL にリダイレクトしません。これを修正するには .htaccess ファイルを編集してこれら 2 つのルールを Super Cache ルールの 2 つのグループに追加する必要があります。"
|
862 |
|
863 |
+
#: wp-cache.php:1121
|
864 |
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
865 |
msgstr "下の \"mod_rewrite ルールを表示する\" リンクをクリックするとルールを参照して問題ないか確認することができます。"
|
866 |
|
867 |
+
#: wp-cache.php:1135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
868 |
msgid "Mod Rewrite rules updated!"
|
869 |
msgstr "Mod Rewrite ルールを更新しました !"
|
870 |
|
871 |
+
#: wp-cache.php:1136
|
|
|
872 |
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
873 |
msgstr "%s.htaccess が必要な mod_rewrite ルールで更新されました。正しく更新されたか確認してください。次のようになっているはずです:"
|
874 |
|
875 |
+
#: wp-cache.php:1138
|
876 |
msgid "Mod Rewrite rules must be updated!"
|
877 |
msgstr "Mod Rewrite ルールを更新する必要があります !"
|
878 |
|
879 |
+
#: wp-cache.php:1139
|
|
|
880 |
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:"
|
881 |
msgstr "%s.htaccess はウェブサーバーによる書き込みができません。必要な mod_rewrite ルールで更新する必要があります。新しいルールは以下のコードのように通常の WordPress ルールの上に追加します:"
|
882 |
|
883 |
+
#: wp-cache.php:1144
|
|
|
884 |
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."
|
885 |
msgstr "WP Super Cache mod rewrite ルールが %s.htaccess ファイル内に検知されました。<br /> 次のリンクをクリックしてこのファイルに追加された行を確認してください。プラグインをアップグレードをしたのなら、これらのルールがマッチしていることを確認してください。"
|
886 |
|
887 |
+
#: wp-cache.php:1147
|
888 |
+
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."
|
889 |
+
msgstr "現在の .htaccess ファイルと、このプラグインの rewrite ルールに差異が見つかりました。この差異は単純にスペースの数の違いかもしれませんが、できるだけ早くこのファイル内のルールと以下を比較確認してください。’Mod_Rewrite ルールを更新’ をクリックするとこのルールを更新します。"
|
890 |
+
|
891 |
+
#: wp-cache.php:1150
|
892 |
msgid "View Mod_Rewrite Rules"
|
893 |
msgstr "Mod_Rewrite ルールを参照する"
|
894 |
|
895 |
+
#: wp-cache.php:1154
|
896 |
+
#: wp-cache.php:2384
|
897 |
+
msgid "Rules must be added to %s too:"
|
898 |
+
msgstr "ルールは %s にも追加する必要があります:"
|
899 |
+
|
900 |
+
#: wp-cache.php:1162
|
901 |
msgid "Gzip encoding rules in %s.htaccess created."
|
902 |
msgstr "Gzip エンコードルール %s.htaccess に作成されました。"
|
903 |
|
904 |
+
#: wp-cache.php:1169
|
905 |
msgid "Fix Configuration"
|
906 |
msgstr "設定の修正"
|
907 |
|
908 |
+
#: wp-cache.php:1172
|
909 |
msgid "Restore Default Configuration"
|
910 |
msgstr "デフォルト設定を復元"
|
911 |
|
912 |
+
#: wp-cache.php:1180
|
913 |
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
914 |
msgstr "コメントは承認待ちです。表示されるまでしばらく時間がかかるかもしれません。"
|
915 |
|
916 |
+
#: wp-cache.php:1205
|
917 |
msgid "Lock Down:"
|
918 |
msgstr "ロックダウン:"
|
919 |
|
920 |
+
#: wp-cache.php:1206
|
921 |
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."
|
922 |
msgstr "ロックダウンを有効にすることにより、予想されるトラフィックの激増に対してサーバーが対処できるようにします。この機能が有効になると、新しいコメントが投稿されてもキャッシュされた静的ファイルは更新されません。"
|
923 |
|
924 |
+
#: wp-cache.php:1207
|
925 |
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."
|
926 |
msgstr "開発者のみなさんへ: \"WPLOCKDOWN\" 定数をチェックすることにより、あなたのプラグインにロックダウンとの互換性を持たせることができます。次のコードにより、あなたのプラグインが WPLOCKDOWN 設置を考慮するようになります。"
|
927 |
|
928 |
+
#: wp-cache.php:1209
|
929 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
930 |
msgstr "すみませんが、このブログは一時的に停止中です。間もなく更新されます。"
|
931 |
|
932 |
+
#: wp-cache.php:1213
|
933 |
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
934 |
msgstr "WordPress はロックダウンされています。Super Cache の静的ファイルは新しいコメントが投稿されても削除されません。"
|
935 |
|
936 |
+
#: wp-cache.php:1215
|
937 |
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
938 |
msgstr "WordPress はロックダウンされていません。新しいコメントが投稿されると Super Cache の静的ファイルは通常通りにリフレッシュされます。"
|
939 |
|
940 |
+
#: wp-cache.php:1221
|
941 |
msgid "Lock Down"
|
942 |
msgstr "ロックダウン"
|
943 |
|
944 |
+
#: wp-cache.php:1229
|
945 |
msgid "Directly Cached Files"
|
946 |
msgstr "ダイレクトキャッシュファイル"
|
947 |
|
948 |
+
#: wp-cache.php:1287
|
|
|
949 |
msgid "%s removed!"
|
950 |
msgstr "%s 個を削除しました !"
|
951 |
|
952 |
+
#: wp-cache.php:1295
|
|
|
953 |
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."
|
954 |
msgstr "この機能を利用するには %s を書き込み可能にする必要があります。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
955 |
|
956 |
+
#: wp-cache.php:1297
|
|
|
957 |
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
958 |
msgstr "%s を書き込み可能です。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
|
959 |
|
960 |
+
#: wp-cache.php:1311
|
961 |
msgid "Existing direct page"
|
962 |
msgstr "既存のダイレクトページ"
|
963 |
|
964 |
+
#: wp-cache.php:1311
|
965 |
msgid "Delete cached file"
|
966 |
msgstr "キャッシュファイルを削除"
|
967 |
|
968 |
+
#: wp-cache.php:1316
|
969 |
msgid "Add direct page:"
|
970 |
msgstr "ダイレクトページを追加:"
|
971 |
|
972 |
+
#: wp-cache.php:1318
|
|
|
973 |
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."
|
974 |
msgstr "ダイレクトキャッシュファイルはブログのある %s からダイレクトに生成されたファイルです。この機能は Digg やスラッシュドットなど巨大レベルのトラフィックがひとつの投稿やページに集中することが予想されるときだけ役に立ちます。"
|
975 |
|
976 |
+
#: wp-cache.php:1320
|
|
|
977 |
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."
|
978 |
msgstr "例: <em>%1$sabout/</em> をキャッシュするには %1$sabout/ もしくは /about/ を入力します。このキャッシュファイルは次に該当のページに誰かが来た時に生成されます。"
|
979 |
|
980 |
+
#: wp-cache.php:1321
|
981 |
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
982 |
msgstr "ダイレクトページのこのリストから取り除くには、テキストボックスをブランクにしてキャッシュファイルを削除してください。"
|
983 |
|
984 |
+
#: wp-cache.php:1326
|
985 |
msgid "Update Direct Pages"
|
986 |
msgstr "ダイレクトページを更新"
|
987 |
|
988 |
+
#: wp-cache.php:1364
|
989 |
msgid "Expiry Time & Garbage Collection"
|
990 |
msgstr "有効時間とガーベージコレクション"
|
991 |
|
992 |
+
#: wp-cache.php:1366
|
993 |
msgid "Expire time:"
|
994 |
msgstr "有効時間:"
|
995 |
|
996 |
+
#: wp-cache.php:1367
|
997 |
msgid "seconds"
|
998 |
msgstr "秒"
|
999 |
|
1000 |
+
#: wp-cache.php:1368
|
1001 |
msgid "Garbage Collection"
|
1002 |
msgstr "ガーベージコレクション"
|
1003 |
|
1004 |
+
#: wp-cache.php:1368
|
1005 |
+
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."
|
1006 |
msgstr "有効期限が 1800 秒 (30 分) 以上の場合、ガーベージコレクションは 10 分ごとに実行されます。それ以外の場合は期限切れ時間の 10 秒後に実行されます。"
|
1007 |
|
1008 |
+
#: wp-cache.php:1369
|
1009 |
+
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."
|
1010 |
+
msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em>に設定するといいでしょう。いろいろな値でこのページを表示させ、時間帯によってどのくらいの期限切れファイルが残るのかを試してみるといいでしょう。レガシーキャッシュ機能を使用している場合は、できればキャッシュファイルの数は 500 以下になるようにしましょう。mod_rewrite や PHP キャッシングを利用している場合はその何倍ものキャッシュファイルを保持できます。"
|
1011 |
+
|
1012 |
+
#: wp-cache.php:1370
|
1013 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1014 |
+
msgstr "ガーベージコレクションを無効にするには有効時間を 0 秒に設定してください。"
|
1015 |
|
1016 |
+
#: wp-cache.php:1371
|
1017 |
msgid "Change Expiration"
|
1018 |
msgstr "有効時間を変更"
|
1019 |
|
1020 |
+
#: wp-cache.php:1415
|
1021 |
msgid "Rejected User Agents"
|
1022 |
msgstr "除外するユーザーエージェント"
|
1023 |
|
1024 |
+
#: wp-cache.php:1416
|
1025 |
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."
|
1026 |
msgstr "WP-Cache が bot、spider、クローラーのリクエストをキャッシュしないようにする HTTP ’User Agent’ ヘッダー内の文字列です。すでにキャッシュが存在する場合はこれらのエージェントに Super Cache のファイルが送信されます。"
|
1027 |
|
1028 |
+
#: wp-cache.php:1423
|
1029 |
msgid "Save UA Strings"
|
1030 |
msgstr "UA 文字列を保存"
|
1031 |
|
1032 |
+
#: wp-cache.php:1446
|
1033 |
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."
|
1034 |
msgstr "次のページタイプはキャッシュしません。各タイプについての詳細は <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> を参照してください。"
|
1035 |
|
1036 |
+
#: wp-cache.php:1449
|
1037 |
msgid "Single Posts"
|
1038 |
msgstr "シングルページ"
|
1039 |
|
1040 |
+
#: wp-cache.php:1450
|
1041 |
msgid "Pages"
|
1042 |
msgstr "ページ"
|
1043 |
|
1044 |
+
#: wp-cache.php:1451
|
1045 |
msgid "Front Page"
|
1046 |
msgstr "フロントページ"
|
1047 |
|
1048 |
+
#: wp-cache.php:1452
|
1049 |
msgid "Home"
|
1050 |
msgstr "ホーム"
|
1051 |
|
1052 |
+
#: wp-cache.php:1453
|
1053 |
msgid "Archives"
|
1054 |
msgstr "アーカイブ"
|
1055 |
|
1056 |
+
#: wp-cache.php:1454
|
1057 |
msgid "Tags"
|
1058 |
msgstr "タグ"
|
1059 |
|
1060 |
+
#: wp-cache.php:1455
|
1061 |
msgid "Category"
|
1062 |
msgstr "カテゴリー"
|
1063 |
|
1064 |
+
#: wp-cache.php:1456
|
1065 |
msgid "Feeds"
|
1066 |
msgstr "フィード"
|
1067 |
|
1068 |
+
#: wp-cache.php:1457
|
1069 |
msgid "Search Pages"
|
1070 |
msgstr "検索ページ"
|
1071 |
|
1072 |
+
#: wp-cache.php:1459
|
1073 |
+
#: wp-cache.php:1573
|
1074 |
msgid "Save"
|
1075 |
msgstr "保存"
|
1076 |
|
1077 |
+
#: wp-cache.php:1476
|
1078 |
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."
|
1079 |
msgstr "ここにキャッシュしないようにするページの文字列 (ファイル名ではなく) を追加します。例えば、URL に「西暦」を含んでいて昨年の投稿をキャッシュしたくない場合は西暦 ’/2004/’ だけを入力すれば十分です。WP-Chache は URI にその文字列が含まれているか検索し、含まれていた場合はそのページをキャッシュしません。"
|
1080 |
|
1081 |
+
#: wp-cache.php:1482
|
1082 |
msgid "Save Strings"
|
1083 |
msgstr "文字列を保存"
|
1084 |
|
1085 |
+
#: wp-cache.php:1498
|
1086 |
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1087 |
msgstr "上で指定した除外文字列にマッチしてもキャッシュするファイル名をここに追加してください。"
|
1088 |
|
1089 |
+
#: wp-cache.php:1504
|
1090 |
msgid "Save Files"
|
1091 |
msgstr "ファイルを保存"
|
1092 |
|
1093 |
+
#: wp-cache.php:1545
|
1094 |
+
msgid "Currently logging to: %s"
|
1095 |
+
msgstr "現在ログ取得中: %s"
|
|
|
|
|
|
|
|
|
1096 |
|
1097 |
+
#: wp-cache.php:1548
|
1098 |
+
msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
|
1099 |
+
msgstr "このデバッグ設定でプラグインの問題を修正します。キャッシュディレクトリのファイルにログを記録します。"
|
1100 |
|
1101 |
+
#: wp-cache.php:1552
|
|
|
|
|
|
|
|
|
1102 |
msgid "Debugging"
|
1103 |
msgstr "デバッグ"
|
1104 |
|
1105 |
+
#: wp-cache.php:1553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
msgid "IP Address"
|
1107 |
msgstr "IP アドレス"
|
1108 |
|
1109 |
+
#: wp-cache.php:1553
|
|
|
1110 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1111 |
msgstr "(この IP アドレスからのリクエストだけを記録します。あなたの IP アドレスは %s です)"
|
1112 |
|
1113 |
+
#: wp-cache.php:1554
|
1114 |
msgid "Log level"
|
1115 |
msgstr "ログレベル"
|
1116 |
|
1117 |
+
#: wp-cache.php:1560
|
1118 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1119 |
msgstr "(1 = 小、5 = 大、大きなサーバーのロードを引き起こすかもしれません)"
|
1120 |
|
1121 |
+
#: wp-cache.php:1563
|
|
|
|
|
|
|
|
|
1122 |
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>"
|
1123 |
msgstr "とてもまれなケースですが、2 つの問題が発生することがあります:<ol><li>フロントページが zip ファイルとしてダウンロードされることがある</li><li>静的なフロントページを使用していてパーマリンク構造が <em>/%category%/%postname%/</em> の場合にフロントページとして誤ったページがキャッシュされてしまう</li></ol>"
|
1124 |
|
1125 |
+
#: wp-cache.php:1564
|
1126 |
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."
|
1127 |
msgstr "WP Super Cache のバグではないと 99% 思いますし、発生するのはごくごく稀ですが、もし心配なら 5 分ごとにサイトが問題ないか確認するよう簡単なチェックができます。もし問題が発生すればメールが届きます。"
|
1128 |
|
1129 |
+
#: wp-cache.php:1566
|
1130 |
msgid "Check front page every 5 minutes."
|
1131 |
msgstr "5 分ごとにフロントページをチェックする。"
|
1132 |
|
1133 |
+
#: wp-cache.php:1567
|
1134 |
msgid "Front page text"
|
1135 |
msgstr "フロントページテキスト"
|
1136 |
|
1137 |
+
#: wp-cache.php:1567
|
1138 |
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1139 |
msgstr "フロントページで検索するテキスト。もしこのテキストがなければキャッシュがクリアされます。無効するにはブランクにしてください。"
|
1140 |
|
1141 |
+
#: wp-cache.php:1568
|
1142 |
msgid "Clear cache on error."
|
1143 |
msgstr "エラー発生時にキャッシュをクリアする。"
|
1144 |
|
1145 |
+
#: wp-cache.php:1569
|
1146 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1147 |
msgstr "確認時にブログ管理者にメールを送る。(テスト時に有益)"
|
1148 |
|
1149 |
+
#: wp-cache.php:1583
|
1150 |
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1151 |
msgstr "エラー: GZIP 圧縮が有効です。wp-cache を使用する場合は無効にしてください。"
|
1152 |
|
1153 |
+
#: wp-cache.php:1630
|
1154 |
+
#: wp-cache.php:1796
|
1155 |
msgid "Warning"
|
1156 |
msgstr "警告"
|
1157 |
|
1158 |
+
#: wp-cache.php:1630
|
1159 |
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1160 |
msgstr "WordPress の GZIP 圧縮が有効です。GZIP 圧縮が無効にされるまで wp-cache はバイパスされます。"
|
1161 |
|
1162 |
+
#: wp-cache.php:1692
|
1163 |
+
#: wp-cache.php:1697
|
1164 |
+
#: wp-cache.php:1729
|
1165 |
+
#: wp-cache.php:1734
|
1166 |
+
#: wp-cache.php:1740
|
1167 |
msgid "Error"
|
1168 |
msgstr "エラー "
|
1169 |
|
1170 |
+
#: wp-cache.php:1692
|
|
|
1171 |
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1172 |
msgstr "キャッシュディレクトリ (<strong>$cache_path</strong>) がなく、ウェブサーバーによって作成することもできませんでした。%s のパーミッションを確認してください。"
|
1173 |
|
1174 |
+
#: wp-cache.php:1697
|
|
|
1175 |
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."
|
1176 |
msgstr "このプラグインを動作させるにはキャッシュディレクトリ (<strong>%1$s</strong>) もしくは <strong>%2$s</strong> に書き込める必要があります。よく確認してください。"
|
1177 |
|
1178 |
+
#: wp-cache.php:1729
|
|
|
1179 |
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."
|
1180 |
msgstr "WP-Cache 設定ファイル (<strong>%s</strong>) は古いもので、ウェブサーバーによる書き込みを許可していません。このファイルを削除してこのページを再読込みしてください。"
|
1181 |
|
1182 |
+
#: wp-cache.php:1734
|
|
|
1183 |
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1184 |
msgstr "設定ファイルが見つかりません。%1$s ディレクトリ (<strong>%2$s</strong>) がウェブサーバーによる書き込みを許可していません。パーミッションを確認してください。"
|
1185 |
|
1186 |
+
#: wp-cache.php:1740
|
|
|
1187 |
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1188 |
msgstr "WP-Cache の設定サンプルファイル (<strong>%s</strong>) がありません。インストールを確認してください。"
|
1189 |
|
1190 |
+
#: wp-cache.php:1796
|
|
|
1191 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1192 |
msgstr "%s/advanced-cache.php</em> がないか、更新できません。"
|
1193 |
|
1194 |
+
#: wp-cache.php:1797
|
1195 |
msgid "1. If it already exists please delete the file first."
|
1196 |
msgstr "1. もしこのファイルがすでにあれば、まず最初にこのファイルを削除してください"
|
1197 |
|
1198 |
+
#: wp-cache.php:1798
|
|
|
1199 |
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)"
|
1200 |
msgstr "2. ftp やサーバーソフトウェアで chmod コマンドを使用して %1$s を書き込み可能にし、(<em>chmod 777 %1$s</em>) このページを再読込みします。これは一時的な処置で、この後、読み込みのみに再度する必要があります。(前述のコマンドで 777 を 755 に変更します)"
|
1201 |
|
1202 |
+
#: wp-cache.php:1799
|
|
|
1203 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1204 |
msgstr "3. <em>%s/advanced-cache.php</em> を更新するためにこのページを再読込みします"
|
1205 |
|
1206 |
+
#: wp-cache.php:1800
|
|
|
1207 |
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1208 |
msgstr "もし動作しなければ <em>%s/advanced-cache.php</em> ファイルが存在するか確認してください:"
|
1209 |
|
1210 |
+
#: wp-cache.php:1801
|
|
|
1211 |
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>"
|
1212 |
msgstr "<li>1. テキストエディターで <em>%1$s$wp_cache_file</em> を開きます</li><li>2. テキスト <em>CACHEHOME</em> を <em>%2$s</em> に変更します</li><li>3. ファイルを保存し、<em>%3$s</em> へコピーしてこのページを再読込みします</li>"
|
1213 |
|
1214 |
+
#: wp-cache.php:1824
|
1215 |
+
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>"
|
1216 |
+
msgstr "<h3>WP_CACHE 定数が false に設定されています</h3><p>WP_CACHE 定数はキャッシュされたページを提供するためのコードを読み込むために WordPress によって利用される定数です。残念ながらこの定数が false に設定されています。wp-config.php を開いて、最後の require_once コマンドの上に次の行を追加もしくは編集してください。<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1217 |
+
|
1218 |
+
#: wp-cache.php:1826
|
1219 |
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1220 |
msgstr "<strong>エラー: <code>wp-config.php</code> ファイルの WP_CACHE が有効になっていません</strong>。このプラグインから修正はできません。"
|
1221 |
|
1222 |
+
#: wp-cache.php:1827
|
|
|
1223 |
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. "
|
1224 |
msgstr "<code>%s</code> を編集して次の行を追加してください:<br /> <code>define('WP_CACHE', true);</code><br />追加しないと WordPress コアによる <strong>WP-Cache の実行ができません</strong>。"
|
1225 |
|
1226 |
+
#: wp-cache.php:1831
|
1227 |
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."
|
1228 |
msgstr "<h3>WP_CACHE 定数の wp-config.php への追加</h3><p>もしこの警告メッセージが表示され続けるのなら、<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> のポイント 5 を参照してください。WP_CACHE の行を上に上げる必要があります。"
|
1229 |
|
1230 |
+
#: wp-cache.php:1855
|
1231 |
msgid "Cache Contents"
|
1232 |
msgstr "キャッシュコンテンツ"
|
1233 |
|
1234 |
+
#: wp-cache.php:1858
|
1235 |
msgid "Object cache in use. No cache listing available."
|
1236 |
msgstr "オブジェクトキャッシュを使用中です。キャッシュリストはありません。"
|
1237 |
|
1238 |
+
#: wp-cache.php:1882
|
|
|
1239 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1240 |
msgstr "supercache ファイルを削除しています: <strong>%s</strong><br />"
|
1241 |
|
1242 |
+
#: wp-cache.php:1899
|
|
|
1243 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1244 |
msgstr "wp-cache ファイルを削除しています: <strong>%s</strong><br />"
|
1245 |
|
1246 |
+
#: wp-cache.php:1964
|
1247 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1248 |
+
msgstr "キャッシュ統計値は自動的には生成されません。再生成するには下のリンクをクリックしてください。"
|
1249 |
+
|
1250 |
+
#: wp-cache.php:1965
|
1251 |
+
msgid "Regenerate cache stats"
|
1252 |
+
msgstr "キャッシュ状況データを再生成"
|
1253 |
+
|
1254 |
+
#: wp-cache.php:1967
|
1255 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1256 |
+
msgstr "キャッシュ統計値が最後に生成されたのは %s 分前です。"
|
1257 |
+
|
1258 |
+
#: wp-cache.php:1973
|
1259 |
msgid "WP-Cache"
|
1260 |
msgstr "WP-Cache"
|
1261 |
|
1262 |
+
#: wp-cache.php:1974
|
1263 |
+
#: wp-cache.php:1989
|
|
|
1264 |
msgid "%s Cached Pages"
|
1265 |
msgstr "キャッシュページ数: %s"
|
1266 |
|
1267 |
+
#: wp-cache.php:1975
|
1268 |
+
#: wp-cache.php:1994
|
|
|
1269 |
msgid "%s Expired Pages"
|
1270 |
msgstr "期限切れページ数: %s"
|
1271 |
|
1272 |
+
#: wp-cache.php:1988
|
1273 |
msgid "WP-Super-Cache"
|
1274 |
msgstr "WP-Super-Cache"
|
1275 |
|
1276 |
+
#: wp-cache.php:1998
|
1277 |
msgid "Fresh WP-Cached Files"
|
1278 |
msgstr "新しい WP-Cache ファイル"
|
1279 |
|
1280 |
+
#: wp-cache.php:1999
|
1281 |
+
#: wp-cache.php:2015
|
1282 |
+
#: wp-cache.php:2031
|
1283 |
+
#: wp-cache.php:2047
|
1284 |
msgid "URI"
|
1285 |
msgstr "URI"
|
1286 |
|
1287 |
+
#: wp-cache.php:1999
|
1288 |
+
#: wp-cache.php:2015
|
1289 |
msgid "Key"
|
1290 |
msgstr "キー"
|
1291 |
|
1292 |
+
#: wp-cache.php:1999
|
1293 |
+
#: wp-cache.php:2015
|
1294 |
+
#: wp-cache.php:2031
|
1295 |
+
#: wp-cache.php:2047
|
1296 |
msgid "Age"
|
1297 |
msgstr "経過時間"
|
1298 |
|
1299 |
+
#: wp-cache.php:1999
|
1300 |
+
#: wp-cache.php:2015
|
1301 |
+
#: wp-cache.php:2031
|
1302 |
+
#: wp-cache.php:2047
|
1303 |
msgid "Delete"
|
1304 |
msgstr "削除 "
|
1305 |
|
1306 |
+
#: wp-cache.php:2014
|
1307 |
msgid "Stale WP-Cached Files"
|
1308 |
msgstr "古い WP-Cache ファイル"
|
1309 |
|
1310 |
+
#: wp-cache.php:2030
|
1311 |
msgid "Fresh Super Cached Files"
|
1312 |
msgstr "新しい Super Cache ファイル"
|
1313 |
|
1314 |
+
#: wp-cache.php:2046
|
1315 |
msgid "Stale Super Cached Files"
|
1316 |
msgstr "古い Super Cache ファイル"
|
1317 |
|
1318 |
+
#: wp-cache.php:2062
|
1319 |
msgid "Hide file list"
|
1320 |
msgstr "ファイルリストを隠す"
|
1321 |
|
1322 |
+
#: wp-cache.php:2064
|
1323 |
+
msgid "Too many cached files, no listing possible."
|
1324 |
+
msgstr "キャッシュファイルが多すぎるため一覧表示できません。"
|
1325 |
+
|
1326 |
+
#: wp-cache.php:2066
|
1327 |
msgid "List all cached files"
|
1328 |
msgstr "すべてのキャッシュファイルを表示"
|
1329 |
|
1330 |
+
#: wp-cache.php:2072
|
|
|
1331 |
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1332 |
msgstr "<strong>ガーベージコレクション</strong><br />最後の GC は <strong>%s</strong> 分前です<br />"
|
1333 |
|
1334 |
+
#: wp-cache.php:2073
|
|
|
1335 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1336 |
msgstr "次の GC は <strong>%s</strong> 分後です"
|
1337 |
|
1338 |
+
#: wp-cache.php:2076
|
|
|
1339 |
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1340 |
msgstr "期限切れファイルとは %s 秒より古くなったファイルです。こうしたファイルはこのプラグインによってまだ使用されますが、定期的に削除されます。"
|
1341 |
|
1342 |
+
#: wp-cache.php:2087
|
1343 |
msgid "Delete Expired"
|
1344 |
msgstr "期限切れキャッシュを削除"
|
1345 |
|
1346 |
+
#: wp-cache.php:2105
|
|
|
|
|
|
|
|
|
|
|
|
|
1347 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1348 |
msgstr "Super Cache のキャッシュファイルを削除する (新しいウインドウで開きます)"
|
1349 |
|
1350 |
+
#: wp-cache.php:2244
|
|
|
1351 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1352 |
msgstr "%1$s は %2$s でキャッシングされているおかげで Digg に耐えられます"
|
1353 |
|
1354 |
+
#: wp-cache.php:2277
|
|
|
1355 |
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1356 |
msgstr "WP Super Cache の設定が必要です。<a href=\"%s\">管理ページ</a>を開いてこのプラグインの有効化と設定を行なってください。"
|
1357 |
|
1358 |
+
#: wp-cache.php:2283
|
1359 |
msgid "Settings"
|
1360 |
msgstr "設定"
|
1361 |
|
1362 |
+
#: wp-cache.php:2293
|
|
|
1363 |
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1364 |
msgstr "WP Super Cache は停止中です。<a href=\"%s\">プラグイン管理ページ</a>を開いてキャッシングを有効にしてください。"
|
1365 |
|
1366 |
+
#: wp-cache.php:2296
|
1367 |
+
msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
|
1368 |
+
msgstr "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
|
1369 |
+
|
1370 |
+
#: wp-cache.php:2315
|
1371 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1372 |
msgstr "[%s] フロントページが gzip で圧縮されました ! キャッシュをクリアしてください !"
|
1373 |
|
1374 |
+
#: wp-cache.php:2315
|
|
|
1375 |
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1376 |
msgstr "フロントページがダウンロードされる状態なので、%s を開いてキャッシュをクリアしてください !"
|
1377 |
|
1378 |
+
#: wp-cache.php:2318
|
|
|
1379 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1380 |
msgstr "[%s] フロントページが gzip 圧縮されました ! キャッシュがクリアされました !"
|
1381 |
|
1382 |
+
#: wp-cache.php:2318
|
|
|
1383 |
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."
|
1384 |
msgstr "フロントページがダウンロードされる状態だったのでブログのキャッシュをクリアしました。%s を開いてキャッシュがクリアされたことを確認してください。"
|
1385 |
|
1386 |
+
#: wp-cache.php:2325
|
|
|
1387 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1388 |
msgstr "[%s] フロントページが不正です ! キャッシュをクリアしてください !"
|
1389 |
|
1390 |
+
#: wp-cache.php:2325
|
|
|
1391 |
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\"!"
|
1392 |
msgstr "フロントページが不正でテキスト \"%2$s\" が見つからないので、%1$s を開いてキャッシュをクリアしてください !"
|
1393 |
|
1394 |
+
#: wp-cache.php:2328
|
|
|
1395 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1396 |
msgstr "[%s] フロントページが不正です ! キャッシュがクリアされました !"
|
1397 |
|
1398 |
+
#: wp-cache.php:2328
|
|
|
1399 |
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."
|
1400 |
msgstr "フロントページにテキスト \"%2$s\" が見つからなかったのでブログのキャッシュをクリアしました。%1$s を開いてキャッシュがクリアされたことを確認してください。"
|
1401 |
|
1402 |
+
#: wp-cache.php:2333
|
|
|
1403 |
msgid "[%s] Front page check!"
|
1404 |
msgstr "[%s] フロントページチェック !"
|
1405 |
|
1406 |
+
#: wp-cache.php:2333
|
|
|
1407 |
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1408 |
msgstr "WP Super Cache はあなたのブログのフロントページをチェックしました。この機能の使用を停止するには %s を開いてください。"
|
1409 |
|
1410 |
+
#: wp-cache.php:2376
|
1411 |
+
msgid "Cannot update .htaccess"
|
1412 |
+
msgstr ".htaccess を更新できません"
|
1413 |
+
|
1414 |
+
#: wp-cache.php:2376
|
1415 |
+
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."
|
1416 |
+
msgstr "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
|
1417 |
+
|
1418 |
+
#: wp-cache.php:2376
|
1419 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1420 |
+
msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
|
1421 |
+
|
1422 |
+
#: wp-cache.php:2376
|
1423 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1424 |
+
msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
|
1425 |
+
|
1426 |
+
#: wp-cache.php:2380
|
1427 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1428 |
+
msgstr "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
|
1429 |
+
|
1430 |
+
#: wp-cache.php:2381
|
1431 |
+
msgid "You can edit the file yourself add the following rules."
|
1432 |
+
msgstr "このファイルをご自分で編集して次のルールを追加できます。"
|
1433 |
+
|
1434 |
+
#: wp-cache.php:2382
|
1435 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1436 |
+
msgstr "かならず WordPress の既存のルールの前に入れてください。"
|
1437 |
+
|
1438 |
+
#: wp-cache.php:2390
|
1439 |
+
msgid "Update Mod_Rewrite Rules"
|
1440 |
+
msgstr "Mod_Rewrite ルールを更新"
|
1441 |
+
|
1442 |
+
#: wp-cache.php:2515
|
1443 |
+
msgid "[%1$s] Cache Preload Started"
|
1444 |
+
msgstr "[%1$s] キャッシュのプリロードが開始されました"
|
1445 |
+
|
1446 |
+
#: wp-cache.php:2517
|
1447 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1448 |
+
msgstr "[%1$s] %2$d から %3$d の投稿をリフレッシュ中"
|
1449 |
+
|
1450 |
+
#: wp-cache.php:2535
|
1451 |
+
msgid "[%1$s] Cache Preload Stopped"
|
1452 |
+
msgstr "[%1$s] キャッシュプリロード停止"
|
1453 |
+
|
1454 |
+
#: wp-cache.php:2544
|
1455 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1456 |
+
msgstr "[%1$s] %2$d の投稿をリフレッシュ"
|
1457 |
|
1458 |
+
#: wp-cache.php:2544
|
1459 |
+
msgid "Refreshed the following posts:"
|
1460 |
+
msgstr "以下の投稿がリフレッシュされました:"
|
1461 |
+
|
1462 |
+
#: wp-cache.php:2553
|
1463 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1464 |
+
msgstr "次のプレロードリフレッシュは %d 分後の予定です。"
|
1465 |
+
|
1466 |
+
#: wp-cache.php:2563
|
1467 |
+
msgid "[%s] Cache Preload Completed"
|
1468 |
+
msgstr "[%s] キャッシュのプリロードを完了"
|
1469 |
+
|
1470 |
+
#: wp-cache.php:2563
|
1471 |
+
msgid "Cleaning up old supercache files."
|
1472 |
+
msgstr "古い supercache のファイルを片付けています。"
|
1473 |
+
|
1474 |
+
#: wp-cache.php:2605
|
1475 |
+
msgid "[%s] Preload may have stalled."
|
1476 |
+
msgstr "[%s] プリロードは停滞しています。"
|
1477 |
+
|
1478 |
+
#: wp-cache.php:2605
|
1479 |
+
msgid ""
|
1480 |
+
"Preload has been restarted.\n"
|
1481 |
+
"%s"
|
1482 |
+
msgstr ""
|
1483 |
+
"プリロードを再スタートしました。\n"
|
1484 |
+
"%s"
|
1485 |
+
|
1486 |
+
#: wp-cache.php:2648
|
1487 |
+
msgid "Supercache Uninstall Problems"
|
1488 |
+
msgstr "Supercache アンインストール時の問題"
|
1489 |
+
|
1490 |
+
#: wp-cache.php:2648
|
1491 |
+
msgid ""
|
1492 |
+
"Dear User,\n"
|
1493 |
+
"\n"
|
1494 |
+
"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
|
1495 |
+
"in your .htaccess were not.\n"
|
1496 |
+
"\n"
|
1497 |
+
"Please edit the following file and remove the code\n"
|
1498 |
+
"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
|
1499 |
+
"\n"
|
1500 |
+
"%s\n"
|
1501 |
+
"\n"
|
1502 |
+
"Regards,\n"
|
1503 |
+
"WP Super Cache Plugin\n"
|
1504 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1505 |
+
msgstr ""
|
1506 |
+
"ユーザー様へ\n"
|
1507 |
+
"\n"
|
1508 |
+
"あなたのブログから WP Super Cache が削除されましたが、mod_rewrite ルールは\n"
|
1509 |
+
".htaccess から削除されていません。\n"
|
1510 |
+
"\n"
|
1511 |
+
"次のファイルを開いて 'BEGIN WPSuperCache' と 'END WPSuperCache' の\n"
|
1512 |
+
"あいだのコードを取り除いてください。最初にこのファイルのバックアップを忘れずに !\n"
|
1513 |
+
"\n"
|
1514 |
+
"%s\n"
|
1515 |
+
"\n"
|
1516 |
+
"よろしくお願いします。\n"
|
1517 |
+
"WP Super Cache プラグイン\n"
|
1518 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1519 |
+
|
1520 |
+
#~ msgid ""
|
1521 |
+
#~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
|
1522 |
+
#~ "<a href=\"%s\">on the main site</a> of this network."
|
1523 |
+
#~ msgstr ""
|
1524 |
+
#~ "お知らせ: WP Super Cache mod_rewrite ルールチェックは、このネットワークの"
|
1525 |
+
#~ "<a href=\"%s\">メインサイト</a>で動作していなければ無効です。"
|
1526 |
+
|
1527 |
+
#~ msgid "Tester & Contents"
|
1528 |
+
#~ msgstr "テスターとコンテンツ"
|
1529 |
+
|
1530 |
+
#~ msgid ""
|
1531 |
+
#~ "Logging to a file is easier but faces the problem that clearing the cache "
|
1532 |
+
#~ "will clear the log file."
|
1533 |
+
#~ msgstr ""
|
1534 |
+
#~ "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイ"
|
1535 |
+
#~ "ルもクリアされてしまいます。"
|
1536 |
+
|
1537 |
+
#~ msgid "Logging Type"
|
1538 |
+
#~ msgstr "ログ形式"
|
1539 |
+
|
1540 |
+
#~ msgid "Email"
|
1541 |
+
#~ msgstr "メールアドレス"
|
1542 |
+
|
1543 |
+
#~ msgid "file"
|
1544 |
+
#~ msgstr "ファイル"
|
1545 |
+
|
1546 |
+
#~ msgid "WP Super Cache Manager"
|
1547 |
+
#~ msgstr "WP Super Cache 管理画面"
|
1548 |
+
|
1549 |
+
#~ msgid "Why your configuration may not be changed"
|
1550 |
+
#~ msgstr "なぜ設定を変更できないのか"
|
1551 |
+
|
1552 |
+
#~ msgid "Why"
|
1553 |
+
#~ msgstr "なぜ"
|
1554 |
+
|
1555 |
+
#~ msgid "ON"
|
1556 |
+
#~ msgstr "オン"
|
1557 |
+
|
1558 |
+
#~ msgid "WP Cache and Super Cache enabled"
|
1559 |
+
#~ msgstr "WP Cache と Super Cache を使用する"
|
1560 |
+
|
1561 |
+
#~ msgid "HALF ON"
|
1562 |
+
#~ msgstr "ハーフオン"
|
1563 |
+
|
1564 |
+
#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
1565 |
+
#~ msgstr "Super Cache は不使用、古い WP-Cache のキャッシュ機能のみ使用する"
|
1566 |
+
|
1567 |
+
#~ msgid "OFF"
|
1568 |
+
#~ msgstr "オフ"
|
1569 |
+
|
1570 |
+
#~ msgid "WP Cache and Super Cache disabled"
|
1571 |
+
#~ msgstr "WP Cache と Super Cache を使用しない"
|
1572 |
+
|
1573 |
+
#~ msgid ""
|
1574 |
+
#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
|
1575 |
+
#~ "file is being generated. Recommended for <em>very</em> busy websites with "
|
1576 |
+
#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
|
1577 |
+
#~ "obsolete."
|
1578 |
+
#~ msgstr ""
|
1579 |
+
#~ "キャッシュリビルド。新しいファイルの生成中に supercache ファイルを匿名ユー"
|
1580 |
+
#~ "ザーに提供します。<em>とても</em>たくさんアクセスとたくさんのコメントがつ"
|
1581 |
+
#~ "くサイトにおすすめします。\"ダイレクトキャッシュページ\"と \"ロックダウン"
|
1582 |
+
#~ "モード\" はサポートされなくなります。"
|
1583 |
+
|
1584 |
+
#~ msgid ""
|
1585 |
+
#~ "List the newest cached pages (may be expensive to run on busy sites, use "
|
1586 |
+
#~ "with caution.)"
|
1587 |
+
#~ msgstr ""
|
1588 |
+
#~ "新しくキャッシュされたページをリストアップする (アクセスの多いサイトの場合"
|
1589 |
+
#~ "はさらに負荷が上がるかもしれません。注意して使用してください)"
|
1590 |
+
|
1591 |
+
#~ msgid ""
|
1592 |
+
#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
1593 |
+
#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
|
1594 |
+
#~ "\" for whatever amount you want. Every penny helps!"
|
1595 |
+
#~ msgstr ""
|
1596 |
+
#~ "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に"
|
1597 |
+
#~ "買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送って"
|
1598 |
+
#~ "ください ! どんな金額でも助かります !"
|
1599 |
+
|
1600 |
+
#~ msgid ""
|
1601 |
+
#~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
|
1602 |
+
#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
|
1603 |
+
#~ "\">wishlist</a>."
|
1604 |
+
#~ msgstr ""
|
1605 |
+
#~ "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate"
|
1606 |
+
#~ "\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧く"
|
1607 |
+
#~ "ださい。"
|
1608 |
+
|
1609 |
+
#~ msgid "Thanks in advance!"
|
1610 |
+
#~ msgstr "よろしくお願いします !"
|
1611 |
+
|
1612 |
+
#~ msgid ""
|
1613 |
+
#~ "Ok, it won’t go any faster but you’ll make this plugin author "
|
1614 |
+
#~ "very happy!"
|
1615 |
+
#~ msgstr ""
|
1616 |
+
#~ "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになりま"
|
1617 |
+
#~ "す !"
|
1618 |
+
|
1619 |
+
#~ msgid "Don’t show me this again."
|
1620 |
+
#~ msgstr "このお知らせを表示させない。"
|
1621 |
+
|
1622 |
+
#~ msgid "Hide"
|
1623 |
+
#~ msgstr "隠す"
|
1624 |
+
|
1625 |
+
#~ msgid "Super Cache Compression"
|
1626 |
+
#~ msgstr "Super Cache 圧縮"
|
1627 |
+
|
1628 |
+
#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
1629 |
+
#~ msgstr "<em>ハーフオン</em> モードの場合、デフォルトで圧縮を使用します。"
|
1630 |
+
|
1631 |
+
#~ msgid "Super Cache compression is now disabled."
|
1632 |
+
#~ msgstr "Super Cache 圧縮の使用が停止されました。"
|
1633 |
+
|
1634 |
+
#~ msgid "Super Cache compression is now enabled."
|
1635 |
+
#~ msgstr "Super Cache 圧縮の使用が開始されました。"
|
1636 |
+
|
1637 |
+
#~ msgid "Update Compression"
|
1638 |
+
#~ msgstr "圧縮設定の更新"
|
1639 |
+
|
1640 |
+
#~ msgid "Debug Settings"
|
1641 |
+
#~ msgstr "デバッグ設定"
|
1642 |
+
|
1643 |
+
#~ msgid "You must edit the file yourself add the following rules."
|
1644 |
+
#~ msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
|
1645 |
+
|
1646 |
+
#~ msgid ""
|
1647 |
+
#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
|
1648 |
+
#~ msgstr ""
|
1649 |
+
#~ "<a href=\"%s\">WordPress Mobile Edition</a> を使用したモバイル機器のサポー"
|
1650 |
+
#~ "ト"
|
1651 |
+
|
1652 |
+
#~ msgid ""
|
1653 |
+
#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
|
1654 |
+
#~ "\">uninstall script</a> to remove files and directories created by the "
|
1655 |
+
#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
|
1656 |
+
#~ "txt</a> for instructions on uninstalling this script.)"
|
1657 |
+
#~ msgstr ""
|
1658 |
+
#~ "<a href=\"%1$s/wp-super-cache/uninstall.php\">アンインストールスクリプト</"
|
1659 |
+
#~ "a>を使用してアンインストールすると、このプラグインによって作成されたファイ"
|
1660 |
+
#~ "ルとディレクトリを削除します。(詳しくは <a href=\"%1$s/wp-super-cache/"
|
1661 |
+
#~ "readme.txt\">readme.txt</a> をご覧ください)"
|
1662 |
+
|
1663 |
+
#~ msgid ""
|
1664 |
+
#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
1665 |
+
#~ "had more time to read and relax."
|
1666 |
+
#~ msgstr ""
|
1667 |
+
#~ "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラッ"
|
1668 |
+
#~ "クスする時間を<a href=\"%3$s\">欲しがっています</a>。"
|
languages/wp-super-cache-ru_RU.mo
ADDED
Binary file
|
languages/wp-super-cache-ru_RU.po
ADDED
@@ -0,0 +1,1555 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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\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-10-12 22:32+0300\n"
|
12 |
+
"Last-Translator: Elvis <main@fweb.org.ru>\n"
|
13 |
+
"Language-Team: Elvis <main@fweb.org.ru>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Poedit-Language: Russian\n"
|
18 |
+
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
19 |
+
|
20 |
+
#: plugins/awaitingmoderation.php:4
|
21 |
+
msgid "Your comment is awaiting moderation."
|
22 |
+
msgstr "Ваш комментарий ожидает подтверждения."
|
23 |
+
|
24 |
+
#: plugins/awaitingmoderation.php:23
|
25 |
+
#: plugins/awaitingmoderation.php:38
|
26 |
+
#: plugins/badbehaviour.php:47
|
27 |
+
#: plugins/badbehaviour.php:65
|
28 |
+
#: plugins/domain-mapping.php:47
|
29 |
+
#: plugins/domain-mapping.php:62
|
30 |
+
#: plugins/searchengine.php:61
|
31 |
+
#: plugins/searchengine.php:76
|
32 |
+
#: wp-cache.php:1114
|
33 |
+
msgid "Disable"
|
34 |
+
msgstr "Отключить"
|
35 |
+
|
36 |
+
#: plugins/awaitingmoderation.php:29
|
37 |
+
#: plugins/badbehaviour.php:55
|
38 |
+
#: plugins/domain-mapping.php:53
|
39 |
+
#: plugins/searchengine.php:67
|
40 |
+
msgid "disabled"
|
41 |
+
msgstr "отключен"
|
42 |
+
|
43 |
+
#: plugins/awaitingmoderation.php:31
|
44 |
+
#: plugins/badbehaviour.php:57
|
45 |
+
#: plugins/domain-mapping.php:55
|
46 |
+
#: plugins/searchengine.php:69
|
47 |
+
#: wp-cache.php:1460
|
48 |
+
msgid "enabled"
|
49 |
+
msgstr "включен"
|
50 |
+
|
51 |
+
#: plugins/awaitingmoderation.php:33
|
52 |
+
#, php-format
|
53 |
+
msgid "Awaiting Moderation plugin is %s"
|
54 |
+
msgstr "Статус плагина \"Awaiting Moderation\": %s"
|
55 |
+
|
56 |
+
#: plugins/awaitingmoderation.php:34
|
57 |
+
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
58 |
+
msgstr "(убирает текст \"Ваш комментарий ожидает проверки\" когда кто-то размещает комментарий к записи)"
|
59 |
+
|
60 |
+
#: plugins/awaitingmoderation.php:36
|
61 |
+
#: plugins/badbehaviour.php:63
|
62 |
+
#: plugins/domain-mapping.php:60
|
63 |
+
#: plugins/searchengine.php:74
|
64 |
+
#: wp-cache.php:1114
|
65 |
+
msgid "Enable"
|
66 |
+
msgstr "Включить"
|
67 |
+
|
68 |
+
#: plugins/badbehaviour.php:45
|
69 |
+
msgid "Bad Behaviour not found. Please check your install."
|
70 |
+
msgstr "Плагин \"Bad Behaviour\" не был найден. Проверьте, завершили ли Вы его установку."
|
71 |
+
|
72 |
+
#: plugins/badbehaviour.php:60
|
73 |
+
#, php-format
|
74 |
+
msgid "Bad Behaviour support is %s."
|
75 |
+
msgstr "Статус плагина \"Bad Behaviour\": %s. "
|
76 |
+
|
77 |
+
#: plugins/badbehaviour.php:61
|
78 |
+
#, php-format
|
79 |
+
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/\") "
|
80 |
+
msgstr " (данный плагин будет функционировать только в режиме среднего кэширования, отключите сжатие и установите плагин \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" в \"%s/plugins/bad-behavior/\") "
|
81 |
+
|
82 |
+
#: plugins/badbehaviour.php:69
|
83 |
+
#: wp-cache.php:1191
|
84 |
+
#: wp-cache.php:1193
|
85 |
+
msgid "Warning!"
|
86 |
+
msgstr "Внимание!"
|
87 |
+
|
88 |
+
#: plugins/domain-mapping.php:57
|
89 |
+
#, php-format
|
90 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
91 |
+
msgstr "Статус плагина \"<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\": %s"
|
92 |
+
|
93 |
+
#: plugins/domain-mapping.php:58
|
94 |
+
msgid "(support for multiple domains on multisite websites) "
|
95 |
+
msgstr "(поддержка для MU - сервиса блогов)"
|
96 |
+
|
97 |
+
#: plugins/domain-mapping.php:72
|
98 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
99 |
+
msgstr "Обнаружена поддержка сервиса мультиблогов! Чтобы облегчить и ускорить работу плагина, Вам нужно включить поддержку мультиблогов в настройках."
|
100 |
+
|
101 |
+
#: plugins/searchengine.php:71
|
102 |
+
#, php-format
|
103 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
104 |
+
msgstr "Статус плагина \"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\": %s."
|
105 |
+
|
106 |
+
#: plugins/searchengine.php:72
|
107 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
108 |
+
msgstr " (требует установки <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
|
109 |
+
|
110 |
+
#: wp-cache.php:87
|
111 |
+
#, php-format
|
112 |
+
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
113 |
+
msgstr "Пожалуйста, создайте файл %s /wp-cache-config.php из wp-super-cache/wp-cache-config-sample.php"
|
114 |
+
|
115 |
+
#: wp-cache.php:138
|
116 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
117 |
+
msgstr "Внимание! Включен режим PHP Safe Mode!"
|
118 |
+
|
119 |
+
#: wp-cache.php:139
|
120 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
121 |
+
msgstr "При работе с плагином могут возникнуть проблемы, так как PHP Safe Mode включен на Вашем сервере."
|
122 |
+
|
123 |
+
#: wp-cache.php:143
|
124 |
+
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
125 |
+
msgstr "Ваш сервер настроен так, что проверяет владельца для всех PHP скриптов перед тем как разрешить им чтение или запись в файл."
|
126 |
+
|
127 |
+
#: wp-cache.php:144
|
128 |
+
#, php-format
|
129 |
+
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."
|
130 |
+
msgstr "Вы или Администратор можете исправить ошибки, изменив группу владельца скриптов плагина через настройки веб-сервера. Также нужно изменить владельца для папки %s/cache/. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.)."
|
131 |
+
|
132 |
+
#: wp-cache.php:146
|
133 |
+
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."
|
134 |
+
msgstr "Вы или Администратор должны отключить это. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.). Данные настройки НЕ могут быть отключены через файл .htaccess, для решения проблемы нужно редактировать php.ini в настройках веб-сервера."
|
135 |
+
|
136 |
+
#: wp-cache.php:152
|
137 |
+
msgid "Permlink Structure Error"
|
138 |
+
msgstr "Ошибка структуры ссылок"
|
139 |
+
|
140 |
+
#: wp-cache.php:153
|
141 |
+
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."
|
142 |
+
msgstr "Для корректной работы плагина необходима корректная настройка структуры ссылок. Чтобы настроить их, посетите страницу <a href=\"options-permalink.php\">Постоянные ссылки</a>."
|
143 |
+
|
144 |
+
#: wp-cache.php:165
|
145 |
+
#, php-format
|
146 |
+
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
147 |
+
msgstr "Внимание! Ваше hostname \"%s\" преобразовано в %s"
|
148 |
+
|
149 |
+
#: wp-cache.php:166
|
150 |
+
#, php-format
|
151 |
+
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."
|
152 |
+
msgstr "Ваш веб-сервер решил, что hostname изменено на %s. Некоторые опции плагина (например, \"Очистка мусора\") и сам WordPress могут работать некорректно."
|
153 |
+
|
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 "Чтобы узнать больше, посетите раздел 16 в <a href=\"%s\">Описании проблем</a> в файле readme.txt (на англ.)"
|
159 |
+
|
160 |
+
#: wp-cache.php:180
|
161 |
+
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."
|
162 |
+
msgstr "К сожалению, файл wp-cron.php не был обнаружен. Этот скрипт необходим для корректной работы опциии \"Очистка мусора\" и самого WordPress."
|
163 |
+
|
164 |
+
#: wp-cache.php:195
|
165 |
+
msgid "Cannot continue... fix previous problems and retry."
|
166 |
+
msgstr "Невозможно продолжить... прежде чем повторить попытку, исправьте предыдущие ошибки."
|
167 |
+
|
168 |
+
#: wp-cache.php:204
|
169 |
+
msgid "Zlib Output Compression Enabled!"
|
170 |
+
msgstr "Сжатие Zlib Output включено!"
|
171 |
+
|
172 |
+
#: wp-cache.php:205
|
173 |
+
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."
|
174 |
+
msgstr "PHP использует сжатие для сжатых страницы Вашего сайта. Отключение данной опции рекомендуется, чтобы избежать многократного сжатия страниц плагином. Узнать больше, посетив раздел 16 в \"Описание проблем\" в файле readme.txt (на англ.). Также ознакомьтесь с <a href=\"http://php.net/manual/en/zlib.configuration.php\">этой страницей</a> (на англ.) по php.ini."
|
175 |
+
|
176 |
+
#: wp-cache.php:209
|
177 |
+
msgid "Mod rewrite may not be installed!"
|
178 |
+
msgstr "Кажется, модуль mod_rewrite не установлен!"
|
179 |
+
|
180 |
+
#: wp-cache.php:210
|
181 |
+
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."
|
182 |
+
msgstr "Возникла ошибка, связанная с тем, что модуль mod_rewrite отсутствует или не установлен. Пожалуйста, проверьте наличие модуля mod_rewrite в конфигурациях сервера. Модуль необходим для корректной работы плагина с статичными файлами. Без подключенного mod_rewrite Вы можете использовать только режимы с поддержкой PHP или среднее кэширование."
|
183 |
+
|
184 |
+
#: wp-cache.php:215
|
185 |
+
msgid "Read Only Mode. Configuration cannot be changed."
|
186 |
+
msgstr "Режим \"только_чтение\". Настройки не могут быть изменены."
|
187 |
+
|
188 |
+
#: wp-cache.php:216
|
189 |
+
#, php-format
|
190 |
+
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."
|
191 |
+
msgstr "Конфигурационный файл плагина WP Super Cache <code>%s/wp-cache-config.php</code> не может быть изменен. Чтобы продолжить, Вы должны установить права на запись для файла."
|
192 |
+
|
193 |
+
#: wp-cache.php:217
|
194 |
+
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."
|
195 |
+
msgstr "Самый простой способ исправить это - изменить права доступа, используя CHMOD, через FTP-клиент. Достаточно установить глобальные права на запись."
|
196 |
+
|
197 |
+
#: wp-cache.php:218
|
198 |
+
msgid "Writeable:"
|
199 |
+
msgstr "Доступно для записи:"
|
200 |
+
|
201 |
+
#: wp-cache.php:219
|
202 |
+
msgid "Readonly:"
|
203 |
+
msgstr "Только чтение:"
|
204 |
+
|
205 |
+
#: wp-cache.php:231
|
206 |
+
#, php-format
|
207 |
+
msgid "Warning! %s is writeable!"
|
208 |
+
msgstr "Внимание! Папка %s доступна для записи!"
|
209 |
+
|
210 |
+
#: wp-cache.php:232
|
211 |
+
#, php-format
|
212 |
+
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
213 |
+
msgstr "Вы должны изменить права на папку %s. Чтобы сделать это - воспользуйтесь FTP-клиентом или следующей командой:"
|
214 |
+
|
215 |
+
#: wp-cache.php:240
|
216 |
+
msgid "Mobile rewrite rules detected"
|
217 |
+
msgstr "Обнаружена поддержка мобильных устройств"
|
218 |
+
|
219 |
+
#: wp-cache.php:241
|
220 |
+
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."
|
221 |
+
msgstr "Для более продуктивной работы сайта, Вам стоит включить опцию \"Поддержка мобильных устройств\" или удалить эту запись из правил в .htaccess. Найдите следующий текст (две строчки) \"2.0\\ MMP|240x320\" и удалите его."
|
222 |
+
|
223 |
+
#: wp-cache.php:241
|
224 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
225 |
+
msgstr "На Ваших обычных посетителях это никак не отразится, а вот использующие мобильные устройства для веб-серфинга не будут получать кэшированные страницы (если опция отключена)."
|
226 |
+
|
227 |
+
#: wp-cache.php:247
|
228 |
+
#: wp-cache.php:258
|
229 |
+
msgid "Rewrite rules must be updated"
|
230 |
+
msgstr "Права на запись должны быть обновлены"
|
231 |
+
|
232 |
+
#: wp-cache.php:248
|
233 |
+
#: wp-cache.php:259
|
234 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
235 |
+
msgstr "Необходимые для работы плагина права были изменены или отсуствуют."
|
236 |
+
|
237 |
+
#: wp-cache.php:249
|
238 |
+
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):"
|
239 |
+
msgstr "Поддержка блогом мобильных устройств требует присутствия особых правил в файле .htaccess, иначе Вы не сможете использовать эту опцию. Ниже представлены возможые способы (в порядке сложности):"
|
240 |
+
|
241 |
+
#: wp-cache.php:250
|
242 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
243 |
+
msgstr "Переведите плагин в режим среднего кэширования и включите поддержку мобмльных устройств."
|
244 |
+
|
245 |
+
#: wp-cache.php:251
|
246 |
+
#: wp-cache.php:260
|
247 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
248 |
+
msgstr "Прокрутите страницу вниз и нажмите кнопку <strong>Обновить правила Mod_Rewrite</strong>."
|
249 |
+
|
250 |
+
#: wp-cache.php:252
|
251 |
+
#, php-format
|
252 |
+
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."
|
253 |
+
msgstr "Удалите все правила mod_rewrite из файла %s.htaccess, между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code> и обновите страницу (восстановление правил запустится автоматически)."
|
254 |
+
|
255 |
+
#: wp-cache.php:253
|
256 |
+
#, php-format
|
257 |
+
msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
|
258 |
+
msgstr "Добавьте правила самостоятельно. Для этого откройте в редакторе файл %s.htaccess и найдите код между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code>. Вы увидите два похожих блока кода. Сразу после строки <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> добавьте следующее (таких строк две, добавьте код и после второй):"
|
259 |
+
|
260 |
+
#: wp-cache.php:266
|
261 |
+
msgid "Required to serve compressed supercache files properly."
|
262 |
+
msgstr "Необходимо для правильного сжатия файлов."
|
263 |
+
|
264 |
+
#: wp-cache.php:266
|
265 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
266 |
+
msgstr "Необходимо настроить кэширование на странице плагина. Пользователи браузера IE7 будут видеть необновленные страницы из кэша без поддержки данного модуля."
|
267 |
+
|
268 |
+
#: wp-cache.php:266
|
269 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
270 |
+
msgstr "Установите дату истечения актуальности страниц. Пользователи могут не увидеть новую версию кэшированной страницы без данного модуля."
|
271 |
+
|
272 |
+
#: wp-cache.php:273
|
273 |
+
msgid "Missing Apache Modules"
|
274 |
+
msgstr "Отсутствующие модули Apache"
|
275 |
+
|
276 |
+
#: wp-cache.php:274
|
277 |
+
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."
|
278 |
+
msgstr "Следующие модули Apache отсутствуют на Вашем сервере. Без них плагин сможет работать только в режиме среднего кэширования. В режиме с поддержкой Super Cache Ваши пользователи могут видеть поврежденные страницы или просроченные их копии."
|
279 |
+
|
280 |
+
#: wp-cache.php:413
|
281 |
+
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."
|
282 |
+
msgstr "<strong>Внимание!</strong> Вы пытаетесь включить сжатие, но модуль <code>zlib.output_compression</code> отключен. Смотрите пункт номер 21 раздела \"Описание проблем\" в файле readme.txt (на англ.)"
|
283 |
+
|
284 |
+
#: wp-cache.php:501
|
285 |
+
msgid "WP Super Cache Settings"
|
286 |
+
msgstr "Настройки WP Super Cache"
|
287 |
+
|
288 |
+
#: wp-cache.php:512
|
289 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
290 |
+
msgstr "Важно: <em>Mod_rewrite или Legacy caching отключены</em>. По умолчанию будет загружаться страница \"Настройки\"."
|
291 |
+
|
292 |
+
#: wp-cache.php:523
|
293 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
294 |
+
msgstr "Файл конфигураций был изменен, некоторые настройки не соответствуют требованиям плагина. Посетите страницу \"Настройки\" чтобы исправить это."
|
295 |
+
|
296 |
+
#: wp-cache.php:540
|
297 |
+
#: wp-cache.php:614
|
298 |
+
msgid "Caching must be enabled to use this feature"
|
299 |
+
msgstr "Кэширование должно быть включено, если Вы хотите использовать данную опцию"
|
300 |
+
|
301 |
+
#: wp-cache.php:542
|
302 |
+
msgid "Cache Tester"
|
303 |
+
msgstr "Проверка кэширования"
|
304 |
+
|
305 |
+
#: wp-cache.php:543
|
306 |
+
msgid "Test your cached website by clicking the test button below."
|
307 |
+
msgstr "Проверьте настройки кэширования своего блога нажатием одной кнопки."
|
308 |
+
|
309 |
+
#: wp-cache.php:550
|
310 |
+
#, php-format
|
311 |
+
msgid "Fetching %s to prime cache: "
|
312 |
+
msgstr "Проверка страницы %s в кэше: "
|
313 |
+
|
314 |
+
#: wp-cache.php:552
|
315 |
+
#: wp-cache.php:559
|
316 |
+
#: wp-cache.php:566
|
317 |
+
msgid "OK"
|
318 |
+
msgstr "ЕСТЬ"
|
319 |
+
|
320 |
+
#: wp-cache.php:557
|
321 |
+
#, php-format
|
322 |
+
msgid "Fetching first copy of %s: "
|
323 |
+
msgstr "Проверка первой копии %s: "
|
324 |
+
|
325 |
+
#: wp-cache.php:564
|
326 |
+
#, php-format
|
327 |
+
msgid "Fetching second copy of %s: "
|
328 |
+
msgstr "Проверка второй копии %s: "
|
329 |
+
|
330 |
+
#: wp-cache.php:570
|
331 |
+
msgid "One or more page requests failed:"
|
332 |
+
msgstr "При работе с кэшем произошли ошибки:"
|
333 |
+
|
334 |
+
#: wp-cache.php:589
|
335 |
+
#: wp-cache.php:590
|
336 |
+
#, php-format
|
337 |
+
msgid "Page %d: %d (%s)"
|
338 |
+
msgstr "Страница %d: %d (%s)"
|
339 |
+
|
340 |
+
#: wp-cache.php:596
|
341 |
+
#, php-format
|
342 |
+
msgid "Page 1: %s"
|
343 |
+
msgstr "Страница 1: %s"
|
344 |
+
|
345 |
+
#: wp-cache.php:597
|
346 |
+
#, php-format
|
347 |
+
msgid "Page 2: %s"
|
348 |
+
msgstr "Страница 2: %s"
|
349 |
+
|
350 |
+
#: wp-cache.php:598
|
351 |
+
msgid "The timestamps on both pages match!"
|
352 |
+
msgstr "Временные штампы обоих вариантов страницы совпадают!"
|
353 |
+
|
354 |
+
#: wp-cache.php:600
|
355 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
356 |
+
msgstr "Страницы не совпадают! Временной штамп отличается или не был найден!"
|
357 |
+
|
358 |
+
#: wp-cache.php:606
|
359 |
+
msgid "Send non-secure (non https) request for homepage"
|
360 |
+
msgstr "Отправить незащищенный (не по https) запрос для главной страницы"
|
361 |
+
|
362 |
+
#: wp-cache.php:607
|
363 |
+
msgid "Test Cache"
|
364 |
+
msgstr "Проверить"
|
365 |
+
|
366 |
+
#: wp-cache.php:632
|
367 |
+
#: wp-cache.php:755
|
368 |
+
msgid "Cancel Cache Preload"
|
369 |
+
msgstr "Отменить общее кэширование"
|
370 |
+
|
371 |
+
#: wp-cache.php:638
|
372 |
+
msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
|
373 |
+
msgstr "Общее кэширование по расписанию отключено. Если служба сейчас запущена, она не будет завершена пока текущие 100 страниц не кэшированы."
|
374 |
+
|
375 |
+
#: wp-cache.php:649
|
376 |
+
msgid "Scheduled preloading of cache cancelled."
|
377 |
+
msgstr "Общее кэширование по расписанию отключено."
|
378 |
+
|
379 |
+
#: wp-cache.php:675
|
380 |
+
#: wp-cache.php:753
|
381 |
+
msgid "Preload Cache Now"
|
382 |
+
msgstr "Создать общий кэш сейчас"
|
383 |
+
|
384 |
+
#: wp-cache.php:678
|
385 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
386 |
+
msgstr "Общее кэширование произойдет через 10 секунд."
|
387 |
+
|
388 |
+
#: wp-cache.php:682
|
389 |
+
#, php-format
|
390 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
391 |
+
msgstr "Общее кэширование произойдет через %d минут"
|
392 |
+
|
393 |
+
#: wp-cache.php:686
|
394 |
+
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."
|
395 |
+
msgstr "При активации общего кэширования, будет создана копия для каждой записи и страницы Вашего блога. В этом режиме создаются статичные страницы, которые затем будут видеть \"неопознанные\" посетители (например, поисковые боты и другие). Это может помочь в улучшении уровня PR Google, так как в основе их алгоритма лежит и скорость отклика веб-сайта."
|
396 |
+
|
397 |
+
#: wp-cache.php:687
|
398 |
+
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."
|
399 |
+
msgstr "Однако, при использовании данного вида кэша создается намного больше файлов. Рекомендуется использовать такой тип, если у Вас очень много записей (10 тысяч и более) на блоге. Особенно это важно, если Вы пользуетесь услугами виртуального хостинга."
|
400 |
+
|
401 |
+
#: wp-cache.php:688
|
402 |
+
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."
|
403 |
+
msgstr "В режиме ’Общего кэширования’ запланированная очистка мусора будет удалять только кэш записей простого типа (кэш из Super Cache не будет удален). Данная настройка рекомендована для использования."
|
404 |
+
|
405 |
+
#: wp-cache.php:692
|
406 |
+
#, php-format
|
407 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
408 |
+
msgstr "Обновлять общий кэш каждые %s минут (введите 0, чтобы отключить, минимальное допустимое кол-во минут %d)."
|
409 |
+
|
410 |
+
#: wp-cache.php:705
|
411 |
+
msgid "all"
|
412 |
+
msgstr "весь"
|
413 |
+
|
414 |
+
#: wp-cache.php:718
|
415 |
+
#, php-format
|
416 |
+
msgid "Preload %s posts."
|
417 |
+
msgstr "Кэшировать %s записи."
|
418 |
+
|
419 |
+
#: wp-cache.php:725
|
420 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
421 |
+
msgstr "Предварительный режим (очистка мусора работает не полностью, опция рекомендована к включению.)"
|
422 |
+
|
423 |
+
#: wp-cache.php:728
|
424 |
+
msgid "Send me status emails when files are refreshed."
|
425 |
+
msgstr "Отправлять мне сообщения с уведомлениями об обновлении кэша."
|
426 |
+
|
427 |
+
#: wp-cache.php:733
|
428 |
+
msgid "Many emails, 2 emails per 100 posts."
|
429 |
+
msgstr "Высокий уровень: 2 сообщения на 100 записей."
|
430 |
+
|
431 |
+
#: wp-cache.php:736
|
432 |
+
msgid "Medium, 1 email per 100 posts."
|
433 |
+
msgstr "Средний уровень: 1 сообщение на 100 записей."
|
434 |
+
|
435 |
+
#: wp-cache.php:739
|
436 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
437 |
+
msgstr "Низкий уровень: 1 e-mail в начале и 1 в конце кэширования."
|
438 |
+
|
439 |
+
#: wp-cache.php:743
|
440 |
+
#, php-format
|
441 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
442 |
+
msgstr "Обновление кэша через %d ч %d мин и %d сек."
|
443 |
+
|
444 |
+
#: wp-cache.php:744
|
445 |
+
#, php-format
|
446 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
447 |
+
msgstr "Полное кэширование проихойдет через %d ч %d мин и %d сек."
|
448 |
+
|
449 |
+
#: wp-cache.php:750
|
450 |
+
#, php-format
|
451 |
+
msgid "Currently caching from post %d to %d."
|
452 |
+
msgstr "В данный моменты кэшируются записи с %d по %d."
|
453 |
+
|
454 |
+
#: wp-cache.php:753
|
455 |
+
msgid "Update Settings"
|
456 |
+
msgstr "Обновить настройки"
|
457 |
+
|
458 |
+
#: wp-cache.php:761
|
459 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
460 |
+
msgstr "Общее кэширование отключено. Пожалуйста, включите полный режим работы плагина или обратитесь к администратору сервера."
|
461 |
+
|
462 |
+
#: wp-cache.php:776
|
463 |
+
#: wp-cache.php:865
|
464 |
+
msgid "Caching"
|
465 |
+
msgstr "Статус кэширования"
|
466 |
+
|
467 |
+
#: wp-cache.php:780
|
468 |
+
msgid "Cache hits to this website for quick access."
|
469 |
+
msgstr "Кэшировать хиты сайта для ускорения доступа."
|
470 |
+
|
471 |
+
#: wp-cache.php:780
|
472 |
+
#: wp-cache.php:781
|
473 |
+
#: wp-cache.php:795
|
474 |
+
#: wp-cache.php:799
|
475 |
+
#: wp-cache.php:802
|
476 |
+
#: wp-cache.php:803
|
477 |
+
#: wp-cache.php:868
|
478 |
+
msgid "Recommended"
|
479 |
+
msgstr "Рекомендовано"
|
480 |
+
|
481 |
+
#: wp-cache.php:781
|
482 |
+
msgid "Use mod_rewrite to serve cache files."
|
483 |
+
msgstr "Использовать mod_rewrite для обслуживания кэша."
|
484 |
+
|
485 |
+
#: wp-cache.php:782
|
486 |
+
msgid "Use PHP to serve cache files."
|
487 |
+
msgstr "Использовать PHP для обслуживания кэша."
|
488 |
+
|
489 |
+
#: wp-cache.php:783
|
490 |
+
msgid "Legacy page caching."
|
491 |
+
msgstr "Упрощенное кэширование."
|
492 |
+
|
493 |
+
#: wp-cache.php:784
|
494 |
+
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."
|
495 |
+
msgstr "Использование mod_rewrite поможет сделать работу блога быстрее, чем PHP (хотя и этот вариант тоже не такой медленный). Этот режим проще и удобнее, но начинающему пользователю лучше использовать кэширование PHP."
|
496 |
+
|
497 |
+
#: wp-cache.php:790
|
498 |
+
msgid "Miscellaneous"
|
499 |
+
msgstr "Разное"
|
500 |
+
|
501 |
+
#: wp-cache.php:795
|
502 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
503 |
+
msgstr "Сжимать файлы кэша чтобы ускорить работу."
|
504 |
+
|
505 |
+
#: wp-cache.php:796
|
506 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
507 |
+
msgstr "Сжатие кэша отключено по умолчанию, так как может некорректно работать на некоторых хостингах. Включение или Отключение данной опции автоматически чистит временный кэш."
|
508 |
+
|
509 |
+
#: wp-cache.php:799
|
510 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
511 |
+
msgstr "Ошибка 304. Данная ошибка возникает тогда, когда страница не была изменена со времени прошлого запроса."
|
512 |
+
|
513 |
+
#: wp-cache.php:800
|
514 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
515 |
+
msgstr "Поддержка ошибки 304 отключена по умолчанию (из-за проблем некоторых сервисов)."
|
516 |
+
|
517 |
+
#: wp-cache.php:802
|
518 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
519 |
+
msgstr "Не кэшировать страницы для <acronym title=\"Зарегистрированных пользователей и авторов комментариев\">известных пользователей</acronym>."
|
520 |
+
|
521 |
+
#: wp-cache.php:803
|
522 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
523 |
+
msgstr "Авто перестройка кэша. Гости блога увидят устаревшие версии страниц кэша пока новые будут генерироваться."
|
524 |
+
|
525 |
+
#: wp-cache.php:804
|
526 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
527 |
+
msgstr "Рассказать всем, что Вы пользуетесь плагином WP Super Cache (сообщение будет размещено в \"подвале\" сайта)!"
|
528 |
+
|
529 |
+
#: wp-cache.php:810
|
530 |
+
#: wp-cache.php:957
|
531 |
+
#: wp-cache.php:1473
|
532 |
+
msgid "Advanced"
|
533 |
+
msgstr "Настройки"
|
534 |
+
|
535 |
+
#: wp-cache.php:814
|
536 |
+
msgid "Mobile device support."
|
537 |
+
msgstr "Поддержка мобильных устройств"
|
538 |
+
|
539 |
+
#: wp-cache.php:815
|
540 |
+
msgid "Clear all cache files when a post or page is published."
|
541 |
+
msgstr "Очищать кэш когда новая запись или страница опубликована."
|
542 |
+
|
543 |
+
#: wp-cache.php:816
|
544 |
+
msgid "Only refresh current page when comments made."
|
545 |
+
msgstr "Обновлять страницу при добавлении нового комментария к ней"
|
546 |
+
|
547 |
+
#: wp-cache.php:817
|
548 |
+
msgid "List the newest cached pages on this page."
|
549 |
+
msgstr "Создать список страниц в кэше (выводится на этой странице)"
|
550 |
+
|
551 |
+
#: wp-cache.php:819
|
552 |
+
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>"
|
553 |
+
msgstr "Блокировка файлов. Вам скорее всего не понадобится данная опция, но она может решить проблему маломощных хостингов. Внимание! <em>Включение опции, в редких случаях, может вызвать проблемы в работе блога!</em>"
|
554 |
+
|
555 |
+
#: wp-cache.php:822
|
556 |
+
msgid "Use object cache to store cached files."
|
557 |
+
msgstr "Использовать объекты кэша для хранения кэшированных файлов."
|
558 |
+
|
559 |
+
#: wp-cache.php:822
|
560 |
+
msgid "(Experimental)"
|
561 |
+
msgstr "(Экспериментальные настройки)"
|
562 |
+
|
563 |
+
#: wp-cache.php:829
|
564 |
+
msgid "Note:"
|
565 |
+
msgstr "Важно:"
|
566 |
+
|
567 |
+
#: wp-cache.php:831
|
568 |
+
#, php-format
|
569 |
+
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!)"
|
570 |
+
msgstr "Деактивируя плагин, убедитесь что папка <em>%s</em> доступна для записи в настройках Вашего сервера, чтобы файлы плагина <em>advanced-cache.php</em> и <em>cache-config.php</em> были удалены в автоматическом режиме (также проверьте наличие прав на запись для этих двух файлов)."
|
571 |
+
|
572 |
+
#: wp-cache.php:832
|
573 |
+
#, php-format
|
574 |
+
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\"."
|
575 |
+
msgstr "Для справки смотрите <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (документ на англ.). Там Вы найдете полезную информацию по использованию и удалению плагина WP Super Cache."
|
576 |
+
|
577 |
+
#: wp-cache.php:833
|
578 |
+
#, php-format
|
579 |
+
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."
|
580 |
+
msgstr "Все еще нужна помощь? Смотрите официальный <a href=\"%1$s\">ЧАВО по плагину Super Cache</a> (англ.). Также, Вы можете задать свой вопрос на <a href=\"%2$s\">форумах тех. поддержки</a> (англ.), или ознакомиться с проблемами других пользователей и предложенными им решениями."
|
581 |
+
|
582 |
+
#: wp-cache.php:836
|
583 |
+
#: wp-cache.php:883
|
584 |
+
msgid "Update Status"
|
585 |
+
msgstr "Обновить"
|
586 |
+
|
587 |
+
#: wp-cache.php:843
|
588 |
+
msgid "Accepted Filenames & Rejected URIs"
|
589 |
+
msgstr "Допустимые имена & Запрещенные адреса"
|
590 |
+
|
591 |
+
#: wp-cache.php:868
|
592 |
+
msgid "Caching On"
|
593 |
+
msgstr "Кэширование включено"
|
594 |
+
|
595 |
+
#: wp-cache.php:869
|
596 |
+
msgid "Caching Off"
|
597 |
+
msgstr "Кэширование выключено"
|
598 |
+
|
599 |
+
#: wp-cache.php:870
|
600 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
601 |
+
msgstr "Важно: рекомендуется включить PHP кэширование, авто перестройку кэша и поддержку для мобильных устройств"
|
602 |
+
|
603 |
+
#: wp-cache.php:880
|
604 |
+
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."
|
605 |
+
msgstr "Внимание: Среди правил mod_rewrite обнаружены правила от Supercache. Для работы с кэшем будут использованы именно эти правила. Чтобы удалить их, Вам нужно вручную отредактировать файл .htaccess."
|
606 |
+
|
607 |
+
#: wp-cache.php:892
|
608 |
+
msgid "Make WordPress Faster"
|
609 |
+
msgstr "Сделай свой блог быстрее!"
|
610 |
+
|
611 |
+
#: wp-cache.php:893
|
612 |
+
#, php-format
|
613 |
+
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
614 |
+
msgstr "Плагин %1$s создан и обновляется автором %2$s при поддержке многих других."
|
615 |
+
|
616 |
+
#: wp-cache.php:894
|
617 |
+
#, php-format
|
618 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
619 |
+
msgstr "Посетите блог автора плагина %1$s и его фотоблог на %2$s."
|
620 |
+
|
621 |
+
#: wp-cache.php:895
|
622 |
+
#, php-format
|
623 |
+
msgid "Please say hi to him on %s too!"
|
624 |
+
msgstr "Пожалуйста, посетите %s автора!"
|
625 |
+
|
626 |
+
#: wp-cache.php:903
|
627 |
+
#, php-format
|
628 |
+
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
629 |
+
msgstr "Страниц в кэше с %1$s : <strong>%2$s</strong>"
|
630 |
+
|
631 |
+
#: wp-cache.php:904
|
632 |
+
msgid "Newest Cached Pages:"
|
633 |
+
msgstr "Новое в кэше:"
|
634 |
+
|
635 |
+
#: wp-cache.php:908
|
636 |
+
#, php-format
|
637 |
+
msgid "Cached %s seconds ago"
|
638 |
+
msgstr "Добавлено в кэш %s секунд назад"
|
639 |
+
|
640 |
+
#: wp-cache.php:911
|
641 |
+
msgid "(may not always be accurate on busy sites)"
|
642 |
+
msgstr "(список не рекомендован для больших сайтов)"
|
643 |
+
|
644 |
+
#: wp-cache.php:930
|
645 |
+
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."
|
646 |
+
msgstr "Кэширование происходит за счет PHP файлов, хранящихся в папке плагина. Они загружаются при включении режима Supercache. Загрузка происходит намного чаще, чем для остальных плагинов WordPress."
|
647 |
+
|
648 |
+
#: wp-cache.php:931
|
649 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
650 |
+
msgstr "Для использования данной опции нужно знать не только PHP, но и WordPress (не на начальном уровне)."
|
651 |
+
|
652 |
+
#: wp-cache.php:941
|
653 |
+
msgid "Available Plugins"
|
654 |
+
msgstr "Доступные плагины"
|
655 |
+
|
656 |
+
#: wp-cache.php:957
|
657 |
+
msgid "Easy"
|
658 |
+
msgstr "Кэш"
|
659 |
+
|
660 |
+
#: wp-cache.php:957
|
661 |
+
msgid "Tester & Contents"
|
662 |
+
msgstr "Проверка"
|
663 |
+
|
664 |
+
#: wp-cache.php:957
|
665 |
+
msgid "Preload"
|
666 |
+
msgstr "Общий кэш"
|
667 |
+
|
668 |
+
#: wp-cache.php:957
|
669 |
+
msgid "Plugins"
|
670 |
+
msgstr "Плагины"
|
671 |
+
|
672 |
+
#: wp-cache.php:957
|
673 |
+
msgid "Debug"
|
674 |
+
msgstr "Обслуживание"
|
675 |
+
|
676 |
+
#: wp-cache.php:984
|
677 |
+
#, php-format
|
678 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
679 |
+
msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
|
680 |
+
|
681 |
+
#: wp-cache.php:986
|
682 |
+
#, php-format
|
683 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
684 |
+
msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
|
685 |
+
|
686 |
+
#: wp-cache.php:996
|
687 |
+
msgid "Mod Rewrite Rules"
|
688 |
+
msgstr "Модуль Mod Rewrite"
|
689 |
+
|
690 |
+
#: wp-cache.php:1002
|
691 |
+
msgid "WordPress MU Detected"
|
692 |
+
msgstr "Обнаружен WordPress MU!"
|
693 |
+
|
694 |
+
#: wp-cache.php:1002
|
695 |
+
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."
|
696 |
+
msgstr "К сожалению, mod_rewrite невозможно обновить в автоматическом режиме в WordPress MU. Вам придется вручную сделать это: откройте файл .htaccess (расположен в корневой директории блога) и добавьте следующие правила в него."
|
697 |
+
|
698 |
+
#: wp-cache.php:1004
|
699 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
700 |
+
msgstr "Mod Rewrite не может быть обновлен!"
|
701 |
+
|
702 |
+
#: wp-cache.php:1005
|
703 |
+
#, php-format
|
704 |
+
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:"
|
705 |
+
msgstr "Для корректной работы, в Вашем файле %s.htaccess должны быть прописаны маркеры <strong>BEGIN</strong>, и <strong>END</strong>. Между ними находятся основные правила WordPress mod_rewrite, пример:"
|
706 |
+
|
707 |
+
#: wp-cache.php:1007
|
708 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
709 |
+
msgstr "Обновите страницу когда закончите редактирование файла .htaccess."
|
710 |
+
|
711 |
+
#: wp-cache.php:1011
|
712 |
+
msgid "Thank you for upgrading."
|
713 |
+
msgstr "Спасибо за обновление."
|
714 |
+
|
715 |
+
#: wp-cache.php:1011
|
716 |
+
#, php-format
|
717 |
+
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."
|
718 |
+
msgstr "С момента последней установленной версии плагина правила mod_rewrite были изменены. К сожалению, Вам придется вручную удалить старые правила прежде чем новые заработают. Обновите эту страницу когда закончите редактировать файл .htaccess. Если Вы хотите полностью обновить все сами, то замените следующую строку: %1$s на эту: %2$s . Единственное отличие - это замена \"HTTP_COOKIE\" на \"HTTP:Cookie\" и \"wordpressuser\" на \"wordpress\". Эти перемены связаны с новой версией WordPress 2.5. Конечно Вы можете продолжать работать со старыми версиями, если хватит смелости ;)"
|
719 |
+
|
720 |
+
#: wp-cache.php:1015
|
721 |
+
msgid "Trailing slash check required."
|
722 |
+
msgstr "Требуется проверка trailing slash."
|
723 |
+
|
724 |
+
#: wp-cache.php:1015
|
725 |
+
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:"
|
726 |
+
msgstr "Кажется, все ссылки Вашего блога заканчиваются символом \"/\". К сожалению, как только Вы установили данный плагин, сработала опция, обнаружившая копии ссылок без символа \"/\" на конце, и теперь она не может осуществить перенаправление на верный адрес. Чтобы это исправить это, Вы должны отредактировать файл .htaccess и добавить два новых правила к группе основных правил плагина Supercache:"
|
727 |
+
|
728 |
+
#: wp-cache.php:1017
|
729 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
730 |
+
msgstr "Чтобы посмотреть полный список работающих правил, нажмите кнопку ниже \"Посмотреть правила mod_rewrite\"."
|
731 |
+
|
732 |
+
#: wp-cache.php:1031
|
733 |
+
msgid "Mod Rewrite rules updated!"
|
734 |
+
msgstr "Правила mod_rewrite обновлены!"
|
735 |
+
|
736 |
+
#: wp-cache.php:1032
|
737 |
+
#, php-format
|
738 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
739 |
+
msgstr "файл %s.htaccess был успешно обновлен, необходимые правила mod_rewrite были добавлены. Пожалуйста, проверьте их. Они должны выглядеть так:"
|
740 |
+
|
741 |
+
#: wp-cache.php:1034
|
742 |
+
msgid "Mod Rewrite rules must be updated!"
|
743 |
+
msgstr "Правила mod_rewrite должны быть обновлены!"
|
744 |
+
|
745 |
+
#: wp-cache.php:1035
|
746 |
+
#, php-format
|
747 |
+
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:"
|
748 |
+
msgstr "Ваш файл %s.htaccess недоступен для записи (в настройках сервера) и не может быть обновлен в автоматическом режиме. Вы должны вручную добавить новые правила к основным правилам WordPress так, как указано ниже:"
|
749 |
+
|
750 |
+
#: wp-cache.php:1040
|
751 |
+
#, php-format
|
752 |
+
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."
|
753 |
+
msgstr "Правила mod_rewrite для плагина WP Super Cache были обнаружены в файле %s.htaccess.<br /> Нажмите на соответствующую кнопку, чтобы посмотреть строчки. Если Вы только что обновили плагин, проверьте все правила."
|
754 |
+
|
755 |
+
#: wp-cache.php:1043
|
756 |
+
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."
|
757 |
+
msgstr "Между правилами в Вашем файле .htaccess и правилами самого плагина обнаружены несоответствия. Это может быть просто лишний символ в строке, но Вы должны лично сравнить оригинальные правила со своими как можно скорее. Нажмите на кнопку ’Обновить правила Mod_Rewrite’, чтобы сделать это в автоматическом режиме."
|
758 |
+
|
759 |
+
#: wp-cache.php:1046
|
760 |
+
msgid "View Mod_Rewrite Rules"
|
761 |
+
msgstr "Посмотреть правила mod_rewrite"
|
762 |
+
|
763 |
+
#: wp-cache.php:1050
|
764 |
+
#: wp-cache.php:2287
|
765 |
+
#, php-format
|
766 |
+
msgid "Rules must be added to %s too:"
|
767 |
+
msgstr "Правила должны быть также добавлены к %s:"
|
768 |
+
|
769 |
+
#: wp-cache.php:1058
|
770 |
+
#, php-format
|
771 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
772 |
+
msgstr "Правила для Gzip-сжатия добавлены в файл %s.htaccess."
|
773 |
+
|
774 |
+
#: wp-cache.php:1065
|
775 |
+
msgid "Fix Configuration"
|
776 |
+
msgstr "Восстановить стандартные настройки"
|
777 |
+
|
778 |
+
#: wp-cache.php:1068
|
779 |
+
msgid "Restore Default Configuration"
|
780 |
+
msgstr "Восстановить настройки по умолчанию"
|
781 |
+
|
782 |
+
#: wp-cache.php:1076
|
783 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
784 |
+
msgstr "Проверка комментариев включена. Прежде чем Ваши комментарии будут опубликованы пройдет какое-то время."
|
785 |
+
|
786 |
+
#: wp-cache.php:1101
|
787 |
+
msgid "Lock Down:"
|
788 |
+
msgstr "Закрытый режим:"
|
789 |
+
|
790 |
+
#: wp-cache.php:1101
|
791 |
+
msgid "Disabled"
|
792 |
+
msgstr "Отключен"
|
793 |
+
|
794 |
+
#: wp-cache.php:1101
|
795 |
+
msgid "Enabled"
|
796 |
+
msgstr "Включен"
|
797 |
+
|
798 |
+
#: wp-cache.php:1102
|
799 |
+
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."
|
800 |
+
msgstr "Подготовьте свой блог к запланированным всплескам посещаемости, активировав данный режим. В активном состоянии размещение новых комментариев и записей НЕ будет обновлять статичные файлы в кэше."
|
801 |
+
|
802 |
+
#: wp-cache.php:1103
|
803 |
+
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."
|
804 |
+
msgstr "Разработчикам: Сделайте свой собственный плагин закрытого режима совместимым с нашим, добавив переменную \"WPLOCKDOWN\". Приведенный ниже код поможет Вам адоптировать свой плагин к настройкам нашего Режима."
|
805 |
+
|
806 |
+
#: wp-cache.php:1105
|
807 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
808 |
+
msgstr "Извините, мой блог временно недоступен. Зайдите попозже"
|
809 |
+
|
810 |
+
#: wp-cache.php:1109
|
811 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
812 |
+
msgstr "Ваш блог использует Закрытый режим. Новые комментарии не обновляют все статичные элементы кэша."
|
813 |
+
|
814 |
+
#: wp-cache.php:1111
|
815 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
816 |
+
msgstr "Ваш блог не использует Закрытый режим. Новые комментарии обновляют все статичные элементы кэша."
|
817 |
+
|
818 |
+
#: wp-cache.php:1117
|
819 |
+
msgid "Lock Down"
|
820 |
+
msgstr "Закрытый режим"
|
821 |
+
|
822 |
+
#: wp-cache.php:1125
|
823 |
+
msgid "Directly Cached Files"
|
824 |
+
msgstr "Прямое кэширование страниц"
|
825 |
+
|
826 |
+
#: wp-cache.php:1183
|
827 |
+
#, php-format
|
828 |
+
msgid "%s removed!"
|
829 |
+
msgstr "%s удален!"
|
830 |
+
|
831 |
+
#: wp-cache.php:1191
|
832 |
+
#, php-format
|
833 |
+
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."
|
834 |
+
msgstr "Вы должны разрешить запись для %s. Но так как это потенциальная уязвимость, после обновления страницы верните права на чтение."
|
835 |
+
|
836 |
+
#: wp-cache.php:1193
|
837 |
+
#, php-format
|
838 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
839 |
+
msgstr "Директрия %s доступна для записи. Вам следует изменить ее права на \"Только чтение\"."
|
840 |
+
|
841 |
+
#: wp-cache.php:1207
|
842 |
+
msgid "Existing direct page"
|
843 |
+
msgstr "Страница существует"
|
844 |
+
|
845 |
+
#: wp-cache.php:1207
|
846 |
+
msgid "Delete cached file"
|
847 |
+
msgstr "Удалить файлы из кэша"
|
848 |
+
|
849 |
+
#: wp-cache.php:1212
|
850 |
+
msgid "Add direct page:"
|
851 |
+
msgstr "Добавить страницу в кэш:"
|
852 |
+
|
853 |
+
#: wp-cache.php:1214
|
854 |
+
#, php-format
|
855 |
+
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."
|
856 |
+
msgstr "Данный кэш создается прямо из папки, где находится Ваш блог (папка %s). Эта опция полезна только тогда, когда ожидается большой приток посетителей с более популярного сайта на конкретную страницу или запись Вашего."
|
857 |
+
|
858 |
+
#: wp-cache.php:1216
|
859 |
+
#, php-format
|
860 |
+
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."
|
861 |
+
msgstr "Например: чтобы добавить в кэш страницу <em>%1$sabout/</em>, нужно прописать %1$sabout/ или /about/. Кэш для страницы будет создан сразу же после первого к ней обращения гостем."
|
862 |
+
|
863 |
+
#: wp-cache.php:1217
|
864 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
865 |
+
msgstr "Чтобы удалить страницу из такого кэша, очистите текстовое поле и удалите файлы кэша."
|
866 |
+
|
867 |
+
#: wp-cache.php:1222
|
868 |
+
msgid "Update Direct Pages"
|
869 |
+
msgstr "Обновить стрницы"
|
870 |
+
|
871 |
+
#: wp-cache.php:1260
|
872 |
+
msgid "Expiry Time & Garbage Collection"
|
873 |
+
msgstr "Просроченные страницы & Очистка мусора"
|
874 |
+
|
875 |
+
#: wp-cache.php:1262
|
876 |
+
msgid "Expire time:"
|
877 |
+
msgstr "Актуальность кэша:"
|
878 |
+
|
879 |
+
#: wp-cache.php:1263
|
880 |
+
msgid "seconds"
|
881 |
+
msgstr "секунд"
|
882 |
+
|
883 |
+
#: wp-cache.php:1264
|
884 |
+
msgid "Garbage Collection"
|
885 |
+
msgstr "Очистка мусора"
|
886 |
+
|
887 |
+
#: wp-cache.php:1264
|
888 |
+
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."
|
889 |
+
msgstr "Если время актуальности кэша более 1800 секунд (полчаса), то очистка мусора будет запускаться каждые 10 минут."
|
890 |
+
|
891 |
+
#: wp-cache.php:1265
|
892 |
+
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."
|
893 |
+
msgstr "Поверка и удаление просроченных страниц кэша занимает время, но и оставлять такие файлы в системе не стоит. На больших блогах нужно выставлять \"время жизни\" каждой копии <em>300 секунд</em>. Вы можете поэкспериментировать с настройкой и посмотреть, сколько просроченных копий страниц остается в кэше в течение дня. Оптимальное число таких страниц не более 500. Используя кэширование с mod_rewrite или PHP, Вы сможете увеличить количество кэшируемых страниц."
|
894 |
+
|
895 |
+
#: wp-cache.php:1266
|
896 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
897 |
+
msgstr "Установите значение на 0, чтобы отключить Очистку мусора."
|
898 |
+
|
899 |
+
#: wp-cache.php:1267
|
900 |
+
msgid "Change Expiration"
|
901 |
+
msgstr "Изменить время жизни копии"
|
902 |
+
|
903 |
+
#: wp-cache.php:1311
|
904 |
+
msgid "Rejected User Agents"
|
905 |
+
msgstr "Поисковые и другие боты"
|
906 |
+
|
907 |
+
#: wp-cache.php:1312
|
908 |
+
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."
|
909 |
+
msgstr "Чтобы запретить плагину кэшировать запросы от поисковых ботов и других сетевых роботов, введите их названия в поле ниже (по одному в строке). Если копия страницы уже существует в кэше Super Cache, то она все равно будет отправлена боту."
|
910 |
+
|
911 |
+
#: wp-cache.php:1319
|
912 |
+
msgid "Save UA Strings"
|
913 |
+
msgstr "Сохранить настройки"
|
914 |
+
|
915 |
+
#: wp-cache.php:1342
|
916 |
+
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."
|
917 |
+
msgstr "Не кэшировать страницы следующих типов. Сверьтесь с <a href=\"http://codex.wordpress.org/Conditional_Tags\">Статьей Кодекса WP</a> (англ.), чтобы узнать подробнее о типах страниц."
|
918 |
+
|
919 |
+
#: wp-cache.php:1345
|
920 |
+
msgid "Single Posts"
|
921 |
+
msgstr "Записи"
|
922 |
+
|
923 |
+
#: wp-cache.php:1346
|
924 |
+
msgid "Pages"
|
925 |
+
msgstr "Страницы"
|
926 |
+
|
927 |
+
#: wp-cache.php:1347
|
928 |
+
msgid "Front Page"
|
929 |
+
msgstr "Основная страница"
|
930 |
+
|
931 |
+
#: wp-cache.php:1348
|
932 |
+
msgid "Home"
|
933 |
+
msgstr "Домашняя страница"
|
934 |
+
|
935 |
+
#: wp-cache.php:1349
|
936 |
+
msgid "Archives"
|
937 |
+
msgstr "Архивы"
|
938 |
+
|
939 |
+
#: wp-cache.php:1350
|
940 |
+
msgid "Tags"
|
941 |
+
msgstr "Метки"
|
942 |
+
|
943 |
+
#: wp-cache.php:1351
|
944 |
+
msgid "Category"
|
945 |
+
msgstr "Рубрики"
|
946 |
+
|
947 |
+
#: wp-cache.php:1352
|
948 |
+
msgid "Feeds"
|
949 |
+
msgstr "Фиды"
|
950 |
+
|
951 |
+
#: wp-cache.php:1353
|
952 |
+
msgid "Search Pages"
|
953 |
+
msgstr "Страницы поиска"
|
954 |
+
|
955 |
+
#: wp-cache.php:1355
|
956 |
+
#: wp-cache.php:1483
|
957 |
+
msgid "Save"
|
958 |
+
msgstr "Сохранить"
|
959 |
+
|
960 |
+
#: wp-cache.php:1372
|
961 |
+
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."
|
962 |
+
msgstr "Поле ниже Вы также можете заполнить фрагментами адресов страниц (или групп страниц, например, архив за год/месяц и т.д.), которые не будут кэшироваться. Плагин будет сканировать адреса страниц на предмет наличая в них фрагментов, указанных ниже, перед кэшированием."
|
963 |
+
|
964 |
+
#: wp-cache.php:1378
|
965 |
+
msgid "Save Strings"
|
966 |
+
msgstr "Сохранить список запрещенных фрагментов"
|
967 |
+
|
968 |
+
#: wp-cache.php:1394
|
969 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
970 |
+
msgstr "Поле ниже Вы можете заполнить названиями файлов которые будут кэшированы, даже если в их названии есть запрещенных к кэшированию фрагменты."
|
971 |
+
|
972 |
+
#: wp-cache.php:1400
|
973 |
+
msgid "Save Files"
|
974 |
+
msgstr "Сохранить список файлов"
|
975 |
+
|
976 |
+
#: wp-cache.php:1445
|
977 |
+
msgid "Currently logging to: "
|
978 |
+
msgstr "Режим записан на:"
|
979 |
+
|
980 |
+
#: wp-cache.php:1455
|
981 |
+
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."
|
982 |
+
msgstr "Здесь Вы можете решить некоторые проблемы, возникающие при работе с плагином, с помощью отладки. Вы можете записывать служебную информацию (логи) в файлы директории кэша."
|
983 |
+
|
984 |
+
#: wp-cache.php:1456
|
985 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
986 |
+
msgstr "Получить доступ к файлу лога просто, но при очистке кэша лог также будет удален."
|
987 |
+
|
988 |
+
#: wp-cache.php:1460
|
989 |
+
msgid "Debugging"
|
990 |
+
msgstr "Режим отладки"
|
991 |
+
|
992 |
+
#: wp-cache.php:1461
|
993 |
+
msgid "Logging Type"
|
994 |
+
msgstr "Тип входа"
|
995 |
+
|
996 |
+
#: wp-cache.php:1461
|
997 |
+
msgid "Email"
|
998 |
+
msgstr "Email"
|
999 |
+
|
1000 |
+
#: wp-cache.php:1462
|
1001 |
+
msgid "file"
|
1002 |
+
msgstr "файл"
|
1003 |
+
|
1004 |
+
#: wp-cache.php:1463
|
1005 |
+
msgid "IP Address"
|
1006 |
+
msgstr "Адрес IP"
|
1007 |
+
|
1008 |
+
#: wp-cache.php:1463
|
1009 |
+
#, php-format
|
1010 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
1011 |
+
msgstr "(записывает обращения только с этого IP. Ваш IP - %s)"
|
1012 |
+
|
1013 |
+
#: wp-cache.php:1464
|
1014 |
+
msgid "Log level"
|
1015 |
+
msgstr "Уровень лога"
|
1016 |
+
|
1017 |
+
#: wp-cache.php:1470
|
1018 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1019 |
+
msgstr "(1 = наименьший, 5 = наибольший, может вызвать болшую нагрузку на сервер)"
|
1020 |
+
|
1021 |
+
#: wp-cache.php:1473
|
1022 |
+
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>"
|
1023 |
+
msgstr "В особо редких случаях на блоге могут случиться две проблемы:<ol><li> Вместо главной страницы пользователи будут видеть предложение загрузить .zip архив с ней</li><li> Вместо главной страницы может быть добавлена в кэш совершенно другая (только в случае, если Ваш бог использует следующую структуру ссылок <em>/%category%/%postname%/</em>).</li></ol>"
|
1024 |
+
|
1025 |
+
#: wp-cache.php:1474
|
1026 |
+
#, php-format
|
1027 |
+
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."
|
1028 |
+
msgstr "I’m 99% certain! Ошибки, которые могут возникнуть при работе с WP Super Cache, не связаны с самим плагином. Они возникают в редких случаях, но Вы можете подстраховаться, запустив автоматическую проверку блога каждые 5 минут. В случае ошибки, Вам будет отправлено сообщение."
|
1029 |
+
|
1030 |
+
#: wp-cache.php:1476
|
1031 |
+
msgid "Check front page every 5 minutes."
|
1032 |
+
msgstr "Проверять главную страницу каждые 5 минут."
|
1033 |
+
|
1034 |
+
#: wp-cache.php:1477
|
1035 |
+
msgid "Front page text"
|
1036 |
+
msgstr "Ключевой текст"
|
1037 |
+
|
1038 |
+
#: wp-cache.php:1477
|
1039 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1040 |
+
msgstr "Введите текст который плагин будет искать на главной странице. Если текст не будет обнаружен, то кэш автоматически очистится. Оставьте поле пустым чтобы отключить опцию."
|
1041 |
+
|
1042 |
+
#: wp-cache.php:1478
|
1043 |
+
msgid "Clear cache on error."
|
1044 |
+
msgstr "Очищать кэш при ошибке."
|
1045 |
+
|
1046 |
+
#: wp-cache.php:1479
|
1047 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1048 |
+
msgstr "Сообщить администратору блога по завершению проверки (полезно при тестировании на ошибки)."
|
1049 |
+
|
1050 |
+
#: wp-cache.php:1493
|
1051 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1052 |
+
msgstr "Ошибка: сжатие GZIP включено, отключите его если хотите запустить wp-cache."
|
1053 |
+
|
1054 |
+
#: wp-cache.php:1540
|
1055 |
+
#: wp-cache.php:1702
|
1056 |
+
msgid "Warning"
|
1057 |
+
msgstr "Внимание"
|
1058 |
+
|
1059 |
+
#: wp-cache.php:1540
|
1060 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1061 |
+
msgstr "Сжатие GZIP включено в настройках WordPress, плагин не будет работать до тех пор, пока Вы не отключите gzip."
|
1062 |
+
|
1063 |
+
#: wp-cache.php:1598
|
1064 |
+
#: wp-cache.php:1603
|
1065 |
+
#: wp-cache.php:1635
|
1066 |
+
#: wp-cache.php:1640
|
1067 |
+
#: wp-cache.php:1646
|
1068 |
+
msgid "Error"
|
1069 |
+
msgstr "Ошибка"
|
1070 |
+
|
1071 |
+
#: wp-cache.php:1598
|
1072 |
+
#, php-format
|
1073 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1074 |
+
msgstr "Папка (<strong>$cache_path</strong>) не существует и не может быть создана в автоматическом режиме. Проверьте права доступа к %s."
|
1075 |
+
|
1076 |
+
#: wp-cache.php:1603
|
1077 |
+
#, php-format
|
1078 |
+
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."
|
1079 |
+
msgstr "Папка (<strong>%1$s</strong>) или <strong>%2$s</strong> должна быть доступна для записи. Перепроверьте права доступа."
|
1080 |
+
|
1081 |
+
#: wp-cache.php:1635
|
1082 |
+
#, php-format
|
1083 |
+
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."
|
1084 |
+
msgstr "Конфигурационный файл WP-Cache (<strong>%s</strong>) может быть недействителен и недоступен для записи. Пожалуйста, удалите его вручную и обновите страницу."
|
1085 |
+
|
1086 |
+
#: wp-cache.php:1640
|
1087 |
+
#, php-format
|
1088 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1089 |
+
msgstr "Конфигурационный файл отсутствует, а папка %1$s (<strong>%2$s</strong>) недоступна для записи. Проверьте права доступа."
|
1090 |
+
|
1091 |
+
#: wp-cache.php:1646
|
1092 |
+
#, php-format
|
1093 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1094 |
+
msgstr "Файл WP-Cache (<strong>%s</strong>) не был найден. Проверьте, завершили ли Вы установку плагина."
|
1095 |
+
|
1096 |
+
#: wp-cache.php:1702
|
1097 |
+
#, php-format
|
1098 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1099 |
+
msgstr "%s/advanced-cache.php</em> не существует или не может быть обновлен в автоматическом режиме."
|
1100 |
+
|
1101 |
+
#: wp-cache.php:1703
|
1102 |
+
msgid "1. If it already exists please delete the file first."
|
1103 |
+
msgstr "1. Если он уже существует в папках Вашего блога, удалите его."
|
1104 |
+
|
1105 |
+
#: wp-cache.php:1704
|
1106 |
+
#, php-format
|
1107 |
+
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)"
|
1108 |
+
msgstr "2. Измените права доступа к %1$s, чтобы можно было записать данные в автоматическом режиме (права должны быть: <em>chmod 777 %1$s</em>), проверьте правильность заданных прав и обновите страницу. Это временное условие, после обновления страницы права доступа нужно вернуть на прежние (с 777 на 755)."
|
1109 |
+
|
1110 |
+
#: wp-cache.php:1705
|
1111 |
+
#, php-format
|
1112 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1113 |
+
msgstr "3. Обновите страницу, файл <em>%s/advanced-cache.php</em> обновится сам"
|
1114 |
+
|
1115 |
+
#: wp-cache.php:1706
|
1116 |
+
#, php-format
|
1117 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1118 |
+
msgstr "Если это не сработало, убедитесь что <em>%s/advanced-cache.php</em> точно не существует:"
|
1119 |
+
|
1120 |
+
#: wp-cache.php:1707
|
1121 |
+
#, php-format
|
1122 |
+
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>"
|
1123 |
+
msgstr "<li>1. Откройте файл <em>%1$s$wp_cache_file</em> в текстовом редакторе.</li><li>2. Измените строчку <em>CACHEHOME</em> на <em>%2$s</em></li><li>3. Сохраните файл и скопируйте в <em>%3$s</em>, затем обновите страницу.</li>"
|
1124 |
+
|
1125 |
+
#: wp-cache.php:1730
|
1126 |
+
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>"
|
1127 |
+
msgstr "<h3>Параметр WP_CACHE не активирован</h3><p>Данный параметр должен быть активирован для того, чтобы WordPress мог корректно работать с файлами кэша. В данный момент он отключен. Чтобы включить его, откройте файл wp-config.php и добавьте в него следующую строчку:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1128 |
+
|
1129 |
+
#: wp-cache.php:1732
|
1130 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1131 |
+
msgstr "<strong>Ошибка: Переменная WP_CACHE не активирована</strong> в файле общих конфигураций <code>wp-config.php</code>."
|
1132 |
+
|
1133 |
+
#: wp-cache.php:1733
|
1134 |
+
#, php-format
|
1135 |
+
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. "
|
1136 |
+
msgstr "Отредактируйте код <code>%s</code> и добавьте следующую сточку:<br /> <code>define('WP_CACHE', true);</code><br />Иначе, <strong>WP-Cache не сможет запуститься</strong>. "
|
1137 |
+
|
1138 |
+
#: wp-cache.php:1737
|
1139 |
+
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."
|
1140 |
+
msgstr "<h3>Переменная WP_CACHE добавлена в файл конфигураций wp-config.php</h3><p>Если Вы до сих пор видите данное сообщение, то сверьтесь с пунктом 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">ЧАВО</a> (на англ.). Строка с WP_CACHE должна быть размещена выше."
|
1141 |
+
|
1142 |
+
#: wp-cache.php:1759
|
1143 |
+
msgid "Cache Contents"
|
1144 |
+
msgstr "Состояние кэша"
|
1145 |
+
|
1146 |
+
#: wp-cache.php:1762
|
1147 |
+
msgid "Object cache in use. No cache listing available."
|
1148 |
+
msgstr "Список кэширования недоступен."
|
1149 |
+
|
1150 |
+
#: wp-cache.php:1786
|
1151 |
+
#, php-format
|
1152 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1153 |
+
msgstr "Удаление файлов Super Cache: <strong>%s</strong><br />"
|
1154 |
+
|
1155 |
+
#: wp-cache.php:1803
|
1156 |
+
#, php-format
|
1157 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1158 |
+
msgstr "Удаление файлов WP-Cache: <strong>%s</strong><br />"
|
1159 |
+
|
1160 |
+
#: wp-cache.php:1868
|
1161 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1162 |
+
msgstr "Статистика объектив в кэше НЕ создается автоматически. Чтобы обновить ее вручную нажмите на ссылку ниже."
|
1163 |
+
|
1164 |
+
#: wp-cache.php:1869
|
1165 |
+
msgid "Regenerate cache stats"
|
1166 |
+
msgstr "Обновить статистику кэша"
|
1167 |
+
|
1168 |
+
#: wp-cache.php:1871
|
1169 |
+
#, php-format
|
1170 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1171 |
+
msgstr "Статистика объектов в кэше последний раз создана: %s мин назад."
|
1172 |
+
|
1173 |
+
#: wp-cache.php:1877
|
1174 |
+
msgid "WP-Cache"
|
1175 |
+
msgstr "Состояние WP-Cache"
|
1176 |
+
|
1177 |
+
#: wp-cache.php:1878
|
1178 |
+
#: wp-cache.php:1894
|
1179 |
+
#, php-format
|
1180 |
+
msgid "%s Cached Pages"
|
1181 |
+
msgstr "%s страниц в кэше"
|
1182 |
+
|
1183 |
+
#: wp-cache.php:1879
|
1184 |
+
#: wp-cache.php:1899
|
1185 |
+
#, php-format
|
1186 |
+
msgid "%s Expired Pages"
|
1187 |
+
msgstr "%s страниц просрочено"
|
1188 |
+
|
1189 |
+
#: wp-cache.php:1893
|
1190 |
+
msgid "WP-Super-Cache"
|
1191 |
+
msgstr "Состояние WP-Super-Cache"
|
1192 |
+
|
1193 |
+
#: wp-cache.php:1904
|
1194 |
+
msgid "Fresh WP-Cached Files"
|
1195 |
+
msgstr "Новые файлы WP-Cache"
|
1196 |
+
|
1197 |
+
#: wp-cache.php:1905
|
1198 |
+
#: wp-cache.php:1921
|
1199 |
+
#: wp-cache.php:1937
|
1200 |
+
#: wp-cache.php:1953
|
1201 |
+
msgid "URI"
|
1202 |
+
msgstr "АДРЕС"
|
1203 |
+
|
1204 |
+
#: wp-cache.php:1905
|
1205 |
+
#: wp-cache.php:1921
|
1206 |
+
msgid "Key"
|
1207 |
+
msgstr "Ключ"
|
1208 |
+
|
1209 |
+
#: wp-cache.php:1905
|
1210 |
+
#: wp-cache.php:1921
|
1211 |
+
#: wp-cache.php:1937
|
1212 |
+
#: wp-cache.php:1953
|
1213 |
+
msgid "Age"
|
1214 |
+
msgstr "Возраст"
|
1215 |
+
|
1216 |
+
#: wp-cache.php:1905
|
1217 |
+
#: wp-cache.php:1921
|
1218 |
+
#: wp-cache.php:1937
|
1219 |
+
#: wp-cache.php:1953
|
1220 |
+
msgid "Delete"
|
1221 |
+
msgstr "Удалить"
|
1222 |
+
|
1223 |
+
#: wp-cache.php:1920
|
1224 |
+
msgid "Stale WP-Cached Files"
|
1225 |
+
msgstr "Старые файлы WP-Cache"
|
1226 |
+
|
1227 |
+
#: wp-cache.php:1936
|
1228 |
+
msgid "Fresh Super Cached Files"
|
1229 |
+
msgstr "Новые файлы Super Cache"
|
1230 |
+
|
1231 |
+
#: wp-cache.php:1952
|
1232 |
+
msgid "Stale Super Cached Files"
|
1233 |
+
msgstr "Старые файлы Super Cache"
|
1234 |
+
|
1235 |
+
#: wp-cache.php:1968
|
1236 |
+
msgid "Hide file list"
|
1237 |
+
msgstr "Убрать список"
|
1238 |
+
|
1239 |
+
#: wp-cache.php:1970
|
1240 |
+
msgid "Too many cached files, no listing possible."
|
1241 |
+
msgstr "Слишком много объектов в кэше, создание списка невозможно."
|
1242 |
+
|
1243 |
+
#: wp-cache.php:1972
|
1244 |
+
msgid "List all cached files"
|
1245 |
+
msgstr "Список кэшированных файлов"
|
1246 |
+
|
1247 |
+
#: wp-cache.php:1978
|
1248 |
+
#, php-format
|
1249 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1250 |
+
msgstr "<strong>Очистка мусора</strong><br />Предыдущая очистка была <strong>%s</strong> минут назад<br />"
|
1251 |
+
|
1252 |
+
#: wp-cache.php:1979
|
1253 |
+
#, php-format
|
1254 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
1255 |
+
msgstr "Следующая очистка будет через <strong>%s</strong> минут"
|
1256 |
+
|
1257 |
+
#: wp-cache.php:1982
|
1258 |
+
#, php-format
|
1259 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1260 |
+
msgstr "Просроченный кэш - это страницы, созданные более чем %s секунд назад. Не смотря на свой статус, они используются в общем кэше и периодически удаляются."
|
1261 |
+
|
1262 |
+
#: wp-cache.php:1993
|
1263 |
+
msgid "Delete Expired"
|
1264 |
+
msgstr "Удалить просроченный кэш"
|
1265 |
+
|
1266 |
+
#: wp-cache.php:1999
|
1267 |
+
#: wp-cache.php:2011
|
1268 |
+
#: wp-cache.php:2174
|
1269 |
+
msgid "Delete Cache"
|
1270 |
+
msgstr "Удалить весь кэш"
|
1271 |
+
|
1272 |
+
#: wp-cache.php:2011
|
1273 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
1274 |
+
msgstr "Удалить файлы Super Cache (в новом окне)"
|
1275 |
+
|
1276 |
+
#: wp-cache.php:2150
|
1277 |
+
#, php-format
|
1278 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1279 |
+
msgstr "%1$s благодарен плагину %2$s за проделаннную работу"
|
1280 |
+
|
1281 |
+
#: wp-cache.php:2183
|
1282 |
+
#, php-format
|
1283 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1284 |
+
msgstr "Плагин WP Super Cache должен быть настроен! Чтобы активировать его и настроить, перейдите на <a href=\"%s\">страницу управления</a> плагином."
|
1285 |
+
|
1286 |
+
#: wp-cache.php:2189
|
1287 |
+
msgid "Settings"
|
1288 |
+
msgstr "Настройки"
|
1289 |
+
|
1290 |
+
#: wp-cache.php:2199
|
1291 |
+
#, php-format
|
1292 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1293 |
+
msgstr "Плагин WP Super Cache не активирован. Чтобы активировать его, перейдите на <a href=\"%s\">страницу управления</a> плагином."
|
1294 |
+
|
1295 |
+
#: wp-cache.php:2218
|
1296 |
+
#, php-format
|
1297 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1298 |
+
msgstr "[%s] Главная страница сжата с помощью gzipped! Удалите кэш!"
|
1299 |
+
|
1300 |
+
#: wp-cache.php:2218
|
1301 |
+
#, php-format
|
1302 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1303 |
+
msgstr "Произошла ошибка! Посетите %s чтобы удалить кэш!"
|
1304 |
+
|
1305 |
+
#: wp-cache.php:2221
|
1306 |
+
#, php-format
|
1307 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1308 |
+
msgstr "[%s] Главная страница сжата с помощью gzipped! Кэш удален!"
|
1309 |
+
|
1310 |
+
#: wp-cache.php:2221
|
1311 |
+
#, php-format
|
1312 |
+
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."
|
1313 |
+
msgstr "Весь кэш для Вашего блога был очищен, так как плагин заметил ошибку на главной странице (она скачивалась архивом). Чтобы проверить кэш, посетите эту стрницу %s."
|
1314 |
+
|
1315 |
+
#: wp-cache.php:2228
|
1316 |
+
#, php-format
|
1317 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1318 |
+
msgstr "[%s] Кэш главной страницы содержит ошибку! Удалите кэш!"
|
1319 |
+
|
1320 |
+
#: wp-cache.php:2228
|
1321 |
+
#, php-format
|
1322 |
+
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\"!"
|
1323 |
+
msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Чтобы исправить ошибку, посетите эту страницу %1$s и вручную очистие кэш."
|
1324 |
+
|
1325 |
+
#: wp-cache.php:2231
|
1326 |
+
#, php-format
|
1327 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1328 |
+
msgstr "[%s] Главная страница отображается с ошибкой! Кэш удален!"
|
1329 |
+
|
1330 |
+
#: wp-cache.php:2231
|
1331 |
+
#, php-format
|
1332 |
+
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."
|
1333 |
+
msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Посетите эту страницу %1$s чтобы проверить кэш."
|
1334 |
+
|
1335 |
+
#: wp-cache.php:2236
|
1336 |
+
#, php-format
|
1337 |
+
msgid "[%s] Front page check!"
|
1338 |
+
msgstr "[%s] Главная страница проверена!"
|
1339 |
+
|
1340 |
+
#: wp-cache.php:2236
|
1341 |
+
#, php-format
|
1342 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1343 |
+
msgstr "Плагин WP Super Cache только что проверил главную страницу Вашего блога на предмет ошибок. Чтобы отключить уведомления и проверку посетите эту страницу %s."
|
1344 |
+
|
1345 |
+
#: wp-cache.php:2279
|
1346 |
+
msgid "Cannot update .htaccess"
|
1347 |
+
msgstr "Не могу обновить файл .htaccess"
|
1348 |
+
|
1349 |
+
#: wp-cache.php:2279
|
1350 |
+
#, php-format
|
1351 |
+
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."
|
1352 |
+
msgstr "Файл <code>%s.htaccess</code> не может быть обновлен в автоматическом режиме. Чтобы исправить это задайте необходимые для записи права доступа к нему."
|
1353 |
+
|
1354 |
+
#: wp-cache.php:2279
|
1355 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1356 |
+
msgstr "Обновите страницу когда необходимые права доступа будут заданы."
|
1357 |
+
|
1358 |
+
#: wp-cache.php:2279
|
1359 |
+
#, php-format
|
1360 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1361 |
+
msgstr "Вы также можете редактировать файл <code>%s.htaccess</code> вручную и лично добавить необходимые правила (до имеющихся там правил WordPress):"
|
1362 |
+
|
1363 |
+
#: wp-cache.php:2283
|
1364 |
+
#, php-format
|
1365 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1366 |
+
msgstr "Чтобы плагин мог правильно работать с статичными html файлами, Вы должны добавить в файл <code>%s.htaccess</code> правила модуля mod_rewrite"
|
1367 |
+
|
1368 |
+
#: wp-cache.php:2284
|
1369 |
+
msgid "You can edit the file yourself add the following rules."
|
1370 |
+
msgstr "Вы можете вручную отредактировать файл и добавить необходимые правила."
|
1371 |
+
|
1372 |
+
#: wp-cache.php:2285
|
1373 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1374 |
+
msgstr " Убедитесь что они идут перед всеми уже существующими в документе правилами WordPress. "
|
1375 |
+
|
1376 |
+
#: wp-cache.php:2293
|
1377 |
+
msgid "Update Mod_Rewrite Rules"
|
1378 |
+
msgstr "Обновить правила mod_rewrite"
|
1379 |
+
|
1380 |
+
#: wp-cache.php:2389
|
1381 |
+
#, php-format
|
1382 |
+
msgid "[%1$s] Cache Preload Started"
|
1383 |
+
msgstr "[%1$s] Общее кэширование началось"
|
1384 |
+
|
1385 |
+
#: wp-cache.php:2391
|
1386 |
+
#, php-format
|
1387 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1388 |
+
msgstr "[%1$s] Обновление кэша записей с %2$d по %3$d"
|
1389 |
+
|
1390 |
+
#: wp-cache.php:2402
|
1391 |
+
#, php-format
|
1392 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1393 |
+
msgstr "[%1$s] %2$d кэш записей обновлен"
|
1394 |
+
|
1395 |
+
#: wp-cache.php:2402
|
1396 |
+
msgid "Refreshed the following posts:"
|
1397 |
+
msgstr "Следующие записи обновлены:"
|
1398 |
+
|
1399 |
+
#: wp-cache.php:2411
|
1400 |
+
#, php-format
|
1401 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1402 |
+
msgstr "Следующее запланированное обновление общего кэша через %d минут."
|
1403 |
+
|
1404 |
+
#: wp-cache.php:2421
|
1405 |
+
#, php-format
|
1406 |
+
msgid "[%s] Cache Preload Completed"
|
1407 |
+
msgstr "[%s] Общее кэширование завершено"
|
1408 |
+
|
1409 |
+
#: wp-cache.php:2421
|
1410 |
+
msgid "Cleaning up old supercache files."
|
1411 |
+
msgstr "Удалять старые файлы из кэша Super Cache."
|
1412 |
+
|
1413 |
+
#: wp-cache.php:2462
|
1414 |
+
#, php-format
|
1415 |
+
msgid "[%s] Preload may have stalled."
|
1416 |
+
msgstr "[%s] Общее кэширование могло быть прервано."
|
1417 |
+
|
1418 |
+
#: wp-cache.php:2462
|
1419 |
+
#, php-format
|
1420 |
+
msgid ""
|
1421 |
+
"Preload has been restarted.\n"
|
1422 |
+
"%s"
|
1423 |
+
msgstr ""
|
1424 |
+
"Общее кэширование было перезапущено.\n"
|
1425 |
+
"%s"
|
1426 |
+
|
1427 |
+
#~ msgid ""
|
1428 |
+
#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
|
1429 |
+
#~ "strong> button."
|
1430 |
+
#~ msgstr ""
|
1431 |
+
#~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
|
1432 |
+
#~ "Mod_Rewrite</strong>."
|
1433 |
+
|
1434 |
+
#~ msgid "WP Super Cache Manager"
|
1435 |
+
#~ msgstr "Управление плагином WP Super Cache"
|
1436 |
+
|
1437 |
+
#~ msgid "Why your configuration may not be changed"
|
1438 |
+
#~ msgstr "Почему конфигурации не могут быть изменены"
|
1439 |
+
|
1440 |
+
#~ msgid "Why"
|
1441 |
+
#~ msgstr "Почему"
|
1442 |
+
|
1443 |
+
#~ msgid "ON"
|
1444 |
+
#~ msgstr "ВКЛ"
|
1445 |
+
|
1446 |
+
#~ msgid "WP Cache and Super Cache enabled"
|
1447 |
+
#~ msgstr "Плагины WP Cache и Super Cache включены"
|
1448 |
+
|
1449 |
+
#~ msgid "HALF ON"
|
1450 |
+
#~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
|
1451 |
+
|
1452 |
+
#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
1453 |
+
#~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
|
1454 |
+
|
1455 |
+
#~ msgid "OFF"
|
1456 |
+
#~ msgstr "ВЫКЛ"
|
1457 |
+
|
1458 |
+
#~ msgid "WP Cache and Super Cache disabled"
|
1459 |
+
#~ msgstr "Плагины WP Cache и Super Cache отключены"
|
1460 |
+
|
1461 |
+
#~ msgid ""
|
1462 |
+
#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
|
1463 |
+
#~ "file is being generated. Recommended for <em>very</em> busy websites with "
|
1464 |
+
#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
|
1465 |
+
#~ "obsolete."
|
1466 |
+
#~ msgstr ""
|
1467 |
+
#~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
|
1468 |
+
#~ "старые страницы из плагина Super Cache, пока формируются новые. "
|
1469 |
+
#~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
|
1470 |
+
#~ "посещаемых блогов, где много комментариев. После включения опции в "
|
1471 |
+
#~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
|
1472 |
+
#~ "(они устаревают)"
|
1473 |
+
|
1474 |
+
#~ msgid ""
|
1475 |
+
#~ "List the newest cached pages (may be expensive to run on busy sites, use "
|
1476 |
+
#~ "with caution.)"
|
1477 |
+
#~ msgstr ""
|
1478 |
+
#~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
|
1479 |
+
#~ "риск, может затормозить сайты с большим количеством посетителей)"
|
1480 |
+
|
1481 |
+
#~ msgid ""
|
1482 |
+
#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
1483 |
+
#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
|
1484 |
+
#~ "\" for whatever amount you want. Every penny helps!"
|
1485 |
+
#~ msgstr ""
|
1486 |
+
#~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
|
1487 |
+
#~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
|
1488 |
+
#~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
|
1489 |
+
#~ "копейка поможет мне!"
|
1490 |
+
|
1491 |
+
#~ msgid ""
|
1492 |
+
#~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
|
1493 |
+
#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
|
1494 |
+
#~ "\">wishlist</a>."
|
1495 |
+
#~ msgstr ""
|
1496 |
+
#~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
|
1497 |
+
#~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
|
1498 |
+
#~ "меня из моего <a href=\"%s\">списка желаний</a>."
|
1499 |
+
|
1500 |
+
#~ msgid "Thanks in advance!"
|
1501 |
+
#~ msgstr "Заранее благодарю!"
|
1502 |
+
|
1503 |
+
#~ msgid ""
|
1504 |
+
#~ "Ok, it won’t go any faster but you’ll make this plugin author "
|
1505 |
+
#~ "very happy!"
|
1506 |
+
#~ msgstr ""
|
1507 |
+
#~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
|
1508 |
+
#~ "счастливым!"
|
1509 |
+
|
1510 |
+
#~ msgid "Don’t show me this again."
|
1511 |
+
#~ msgstr "Не показывать больше это сообщение."
|
1512 |
+
|
1513 |
+
#~ msgid "Hide"
|
1514 |
+
#~ msgstr "Спрятать"
|
1515 |
+
|
1516 |
+
#~ msgid ""
|
1517 |
+
#~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
|
1518 |
+
#~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
|
1519 |
+
#~ "<br />Even a penny will help."
|
1520 |
+
#~ msgstr ""
|
1521 |
+
#~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
|
1522 |
+
#~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
|
1523 |
+
#~ "его работе."
|
1524 |
+
|
1525 |
+
#~ msgid "Super Cache Compression"
|
1526 |
+
#~ msgstr "Сжатие кэша Super Cache"
|
1527 |
+
|
1528 |
+
#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
1529 |
+
#~ msgstr ""
|
1530 |
+
#~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
|
1531 |
+
|
1532 |
+
#~ msgid "Super Cache compression is now disabled."
|
1533 |
+
#~ msgstr "Сжатие кэша Super Cache теперь отключено."
|
1534 |
+
|
1535 |
+
#~ msgid "Super Cache compression is now enabled."
|
1536 |
+
#~ msgstr "Сжатие кэша Super Cache теперь включено."
|
1537 |
+
|
1538 |
+
#~ msgid "Update Compression"
|
1539 |
+
#~ msgstr "Обновить настройки сжатия"
|
1540 |
+
|
1541 |
+
#~ msgid "Debug Settings"
|
1542 |
+
#~ msgstr "Параметры отладки"
|
1543 |
+
|
1544 |
+
#~ msgid ""
|
1545 |
+
#~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
|
1546 |
+
#~ "constant is defined in your wp-config.php but must be set to true, not "
|
1547 |
+
#~ "false for this plugin to work correctly.</p>"
|
1548 |
+
#~ msgstr ""
|
1549 |
+
#~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
|
1550 |
+
#~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
|
1551 |
+
#~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
|
1552 |
+
|
1553 |
+
#~ msgid "You must edit the file yourself add the following rules."
|
1554 |
+
#~ msgstr ""
|
1555 |
+
#~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
|
languages/wp-super-cache-sv_SE.mo
ADDED
Binary file
|
languages/wp-super-cache-sv_SE.po
ADDED
@@ -0,0 +1,1543 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wp-super-cache 0.9.9.6\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
5 |
+
"POT-Creation-Date: 2010-09-27 13:58+0000\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Fredrik Forséll <fredrik@djurby.se>\n"
|
8 |
+
"Language-Team: Faffe <fredrik@djurby.se>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Swedish\n"
|
13 |
+
"X-Poedit-Country: SWEDEN\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
16 |
+
|
17 |
+
#: plugins/awaitingmoderation.php:4
|
18 |
+
msgid "Your comment is awaiting moderation."
|
19 |
+
msgstr "Din kommentar väntar på moderering."
|
20 |
+
|
21 |
+
#: plugins/awaitingmoderation.php:23
|
22 |
+
#: plugins/awaitingmoderation.php:38
|
23 |
+
#: plugins/badbehaviour.php:47
|
24 |
+
#: plugins/badbehaviour.php:65
|
25 |
+
#: plugins/domain-mapping.php:47
|
26 |
+
#: plugins/domain-mapping.php:62
|
27 |
+
#: plugins/searchengine.php:61
|
28 |
+
#: plugins/searchengine.php:76
|
29 |
+
#: wp-cache.php:1114
|
30 |
+
msgid "Disable"
|
31 |
+
msgstr "Inaktivera"
|
32 |
+
|
33 |
+
#: plugins/awaitingmoderation.php:29
|
34 |
+
#: plugins/badbehaviour.php:55
|
35 |
+
#: plugins/domain-mapping.php:53
|
36 |
+
#: plugins/searchengine.php:67
|
37 |
+
msgid "disabled"
|
38 |
+
msgstr "inaktiverad"
|
39 |
+
|
40 |
+
#: plugins/awaitingmoderation.php:31
|
41 |
+
#: plugins/badbehaviour.php:57
|
42 |
+
#: plugins/domain-mapping.php:55
|
43 |
+
#: plugins/searchengine.php:69
|
44 |
+
#: wp-cache.php:1460
|
45 |
+
msgid "enabled"
|
46 |
+
msgstr "aktiverad"
|
47 |
+
|
48 |
+
#: plugins/awaitingmoderation.php:33
|
49 |
+
#, php-format
|
50 |
+
msgid "Awaiting Moderation plugin is %s"
|
51 |
+
msgstr "Tillägget Awaiting Moderation är %s"
|
52 |
+
|
53 |
+
#: plugins/awaitingmoderation.php:34
|
54 |
+
msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
|
55 |
+
msgstr "(Ta bort texten \"Din kommentar väntar på moderering.\" när någon lämnar en modererad kommentar.)"
|
56 |
+
|
57 |
+
#: plugins/awaitingmoderation.php:36
|
58 |
+
#: plugins/badbehaviour.php:63
|
59 |
+
#: plugins/domain-mapping.php:60
|
60 |
+
#: plugins/searchengine.php:74
|
61 |
+
#: wp-cache.php:1114
|
62 |
+
msgid "Enable"
|
63 |
+
msgstr "Aktivera"
|
64 |
+
|
65 |
+
#: plugins/badbehaviour.php:45
|
66 |
+
msgid "Bad Behaviour not found. Please check your install."
|
67 |
+
msgstr "Bad Behaviour hittades inte. Var vänlig kontrollera din installation."
|
68 |
+
|
69 |
+
#: plugins/badbehaviour.php:60
|
70 |
+
#, php-format
|
71 |
+
msgid "Bad Behaviour support is %s."
|
72 |
+
msgstr "Bad Behaviour-stöd är %s."
|
73 |
+
|
74 |
+
#: plugins/badbehaviour.php:61
|
75 |
+
#, php-format
|
76 |
+
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/\") "
|
77 |
+
msgstr "(endast föråldrad cache stöds, inaktiverad kompression och kräver <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> i \"%s/plugins/bad-behavior/\")"
|
78 |
+
|
79 |
+
#: plugins/badbehaviour.php:69
|
80 |
+
#: wp-cache.php:1191
|
81 |
+
#: wp-cache.php:1193
|
82 |
+
msgid "Warning!"
|
83 |
+
msgstr "Varning!"
|
84 |
+
|
85 |
+
#: plugins/domain-mapping.php:57
|
86 |
+
#, php-format
|
87 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
|
88 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-tilläget är %s"
|
89 |
+
|
90 |
+
#: plugins/domain-mapping.php:58
|
91 |
+
msgid "(support for multiple domains on multisite websites) "
|
92 |
+
msgstr "(stöd för flera domäner på flera webbplatser)"
|
93 |
+
|
94 |
+
#: plugins/domain-mapping.php:72
|
95 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
96 |
+
msgstr "Domain Mapping-tillägget detekterat! Var vänlig gå till Supercache-tilläggets sida och aktivera domain mapping hjälp-tillägget."
|
97 |
+
|
98 |
+
#: plugins/searchengine.php:71
|
99 |
+
#, php-format
|
100 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
101 |
+
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-tillägget är %s"
|
102 |
+
|
103 |
+
#: plugins/searchengine.php:72
|
104 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
105 |
+
msgstr "(kräver <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> också) "
|
106 |
+
|
107 |
+
#: wp-cache.php:87
|
108 |
+
#, php-format
|
109 |
+
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
110 |
+
msgstr "Var vänlig skapa %s /wp-cache-config.php från wp-super-cache/wp-cache-config-sample.php"
|
111 |
+
|
112 |
+
#: wp-cache.php:138
|
113 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
114 |
+
msgstr "Varning! PHP Safe Mode aktiverat!"
|
115 |
+
|
116 |
+
#: wp-cache.php:139
|
117 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
118 |
+
msgstr "Du kan uppleva problem när du använder det här tillägget eftersom SAFE MODE är aktiverat."
|
119 |
+
|
120 |
+
#: wp-cache.php:143
|
121 |
+
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
122 |
+
msgstr "Din server är inställd för att kontrollera ägaren av PHP-skript innan den tillåter dom att läsa och skriva filer."
|
123 |
+
|
124 |
+
#: wp-cache.php:144
|
125 |
+
#, php-format
|
126 |
+
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."
|
127 |
+
msgstr "Du eller en administratör kan få det att fungera genom att ändra grupp-ägaren av pluginskripten till att passa webserver användaren. Gruppägaren av mappen %s/cache/ måste också ändras. Läs <a href=\"http://php.net/features.safe-mode\">safe mode manualsidan</a> för mer information."
|
128 |
+
|
129 |
+
#: wp-cache.php:146
|
130 |
+
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."
|
131 |
+
msgstr "Du eller en administratör måste inaktivera det här. Läs <a href=\"http://php.net/features.safe-mode\">safe mode manualsidan</a> för mer information. Det här kan tyvärr inte inaktiveras i en .htaccess fil. Det måste göras i konfigurationsfilen php.ini."
|
132 |
+
|
133 |
+
#: wp-cache.php:152
|
134 |
+
msgid "Permlink Structure Error"
|
135 |
+
msgstr "Fel på permalänkstrukturen"
|
136 |
+
|
137 |
+
#: wp-cache.php:153
|
138 |
+
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."
|
139 |
+
msgstr "En anpassad url- eller permalänkstruktur behövs för att detta tillägg ska fungera korrekt. Var vänlig gå till <a href=\"options-permalink.php\">Inställningssidan för Permalänkar</a> och ställ in dina permalänkar."
|
140 |
+
|
141 |
+
#: wp-cache.php:165
|
142 |
+
#, php-format
|
143 |
+
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
144 |
+
msgstr "Varning! Ditt värdnamn \"%s\" löses upp till %s"
|
145 |
+
|
146 |
+
#: wp-cache.php:166
|
147 |
+
#, php-format
|
148 |
+
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."
|
149 |
+
msgstr "Din server tror ditt värdnamn löses upp till %s. En del tjänster som upprensningen av det här tillägget, och Wordpress schemalagda inlägg kanske inte fungerar korrekt."
|
150 |
+
|
151 |
+
#: wp-cache.php:167
|
152 |
+
#: wp-cache.php:181
|
153 |
+
#, php-format
|
154 |
+
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
155 |
+
msgstr "Var vänlig läs inlägg 16 i <a href=\"%s\">Felsökningsdelen</a> av readme.txt"
|
156 |
+
|
157 |
+
#: wp-cache.php:180
|
158 |
+
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."
|
159 |
+
msgstr "Tyvärr kan inte WordPress hitta filen wp-cron.php. Det här skriptet krävs för att upprensningen av det här tillägget ska fungera korrekt, WordPress schemalagda inlägg såväl som andra kritiska aktiviteter."
|
160 |
+
|
161 |
+
#: wp-cache.php:195
|
162 |
+
msgid "Cannot continue... fix previous problems and retry."
|
163 |
+
msgstr "Kan inte fortsätta... rätta till tidigare problem och försök igen."
|
164 |
+
|
165 |
+
#: wp-cache.php:204
|
166 |
+
msgid "Zlib Output Compression Enabled!"
|
167 |
+
msgstr "Zlib utdatakomprimering aktiverad!"
|
168 |
+
|
169 |
+
#: wp-cache.php:205
|
170 |
+
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."
|
171 |
+
msgstr "PHP komprimerar datat som sänds till besökare på din webbsida. Det rekommenderas att stänga av det eftersom tillägget sparar det komprimerade utdatat en gång i stället för att komprimera samma sida om och om igen. Se också #21 på felsökningssidan. Se <a href=\"http://php.net/manual/en/zlib.configuration.php\">denna sida</a> för instruktioner hur du ändrar din php.ini."
|
172 |
+
|
173 |
+
#: wp-cache.php:209
|
174 |
+
msgid "Mod rewrite may not be installed!"
|
175 |
+
msgstr "Mod rewrite kanske inte är installerat!"
|
176 |
+
|
177 |
+
#: wp-cache.php:210
|
178 |
+
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."
|
179 |
+
msgstr "Det verkar som att mod_rewrite inte är installerat. Ibland är inte den här kontrollen 100% tillförlitlig, speciellt om du inte använder Apache. Var vänlig kontrollera att mod_rewrite-modulen laddas. Det är nödvändigt för att skapa Super Cache statiska filer. Du kan fortfarande använda föråldrade och PHP-lägena."
|
180 |
+
|
181 |
+
#: wp-cache.php:215
|
182 |
+
msgid "Read Only Mode. Configuration cannot be changed."
|
183 |
+
msgstr "Skrivskyddat läge. Konfigurationen kan inte ändras."
|
184 |
+
|
185 |
+
#: wp-cache.php:216
|
186 |
+
#, php-format
|
187 |
+
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."
|
188 |
+
msgstr "WP Super Cache-konfigurationsfilen är <code>%s/wp-cache-config.php</code> och kan inte ändras. Den filen måste vara skrivbar av web-servern för att kunna göra några ändringar."
|
189 |
+
|
190 |
+
#: wp-cache.php:217
|
191 |
+
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."
|
192 |
+
msgstr "Ett enkelt sätt att göra detta är att ändra rättigheterna tillfälligt genom att använda CHMOD kommandot eller genom din ftp-klient. Kontrolllera att den är globalt skrivbar och det ska gå bra."
|
193 |
+
|
194 |
+
#: wp-cache.php:218
|
195 |
+
msgid "Writeable:"
|
196 |
+
msgstr "Skrivbar:"
|
197 |
+
|
198 |
+
#: wp-cache.php:219
|
199 |
+
msgid "Readonly:"
|
200 |
+
msgstr "Skrivskyddad:"
|
201 |
+
|
202 |
+
#: wp-cache.php:231
|
203 |
+
#, php-format
|
204 |
+
msgid "Warning! %s is writeable!"
|
205 |
+
msgstr "Varning! %s är skrivbar!"
|
206 |
+
|
207 |
+
#: wp-cache.php:232
|
208 |
+
#, php-format
|
209 |
+
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
210 |
+
msgstr "Du bör ändra rättigheterna på %s och göra dom mer restriktiva. Använd din ftp-klient, eller följande kommando för att rätta till:"
|
211 |
+
|
212 |
+
#: wp-cache.php:240
|
213 |
+
msgid "Mobile rewrite rules detected"
|
214 |
+
msgstr "Mobila omskrivningsregler hittade"
|
215 |
+
|
216 |
+
#: wp-cache.php:241
|
217 |
+
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."
|
218 |
+
msgstr "För bästa prestanda ska du aktivera \"Stöd för mobila enheter\" eller radera de mobila omskrivningsreglerna i din .htaccess. Leta efter de 2 raderna med texten \"2.0\\ MMP|240x320\" och radera dessa. "
|
219 |
+
|
220 |
+
#: wp-cache.php:241
|
221 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
222 |
+
msgstr "Det här har ingen påverkan på vanliga användare men mobila användare kommer se ocachade sidor."
|
223 |
+
|
224 |
+
#: wp-cache.php:247
|
225 |
+
#: wp-cache.php:258
|
226 |
+
msgid "Rewrite rules must be updated"
|
227 |
+
msgstr "Mod Rewrite regler måste uppdateras"
|
228 |
+
|
229 |
+
#: wp-cache.php:248
|
230 |
+
#: wp-cache.php:259
|
231 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
232 |
+
msgstr "Rewrite-reglerna som krävs för detta tillägg har ändrats eller saknas."
|
233 |
+
|
234 |
+
#: wp-cache.php:249
|
235 |
+
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):"
|
236 |
+
msgstr "Mobilt stöd kräver extra regler i din .htaccess fil, eller så kan du ställa in tillägget på föråldrat läge. Här är dina valmöjligheter (sorterat efter svårighetsgrad):"
|
237 |
+
|
238 |
+
#: wp-cache.php:250
|
239 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
240 |
+
msgstr "Ställ in tillägget på föråldrat läge och aktivera mobilt stöd."
|
241 |
+
|
242 |
+
#: wp-cache.php:251
|
243 |
+
#: wp-cache.php:260
|
244 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
245 |
+
msgstr "Skrolla ner till de avancerade inställningarna och klicka på knappen <strong>Uppdatera Mod_Rewrite Reglerna</strong>."
|
246 |
+
|
247 |
+
#: wp-cache.php:252
|
248 |
+
#, php-format
|
249 |
+
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."
|
250 |
+
msgstr "Radera tilläggets mod_rewrite regler i %s.htaccess omslutet av <code># BEGIN WPSuperCache</code> och <code># END WPSuperCache</code> och låt tillägget återskapa dom genom att ladda om den här sidan."
|
251 |
+
|
252 |
+
#: wp-cache.php:253
|
253 |
+
#, php-format
|
254 |
+
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)"
|
255 |
+
msgstr "Lägg till reglerna själv. Redigera %s.htaccess och hitta blocket med kod som omsluts av raderna <code># BEGIN WPSuperCache</code> och <code># END WPSuperCache</code>. Det är två delar som ser väldigt lika ut. Precis nedanför raden <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> lägg till den här raden: (gör det två gånger, en för varje del)"
|
256 |
+
|
257 |
+
#: wp-cache.php:266
|
258 |
+
msgid "Required to serve compressed supercache files properly."
|
259 |
+
msgstr "Krävs för att visa komprimerade supercache filer korrekt."
|
260 |
+
|
261 |
+
#: wp-cache.php:266
|
262 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
263 |
+
msgstr "Krävs för att ställa in cacheinformation på supercache sidor. IE7 användare kommer se gamla sidor utan den här modulen."
|
264 |
+
|
265 |
+
#: wp-cache.php:266
|
266 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
267 |
+
msgstr "Ställ in utgångsdatum på supercachade sidor. Besökare kanske inte ser nya sidor när dom laddar om eller lämnar en kommentar utan den här modulen."
|
268 |
+
|
269 |
+
#: wp-cache.php:273
|
270 |
+
msgid "Missing Apache Modules"
|
271 |
+
msgstr "Saknade Apachemoduler"
|
272 |
+
|
273 |
+
#: wp-cache.php:274
|
274 |
+
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."
|
275 |
+
msgstr "Följande Apache moduler saknas. Tillägget fungerar i föråldrat läge utan dessa. I fullt Supercache läge kan dina besökare dock se förvanskade sidor eller gammalt innehåll."
|
276 |
+
|
277 |
+
#: wp-cache.php:413
|
278 |
+
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."
|
279 |
+
msgstr "<strong>Varning!</strong> Du försökte aktivera komprimering men <code>zlib.output_compression</code> är aktiverad. Se #21 i felsökningssektionen i readme-filen."
|
280 |
+
|
281 |
+
#: wp-cache.php:501
|
282 |
+
msgid "WP Super Cache Settings"
|
283 |
+
msgstr "WP Super Cache-inställningar"
|
284 |
+
|
285 |
+
#: wp-cache.php:512
|
286 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
287 |
+
msgstr "Observera: <em>Mod_rewrite eller föråldrar cachning aktiverad</em>. Visar avancerade inställningar som standard."
|
288 |
+
|
289 |
+
#: wp-cache.php:523
|
290 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
291 |
+
msgstr "Konfigurationsfil ändrad, några värden kan vara fel. Ladda sidan igen från \"Inställningar\"-menyn för att återställa dom."
|
292 |
+
|
293 |
+
#: wp-cache.php:540
|
294 |
+
#: wp-cache.php:614
|
295 |
+
msgid "Caching must be enabled to use this feature"
|
296 |
+
msgstr "Cachning måste vara aktiverad för att använda den här funktionen"
|
297 |
+
|
298 |
+
#: wp-cache.php:542
|
299 |
+
msgid "Cache Tester"
|
300 |
+
msgstr "Cachetestare"
|
301 |
+
|
302 |
+
#: wp-cache.php:543
|
303 |
+
msgid "Test your cached website by clicking the test button below."
|
304 |
+
msgstr "Testa din cachade websida genom att genom att klicka på testknappen nedan."
|
305 |
+
|
306 |
+
#: wp-cache.php:550
|
307 |
+
#, php-format
|
308 |
+
msgid "Fetching %s to prime cache: "
|
309 |
+
msgstr "Hämtar %s till den primära cachen:"
|
310 |
+
|
311 |
+
#: wp-cache.php:552
|
312 |
+
#: wp-cache.php:559
|
313 |
+
#: wp-cache.php:566
|
314 |
+
msgid "OK"
|
315 |
+
msgstr "OK"
|
316 |
+
|
317 |
+
#: wp-cache.php:557
|
318 |
+
#, php-format
|
319 |
+
msgid "Fetching first copy of %s: "
|
320 |
+
msgstr "Hämtar första kopian av %s:"
|
321 |
+
|
322 |
+
#: wp-cache.php:564
|
323 |
+
#, php-format
|
324 |
+
msgid "Fetching second copy of %s: "
|
325 |
+
msgstr "Hämtar en andra kopia av %s:"
|
326 |
+
|
327 |
+
#: wp-cache.php:570
|
328 |
+
msgid "One or more page requests failed:"
|
329 |
+
msgstr "En eller flera sidförfrågningar misslyckades:"
|
330 |
+
|
331 |
+
#: wp-cache.php:589
|
332 |
+
#: wp-cache.php:590
|
333 |
+
#, php-format
|
334 |
+
msgid "Page %d: %d (%s)"
|
335 |
+
msgstr "Sida %d: %d (%s):"
|
336 |
+
|
337 |
+
#: wp-cache.php:596
|
338 |
+
#, php-format
|
339 |
+
msgid "Page 1: %s"
|
340 |
+
msgstr "Sida 1: %s"
|
341 |
+
|
342 |
+
#: wp-cache.php:597
|
343 |
+
#, php-format
|
344 |
+
msgid "Page 2: %s"
|
345 |
+
msgstr "Sida 2: %s"
|
346 |
+
|
347 |
+
#: wp-cache.php:598
|
348 |
+
msgid "The timestamps on both pages match!"
|
349 |
+
msgstr "Tidsstämplarna på sidorna matchar!"
|
350 |
+
|
351 |
+
#: wp-cache.php:600
|
352 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
353 |
+
msgstr "Sidorna matchar inte! Tidsstämplarna är olika eller hittades inte!"
|
354 |
+
|
355 |
+
#: wp-cache.php:606
|
356 |
+
msgid "Send non-secure (non https) request for homepage"
|
357 |
+
msgstr "Skicka osäker (icke https) förfrågan om hemsida"
|
358 |
+
|
359 |
+
#: wp-cache.php:607
|
360 |
+
msgid "Test Cache"
|
361 |
+
msgstr "Testa Cache"
|
362 |
+
|
363 |
+
#: wp-cache.php:632
|
364 |
+
#: wp-cache.php:755
|
365 |
+
msgid "Cancel Cache Preload"
|
366 |
+
msgstr "Avbryt cache-förladdning"
|
367 |
+
|
368 |
+
#: wp-cache.php:638
|
369 |
+
msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
|
370 |
+
msgstr "Schemalagd förladdning av cachen avbruten. Om ett jobb för tillfället körs kommer det inte att stängas av förrän de nuvarande 100 sidorna är färdiga."
|
371 |
+
|
372 |
+
#: wp-cache.php:649
|
373 |
+
msgid "Scheduled preloading of cache cancelled."
|
374 |
+
msgstr "Schemalagd förladdning av cachen avbruten."
|
375 |
+
|
376 |
+
#: wp-cache.php:675
|
377 |
+
#: wp-cache.php:753
|
378 |
+
msgid "Preload Cache Now"
|
379 |
+
msgstr "Förladda cache nu"
|
380 |
+
|
381 |
+
#: wp-cache.php:678
|
382 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
383 |
+
msgstr "Schemalagd förladdning av cachen om 10 sekunder."
|
384 |
+
|
385 |
+
#: wp-cache.php:682
|
386 |
+
#, php-format
|
387 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
388 |
+
msgstr "Schemalagd förladdning av cachen om %d minuter."
|
389 |
+
|
390 |
+
#: wp-cache.php:686
|
391 |
+
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."
|
392 |
+
msgstr "Det här kommer att cacha varje publicerat inlägg och sida på din webbplats. Det kommer att skapa statiska supercachefiler så att okända besökare (inklusive bottar) kommer att träffa en cachad sida. Det kommer antagligen att hjälpa din Google-rankning eftersom de numera använder hastighet som ett mätvärde när det bedömer webbplatser."
|
393 |
+
|
394 |
+
#: wp-cache.php:687
|
395 |
+
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."
|
396 |
+
msgstr "Förladdning skapar massor med filer. Cachning görs från det nyaste inlägget till det äldsta, så fundera på att bara cacha de nyaste om du har massor (10000+) inlägg. Det är särskilt viktigt med en delad webbserver."
|
397 |
+
|
398 |
+
#: wp-cache.php:688
|
399 |
+
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."
|
400 |
+
msgstr "I ’Förladdningsläge’ kommer upprensningen bara ta bort gamla filer för kända användare, inte de förladdade supercachefilerna. Det är en rekommenderad inställning när cachen är förladdad."
|
401 |
+
|
402 |
+
#: wp-cache.php:692
|
403 |
+
#, php-format
|
404 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
405 |
+
msgstr "Uppdatera förladdade cachefiler var %s minut. (0 för att stänga av, minst %d minuter.)"
|
406 |
+
|
407 |
+
#: wp-cache.php:705
|
408 |
+
msgid "all"
|
409 |
+
msgstr "alla"
|
410 |
+
|
411 |
+
#: wp-cache.php:718
|
412 |
+
#, php-format
|
413 |
+
msgid "Preload %s posts."
|
414 |
+
msgstr "Förladda %s inlägg."
|
415 |
+
|
416 |
+
#: wp-cache.php:725
|
417 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
418 |
+
msgstr "Förladdningsläge (upprensning av endast gamla filer. Rekommenderat.)"
|
419 |
+
|
420 |
+
#: wp-cache.php:728
|
421 |
+
msgid "Send me status emails when files are refreshed."
|
422 |
+
msgstr "Skicka status-epost till mig när filerna uppdateras."
|
423 |
+
|
424 |
+
#: wp-cache.php:733
|
425 |
+
msgid "Many emails, 2 emails per 100 posts."
|
426 |
+
msgstr "Mycket e-post, 2 brev per 100 inlägg."
|
427 |
+
|
428 |
+
#: wp-cache.php:736
|
429 |
+
msgid "Medium, 1 email per 100 posts."
|
430 |
+
msgstr "Mellan, 1 brev per 100 inlägg."
|
431 |
+
|
432 |
+
#: wp-cache.php:739
|
433 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
434 |
+
msgstr "Mindre e-post, 1 i början och 1 i slutet av förladdning av alla inlägg."
|
435 |
+
|
436 |
+
#: wp-cache.php:743
|
437 |
+
#, php-format
|
438 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
439 |
+
msgstr "Uppdatering av cache om %d timmar %d minuter och %d sekunder."
|
440 |
+
|
441 |
+
#: wp-cache.php:744
|
442 |
+
#, php-format
|
443 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
444 |
+
msgstr "Fullständig uppdatering om %d timmar %d minuter och %d sekunder."
|
445 |
+
|
446 |
+
#: wp-cache.php:750
|
447 |
+
#, php-format
|
448 |
+
msgid "Currently caching from post %d to %d."
|
449 |
+
msgstr "För närvarande cachas från inlägg %d till %d."
|
450 |
+
|
451 |
+
#: wp-cache.php:753
|
452 |
+
msgid "Update Settings"
|
453 |
+
msgstr "Uppdatera inställningar"
|
454 |
+
|
455 |
+
#: wp-cache.php:761
|
456 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
457 |
+
msgstr "Förladdning av cache är avaktiverat. Var vänlig avaktivera föråldrat läge eller prata med din serveradministratör."
|
458 |
+
|
459 |
+
#: wp-cache.php:776
|
460 |
+
#: wp-cache.php:865
|
461 |
+
msgid "Caching"
|
462 |
+
msgstr "Cachning"
|
463 |
+
|
464 |
+
#: wp-cache.php:780
|
465 |
+
msgid "Cache hits to this website for quick access."
|
466 |
+
msgstr "Cacheträffar för den här webbplatsen för snabb åtkomst."
|
467 |
+
|
468 |
+
#: wp-cache.php:780
|
469 |
+
#: wp-cache.php:781
|
470 |
+
#: wp-cache.php:795
|
471 |
+
#: wp-cache.php:799
|
472 |
+
#: wp-cache.php:802
|
473 |
+
#: wp-cache.php:803
|
474 |
+
#: wp-cache.php:868
|
475 |
+
msgid "Recommended"
|
476 |
+
msgstr "Rekommenderat"
|
477 |
+
|
478 |
+
#: wp-cache.php:781
|
479 |
+
msgid "Use mod_rewrite to serve cache files."
|
480 |
+
msgstr "Använd mod_rewrite för att serva cachefiler."
|
481 |
+
|
482 |
+
#: wp-cache.php:782
|
483 |
+
msgid "Use PHP to serve cache files."
|
484 |
+
msgstr "Använd PHP för att presentera cachade filer."
|
485 |
+
|
486 |
+
#: wp-cache.php:783
|
487 |
+
msgid "Legacy page caching."
|
488 |
+
msgstr "Föråldrad sidcaching"
|
489 |
+
|
490 |
+
#: wp-cache.php:784
|
491 |
+
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."
|
492 |
+
msgstr "Mod_rewrite är det snabbaste, PHP är nästan lika snabbt och enklare att få igång, medans föråldrat läge är långsammare, men mer flexibelt och också enkelt att få igång. Nya användare bör starta med PHP-caching."
|
493 |
+
|
494 |
+
#: wp-cache.php:790
|
495 |
+
msgid "Miscellaneous"
|
496 |
+
msgstr "Diverse"
|
497 |
+
|
498 |
+
#: wp-cache.php:795
|
499 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
500 |
+
msgstr "Komprimera sidor så att de presenteras snabbare för besökare."
|
501 |
+
|
502 |
+
#: wp-cache.php:796
|
503 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
504 |
+
msgstr "Komprimering är inaktiverat som standard för vissa värdar har problem med komprimerade filer. Att sätta på eller stänga av det här rensar cachen."
|
505 |
+
|
506 |
+
#: wp-cache.php:799
|
507 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
508 |
+
msgstr "304 Not Modified webbläsarcaching. Indikerar när en sida inte har modifierats sedan den senast hämtades."
|
509 |
+
|
510 |
+
#: wp-cache.php:800
|
511 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
512 |
+
msgstr "304-stöd är avstängt som standard eftersom GoDaddy förut har haft problem med några av sidhuvudena som använts."
|
513 |
+
|
514 |
+
#: wp-cache.php:802
|
515 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
516 |
+
msgstr "Cacha inte sidor för <acronym title=\"Inloggade användare och de som kommenterar\">kända användare</acronym>."
|
517 |
+
|
518 |
+
#: wp-cache.php:803
|
519 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
520 |
+
msgstr "Cacheombyggning. Presentera en supercachefil till anonyma användare medan en ny fil genereras."
|
521 |
+
|
522 |
+
#: wp-cache.php:804
|
523 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
524 |
+
msgstr "Berätta stolt för världen att din server är Diggsäker! (placerar ett meddelande i din bloggs sidfot)"
|
525 |
+
|
526 |
+
#: wp-cache.php:810
|
527 |
+
#: wp-cache.php:957
|
528 |
+
#: wp-cache.php:1473
|
529 |
+
msgid "Advanced"
|
530 |
+
msgstr "Avancerat"
|
531 |
+
|
532 |
+
#: wp-cache.php:814
|
533 |
+
msgid "Mobile device support."
|
534 |
+
msgstr "Stöd för mobila enheter."
|
535 |
+
|
536 |
+
#: wp-cache.php:815
|
537 |
+
msgid "Clear all cache files when a post or page is published."
|
538 |
+
msgstr "Rensa alla cachefiler när ett inlägg eller sida publiceras."
|
539 |
+
|
540 |
+
#: wp-cache.php:816
|
541 |
+
msgid "Only refresh current page when comments made."
|
542 |
+
msgstr "Uppdatera endast aktuell sida när en kommentar läggs in."
|
543 |
+
|
544 |
+
#: wp-cache.php:817
|
545 |
+
msgid "List the newest cached pages on this page."
|
546 |
+
msgstr "Lista de senast cachade sidorna på den här sidan."
|
547 |
+
|
548 |
+
#: wp-cache.php:819
|
549 |
+
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>"
|
550 |
+
msgstr "Enkel fillåsning. Du behöver antagligen inte det här men det kan hjälpa om din server är överbelastad. Varning! <em>Kan göra så att din server låser sig i unika fall!</em>"
|
551 |
+
|
552 |
+
#: wp-cache.php:822
|
553 |
+
msgid "Use object cache to store cached files."
|
554 |
+
msgstr "Använd objektcache för att lagra cachade filer."
|
555 |
+
|
556 |
+
#: wp-cache.php:822
|
557 |
+
msgid "(Experimental)"
|
558 |
+
msgstr "(Experimentellt)"
|
559 |
+
|
560 |
+
#: wp-cache.php:829
|
561 |
+
msgid "Note:"
|
562 |
+
msgstr "Notera:"
|
563 |
+
|
564 |
+
#: wp-cache.php:831
|
565 |
+
#, php-format
|
566 |
+
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!)"
|
567 |
+
msgstr "Om du avinstallerar det här tillägget, kontrollera att katalogen <em>%s</em> är skrivbar av webservern så att filerna <em>advanced-cache.php</em> och <em>cache-config.php</em> kan raderas automatiskt. (Att kontrollera att dessa filer är skrivbara är antagligen också en bra idé) "
|
568 |
+
|
569 |
+
#: wp-cache.php:832
|
570 |
+
#, php-format
|
571 |
+
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\"."
|
572 |
+
msgstr "Se <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> för instruktioner om hur man avinstallerar detta script. Leta efter rubriken \"How to uninstall WP Super Cache\"."
|
573 |
+
|
574 |
+
#: wp-cache.php:833
|
575 |
+
#, php-format
|
576 |
+
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."
|
577 |
+
msgstr "Behöver du hjälp? Kolla <a href=\"%1$s\">Super Cache readme-filen</a>. Den innehåller installationsdokumentation, en FAQ och felsökningstips. <a href=\"%2$s\">Supportforumet</a> finns också. Din fråga kanske redan har besvarats."
|
578 |
+
|
579 |
+
#: wp-cache.php:836
|
580 |
+
#: wp-cache.php:883
|
581 |
+
msgid "Update Status"
|
582 |
+
msgstr "Uppdatera Status"
|
583 |
+
|
584 |
+
#: wp-cache.php:843
|
585 |
+
msgid "Accepted Filenames & Rejected URIs"
|
586 |
+
msgstr "Accepterade filnamn & Avvisade URI:er"
|
587 |
+
|
588 |
+
#: wp-cache.php:868
|
589 |
+
msgid "Caching On"
|
590 |
+
msgstr "Cachning på"
|
591 |
+
|
592 |
+
#: wp-cache.php:869
|
593 |
+
msgid "Caching Off"
|
594 |
+
msgstr "Cachning av"
|
595 |
+
|
596 |
+
#: wp-cache.php:870
|
597 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
598 |
+
msgstr "Observera: aktiverar PHP-cachning, cacheombyggnad och stöd för mobila enheter"
|
599 |
+
|
600 |
+
#: wp-cache.php:880
|
601 |
+
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."
|
602 |
+
msgstr "Observera: Supercache mod_rewrite-regler detekterades. Cachade filer kommer att presenteras med de reglerna. Redigera .htaccess-filen i roten för din installation och ta bort Supercachereglerna."
|
603 |
+
|
604 |
+
#: wp-cache.php:892
|
605 |
+
msgid "Make WordPress Faster"
|
606 |
+
msgstr "Gör WordPress snabbare"
|
607 |
+
|
608 |
+
#: wp-cache.php:893
|
609 |
+
#, php-format
|
610 |
+
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
611 |
+
msgstr "%1$s underhålls och är utvecklat av %2$s med stöd från många andra."
|
612 |
+
|
613 |
+
#: wp-cache.php:894
|
614 |
+
#, php-format
|
615 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
616 |
+
msgstr "Han bloggar på %1$s och lägger ut bilder på %2$s."
|
617 |
+
|
618 |
+
#: wp-cache.php:895
|
619 |
+
#, php-format
|
620 |
+
msgid "Please say hi to him on %s too!"
|
621 |
+
msgstr "Var vänlig säg hej till honom på %s också!"
|
622 |
+
|
623 |
+
#: wp-cache.php:903
|
624 |
+
#, php-format
|
625 |
+
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
626 |
+
msgstr "Cachade sidor sedan %1$s : <strong>%2$s</strong>"
|
627 |
+
|
628 |
+
#: wp-cache.php:904
|
629 |
+
msgid "Newest Cached Pages:"
|
630 |
+
msgstr "Senast cachade sidor:"
|
631 |
+
|
632 |
+
#: wp-cache.php:908
|
633 |
+
#, php-format
|
634 |
+
msgid "Cached %s seconds ago"
|
635 |
+
msgstr "Cachades för %s sekunder sedan"
|
636 |
+
|
637 |
+
#: wp-cache.php:911
|
638 |
+
msgid "(may not always be accurate on busy sites)"
|
639 |
+
msgstr "(kanske inte alltid är helt korrekt på upptagna sidor)"
|
640 |
+
|
641 |
+
#: wp-cache.php:930
|
642 |
+
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."
|
643 |
+
msgstr "Cachetillägg är PHP-script som finns i en tilläggsmapp i wp-super-cache-mappen. De laddas när Supercache laddas, mycket tidigare än vanliga WordPresstillägg."
|
644 |
+
|
645 |
+
#: wp-cache.php:931
|
646 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
647 |
+
msgstr "Detta är en avancerad funktion och kunskap om både PHP och WordPress agerande behövs för att skapa dem."
|
648 |
+
|
649 |
+
#: wp-cache.php:941
|
650 |
+
msgid "Available Plugins"
|
651 |
+
msgstr "Tillgängliga tillägg"
|
652 |
+
|
653 |
+
#: wp-cache.php:957
|
654 |
+
msgid "Easy"
|
655 |
+
msgstr "Enkel"
|
656 |
+
|
657 |
+
#: wp-cache.php:957
|
658 |
+
msgid "Tester & Contents"
|
659 |
+
msgstr "Testare & innehåll"
|
660 |
+
|
661 |
+
#: wp-cache.php:957
|
662 |
+
msgid "Preload"
|
663 |
+
msgstr "Förladda"
|
664 |
+
|
665 |
+
#: wp-cache.php:957
|
666 |
+
msgid "Plugins"
|
667 |
+
msgstr "Tillägg"
|
668 |
+
|
669 |
+
#: wp-cache.php:957
|
670 |
+
msgid "Debug"
|
671 |
+
msgstr "Debug"
|
672 |
+
|
673 |
+
#: wp-cache.php:984
|
674 |
+
#, php-format
|
675 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
676 |
+
msgstr "Observera: WP Super Cache mod_rewrite regelkontroller är avstängda när du inte kör på <a href=\"%s\">huvudsidan</a> i nätverket."
|
677 |
+
|
678 |
+
#: wp-cache.php:986
|
679 |
+
#, php-format
|
680 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
681 |
+
msgstr "Observera: WP Super Cache mod_rewrite regelkontroller är avstängda när du inte kör på <a href=\"%s\">huvudsidan</a> i nätverket."
|
682 |
+
|
683 |
+
#: wp-cache.php:996
|
684 |
+
msgid "Mod Rewrite Rules"
|
685 |
+
msgstr "Mod Rewrite regler"
|
686 |
+
|
687 |
+
#: wp-cache.php:1002
|
688 |
+
msgid "WordPress MU Detected"
|
689 |
+
msgstr "WordPress MU detekterat"
|
690 |
+
|
691 |
+
#: wp-cache.php:1002
|
692 |
+
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."
|
693 |
+
msgstr "Tyvärr kan inte omskrivningsreglerna uppdateras automatiskt när WordPress MU körs. Var vänlig öppna din .htaccess och lägg till följande mod_rewrite regel över alla andra regler i den filen."
|
694 |
+
|
695 |
+
#: wp-cache.php:1004
|
696 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
697 |
+
msgstr "Mod Rewrite reglerna kan inte uppdateras!"
|
698 |
+
|
699 |
+
#: wp-cache.php:1005
|
700 |
+
#, php-format
|
701 |
+
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:"
|
702 |
+
msgstr "Du måste ha <strong>BEGIN</strong> och <strong>END</strong> markeringar i %s.htaccess för att automatisk uppdatering ska fungera. Dom ser ut såhär om omger de huvudsakliga WordPress mod_rewrite reglerna:"
|
703 |
+
|
704 |
+
#: wp-cache.php:1007
|
705 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
706 |
+
msgstr "Uppdatera den här sidan när du har uppdaterat din .htaccess fil."
|
707 |
+
|
708 |
+
#: wp-cache.php:1011
|
709 |
+
msgid "Thank you for upgrading."
|
710 |
+
msgstr "Tack för att du uppgraderat."
|
711 |
+
|
712 |
+
#: wp-cache.php:1011
|
713 |
+
#, php-format
|
714 |
+
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."
|
715 |
+
msgstr "Mod_rewrite reglerna har ändrats sedan du senast installerade det här tillägget. Tyvärr måste du ta bort de gamla supercache reglerna innan de nya är uppdaterade. Uppdatera den här sidan när du har redigerat din .htaccess fil. Om du vill uppgradera manuellt, ändra följande rad: %1$s så den ser ut såhär: %2$s De enda ändringarna är \"HTTP_COOKIE\" blir \"HTTP:Cookie\" och \"wordpressuser\" blir \"wordpress\". Det här är en WordPress 2.5 ändring men det är bakåt kompatibelt med äldre versioner om du är modig nog att använda dem."
|
716 |
+
|
717 |
+
#: wp-cache.php:1015
|
718 |
+
msgid "Trailing slash check required."
|
719 |
+
msgstr "Efterföljande slash kontroll krävs."
|
720 |
+
|
721 |
+
#: wp-cache.php:1015
|
722 |
+
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:"
|
723 |
+
msgstr "Det verkar som att din blogg har URL:er som slutar med en \"/\". Tyvärr eftersom du har installerat det här tillägget har en dubbelt-innehåll-bugg hittats där URL:er som inte slutar med \"/\" visar samma innehåll som dom med \"/\" och vidarebefordrar inte till rätt URL. För att laga, måste du redigera din .htaccess fil och lägga till de här två reglerna till de två grupperna med Super Cache regler:"
|
724 |
+
|
725 |
+
#: wp-cache.php:1017
|
726 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
727 |
+
msgstr "Du kan se var reglerna går och utforska de kompletta reglerna genom att klicka \"Visa mod_rewrite regler\" länken nedan."
|
728 |
+
|
729 |
+
#: wp-cache.php:1031
|
730 |
+
msgid "Mod Rewrite rules updated!"
|
731 |
+
msgstr "Mod Rewrite regler uppdaterade!"
|
732 |
+
|
733 |
+
#: wp-cache.php:1032
|
734 |
+
#, php-format
|
735 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
736 |
+
msgstr "%s.htaccess har uppdaterats med dom nödvändiga mod_rewrite reglerna. Var vänlig kontrollera att dom är rätt. Dom ska se ut såhär:"
|
737 |
+
|
738 |
+
#: wp-cache.php:1034
|
739 |
+
msgid "Mod Rewrite rules must be updated!"
|
740 |
+
msgstr "Mod Rewrite regler måste uppdateras!"
|
741 |
+
|
742 |
+
#: wp-cache.php:1035
|
743 |
+
#, php-format
|
744 |
+
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:"
|
745 |
+
msgstr "Din %s.htaccess är inte skrivbar av webservern och måste uppdateras med dom nödvändiga mod_rewrite reglerna. Dom nya reglerna ska finnas över dom vanliga WordPress reglerna som i koden nedan:"
|
746 |
+
|
747 |
+
#: wp-cache.php:1040
|
748 |
+
#, php-format
|
749 |
+
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."
|
750 |
+
msgstr "WP Super Cache mod rewrite regler hittades i din %s.htaccess fil. <br /> Klicka på följande länk för att se raderna som lagts till i den filen. Om du har uppgraderat tillägget kontrollera att reglerna överensstämmer."
|
751 |
+
|
752 |
+
#: wp-cache.php:1043
|
753 |
+
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."
|
754 |
+
msgstr "En skillnad mellan reglerna i din .htaccess-fil och tilläggets omskrivningsregler har hittats. Det kan bero på enkla blankstegsfel men du bör kontrollera reglerna i filen mot de nedan snarast. Clicka på ’Uppdatera Mod_Rewrite-reglerna’-knappen för att uppdaterna reglerna."
|
755 |
+
|
756 |
+
#: wp-cache.php:1046
|
757 |
+
msgid "View Mod_Rewrite Rules"
|
758 |
+
msgstr "Visa Mod_Rewrite regler"
|
759 |
+
|
760 |
+
#: wp-cache.php:1050
|
761 |
+
#: wp-cache.php:2287
|
762 |
+
#, php-format
|
763 |
+
msgid "Rules must be added to %s too:"
|
764 |
+
msgstr "Regler måste läggas till i %s också:"
|
765 |
+
|
766 |
+
#: wp-cache.php:1058
|
767 |
+
#, php-format
|
768 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
769 |
+
msgstr "Gzip-kodningsregler i %s.htaccess skapade."
|
770 |
+
|
771 |
+
#: wp-cache.php:1065
|
772 |
+
msgid "Fix Configuration"
|
773 |
+
msgstr "Laga konfiguration"
|
774 |
+
|
775 |
+
#: wp-cache.php:1068
|
776 |
+
msgid "Restore Default Configuration"
|
777 |
+
msgstr "Återställ standardinställningar"
|
778 |
+
|
779 |
+
#: wp-cache.php:1076
|
780 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
781 |
+
msgstr "Kommentarsmoderering är aktiverad. Dina kommentarer kan ta ett tag innan de visas."
|
782 |
+
|
783 |
+
#: wp-cache.php:1101
|
784 |
+
msgid "Lock Down:"
|
785 |
+
msgstr "Lock Down:"
|
786 |
+
|
787 |
+
#: wp-cache.php:1101
|
788 |
+
msgid "Disabled"
|
789 |
+
msgstr "Inaktiverad"
|
790 |
+
|
791 |
+
#: wp-cache.php:1101
|
792 |
+
msgid "Enabled"
|
793 |
+
msgstr "Aktiverad"
|
794 |
+
|
795 |
+
#: wp-cache.php:1102
|
796 |
+
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."
|
797 |
+
msgstr "Förbered din server för en förmodad topp i trafiken genom att aktivera Lock Down. När denna är aktiverad kommer nya kommentarer till ett inlägg inte uppdatera dom cachade statiska filerna."
|
798 |
+
|
799 |
+
#: wp-cache.php:1103
|
800 |
+
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."
|
801 |
+
msgstr "Utvecklare: Gör ditt tillägg Lock Down kompatibelt genom att kontrollera \"WPLOCKDOWN\" konstanten. Följande kod gör att ditt tillägg respekterar WPLOCKDOWN inställningen."
|
802 |
+
|
803 |
+
#: wp-cache.php:1105
|
804 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
805 |
+
msgstr "Tyvärr. Min blogg är låst. Uppdateringar kommer snart att synas"
|
806 |
+
|
807 |
+
#: wp-cache.php:1109
|
808 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
809 |
+
msgstr "WordPress är låst. Super Cache statiska filer kommer inte raderas när nya kommentarer är gjorda."
|
810 |
+
|
811 |
+
#: wp-cache.php:1111
|
812 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
813 |
+
msgstr "WordPress är inte låst. Nya kommentarer kommer uppdatera Super Cache statiska filer som vanligt."
|
814 |
+
|
815 |
+
#: wp-cache.php:1117
|
816 |
+
msgid "Lock Down"
|
817 |
+
msgstr "Lock Down"
|
818 |
+
|
819 |
+
#: wp-cache.php:1125
|
820 |
+
msgid "Directly Cached Files"
|
821 |
+
msgstr "Direkt cachade filer"
|
822 |
+
|
823 |
+
#: wp-cache.php:1183
|
824 |
+
#, php-format
|
825 |
+
msgid "%s removed!"
|
826 |
+
msgstr "%s borttaget!"
|
827 |
+
|
828 |
+
#: wp-cache.php:1191
|
829 |
+
#, php-format
|
830 |
+
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."
|
831 |
+
msgstr "Du måste göra %s skrivbar för att aktivera den här funktionen. Eftersom det här är en säkerhetsrisk, gör den skrivskyddad efter att din sida är genererad."
|
832 |
+
|
833 |
+
#: wp-cache.php:1193
|
834 |
+
#, php-format
|
835 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
836 |
+
msgstr "%s är skrivbar. Var vänlig gör den skrivskyddad efter att din sida är genererad eftersom det här är en säkerhetsrisk."
|
837 |
+
|
838 |
+
#: wp-cache.php:1207
|
839 |
+
msgid "Existing direct page"
|
840 |
+
msgstr "Existerande direkta sidor"
|
841 |
+
|
842 |
+
#: wp-cache.php:1207
|
843 |
+
msgid "Delete cached file"
|
844 |
+
msgstr "Radera cachade filer"
|
845 |
+
|
846 |
+
#: wp-cache.php:1212
|
847 |
+
msgid "Add direct page:"
|
848 |
+
msgstr "Lägg till direkt sida:"
|
849 |
+
|
850 |
+
#: wp-cache.php:1214
|
851 |
+
#, php-format
|
852 |
+
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."
|
853 |
+
msgstr "Direkt cachade filer är filer skapade direkt från %s där din blogg bor. Den här funktionen är bara användbar om du förväntar en stor Digg eller Slashdot höjning av trafik till ett inlägg eller en sida."
|
854 |
+
|
855 |
+
#: wp-cache.php:1216
|
856 |
+
#, php-format
|
857 |
+
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."
|
858 |
+
msgstr "Som exempel: för att cacha <em>%1$sabout/</em>, ska du skriva %1$sabout/ eller /about/. Den cachade filen kommer genereras nästa gång en anonym användare besöker den sidan."
|
859 |
+
|
860 |
+
#: wp-cache.php:1217
|
861 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
862 |
+
msgstr "Töm textboxen för att radera den från listan över direkta sidor och radera den cachade filen."
|
863 |
+
|
864 |
+
#: wp-cache.php:1222
|
865 |
+
msgid "Update Direct Pages"
|
866 |
+
msgstr "Uppdatera direkta sidor"
|
867 |
+
|
868 |
+
#: wp-cache.php:1260
|
869 |
+
msgid "Expiry Time & Garbage Collection"
|
870 |
+
msgstr "Utgångs tid & upprensning"
|
871 |
+
|
872 |
+
#: wp-cache.php:1262
|
873 |
+
msgid "Expire time:"
|
874 |
+
msgstr "Utgångstid:"
|
875 |
+
|
876 |
+
#: wp-cache.php:1263
|
877 |
+
msgid "seconds"
|
878 |
+
msgstr "sekunder"
|
879 |
+
|
880 |
+
#: wp-cache.php:1264
|
881 |
+
msgid "Garbage Collection"
|
882 |
+
msgstr "Upprensning"
|
883 |
+
|
884 |
+
#: wp-cache.php:1264
|
885 |
+
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."
|
886 |
+
msgstr "Om utgångstiden är mer än 1800 sekunder (en halvtimme), kommer upprensning köras var 10:e minut, annars kommer den köras 10 sekunder efter utgångstiden ovan."
|
887 |
+
|
888 |
+
#: wp-cache.php:1265
|
889 |
+
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."
|
890 |
+
msgstr "Att leta efter och radera utgångna filer är kostsamt, men det är kostsamt att lämna dom där också. På en väldigt upptagen sida bör du ställa utgångstiden till <em>300 sekunder</em>. Experimentera med olika värden och besök den här sidan för att se hur många utgångna filer som finns kvar vid olika tidpunkter under dagen. Om du använder förlådrad caching , sikta på att ha färre än 500 cachade sidor om möjligt. Du kan ha många gånger fler cachade filer när du använder mod_rewrite eller PHP-caching."
|
891 |
+
|
892 |
+
#: wp-cache.php:1266
|
893 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
894 |
+
msgstr "Sätt utgångstiden till 0 sekunder för att stänga av upprensning."
|
895 |
+
|
896 |
+
#: wp-cache.php:1267
|
897 |
+
msgid "Change Expiration"
|
898 |
+
msgstr "Ändra utgång"
|
899 |
+
|
900 |
+
#: wp-cache.php:1311
|
901 |
+
msgid "Rejected User Agents"
|
902 |
+
msgstr "Avvisade User Agents"
|
903 |
+
|
904 |
+
#: wp-cache.php:1312
|
905 |
+
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."
|
906 |
+
msgstr "Strängar i ’User Agent’ huvudet som förhindrar WP-Cache från cachande robotar, spindlar och crawlers’ förfrågningar. Notera att super cachade filer skickas fortfarande till dessa agenter om dom redan existerar."
|
907 |
+
|
908 |
+
#: wp-cache.php:1319
|
909 |
+
msgid "Save UA Strings"
|
910 |
+
msgstr "Spara UA strängar"
|
911 |
+
|
912 |
+
#: wp-cache.php:1342
|
913 |
+
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."
|
914 |
+
msgstr "Cacha inte följande sidtyper. Läs <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> dokumenten för en komplett diskussion av varje typ."
|
915 |
+
|
916 |
+
#: wp-cache.php:1345
|
917 |
+
msgid "Single Posts"
|
918 |
+
msgstr "Enstaka inlägg"
|
919 |
+
|
920 |
+
#: wp-cache.php:1346
|
921 |
+
msgid "Pages"
|
922 |
+
msgstr "Sidor"
|
923 |
+
|
924 |
+
#: wp-cache.php:1347
|
925 |
+
msgid "Front Page"
|
926 |
+
msgstr "Framsida"
|
927 |
+
|
928 |
+
#: wp-cache.php:1348
|
929 |
+
msgid "Home"
|
930 |
+
msgstr "Hem"
|
931 |
+
|
932 |
+
#: wp-cache.php:1349
|
933 |
+
msgid "Archives"
|
934 |
+
msgstr "Arkiv"
|
935 |
+
|
936 |
+
#: wp-cache.php:1350
|
937 |
+
msgid "Tags"
|
938 |
+
msgstr "Etiketter"
|
939 |
+
|
940 |
+
#: wp-cache.php:1351
|
941 |
+
msgid "Category"
|
942 |
+
msgstr "Kategori"
|
943 |
+
|
944 |
+
#: wp-cache.php:1352
|
945 |
+
msgid "Feeds"
|
946 |
+
msgstr "Flöden"
|
947 |
+
|
948 |
+
#: wp-cache.php:1353
|
949 |
+
msgid "Search Pages"
|
950 |
+
msgstr "Söksidor"
|
951 |
+
|
952 |
+
#: wp-cache.php:1355
|
953 |
+
#: wp-cache.php:1483
|
954 |
+
msgid "Save"
|
955 |
+
msgstr "Spara"
|
956 |
+
|
957 |
+
#: wp-cache.php:1372
|
958 |
+
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."
|
959 |
+
msgstr "Lägg till strängar (inte ett filnamn) som tvingar en sida att inte vara cachad. Som exempel, om dina URL:er innehåller år och du vill inte cacha föregående års inlägg, räcker det med att specifiera året, e.x. ’/2004/’. WP-Cache kommer kontrollera om den strängen är en del URI:n och isåfall, inte cacha den sidan."
|
960 |
+
|
961 |
+
#: wp-cache.php:1378
|
962 |
+
msgid "Save Strings"
|
963 |
+
msgstr "Spara strängar"
|
964 |
+
|
965 |
+
#: wp-cache.php:1394
|
966 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
967 |
+
msgstr "Lägg till de filnamn som kan bli cachade, även om de matchar en av de avvisade strängarna angivna ovan."
|
968 |
+
|
969 |
+
#: wp-cache.php:1400
|
970 |
+
msgid "Save Files"
|
971 |
+
msgstr "Spara filer"
|
972 |
+
|
973 |
+
#: wp-cache.php:1445
|
974 |
+
msgid "Currently logging to: "
|
975 |
+
msgstr "Loggar just nu till:"
|
976 |
+
|
977 |
+
#: wp-cache.php:1455
|
978 |
+
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."
|
979 |
+
msgstr "Rätta till problem med tillägget genom att felsöka det här. Det kan skicka dig felsöknings e-mail eller logga dom till en fil i din cache katalog."
|
980 |
+
|
981 |
+
#: wp-cache.php:1456
|
982 |
+
msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
|
983 |
+
msgstr "Logga till en fil är lättare men stöter på problemet att rensas cachen så rensas logg-filen."
|
984 |
+
|
985 |
+
#: wp-cache.php:1460
|
986 |
+
msgid "Debugging"
|
987 |
+
msgstr "Felsökning"
|
988 |
+
|
989 |
+
#: wp-cache.php:1461
|
990 |
+
msgid "Logging Type"
|
991 |
+
msgstr "Loggnings sätt"
|
992 |
+
|
993 |
+
#: wp-cache.php:1461
|
994 |
+
msgid "Email"
|
995 |
+
msgstr "E-mail"
|
996 |
+
|
997 |
+
#: wp-cache.php:1462
|
998 |
+
msgid "file"
|
999 |
+
msgstr "fil"
|
1000 |
+
|
1001 |
+
#: wp-cache.php:1463
|
1002 |
+
msgid "IP Address"
|
1003 |
+
msgstr "IP Adress"
|
1004 |
+
|
1005 |
+
#: wp-cache.php:1463
|
1006 |
+
#, php-format
|
1007 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
1008 |
+
msgstr "(logga bara förfrågningar från den här IP adressen. Din IP är %s)"
|
1009 |
+
|
1010 |
+
#: wp-cache.php:1464
|
1011 |
+
msgid "Log level"
|
1012 |
+
msgstr "Logg nivå"
|
1013 |
+
|
1014 |
+
#: wp-cache.php:1470
|
1015 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1016 |
+
msgstr "(1 = mindre, 5 = mer, kan orsaka tyngre server belastning.) "
|
1017 |
+
|
1018 |
+
#: wp-cache.php:1473
|
1019 |
+
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>"
|
1020 |
+
msgstr "I väldigt ovanliga fall kan två problem dyka upp på vissa bloggar: <ol><li>Framsidan kan börja laddas ner som en zip fil. </li><li> Fel sida blir ibland cachad som framsidan om din blogg använder en statisk framsida och permalänk strukturen är <em>/%category%/%postname%/</em>.</li></ol>"
|
1021 |
+
|
1022 |
+
#: wp-cache.php:1474
|
1023 |
+
#, php-format
|
1024 |
+
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."
|
1025 |
+
msgstr "Jag är 99% säker på att det inte är några buggar i WP Super Cache och dom händer bara i undantagsfall men du kan köra en enkel kontroll var 5:e minut för att kontrollera att din sida är ok om du är orolig. Du kommer få ett e-mail om det är några problem."
|
1026 |
+
|
1027 |
+
#: wp-cache.php:1476
|
1028 |
+
msgid "Check front page every 5 minutes."
|
1029 |
+
msgstr "Kontrollera framsidan var 5:e minut."
|
1030 |
+
|
1031 |
+
#: wp-cache.php:1477
|
1032 |
+
msgid "Front page text"
|
1033 |
+
msgstr "Framsides text"
|
1034 |
+
|
1035 |
+
#: wp-cache.php:1477
|
1036 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1037 |
+
msgstr "Text att leta efter på din framsida. Om den här texten fattas kommer cachen att rensas. Lämna tomt för att inaktivera."
|
1038 |
+
|
1039 |
+
#: wp-cache.php:1478
|
1040 |
+
msgid "Clear cache on error."
|
1041 |
+
msgstr "Rensa cache vid fel."
|
1042 |
+
|
1043 |
+
#: wp-cache.php:1479
|
1044 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1045 |
+
msgstr "Skicka e-mail till blogg administratören när kontroller görs. (användbart för testning)"
|
1046 |
+
|
1047 |
+
#: wp-cache.php:1493
|
1048 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1049 |
+
msgstr "Fel: GZIP komprimering är aktiverad, inaktivera det om du vill aktivera wp-cache."
|
1050 |
+
|
1051 |
+
#: wp-cache.php:1540
|
1052 |
+
#: wp-cache.php:1702
|
1053 |
+
msgid "Warning"
|
1054 |
+
msgstr "Varning"
|
1055 |
+
|
1056 |
+
#: wp-cache.php:1540
|
1057 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1058 |
+
msgstr "GZIP-komprimering är aktiverat i WordPress, wp-cache kommer bli kringgått tills du har inaktiverat gzip-komprimering."
|
1059 |
+
|
1060 |
+
#: wp-cache.php:1598
|
1061 |
+
#: wp-cache.php:1603
|
1062 |
+
#: wp-cache.php:1635
|
1063 |
+
#: wp-cache.php:1640
|
1064 |
+
#: wp-cache.php:1646
|
1065 |
+
msgid "Error"
|
1066 |
+
msgstr "Fel"
|
1067 |
+
|
1068 |
+
#: wp-cache.php:1598
|
1069 |
+
#, php-format
|
1070 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1071 |
+
msgstr "Din cache katalog (<strong>$cache_path</strong>) fanns inte och kunde inte skapas av web servern. Kontrollera %s rättigheter."
|
1072 |
+
|
1073 |
+
#: wp-cache.php:1603
|
1074 |
+
#, php-format
|
1075 |
+
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."
|
1076 |
+
msgstr "Din cache katalog (<strong>%1$s</strong>) eller <strong>%2$s</strong> måste vara skrivbar för att det här tillägget ska fungera. Dubbel-kontrollera det."
|
1077 |
+
|
1078 |
+
#: wp-cache.php:1635
|
1079 |
+
#, php-format
|
1080 |
+
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."
|
1081 |
+
msgstr "Din WP-Cache konfigurations fil (<strong>%s</strong>) är för gammal och inte skrivbar av web servern. Var vänlig radera den och uppdatera den här sidan."
|
1082 |
+
|
1083 |
+
#: wp-cache.php:1640
|
1084 |
+
#, php-format
|
1085 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1086 |
+
msgstr "Konfigurations fil saknas och %1$s katalogen (<strong>%2$s</strong>) är inte skrivbar av web servern. Kontrollera dess rättigheter."
|
1087 |
+
|
1088 |
+
#: wp-cache.php:1646
|
1089 |
+
#, php-format
|
1090 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1091 |
+
msgstr "Exempel WP-Cache konfigurations fil (<strong>%s</strong>) finns inte. Kontrollera din installation."
|
1092 |
+
|
1093 |
+
#: wp-cache.php:1702
|
1094 |
+
#, php-format
|
1095 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1096 |
+
msgstr "%s/advanced-cache.php</em> finns inte eller kan inte uppdateras."
|
1097 |
+
|
1098 |
+
#: wp-cache.php:1703
|
1099 |
+
msgid "1. If it already exists please delete the file first."
|
1100 |
+
msgstr "1. Om den redan finns var vänlig radera filen först."
|
1101 |
+
|
1102 |
+
#: wp-cache.php:1704
|
1103 |
+
#, php-format
|
1104 |
+
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)"
|
1105 |
+
msgstr "2. Gör %1$s skrivbar genom att använda chmod kommandot genom din ftp eller server programvara. (<em>chmod 777 %1$s</em>) och uppdatera den här sidan. Det här är endast en tillfällig åtgärd och du måste göra den read only igen efteråt. (Ändra 777 till 755 i det föregående kommandot)"
|
1106 |
+
|
1107 |
+
#: wp-cache.php:1705
|
1108 |
+
#, php-format
|
1109 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1110 |
+
msgstr "3. Ladda om den här sidan för att uppdatera <em>%s/advanced-cache.php</em>"
|
1111 |
+
|
1112 |
+
#: wp-cache.php:1706
|
1113 |
+
#, php-format
|
1114 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1115 |
+
msgstr "Om det inte fungerar, kontrollera att filen <em>%s/advanced-cache.php</em> inte finns:"
|
1116 |
+
|
1117 |
+
#: wp-cache.php:1707
|
1118 |
+
#, php-format
|
1119 |
+
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>"
|
1120 |
+
msgstr "<li>1. Öppna <em>%1$s$wp_cache_file</em> i en text redigerare.</li><li>2. Ändra texten <em>CACHEHOME</em> till <em>%2$s</em></li><li>3. Spara filen och kopiera den till <em>%3$s</em> och ladda om den här sidan. </li>"
|
1121 |
+
|
1122 |
+
#: wp-cache.php:1730
|
1123 |
+
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>"
|
1124 |
+
msgstr "<h3>WP_CACHE-konstanten är sat till falskt</h3><p>WP_CACHE-konstanten används av WordPress för att ladda koden som presenteras cachade sidor. Tyvärr är den satt till falskt. Var vänlig redigera din wp-config.php och lägg till eller redigera följande rad ovanför det sista require_once-kommandot:<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1125 |
+
|
1126 |
+
#: wp-cache.php:1732
|
1127 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1128 |
+
msgstr "<strong>Fel: WP_CACHE är inte aktiverad</strong> i din <code>wp-config.php</code> fil och jag kunde inte ändra den."
|
1129 |
+
|
1130 |
+
#: wp-cache.php:1733
|
1131 |
+
#, php-format
|
1132 |
+
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. "
|
1133 |
+
msgstr "Redigera <code>%s</code> och lägg till följande rad: <br /> <code>define('WP_CACHE', true);</code><br />Annars <strong>kommer inte WP-Cache köras</strong> av WordPresskärnan."
|
1134 |
+
|
1135 |
+
#: wp-cache.php:1737
|
1136 |
+
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."
|
1137 |
+
msgstr "<h3>WP_CACHE konstant tillagd i wp-config.php</h3><p>Om du fortsätter att se det här varningsmeddelandetvar vänlig läs punkt 5 i <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. WP_CACHE raden måste flyttas upp."
|
1138 |
+
|
1139 |
+
#: wp-cache.php:1759
|
1140 |
+
msgid "Cache Contents"
|
1141 |
+
msgstr "Cache innehåll"
|
1142 |
+
|
1143 |
+
#: wp-cache.php:1762
|
1144 |
+
msgid "Object cache in use. No cache listing available."
|
1145 |
+
msgstr "Objektcache används. Ingen cachelistning möjlig."
|
1146 |
+
|
1147 |
+
#: wp-cache.php:1786
|
1148 |
+
#, php-format
|
1149 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1150 |
+
msgstr "Raderar supercache filen: <strong>%s</strong><br />"
|
1151 |
+
|
1152 |
+
#: wp-cache.php:1803
|
1153 |
+
#, php-format
|
1154 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1155 |
+
msgstr "Raderar wp-cache filen: <strong>%s</strong><br />"
|
1156 |
+
|
1157 |
+
#: wp-cache.php:1868
|
1158 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1159 |
+
msgstr "Cachestatistik genereras inte automatiskt. Du måste klicka på länken nedan för att generera statistiken på den här sidan."
|
1160 |
+
|
1161 |
+
#: wp-cache.php:1869
|
1162 |
+
msgid "Regenerate cache stats"
|
1163 |
+
msgstr "Regenerera cachestatistik"
|
1164 |
+
|
1165 |
+
#: wp-cache.php:1871
|
1166 |
+
#, php-format
|
1167 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1168 |
+
msgstr "Cachestatistik genererades senast för %s minuter sedan."
|
1169 |
+
|
1170 |
+
#: wp-cache.php:1877
|
1171 |
+
msgid "WP-Cache"
|
1172 |
+
msgstr "WP-Cache"
|
1173 |
+
|
1174 |
+
#: wp-cache.php:1878
|
1175 |
+
#: wp-cache.php:1894
|
1176 |
+
#, php-format
|
1177 |
+
msgid "%s Cached Pages"
|
1178 |
+
msgstr "%s Cachade sidor"
|
1179 |
+
|
1180 |
+
#: wp-cache.php:1879
|
1181 |
+
#: wp-cache.php:1899
|
1182 |
+
#, php-format
|
1183 |
+
msgid "%s Expired Pages"
|
1184 |
+
msgstr "%s Utgågna sidor"
|
1185 |
+
|
1186 |
+
#: wp-cache.php:1893
|
1187 |
+
msgid "WP-Super-Cache"
|
1188 |
+
msgstr "WP-Super-Cache"
|
1189 |
+
|
1190 |
+
#: wp-cache.php:1904
|
1191 |
+
msgid "Fresh WP-Cached Files"
|
1192 |
+
msgstr "Färska WP-Cachade filer"
|
1193 |
+
|
1194 |
+
#: wp-cache.php:1905
|
1195 |
+
#: wp-cache.php:1921
|
1196 |
+
#: wp-cache.php:1937
|
1197 |
+
#: wp-cache.php:1953
|
1198 |
+
msgid "URI"
|
1199 |
+
msgstr "URI"
|
1200 |
+
|
1201 |
+
#: wp-cache.php:1905
|
1202 |
+
#: wp-cache.php:1921
|
1203 |
+
msgid "Key"
|
1204 |
+
msgstr "Nyckel"
|
1205 |
+
|
1206 |
+
#: wp-cache.php:1905
|
1207 |
+
#: wp-cache.php:1921
|
1208 |
+
#: wp-cache.php:1937
|
1209 |
+
#: wp-cache.php:1953
|
1210 |
+
msgid "Age"
|
1211 |
+
msgstr "Ålder"
|
1212 |
+
|
1213 |
+
#: wp-cache.php:1905
|
1214 |
+
#: wp-cache.php:1921
|
1215 |
+
#: wp-cache.php:1937
|
1216 |
+
#: wp-cache.php:1953
|
1217 |
+
msgid "Delete"
|
1218 |
+
msgstr "Radera"
|
1219 |
+
|
1220 |
+
#: wp-cache.php:1920
|
1221 |
+
msgid "Stale WP-Cached Files"
|
1222 |
+
msgstr "Gamla WP-Cachade filer"
|
1223 |
+
|
1224 |
+
#: wp-cache.php:1936
|
1225 |
+
msgid "Fresh Super Cached Files"
|
1226 |
+
msgstr "Färska Super Cachade filer"
|
1227 |
+
|
1228 |
+
#: wp-cache.php:1952
|
1229 |
+
msgid "Stale Super Cached Files"
|
1230 |
+
msgstr "Gamla Super Cachade filer"
|
1231 |
+
|
1232 |
+
#: wp-cache.php:1968
|
1233 |
+
msgid "Hide file list"
|
1234 |
+
msgstr "Dölj fil-lista"
|
1235 |
+
|
1236 |
+
#: wp-cache.php:1970
|
1237 |
+
msgid "Too many cached files, no listing possible."
|
1238 |
+
msgstr "För många cachade filer, listning ej möjlig."
|
1239 |
+
|
1240 |
+
#: wp-cache.php:1972
|
1241 |
+
msgid "List all cached files"
|
1242 |
+
msgstr "Lista alla cachade filer"
|
1243 |
+
|
1244 |
+
#: wp-cache.php:1978
|
1245 |
+
#, php-format
|
1246 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1247 |
+
msgstr "<strong>Garbage Collection</strong><br />Senaste GC gjordes <strong>%s</strong> minuter sedan<br />"
|
1248 |
+
|
1249 |
+
#: wp-cache.php:1979
|
1250 |
+
#, php-format
|
1251 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
1252 |
+
msgstr "Nästa GC om <strong>%s</strong> minuter"
|
1253 |
+
|
1254 |
+
#: wp-cache.php:1982
|
1255 |
+
#, php-format
|
1256 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1257 |
+
msgstr "Utgångna filer är filer äldre än %s sekunder. Dom används fortfarande av tillägget och raderas periodvis."
|
1258 |
+
|
1259 |
+
#: wp-cache.php:1993
|
1260 |
+
msgid "Delete Expired"
|
1261 |
+
msgstr "Radera utgångna"
|
1262 |
+
|
1263 |
+
#: wp-cache.php:1999
|
1264 |
+
#: wp-cache.php:2011
|
1265 |
+
#: wp-cache.php:2174
|
1266 |
+
msgid "Delete Cache"
|
1267 |
+
msgstr "Radera Cache"
|
1268 |
+
|
1269 |
+
#: wp-cache.php:2011
|
1270 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
1271 |
+
msgstr "Radera Super Cache cachade filer (öppnas i nytt fönster)"
|
1272 |
+
|
1273 |
+
#: wp-cache.php:2150
|
1274 |
+
#, php-format
|
1275 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1276 |
+
msgstr "%1$s är Digg säker tack vare cachning av %2$s"
|
1277 |
+
|
1278 |
+
#: wp-cache.php:2183
|
1279 |
+
#, php-format
|
1280 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1281 |
+
msgstr "WP Super Cache måste ställas in. Gå till <a href=\"%s\">administrations sidan</a> för att aktivera och konfigurera tillägget."
|
1282 |
+
|
1283 |
+
#: wp-cache.php:2189
|
1284 |
+
msgid "Settings"
|
1285 |
+
msgstr "Inställningar"
|
1286 |
+
|
1287 |
+
#: wp-cache.php:2199
|
1288 |
+
#, php-format
|
1289 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1290 |
+
msgstr "WP Super Cache är inaktiverat. Var vänlig gå till <a href=\"%s\">tilläggets administrations sida</a> för att aktivera cachning."
|
1291 |
+
|
1292 |
+
#: wp-cache.php:2218
|
1293 |
+
#, php-format
|
1294 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1295 |
+
msgstr "[%s] Fram sidan är gzippad! Var vänlig rensa cachen!"
|
1296 |
+
|
1297 |
+
#: wp-cache.php:2218
|
1298 |
+
#, php-format
|
1299 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1300 |
+
msgstr "Var vänlig gå till %s för att rensa cachen eftersom framsidan av din sida nu laddas ner!"
|
1301 |
+
|
1302 |
+
#: wp-cache.php:2221
|
1303 |
+
#, php-format
|
1304 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1305 |
+
msgstr "[%s] Framsidan är gzippad! Cachen rensad!"
|
1306 |
+
|
1307 |
+
#: wp-cache.php:2221
|
1308 |
+
#, php-format
|
1309 |
+
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."
|
1310 |
+
msgstr "Cachen till din blogg har rensats för framsidan av din sida laddas nu ner. Var vänlig gå till %s för att bekräfta att cachen har rensats."
|
1311 |
+
|
1312 |
+
#: wp-cache.php:2228
|
1313 |
+
#, php-format
|
1314 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1315 |
+
msgstr "[%s] Framsidan är inte rätt! Var vänlig rensa cachen!"
|
1316 |
+
|
1317 |
+
#: wp-cache.php:2228
|
1318 |
+
#, php-format
|
1319 |
+
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\"!"
|
1320 |
+
msgstr "Var vänlig gå till %1$s för att rensa cachen eftersom framsidan på din sida inte är rätt och saknar texten, \"%2$s\"!"
|
1321 |
+
|
1322 |
+
#: wp-cache.php:2231
|
1323 |
+
#, php-format
|
1324 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1325 |
+
msgstr "[%s] Framsidan är inte rätt! Cachen är rensad!"
|
1326 |
+
|
1327 |
+
#: wp-cache.php:2231
|
1328 |
+
#, php-format
|
1329 |
+
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."
|
1330 |
+
msgstr "Cachen till din blogg har rensats för framsidan på din sida saknar texten \"%2$s\". Var vänlig gå till %1$s för att bekräfta att cachen har rensats."
|
1331 |
+
|
1332 |
+
#: wp-cache.php:2236
|
1333 |
+
#, php-format
|
1334 |
+
msgid "[%s] Front page check!"
|
1335 |
+
msgstr "[%s] Framsida kontrollerad!"
|
1336 |
+
|
1337 |
+
#: wp-cache.php:2236
|
1338 |
+
#, php-format
|
1339 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1340 |
+
msgstr "WP Super Cache har kontrollerat framsidan på din blogg. Var vänlig gå till %s om du vill inaktivera detta."
|
1341 |
+
|
1342 |
+
#: wp-cache.php:2279
|
1343 |
+
msgid "Cannot update .htaccess"
|
1344 |
+
msgstr "Kan inte uppdatera .htaccess"
|
1345 |
+
|
1346 |
+
#: wp-cache.php:2279
|
1347 |
+
#, php-format
|
1348 |
+
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."
|
1349 |
+
msgstr "Filen <code>%s.htaccess</code> kan inte ändras av webservern. Var vänlig rätta till detta genom att använda chmod kommandot eller din ftp klient."
|
1350 |
+
|
1351 |
+
#: wp-cache.php:2279
|
1352 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1353 |
+
msgstr "Uppdatera den här sidan när filrättigheterna har ändrats."
|
1354 |
+
|
1355 |
+
#: wp-cache.php:2279
|
1356 |
+
#, php-format
|
1357 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1358 |
+
msgstr "Alternativt, du kan redigera din <code>%s.htaccess</code> fil manuellt och lägga till följande kod (före alla WordPress regler):"
|
1359 |
+
|
1360 |
+
#: wp-cache.php:2283
|
1361 |
+
#, php-format
|
1362 |
+
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
|
1363 |
+
msgstr "För att visa statiska html filer måste din server ha korrekta mod_rewrite regler tillagda i en fil som heter <code>%s.htaccess</code>"
|
1364 |
+
|
1365 |
+
#: wp-cache.php:2284
|
1366 |
+
msgid "You can edit the file yourself add the following rules."
|
1367 |
+
msgstr "Du kan redigera filen själv och lägga till följande regler."
|
1368 |
+
|
1369 |
+
#: wp-cache.php:2285
|
1370 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1371 |
+
msgstr "Kontrollera att de syns före alla existerande WordPress regler."
|
1372 |
+
|
1373 |
+
#: wp-cache.php:2293
|
1374 |
+
msgid "Update Mod_Rewrite Rules"
|
1375 |
+
msgstr "Uppdatera Mod_Rewrite Reglerna"
|
1376 |
+
|
1377 |
+
#: wp-cache.php:2389
|
1378 |
+
#, php-format
|
1379 |
+
msgid "[%1$s] Cache Preload Started"
|
1380 |
+
msgstr "[%1$s] Cacheförladdning startad"
|
1381 |
+
|
1382 |
+
#: wp-cache.php:2391
|
1383 |
+
#, php-format
|
1384 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1385 |
+
msgstr "[%1$s] Uppdaterar inlägg från %2$d till %3$d"
|
1386 |
+
|
1387 |
+
#: wp-cache.php:2402
|
1388 |
+
#, php-format
|
1389 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1390 |
+
msgstr "[%1$s] %2$d inlägg uppdaterade"
|
1391 |
+
|
1392 |
+
#: wp-cache.php:2402
|
1393 |
+
msgid "Refreshed the following posts:"
|
1394 |
+
msgstr "Uppdaterade följande inlägg:"
|
1395 |
+
|
1396 |
+
#: wp-cache.php:2411
|
1397 |
+
#, php-format
|
1398 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1399 |
+
msgstr "Schemalägger nästa uppdatering av förladdning om %d minuter."
|
1400 |
+
|
1401 |
+
#: wp-cache.php:2421
|
1402 |
+
#, php-format
|
1403 |
+
msgid "[%s] Cache Preload Completed"
|
1404 |
+
msgstr "[%s] cacheförladdning färdig."
|
1405 |
+
|
1406 |
+
#: wp-cache.php:2421
|
1407 |
+
msgid "Cleaning up old supercache files."
|
1408 |
+
msgstr "Rensar upp gamla supercachefiler."
|
1409 |
+
|
1410 |
+
#: wp-cache.php:2462
|
1411 |
+
#, php-format
|
1412 |
+
msgid "[%s] Preload may have stalled."
|
1413 |
+
msgstr "[%s] Förladdning kan ha hängt sig."
|
1414 |
+
|
1415 |
+
#: wp-cache.php:2462
|
1416 |
+
#, php-format
|
1417 |
+
msgid ""
|
1418 |
+
"Preload has been restarted.\n"
|
1419 |
+
"%s"
|
1420 |
+
msgstr ""
|
1421 |
+
"Förladdning har startats om.\n"
|
1422 |
+
"%s"
|
1423 |
+
|
1424 |
+
#~ msgid "WP Super Cache Manager"
|
1425 |
+
#~ msgstr "WP Super Cache Manager"
|
1426 |
+
|
1427 |
+
#~ msgid "Why your configuration may not be changed"
|
1428 |
+
#~ msgstr "Varför din konfiguration inte kan ändras"
|
1429 |
+
|
1430 |
+
#~ msgid "Why"
|
1431 |
+
#~ msgstr "Varför"
|
1432 |
+
|
1433 |
+
#~ msgid "ON"
|
1434 |
+
#~ msgstr "PÅ"
|
1435 |
+
|
1436 |
+
#~ msgid "WP Cache and Super Cache enabled"
|
1437 |
+
#~ msgstr "WP Cache och Super Cache aktiverat"
|
1438 |
+
|
1439 |
+
#~ msgid "HALF ON"
|
1440 |
+
#~ msgstr "HALV PÅ"
|
1441 |
+
|
1442 |
+
#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
1443 |
+
#~ msgstr "Super Cache inaktiverad, endast ärvd WP-Cache cachning."
|
1444 |
+
|
1445 |
+
#~ msgid "OFF"
|
1446 |
+
#~ msgstr "AV"
|
1447 |
+
|
1448 |
+
#~ msgid "WP Cache and Super Cache disabled"
|
1449 |
+
#~ msgstr "WP Cache och Super Cache inaktiverat"
|
1450 |
+
|
1451 |
+
#~ msgid "Don’t cache pages for logged in users."
|
1452 |
+
#~ msgstr "Cacha inte sidor för inloggade användare."
|
1453 |
+
|
1454 |
+
#~ msgid ""
|
1455 |
+
#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
|
1456 |
+
#~ "file is being generated. Recommended for <em>very</em> busy websites with "
|
1457 |
+
#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
|
1458 |
+
#~ "obsolete."
|
1459 |
+
#~ msgstr ""
|
1460 |
+
#~ "Återbygg cache. Visa en supercachad fil till anonyma användare medan en "
|
1461 |
+
#~ "ny fil genereras. Rekommenderas för <em>väldigt</em> upptagna hemsidor "
|
1462 |
+
#~ "med många kommentarer. Gör \"direkt cachade sidor\" och \"Lockdown mode\" "
|
1463 |
+
#~ "förlegade."
|
1464 |
+
|
1465 |
+
#~ msgid ""
|
1466 |
+
#~ "List the newest cached pages (may be expensive to run on busy sites, use "
|
1467 |
+
#~ "with caution.)"
|
1468 |
+
#~ msgstr ""
|
1469 |
+
#~ "Visa de nyast cachade sidorna (kan vara tungt att köra på belastade "
|
1470 |
+
#~ "sidor, använd med försiktighet.)"
|
1471 |
+
|
1472 |
+
#~ msgid ""
|
1473 |
+
#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
|
1474 |
+
#~ "\">uninstall script</a> to remove files and directories created by the "
|
1475 |
+
#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
|
1476 |
+
#~ "txt</a> for instructions on uninstalling this script.)"
|
1477 |
+
#~ msgstr ""
|
1478 |
+
#~ "Avinstallera genom att använda <a href=\"%1$s/wp-super-cache/uninstall.php"
|
1479 |
+
#~ "\">avinstallations skriptet</a> för att ta bort filer och kataloger "
|
1480 |
+
#~ "skapade av tillägget. (Var vänlig läs <a href=\"%1$s/wp-super-cache/"
|
1481 |
+
#~ "readme.txt\">readme.txt</a> för instruktioner om hur du avinstallerar det "
|
1482 |
+
#~ "här skriptet.)"
|
1483 |
+
|
1484 |
+
#~ msgid ""
|
1485 |
+
#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
|
1486 |
+
#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
|
1487 |
+
#~ "\" for whatever amount you want. Every penny helps!"
|
1488 |
+
#~ msgstr ""
|
1489 |
+
#~ "%1$s gör verkligen din blogg snabbare. Gör den ännu snabbare <sup>*</sup> "
|
1490 |
+
#~ "genom att köpa mig ett <a href=\"%2$s\">Amazon presentkort</a>! Ställ ut "
|
1491 |
+
#~ "det till \"%3$s\" på vilken summa du vill. Varje penny hjälper!"
|
1492 |
+
|
1493 |
+
#~ msgid ""
|
1494 |
+
#~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
|
1495 |
+
#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
|
1496 |
+
#~ "\">wishlist</a>."
|
1497 |
+
#~ msgstr ""
|
1498 |
+
#~ "Om Amazon inte är din grej, finns det även PayPal. Klicka på \"Donate\" "
|
1499 |
+
#~ "knappen nedan eller ta en snabb titt på min <a href=\"%s\">önskelista</a>."
|
1500 |
+
|
1501 |
+
#~ msgid "Thanks in advance!"
|
1502 |
+
#~ msgstr "Tack på förhand!"
|
1503 |
+
|
1504 |
+
#~ msgid ""
|
1505 |
+
#~ "Ok, it won’t go any faster but you’ll make this plugin author "
|
1506 |
+
#~ "very happy!"
|
1507 |
+
#~ msgstr ""
|
1508 |
+
#~ "Ok, det kommer inte gå ännu snabbare, men du kommer göra det här "
|
1509 |
+
#~ "tilläggets skapare väldigt glad!"
|
1510 |
+
|
1511 |
+
#~ msgid "Don’t show me this again."
|
1512 |
+
#~ msgstr "Visa mig inte det här igen."
|
1513 |
+
|
1514 |
+
#~ msgid "Hide"
|
1515 |
+
#~ msgstr "Dölj"
|
1516 |
+
|
1517 |
+
#~ msgid ""
|
1518 |
+
#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
1519 |
+
#~ "had more time to read and relax."
|
1520 |
+
#~ msgstr ""
|
1521 |
+
#~ "Han bloggar på %1$s, postar bilder på %2$s och <a href=\"%3$s\">önskar</"
|
1522 |
+
#~ "a> han hade mer tid att läsa och koppla av."
|
1523 |
+
|
1524 |
+
#~ msgid "Super Cache Compression"
|
1525 |
+
#~ msgstr "Super Cache komprimering"
|
1526 |
+
|
1527 |
+
#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
1528 |
+
#~ msgstr "Komprimering är aktiverat som standard i <em>HALV PÅ</em> läge."
|
1529 |
+
|
1530 |
+
#~ msgid "Super Cache compression is now disabled."
|
1531 |
+
#~ msgstr "Super Cache komprimering är nu inaktiverat."
|
1532 |
+
|
1533 |
+
#~ msgid "Super Cache compression is now enabled."
|
1534 |
+
#~ msgstr "Super Cache komprimering är nu aktiverat."
|
1535 |
+
|
1536 |
+
#~ msgid "Update Compression"
|
1537 |
+
#~ msgstr "Updatera komprimering"
|
1538 |
+
|
1539 |
+
#~ msgid "You must edit the file yourself add the following rules."
|
1540 |
+
#~ msgstr "Du måste redigera filen själv och lägga till följande regler."
|
1541 |
+
|
1542 |
+
#~ msgid "Debug Settings"
|
1543 |
+
#~ msgstr "Felsöknings inställningar"
|
languages/wp-super-cache-tr_TR.mo
ADDED
Binary file
|
languages/wp-super-cache-tr_TR.po
ADDED
@@ -0,0 +1,1617 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Super Cache\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
5 |
+
"POT-Creation-Date: 2011-01-05 14:52:03+00:00\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Baris Unver <baris.unver@beyn.org>\n"
|
8 |
+
"Language-Team: Baris Unver <baris.unver@beyn.org>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-Language: Turkish\n"
|
13 |
+
"X-Poedit-Country: TURKEY\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
|
16 |
+
#: ossdl-cdn.php:133
|
17 |
+
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
18 |
+
msgstr "Siteniz muhtemelen çok fazla statik dosya kullanıyordur. Görsel, JavaScript ve CSS dosyaları genellikle başka bir siteden veya bir CDN sisteminden kolayca sunabileceğiniz statik dosyalardır. Bu yüzden bu eklenti <code>wp-content</code> ve <code>wp-includes</code> dizinleri içerisindeki (PHP dosyaları haricindeki) tüm bağlantıları, aşağıda belirleyeceğiniz URL üzerinden sunacaktır. Bu şekilde tüm statik dosyalarınız sanal sunucunuza veya satın aldığınız CDN sistemine <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">\"origin pull\"</a> tekniğiyle aktarılacaktır."
|
19 |
+
|
20 |
+
#: ossdl-cdn.php:134
|
21 |
+
#: wp-cache.php:965
|
22 |
+
msgid "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href=\"%2$s\">plugin support forum</a> if you have any queries about this plugin."
|
23 |
+
msgstr "<a href=\"%1$s\">CDN Eşleme Aracı</a> eklentisi, eğer \"origin pull\" yöntemini istemezseniz Amazon S3/Cloudfront sistemlerine dosyaları otomatik olarak yükleyecektir. Yardıma ihtiyacınız olursa, <a href=\"%2$s\">eklenti destek forumunu</a> kullanabilirsiniz (İngilizcedir)."
|
24 |
+
|
25 |
+
#: ossdl-cdn.php:135
|
26 |
+
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
|
27 |
+
msgstr "<strong style=\"color: red\">UYARI:</strong> CDN hizmetinizin düzgün şekilde çalışıp çalışmadığını, %s gibi statik dosyaları önce bir test ederek anlayabilirsiniz."
|
28 |
+
|
29 |
+
#: ossdl-cdn.php:136
|
30 |
+
msgid "You can define different CDN URLs for each site on a multsite network."
|
31 |
+
msgstr "Çok siteli bir yapıya sahipseniz, her site için farklı CDN adresleri verebilirsiniz."
|
32 |
+
|
33 |
+
#: ossdl-cdn.php:144
|
34 |
+
msgid "Enable CDN Support"
|
35 |
+
msgstr "CDN Desteğini Etkinleştir"
|
36 |
+
|
37 |
+
#: ossdl-cdn.php:147
|
38 |
+
msgid "Off-site URL"
|
39 |
+
msgstr "Site dışı URL"
|
40 |
+
|
41 |
+
#: ossdl-cdn.php:150
|
42 |
+
msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
|
43 |
+
msgstr "Yeniden yazım için %1$s yerine kullanılacak yeni adres. Adresin sonuna taksim (/ karakteri) koymayın lütfen..<br />Örnek: <code>%2$s</code>."
|
44 |
+
|
45 |
+
#: ossdl-cdn.php:154
|
46 |
+
msgid "Include directories"
|
47 |
+
msgstr "Dizinleri dahil et"
|
48 |
+
|
49 |
+
#: ossdl-cdn.php:157
|
50 |
+
msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
|
51 |
+
msgstr "Statik dosya eşlemesinde kullanılacak dizinler. Dizinleri virgüllerle ayırabilirsiniz. Varsayılan <code>wp-content, wp-includes</code> şeklindedir, kutu boş bırakılırsa bunlar kullanılacaktır."
|
52 |
+
|
53 |
+
#: ossdl-cdn.php:161
|
54 |
+
msgid "Exclude if substring"
|
55 |
+
msgstr "Hariç tutulacaklar"
|
56 |
+
|
57 |
+
#: ossdl-cdn.php:164
|
58 |
+
msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
|
59 |
+
msgstr "Hariç tutulacak dosyaların uzantılarını buraya girin ve uzantıları virgülle ayırın. (örn. <code>.php, .flv, .do</code>) <code>.php</code> her zaman olmalıdır (ve varsayılandır)."
|
60 |
+
|
61 |
+
#: ossdl-cdn.php:168
|
62 |
+
msgid "Additional CNAMES"
|
63 |
+
msgstr "Ek CNAME'ler"
|
64 |
+
|
65 |
+
#: ossdl-cdn.php:171
|
66 |
+
msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
|
67 |
+
msgstr "Bu <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAME'ler</a>, yeniden yazım için %1$s yerine kullanılacaktır (yukarıda belirlediğiniz site dışı adrese ek olarak). Virgülle ayırın. Fazlaca statik dosyaya sahip sayfalar için bu seçenek tarayıcı performansını artırabilir. CNAME'lerin bazen CDN hizmetiniz için de ayarlanması gerekebilir.<br />Example: %2$s"
|
68 |
+
|
69 |
+
#: ossdl-cdn.php:176
|
70 |
+
msgid "Save Changes"
|
71 |
+
msgstr "Değişiklikleri Kaydet"
|
72 |
+
|
73 |
+
#: ossdl-cdn.php:178
|
74 |
+
msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
|
75 |
+
msgstr "CDN kullanımı, <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a> tarafından yazılan <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> ile sağlanmaktadır"
|
76 |
+
|
77 |
+
#: wp-cache.php:99
|
78 |
+
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
|
79 |
+
msgstr "Lütfen wp-super-cache/wp-cache-config-sample.php dosyasından %s /wp-cache-config.php dosyasını oluşturun."
|
80 |
+
|
81 |
+
#: wp-cache.php:162
|
82 |
+
msgid "Warning! PHP Safe Mode Enabled!"
|
83 |
+
msgstr "Uyarı! PHP Güvenli Mod (Safe Mode) Etkin!"
|
84 |
+
|
85 |
+
#: wp-cache.php:163
|
86 |
+
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
|
87 |
+
msgstr "SAFE MODE açık olduğu için bu eklentiyi kullanırken sorunlarla karşılaşabilirsiniz."
|
88 |
+
|
89 |
+
#: wp-cache.php:167
|
90 |
+
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
|
91 |
+
msgstr "Sunucunuz, dosya okuma/yazma işlemlerine izin verilmeden önce PHP betiğinin sahibini kontrol edecek şekilde ayarlanmış."
|
92 |
+
|
93 |
+
#: wp-cache.php:168
|
94 |
+
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."
|
95 |
+
msgstr "Siz veya bir yönetici, eklenti betiklerini çalıştıran kullanıcıyı sunucu kullanıcısıyla aynı yaparak sorunu çözebilirsiniz. %s/cache/ dizininin grup sahibi de aynı şekilde değişmelidir. <a href=\"http://php.net/features.safe-mode\">Güvenli Mod yardım sayfasına</a> bakarak ayrıntılı bilgi edinebilirsiniz."
|
96 |
+
|
97 |
+
#: wp-cache.php:170
|
98 |
+
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."
|
99 |
+
msgstr "Siz veya başka bir yönetici bunu etkisizleştirmeli. <a href=\"http://php.net/features.safe-mode\">\"güvenli mod\" bilgilendirme sayfası</a>na gidip ayrıntılı bilgi alabilirsiniz. Ne yazık ki, bu ayar .htaccess ile etkisizleştirilemez; php.ini ayar dosyasının düzenlenmesi gerekiyor."
|
100 |
+
|
101 |
+
#: wp-cache.php:176
|
102 |
+
msgid "Permlink Structure Error"
|
103 |
+
msgstr "Kalıcı Bağlantı Yapısı Hatası"
|
104 |
+
|
105 |
+
#: wp-cache.php:177
|
106 |
+
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."
|
107 |
+
msgstr "Bu eklentinin çalışabilmesi için özel bir adres sisteminin ayarlı olması gerekiyor. <a href=\"options-permalink.php\">Kalıcı Bağlantı Ayarları</a> sayfasına gidip adres sisteminizi ayarlamalısınız."
|
108 |
+
|
109 |
+
#: wp-cache.php:189
|
110 |
+
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
111 |
+
msgstr "Warning! Your hostname \"%s\" resolves to %s"
|
112 |
+
|
113 |
+
#: wp-cache.php:190
|
114 |
+
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."
|
115 |
+
msgstr "Sunucunuz, hostname'inizin %s şeklinde çözümlendiğini sanıyor. Bu eklentinin çöp toplama gibi bazı işlevleri (ve WordPress'in yazı zamanlama işlevi) bu şekilde düzgün çalışmayabilir."
|
116 |
+
|
117 |
+
#: wp-cache.php:191
|
118 |
+
#: wp-cache.php:205
|
119 |
+
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
|
120 |
+
msgstr "Lütfen readme.txt dosyasında, <a href=\"%s\">hata çözme bölümündeki</a> 16. girdiyi okuyun."
|
121 |
+
|
122 |
+
#: wp-cache.php:204
|
123 |
+
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."
|
124 |
+
msgstr "Ne yazık ki WordPress, wp-cron.php dosyasını bulamadı. Bu dosya, çöp toplama, yazı zamanlama gibi işlevleri yerine getirmesi için şarttır."
|
125 |
+
|
126 |
+
#: wp-cache.php:219
|
127 |
+
msgid "Cannot continue... fix previous problems and retry."
|
128 |
+
msgstr "Devam edilemiyor... önceki sorunları çözün ve tekrar deneyin."
|
129 |
+
|
130 |
+
#: wp-cache.php:228
|
131 |
+
msgid "Zlib Output Compression Enabled!"
|
132 |
+
msgstr "Zlib Çıktı Sıkıştırma Etkin!"
|
133 |
+
|
134 |
+
#: wp-cache.php:229
|
135 |
+
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."
|
136 |
+
msgstr "PHP, ziyaretçilerinizin gördüğü verileri sıkıştırıyor. Bunu devre dışı bırakmak, eklentinin önbelleğe aldığı sayfaların tekrar tekrar sıkıştırılmaması için tavsiye edilir. (Hata Giderme bölümünde 21. maddeyi okuyun.) PHP.ini dosyanızı düzenleme yönergeleri için <a href=\"http://php.net/manual/en/zlib.configuration.php\">bu sayfayı okuyun</a>."
|
137 |
+
|
138 |
+
#: wp-cache.php:233
|
139 |
+
msgid "Mod rewrite may not be installed!"
|
140 |
+
msgstr "Mod rewrite yüklenmemiş olabilir!"
|
141 |
+
|
142 |
+
#: wp-cache.php:234
|
143 |
+
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."
|
144 |
+
msgstr "Mod_rewrite yüklü değil gibi gözüküyor. Bazen bu kontrol kesin değildir, özellikle Apache kullanmıyorsanız. Lütfen mümkünse mod_rewrite'ın yüklü olup olmadığını doğrulayın. Eklentinin önbellek dosyalarını sunabilmesi için bu özelliğin bulunması şarttır ama yoksa, eski tarz önbelleklemeyi veya PHP ile önbelleklemeyi de kullanabilirsiniz."
|
145 |
+
|
146 |
+
#: wp-cache.php:239
|
147 |
+
msgid "Read Only Mode. Configuration cannot be changed."
|
148 |
+
msgstr "Salt Okunur Mod. Ayarlar değiştirilemez."
|
149 |
+
|
150 |
+
#: wp-cache.php:240
|
151 |
+
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."
|
152 |
+
msgstr "WP Super Cache ayar dosyası <code>%s/wp-cache-config.php</code> düzenlenemiyor. Düzenleme yapılabilmesi için dosyanın sunucu tarafından yazılabilir olması gerekiyor."
|
153 |
+
|
154 |
+
#: wp-cache.php:241
|
155 |
+
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."
|
156 |
+
msgstr "Bunu yapmanın basit bir yolu, dosyanın CHMOD izinlerini kısa bir süreliğine değiştirmektir. CHMOD 777 yapmanız yeterlidir <strong>ama</strong> sonrasında işlemi geri almayı, izinleri eski haline getirmeyi unutmayın."
|
157 |
+
|
158 |
+
#: wp-cache.php:242
|
159 |
+
msgid "Writeable:"
|
160 |
+
msgstr "Yazılabilir:"
|
161 |
+
|
162 |
+
#: wp-cache.php:243
|
163 |
+
msgid "Readonly:"
|
164 |
+
msgstr "Salt Okunur:"
|
165 |
+
|
166 |
+
#: wp-cache.php:255
|
167 |
+
msgid "Warning! %s is writeable!"
|
168 |
+
msgstr "Uyarı! %s yazılabilir!"
|
169 |
+
|
170 |
+
#: wp-cache.php:256
|
171 |
+
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
|
172 |
+
msgstr "%s izinlerini düzenlemeli ve daha kısıtlayıcı hale getirmelisiniz. FTP istemcinizi kullanın veya aşağıdaki komutu uygulayın:"
|
173 |
+
|
174 |
+
#: wp-cache.php:264
|
175 |
+
msgid "Mobile rewrite rules detected"
|
176 |
+
msgstr "Tespit edilen mobil yeniden yazım kuralları (rewrite rules)"
|
177 |
+
|
178 |
+
#: wp-cache.php:265
|
179 |
+
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."
|
180 |
+
msgstr "En iyi performans için \"Mobil cihaz desteği\"ni etkinleştirin veya .htaccess dosyasındaki mobil cihazlarla ilgili satırları kaldırın. Bunu yapmak için \"2.0\\ MMP|240x320\" ile başlayan iki satırı silmeniz yeterlidir."
|
181 |
+
|
182 |
+
#: wp-cache.php:265
|
183 |
+
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
|
184 |
+
msgstr "Normal ziyaretçilere bir etkisi olmayacaktır ama mobil kullanıcılar önbelleklenmemiş sayfaları göreceklerdir."
|
185 |
+
|
186 |
+
#: wp-cache.php:271
|
187 |
+
#: wp-cache.php:282
|
188 |
+
msgid "Rewrite rules must be updated"
|
189 |
+
msgstr "Mod_Rewrite kuralları güncellenmeli"
|
190 |
+
|
191 |
+
#: wp-cache.php:272
|
192 |
+
#: wp-cache.php:283
|
193 |
+
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
194 |
+
msgstr "Bu eklentinin ihtiyaç duyduğum yeniden yazım kuralları değişmiş veya yok olmuş."
|
195 |
+
|
196 |
+
#: wp-cache.php:273
|
197 |
+
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):"
|
198 |
+
msgstr "Mobil cihaz desteği, .htaccess dosyanıza fazladan kural eklenmesini gerektirir. Veya eski tarz önbelleklemeyi kullanabilirsiniz. Seçenekleriniz (zorluk sırasına göre) şunlar:"
|
199 |
+
|
200 |
+
#: wp-cache.php:274
|
201 |
+
msgid "Set the plugin to legacy mode and enable mobile support."
|
202 |
+
msgstr "Eklentiyi Eski Tarz moduna getirin ve mobil cihaz desteğini aktifleştirin."
|
203 |
+
|
204 |
+
#: wp-cache.php:275
|
205 |
+
#: wp-cache.php:284
|
206 |
+
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
|
207 |
+
msgstr "Gelişmiş Ayarlar sayfasında aşağılara doğru gidin ve <strong>Mod_Rewrite Kurallarını Güncelle</strong> düğmesine tıkayın."
|
208 |
+
|
209 |
+
#: wp-cache.php:276
|
210 |
+
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."
|
211 |
+
msgstr "%s.htaccess dosyanızda, <code># BEGIN WPSuperCache</code> ile <code># END WPSuperCache</code> arasındaki satırları (bu iki satır da dahil olmak üzere) silerek eklentinin ürettiği mod_rewrite kurallarını silebilirsiniz. Sayfayı yenilediğinizde eklenti yenisini üretecektir."
|
212 |
+
|
213 |
+
#: wp-cache.php:277
|
214 |
+
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)"
|
215 |
+
msgstr "Kuralları kendiniz ekleyin. %s.htaccess dosyasını düzenlemek için açın ve <code># BEGIN WPSuperCache</code> ile <code># END WPSuperCache</code> arasındaki satırları bulun. Birbirine çok benzeyen iki bölüm olacaktır. <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> satırının hemen altına şu satırları ekleyin: (iki bölüm için de birer defa yapmayı unutmayın)"
|
216 |
+
|
217 |
+
#: wp-cache.php:290
|
218 |
+
msgid "Required to serve compressed supercache files properly."
|
219 |
+
msgstr "Sıkıştırılmış supercache dosyalarını sunabilmek için gereklidir."
|
220 |
+
|
221 |
+
#: wp-cache.php:290
|
222 |
+
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
|
223 |
+
msgstr "Super Cache ile önbelleklenmiş sayfalarda, önbellekleme bilgilerinin girilmesi için gereklidir. IE7 kullanıcıları bu olmadan, önbelleğe alınmamış sayfaları görüntülemeye devam ederler."
|
224 |
+
|
225 |
+
#: wp-cache.php:290
|
226 |
+
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
|
227 |
+
msgstr "Super Cache ile önbelleklenmiş sayfalarda son kullanma tarihini belirleyin. Bu modül olmadan ziyaretçiler, sayfayı yenilediklerinde veya yorum bıraktıklarında yeni sayfayı göremeyebilirler."
|
228 |
+
|
229 |
+
#: wp-cache.php:297
|
230 |
+
msgid "Missing Apache Modules"
|
231 |
+
msgstr "Kayıp Apache Modülleri"
|
232 |
+
|
233 |
+
#: wp-cache.php:298
|
234 |
+
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."
|
235 |
+
msgstr "Aşağıdaki Apache modülleri eksik. Onlar olmadan eklenti eski tarz önbelleklemeyle çalışacaktır. Super Cache modunda ziyaretçileriniz, eski içerikle veya bozuk veriyle karşılaşabilir."
|
236 |
+
|
237 |
+
#: wp-cache.php:456
|
238 |
+
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."
|
239 |
+
msgstr "<strong>Dikkat!</strong> Sıkıştırmayı etkinleştirmek istediniz fakat <code>zlib.output_compression</code> etkin durumda. Beni Oku dosyasının 'Hata Giderme' sayfasında 21 numaralı maddeye göz atın."
|
240 |
+
|
241 |
+
#: wp-cache.php:547
|
242 |
+
msgid "WP Super Cache Settings"
|
243 |
+
msgstr "WP Super Cache Ayarları"
|
244 |
+
|
245 |
+
#: wp-cache.php:558
|
246 |
+
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
|
247 |
+
msgstr "Not: <em>Mod_rewrite veya eski tarz önbellekleme etkin</em>. Varsayılan olarak Gelişmiş Ayarlar görüntüleniyor."
|
248 |
+
|
249 |
+
#: wp-cache.php:569
|
250 |
+
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
|
251 |
+
msgstr "Ayarların bulunduğu dosya değiştirildi, bazı değerler yanlış olabilir. \"Ayarlar\" menüsünden sayfayı tekrar yükleyip ayarları sıfırlayın."
|
252 |
+
|
253 |
+
#: wp-cache.php:594
|
254 |
+
msgid "Caching must be enabled to use this feature"
|
255 |
+
msgstr "Bu özelliği kullanabilmeniz için önbellekleme etkin olmalıdır."
|
256 |
+
|
257 |
+
#: wp-cache.php:612
|
258 |
+
#: wp-cache.php:743
|
259 |
+
msgid "Cancel Cache Preload"
|
260 |
+
msgstr "Önbellek Önyüklemesi'ni Devre Dışı Bırak"
|
261 |
+
|
262 |
+
#: wp-cache.php:620
|
263 |
+
#: wp-cache.php:631
|
264 |
+
msgid "Scheduled preloading of cache cancelled."
|
265 |
+
msgstr "Önbellek önyüklemesinin zamanlanması iptal edildi."
|
266 |
+
|
267 |
+
#: wp-cache.php:657
|
268 |
+
#: wp-cache.php:741
|
269 |
+
msgid "Preload Cache Now"
|
270 |
+
msgstr "Önbellek Önyüklemesi'ni Şimdi Çalıştır"
|
271 |
+
|
272 |
+
#: wp-cache.php:661
|
273 |
+
msgid "Scheduled preloading of cache in 10 seconds."
|
274 |
+
msgstr "Önbellek önyüklemesinin zamanlanması 10 saniye içinde başlıyor."
|
275 |
+
|
276 |
+
#: wp-cache.php:666
|
277 |
+
msgid "Scheduled preloading of cache in %d minutes"
|
278 |
+
msgstr "Önbellek önyüklemesinin zamanlanması %d dakika içinde başlıyor"
|
279 |
+
|
280 |
+
#: wp-cache.php:670
|
281 |
+
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."
|
282 |
+
msgstr "Bu, site içerisindeki tüm yazı ve sayfaları tek tek önbelleğe alacaktır ve (botlar da dahil olmak üzere) ziyaretçiler bu oluşturulmuş Super Cache'li sayfaları görecektir. Google'daki sıralamanızı yükseltme açısından hız da önemli olduğu için bu seçenek faydalı olabilir."
|
283 |
+
|
284 |
+
#: wp-cache.php:671
|
285 |
+
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."
|
286 |
+
msgstr "Yalnız önyükleme çok sayıda dosya oluşturur. Önbellekleme de en yeni yazıdan en eskisine kadar yapılır, dolayısıyla lütfen çok fazla (10 binden fazla) yazınız varsa yalnızca en yeni yazıları önyüklemeye alın. Paylaşımlı hosting'lerde bu özellikle önemlidir."
|
287 |
+
|
288 |
+
#: wp-cache.php:672
|
289 |
+
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."
|
290 |
+
msgstr "Önyükleme Modu'nda düzenli çöp toplama yalnızca bilinen kullanıcılar için eski önbellek dosyalarını temizlemede kullanılır, Super Cache'li dosyalar etkilenmez. Önbellek önyüklemesi yapıldığında bu seçeneğin etkinleştirilmesi önerilir."
|
291 |
+
|
292 |
+
#: wp-cache.php:676
|
293 |
+
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
|
294 |
+
msgstr "Önyüklenmiş önbelleği her %s dakikada bir yenile. (0 devre dışı bırakır, en az %d dakika yazılmalıdır.)"
|
295 |
+
|
296 |
+
#: wp-cache.php:689
|
297 |
+
msgid "all"
|
298 |
+
msgstr "tümü"
|
299 |
+
|
300 |
+
#: wp-cache.php:702
|
301 |
+
msgid "Preload %s posts."
|
302 |
+
msgstr "%s yazıyı önyüklemeye al."
|
303 |
+
|
304 |
+
#: wp-cache.php:709
|
305 |
+
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
306 |
+
msgstr "Önyükleme modu (çöp toplama yalnızca eski tarz önbelleklemede. Önerilir.)"
|
307 |
+
|
308 |
+
#: wp-cache.php:712
|
309 |
+
msgid "Send me status emails when files are refreshed."
|
310 |
+
msgstr "Dosyalar yenilendiğinde bana durum e-postaları gönder."
|
311 |
+
|
312 |
+
#: wp-cache.php:717
|
313 |
+
msgid "Many emails, 2 emails per 100 posts."
|
314 |
+
msgstr "Çok: 100 yazı önyüklemesi başına 2 e-posta."
|
315 |
+
|
316 |
+
#: wp-cache.php:720
|
317 |
+
msgid "Medium, 1 email per 100 posts."
|
318 |
+
msgstr "Orta: 100 yazı önyüklemesi başına bir e-posta."
|
319 |
+
|
320 |
+
#: wp-cache.php:723
|
321 |
+
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
322 |
+
msgstr "Az: Önyüklemenin başında ve sonunda 1'er e-posta."
|
323 |
+
|
324 |
+
#: wp-cache.php:727
|
325 |
+
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
326 |
+
msgstr "Önbellek %d saat, %d dakika ve %d saniye sonra yenilenecek."
|
327 |
+
|
328 |
+
#: wp-cache.php:728
|
329 |
+
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
330 |
+
msgstr "Önbelleğin tamamı %d saat, %d dakika ve %d saniye sonra yenilenecek."
|
331 |
+
|
332 |
+
#: wp-cache.php:734
|
333 |
+
msgid "Currently caching from post %d to %d."
|
334 |
+
msgstr "Şu anda %d ile %d arasındaki yazılar önbelleğe alınıyor."
|
335 |
+
|
336 |
+
#: wp-cache.php:738
|
337 |
+
msgid "<strong>Page last cached:</strong> %s"
|
338 |
+
msgstr "<strong>Son önbelleğe alınan sayfa:</strong> %s"
|
339 |
+
|
340 |
+
#: wp-cache.php:741
|
341 |
+
msgid "Update Settings"
|
342 |
+
msgstr "Ayarları Güncelle"
|
343 |
+
|
344 |
+
#: wp-cache.php:749
|
345 |
+
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
|
346 |
+
msgstr "Önbellek önyüklemesi devre dışı. Lütfen eski tarz önbellekleme seçeneğini etkisizleştirin veya barındırıcı firmanızla görüşün."
|
347 |
+
|
348 |
+
#: wp-cache.php:766
|
349 |
+
#: wp-cache.php:862
|
350 |
+
msgid "Caching"
|
351 |
+
msgstr "Önbellekleme"
|
352 |
+
|
353 |
+
#: wp-cache.php:770
|
354 |
+
msgid "Cache hits to this website for quick access."
|
355 |
+
msgstr "Bu siteye gelen ziyaretleri, daha hızlı erişim için önbelleğe alın."
|
356 |
+
|
357 |
+
#: wp-cache.php:770
|
358 |
+
#: wp-cache.php:771
|
359 |
+
#: wp-cache.php:788
|
360 |
+
#: wp-cache.php:793
|
361 |
+
#: wp-cache.php:796
|
362 |
+
#: wp-cache.php:797
|
363 |
+
#: wp-cache.php:810
|
364 |
+
#: wp-cache.php:865
|
365 |
+
msgid "Recommended"
|
366 |
+
msgstr "Önerilen"
|
367 |
+
|
368 |
+
#: wp-cache.php:771
|
369 |
+
msgid "Use mod_rewrite to serve cache files."
|
370 |
+
msgstr "Önbellek dosyalarını sunmak için mod_rewrite kullan."
|
371 |
+
|
372 |
+
#: wp-cache.php:772
|
373 |
+
msgid "Use PHP to serve cache files."
|
374 |
+
msgstr "Önbellek dosyalarını sunmak için PHP kullan."
|
375 |
+
|
376 |
+
#: wp-cache.php:773
|
377 |
+
msgid "Legacy page caching."
|
378 |
+
msgstr "Eski tarz sayfa önbellekleme"
|
379 |
+
|
380 |
+
#: wp-cache.php:774
|
381 |
+
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
|
382 |
+
msgstr "Mod_rewrite en hızlısıdır. PHP önbellekleme de çok hızlıdır ve kullanımı kolaydır. Eski tarz önbellekleme daha yavaştır ama daha esnektir ve bunun da kullanımı kolaydır. Yeni kullanıcılar PHP önbelleklemeyi denemelidir."
|
383 |
+
|
384 |
+
#: wp-cache.php:780
|
385 |
+
msgid "Miscellaneous"
|
386 |
+
msgstr "Diğer"
|
387 |
+
|
388 |
+
#: wp-cache.php:786
|
389 |
+
msgid "Warning! Compression is disabled as gzencode() function not found."
|
390 |
+
msgstr "Uyarı! Sıkıştırma devre dışı ve gzencode() fonksiyonu bulunamadı."
|
391 |
+
|
392 |
+
#: wp-cache.php:788
|
393 |
+
msgid "Compress pages so they’re served more quickly to visitors."
|
394 |
+
msgstr "Sayfalar daha hızlı yüklensin diye sayfaları sıkıştır."
|
395 |
+
|
396 |
+
#: wp-cache.php:789
|
397 |
+
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
|
398 |
+
msgstr "Sıkıştırma varsayılan olarak devre dışıdır çünkü bazı barındırıcılar (hosting firmaları) sıkıştırılmış dosyalarla sorun yaşarlar. Bu özelliği açmak veya kapamak önbelleği temizler."
|
399 |
+
|
400 |
+
#: wp-cache.php:793
|
401 |
+
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
|
402 |
+
msgstr "304 Not Modified tarayıcı önbelleklemesi. Son gösterimden beri sayfada bir değişiklik olmadıysa belirtir."
|
403 |
+
|
404 |
+
#: wp-cache.php:794
|
405 |
+
msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
|
406 |
+
msgstr "304 desteği varsayılan olarak devre dışıdır çünkü geçmişte GoDaddy, kullanılan header'larla ilgili sorun çıkarıyordu."
|
407 |
+
|
408 |
+
#: wp-cache.php:796
|
409 |
+
msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
|
410 |
+
msgstr "Giriş yapmış kullanıcılar veya düzenli yorumcular için sayfaların önbellekleme."
|
411 |
+
|
412 |
+
#: wp-cache.php:797
|
413 |
+
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
|
414 |
+
msgstr "Önbellek yenileme. Yeni bir önbellek dosyası oluşturulurken ziyaretçilere eskisi gösterilir."
|
415 |
+
|
416 |
+
# Digg is not commonly used in our language, thus it's irrevelant to translate the "Digg-proof" expression. I translated this entry as "Tell your visitors that how durable this blog is!" (Baris Unver, translator.)
|
417 |
+
#: wp-cache.php:798
|
418 |
+
msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
|
419 |
+
msgstr "Ziyaretçilerinize bu blog'un ne kadar dayanıklı olduğunu duyurun! (blog'un footer kısmına bir mesaj eklenir.)"
|
420 |
+
|
421 |
+
#: wp-cache.php:804
|
422 |
+
#: wp-cache.php:1053
|
423 |
+
#: wp-cache.php:1559
|
424 |
+
msgid "Advanced"
|
425 |
+
msgstr "Gelişmiş"
|
426 |
+
|
427 |
+
#: wp-cache.php:808
|
428 |
+
msgid "Mobile device support."
|
429 |
+
msgstr "Mobil aygıt desteği."
|
430 |
+
|
431 |
+
#: wp-cache.php:809
|
432 |
+
msgid "Clear all cache files when a post or page is published."
|
433 |
+
msgstr "Bir yazı veya sayfa yayınlandığında önbelleği temizle."
|
434 |
+
|
435 |
+
#: wp-cache.php:810
|
436 |
+
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
437 |
+
msgstr "Fazladan anasayfa kontrolü. (Sık sık anasayfa önbelleklenmesi durur.)"
|
438 |
+
|
439 |
+
#: wp-cache.php:811
|
440 |
+
msgid "Only refresh current page when comments made."
|
441 |
+
msgstr "Sadece yorum yapıldığında sayfayı güncelle."
|
442 |
+
|
443 |
+
#: wp-cache.php:812
|
444 |
+
msgid "List the newest cached pages on this page."
|
445 |
+
msgstr "Bu sayfada son önbelleklenen sayfaları listele."
|
446 |
+
|
447 |
+
#: wp-cache.php:814
|
448 |
+
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>"
|
449 |
+
msgstr "Kabaca dosya kilitleme. Muhtemelen buna ihtiyacınız olmayacaktır ama eğer sunucunuz güçsüzse yardımcı olabilir. UYARI: <em>Çok nadir de olsa sunucunuzu kilitleyebilir!</em>"
|
450 |
+
|
451 |
+
#: wp-cache.php:816
|
452 |
+
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
|
453 |
+
msgstr "Geç başlatma: WordPress yüklendikten sonra önbellek dosyalarını gösterme. Eski tarz önbelleklemede çok işe yarar."
|
454 |
+
|
455 |
+
#: wp-cache.php:818
|
456 |
+
msgid "Use object cache to store cached files."
|
457 |
+
msgstr "Önbellek dosyalarını depolamak için \"object cache\"yi kullan."
|
458 |
+
|
459 |
+
#: wp-cache.php:818
|
460 |
+
msgid "(Experimental)"
|
461 |
+
msgstr "(Deneysel)"
|
462 |
+
|
463 |
+
#: wp-cache.php:825
|
464 |
+
msgid "Note:"
|
465 |
+
msgstr "Not:"
|
466 |
+
|
467 |
+
#: wp-cache.php:827
|
468 |
+
msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
|
469 |
+
msgstr "Bu eklentiyi kaldır: Otomatik olarak kendi artıklarını temizler. Eğer elle müdahale gerektirirse, basit bir yönerge ile yol gösterir."
|
470 |
+
|
471 |
+
#: wp-cache.php:828
|
472 |
+
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!)"
|
473 |
+
msgstr "Bu eklentiyi kaldırıyorsanız, <em>%s</em dizininin sunucu tarafından yazılabilir olduğundan emin olun ki <em>advanced-cache.php</em> ve <em>cache-config.php</em> dosyaları otomatik olarak kaldırılabilsin. (O dosyaların da yazılabilirliğini kontrol etmek de iyi olur!)"
|
474 |
+
|
475 |
+
#: wp-cache.php:829
|
476 |
+
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\"."
|
477 |
+
msgstr "Lütfen eklentiyi kaldırmak için <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> dosyasındaki yönergelere başvurun. \"How to uninstall WP Super Cache\" bölümünü arayın."
|
478 |
+
|
479 |
+
#: wp-cache.php:830
|
480 |
+
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."
|
481 |
+
msgstr "Yardıma ihtiyacınız mı var? <a href=\"%1$s\">Super Cache BeniOku dosyasını</a> inceleyin. Bu belge; eklentiyi yüklemek için gerekli dokümantasyonu, Sık Sorulan Sorular'ı ve Hata Anlama ipuçlarını içerir. <a href=\"%2$s\">Yardım forumu (İngilizce)</a> de mevcuttur, burada sorununuzun çözümünü bulabilirsiniz."
|
482 |
+
|
483 |
+
#: wp-cache.php:833
|
484 |
+
#: wp-cache.php:880
|
485 |
+
msgid "Update Status"
|
486 |
+
msgstr "Durumu Güncelle"
|
487 |
+
|
488 |
+
#: wp-cache.php:840
|
489 |
+
msgid "Accepted Filenames & Rejected URIs"
|
490 |
+
msgstr "Kabul Edilecek Dosyalar & Reddedilecek Adresler"
|
491 |
+
|
492 |
+
#: wp-cache.php:865
|
493 |
+
msgid "Caching On"
|
494 |
+
msgstr "Önbellekleme Açık"
|
495 |
+
|
496 |
+
#: wp-cache.php:866
|
497 |
+
msgid "Caching Off"
|
498 |
+
msgstr "Önbellekleme Kapalı"
|
499 |
+
|
500 |
+
#: wp-cache.php:867
|
501 |
+
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
502 |
+
msgstr "Not: PHP önbelleklemeyi, önbelleğin yenilemeyi ve mobil tarayıcı desteğini etkinleştirir"
|
503 |
+
|
504 |
+
#: wp-cache.php:877
|
505 |
+
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
|
506 |
+
msgstr "Not: PHP önbellekleme aktif durumda ama Super Cache için var olan mod_rewrite kuralları mevcut ve önbelleklenen sayfalar bu kurallara göre sunulacak. Eğer siteniz düzgün çalışıyorsa bu mesajı dikkate almanıza gerek yok ama .htaccess dosyasından Super Cache önbelleklemeyi sağlayan kuralları kaldırmanızda fayda var."
|
507 |
+
|
508 |
+
#: wp-cache.php:882
|
509 |
+
msgid "Cache Tester"
|
510 |
+
msgstr "Önbellek Testi"
|
511 |
+
|
512 |
+
#: wp-cache.php:883
|
513 |
+
msgid "Test your cached website by clicking the test button below."
|
514 |
+
msgstr "Önbelleklenmiş sitenizi aşağıdaki test düğmesine basarak sınayın."
|
515 |
+
|
516 |
+
#: wp-cache.php:889
|
517 |
+
msgid "Fetching %s to prime cache: "
|
518 |
+
msgstr "Fetching %s to prime cache: "
|
519 |
+
|
520 |
+
#: wp-cache.php:891
|
521 |
+
#: wp-cache.php:899
|
522 |
+
#: wp-cache.php:907
|
523 |
+
msgid "OK"
|
524 |
+
msgstr "Tamam"
|
525 |
+
|
526 |
+
#: wp-cache.php:894
|
527 |
+
msgid "Fetching first copy of %s: "
|
528 |
+
msgstr "%s dosyasının ilk kopyası alınıyor:"
|
529 |
+
|
530 |
+
#: wp-cache.php:902
|
531 |
+
msgid "Fetching second copy of %s: "
|
532 |
+
msgstr "%s dosyasının ikinci kopyası alınıyor:"
|
533 |
+
|
534 |
+
#: wp-cache.php:910
|
535 |
+
msgid "One or more page requests failed:"
|
536 |
+
msgstr "Bir veya birden fazla sayfa sorgusu başarısız:"
|
537 |
+
|
538 |
+
#: wp-cache.php:929
|
539 |
+
#: wp-cache.php:930
|
540 |
+
msgid "Page %d: %d (%s)"
|
541 |
+
msgstr "Sayfa %d: %d (%s)"
|
542 |
+
|
543 |
+
#: wp-cache.php:936
|
544 |
+
msgid "Page 1: %s"
|
545 |
+
msgstr "Sayfa 1: %s"
|
546 |
+
|
547 |
+
#: wp-cache.php:937
|
548 |
+
msgid "Page 2: %s"
|
549 |
+
msgstr "Sayfa 2: %s"
|
550 |
+
|
551 |
+
#: wp-cache.php:938
|
552 |
+
msgid "The timestamps on both pages match!"
|
553 |
+
msgstr "İki sayfanın zaman damgaları uyuşuyor!"
|
554 |
+
|
555 |
+
#: wp-cache.php:940
|
556 |
+
msgid "The pages do not match! Timestamps differ or were not found!"
|
557 |
+
msgstr "Sayfalar birbirini tutmuyor! Zaman damgaları birbirinden farklı veya bulunamadı!"
|
558 |
+
|
559 |
+
#: wp-cache.php:947
|
560 |
+
msgid "Send non-secure (non https) request for homepage"
|
561 |
+
msgstr "Güvenliksiz (https'siz) anasayfa sorgusu gönder"
|
562 |
+
|
563 |
+
#: wp-cache.php:948
|
564 |
+
msgid "Test Cache"
|
565 |
+
msgstr "Önbelleği Test Et"
|
566 |
+
|
567 |
+
#: wp-cache.php:952
|
568 |
+
msgid "Delete Cached Pages"
|
569 |
+
msgstr "Önbelleğe Alınan Sayfaları Sil"
|
570 |
+
|
571 |
+
#: wp-cache.php:953
|
572 |
+
msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
|
573 |
+
msgstr "Önbelleklenen sayfalar, sunucunuzda HTML ve PHP sayfaları halinde depolanır. Bunları silmek isterseniz aşağıdaki düğmeye tıklayın."
|
574 |
+
|
575 |
+
#: wp-cache.php:956
|
576 |
+
#: wp-cache.php:2089
|
577 |
+
#: wp-cache.php:2101
|
578 |
+
#: wp-cache.php:2264
|
579 |
+
msgid "Delete Cache"
|
580 |
+
msgstr "Önbelleği Temizle"
|
581 |
+
|
582 |
+
#: wp-cache.php:960
|
583 |
+
msgid "Recommended Links and Plugins"
|
584 |
+
msgstr "Tavsiye Edilen Bağlantılar ve Eklentiler"
|
585 |
+
|
586 |
+
#: wp-cache.php:961
|
587 |
+
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
|
588 |
+
msgstr "Önbellekleme, bir siteyi hızlandırmak için atılan adımlardan yalnızca bir tanesidir. Sitenizi hızlandırmaya yardımcı olacak başka eklentiler de mevcuttur:"
|
589 |
+
|
590 |
+
#: wp-cache.php:962
|
591 |
+
msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
|
592 |
+
msgstr "<a href=\"%s\">WP Minify</a>, CSS ve JavaScript dosyalarını birleştirerek sitenize yapılan HTTP sorgularını azaltır. Alternatif olarak, önbelleklenen sayfaları sıkıştıran bir Super Cache eklentisi olan <a href=\"%s\">WPSCMin</a>'i kullanabilirsiniz. Ama bu eklenti JS ve CSS dosyalarını birleştirmez."
|
593 |
+
|
594 |
+
#: wp-cache.php:963
|
595 |
+
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
596 |
+
msgstr "<a href=\"%s\">Yahoo! Yslow</a>, Firefox'un Firebug eklentisinin bir alt eklentisidir. Sayfaları analiz etmeye yarar ve yüksek performanslı sayfalarda kullanılan bazı kurallara dayanarak sitenizi hızlandırmak için öneriler sunar. Alternatif olarak, YSlow testi de içeren <a href=\"%s\">GTMetrix</a> performans araçlarını deneyebilirsiniz."
|
597 |
+
|
598 |
+
#: wp-cache.php:964
|
599 |
+
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
|
600 |
+
msgstr "<a href=\"%s\">Google Kütüphanelerini</a> kullanarak sık kullanılan JavaScript kütüphanelerini oradan yükletebilirsiniz. İlginçtir, bu YSlow skorunuzu düşürebilir."
|
601 |
+
|
602 |
+
#: wp-cache.php:966
|
603 |
+
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
|
604 |
+
msgstr "<strong>Yalnızca ileri düzey kullanıcılar için:</strong> <a href=\"%s\">\"Speed up your site with Caching and cache-control\"</a> isimli belge (İngilizce), sitenizin önbelleklenme sürecini geliştirmek için .htaccess önerileri barındırıyor."
|
605 |
+
|
606 |
+
#: wp-cache.php:967
|
607 |
+
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
|
608 |
+
msgstr "<strong>Yalnızca ileri düzey kullanıcılar için:</strong> Bir obje önbellekleme yöntemi kullanın. <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> ve benzeri örnekler mevcuttur."
|
609 |
+
|
610 |
+
#: wp-cache.php:978
|
611 |
+
msgid "Make WordPress Faster"
|
612 |
+
msgstr "WordPress'i hızlandır!"
|
613 |
+
|
614 |
+
#: wp-cache.php:979
|
615 |
+
msgid "%1$s is maintained and developed by %2$s with contributions from many others."
|
616 |
+
msgstr "%1$s, %2$s tarafından geliştirilmiştir ve diğer birçok kullanıcının katkısıyla hala gelişmektedir."
|
617 |
+
|
618 |
+
#: wp-cache.php:980
|
619 |
+
msgid "He blogs at %1$s and posts photos at %2$s."
|
620 |
+
msgstr "Blogu %1$s ve fotoğrafları %2$s adreslerindedir."
|
621 |
+
|
622 |
+
#: wp-cache.php:981
|
623 |
+
msgid "Please say hi to him on %s too!"
|
624 |
+
msgstr "%s adresinden bi' selam çakmayı da unutmayın!"
|
625 |
+
|
626 |
+
#: wp-cache.php:982
|
627 |
+
msgid "Need Help?"
|
628 |
+
msgstr "Yardıma mı İhtiyacınız Var?"
|
629 |
+
|
630 |
+
#: wp-cache.php:984
|
631 |
+
msgid "<a href=\"%1$s\">Installation Help</a>"
|
632 |
+
msgstr "<a href=\"%1$s\">Kurulum Yardımı</a>"
|
633 |
+
|
634 |
+
#: wp-cache.php:985
|
635 |
+
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
636 |
+
msgstr "<a href=\"%1$s\">Sık Sorulan Sorular</a>"
|
637 |
+
|
638 |
+
#: wp-cache.php:986
|
639 |
+
msgid "<a href=\"%1$s\">Support Forum</a>"
|
640 |
+
msgstr "<a href=\"%1$s\">Destek Forumu</a>"
|
641 |
+
|
642 |
+
#: wp-cache.php:988
|
643 |
+
msgid "Rate This Plugin!"
|
644 |
+
msgstr "Bu Eklentiyi Derecelendirin!"
|
645 |
+
|
646 |
+
#: wp-cache.php:989
|
647 |
+
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
|
648 |
+
msgstr "Lütfen eklentinin işinize yarayıp yaramadığını <a href=\"%s\">derecelendirin</a>. Eklentinin gelişimine katkıda bulunmuş olacaksınız."
|
649 |
+
|
650 |
+
#: wp-cache.php:998
|
651 |
+
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
652 |
+
msgstr "%1$s 'den/'dan beri önbelleklenen sayfalar: <strong>%2$s</strong>"
|
653 |
+
|
654 |
+
#: wp-cache.php:999
|
655 |
+
msgid "Newest Cached Pages:"
|
656 |
+
msgstr "Son Önbelleklenen Sayfalar:"
|
657 |
+
|
658 |
+
#: wp-cache.php:1003
|
659 |
+
msgid "Cached %s seconds ago"
|
660 |
+
msgstr "%s saniye önce önbelleklendi"
|
661 |
+
|
662 |
+
#: wp-cache.php:1006
|
663 |
+
msgid "(may not always be accurate on busy sites)"
|
664 |
+
msgstr "(çok ziyaret edilen sitelerde tam olarak doğru olmayabilir)"
|
665 |
+
|
666 |
+
#: wp-cache.php:1025
|
667 |
+
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."
|
668 |
+
msgstr "Bu eklentiler, WP Super Cache eklenti dizininin içerisinde bir başka eklentiler klasöründe bulunan PHP betikleridir. Etkinleştirildiğinde, WP Super Cache yüklendikten hemen sonra yüklenirler."
|
669 |
+
|
670 |
+
#: wp-cache.php:1026
|
671 |
+
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
|
672 |
+
msgstr "Bu ileri düzey bir özelliktir ve PHP ile WordPress konusunda engin bilgi ve tecrübeye sahip kişiler tarafından yaratılmalıdır."
|
673 |
+
|
674 |
+
#: wp-cache.php:1036
|
675 |
+
msgid "Available Plugins"
|
676 |
+
msgstr "Mevcut Eklentiler"
|
677 |
+
|
678 |
+
#: wp-cache.php:1053
|
679 |
+
msgid "Easy"
|
680 |
+
msgstr "Kolay"
|
681 |
+
|
682 |
+
#: wp-cache.php:1053
|
683 |
+
msgid "CDN"
|
684 |
+
msgstr "CDN"
|
685 |
+
|
686 |
+
#: wp-cache.php:1053
|
687 |
+
msgid "Contents"
|
688 |
+
msgstr "İçerik"
|
689 |
+
|
690 |
+
#: wp-cache.php:1053
|
691 |
+
msgid "Preload"
|
692 |
+
msgstr "Önyükleme"
|
693 |
+
|
694 |
+
#: wp-cache.php:1053
|
695 |
+
msgid "Plugins"
|
696 |
+
msgstr "Eklentiler"
|
697 |
+
|
698 |
+
#: wp-cache.php:1053
|
699 |
+
msgid "Debug"
|
700 |
+
msgstr "Hata Ayıklama"
|
701 |
+
|
702 |
+
#: wp-cache.php:1084
|
703 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
|
704 |
+
msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının <a href=\"%s\">ana sitesi</a> haricinde devre dışıdır."
|
705 |
+
|
706 |
+
#: wp-cache.php:1086
|
707 |
+
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
|
708 |
+
msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının <a href=\"%s\">ana sitesi</a> haricinde devre dışıdır."
|
709 |
+
|
710 |
+
#: wp-cache.php:1096
|
711 |
+
msgid "Mod Rewrite Rules"
|
712 |
+
msgstr "Mod_Rewrite Kuralları"
|
713 |
+
|
714 |
+
#: wp-cache.php:1102
|
715 |
+
msgid "WordPress MU Detected"
|
716 |
+
msgstr "WordPress MU Saptandı"
|
717 |
+
|
718 |
+
#: wp-cache.php:1102
|
719 |
+
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."
|
720 |
+
msgstr "Ne yazık ki, WordPress MU ile çalışırken mod_rewrite kuralları otomatik olarak güncellenememektedir. Lütfen .htaccess dosyanızı açın ve aşağıdaki mod_rewrite kurallarını, diğer kuralların üstüne yerleştirin."
|
721 |
+
|
722 |
+
#: wp-cache.php:1104
|
723 |
+
msgid "Mod Rewrite rules cannot be updated!"
|
724 |
+
msgstr "Mod_Rewrite kuralları güncellenemiyor!"
|
725 |
+
|
726 |
+
#: wp-cache.php:1105
|
727 |
+
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:"
|
728 |
+
msgstr "Kuralların otomatik olarak güncellenebilmesi için %s.htaccess dosyası içerisindeki kurallar <strong>BEGIN</strong> ve <strong>END</strong> yorum satırlarının arasında bulunmalıdır. Aşağıdaki gibi gözükürler ve WordPress'in kendi mod_rewrite kurallarının üstündedirler:"
|
729 |
+
|
730 |
+
#: wp-cache.php:1107
|
731 |
+
msgid "Refresh this page when you have updated your .htaccess file."
|
732 |
+
msgstr ".htaccess dosyanızı güncelledikten sonra bu sayfayı yenileyin."
|
733 |
+
|
734 |
+
#: wp-cache.php:1111
|
735 |
+
msgid "Thank you for upgrading."
|
736 |
+
msgstr "Yükselttiğiniz için teşekkürler."
|
737 |
+
|
738 |
+
#: wp-cache.php:1111
|
739 |
+
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."
|
740 |
+
msgstr "Eklentiyi yüklediğinizden beri mod_rewrite kuralları değişti. Yenilerinin konabilmesi için öncekileri kaldırmanız gerekiyor. .htaccess dosyanızı düzenledikten sonra bu sayfayı yenileyin. Elle düzenlemek isterseniz, şu satırı şu şekilde değiştirin: %1$s ki şu şekilde gözüksün: %2$s Yapılan değişiklikler şöyle: \"HTTP_COOKIE\" yerine \"HTTP:Cookie\" yazılıyor ve \"wordpressuser\" yerine de \"wordpress\" geliyor. Bu WordPress 2.5 ile ilgili bir değişikliktir ama kendinizi cesur hissediyorsanız önceki sürümlerle de uyumludur."
|
741 |
+
|
742 |
+
#: wp-cache.php:1115
|
743 |
+
msgid "Trailing slash check required."
|
744 |
+
msgstr "Son taksim (/ karakteri) kontrolü gerekli."
|
745 |
+
|
746 |
+
#: wp-cache.php:1115
|
747 |
+
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:"
|
748 |
+
msgstr "Anlaşılan blog sayfalarınızın adreslerinin sonu \"/\" ile bitiyor (buna son taksim denir). Maalesef siz bu eklentiyi yükledikten sonra WordPress içerisinde, \"/\" ile bitmeyen adreslerin \"/\" ile biten sayfalara yönlenmediği bir bug bulundu. Bunu düzeltmek için, .htaccess dosyanızı açıp aşağıdaki kuralları, orada iki grup halinde bulunan Super Cache kurallarına eklemelisiniz:"
|
749 |
+
|
750 |
+
#: wp-cache.php:1117
|
751 |
+
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
|
752 |
+
msgstr "Kuralların nereye konacağını ve tüm kuralları, aşağıdaki \"mod_rewrite kurallarını görüntüle\" düğmesine tıklayarak görebilirsiniz."
|
753 |
+
|
754 |
+
#: wp-cache.php:1131
|
755 |
+
msgid "Mod Rewrite rules updated!"
|
756 |
+
msgstr "Mod_Rewrite kuralları güncellendi!"
|
757 |
+
|
758 |
+
#: wp-cache.php:1132
|
759 |
+
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
|
760 |
+
msgstr "%s.htaccess dosyası, uygun mod_rewrite kuralları eklenecek şekilde düzenlendi. Lütfen aşağıdakiyle karşılaştırıp doğru olduğunu kontrol edin:"
|
761 |
+
|
762 |
+
#: wp-cache.php:1134
|
763 |
+
msgid "Mod Rewrite rules must be updated!"
|
764 |
+
msgstr "Mod_Rewrite kuralları güncellenmeli!"
|
765 |
+
|
766 |
+
#: wp-cache.php:1135
|
767 |
+
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:"
|
768 |
+
msgstr "%s.htaccess dosyanız sunucunuz tarafından düzenlenemiyor ama gerekli mod_rewrite kurallarının düzenlenmesi şart. Dosya içerisindeki normal WordPress kurallarının üstüne yazılması gereken kodlar şu şekilde:"
|
769 |
+
|
770 |
+
#: wp-cache.php:1140
|
771 |
+
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."
|
772 |
+
msgstr "%s.htaccess dosyanızda WP Super Cache'nin mod_rewrite kuralları saptandı.<br />Aşağıdaki bağlantıya tıklayarak dosyaya hangi satırların eklendiğini görüntüleyebilirsiniz. Eğer eklentinin sürümünü güncellediyseniz, bu kuralların eklenip eklenmediğini kontrol etmelisiniz."
|
773 |
+
|
774 |
+
#: wp-cache.php:1143
|
775 |
+
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."
|
776 |
+
msgstr "Eklentinin yazmış olması gereken ile .htaccess dosyanızda var olan mod_rewrite kurallarının birbirinden farklı olduğu saptandı. Arada boşluk veya boş satır farkları da olsa, dosyada yazılı kurallarla olması gereken kuralları karşılaştırmanızı öneririz. \"Mod_rewrite Kurallarını Güncelle\" düğmesine tıklayıp kuralları güncelleyebilirsiniz."
|
777 |
+
|
778 |
+
#: wp-cache.php:1146
|
779 |
+
msgid "View Mod_Rewrite Rules"
|
780 |
+
msgstr "Mod_Rewrite Kurallarını Görüntüle"
|
781 |
+
|
782 |
+
#: wp-cache.php:1150
|
783 |
+
#: wp-cache.php:2380
|
784 |
+
msgid "Rules must be added to %s too:"
|
785 |
+
msgstr "Kurallar %s dosyasına da eklenmeli:"
|
786 |
+
|
787 |
+
#: wp-cache.php:1158
|
788 |
+
msgid "Gzip encoding rules in %s.htaccess created."
|
789 |
+
msgstr "%s.htaccess dosyasında gzip'leme kuralları oluşturuldu."
|
790 |
+
|
791 |
+
#: wp-cache.php:1165
|
792 |
+
msgid "Fix Configuration"
|
793 |
+
msgstr "Ayarları Düzelt"
|
794 |
+
|
795 |
+
#: wp-cache.php:1168
|
796 |
+
msgid "Restore Default Configuration"
|
797 |
+
msgstr "Varsayılan Ayarları Geri Yükle"
|
798 |
+
|
799 |
+
#: wp-cache.php:1176
|
800 |
+
msgid "Comment moderation is enabled. Your comment may take some time to appear."
|
801 |
+
msgstr "Yorum onaylama sistemi etkin; yorumunuzun yayınlanması biraz zaman alabilir."
|
802 |
+
|
803 |
+
#: wp-cache.php:1201
|
804 |
+
msgid "Lock Down:"
|
805 |
+
msgstr "Tecrit:"
|
806 |
+
|
807 |
+
#: wp-cache.php:1201
|
808 |
+
#: plugins/awaitingmoderation.php:35
|
809 |
+
#: plugins/badbehaviour.php:66
|
810 |
+
#: plugins/domain-mapping.php:61
|
811 |
+
msgid "Disabled"
|
812 |
+
msgstr "Etkisiz"
|
813 |
+
|
814 |
+
#: wp-cache.php:1201
|
815 |
+
#: plugins/awaitingmoderation.php:34
|
816 |
+
#: plugins/badbehaviour.php:65
|
817 |
+
#: plugins/domain-mapping.php:60
|
818 |
+
msgid "Enabled"
|
819 |
+
msgstr "Etkin"
|
820 |
+
|
821 |
+
#: wp-cache.php:1202
|
822 |
+
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."
|
823 |
+
msgstr "Büyük ziyaretçi akınları için tecrit modunu etkinleştirebilirsiniz. Etkinleştirildiğinde; yeni yorum girilse bile sayfa, önbellekli haliyle sunulur yani yeni yorumlar gözükmez, önbellekteki sabit dosya görüntülenir."
|
824 |
+
|
825 |
+
#: wp-cache.php:1203
|
826 |
+
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."
|
827 |
+
msgstr "Eklenti Geliştiricilerine: Eklentinizin tecrit moduyla uyum sağlaması için \"WPLOCKDOWN\" sabitini inceleyin. Aşağıdaki kodu eklentinize eklediğinizde eklentiniz WPLOCKDOWN ayarlarıyla uyumlu davranacaktır."
|
828 |
+
|
829 |
+
#: wp-cache.php:1205
|
830 |
+
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
831 |
+
msgstr "Üzgünüm; blog'umu kilit altına aldım. Güncellemeler sonra görüntülenebilecek."
|
832 |
+
|
833 |
+
#: wp-cache.php:1209
|
834 |
+
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
|
835 |
+
msgstr "Blog'unuz tecrit moduna alındı. Yeni yorumlar gelse bile yalnızca Super Cache'nin önbellekli sayfaları görüntülenecek."
|
836 |
+
|
837 |
+
#: wp-cache.php:1211
|
838 |
+
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
|
839 |
+
msgstr "Blog'unuz tecrit modunda değil. Yeni yorumlar her zamanki gibi Super Cache önbellek dosyalarını yenileyecek."
|
840 |
+
|
841 |
+
#: wp-cache.php:1214
|
842 |
+
#: plugins/searchengine.php:61
|
843 |
+
#: plugins/searchengine.php:76
|
844 |
+
msgid "Disable"
|
845 |
+
msgstr "Etksizileştir"
|
846 |
+
|
847 |
+
#: wp-cache.php:1214
|
848 |
+
#: plugins/searchengine.php:74
|
849 |
+
msgid "Enable"
|
850 |
+
msgstr "Etkinleştir"
|
851 |
+
|
852 |
+
#: wp-cache.php:1217
|
853 |
+
msgid "Lock Down"
|
854 |
+
msgstr "Tecrit"
|
855 |
+
|
856 |
+
#: wp-cache.php:1225
|
857 |
+
msgid "Directly Cached Files"
|
858 |
+
msgstr "Direkt Önbelleklenen Dosyalar"
|
859 |
+
|
860 |
+
#: wp-cache.php:1283
|
861 |
+
msgid "%s removed!"
|
862 |
+
msgstr "%s kaldırıldı!"
|
863 |
+
|
864 |
+
#: wp-cache.php:1291
|
865 |
+
#: wp-cache.php:1293
|
866 |
+
#: plugins/badbehaviour.php:83
|
867 |
+
msgid "Warning!"
|
868 |
+
msgstr "Uyarı!"
|
869 |
+
|
870 |
+
#: wp-cache.php:1291
|
871 |
+
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."
|
872 |
+
msgstr "Bu ayarı etkinleştirebilmeniz için %s yazılabilir olmalı. Güvenlik açısından sayfanız oluşturulduğunda lütfen yazma ayarlarını geri alın."
|
873 |
+
|
874 |
+
#: wp-cache.php:1293
|
875 |
+
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
|
876 |
+
msgstr "%s yazılabilir durumda. Güvenlik açısından sayfanız oluşturulduktan sonra yazılabilirlik ayarlarını geri almanız önerilir."
|
877 |
+
|
878 |
+
#: wp-cache.php:1307
|
879 |
+
msgid "Existing direct page"
|
880 |
+
msgstr "Var olan direkt sayfa"
|
881 |
+
|
882 |
+
#: wp-cache.php:1307
|
883 |
+
msgid "Delete cached file"
|
884 |
+
msgstr "Önbellekli dosyayı sil"
|
885 |
+
|
886 |
+
#: wp-cache.php:1312
|
887 |
+
msgid "Add direct page:"
|
888 |
+
msgstr "Direkt sayfa ekle:"
|
889 |
+
|
890 |
+
#: wp-cache.php:1314
|
891 |
+
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."
|
892 |
+
msgstr "Direkt olarak önbelleklenen dosyalar %s dizininden, blogunuzun yaşadığı yerden yaratılmıştır. Bu özellik sadece bir anda çok yüksek trafik almayı beklediğiniz zamanlarda işe yarar. (örn. Ekşi Sözlük, İnci Sözlük gibi yerlerden gelen toplu ziyaretler)"
|
893 |
+
|
894 |
+
#: wp-cache.php:1316
|
895 |
+
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."
|
896 |
+
msgstr "Örnek: <em>%1$sabout/</em> sayfasını önbelleklemek için, %1$shakkinda/ veya /hakkinda/ yazmalısınız. Sayfa, bir sonraki ziyaretçinin ziyaretinde önbelleğe alınacaktır."
|
897 |
+
|
898 |
+
#: wp-cache.php:1317
|
899 |
+
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
|
900 |
+
msgstr "Direkt sayfaları silmek ve önbelleği boşaltmak için metin kutusunu boş bırakın."
|
901 |
+
|
902 |
+
#: wp-cache.php:1322
|
903 |
+
msgid "Update Direct Pages"
|
904 |
+
msgstr "Direkt Sayfaları Güncelle"
|
905 |
+
|
906 |
+
#: wp-cache.php:1360
|
907 |
+
msgid "Expiry Time & Garbage Collection"
|
908 |
+
msgstr "Zaman Aşımı & Çöp Toplama"
|
909 |
+
|
910 |
+
#: wp-cache.php:1362
|
911 |
+
msgid "Expire time:"
|
912 |
+
msgstr "Önbelleklenen dosyaların zaman aşımı:"
|
913 |
+
|
914 |
+
#: wp-cache.php:1363
|
915 |
+
msgid "seconds"
|
916 |
+
msgstr "saniye"
|
917 |
+
|
918 |
+
#: wp-cache.php:1364
|
919 |
+
msgid "Garbage Collection"
|
920 |
+
msgstr "Çöp Toplama"
|
921 |
+
|
922 |
+
#: wp-cache.php:1364
|
923 |
+
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."
|
924 |
+
msgstr "Zaman aşımını 1800 saniyeden (yarım saat) fazla olacak şekilde ayarladıysanız, çöp toplama 10 dakikada bir yapılır. Yarım saatten daha az ise, zaman aşımı süresinden 10 saniye sonra yapılır."
|
925 |
+
|
926 |
+
#: wp-cache.php:1365
|
927 |
+
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."
|
928 |
+
msgstr "Süresi dolmuş önbellek sayfalarının silinmesi sunucuyu biraz yorar ama silinmemesi de yorar. Kalabalık bir sitede <em>300 saniye</em> değeri uygundur. Farklı farklı süreleri test edip, süresi dolan sayfaların ne kadar durduğunu görebilirsiniz. Eski tarz önbelleklemeyi kullanıyorsanız, 500 önbellek sayfasını aşmamaya dikkat edin. PHP veya mod_rewrite ile önbellekleme yapıyorsanız, birkaç kat daha fazla dosya olmasının bir önemi yoktur."
|
929 |
+
|
930 |
+
#: wp-cache.php:1366
|
931 |
+
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
932 |
+
msgstr "Çöp toplamayı devre dışı bırakmak için bitiş süresini 0 yapın."
|
933 |
+
|
934 |
+
#: wp-cache.php:1367
|
935 |
+
msgid "Change Expiration"
|
936 |
+
msgstr "Zaman Aşımını Değiştir"
|
937 |
+
|
938 |
+
#: wp-cache.php:1411
|
939 |
+
msgid "Rejected User Agents"
|
940 |
+
msgstr "Reddedilecek Kullanıcı Temsilcisi (User Agent)"
|
941 |
+
|
942 |
+
#: wp-cache.php:1412
|
943 |
+
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."
|
944 |
+
msgstr "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."
|
945 |
+
|
946 |
+
#: wp-cache.php:1419
|
947 |
+
msgid "Save UA Strings"
|
948 |
+
msgstr "KT Dizgilerini Kaydet"
|
949 |
+
|
950 |
+
#: wp-cache.php:1442
|
951 |
+
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."
|
952 |
+
msgstr "Aşağıdaki sayfa türlerini hiçbir zaman önbellekleme. (<a href=\"http://codex.wordpress.org/Conditional_Tags\">Koşul Etiketleri (İngilizce)</a> sayfasını ziyaret ederek tüm sayfa türleri hakkında bilgi edinebilirsiniz.)"
|
953 |
+
|
954 |
+
#: wp-cache.php:1445
|
955 |
+
msgid "Single Posts"
|
956 |
+
msgstr "Tekil yazı sayfaları"
|
957 |
+
|
958 |
+
#: wp-cache.php:1446
|
959 |
+
msgid "Pages"
|
960 |
+
msgstr "Sayfalar"
|
961 |
+
|
962 |
+
#: wp-cache.php:1447
|
963 |
+
msgid "Front Page"
|
964 |
+
msgstr "Ön Sayfa"
|
965 |
+
|
966 |
+
#: wp-cache.php:1448
|
967 |
+
msgid "Home"
|
968 |
+
msgstr "Anasayfa"
|
969 |
+
|
970 |
+
#: wp-cache.php:1449
|
971 |
+
msgid "Archives"
|
972 |
+
msgstr "Arşivler"
|
973 |
+
|
974 |
+
#: wp-cache.php:1450
|
975 |
+
msgid "Tags"
|
976 |
+
msgstr "Etiketler"
|
977 |
+
|
978 |
+
#: wp-cache.php:1451
|
979 |
+
msgid "Category"
|
980 |
+
msgstr "Kategori sayfaları"
|
981 |
+
|
982 |
+
#: wp-cache.php:1452
|
983 |
+
msgid "Feeds"
|
984 |
+
msgstr "Beslemeler"
|
985 |
+
|
986 |
+
#: wp-cache.php:1453
|
987 |
+
msgid "Search Pages"
|
988 |
+
msgstr "Arama sayfaları"
|
989 |
+
|
990 |
+
#: wp-cache.php:1455
|
991 |
+
#: wp-cache.php:1569
|
992 |
+
msgid "Save"
|
993 |
+
msgstr "Kaydet"
|
994 |
+
|
995 |
+
#: wp-cache.php:1472
|
996 |
+
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."
|
997 |
+
msgstr "Buraya, içeren sayfaları önbelleğe alınma<strong>ma</strong>sını sağlayacak metinler (dosyalar DEĞİL) ekleyin. Örneğin, kalıcı bağlantı yapınızda yıl değişkeni kullandıysanız (yani yazı adreslerinizde yıllar varsa) ve geçen yılın yazılarını önbelleğe almak istemiyorsanız, örneğin '2004' yazmanız yeterli olacaktır. Eklenti, adresin içerisinde bu metinlerin varlığını kontrol edecek ve varsa o sayfayı önbelleğe almayacaktır."
|
998 |
+
|
999 |
+
#: wp-cache.php:1478
|
1000 |
+
msgid "Save Strings"
|
1001 |
+
msgstr "Dizgileri Kaydet"
|
1002 |
+
|
1003 |
+
#: wp-cache.php:1494
|
1004 |
+
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
|
1005 |
+
msgstr "Yukarıda belirtilen kurallara uysa da önbelleklenebilmesi için buraya dosya isimleri ekleyebilirsiniz."
|
1006 |
+
|
1007 |
+
#: wp-cache.php:1500
|
1008 |
+
msgid "Save Files"
|
1009 |
+
msgstr "Dosyaları kaydet"
|
1010 |
+
|
1011 |
+
#: wp-cache.php:1541
|
1012 |
+
msgid "Currently logging to: %s"
|
1013 |
+
msgstr "Şuraya kayıt yapılıyor: %s"
|
1014 |
+
|
1015 |
+
#: wp-cache.php:1544
|
1016 |
+
msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
|
1017 |
+
msgstr "Eklentiyle ilgili sorunları, hata ayıklama modunu açarak buraya kaydettirebilirsiniz. Önbellek dizininizde oluşturulacak bir dosyaya kayıt yapılacaktır."
|
1018 |
+
|
1019 |
+
#: wp-cache.php:1548
|
1020 |
+
msgid "Debugging"
|
1021 |
+
msgstr "Hata Ayıklama"
|
1022 |
+
|
1023 |
+
#: wp-cache.php:1548
|
1024 |
+
#: plugins/awaitingmoderation.php:40
|
1025 |
+
#: plugins/badbehaviour.php:71
|
1026 |
+
#: plugins/searchengine.php:69
|
1027 |
+
#: plugins/domain-mapping.php:66
|
1028 |
+
msgid "enabled"
|
1029 |
+
msgstr "etkin"
|
1030 |
+
|
1031 |
+
#: wp-cache.php:1549
|
1032 |
+
msgid "IP Address"
|
1033 |
+
msgstr "IP Adresi"
|
1034 |
+
|
1035 |
+
#: wp-cache.php:1549
|
1036 |
+
msgid "(only log requests from this IP address. Your IP is %s)"
|
1037 |
+
msgstr "(yalnızca bu IP adresinden yapılan raporlama isteklerini kabul et. Şu anki IP adresiniz %s)"
|
1038 |
+
|
1039 |
+
#: wp-cache.php:1550
|
1040 |
+
msgid "Log level"
|
1041 |
+
msgstr "Raporlama aşaması"
|
1042 |
+
|
1043 |
+
#: wp-cache.php:1556
|
1044 |
+
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1045 |
+
msgstr "(1 = hafif, 5 = ağır - sunucuya yük bindirebilir)"
|
1046 |
+
|
1047 |
+
#: wp-cache.php:1559
|
1048 |
+
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>"
|
1049 |
+
msgstr "Çok nadir durumlarda, bloglarda iki farklı problem baş gösterebiliyor: <ol><li>Anasayfanın bir zip dosyası halinde inebilir.</li><li>Anasayfa olarak sabit bir sayfa göstermeyi seçtiyseniz ve kalıcı bağlantı yapınız <em>/%category%/%postname%/</em> şeklindeyse, anasayfa diye başka bir sayfa önbelleklenebilir.</li></ol>"
|
1050 |
+
|
1051 |
+
#: wp-cache.php:1560
|
1052 |
+
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."
|
1053 |
+
msgstr "WP Super Cache eklentisinde hata bulunmadığından aşağı yukarı eminim, varsa da çok nadir durumlarda görülüyordur ama bu konuda endişeleriniz varsa 5 dakikada bir kontrol edip sitenizin çalışır durumda olduğunu görebilirsiniz. Bir sorun çıkarsa size e-posta yollanacaktır."
|
1054 |
+
|
1055 |
+
#: wp-cache.php:1562
|
1056 |
+
msgid "Check front page every 5 minutes."
|
1057 |
+
msgstr "5 dakikada bir ön sayfayı kontrol edin."
|
1058 |
+
|
1059 |
+
#: wp-cache.php:1563
|
1060 |
+
msgid "Front page text"
|
1061 |
+
msgstr "Ön sayfa yazısı"
|
1062 |
+
|
1063 |
+
#: wp-cache.php:1563
|
1064 |
+
msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
|
1065 |
+
msgstr "Anasayfanızda aranacak metin - eğer bu metin anasayfada bulunamazsa önbellek temizlenir. Devre dışı bırakmak için boş bırakın."
|
1066 |
+
|
1067 |
+
#: wp-cache.php:1564
|
1068 |
+
msgid "Clear cache on error."
|
1069 |
+
msgstr "Bir hatayla karşılaşıldığında önbelleği temizle."
|
1070 |
+
|
1071 |
+
#: wp-cache.php:1565
|
1072 |
+
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1073 |
+
msgstr "Kontroller yapıldığında blog sahibine e-posta gönder. (test etmek için yararlı bir özellik)"
|
1074 |
+
|
1075 |
+
#: wp-cache.php:1579
|
1076 |
+
msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
|
1077 |
+
msgstr "Hata: GZIP sıkıştırması etkin; wp-cache'i kullanabilmek için lütfen bu ayarı etkisizleştirin."
|
1078 |
+
|
1079 |
+
#: wp-cache.php:1626
|
1080 |
+
#: wp-cache.php:1792
|
1081 |
+
msgid "Warning"
|
1082 |
+
msgstr "Uyarı"
|
1083 |
+
|
1084 |
+
#: wp-cache.php:1626
|
1085 |
+
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
|
1086 |
+
msgstr "GZIP sıkıştırması Wordpress için etkin durumda, onu etkisizleştirene kadar wp-cache atlanacak."
|
1087 |
+
|
1088 |
+
#: wp-cache.php:1688
|
1089 |
+
#: wp-cache.php:1693
|
1090 |
+
#: wp-cache.php:1725
|
1091 |
+
#: wp-cache.php:1730
|
1092 |
+
#: wp-cache.php:1736
|
1093 |
+
msgid "Error"
|
1094 |
+
msgstr "Hata"
|
1095 |
+
|
1096 |
+
#: wp-cache.php:1688
|
1097 |
+
msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn’t be created by the web server. Check %s permissions."
|
1098 |
+
msgstr "Önbellek dizininiz (<strong>$cache_path</strong>) bulunamadı ve sunucu tarafından da oluşturulamadı. %s dosya izinlerini kontrol edin."
|
1099 |
+
|
1100 |
+
#: wp-cache.php:1693
|
1101 |
+
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."
|
1102 |
+
msgstr "Önbellek dizininiz (<strong>%1$s</strong>) veya <strong>%2$s</strong>, eklentinin çalışabilmesi için yazılabilir olmalıdır. Lütfen tekrar kontrol edin."
|
1103 |
+
|
1104 |
+
#: wp-cache.php:1725
|
1105 |
+
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."
|
1106 |
+
msgstr "WP-Cache ayar dosyanız (<strong>%s</strong>) çok eski ve yenisi de sunucu tarafından oluşturulamıyor. Lütfen dosyayı silip bu sayfayı yenileyin."
|
1107 |
+
|
1108 |
+
#: wp-cache.php:1730
|
1109 |
+
msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
|
1110 |
+
msgstr "Ayar dosyası bulunamıyor ve %1$s dizini (<strong>%2$s</strong>) sunucu tarafından yazılamıyor. Lütfen izinleri kontrol edin."
|
1111 |
+
|
1112 |
+
#: wp-cache.php:1736
|
1113 |
+
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
|
1114 |
+
msgstr "Örnek WP-Cache ayar dosyası (<strong>%s</strong>) yerinde yok. Lütfen yüklemenizi gözden geçirin."
|
1115 |
+
|
1116 |
+
#: wp-cache.php:1792
|
1117 |
+
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1118 |
+
msgstr "%s/advanced-cache.php</em> bulunamadı veya güncellenemiyor."
|
1119 |
+
|
1120 |
+
#: wp-cache.php:1793
|
1121 |
+
msgid "1. If it already exists please delete the file first."
|
1122 |
+
msgstr "1. Eğer hala varsa lütfen ilk satırı silin."
|
1123 |
+
|
1124 |
+
#: wp-cache.php:1794
|
1125 |
+
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)"
|
1126 |
+
msgstr "2. %1$s dizinini, FTP veya sunucu yazılımınızla yazılabilir hale getirin (<em>chmod 777 %1$s</em>) ve sayfayı yenileyin. Bu yalnızca geçici bir işlem; sonrasında ayarı geri almanız gerekecek (bu sefer 777 yerine 755 ile chmod'layın)"
|
1127 |
+
|
1128 |
+
#: wp-cache.php:1795
|
1129 |
+
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1130 |
+
msgstr "3. <em>%s/advanced-cache.php</em> dosyasını güncellemek için bu sayfayı yenileyin."
|
1131 |
+
|
1132 |
+
#: wp-cache.php:1796
|
1133 |
+
msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:"
|
1134 |
+
msgstr "Eğer bu çalışmazsa, <em>%s/advanced-cache.php</em> dosyasının var olmadığından emin olun:"
|
1135 |
+
|
1136 |
+
#: wp-cache.php:1797
|
1137 |
+
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>"
|
1138 |
+
msgstr "<li>1. <em>%1$s$wp_cache_file</em> dosyasını bir düzenleyicide açın.</li><li>2. <em>CACHEHOME</em> metnini <em>%2$s</em> ile değiştirin.</li><li>3. Dosyayı kaydedin ve <em>%3$s</em> dizinine aktarın; sonra sayfayı yenileyin.</li>"
|
1139 |
+
|
1140 |
+
#: wp-cache.php:1820
|
1141 |
+
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>"
|
1142 |
+
msgstr "<h3>WP_CACHE sabiti 'false' değerinde</h3><p>WP_CACHE sabiti, önbelleklenmiş dosyaları sunmak için gerekli kodun sağlanıp sağlanmayacağına karar verir. Ne yazık ki bu şu anda 'false' konumunda. Lütfen wp-config.php dosyanızı açın ve <code>require_once</code> diye başlayan son satırdan hemen önce bu kodu ekleyin (veya bu kodun bir benzeri varsa onu bu şekilde düzenleyin) :<br /><br /><code>define('WP_CACHE', true);</code></p>"
|
1143 |
+
|
1144 |
+
#: wp-cache.php:1822
|
1145 |
+
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it."
|
1146 |
+
msgstr "<strong>Hata: WP_CACHE, wp-config.php dosyanızda etkin değil</strong> ve ben dosyayı düzenleyemiyorum."
|
1147 |
+
|
1148 |
+
#: wp-cache.php:1823
|
1149 |
+
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. "
|
1150 |
+
msgstr "<code>%s</code> kodunu düzenleyin ve şu satırı ekleyin:<br /> <code>define('WP_CACHE', true);</code><br />Bu olmadan, <strong>WP-Cache çalışmayacaktır</strong>."
|
1151 |
+
|
1152 |
+
#: wp-cache.php:1827
|
1153 |
+
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."
|
1154 |
+
msgstr "<h3>WP_CACHE sabiti, wp-config.php dosyasına eklendi</h3><p>Bu uyarı mesajını görmeye devam ederseniz lütfen <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> sayfasındaki 5. maddeye bakın. WP_CACHE ile ilgili satır yukarı kaymış olmalı."
|
1155 |
+
|
1156 |
+
#: wp-cache.php:1851
|
1157 |
+
msgid "Cache Contents"
|
1158 |
+
msgstr "Önbellek İçeriği"
|
1159 |
+
|
1160 |
+
#: wp-cache.php:1854
|
1161 |
+
msgid "Object cache in use. No cache listing available."
|
1162 |
+
msgstr "Nesne önbellekleme devrede, listelenecek önbellek yok."
|
1163 |
+
|
1164 |
+
#: wp-cache.php:1878
|
1165 |
+
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1166 |
+
msgstr "Şu supercache dosyası siliniyor: <strong>%s</strong><br />"
|
1167 |
+
|
1168 |
+
#: wp-cache.php:1895
|
1169 |
+
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1170 |
+
msgstr "Şu wp-cache dosyası siliniyor: <strong>%s</strong><br />"
|
1171 |
+
|
1172 |
+
#: wp-cache.php:1960
|
1173 |
+
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
|
1174 |
+
msgstr "Önbellek istatistikleri otomatik olarak üretilmez. Aşağıdaki bağlantıya tıklayarak istatistikleri bu sayfaya yeniden yüklemelisiniz."
|
1175 |
+
|
1176 |
+
#: wp-cache.php:1961
|
1177 |
+
msgid "Regenerate cache stats"
|
1178 |
+
msgstr "Önbellek istatistiklerini güncelle"
|
1179 |
+
|
1180 |
+
#: wp-cache.php:1963
|
1181 |
+
msgid "Cache stats last generated: %s minutes ago."
|
1182 |
+
msgstr "Önbellek istatistiklerinin son güncellenişi: %s dakika önce."
|
1183 |
+
|
1184 |
+
#: wp-cache.php:1969
|
1185 |
+
msgid "WP-Cache"
|
1186 |
+
msgstr "WP-Cache"
|
1187 |
+
|
1188 |
+
#: wp-cache.php:1970
|
1189 |
+
#: wp-cache.php:1985
|
1190 |
+
msgid "%s Cached Pages"
|
1191 |
+
msgstr "%s Önbellekli Dosya"
|
1192 |
+
|
1193 |
+
#: wp-cache.php:1971
|
1194 |
+
#: wp-cache.php:1990
|
1195 |
+
msgid "%s Expired Pages"
|
1196 |
+
msgstr "%s Süresi Dolmuş Sayfa"
|
1197 |
+
|
1198 |
+
#: wp-cache.php:1984
|
1199 |
+
msgid "WP-Super-Cache"
|
1200 |
+
msgstr "WP-Super-Cache"
|
1201 |
+
|
1202 |
+
#: wp-cache.php:1994
|
1203 |
+
msgid "Fresh WP-Cached Files"
|
1204 |
+
msgstr "Yeni Önbellekli Dosyalar"
|
1205 |
+
|
1206 |
+
#: wp-cache.php:1995
|
1207 |
+
#: wp-cache.php:2011
|
1208 |
+
#: wp-cache.php:2027
|
1209 |
+
#: wp-cache.php:2043
|
1210 |
+
msgid "URI"
|
1211 |
+
msgstr "Adres"
|
1212 |
+
|
1213 |
+
#: wp-cache.php:1995
|
1214 |
+
#: wp-cache.php:2011
|
1215 |
+
msgid "Key"
|
1216 |
+
msgstr "Anahtar"
|
1217 |
+
|
1218 |
+
#: wp-cache.php:1995
|
1219 |
+
#: wp-cache.php:2011
|
1220 |
+
#: wp-cache.php:2027
|
1221 |
+
#: wp-cache.php:2043
|
1222 |
+
msgid "Age"
|
1223 |
+
msgstr "Yaş"
|
1224 |
+
|
1225 |
+
#: wp-cache.php:1995
|
1226 |
+
#: wp-cache.php:2011
|
1227 |
+
#: wp-cache.php:2027
|
1228 |
+
#: wp-cache.php:2043
|
1229 |
+
msgid "Delete"
|
1230 |
+
msgstr "Sil"
|
1231 |
+
|
1232 |
+
#: wp-cache.php:2010
|
1233 |
+
msgid "Stale WP-Cached Files"
|
1234 |
+
msgstr "Süresi Dolmuş Önbellekli Dosyalar"
|
1235 |
+
|
1236 |
+
#: wp-cache.php:2026
|
1237 |
+
msgid "Fresh Super Cached Files"
|
1238 |
+
msgstr "Yeni Süper-Önbellekli Dosyalar"
|
1239 |
+
|
1240 |
+
#: wp-cache.php:2042
|
1241 |
+
msgid "Stale Super Cached Files"
|
1242 |
+
msgstr "Süresi Dolmuş Süper-Önbellekli Dosyalar"
|
1243 |
+
|
1244 |
+
#: wp-cache.php:2058
|
1245 |
+
msgid "Hide file list"
|
1246 |
+
msgstr "Dosya listesini gizle"
|
1247 |
+
|
1248 |
+
#: wp-cache.php:2060
|
1249 |
+
msgid "Too many cached files, no listing possible."
|
1250 |
+
msgstr "Çok fazla önbelleklenen sayfa var, listeleme yapılamaz."
|
1251 |
+
|
1252 |
+
#: wp-cache.php:2062
|
1253 |
+
msgid "List all cached files"
|
1254 |
+
msgstr "Önbelleğe alınmış tüm dosyaları göster"
|
1255 |
+
|
1256 |
+
#: wp-cache.php:2068
|
1257 |
+
msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
|
1258 |
+
msgstr "<strong>Çöp Toplama</strong><br />Son çöp toplama <strong>%s</strong> dakika önce yapıldı<br />"
|
1259 |
+
|
1260 |
+
#: wp-cache.php:2069
|
1261 |
+
msgid "Next GC in <strong>%s</strong> minutes"
|
1262 |
+
msgstr "Sonraki çöp toplama <strong>%s</strong> dakika sonra"
|
1263 |
+
|
1264 |
+
#: wp-cache.php:2072
|
1265 |
+
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
|
1266 |
+
msgstr "Zaman aşımına uğrayan sayfalar %s saniyeden daha eski. Hala eklenti tarafından kullanılıyorlar ve düzenli aralıklarla siliniyor."
|
1267 |
+
|
1268 |
+
#: wp-cache.php:2083
|
1269 |
+
msgid "Delete Expired"
|
1270 |
+
msgstr "Süresi Dolan Önbelleği Temizle"
|
1271 |
+
|
1272 |
+
#: wp-cache.php:2101
|
1273 |
+
msgid "Delete Super Cache cached files (opens in new window)"
|
1274 |
+
msgstr "Super Cache ile önbelleklenmiş dosyaları silin (yeni pencerede açılır)"
|
1275 |
+
|
1276 |
+
#: wp-cache.php:2240
|
1277 |
+
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1278 |
+
msgstr "%1$s, %2$s eklentisi sayesinde dağ gibi sağlam!"
|
1279 |
+
|
1280 |
+
#: wp-cache.php:2273
|
1281 |
+
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
|
1282 |
+
msgstr "WP Super Cache ayarları yapılmamış. <a href=\"%s\">Ayarlar sayfasına</a> gidip ayarlarını yapmalısınız."
|
1283 |
+
|
1284 |
+
#: wp-cache.php:2279
|
1285 |
+
msgid "Settings"
|
1286 |
+
msgstr "Ayarlar"
|
1287 |
+
|
1288 |
+
#: wp-cache.php:2289
|
1289 |
+
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
|
1290 |
+
msgstr "WP Super Cache pasif durumda. Önbelleklemeye devam etmek için lütfen <a href=\"%s\">ayarlar sayfasına</a> gidip etkinleştirin."
|
1291 |
+
|
1292 |
+
#: wp-cache.php:2292
|
1293 |
+
msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
|
1294 |
+
msgstr "Uyarı! WP Super Cache önbellekleme bozuk! advanced-cache.php betiği wp-cache-phase1.php dosyasını yükleyemiyor.<br /><br />Lütfen %1$s/advanced-cache.php dosyasını düzenleyin ve %2$swp-cache-phase1.php yolunun doğru olduğundan emin olun."
|
1295 |
+
|
1296 |
+
#: wp-cache.php:2311
|
1297 |
+
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1298 |
+
msgstr "[%s] Ön sayfa gzip'lendi, lütfen önbelleği boşaltın!"
|
1299 |
+
|
1300 |
+
#: wp-cache.php:2311
|
1301 |
+
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
|
1302 |
+
msgstr "Lütfen sitenizin indirdiği önbellekli ön sayfayı temizlemek için şurayı ziyaret edin: %s"
|
1303 |
+
|
1304 |
+
#: wp-cache.php:2314
|
1305 |
+
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1306 |
+
msgstr "[%s] Ön sayfa gzip'lendi, Önbellek Temizlendi!"
|
1307 |
+
|
1308 |
+
#: wp-cache.php:2314
|
1309 |
+
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."
|
1310 |
+
msgstr "Sitenizin anasayfası şu anda indirildiği için önbelleğiniz temizlendi. Lütfen önbelleğin temizlendiğini doğrulamak için %s sayfasını ziyaret edin."
|
1311 |
+
|
1312 |
+
#: wp-cache.php:2321
|
1313 |
+
msgid "[%s] Front page is not correct! Please clear cache!"
|
1314 |
+
msgstr "[%s] Ön sayfa doğru değil! Lütfen önbelleği temizleyin!"
|
1315 |
+
|
1316 |
+
#: wp-cache.php:2321
|
1317 |
+
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\"!"
|
1318 |
+
msgstr "Lütfen %1$s sayfasına gidip önbelleğinizi temizleyin çünkü ön sayfanız doğru değil ve \"%2$s\" metni gözükmüyor!"
|
1319 |
+
|
1320 |
+
#: wp-cache.php:2324
|
1321 |
+
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1322 |
+
msgstr "[%s] Ön sayfa doğru değil! Önbellek Temizlendi!"
|
1323 |
+
|
1324 |
+
#: wp-cache.php:2324
|
1325 |
+
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."
|
1326 |
+
msgstr "Önbelleğiniz temizlendi çünkü ana sayfanızda \"%2$s\" metni bulunmuyor. Lütfen %1$s sayfasını ziyaret edip önbelleğin temizlendiğini doğrulayın."
|
1327 |
+
|
1328 |
+
#: wp-cache.php:2329
|
1329 |
+
msgid "[%s] Front page check!"
|
1330 |
+
msgstr "[%s] Ön sayfa kontrolü!"
|
1331 |
+
|
1332 |
+
#: wp-cache.php:2329
|
1333 |
+
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
|
1334 |
+
msgstr "WP Super Cache anasayfanızı kontrol etti. Bu özelliği devre dışı bırakmak için lütfen %s ziyaret edin."
|
1335 |
+
|
1336 |
+
#: wp-cache.php:2372
|
1337 |
+
msgid "Cannot update .htaccess"
|
1338 |
+
msgstr ".htaccess güncellenemiyor"
|
1339 |
+
|
1340 |
+
#: wp-cache.php:2372
|
1341 |
+
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."
|
1342 |
+
msgstr "<code>%s.htaccess</code> dosyası sunucu tarafından düzenlenemiyor. Lütfen bu hatayı, chmod kullanarak FTP istemcinizle düzeltin."
|
1343 |
+
|
1344 |
+
#: wp-cache.php:2372
|
1345 |
+
msgid "Refresh this page when the file permissions have been modified."
|
1346 |
+
msgstr "İzinleri düzenledikten sonra bu sayfayı yenileyin."
|
1347 |
+
|
1348 |
+
#: wp-cache.php:2372
|
1349 |
+
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
|
1350 |
+
msgstr "Veya, <code>%s.htaccess</code> dosyanızı, dosyaya aşağıdaki kodları ekleyerek düzenleyin (en sona yeni bir satır açıp eklein):"
|
1351 |
+
|
1352 |
+
#: wp-cache.php:2376
|
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 "Statik HTML dosyalarını sunabilmek için sunucunuzda doğru mod_rewrite kurallarının bulunması ve <code>%s.htaccess</code> adlı bir dosyanın olması gerekiyor."
|
1355 |
+
|
1356 |
+
#: wp-cache.php:2377
|
1357 |
+
msgid "You can edit the file yourself add the following rules."
|
1358 |
+
msgstr "Dosyayı kendiniz düzenleyebilir ve aşağıdaki kuralları ekleyebilirsiniz."
|
1359 |
+
|
1360 |
+
#: wp-cache.php:2378
|
1361 |
+
msgid " Make sure they appear before any existing WordPress rules. "
|
1362 |
+
msgstr "WordPress'in oluşturduğu kuralların üstünde durmasına dikkat edin."
|
1363 |
+
|
1364 |
+
#: wp-cache.php:2386
|
1365 |
+
msgid "Update Mod_Rewrite Rules"
|
1366 |
+
msgstr "Mod_Rewrite Kurallarını Güncelle"
|
1367 |
+
|
1368 |
+
#: wp-cache.php:2511
|
1369 |
+
msgid "[%1$s] Cache Preload Started"
|
1370 |
+
msgstr "[%1$s] Önbellek Önyükleme Başladı"
|
1371 |
+
|
1372 |
+
#: wp-cache.php:2513
|
1373 |
+
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1374 |
+
msgstr "[%1$s] %2$d ile %3$d arasındaki yazılar güncelleniyor"
|
1375 |
+
|
1376 |
+
#: wp-cache.php:2531
|
1377 |
+
msgid "[%1$s] Cache Preload Stopped"
|
1378 |
+
msgstr "[%1$s] Önbellek Önyüklemesi Durduruldu"
|
1379 |
+
|
1380 |
+
#: wp-cache.php:2540
|
1381 |
+
msgid "[%1$s] %2$d posts refreshed"
|
1382 |
+
msgstr "[%1$s] %2$d yazı güncellendi"
|
1383 |
+
|
1384 |
+
#: wp-cache.php:2540
|
1385 |
+
msgid "Refreshed the following posts:"
|
1386 |
+
msgstr "Şu yazılar yenilendi:"
|
1387 |
+
|
1388 |
+
#: wp-cache.php:2549
|
1389 |
+
msgid "Scheduling next preload refresh in %d minutes."
|
1390 |
+
msgstr "Yeniden önyükleme %d dakika içinde yapılacak."
|
1391 |
+
|
1392 |
+
#: wp-cache.php:2559
|
1393 |
+
msgid "[%s] Cache Preload Completed"
|
1394 |
+
msgstr "[%s] Önbellek Önyüklemesi Tamamlandı"
|
1395 |
+
|
1396 |
+
#: wp-cache.php:2559
|
1397 |
+
msgid "Cleaning up old supercache files."
|
1398 |
+
msgstr "Eski supercache dosyaları temizleniyor."
|
1399 |
+
|
1400 |
+
#: wp-cache.php:2601
|
1401 |
+
msgid "[%s] Preload may have stalled."
|
1402 |
+
msgstr "[%s] Önyükleme takılı kalmış olabilir."
|
1403 |
+
|
1404 |
+
#: wp-cache.php:2601
|
1405 |
+
msgid ""
|
1406 |
+
"Preload has been restarted.\n"
|
1407 |
+
"%s"
|
1408 |
+
msgstr ""
|
1409 |
+
"Önyükleme yeniden başlatıldı.\n"
|
1410 |
+
"%s"
|
1411 |
+
|
1412 |
+
#: wp-cache.php:2644
|
1413 |
+
msgid "Supercache Uninstall Problems"
|
1414 |
+
msgstr "Super Cache Kaldırma Sorunları"
|
1415 |
+
|
1416 |
+
#: wp-cache.php:2644
|
1417 |
+
msgid ""
|
1418 |
+
"Dear User,\n"
|
1419 |
+
"\n"
|
1420 |
+
"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
|
1421 |
+
"in your .htaccess were not.\n"
|
1422 |
+
"\n"
|
1423 |
+
"Please edit the following file and remove the code\n"
|
1424 |
+
"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
|
1425 |
+
"\n"
|
1426 |
+
"%s\n"
|
1427 |
+
"\n"
|
1428 |
+
"Regards,\n"
|
1429 |
+
"WP Super Cache Plugin\n"
|
1430 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1431 |
+
msgstr ""
|
1432 |
+
"Değerli Kullanıcı,\n"
|
1433 |
+
"\n"
|
1434 |
+
"WP Super Cache blogunuzdan kaldırıldı fakat .htaccess dosyanızdaki mod_rewrite kuralları silinmedi.\n"
|
1435 |
+
"\n"
|
1436 |
+
"Lütfen aşağıdaki dosyayı düzenleyerek 'BEGIN WPSuperCache' ile 'END WPSuperCache' arasındaki kodları temizleyin. Yedek almayı unutmayın!\n"
|
1437 |
+
"\n"
|
1438 |
+
"%s\n"
|
1439 |
+
"\n"
|
1440 |
+
"Saygılar,\n"
|
1441 |
+
"WP Super Cache Eklentisi\n"
|
1442 |
+
"http://wordpress.org/extend/plugins/wp-super-cache/"
|
1443 |
+
|
1444 |
+
#: plugins/awaitingmoderation.php:4
|
1445 |
+
msgid "Your comment is awaiting moderation."
|
1446 |
+
msgstr "Yorumunuz onay bekliyor."
|
1447 |
+
|
1448 |
+
#: plugins/awaitingmoderation.php:32
|
1449 |
+
msgid "Awaiting Moderation"
|
1450 |
+
msgstr "Onay Kuyruğunda"
|
1451 |
+
|
1452 |
+
#: plugins/awaitingmoderation.php:36
|
1453 |
+
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
|
1454 |
+
msgstr "Bir yorum gönderildiğinde, \"Yorumunuz onay kuyruğuna alındı.\" yazısını yorumun içinden kaldıran eklentiyi açıp kapatır."
|
1455 |
+
|
1456 |
+
#: plugins/awaitingmoderation.php:42
|
1457 |
+
#: plugins/badbehaviour.php:73
|
1458 |
+
#: plugins/searchengine.php:67
|
1459 |
+
#: plugins/domain-mapping.php:68
|
1460 |
+
msgid "disabled"
|
1461 |
+
msgstr "ektisizleştirilmiş"
|
1462 |
+
|
1463 |
+
#: plugins/awaitingmoderation.php:43
|
1464 |
+
msgid "Awaiting Moderation is now %s"
|
1465 |
+
msgstr "Onay Kuyruğu Eklentisi %s"
|
1466 |
+
|
1467 |
+
#: plugins/awaitingmoderation.php:45
|
1468 |
+
#: plugins/badbehaviour.php:76
|
1469 |
+
#: plugins/domain-mapping.php:71
|
1470 |
+
msgid "Update"
|
1471 |
+
msgstr "Güncelle"
|
1472 |
+
|
1473 |
+
#: plugins/badbehaviour.php:47
|
1474 |
+
msgid "Bad Behaviour not found. Please check your install."
|
1475 |
+
msgstr "Bad Behaviour eklentisi bulunamadı. Lütfen tekrar kontrol edin."
|
1476 |
+
|
1477 |
+
#: plugins/badbehaviour.php:63
|
1478 |
+
msgid "Bad Behavior"
|
1479 |
+
msgstr "Bad Behaviour"
|
1480 |
+
|
1481 |
+
#: plugins/badbehaviour.php:68
|
1482 |
+
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/\") "
|
1483 |
+
msgstr "(Sadece eski tarz önbellekleme desteklenir, sıkıştırma etkin değildir ve \"%s/plugins/bad-behavior/\" dizininde <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> olması gerekir)"
|
1484 |
+
|
1485 |
+
#: plugins/badbehaviour.php:74
|
1486 |
+
msgid "Bad Behavior support is now %s"
|
1487 |
+
msgstr "Bad Behaviour desteği %s"
|
1488 |
+
|
1489 |
+
#: plugins/searchengine.php:71
|
1490 |
+
msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
|
1491 |
+
msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> eklentisi %s"
|
1492 |
+
|
1493 |
+
#: plugins/searchengine.php:72
|
1494 |
+
msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
|
1495 |
+
msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> gerekir) "
|
1496 |
+
|
1497 |
+
#: plugins/domain-mapping.php:58
|
1498 |
+
msgid "Domain Mapping"
|
1499 |
+
msgstr "Alan Adı Haritalama"
|
1500 |
+
|
1501 |
+
#: plugins/domain-mapping.php:63
|
1502 |
+
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
|
1503 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Alan Adı Haritalama</a> eklentisini destekler."
|
1504 |
+
|
1505 |
+
#: plugins/domain-mapping.php:69
|
1506 |
+
msgid "Domain Mapping support is now %s"
|
1507 |
+
msgstr "Alan Adı Haritalama desteği %s"
|
1508 |
+
|
1509 |
+
#: plugins/domain-mapping.php:83
|
1510 |
+
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
|
1511 |
+
msgstr "Alan Adı Haritalama eklentisi tespit edildi! Lütfen WP Super Cache eklenti ayarları sayfasına gidip ilgili eklentiyi etkinleştirin."
|
1512 |
+
|
1513 |
+
#~ msgid "(support for multiple domains on multisite websites) "
|
1514 |
+
#~ msgstr "(çoklu sitelerde birden fazla alan adı kullanımına olanak sağlar)"
|
1515 |
+
|
1516 |
+
#~ msgid "Tester & Contents"
|
1517 |
+
#~ msgstr "Testçi & İçerik"
|
1518 |
+
|
1519 |
+
#~ msgid ""
|
1520 |
+
#~ "Logging to a file is easier but faces the problem that clearing the cache "
|
1521 |
+
#~ "will clear the log file."
|
1522 |
+
#~ msgstr ""
|
1523 |
+
#~ "Dosyaya raporlama daha kolaydır ama önbellek temizlendiğinde dosya da "
|
1524 |
+
#~ "temizlenecektir."
|
1525 |
+
|
1526 |
+
#~ msgid "Logging Type"
|
1527 |
+
#~ msgstr "Raporlama Türü"
|
1528 |
+
|
1529 |
+
#~ msgid "Email"
|
1530 |
+
#~ msgstr "E-posta"
|
1531 |
+
|
1532 |
+
#~ msgid "file"
|
1533 |
+
#~ msgstr "dosya"
|
1534 |
+
|
1535 |
+
#~ msgid "WP Super Cache Manager"
|
1536 |
+
#~ msgstr "WP Super Cache Yönetimi"
|
1537 |
+
|
1538 |
+
#~ msgid "Why your configuration may not be changed"
|
1539 |
+
#~ msgstr "Ayarlarınız niye değişmemiş olabilir"
|
1540 |
+
|
1541 |
+
#~ msgid "Why"
|
1542 |
+
#~ msgstr "Neden"
|
1543 |
+
|
1544 |
+
#~ msgid "ON"
|
1545 |
+
#~ msgstr "AÇIK"
|
1546 |
+
|
1547 |
+
#~ msgid "WP Cache and Super Cache enabled"
|
1548 |
+
#~ msgstr "WP Cache ve Super Cache etkin"
|
1549 |
+
|
1550 |
+
#~ msgid "HALF ON"
|
1551 |
+
#~ msgstr "YARI-AÇIK"
|
1552 |
+
|
1553 |
+
#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
|
1554 |
+
#~ msgstr "Super Cache devre dışı, yalnızca WP-Cache önbelleklemesi çalışıyor."
|
1555 |
+
|
1556 |
+
#~ msgid "OFF"
|
1557 |
+
#~ msgstr "KAPALI"
|
1558 |
+
|
1559 |
+
#~ msgid "WP Cache and Super Cache disabled"
|
1560 |
+
#~ msgstr "Hem WP Cache, hem Super Cache devre dışı."
|
1561 |
+
|
1562 |
+
#~ msgid ""
|
1563 |
+
#~ "List the newest cached pages (may be expensive to run on busy sites, use "
|
1564 |
+
#~ "with caution.)"
|
1565 |
+
#~ msgstr ""
|
1566 |
+
#~ "En son önbelleklenmiş dosyaları görüntüle (Çok ziyaret edilen sitelerde "
|
1567 |
+
#~ "bu seçenek sunucuyu yorabilir, dikkatle kullanın.)"
|
1568 |
+
|
1569 |
+
#~ msgid "Thanks in advance!"
|
1570 |
+
#~ msgstr "Şimdiden teşekkürler!"
|
1571 |
+
|
1572 |
+
#~ msgid ""
|
1573 |
+
#~ "Ok, it won’t go any faster but you’ll make this plugin author "
|
1574 |
+
#~ "very happy!"
|
1575 |
+
#~ msgstr ""
|
1576 |
+
#~ "Tamam, hızlandırmayacak ama eklenti sahibini acayip mutlu edeceksiniz!"
|
1577 |
+
|
1578 |
+
#~ msgid "Don’t show me this again."
|
1579 |
+
#~ msgstr "Bunu bana bir daha gösterme."
|
1580 |
+
|
1581 |
+
#~ msgid "Hide"
|
1582 |
+
#~ msgstr "Sakla"
|
1583 |
+
|
1584 |
+
#~ msgid ""
|
1585 |
+
#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
|
1586 |
+
#~ "had more time to read and relax."
|
1587 |
+
#~ msgstr ""
|
1588 |
+
#~ "%1$s sitesinde blog yazar, %2$s adresinde fotoğraflarını yayınlar ve "
|
1589 |
+
#~ "kitap okuyup rahatlamayı <a href=\"%3$s\">diler</a>."
|
1590 |
+
|
1591 |
+
#~ msgid "Super Cache Compression"
|
1592 |
+
#~ msgstr "Super Cache Sıkıştırması"
|
1593 |
+
|
1594 |
+
#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
|
1595 |
+
#~ msgstr ""
|
1596 |
+
#~ "<em>YARI AÇIK</em> mod etkin olduğunda sıkıştırma varsayılan olarak "
|
1597 |
+
#~ "etkindir."
|
1598 |
+
|
1599 |
+
#~ msgid "Super Cache compression is now disabled."
|
1600 |
+
#~ msgstr "Super Cache sıkıştırması şu an etkisiz."
|
1601 |
+
|
1602 |
+
#~ msgid "Super Cache compression is now enabled."
|
1603 |
+
#~ msgstr "Super Cache sıkıştırması şu an etkin."
|
1604 |
+
|
1605 |
+
#~ msgid "Update Compression"
|
1606 |
+
#~ msgstr "Sıkıştırma Seçeneklerini Güncelle"
|
1607 |
+
|
1608 |
+
#~ msgid "Debug Settings"
|
1609 |
+
#~ msgstr "Hata Ayıklama Ayarları"
|
1610 |
+
|
1611 |
+
#~ msgid "You must edit the file yourself add the following rules."
|
1612 |
+
#~ msgstr "Dosyayı kendiniz düzenlemeli ve aşağıdaki kuralları eklemelisiniz."
|
1613 |
+
|
1614 |
+
#~ msgid ""
|
1615 |
+
#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
|
1616 |
+
#~ msgstr ""
|
1617 |
+
#~ "<a href=\"%s\">WordPress Mobile Edition</a> ile mobil aygıt desteği."
|
ossdl-cdn.php
CHANGED
@@ -18,6 +18,7 @@ $arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
|
|
18 |
if ( get_option( 'ossdl_cname' ) == false )
|
19 |
add_option('ossdl_cname', '');
|
20 |
$ossdl_cname = trim(get_option('ossdl_cname'));
|
|
|
21 |
$arr_of_cnames = array_map('trim', explode(',', $ossdl_cname));
|
22 |
if ($arr_of_cnames[0] == '') $arr_of_cnames = array();
|
23 |
|
@@ -43,8 +44,15 @@ function scossdl_off_exclude_match($match, $excludes) {
|
|
43 |
* Called by #scossdl_off_filter.
|
44 |
*/
|
45 |
function scossdl_off_rewriter($match) {
|
|
|
46 |
static $offset = -1;
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
|
50 |
$arr_of_cnames[] = $ossdl_off_cdn_url;
|
@@ -56,7 +64,11 @@ function scossdl_off_rewriter($match) {
|
|
56 |
if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
|
57 |
$offset++;
|
58 |
$offset %= count($arr_of_cnames);
|
59 |
-
|
|
|
|
|
|
|
|
|
60 |
} else {
|
61 |
return $match[0];
|
62 |
}
|
@@ -115,6 +127,7 @@ function scossdl_off_options() {
|
|
115 |
update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
|
116 |
update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
|
117 |
update_option('ossdl_cname', $_POST['ossdl_cname']);
|
|
|
118 |
if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
|
119 |
$ossdlcdn = 1;
|
120 |
} else {
|
@@ -171,6 +184,9 @@ function scossdl_off_options() {
|
|
171 |
<span class="description"><?php printf( __( 'These <a href="http://en.wikipedia.org/wiki/CNAME_record">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cnames ); ?></span>
|
172 |
</td>
|
173 |
</tr>
|
|
|
|
|
|
|
174 |
</tbody></table>
|
175 |
<input type="hidden" name="action" value="update_ossdl_off" />
|
176 |
<p class="submit"><input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /></p>
|
18 |
if ( get_option( 'ossdl_cname' ) == false )
|
19 |
add_option('ossdl_cname', '');
|
20 |
$ossdl_cname = trim(get_option('ossdl_cname'));
|
21 |
+
$ossdl_https = trim(get_option('ossdl_https'));
|
22 |
$arr_of_cnames = array_map('trim', explode(',', $ossdl_cname));
|
23 |
if ($arr_of_cnames[0] == '') $arr_of_cnames = array();
|
24 |
|
44 |
* Called by #scossdl_off_filter.
|
45 |
*/
|
46 |
function scossdl_off_rewriter($match) {
|
47 |
+
global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames, $ossdl_https;
|
48 |
static $offset = -1;
|
49 |
+
static $rewritten_urls = array();
|
50 |
+
|
51 |
+
if ( $ossdl_https && substr( $match[0], 0, 5 ) == 'https' )
|
52 |
+
return $match[0];
|
53 |
+
|
54 |
+
if ( isset( $rewritten_urls[ $match[ 0 ] ] ) )
|
55 |
+
return $rewritten_urls[ $match[ 0 ] ];
|
56 |
|
57 |
if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
|
58 |
$arr_of_cnames[] = $ossdl_off_cdn_url;
|
64 |
if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
|
65 |
$offset++;
|
66 |
$offset %= count($arr_of_cnames);
|
67 |
+
$url = str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
|
68 |
+
if ( count( $rewritten_urls ) < 30 ) // don't use too much memory please
|
69 |
+
$rewritten_urls[ $match[ 0 ] ] = $url;
|
70 |
+
|
71 |
+
return $url;
|
72 |
} else {
|
73 |
return $match[0];
|
74 |
}
|
127 |
update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
|
128 |
update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
|
129 |
update_option('ossdl_cname', $_POST['ossdl_cname']);
|
130 |
+
update_option('ossdl_https', (int)$_POST['ossdl_https']);
|
131 |
if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
|
132 |
$ossdlcdn = 1;
|
133 |
} else {
|
184 |
<span class="description"><?php printf( __( 'These <a href="http://en.wikipedia.org/wiki/CNAME_record">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cnames ); ?></span>
|
185 |
</td>
|
186 |
</tr>
|
187 |
+
<tr valign="top">
|
188 |
+
<th scope="row" colspan='2'><label><input type='checkbox' name='ossdl_https' value='1' <?php if ( get_option( 'ossdl_https' ) ) { echo 'checked'; } ?> /> <?php _e( 'Skip https URLs to avoid "mixed content" errors', 'wp-super-cache' ); ?></label></th>
|
189 |
+
</tr>
|
190 |
</tbody></table>
|
191 |
<input type="hidden" name="action" value="update_ossdl_off" />
|
192 |
<p class="submit"><input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /></p>
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== WP Super Cache ===
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
-
Tested up to: 3.
|
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.
|
@@ -54,11 +54,20 @@ Interested in translating WP Super Cache to your language? Grab the [development
|
|
54 |
|
55 |
== Upgrade Notice ==
|
56 |
|
57 |
-
= 0.9.9.
|
58 |
-
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
= 0.9.9.8 =
|
63 |
* CDN updates: can be switched off, multiple CNAMEs.
|
64 |
* Uninstall process improved. It removes generated files and fixes edited files.
|
@@ -235,11 +244,11 @@ CDN code can be switched off, better uninstall process, compress dynamic pages,
|
|
235 |
` SetEnvIfNoCase Request_URI \.gz$ no-gzip`
|
236 |
`</IfModule>`
|
237 |
`<IfModule mod_headers.c>`
|
238 |
-
` Header set Cache-Control 'max-age=
|
239 |
`</IfModule>`
|
240 |
`<IfModule mod_expires.c>`
|
241 |
` ExpiresActive On`
|
242 |
-
` ExpiresByType text/html
|
243 |
`</IfModule>`
|
244 |
``
|
245 |
`# END supercache`
|
@@ -387,6 +396,15 @@ Load your desktop ftp client and connect to your site. Navigate to the root (or
|
|
387 |
|
388 |
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.
|
389 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
= Troubleshooting =
|
391 |
|
392 |
If things don't work when you installed the plugin here are a few things to check:
|
@@ -472,3 +490,6 @@ Translators who did a great job converting the text of the plugin to their nativ
|
|
472 |
* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
|
473 |
* [Ma�tre M�](http://maitremo.fr/) (French)
|
474 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
|
|
|
|
|
1 |
=== WP Super Cache ===
|
2 |
Contributors: donncha, automattic
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
+
Tested up to: 3.2
|
5 |
+
Stable tag: 0.9.9.9
|
6 |
Requires at least: 2.9.2
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
54 |
|
55 |
== Upgrade Notice ==
|
56 |
|
57 |
+
= 0.9.9.9 =
|
58 |
+
Serve repeated static files from the same CDN hostname, translations, lots of bug fixes
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 0.9.9.9 =
|
63 |
+
* Fixed typo, is_front_page.
|
64 |
+
* Serve repeated static files from the same CDN hostname.
|
65 |
+
* Updated translations.
|
66 |
+
* Make supercache dir lowercase to avoid problems with unicode URLs.
|
67 |
+
* Add option to skip https loaded static content.
|
68 |
+
* Remove 5 second check on age of existing cache files. Should help with posts that get lots of comments and traffic.
|
69 |
+
* Lots of bugs fixed.
|
70 |
+
|
71 |
= 0.9.9.8 =
|
72 |
* CDN updates: can be switched off, multiple CNAMEs.
|
73 |
* Uninstall process improved. It removes generated files and fixes edited files.
|
244 |
` SetEnvIfNoCase Request_URI \.gz$ no-gzip`
|
245 |
`</IfModule>`
|
246 |
`<IfModule mod_headers.c>`
|
247 |
+
` Header set Cache-Control 'max-age=3, must-revalidate'`
|
248 |
`</IfModule>`
|
249 |
`<IfModule mod_expires.c>`
|
250 |
` ExpiresActive On`
|
251 |
+
` ExpiresByType text/html A3`
|
252 |
`</IfModule>`
|
253 |
``
|
254 |
`# END supercache`
|
396 |
|
397 |
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.
|
398 |
|
399 |
+
= How do I change file permissions? =
|
400 |
+
|
401 |
+
This [page](http://codex.wordpress.org/Changing_File_Permissions) on the WordPress Codex explains everything you need to know about file permissions on your server and various ways of changing them.
|
402 |
+
|
403 |
+
= Why do I get load spikes when new posts are made? =
|
404 |
+
|
405 |
+
You may have the "clear all cached files when new posts are made" option set. Clearing those files can take time plus your visitors will now be visiting uncached pages. Are you using Google Analytics campaign tracking with utm_source in the url? Those pages aren't cached. See the question, "How should I best use the utm_source tracking tools in Google Analytics with this plugin" above for how to use them properly.
|
406 |
+
Cached pages have to be refreshed when posts are made. Perhaps your server just isn't up to the job of serving the amount of traffic you get. Enable the "cache rebuild" feature as that may help.
|
407 |
+
|
408 |
= Troubleshooting =
|
409 |
|
410 |
If things don't work when you installed the plugin here are a few things to check:
|
490 |
* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
|
491 |
* [Ma�tre M�](http://maitremo.fr/) (French)
|
492 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
493 |
+
* Bar�� �nver (Turkish)
|
494 |
+
* [Elvis Fweb](http://fweb.org.ru/blog/super-cache-rus) (Russian)
|
495 |
+
* Fredrik Fors�ll (Swedish)
|
wp-cache-phase1.php
CHANGED
@@ -164,7 +164,7 @@ function wp_cache_serve_cache_file() {
|
|
164 |
{
|
165 |
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
|
166 |
header( "Vary: Accept-Encoding, Cookie" );
|
167 |
-
header( "Cache-Control: max-age=
|
168 |
header( "WP-Super-Cache: Served supercache file from PHP" );
|
169 |
if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) {
|
170 |
$file = $file . '.gz';
|
@@ -250,7 +250,7 @@ function wp_cache_serve_cache_file() {
|
|
250 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
|
251 |
if ( $ungzip ) {
|
252 |
$cache = file_get_contents( $cache_file );
|
253 |
-
$uncompressed = gzuncompress( $cache );
|
254 |
if ( $uncompressed ) {
|
255 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from wp-cache", 1 );
|
256 |
unset( $cache );
|
@@ -263,20 +263,6 @@ function wp_cache_serve_cache_file() {
|
|
263 |
}
|
264 |
} else {
|
265 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
|
266 |
-
if ( $wp_supercache_304 ) {
|
267 |
-
if ( function_exists( 'apache_request_headers' ) ) {
|
268 |
-
$request = apache_request_headers();
|
269 |
-
$remote_mod_time = $request[ 'If-Modified-Since' ];
|
270 |
-
} else {
|
271 |
-
$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
|
272 |
-
}
|
273 |
-
$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $cache_file )).' GMT';
|
274 |
-
if ( $remote_mod_time == $local_mod_time ) {
|
275 |
-
header("HTTP/1.0 304 Not Modified");
|
276 |
-
exit();
|
277 |
-
}
|
278 |
-
header( 'Last-Modified: ' . $local_mod_time );
|
279 |
-
}
|
280 |
if ( $ungzip ) {
|
281 |
$cache = file_get_contents( $cache_file );
|
282 |
$uncompressed = gzuncompress( $cache );
|
@@ -460,15 +446,20 @@ function wp_cache_user_agent_is_rejected() {
|
|
460 |
|
461 |
function get_current_url_supercache_dir( $post_id = 0 ) {
|
462 |
global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
|
|
|
|
|
|
|
|
|
|
|
463 |
|
464 |
if ( $post_id != 0 ) {
|
465 |
$uri = str_replace( site_url(), '', get_permalink( $post_id ) );
|
466 |
} else {
|
467 |
-
$uri = $wp_cache_request_uri;
|
468 |
}
|
469 |
$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
|
470 |
$uri = str_replace( '\\', '', $uri );
|
471 |
-
$dir =
|
472 |
if ( function_exists( "apply_filters" ) )
|
473 |
$dir = apply_filters( 'supercache_dir', $dir );
|
474 |
$dir = $cache_path . 'supercache/' . $dir . '/';
|
@@ -477,6 +468,7 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
|
|
477 |
}
|
478 |
$dir = str_replace( '//', '/', $dir );
|
479 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
|
|
|
480 |
return $dir;
|
481 |
}
|
482 |
|
164 |
{
|
165 |
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
|
166 |
header( "Vary: Accept-Encoding, Cookie" );
|
167 |
+
header( "Cache-Control: max-age=3, must-revalidate" );
|
168 |
header( "WP-Super-Cache: Served supercache file from PHP" );
|
169 |
if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) {
|
170 |
$file = $file . '.gz';
|
250 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
|
251 |
if ( $ungzip ) {
|
252 |
$cache = file_get_contents( $cache_file );
|
253 |
+
$uncompressed = @gzuncompress( $cache );
|
254 |
if ( $uncompressed ) {
|
255 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from wp-cache", 1 );
|
256 |
unset( $cache );
|
263 |
}
|
264 |
} else {
|
265 |
if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
if ( $ungzip ) {
|
267 |
$cache = file_get_contents( $cache_file );
|
268 |
$uncompressed = gzuncompress( $cache );
|
446 |
|
447 |
function get_current_url_supercache_dir( $post_id = 0 ) {
|
448 |
global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
|
449 |
+
static $saved_supercache_dir = array();
|
450 |
+
|
451 |
+
if ( isset( $saved_supercache_dir[ $post_id ] ) ) {
|
452 |
+
return $saved_supercache_dir[ $post_id ];
|
453 |
+
}
|
454 |
|
455 |
if ( $post_id != 0 ) {
|
456 |
$uri = str_replace( site_url(), '', get_permalink( $post_id ) );
|
457 |
} else {
|
458 |
+
$uri = strtolower( $wp_cache_request_uri );
|
459 |
}
|
460 |
$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
|
461 |
$uri = str_replace( '\\', '', $uri );
|
462 |
+
$dir = preg_replace( '/:.*$/', '', $_SERVER["HTTP_HOST"] ) . $uri; // To avoid XSS attacks
|
463 |
if ( function_exists( "apply_filters" ) )
|
464 |
$dir = apply_filters( 'supercache_dir', $dir );
|
465 |
$dir = $cache_path . 'supercache/' . $dir . '/';
|
468 |
}
|
469 |
$dir = str_replace( '//', '/', $dir );
|
470 |
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
|
471 |
+
$saved_supercache_dir[ $post_id ] = $dir;
|
472 |
return $dir;
|
473 |
}
|
474 |
|
wp-cache-phase2.php
CHANGED
@@ -356,6 +356,11 @@ function wp_cache_get_ob(&$buffer) {
|
|
356 |
return $buffer;
|
357 |
}
|
358 |
|
|
|
|
|
|
|
|
|
|
|
359 |
$home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
|
360 |
|
361 |
$dir = get_current_url_supercache_dir();
|
@@ -390,53 +395,55 @@ function wp_cache_get_ob(&$buffer) {
|
|
390 |
wp_cache_init(); // PHP5 destroys objects during shutdown
|
391 |
}
|
392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
$fr = $fr2 = $gz = false;
|
394 |
-
|
395 |
-
|
396 |
-
if (
|
397 |
-
|
398 |
-
|
399 |
-
if (
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
wp_cache_writers_exit();
|
403 |
return $buffer;
|
404 |
}
|
405 |
}
|
406 |
-
} else {
|
407 |
-
$user_info = wp_cache_get_cookies_values();
|
408 |
-
$do_cache = apply_filters( 'do_createsupercache', $user_info );
|
409 |
-
if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
|
410 |
-
|
411 |
-
if( @is_dir( $dir ) == false )
|
412 |
-
@wp_mkdir_p( $dir );
|
413 |
-
|
414 |
-
$cache_fname = "{$dir}index.html";
|
415 |
-
$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
|
416 |
-
if ( !@file_exists( $cache_fname ) || ( @file_exists( $cache_fname ) && ( time() - @filemtime( $cache_fname ) ) > 5 ) ) {
|
417 |
-
$fr2 = @fopen( $tmp_cache_filename, 'w' );
|
418 |
-
if (!$fr2) {
|
419 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
|
420 |
-
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
|
421 |
-
@fclose( $fr );
|
422 |
-
@unlink( $tmp_wpcache_filename );
|
423 |
-
wp_cache_writers_exit();
|
424 |
-
return $buffer;
|
425 |
-
} elseif ( $cache_compression ) {
|
426 |
-
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
427 |
-
if (!$gz) {
|
428 |
-
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
|
429 |
-
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
|
430 |
-
@fclose( $fr );
|
431 |
-
@unlink( $tmp_wpcache_filename );
|
432 |
-
@fclose( $fr2 );
|
433 |
-
@unlink( $tmp_cache_filename );
|
434 |
-
wp_cache_writers_exit();
|
435 |
-
return $buffer;
|
436 |
-
}
|
437 |
-
}
|
438 |
-
}
|
439 |
-
}
|
440 |
}
|
441 |
}
|
442 |
|
@@ -766,6 +773,9 @@ function wp_cache_shutdown_callback() {
|
|
766 |
$wp_cache_meta[ 'headers' ][ $key ] = "$key: " . $response[$key];
|
767 |
}
|
768 |
}
|
|
|
|
|
|
|
769 |
if (!isset( $response['Last-Modified'] )) {
|
770 |
$value = gmdate('D, d M Y H:i:s') . ' GMT';
|
771 |
/* Dont send this the first time */
|
356 |
return $buffer;
|
357 |
}
|
358 |
|
359 |
+
if ( $wp_cache_not_logged_in && is_feed() ) {
|
360 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Feed detected. Writing legacy cache files.", 5 );
|
361 |
+
$wp_cache_not_logged_in = false;
|
362 |
+
}
|
363 |
+
|
364 |
$home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
|
365 |
|
366 |
$dir = get_current_url_supercache_dir();
|
395 |
wp_cache_init(); // PHP5 destroys objects during shutdown
|
396 |
}
|
397 |
|
398 |
+
if ( !$cache_enabled ) {
|
399 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( '', 5 );
|
400 |
+
wp_cache_writers_exit();
|
401 |
+
return $buffer . "\n<!-- Page not cached by WP Super Cache. Check your settings page. -->";
|
402 |
+
}
|
403 |
+
|
404 |
+
if( @is_dir( $dir ) == false )
|
405 |
+
@wp_mkdir_p( $dir );
|
406 |
+
|
407 |
$fr = $fr2 = $gz = false;
|
408 |
+
// Open wp-cache cache file
|
409 |
+
if ( !$supercacheonly ) {
|
410 |
+
if ( false == $wp_cache_object_cache ) {
|
411 |
+
$fr = @fopen($tmp_wpcache_filename, 'w');
|
412 |
+
if (!$fr) {
|
413 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
|
414 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
|
415 |
+
wp_cache_writers_exit();
|
416 |
+
return $buffer;
|
417 |
+
}
|
418 |
+
}
|
419 |
+
} else {
|
420 |
+
$user_info = wp_cache_get_cookies_values();
|
421 |
+
$do_cache = apply_filters( 'do_createsupercache', $user_info );
|
422 |
+
if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
|
423 |
+
|
424 |
+
$cache_fname = "{$dir}index.html";
|
425 |
+
$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
|
426 |
+
$fr2 = @fopen( $tmp_cache_filename, 'w' );
|
427 |
+
if ( !$fr2 ) {
|
428 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
|
429 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
|
430 |
+
@fclose( $fr );
|
431 |
+
@unlink( $tmp_wpcache_filename );
|
432 |
+
wp_cache_writers_exit();
|
433 |
+
return $buffer;
|
434 |
+
} elseif ( $cache_compression ) {
|
435 |
+
$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
|
436 |
+
if (!$gz) {
|
437 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
|
438 |
+
$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
|
439 |
+
@fclose( $fr );
|
440 |
+
@unlink( $tmp_wpcache_filename );
|
441 |
+
@fclose( $fr2 );
|
442 |
+
@unlink( $tmp_cache_filename );
|
443 |
wp_cache_writers_exit();
|
444 |
return $buffer;
|
445 |
}
|
446 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
}
|
448 |
}
|
449 |
|
773 |
$wp_cache_meta[ 'headers' ][ $key ] = "$key: " . $response[$key];
|
774 |
}
|
775 |
}
|
776 |
+
|
777 |
+
if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_shutdown_callback: collecting meta data.", 2 );
|
778 |
+
|
779 |
if (!isset( $response['Last-Modified'] )) {
|
780 |
$value = gmdate('D, d M Y H:i:s') . ' GMT';
|
781 |
/* Dont send this the first time */
|
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 |
*/
|
@@ -59,7 +59,7 @@ add_action( 'init', 'wp_super_cache_text_domain' );
|
|
59 |
|
60 |
function wp_cache_set_home() {
|
61 |
global $wp_cache_is_home;
|
62 |
-
$wp_cache_is_home = ( is_front_page || is_home() );
|
63 |
if ( $wp_cache_is_home && is_paged() )
|
64 |
$wp_cache_is_home = false;
|
65 |
}
|
@@ -239,6 +239,7 @@ function wp_cache_manager_error_checks() {
|
|
239 |
?><div id="message" class="updated fade"><h3><?php _e( 'Read Only Mode. Configuration cannot be changed.', 'wp-super-cache' ); ?></h3>
|
240 |
<p><?php printf( __( '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.', 'wp-super-cache' ), WP_CONTENT_DIR ); ?>
|
241 |
<?php _e( '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.', 'wp-super-cache' ); ?></p>
|
|
|
242 |
<?php _e( 'Writeable:', 'wp-super-cache' ); ?> <code>chmod 666 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code>
|
243 |
<?php _e( 'Readonly:', 'wp-super-cache' ); ?> <code>chmod 644 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code></p>
|
244 |
</div><?php
|
@@ -253,7 +254,9 @@ function wp_cache_manager_error_checks() {
|
|
253 |
$wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
|
254 |
if( $wp_content_mode != 0755 ) {
|
255 |
?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
|
256 |
-
<p><?php printf( __( 'You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:', 'wp-super-cache' ), WP_CONTENT_DIR ); ?> <code>chmod 755 <?php echo WP_CONTENT_DIR; ?>/</code></p
|
|
|
|
|
257 |
}
|
258 |
}
|
259 |
|
@@ -1081,10 +1084,11 @@ function wsc_mod_rewrite() {
|
|
1081 |
global $current_site;
|
1082 |
$protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
|
1083 |
if ( isset( $wpmu_version ) ) {
|
1084 |
-
|
1085 |
} else {
|
1086 |
-
|
1087 |
}
|
|
|
1088 |
return false;
|
1089 |
}
|
1090 |
}
|
@@ -1105,8 +1109,8 @@ function wsc_mod_rewrite() {
|
|
1105 |
echo "<p>" . sprintf( __( "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:", 'wp-super-cache' ), $home_path );
|
1106 |
echo "<blockquote><pre><em># BEGIN WordPress</em>\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteCond %{REQUEST_FILENAME} !-d\n RewriteRule . /index.php [L]\n <em># END WordPress</em></pre></blockquote>";
|
1107 |
_e( 'Refresh this page when you have updated your .htaccess file.', 'wp-super-cache' );
|
1108 |
-
echo "</fieldset
|
1109 |
-
|
1110 |
} elseif( strpos( $wprules, 'wordpressuser' ) ) { // Need to clear out old mod_rewrite rules
|
1111 |
echo "<p><strong>" . __( 'Thank you for upgrading.', 'wp-super-cache' ) . "</strong> " . sprintf( __( '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.', 'wp-super-cache' ), '<blockquote><code>RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$</code></blockquote>', '<blockquote><code>RewriteCond %{HTTP:Cookie} !^.*wordpress.*$</code></blockquote>' ) . "</p>";
|
1112 |
echo "</fieldset></div>";
|
@@ -1685,7 +1689,7 @@ function wp_cache_verify_cache_dir() {
|
|
1685 |
$dir = dirname($cache_path);
|
1686 |
if ( !file_exists($cache_path) ) {
|
1687 |
if ( !is_writeable_ACLSafe( $dir ) || !($dir = mkdir( $cache_path ) ) ) {
|
1688 |
-
echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Your cache directory (<strong
|
1689 |
return false;
|
1690 |
}
|
1691 |
}
|
@@ -2461,8 +2465,8 @@ function wpsc_get_htaccess_info() {
|
|
2461 |
|
2462 |
$gziprules = "<IfModule mod_mime.c>\n <FilesMatch \"\\.html\\.gz\$\">\n ForceType text/html\n FileETag None\n </FilesMatch>\n AddEncoding gzip .gz\n AddType text/html .gz\n</IfModule>\n";
|
2463 |
$gziprules .= "<IfModule mod_deflate.c>\n SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
|
2464 |
-
$gziprules .= "<IfModule mod_headers.c>\n Header set Vary \"Accept-Encoding, Cookie\"\n Header set Cache-Control 'max-age=
|
2465 |
-
$gziprules .= "<IfModule mod_expires.c>\n ExpiresActive On\n ExpiresByType text/html
|
2466 |
return array( "document_root" => $document_root, "apache_root" => $apache_root, "home_path" => $home_path, "home_root" => $home_root, "inst_root" => $inst_root, "wprules" => $wprules, "scrules" => $scrules, "condition_rules" => $condition_rules, "rules" => $rules, "gziprules" => $gziprules );
|
2467 |
}
|
2468 |
|
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.9
|
7 |
Author: Donncha O Caoimh
|
8 |
Author URI: http://ocaoimh.ie/
|
9 |
*/
|
59 |
|
60 |
function wp_cache_set_home() {
|
61 |
global $wp_cache_is_home;
|
62 |
+
$wp_cache_is_home = ( is_front_page() || is_home() );
|
63 |
if ( $wp_cache_is_home && is_paged() )
|
64 |
$wp_cache_is_home = false;
|
65 |
}
|
239 |
?><div id="message" class="updated fade"><h3><?php _e( 'Read Only Mode. Configuration cannot be changed.', 'wp-super-cache' ); ?></h3>
|
240 |
<p><?php printf( __( '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.', 'wp-super-cache' ), WP_CONTENT_DIR ); ?>
|
241 |
<?php _e( '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.', 'wp-super-cache' ); ?></p>
|
242 |
+
<p><?php _e( '<a href="http://codex.wordpress.org/Changing_File_Permissions">This page</a> explains how to change file permissions.', 'wp-super-cache' ); ?></p>
|
243 |
<?php _e( 'Writeable:', 'wp-super-cache' ); ?> <code>chmod 666 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code>
|
244 |
<?php _e( 'Readonly:', 'wp-super-cache' ); ?> <code>chmod 644 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code></p>
|
245 |
</div><?php
|
254 |
$wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
|
255 |
if( $wp_content_mode != 0755 ) {
|
256 |
?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
|
257 |
+
<p><?php printf( __( 'You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:', 'wp-super-cache' ), WP_CONTENT_DIR ); ?> <code>chmod 755 <?php echo WP_CONTENT_DIR; ?>/</code></p>
|
258 |
+
<p><?php _e( '<a href="http://codex.wordpress.org/Changing_File_Permissions">This page</a> explains how to change file permissions.', 'wp-super-cache' ); ?></p></div>
|
259 |
+
<?php
|
260 |
}
|
261 |
}
|
262 |
|
1084 |
global $current_site;
|
1085 |
$protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
|
1086 |
if ( isset( $wpmu_version ) ) {
|
1087 |
+
$link_to_admin = admin_url( "wpmu-admin.php?page=wpsupercache" );
|
1088 |
} else {
|
1089 |
+
$link_to_admin = admin_url( "ms-admin.php?page=wpsupercache" );
|
1090 |
}
|
1091 |
+
echo '<div id="message" class="updated fade"><p>' . sprintf( __( 'Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href="%s">the main site</a> of this network.', 'wp-super-cache' ), $link_to_admin ) . '</p></div>';
|
1092 |
return false;
|
1093 |
}
|
1094 |
}
|
1109 |
echo "<p>" . sprintf( __( "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:", 'wp-super-cache' ), $home_path );
|
1110 |
echo "<blockquote><pre><em># BEGIN WordPress</em>\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteCond %{REQUEST_FILENAME} !-d\n RewriteRule . /index.php [L]\n <em># END WordPress</em></pre></blockquote>";
|
1111 |
_e( 'Refresh this page when you have updated your .htaccess file.', 'wp-super-cache' );
|
1112 |
+
echo "</fieldset>";
|
1113 |
+
$dohtaccess = false;
|
1114 |
} elseif( strpos( $wprules, 'wordpressuser' ) ) { // Need to clear out old mod_rewrite rules
|
1115 |
echo "<p><strong>" . __( 'Thank you for upgrading.', 'wp-super-cache' ) . "</strong> " . sprintf( __( '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.', 'wp-super-cache' ), '<blockquote><code>RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$</code></blockquote>', '<blockquote><code>RewriteCond %{HTTP:Cookie} !^.*wordpress.*$</code></blockquote>' ) . "</p>";
|
1116 |
echo "</fieldset></div>";
|
1689 |
$dir = dirname($cache_path);
|
1690 |
if ( !file_exists($cache_path) ) {
|
1691 |
if ( !is_writeable_ACLSafe( $dir ) || !($dir = mkdir( $cache_path ) ) ) {
|
1692 |
+
echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Your cache directory (<strong>%1$s</strong>) did not exist and couldn’t be created by the web server. Check %1$s permissions.', 'wp-super-cache' ), $dir );
|
1693 |
return false;
|
1694 |
}
|
1695 |
}
|
2465 |
|
2466 |
$gziprules = "<IfModule mod_mime.c>\n <FilesMatch \"\\.html\\.gz\$\">\n ForceType text/html\n FileETag None\n </FilesMatch>\n AddEncoding gzip .gz\n AddType text/html .gz\n</IfModule>\n";
|
2467 |
$gziprules .= "<IfModule mod_deflate.c>\n SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
|
2468 |
+
$gziprules .= "<IfModule mod_headers.c>\n Header set Vary \"Accept-Encoding, Cookie\"\n Header set Cache-Control 'max-age=3, must-revalidate'\n</IfModule>\n";
|
2469 |
+
$gziprules .= "<IfModule mod_expires.c>\n ExpiresActive On\n ExpiresByType text/html A3\n</IfModule>\n";
|
2470 |
return array( "document_root" => $document_root, "apache_root" => $apache_root, "home_path" => $home_path, "home_root" => $home_root, "inst_root" => $inst_root, "wprules" => $wprules, "scrules" => $scrules, "condition_rules" => $condition_rules, "rules" => $rules, "gziprules" => $gziprules );
|
2471 |
}
|
2472 |
|
wp-super-cache.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
7 |
-
"POT-Creation-Date: 2011-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: ossdl-cdn.php:
|
16 |
msgid ""
|
17 |
"Your website probably uses lots of static files. Image, Javascript and CSS "
|
18 |
"files are usually static files that could just as easily be served from "
|
@@ -24,7 +24,7 @@ msgid ""
|
|
24 |
"+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ossdl-cdn.php:
|
28 |
msgid ""
|
29 |
"The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
|
30 |
"Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
|
@@ -32,57 +32,57 @@ msgid ""
|
|
32 |
"plugin."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: ossdl-cdn.php:
|
36 |
msgid ""
|
37 |
"<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
|
38 |
"s to ensure your CDN service is fully working before saving changes."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: ossdl-cdn.php:
|
42 |
msgid "You can define different CDN URLs for each site on a multsite network."
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: ossdl-cdn.php:
|
46 |
msgid "Enable CDN Support"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: ossdl-cdn.php:
|
50 |
msgid "Off-site URL"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ossdl-cdn.php:
|
54 |
msgid ""
|
55 |
"The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
|
56 |
"code> please.<br />Example: <code>%2$s</code>."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ossdl-cdn.php:
|
60 |
msgid "Include directories"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ossdl-cdn.php:
|
64 |
msgid ""
|
65 |
"Directories to include in static file matching. Use a comma as the "
|
66 |
"delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
|
67 |
"enforced if this field is left empty."
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ossdl-cdn.php:
|
71 |
msgid "Exclude if substring"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ossdl-cdn.php:
|
75 |
msgid ""
|
76 |
"Excludes something from being rewritten if one of the above strings is found "
|
77 |
"in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
|
78 |
"code>, and always include <code>.php</code> (default)."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ossdl-cdn.php:
|
82 |
msgid "Additional CNAMES"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ossdl-cdn.php:
|
86 |
msgid ""
|
87 |
"These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
|
88 |
"be used in place of %1$s for rewriting (in addition to the off-site URL "
|
@@ -91,11 +91,15 @@ msgid ""
|
|
91 |
"be configured on your CDN.<br />Example: %2$s"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ossdl-cdn.php:
|
|
|
|
|
|
|
|
|
95 |
msgid "Save Changes"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ossdl-cdn.php:
|
99 |
msgid ""
|
100 |
"CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
|
101 |
"ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
|
@@ -222,73 +226,79 @@ msgid ""
|
|
222 |
"writeable and it should be fine."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: wp-cache.php:242
|
226 |
-
msgid "
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: wp-cache.php:243
|
|
|
|
|
|
|
|
|
230 |
msgid "Readonly:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: wp-cache.php:
|
234 |
msgid "Warning! %s is writeable!"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: wp-cache.php:
|
238 |
msgid ""
|
239 |
"You should change the permissions on %s and make it more restrictive. Use "
|
240 |
"your ftp client, or the following command to fix things:"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: wp-cache.php:
|
244 |
msgid "Mobile rewrite rules detected"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: wp-cache.php:
|
248 |
msgid ""
|
249 |
"For best performance you should enable \"Mobile device support\" or delete "
|
250 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
251 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: wp-cache.php:
|
255 |
msgid ""
|
256 |
"This will have no affect on ordinary users but mobile users will see "
|
257 |
"uncached pages."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: wp-cache.php:
|
261 |
msgid "Rewrite rules must be updated"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: wp-cache.php:
|
265 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: wp-cache.php:
|
269 |
msgid ""
|
270 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
271 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: wp-cache.php:
|
275 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: wp-cache.php:
|
279 |
msgid ""
|
280 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
281 |
"Mod_Rewrite Rules</strong> button."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: wp-cache.php:
|
285 |
msgid ""
|
286 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
287 |
"WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
|
288 |
"regenerate them by reloading this page."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: wp-cache.php:
|
292 |
msgid ""
|
293 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
294 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
@@ -297,81 +307,81 @@ msgid ""
|
|
297 |
"*$</code> add these lines: (do it twice, once for each section)"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: wp-cache.php:
|
301 |
msgid "Required to serve compressed supercache files properly."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: wp-cache.php:
|
305 |
msgid ""
|
306 |
"Required to set caching information on supercache pages. IE7 users will see "
|
307 |
"old pages without this module."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: wp-cache.php:
|
311 |
msgid ""
|
312 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
313 |
"when they refresh or leave comments without this module."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: wp-cache.php:
|
317 |
msgid "Missing Apache Modules"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: wp-cache.php:
|
321 |
msgid ""
|
322 |
"The following Apache modules are missing. The plugin will work in legacy "
|
323 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
324 |
"pages or out of date content however."
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: wp-cache.php:
|
328 |
msgid ""
|
329 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
330 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
331 |
"of the readme file."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: wp-cache.php:
|
335 |
msgid "WP Super Cache Settings"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: wp-cache.php:
|
339 |
msgid ""
|
340 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
341 |
"Settings Page by default."
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: wp-cache.php:
|
345 |
msgid ""
|
346 |
"Configuration file changed, some values might be wrong. Load the page again "
|
347 |
"from the \"Settings\" menu to reset them."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: wp-cache.php:
|
351 |
msgid "Caching must be enabled to use this feature"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: wp-cache.php:
|
355 |
msgid "Cancel Cache Preload"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: wp-cache.php:
|
359 |
msgid "Scheduled preloading of cache cancelled."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: wp-cache.php:
|
363 |
msgid "Preload Cache Now"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: wp-cache.php:
|
367 |
msgid "Scheduled preloading of cache in 10 seconds."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: wp-cache.php:
|
371 |
msgid "Scheduled preloading of cache in %d minutes"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: wp-cache.php:
|
375 |
msgid ""
|
376 |
"This will cache every published post and page on your site. It will create "
|
377 |
"supercache static files so unknown visitors (including bots) will hit a "
|
@@ -379,218 +389,218 @@ msgid ""
|
|
379 |
"speed as a metric when judging websites now."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: wp-cache.php:
|
383 |
msgid ""
|
384 |
"Preloading creates lots of files however. Caching is done from the newest "
|
385 |
"post to the oldest so please consider only caching the newest if you have "
|
386 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: wp-cache.php:
|
390 |
msgid ""
|
391 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
392 |
"old legacy files for known users, not the preloaded supercache files. This "
|
393 |
"is a recommended setting when the cache is preloaded."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: wp-cache.php:
|
397 |
msgid ""
|
398 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
399 |
"minutes.)"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: wp-cache.php:
|
403 |
msgid "all"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: wp-cache.php:
|
407 |
msgid "Preload %s posts."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: wp-cache.php:
|
411 |
msgid ""
|
412 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: wp-cache.php:
|
416 |
msgid "Send me status emails when files are refreshed."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: wp-cache.php:
|
420 |
msgid "Many emails, 2 emails per 100 posts."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: wp-cache.php:
|
424 |
msgid "Medium, 1 email per 100 posts."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: wp-cache.php:
|
428 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: wp-cache.php:
|
432 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: wp-cache.php:
|
436 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: wp-cache.php:
|
440 |
msgid "Currently caching from post %d to %d."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: wp-cache.php:
|
444 |
msgid "<strong>Page last cached:</strong> %s"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: wp-cache.php:
|
448 |
msgid "Update Settings"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: wp-cache.php:
|
452 |
msgid ""
|
453 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
454 |
"your host administrator."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: wp-cache.php:
|
458 |
msgid "Caching"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: wp-cache.php:
|
462 |
msgid "Cache hits to this website for quick access."
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: wp-cache.php:
|
466 |
-
#: wp-cache.php:
|
467 |
msgid "Recommended"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: wp-cache.php:
|
471 |
msgid "Use mod_rewrite to serve cache files."
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: wp-cache.php:
|
475 |
msgid "Use PHP to serve cache files."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: wp-cache.php:
|
479 |
msgid "Legacy page caching."
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: wp-cache.php:
|
483 |
msgid ""
|
484 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
485 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
486 |
"working. New users should use PHP caching."
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: wp-cache.php:
|
490 |
msgid "Miscellaneous"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: wp-cache.php:
|
494 |
msgid "Warning! Compression is disabled as gzencode() function not found."
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: wp-cache.php:
|
498 |
msgid "Compress pages so they’re served more quickly to visitors."
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: wp-cache.php:
|
502 |
msgid ""
|
503 |
"Compression is disabled by default because some hosts have problems with "
|
504 |
"compressed files. Switching it on and off clears the cache."
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: wp-cache.php:
|
508 |
msgid ""
|
509 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
510 |
"since last requested."
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: wp-cache.php:
|
514 |
msgid ""
|
515 |
"304 support is disabled by default because in the past GoDaddy had problems "
|
516 |
"with some of the headers used."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: wp-cache.php:
|
520 |
msgid ""
|
521 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
522 |
"comment\">known users</acronym>."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: wp-cache.php:
|
526 |
msgid ""
|
527 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
528 |
"is being generated."
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: wp-cache.php:
|
532 |
msgid ""
|
533 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
534 |
"blog’s footer)"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: wp-cache.php:
|
538 |
msgid "Advanced"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: wp-cache.php:
|
542 |
msgid "Mobile device support."
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: wp-cache.php:
|
546 |
msgid "Clear all cache files when a post or page is published."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: wp-cache.php:
|
550 |
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: wp-cache.php:
|
554 |
msgid "Only refresh current page when comments made."
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: wp-cache.php:
|
558 |
msgid "List the newest cached pages on this page."
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: wp-cache.php:
|
562 |
msgid ""
|
563 |
"Coarse file locking. You probably don’t need this but it may help if "
|
564 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
565 |
"in very rare cases!</em>"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: wp-cache.php:
|
569 |
msgid ""
|
570 |
"Late init. Display cached files after WordPress has loaded. Most useful in "
|
571 |
"legacy mode."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: wp-cache.php:
|
575 |
msgid "Use object cache to store cached files."
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: wp-cache.php:
|
579 |
msgid "(Experimental)"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: wp-cache.php:
|
583 |
msgid "Note:"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: wp-cache.php:
|
587 |
msgid ""
|
588 |
"Uninstall this plugin on the plugins page. It will automatically clean up "
|
589 |
"after itself. If manual intervention is required then simple instructions "
|
590 |
"are provided."
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: wp-cache.php:
|
594 |
msgid ""
|
595 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
596 |
"writeable by the webserver so the files <em>advanced-cache.php</em> and "
|
@@ -598,14 +608,14 @@ msgid ""
|
|
598 |
"files are writeable too is probably a good idea!)"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: wp-cache.php:
|
602 |
msgid ""
|
603 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
604 |
"instructions on uninstalling this script. Look for the heading, \"How to "
|
605 |
"uninstall WP Super Cache\"."
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: wp-cache.php:
|
609 |
msgid ""
|
610 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
611 |
"includes installation documentation, a FAQ and Troubleshooting tips. The <a "
|
@@ -613,27 +623,27 @@ msgid ""
|
|
613 |
"have been answered."
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: wp-cache.php:
|
617 |
msgid "Update Status"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: wp-cache.php:
|
621 |
msgid "Accepted Filenames & Rejected URIs"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: wp-cache.php:
|
625 |
msgid "Caching On"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: wp-cache.php:
|
629 |
msgid "Caching Off"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: wp-cache.php:
|
633 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: wp-cache.php:
|
637 |
msgid ""
|
638 |
"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
|
639 |
"Cached files will be served using those rules. If your site is working ok "
|
@@ -641,87 +651,87 @@ msgid ""
|
|
641 |
"your install and remove the SuperCache rules."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: wp-cache.php:
|
645 |
msgid "Cache Tester"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: wp-cache.php:
|
649 |
msgid "Test your cached website by clicking the test button below."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: wp-cache.php:
|
653 |
msgid "Fetching %s to prime cache: "
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: wp-cache.php:
|
657 |
msgid "OK"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: wp-cache.php:
|
661 |
msgid "Fetching first copy of %s: "
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: wp-cache.php:
|
665 |
msgid "Fetching second copy of %s: "
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: wp-cache.php:
|
669 |
msgid "One or more page requests failed:"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: wp-cache.php:
|
673 |
msgid "Page %d: %d (%s)"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: wp-cache.php:
|
677 |
msgid "Page 1: %s"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: wp-cache.php:
|
681 |
msgid "Page 2: %s"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: wp-cache.php:
|
685 |
msgid "The timestamps on both pages match!"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: wp-cache.php:
|
689 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: wp-cache.php:
|
693 |
msgid "Send non-secure (non https) request for homepage"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: wp-cache.php:
|
697 |
msgid "Test Cache"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: wp-cache.php:
|
701 |
msgid "Delete Cached Pages"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: wp-cache.php:
|
705 |
msgid ""
|
706 |
"Cached pages are stored on your server as html and PHP files. If you need to "
|
707 |
"delete them use the button below."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: wp-cache.php:
|
711 |
msgid "Delete Cache"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: wp-cache.php:
|
715 |
msgid "Recommended Links and Plugins"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: wp-cache.php:
|
719 |
msgid ""
|
720 |
"Caching is only one part of making a website faster. Here are some other "
|
721 |
"plugins that will help:"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: wp-cache.php:
|
725 |
msgid ""
|
726 |
"<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
|
727 |
"server by joining Javascript and CSS files together. Alternatively you can "
|
@@ -729,7 +739,7 @@ msgid ""
|
|
729 |
"pages. It does not however join JS/CSS files together."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: wp-cache.php:
|
733 |
msgid ""
|
734 |
"<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
|
735 |
"Firebug. It analyzes web pages and suggests ways to improve their "
|
@@ -737,174 +747,168 @@ msgid ""
|
|
737 |
"the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: wp-cache.php:
|
741 |
msgid ""
|
742 |
"<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
|
743 |
"used Javascript libraries from Google webservers. Ironically it may reduce "
|
744 |
"your Yslow score."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: wp-cache.php:
|
748 |
msgid ""
|
749 |
"<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
|
750 |
"Caching and cache-control</a> explains how to make your site more cacheable "
|
751 |
"with .htaccess rules."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: wp-cache.php:
|
755 |
msgid ""
|
756 |
"<strong>Advanced users only:</strong> Install an object cache. Choose from "
|
757 |
"<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
|
758 |
"\">eAcccelerator</a> and others."
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: wp-cache.php:
|
762 |
msgid "Make WordPress Faster"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: wp-cache.php:
|
766 |
msgid ""
|
767 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: wp-cache.php:
|
771 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: wp-cache.php:
|
775 |
msgid "Please say hi to him on %s too!"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: wp-cache.php:
|
779 |
msgid "Need Help?"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: wp-cache.php:
|
783 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: wp-cache.php:
|
787 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: wp-cache.php:
|
791 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: wp-cache.php:
|
795 |
msgid "Rate This Plugin!"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: wp-cache.php:
|
799 |
msgid ""
|
800 |
"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
|
801 |
"or not. It really helps development."
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: wp-cache.php:
|
805 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: wp-cache.php:
|
809 |
msgid "Newest Cached Pages:"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: wp-cache.php:
|
813 |
msgid "Cached %s seconds ago"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: wp-cache.php:
|
817 |
msgid "(may not always be accurate on busy sites)"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: wp-cache.php:
|
821 |
msgid ""
|
822 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
823 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
824 |
"regular WordPress plugins."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: wp-cache.php:
|
828 |
msgid ""
|
829 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
830 |
"WordPress actions is required to create them."
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: wp-cache.php:
|
834 |
msgid "Available Plugins"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: wp-cache.php:
|
838 |
msgid "Easy"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: wp-cache.php:
|
842 |
msgid "CDN"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: wp-cache.php:
|
846 |
msgid "Contents"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: wp-cache.php:
|
850 |
msgid "Preload"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: wp-cache.php:
|
854 |
msgid "Plugins"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: wp-cache.php:
|
858 |
msgid "Debug"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: wp-cache.php:
|
862 |
msgid ""
|
863 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
864 |
"href=\"%s\">the main site</a> of this network."
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: wp-cache.php:
|
868 |
-
msgid ""
|
869 |
-
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
870 |
-
"href=\"%s\">on the main site</a> of this network."
|
871 |
-
msgstr ""
|
872 |
-
|
873 |
-
#: wp-cache.php:1096
|
874 |
msgid "Mod Rewrite Rules"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: wp-cache.php:
|
878 |
msgid "WordPress MU Detected"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: wp-cache.php:
|
882 |
msgid ""
|
883 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
884 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
885 |
"rules above any other rules in that file."
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: wp-cache.php:
|
889 |
msgid "Mod Rewrite rules cannot be updated!"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: wp-cache.php:
|
893 |
msgid ""
|
894 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
895 |
"htaccess for the auto update to work. They look like this and surround the "
|
896 |
"main WordPress mod_rewrite rules:"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: wp-cache.php:
|
900 |
msgid "Refresh this page when you have updated your .htaccess file."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: wp-cache.php:
|
904 |
msgid "Thank you for upgrading."
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: wp-cache.php:
|
908 |
msgid ""
|
909 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
910 |
"Unfortunately you must remove the old supercache rules before the new ones "
|
@@ -916,11 +920,11 @@ msgid ""
|
|
916 |
"brave enough to use them."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: wp-cache.php:
|
920 |
msgid "Trailing slash check required."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: wp-cache.php:
|
924 |
msgid ""
|
925 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
926 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
@@ -929,41 +933,41 @@ msgid ""
|
|
929 |
"and add these two rules to the two groups of Super Cache rules:"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: wp-cache.php:
|
933 |
msgid ""
|
934 |
"You can see where the rules go and examine the complete rules by clicking "
|
935 |
"the \"View mod_rewrite rules\" link below."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: wp-cache.php:
|
939 |
msgid "Mod Rewrite rules updated!"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: wp-cache.php:
|
943 |
msgid ""
|
944 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
945 |
"verify they are correct. They should look like this:"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: wp-cache.php:
|
949 |
msgid "Mod Rewrite rules must be updated!"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: wp-cache.php:
|
953 |
msgid ""
|
954 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
955 |
"the necessary mod_rewrite rules. The new rules go above the regular "
|
956 |
"WordPress rules as shown in the code below:"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: wp-cache.php:
|
960 |
msgid ""
|
961 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
962 |
"> Click the following link to see the lines added to that file. If you have "
|
963 |
"upgraded the plugin make sure these rules match."
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: wp-cache.php:
|
967 |
msgid ""
|
968 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
969 |
"rules has been found. This could be simple whitespace differences but you "
|
@@ -971,171 +975,171 @@ msgid ""
|
|
971 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: wp-cache.php:
|
975 |
msgid "View Mod_Rewrite Rules"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: wp-cache.php:
|
979 |
msgid "Rules must be added to %s too:"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: wp-cache.php:
|
983 |
msgid "Gzip encoding rules in %s.htaccess created."
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: wp-cache.php:
|
987 |
msgid "Fix Configuration"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: wp-cache.php:
|
991 |
msgid "Restore Default Configuration"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: wp-cache.php:
|
995 |
msgid ""
|
996 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: wp-cache.php:
|
1000 |
msgid "Lock Down:"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: wp-cache.php:
|
1004 |
#: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
|
1005 |
msgid "Disabled"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: wp-cache.php:
|
1009 |
#: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
|
1010 |
msgid "Enabled"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: wp-cache.php:
|
1014 |
msgid ""
|
1015 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
1016 |
"down. When this is enabled, new comments on a post will not refresh the "
|
1017 |
"cached static files."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: wp-cache.php:
|
1021 |
msgid ""
|
1022 |
"Developers: Make your plugin lock down compatible by checking the "
|
1023 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
1024 |
"respects the WPLOCKDOWN setting."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: wp-cache.php:
|
1028 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: wp-cache.php:
|
1032 |
msgid ""
|
1033 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
1034 |
"new comments are made."
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: wp-cache.php:
|
1038 |
msgid ""
|
1039 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
1040 |
"files as normal."
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: wp-cache.php:
|
1044 |
msgid "Disable"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: wp-cache.php:
|
1048 |
msgid "Enable"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: wp-cache.php:
|
1052 |
msgid "Lock Down"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: wp-cache.php:
|
1056 |
msgid "Directly Cached Files"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: wp-cache.php:
|
1060 |
msgid "%s removed!"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: wp-cache.php:
|
1064 |
msgid "Warning!"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: wp-cache.php:
|
1068 |
msgid ""
|
1069 |
"You must make %s writable to enable this feature. As this is a security risk "
|
1070 |
"please make it readonly after your page is generated."
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: wp-cache.php:
|
1074 |
msgid ""
|
1075 |
"%s is writable. Please make it readonly after your page is generated as this "
|
1076 |
"is a security risk."
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: wp-cache.php:
|
1080 |
msgid "Existing direct page"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: wp-cache.php:
|
1084 |
msgid "Delete cached file"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: wp-cache.php:
|
1088 |
msgid "Add direct page:"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: wp-cache.php:
|
1092 |
msgid ""
|
1093 |
"Directly cached files are files created directly off %s where your blog "
|
1094 |
"lives. This feature is only useful if you are expecting a major Digg or "
|
1095 |
"Slashdot level of traffic to one post or page."
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: wp-cache.php:
|
1099 |
msgid ""
|
1100 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1101 |
"about/. The cached file will be generated the next time an anonymous user "
|
1102 |
"visits that page."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: wp-cache.php:
|
1106 |
msgid ""
|
1107 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1108 |
"the cached file."
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: wp-cache.php:
|
1112 |
msgid "Update Direct Pages"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: wp-cache.php:
|
1116 |
msgid "Expiry Time & Garbage Collection"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: wp-cache.php:
|
1120 |
msgid "Expire time:"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: wp-cache.php:
|
1124 |
msgid "seconds"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: wp-cache.php:
|
1128 |
msgid "Garbage Collection"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: wp-cache.php:
|
1132 |
msgid ""
|
1133 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1134 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1135 |
"seconds after the expiry time above."
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: wp-cache.php:
|
1139 |
msgid ""
|
1140 |
"Checking for and deleting expired files is expensive, but it’s "
|
1141 |
"expensive leaving them there too. On a very busy site you should set the "
|
@@ -1146,77 +1150,77 @@ msgid ""
|
|
1146 |
"using mod_rewrite or PHP caching."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: wp-cache.php:
|
1150 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: wp-cache.php:
|
1154 |
msgid "Change Expiration"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: wp-cache.php:
|
1158 |
msgid "Rejected User Agents"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: wp-cache.php:
|
1162 |
msgid ""
|
1163 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1164 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1165 |
"cached files are still sent to these agents if they already exists."
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: wp-cache.php:
|
1169 |
msgid "Save UA Strings"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: wp-cache.php:
|
1173 |
msgid ""
|
1174 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1175 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1176 |
"complete discussion on each type."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: wp-cache.php:
|
1180 |
msgid "Single Posts"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: wp-cache.php:
|
1184 |
msgid "Pages"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: wp-cache.php:
|
1188 |
msgid "Front Page"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: wp-cache.php:
|
1192 |
msgid "Home"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: wp-cache.php:
|
1196 |
msgid "Archives"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: wp-cache.php:
|
1200 |
msgid "Tags"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: wp-cache.php:
|
1204 |
msgid "Category"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: wp-cache.php:
|
1208 |
msgid "Feeds"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: wp-cache.php:
|
1212 |
msgid "Search Pages"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: wp-cache.php:
|
1216 |
msgid "Save"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: wp-cache.php:
|
1220 |
msgid ""
|
1221 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1222 |
"example, if your URLs include year and you dont want to cache last year "
|
@@ -1225,57 +1229,57 @@ msgid ""
|
|
1225 |
"cache that page."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: wp-cache.php:
|
1229 |
msgid "Save Strings"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: wp-cache.php:
|
1233 |
msgid ""
|
1234 |
"Add here those filenames that can be cached, even if they match one of the "
|
1235 |
"rejected substring specified above."
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: wp-cache.php:
|
1239 |
msgid "Save Files"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: wp-cache.php:
|
1243 |
msgid "Currently logging to: %s"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: wp-cache.php:
|
1247 |
msgid ""
|
1248 |
"Fix problems with the plugin by debugging it here. It can log them to a file "
|
1249 |
"in your cache directory."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: wp-cache.php:
|
1253 |
msgid "Debugging"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: wp-cache.php:
|
1257 |
#: plugins/badbehaviour.php:71 plugins/searchengine.php:69
|
1258 |
#: plugins/domain-mapping.php:66
|
1259 |
msgid "enabled"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: wp-cache.php:
|
1263 |
msgid "IP Address"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: wp-cache.php:
|
1267 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: wp-cache.php:
|
1271 |
msgid "Log level"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: wp-cache.php:
|
1275 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: wp-cache.php:
|
1279 |
msgid ""
|
1280 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1281 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
@@ -1283,7 +1287,7 @@ msgid ""
|
|
1283 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: wp-cache.php:
|
1287 |
msgid ""
|
1288 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1289 |
"only happen in very rare cases but you can run a simple check once every 5 "
|
@@ -1291,88 +1295,88 @@ msgid ""
|
|
1291 |
"emailed if there is a problem."
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: wp-cache.php:
|
1295 |
msgid "Check front page every 5 minutes."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: wp-cache.php:
|
1299 |
msgid "Front page text"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: wp-cache.php:
|
1303 |
msgid ""
|
1304 |
"Text to search for on your front page. If this text is missing the cache "
|
1305 |
"will be cleared. Leave blank to disable."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: wp-cache.php:
|
1309 |
msgid "Clear cache on error."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: wp-cache.php:
|
1313 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: wp-cache.php:
|
1317 |
msgid ""
|
1318 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1319 |
"cache."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: wp-cache.php:
|
1323 |
msgid "Warning"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: wp-cache.php:
|
1327 |
msgid ""
|
1328 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1329 |
"you disable gzip compression."
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: wp-cache.php:
|
1333 |
-
#: wp-cache.php:
|
1334 |
msgid "Error"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: wp-cache.php:
|
1338 |
msgid ""
|
1339 |
-
"Your cache directory (<strong
|
1340 |
-
"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: wp-cache.php:
|
1344 |
msgid ""
|
1345 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1346 |
"to be writable for this plugin to work. Double-check it."
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: wp-cache.php:
|
1350 |
msgid ""
|
1351 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1352 |
"writable by the Web server.Please delete it and refresh this page."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: wp-cache.php:
|
1356 |
msgid ""
|
1357 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1358 |
"not writable by the Web server.Check its permissions."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: wp-cache.php:
|
1362 |
msgid ""
|
1363 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1364 |
"installation."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: wp-cache.php:
|
1368 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: wp-cache.php:
|
1372 |
msgid "1. If it already exists please delete the file first."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: wp-cache.php:
|
1376 |
msgid ""
|
1377 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1378 |
"software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
|
@@ -1380,24 +1384,24 @@ msgid ""
|
|
1380 |
"again. (Change 777 to 755 in the previous command)"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: wp-cache.php:
|
1384 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: wp-cache.php:
|
1388 |
msgid ""
|
1389 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1390 |
"em> doesn’t exist:"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: wp-cache.php:
|
1394 |
msgid ""
|
1395 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1396 |
"the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
|
1397 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: wp-cache.php:
|
1401 |
msgid ""
|
1402 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1403 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
@@ -1406,20 +1410,20 @@ msgid ""
|
|
1406 |
"true);</code></p>"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: wp-cache.php:
|
1410 |
msgid ""
|
1411 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1412 |
"code> file and I couldn’t modify it."
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: wp-cache.php:
|
1416 |
msgid ""
|
1417 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1418 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1419 |
"executed</strong> by WordPress core. "
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: wp-cache.php:
|
1423 |
msgid ""
|
1424 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1425 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
@@ -1427,283 +1431,283 @@ msgid ""
|
|
1427 |
"moved up."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: wp-cache.php:
|
1431 |
msgid "Cache Contents"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: wp-cache.php:
|
1435 |
msgid "Object cache in use. No cache listing available."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: wp-cache.php:
|
1439 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: wp-cache.php:
|
1443 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: wp-cache.php:
|
1447 |
msgid ""
|
1448 |
"Cache stats are not automatically generated. You must click the link below "
|
1449 |
"to regenerate the stats on this page."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: wp-cache.php:
|
1453 |
msgid "Regenerate cache stats"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: wp-cache.php:
|
1457 |
msgid "Cache stats last generated: %s minutes ago."
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: wp-cache.php:
|
1461 |
msgid "WP-Cache"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: wp-cache.php:
|
1465 |
msgid "%s Cached Pages"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: wp-cache.php:
|
1469 |
msgid "%s Expired Pages"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: wp-cache.php:
|
1473 |
msgid "WP-Super-Cache"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: wp-cache.php:
|
1477 |
msgid "Fresh WP-Cached Files"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: wp-cache.php:
|
1481 |
msgid "URI"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: wp-cache.php:
|
1485 |
msgid "Key"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: wp-cache.php:
|
1489 |
msgid "Age"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: wp-cache.php:
|
1493 |
msgid "Delete"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: wp-cache.php:
|
1497 |
msgid "Stale WP-Cached Files"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: wp-cache.php:
|
1501 |
msgid "Fresh Super Cached Files"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: wp-cache.php:
|
1505 |
msgid "Stale Super Cached Files"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: wp-cache.php:
|
1509 |
msgid "Hide file list"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: wp-cache.php:
|
1513 |
msgid "Too many cached files, no listing possible."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: wp-cache.php:
|
1517 |
msgid "List all cached files"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: wp-cache.php:
|
1521 |
msgid ""
|
1522 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1523 |
"minutes ago<br />"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: wp-cache.php:
|
1527 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: wp-cache.php:
|
1531 |
msgid ""
|
1532 |
"Expired files are files older than %s seconds. They are still used by the "
|
1533 |
"plugin and are deleted periodically."
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: wp-cache.php:
|
1537 |
msgid "Delete Expired"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: wp-cache.php:
|
1541 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: wp-cache.php:
|
1545 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: wp-cache.php:
|
1549 |
msgid ""
|
1550 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1551 |
"to enable and configure the plugin."
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: wp-cache.php:
|
1555 |
msgid "Settings"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: wp-cache.php:
|
1559 |
msgid ""
|
1560 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1561 |
"page</a> to enable caching."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: wp-cache.php:
|
1565 |
msgid ""
|
1566 |
"Warning! WP Super Cache caching broken! The script advanced-cache.php could "
|
1567 |
"not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
|
1568 |
"and make sure the path to %2$swp-cache-phase1.php is correct."
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: wp-cache.php:
|
1572 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: wp-cache.php:
|
1576 |
msgid ""
|
1577 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1578 |
"downloading!"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: wp-cache.php:
|
1582 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: wp-cache.php:
|
1586 |
msgid ""
|
1587 |
"The cache on your blog has been cleared because the front page of your site "
|
1588 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: wp-cache.php:
|
1592 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: wp-cache.php:
|
1596 |
msgid ""
|
1597 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1598 |
"correct and missing the text, \"%2$s\"!"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: wp-cache.php:
|
1602 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: wp-cache.php:
|
1606 |
msgid ""
|
1607 |
"The cache on your blog has been cleared because the front page of your site "
|
1608 |
"is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
|
1609 |
"cleared."
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: wp-cache.php:
|
1613 |
msgid "[%s] Front page check!"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: wp-cache.php:
|
1617 |
msgid ""
|
1618 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1619 |
"you would like to disable this."
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: wp-cache.php:
|
1623 |
msgid "Cannot update .htaccess"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: wp-cache.php:
|
1627 |
msgid ""
|
1628 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1629 |
"Please correct this using the chmod command or your ftp client."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: wp-cache.php:
|
1633 |
msgid "Refresh this page when the file permissions have been modified."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: wp-cache.php:
|
1637 |
msgid ""
|
1638 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1639 |
"add the following code (before any WordPress rules):"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: wp-cache.php:
|
1643 |
msgid ""
|
1644 |
"To serve static html files your server must have the correct mod_rewrite "
|
1645 |
"rules added to a file called <code>%s.htaccess</code>"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: wp-cache.php:
|
1649 |
msgid "You can edit the file yourself add the following rules."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: wp-cache.php:
|
1653 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: wp-cache.php:
|
1657 |
msgid "Update Mod_Rewrite Rules"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: wp-cache.php:
|
1661 |
msgid "[%1$s] Cache Preload Started"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: wp-cache.php:
|
1665 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: wp-cache.php:
|
1669 |
msgid "[%1$s] Cache Preload Stopped"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: wp-cache.php:
|
1673 |
msgid "[%1$s] %2$d posts refreshed"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: wp-cache.php:
|
1677 |
msgid "Refreshed the following posts:"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: wp-cache.php:
|
1681 |
msgid "Scheduling next preload refresh in %d minutes."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: wp-cache.php:
|
1685 |
msgid "[%s] Cache Preload Completed"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: wp-cache.php:
|
1689 |
msgid "Cleaning up old supercache files."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: wp-cache.php:
|
1693 |
msgid "[%s] Preload may have stalled."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: wp-cache.php:
|
1697 |
msgid ""
|
1698 |
"Preload has been restarted.\n"
|
1699 |
"%s"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: wp-cache.php:
|
1703 |
msgid "Supercache Uninstall Problems"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: wp-cache.php:
|
1707 |
msgid ""
|
1708 |
"Dear User,\n"
|
1709 |
"\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
|
7 |
+
"POT-Creation-Date: 2011-02-28 22:08:12+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
+
#: ossdl-cdn.php:146
|
16 |
msgid ""
|
17 |
"Your website probably uses lots of static files. Image, Javascript and CSS "
|
18 |
"files are usually static files that could just as easily be served from "
|
24 |
"+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ossdl-cdn.php:147 wp-cache.php:968
|
28 |
msgid ""
|
29 |
"The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
|
30 |
"Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
|
32 |
"plugin."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ossdl-cdn.php:148
|
36 |
msgid ""
|
37 |
"<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
|
38 |
"s to ensure your CDN service is fully working before saving changes."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: ossdl-cdn.php:149
|
42 |
msgid "You can define different CDN URLs for each site on a multsite network."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: ossdl-cdn.php:157
|
46 |
msgid "Enable CDN Support"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: ossdl-cdn.php:160
|
50 |
msgid "Off-site URL"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ossdl-cdn.php:163
|
54 |
msgid ""
|
55 |
"The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
|
56 |
"code> please.<br />Example: <code>%2$s</code>."
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ossdl-cdn.php:167
|
60 |
msgid "Include directories"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ossdl-cdn.php:170
|
64 |
msgid ""
|
65 |
"Directories to include in static file matching. Use a comma as the "
|
66 |
"delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
|
67 |
"enforced if this field is left empty."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: ossdl-cdn.php:174
|
71 |
msgid "Exclude if substring"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: ossdl-cdn.php:177
|
75 |
msgid ""
|
76 |
"Excludes something from being rewritten if one of the above strings is found "
|
77 |
"in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
|
78 |
"code>, and always include <code>.php</code> (default)."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: ossdl-cdn.php:181
|
82 |
msgid "Additional CNAMES"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ossdl-cdn.php:184
|
86 |
msgid ""
|
87 |
"These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
|
88 |
"be used in place of %1$s for rewriting (in addition to the off-site URL "
|
91 |
"be configured on your CDN.<br />Example: %2$s"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ossdl-cdn.php:188
|
95 |
+
msgid "Skip https URLs to avoid \"mixed content\" errors"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ossdl-cdn.php:192
|
99 |
msgid "Save Changes"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: ossdl-cdn.php:194
|
103 |
msgid ""
|
104 |
"CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
|
105 |
"ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
|
226 |
"writeable and it should be fine."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: wp-cache.php:242 wp-cache.php:258
|
230 |
+
msgid ""
|
231 |
+
"<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
|
232 |
+
"a> explains how to change file permissions."
|
233 |
msgstr ""
|
234 |
|
235 |
#: wp-cache.php:243
|
236 |
+
msgid "Writeable:"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: wp-cache.php:244
|
240 |
msgid "Readonly:"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: wp-cache.php:256
|
244 |
msgid "Warning! %s is writeable!"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: wp-cache.php:257
|
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:267
|
254 |
msgid "Mobile rewrite rules detected"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: wp-cache.php:268
|
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:268
|
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:274 wp-cache.php:285
|
271 |
msgid "Rewrite rules must be updated"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: wp-cache.php:275 wp-cache.php:286
|
275 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: wp-cache.php:276
|
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:277
|
285 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: wp-cache.php:278 wp-cache.php:287
|
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:279
|
295 |
msgid ""
|
296 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
297 |
"WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
|
298 |
"regenerate them by reloading this page."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: wp-cache.php:280
|
302 |
msgid ""
|
303 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
304 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
307 |
"*$</code> add these lines: (do it twice, once for each section)"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: wp-cache.php:293
|
311 |
msgid "Required to serve compressed supercache files properly."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: wp-cache.php:293
|
315 |
msgid ""
|
316 |
"Required to set caching information on supercache pages. IE7 users will see "
|
317 |
"old pages without this module."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: wp-cache.php:293
|
321 |
msgid ""
|
322 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
323 |
"when they refresh or leave comments without this module."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: wp-cache.php:300
|
327 |
msgid "Missing Apache Modules"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: wp-cache.php:301
|
331 |
msgid ""
|
332 |
"The following Apache modules are missing. The plugin will work in legacy "
|
333 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
334 |
"pages or out of date content however."
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: wp-cache.php:459
|
338 |
msgid ""
|
339 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
340 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
341 |
"of the readme file."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: wp-cache.php:550
|
345 |
msgid "WP Super Cache Settings"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: wp-cache.php:561
|
349 |
msgid ""
|
350 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
351 |
"Settings Page by default."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: wp-cache.php:572
|
355 |
msgid ""
|
356 |
"Configuration file changed, some values might be wrong. Load the page again "
|
357 |
"from the \"Settings\" menu to reset them."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: wp-cache.php:597
|
361 |
msgid "Caching must be enabled to use this feature"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: wp-cache.php:615 wp-cache.php:746
|
365 |
msgid "Cancel Cache Preload"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: wp-cache.php:623 wp-cache.php:634
|
369 |
msgid "Scheduled preloading of cache cancelled."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: wp-cache.php:660 wp-cache.php:744
|
373 |
msgid "Preload Cache Now"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: wp-cache.php:664
|
377 |
msgid "Scheduled preloading of cache in 10 seconds."
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: wp-cache.php:669
|
381 |
msgid "Scheduled preloading of cache in %d minutes"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: wp-cache.php:673
|
385 |
msgid ""
|
386 |
"This will cache every published post and page on your site. It will create "
|
387 |
"supercache static files so unknown visitors (including bots) will hit a "
|
389 |
"speed as a metric when judging websites now."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: wp-cache.php:674
|
393 |
msgid ""
|
394 |
"Preloading creates lots of files however. Caching is done from the newest "
|
395 |
"post to the oldest so please consider only caching the newest if you have "
|
396 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: wp-cache.php:675
|
400 |
msgid ""
|
401 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
402 |
"old legacy files for known users, not the preloaded supercache files. This "
|
403 |
"is a recommended setting when the cache is preloaded."
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: wp-cache.php:679
|
407 |
msgid ""
|
408 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
409 |
"minutes.)"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: wp-cache.php:692
|
413 |
msgid "all"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: wp-cache.php:705
|
417 |
msgid "Preload %s posts."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: wp-cache.php:712
|
421 |
msgid ""
|
422 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: wp-cache.php:715
|
426 |
msgid "Send me status emails when files are refreshed."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: wp-cache.php:720
|
430 |
msgid "Many emails, 2 emails per 100 posts."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: wp-cache.php:723
|
434 |
msgid "Medium, 1 email per 100 posts."
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: wp-cache.php:726
|
438 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: wp-cache.php:730
|
442 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: wp-cache.php:731
|
446 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: wp-cache.php:737
|
450 |
msgid "Currently caching from post %d to %d."
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: wp-cache.php:741
|
454 |
msgid "<strong>Page last cached:</strong> %s"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: wp-cache.php:744
|
458 |
msgid "Update Settings"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: wp-cache.php:752
|
462 |
msgid ""
|
463 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
464 |
"your host administrator."
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: wp-cache.php:769 wp-cache.php:865
|
468 |
msgid "Caching"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: wp-cache.php:773
|
472 |
msgid "Cache hits to this website for quick access."
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: wp-cache.php:773 wp-cache.php:774 wp-cache.php:791 wp-cache.php:796
|
476 |
+
#: wp-cache.php:799 wp-cache.php:800 wp-cache.php:813 wp-cache.php:868
|
477 |
msgid "Recommended"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: wp-cache.php:774
|
481 |
msgid "Use mod_rewrite to serve cache files."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: wp-cache.php:775
|
485 |
msgid "Use PHP to serve cache files."
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: wp-cache.php:776
|
489 |
msgid "Legacy page caching."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: wp-cache.php:777
|
493 |
msgid ""
|
494 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
495 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
496 |
"working. New users should use PHP caching."
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: wp-cache.php:783
|
500 |
msgid "Miscellaneous"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: wp-cache.php:789
|
504 |
msgid "Warning! Compression is disabled as gzencode() function not found."
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: wp-cache.php:791
|
508 |
msgid "Compress pages so they’re served more quickly to visitors."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: wp-cache.php:792
|
512 |
msgid ""
|
513 |
"Compression is disabled by default because some hosts have problems with "
|
514 |
"compressed files. Switching it on and off clears the cache."
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: wp-cache.php:796
|
518 |
msgid ""
|
519 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
520 |
"since last requested."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: wp-cache.php:797
|
524 |
msgid ""
|
525 |
"304 support is disabled by default because in the past GoDaddy had problems "
|
526 |
"with some of the headers used."
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: wp-cache.php:799
|
530 |
msgid ""
|
531 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
532 |
"comment\">known users</acronym>."
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: wp-cache.php:800
|
536 |
msgid ""
|
537 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
538 |
"is being generated."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: wp-cache.php:801
|
542 |
msgid ""
|
543 |
"Proudly tell the world your server is Digg proof! (places a message in your "
|
544 |
"blog’s footer)"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: wp-cache.php:807 wp-cache.php:1056 wp-cache.php:1563
|
548 |
msgid "Advanced"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: wp-cache.php:811
|
552 |
msgid "Mobile device support."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: wp-cache.php:812
|
556 |
msgid "Clear all cache files when a post or page is published."
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: wp-cache.php:813
|
560 |
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: wp-cache.php:814
|
564 |
msgid "Only refresh current page when comments made."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: wp-cache.php:815
|
568 |
msgid "List the newest cached pages on this page."
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: wp-cache.php:817
|
572 |
msgid ""
|
573 |
"Coarse file locking. You probably don’t need this but it may help if "
|
574 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
575 |
"in very rare cases!</em>"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: wp-cache.php:819
|
579 |
msgid ""
|
580 |
"Late init. Display cached files after WordPress has loaded. Most useful in "
|
581 |
"legacy mode."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: wp-cache.php:821
|
585 |
msgid "Use object cache to store cached files."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: wp-cache.php:821
|
589 |
msgid "(Experimental)"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: wp-cache.php:828
|
593 |
msgid "Note:"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: wp-cache.php:830
|
597 |
msgid ""
|
598 |
"Uninstall this plugin on the plugins page. It will automatically clean up "
|
599 |
"after itself. If manual intervention is required then simple instructions "
|
600 |
"are provided."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: wp-cache.php:831
|
604 |
msgid ""
|
605 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
606 |
"writeable by the webserver so the files <em>advanced-cache.php</em> and "
|
608 |
"files are writeable too is probably a good idea!)"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: wp-cache.php:832
|
612 |
msgid ""
|
613 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
614 |
"instructions on uninstalling this script. Look for the heading, \"How to "
|
615 |
"uninstall WP Super Cache\"."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: wp-cache.php:833
|
619 |
msgid ""
|
620 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
621 |
"includes installation documentation, a FAQ and Troubleshooting tips. The <a "
|
623 |
"have been answered."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: wp-cache.php:836 wp-cache.php:883
|
627 |
msgid "Update Status"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: wp-cache.php:843
|
631 |
msgid "Accepted Filenames & Rejected URIs"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: wp-cache.php:868
|
635 |
msgid "Caching On"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: wp-cache.php:869
|
639 |
msgid "Caching Off"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: wp-cache.php:870
|
643 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: wp-cache.php:880
|
647 |
msgid ""
|
648 |
"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
|
649 |
"Cached files will be served using those rules. If your site is working ok "
|
651 |
"your install and remove the SuperCache rules."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: wp-cache.php:885
|
655 |
msgid "Cache Tester"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: wp-cache.php:886
|
659 |
msgid "Test your cached website by clicking the test button below."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: wp-cache.php:892
|
663 |
msgid "Fetching %s to prime cache: "
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: wp-cache.php:894 wp-cache.php:902 wp-cache.php:910
|
667 |
msgid "OK"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: wp-cache.php:897
|
671 |
msgid "Fetching first copy of %s: "
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: wp-cache.php:905
|
675 |
msgid "Fetching second copy of %s: "
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: wp-cache.php:913
|
679 |
msgid "One or more page requests failed:"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: wp-cache.php:932 wp-cache.php:933
|
683 |
msgid "Page %d: %d (%s)"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: wp-cache.php:939
|
687 |
msgid "Page 1: %s"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: wp-cache.php:940
|
691 |
msgid "Page 2: %s"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: wp-cache.php:941
|
695 |
msgid "The timestamps on both pages match!"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: wp-cache.php:943
|
699 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: wp-cache.php:950
|
703 |
msgid "Send non-secure (non https) request for homepage"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: wp-cache.php:951
|
707 |
msgid "Test Cache"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: wp-cache.php:955
|
711 |
msgid "Delete Cached Pages"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: wp-cache.php:956
|
715 |
msgid ""
|
716 |
"Cached pages are stored on your server as html and PHP files. If you need to "
|
717 |
"delete them use the button below."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: wp-cache.php:959 wp-cache.php:2093 wp-cache.php:2105 wp-cache.php:2268
|
721 |
msgid "Delete Cache"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: wp-cache.php:963
|
725 |
msgid "Recommended Links and Plugins"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: wp-cache.php:964
|
729 |
msgid ""
|
730 |
"Caching is only one part of making a website faster. Here are some other "
|
731 |
"plugins that will help:"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: wp-cache.php:965
|
735 |
msgid ""
|
736 |
"<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
|
737 |
"server by joining Javascript and CSS files together. Alternatively you can "
|
739 |
"pages. It does not however join JS/CSS files together."
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: wp-cache.php:966
|
743 |
msgid ""
|
744 |
"<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
|
745 |
"Firebug. It analyzes web pages and suggests ways to improve their "
|
747 |
"the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: wp-cache.php:967
|
751 |
msgid ""
|
752 |
"<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
|
753 |
"used Javascript libraries from Google webservers. Ironically it may reduce "
|
754 |
"your Yslow score."
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: wp-cache.php:969
|
758 |
msgid ""
|
759 |
"<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
|
760 |
"Caching and cache-control</a> explains how to make your site more cacheable "
|
761 |
"with .htaccess rules."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: wp-cache.php:970
|
765 |
msgid ""
|
766 |
"<strong>Advanced users only:</strong> Install an object cache. Choose from "
|
767 |
"<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
|
768 |
"\">eAcccelerator</a> and others."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: wp-cache.php:981
|
772 |
msgid "Make WordPress Faster"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: wp-cache.php:982
|
776 |
msgid ""
|
777 |
"%1$s is maintained and developed by %2$s with contributions from many others."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: wp-cache.php:983
|
781 |
msgid "He blogs at %1$s and posts photos at %2$s."
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: wp-cache.php:984
|
785 |
msgid "Please say hi to him on %s too!"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: wp-cache.php:985
|
789 |
msgid "Need Help?"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: wp-cache.php:987
|
793 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: wp-cache.php:988
|
797 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: wp-cache.php:989
|
801 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: wp-cache.php:991
|
805 |
msgid "Rate This Plugin!"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: wp-cache.php:992
|
809 |
msgid ""
|
810 |
"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
|
811 |
"or not. It really helps development."
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: wp-cache.php:1001
|
815 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: wp-cache.php:1002
|
819 |
msgid "Newest Cached Pages:"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: wp-cache.php:1006
|
823 |
msgid "Cached %s seconds ago"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: wp-cache.php:1009
|
827 |
msgid "(may not always be accurate on busy sites)"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: wp-cache.php:1028
|
831 |
msgid ""
|
832 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
833 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
834 |
"regular WordPress plugins."
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: wp-cache.php:1029
|
838 |
msgid ""
|
839 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
840 |
"WordPress actions is required to create them."
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: wp-cache.php:1039
|
844 |
msgid "Available Plugins"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: wp-cache.php:1056
|
848 |
msgid "Easy"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: wp-cache.php:1056
|
852 |
msgid "CDN"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: wp-cache.php:1056
|
856 |
msgid "Contents"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: wp-cache.php:1056
|
860 |
msgid "Preload"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: wp-cache.php:1056
|
864 |
msgid "Plugins"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: wp-cache.php:1056
|
868 |
msgid "Debug"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: wp-cache.php:1091
|
872 |
msgid ""
|
873 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
874 |
"href=\"%s\">the main site</a> of this network."
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: wp-cache.php:1100
|
|
|
|
|
|
|
|
|
|
|
|
|
878 |
msgid "Mod Rewrite Rules"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: wp-cache.php:1106
|
882 |
msgid "WordPress MU Detected"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: wp-cache.php:1106
|
886 |
msgid ""
|
887 |
"Unfortunately the rewrite rules cannot be updated automatically when running "
|
888 |
"WordPress MU. Please open your .htaccess and add the following mod_rewrite "
|
889 |
"rules above any other rules in that file."
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: wp-cache.php:1108
|
893 |
msgid "Mod Rewrite rules cannot be updated!"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: wp-cache.php:1109
|
897 |
msgid ""
|
898 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
899 |
"htaccess for the auto update to work. They look like this and surround the "
|
900 |
"main WordPress mod_rewrite rules:"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: wp-cache.php:1111
|
904 |
msgid "Refresh this page when you have updated your .htaccess file."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: wp-cache.php:1115
|
908 |
msgid "Thank you for upgrading."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: wp-cache.php:1115
|
912 |
msgid ""
|
913 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
914 |
"Unfortunately you must remove the old supercache rules before the new ones "
|
920 |
"brave enough to use them."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: wp-cache.php:1119
|
924 |
msgid "Trailing slash check required."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: wp-cache.php:1119
|
928 |
msgid ""
|
929 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
930 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
933 |
"and add these two rules to the two groups of Super Cache rules:"
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: wp-cache.php:1121
|
937 |
msgid ""
|
938 |
"You can see where the rules go and examine the complete rules by clicking "
|
939 |
"the \"View mod_rewrite rules\" link below."
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: wp-cache.php:1135
|
943 |
msgid "Mod Rewrite rules updated!"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: wp-cache.php:1136
|
947 |
msgid ""
|
948 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
949 |
"verify they are correct. They should look like this:"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: wp-cache.php:1138
|
953 |
msgid "Mod Rewrite rules must be updated!"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: wp-cache.php:1139
|
957 |
msgid ""
|
958 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
959 |
"the necessary mod_rewrite rules. The new rules go above the regular "
|
960 |
"WordPress rules as shown in the code below:"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: wp-cache.php:1144
|
964 |
msgid ""
|
965 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
966 |
"> Click the following link to see the lines added to that file. If you have "
|
967 |
"upgraded the plugin make sure these rules match."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: wp-cache.php:1147
|
971 |
msgid ""
|
972 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
973 |
"rules has been found. This could be simple whitespace differences but you "
|
975 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: wp-cache.php:1150
|
979 |
msgid "View Mod_Rewrite Rules"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: wp-cache.php:1154 wp-cache.php:2384
|
983 |
msgid "Rules must be added to %s too:"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: wp-cache.php:1162
|
987 |
msgid "Gzip encoding rules in %s.htaccess created."
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: wp-cache.php:1169
|
991 |
msgid "Fix Configuration"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: wp-cache.php:1172
|
995 |
msgid "Restore Default Configuration"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: wp-cache.php:1180
|
999 |
msgid ""
|
1000 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: wp-cache.php:1205
|
1004 |
msgid "Lock Down:"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: wp-cache.php:1205 plugins/awaitingmoderation.php:35
|
1008 |
#: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
|
1009 |
msgid "Disabled"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: wp-cache.php:1205 plugins/awaitingmoderation.php:34
|
1013 |
#: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
|
1014 |
msgid "Enabled"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: wp-cache.php:1206
|
1018 |
msgid ""
|
1019 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
1020 |
"down. When this is enabled, new comments on a post will not refresh the "
|
1021 |
"cached static files."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: wp-cache.php:1207
|
1025 |
msgid ""
|
1026 |
"Developers: Make your plugin lock down compatible by checking the "
|
1027 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
1028 |
"respects the WPLOCKDOWN setting."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: wp-cache.php:1209
|
1032 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: wp-cache.php:1213
|
1036 |
msgid ""
|
1037 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
1038 |
"new comments are made."
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: wp-cache.php:1215
|
1042 |
msgid ""
|
1043 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
1044 |
"files as normal."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: wp-cache.php:1218 plugins/searchengine.php:61 plugins/searchengine.php:76
|
1048 |
msgid "Disable"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: wp-cache.php:1218 plugins/searchengine.php:74
|
1052 |
msgid "Enable"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: wp-cache.php:1221
|
1056 |
msgid "Lock Down"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: wp-cache.php:1229
|
1060 |
msgid "Directly Cached Files"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: wp-cache.php:1287
|
1064 |
msgid "%s removed!"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: wp-cache.php:1295 wp-cache.php:1297 plugins/badbehaviour.php:83
|
1068 |
msgid "Warning!"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
+
#: wp-cache.php:1295
|
1072 |
msgid ""
|
1073 |
"You must make %s writable to enable this feature. As this is a security risk "
|
1074 |
"please make it readonly after your page is generated."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: wp-cache.php:1297
|
1078 |
msgid ""
|
1079 |
"%s is writable. Please make it readonly after your page is generated as this "
|
1080 |
"is a security risk."
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: wp-cache.php:1311
|
1084 |
msgid "Existing direct page"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: wp-cache.php:1311
|
1088 |
msgid "Delete cached file"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: wp-cache.php:1316
|
1092 |
msgid "Add direct page:"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: wp-cache.php:1318
|
1096 |
msgid ""
|
1097 |
"Directly cached files are files created directly off %s where your blog "
|
1098 |
"lives. This feature is only useful if you are expecting a major Digg or "
|
1099 |
"Slashdot level of traffic to one post or page."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: wp-cache.php:1320
|
1103 |
msgid ""
|
1104 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1105 |
"about/. The cached file will be generated the next time an anonymous user "
|
1106 |
"visits that page."
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: wp-cache.php:1321
|
1110 |
msgid ""
|
1111 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1112 |
"the cached file."
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: wp-cache.php:1326
|
1116 |
msgid "Update Direct Pages"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: wp-cache.php:1364
|
1120 |
msgid "Expiry Time & Garbage Collection"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: wp-cache.php:1366
|
1124 |
msgid "Expire time:"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: wp-cache.php:1367
|
1128 |
msgid "seconds"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: wp-cache.php:1368
|
1132 |
msgid "Garbage Collection"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: wp-cache.php:1368
|
1136 |
msgid ""
|
1137 |
"If the expiry time is more than 1800 seconds (half an hour), garbage "
|
1138 |
"collection will be done every 10 minutes, otherwise it will happen 10 "
|
1139 |
"seconds after the expiry time above."
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: wp-cache.php:1369
|
1143 |
msgid ""
|
1144 |
"Checking for and deleting expired files is expensive, but it’s "
|
1145 |
"expensive leaving them there too. On a very busy site you should set the "
|
1150 |
"using mod_rewrite or PHP caching."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: wp-cache.php:1370
|
1154 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: wp-cache.php:1371
|
1158 |
msgid "Change Expiration"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: wp-cache.php:1415
|
1162 |
msgid "Rejected User Agents"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: wp-cache.php:1416
|
1166 |
msgid ""
|
1167 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1168 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1169 |
"cached files are still sent to these agents if they already exists."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: wp-cache.php:1423
|
1173 |
msgid "Save UA Strings"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: wp-cache.php:1446
|
1177 |
msgid ""
|
1178 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1179 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1180 |
"complete discussion on each type."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: wp-cache.php:1449
|
1184 |
msgid "Single Posts"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: wp-cache.php:1450
|
1188 |
msgid "Pages"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: wp-cache.php:1451
|
1192 |
msgid "Front Page"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: wp-cache.php:1452
|
1196 |
msgid "Home"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: wp-cache.php:1453
|
1200 |
msgid "Archives"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: wp-cache.php:1454
|
1204 |
msgid "Tags"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: wp-cache.php:1455
|
1208 |
msgid "Category"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: wp-cache.php:1456
|
1212 |
msgid "Feeds"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: wp-cache.php:1457
|
1216 |
msgid "Search Pages"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: wp-cache.php:1459 wp-cache.php:1573
|
1220 |
msgid "Save"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: wp-cache.php:1476
|
1224 |
msgid ""
|
1225 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1226 |
"example, if your URLs include year and you dont want to cache last year "
|
1229 |
"cache that page."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: wp-cache.php:1482
|
1233 |
msgid "Save Strings"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: wp-cache.php:1498
|
1237 |
msgid ""
|
1238 |
"Add here those filenames that can be cached, even if they match one of the "
|
1239 |
"rejected substring specified above."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: wp-cache.php:1504
|
1243 |
msgid "Save Files"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: wp-cache.php:1545
|
1247 |
msgid "Currently logging to: %s"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: wp-cache.php:1548
|
1251 |
msgid ""
|
1252 |
"Fix problems with the plugin by debugging it here. It can log them to a file "
|
1253 |
"in your cache directory."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: wp-cache.php:1552
|
1257 |
msgid "Debugging"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: wp-cache.php:1552 plugins/awaitingmoderation.php:40
|
1261 |
#: plugins/badbehaviour.php:71 plugins/searchengine.php:69
|
1262 |
#: plugins/domain-mapping.php:66
|
1263 |
msgid "enabled"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
+
#: wp-cache.php:1553
|
1267 |
msgid "IP Address"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: wp-cache.php:1553
|
1271 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: wp-cache.php:1554
|
1275 |
msgid "Log level"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: wp-cache.php:1560
|
1279 |
msgid "(1 = less, 5 = more, may cause severe server load.)"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
+
#: wp-cache.php:1563
|
1283 |
msgid ""
|
1284 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1285 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
1287 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: wp-cache.php:1564
|
1291 |
msgid ""
|
1292 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1293 |
"only happen in very rare cases but you can run a simple check once every 5 "
|
1295 |
"emailed if there is a problem."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: wp-cache.php:1566
|
1299 |
msgid "Check front page every 5 minutes."
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: wp-cache.php:1567
|
1303 |
msgid "Front page text"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: wp-cache.php:1567
|
1307 |
msgid ""
|
1308 |
"Text to search for on your front page. If this text is missing the cache "
|
1309 |
"will be cleared. Leave blank to disable."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: wp-cache.php:1568
|
1313 |
msgid "Clear cache on error."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: wp-cache.php:1569
|
1317 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: wp-cache.php:1583
|
1321 |
msgid ""
|
1322 |
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
|
1323 |
"cache."
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: wp-cache.php:1630 wp-cache.php:1796
|
1327 |
msgid "Warning"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: wp-cache.php:1630
|
1331 |
msgid ""
|
1332 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1333 |
"you disable gzip compression."
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: wp-cache.php:1692 wp-cache.php:1697 wp-cache.php:1729 wp-cache.php:1734
|
1337 |
+
#: wp-cache.php:1740
|
1338 |
msgid "Error"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: wp-cache.php:1692
|
1342 |
msgid ""
|
1343 |
+
"Your cache directory (<strong>%1$s</strong>) did not exist and couldn’"
|
1344 |
+
"t be created by the web server. Check %1$s permissions."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: wp-cache.php:1697
|
1348 |
msgid ""
|
1349 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1350 |
"to be writable for this plugin to work. Double-check it."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: wp-cache.php:1729
|
1354 |
msgid ""
|
1355 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1356 |
"writable by the Web server.Please delete it and refresh this page."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: wp-cache.php:1734
|
1360 |
msgid ""
|
1361 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1362 |
"not writable by the Web server.Check its permissions."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: wp-cache.php:1740
|
1366 |
msgid ""
|
1367 |
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
|
1368 |
"installation."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: wp-cache.php:1796
|
1372 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: wp-cache.php:1797
|
1376 |
msgid "1. If it already exists please delete the file first."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: wp-cache.php:1798
|
1380 |
msgid ""
|
1381 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1382 |
"software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
|
1384 |
"again. (Change 777 to 755 in the previous command)"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: wp-cache.php:1799
|
1388 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: wp-cache.php:1800
|
1392 |
msgid ""
|
1393 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1394 |
"em> doesn’t exist:"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: wp-cache.php:1801
|
1398 |
msgid ""
|
1399 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1400 |
"the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
|
1401 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: wp-cache.php:1824
|
1405 |
msgid ""
|
1406 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1407 |
"WordPress to load the code that serves cached pages. Unfortunately it is set "
|
1410 |
"true);</code></p>"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: wp-cache.php:1826
|
1414 |
msgid ""
|
1415 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1416 |
"code> file and I couldn’t modify it."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: wp-cache.php:1827
|
1420 |
msgid ""
|
1421 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1422 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1423 |
"executed</strong> by WordPress core. "
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: wp-cache.php:1831
|
1427 |
msgid ""
|
1428 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1429 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1431 |
"moved up."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: wp-cache.php:1855
|
1435 |
msgid "Cache Contents"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
+
#: wp-cache.php:1858
|
1439 |
msgid "Object cache in use. No cache listing available."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: wp-cache.php:1882
|
1443 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: wp-cache.php:1899
|
1447 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: wp-cache.php:1964
|
1451 |
msgid ""
|
1452 |
"Cache stats are not automatically generated. You must click the link below "
|
1453 |
"to regenerate the stats on this page."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: wp-cache.php:1965
|
1457 |
msgid "Regenerate cache stats"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: wp-cache.php:1967
|
1461 |
msgid "Cache stats last generated: %s minutes ago."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: wp-cache.php:1973
|
1465 |
msgid "WP-Cache"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: wp-cache.php:1974 wp-cache.php:1989
|
1469 |
msgid "%s Cached Pages"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: wp-cache.php:1975 wp-cache.php:1994
|
1473 |
msgid "%s Expired Pages"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
+
#: wp-cache.php:1988
|
1477 |
msgid "WP-Super-Cache"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: wp-cache.php:1998
|
1481 |
msgid "Fresh WP-Cached Files"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
|
1485 |
msgid "URI"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: wp-cache.php:1999 wp-cache.php:2015
|
1489 |
msgid "Key"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
|
1493 |
msgid "Age"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
|
1497 |
msgid "Delete"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: wp-cache.php:2014
|
1501 |
msgid "Stale WP-Cached Files"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: wp-cache.php:2030
|
1505 |
msgid "Fresh Super Cached Files"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: wp-cache.php:2046
|
1509 |
msgid "Stale Super Cached Files"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: wp-cache.php:2062
|
1513 |
msgid "Hide file list"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: wp-cache.php:2064
|
1517 |
msgid "Too many cached files, no listing possible."
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: wp-cache.php:2066
|
1521 |
msgid "List all cached files"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: wp-cache.php:2072
|
1525 |
msgid ""
|
1526 |
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
|
1527 |
"minutes ago<br />"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: wp-cache.php:2073
|
1531 |
msgid "Next GC in <strong>%s</strong> minutes"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: wp-cache.php:2076
|
1535 |
msgid ""
|
1536 |
"Expired files are files older than %s seconds. They are still used by the "
|
1537 |
"plugin and are deleted periodically."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: wp-cache.php:2087
|
1541 |
msgid "Delete Expired"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: wp-cache.php:2105
|
1545 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: wp-cache.php:2244
|
1549 |
msgid "%1$s is Digg proof thanks to caching by %2$s"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: wp-cache.php:2277
|
1553 |
msgid ""
|
1554 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1555 |
"to enable and configure the plugin."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: wp-cache.php:2283
|
1559 |
msgid "Settings"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: wp-cache.php:2293
|
1563 |
msgid ""
|
1564 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1565 |
"page</a> to enable caching."
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: wp-cache.php:2296
|
1569 |
msgid ""
|
1570 |
"Warning! WP Super Cache caching broken! The script advanced-cache.php could "
|
1571 |
"not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
|
1572 |
"and make sure the path to %2$swp-cache-phase1.php is correct."
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: wp-cache.php:2315
|
1576 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: wp-cache.php:2315
|
1580 |
msgid ""
|
1581 |
"Please visit %s to clear the cache as the front page of your site is now "
|
1582 |
"downloading!"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: wp-cache.php:2318
|
1586 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: wp-cache.php:2318
|
1590 |
msgid ""
|
1591 |
"The cache on your blog has been cleared because the front page of your site "
|
1592 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: wp-cache.php:2325
|
1596 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: wp-cache.php:2325
|
1600 |
msgid ""
|
1601 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
1602 |
"correct and missing the text, \"%2$s\"!"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: wp-cache.php:2328
|
1606 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: wp-cache.php:2328
|
1610 |
msgid ""
|
1611 |
"The cache on your blog has been cleared because the front page of your site "
|
1612 |
"is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
|
1613 |
"cleared."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: wp-cache.php:2333
|
1617 |
msgid "[%s] Front page check!"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: wp-cache.php:2333
|
1621 |
msgid ""
|
1622 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
1623 |
"you would like to disable this."
|
1624 |
msgstr ""
|
1625 |
|
1626 |
+
#: wp-cache.php:2376
|
1627 |
msgid "Cannot update .htaccess"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: wp-cache.php:2376
|
1631 |
msgid ""
|
1632 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
1633 |
"Please correct this using the chmod command or your ftp client."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: wp-cache.php:2376
|
1637 |
msgid "Refresh this page when the file permissions have been modified."
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: wp-cache.php:2376
|
1641 |
msgid ""
|
1642 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
1643 |
"add the following code (before any WordPress rules):"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: wp-cache.php:2380
|
1647 |
msgid ""
|
1648 |
"To serve static html files your server must have the correct mod_rewrite "
|
1649 |
"rules added to a file called <code>%s.htaccess</code>"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: wp-cache.php:2381
|
1653 |
msgid "You can edit the file yourself add the following rules."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: wp-cache.php:2382
|
1657 |
msgid " Make sure they appear before any existing WordPress rules. "
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: wp-cache.php:2390
|
1661 |
msgid "Update Mod_Rewrite Rules"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: wp-cache.php:2515
|
1665 |
msgid "[%1$s] Cache Preload Started"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: wp-cache.php:2517
|
1669 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: wp-cache.php:2535
|
1673 |
msgid "[%1$s] Cache Preload Stopped"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: wp-cache.php:2544
|
1677 |
msgid "[%1$s] %2$d posts refreshed"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: wp-cache.php:2544
|
1681 |
msgid "Refreshed the following posts:"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: wp-cache.php:2553
|
1685 |
msgid "Scheduling next preload refresh in %d minutes."
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: wp-cache.php:2563
|
1689 |
msgid "[%s] Cache Preload Completed"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: wp-cache.php:2563
|
1693 |
msgid "Cleaning up old supercache files."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: wp-cache.php:2605
|
1697 |
msgid "[%s] Preload may have stalled."
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: wp-cache.php:2605
|
1701 |
msgid ""
|
1702 |
"Preload has been restarted.\n"
|
1703 |
"%s"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: wp-cache.php:2648
|
1707 |
msgid "Supercache Uninstall Problems"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: wp-cache.php:2648
|
1711 |
msgid ""
|
1712 |
"Dear User,\n"
|
1713 |
"\n"
|