From 0585f8613f04a49219893cd23c15ac207928b004 Mon Sep 17 00:00:00 2001
From: shammash <shammash@autistici.org>
Date: Mon, 10 Oct 2011 21:50:32 +0200
Subject: [PATCH] updated wp-super-cache to 0.9.9.9

---
 .../plugins/wp-super-cache/Changelog.txt      |   90 +
 .../languages/wp-super-cache-de_DE.mo         |  Bin 69020 -> 70830 bytes
 .../languages/wp-super-cache-de_DE.po         | 1246 ++++++-------
 .../languages/wp-super-cache-ja.mo            |  Bin 54379 -> 79297 bytes
 .../languages/wp-super-cache-ja.po            | 1626 +++++++++++------
 .../languages/wp-super-cache-ru_RU.mo         |  Bin 0 -> 75665 bytes
 .../languages/wp-super-cache-ru_RU.po         | 1555 ++++++++++++++++
 .../languages/wp-super-cache-sv_SE.mo         |  Bin 0 -> 57046 bytes
 .../languages/wp-super-cache-sv_SE.po         | 1543 ++++++++++++++++
 .../languages/wp-super-cache-tr_TR.mo         |  Bin 0 -> 70771 bytes
 .../languages/wp-super-cache-tr_TR.po         | 1617 ++++++++++++++++
 .../plugins/wp-super-cache/ossdl-cdn.php      |   20 +-
 wp-content/plugins/wp-super-cache/readme.txt  |   33 +-
 .../wp-super-cache/wp-cache-phase1.php        |   28 +-
 .../wp-super-cache/wp-cache-phase2.php        |   94 +-
 .../plugins/wp-super-cache/wp-cache.php       |   24 +-
 .../plugins/wp-super-cache/wp-super-cache.pot |  654 +++----
 17 files changed, 6947 insertions(+), 1583 deletions(-)
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo
 create mode 100644 wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po

diff --git a/wp-content/plugins/wp-super-cache/Changelog.txt b/wp-content/plugins/wp-super-cache/Changelog.txt
index c4aab3ba5..0a40b8e9c 100644
--- a/wp-content/plugins/wp-super-cache/Changelog.txt
+++ b/wp-content/plugins/wp-super-cache/Changelog.txt
@@ -1,3 +1,93 @@
+2011-01-26 11:42  donncha
+
+	* wp-cache-phase2.php: Remove the 5 second old check on existing
+	  cache files as it may cause problems on pages with frequent
+	  comments
+
+2011-01-25 21:23  donncha
+
+	* ossdl-cdn.php: Add osscdl option to skip https loaded static
+	  content, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-toggle-for-conditional-cdn-for-sites-with-some-ssl-https-content?replies=3
+
+2011-01-25 20:40  donncha
+
+	* wp-cache-phase2.php: If caching disabled leave a html comment at
+	  the end of the page. Remove a caching check that's no longer
+	  needed
+
+2011-01-25 20:27  donncha
+
+	* wp-cache-phase1.php: Make the supercachedir lowercase to avoid
+	  problems with unicode characters. See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-not-deleting-cache-on-comment-post
+	  and
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink
+
+2011-01-18 16:08  donncha
+
+	* readme.txt, wp-cache.php: Added link to
+	  http://codex.wordpress.org/Changing_File_Permissions where
+	  permissions need to be changed, see
+	  http://wordpress.org/support/topic/wp-super-cache-getting-warning-message,
+	  props Samuel B
+
+2011-01-18 15:59  donncha
+
+	* wp-cache-phase1.php: Cache get_current_url_supercache_dir() as
+	  it's called several times during a request.
+
+2011-01-17 16:29  donncha
+
+	* wp-cache.php: Show mod_rewrite rules even when WordPress rules
+	  are not detected.
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-module-is-painful-to-use-if-you-dont-use-htaccess?replies=4#post-1890602
+
+2011-01-17 13:35  donncha
+
+	* wp-cache.php: Show the right url to older MU sites, props Raphaël
+	  Hertzog,
+	  http://twitter.com/#!/raphaelhertzog/statuses/26993300657414145
+
+2011-01-11 11:33  donncha
+
+	* wp-cache-phase2.php: If we're serving a feed we always want to
+	  cache that.
+
+2011-01-10 12:13  donncha
+
+	* languages/wp-super-cache-de_DE.mo,
+	  languages/wp-super-cache-de_DE.po: Updated German translation by
+	  Mathias Roth
+
+2011-01-10 12:09  donncha
+
+	* ossdl-cdn.php: If an image appears more than once on a page serve
+	  it from the same CDN hostname. See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-start-page-and-rejected-user-agent?replies=3
+
+2011-01-07 17:04  donncha
+
+	* wp-cache.php: Make sure to use is_front_page(), the function.
+	  Props Backie.
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-wp_cache_is_home-always-true?replies=2#post-1873743
+
+2011-01-07 12:24  donncha
+
+	* uninstall.php: No need for this uninstall script any more!
+
+2011-01-07 12:20  donncha
+
+	* readme.txt: Bump the tested version
+
+2011-01-07 12:07  donncha
+
+	* readme.txt: Minor typo
+
+2011-01-07 12:02  donncha
+
+	* Changelog.txt: Updated changelog
+
 2011-01-06 17:37  donncha
 
 	* wp-cache.php: Print the text, not __() it, and check if rewrite
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo
index 03b22c42a84c625a98b5fc075e083fed9fad3bd8..bb9ee20b75ad44cd4c78e69fa8095fb00c3e5314 100644
GIT binary patch
delta 10078
zcmbO;n`PZfmil`_EK?a67#I>685m?37#LKz85r&}GBD_ffkYV?R>(3i*f20KtdwP7
z&|zR;cqYrh;LE_kAS}ngzz@<V$G{-Kz`#%_$H0)lz`)QX$H2hNz`*cWj)9?$fq~(@
z90P+r0|P^zJOhI<0|Uc4c?JeP1_p*l@(c_M7#QjqKFTvNXfZG_Oj2NAFlS(3*sH+6
z5XHd2@Ku3<!IXi4AwZFVftQhip-qv2!Ipu6VTuw1LlOf6!zCpKhAajK22*7Q23-aQ
zh6TzD3@Qu^4Cj;?7!(*77(OdAFf3+ZU=UGZU=U(tVA!F;z`)1Iz;IfXfuWRvf#H@K
z149f$Jp)64Is?NC1_p+;>I@9_j0_CZG#D68F)%P((_~=iXJBAhsKvmrhJk^>P@92a
z6$1mqJ#7Ytas~#5P92Ct8Fd*LR2di;Vssf8)`CJnmw{m~0|SGB9s`3OBLl-bJqCsy
z3=9mi1`G^pAae~MA@<jRfx)Vtk%58FkbxnOfq}u(h=HL1<WeIB20;b}22B$N1`Y-W
z25S=r24)5Z1{V_sh6V-(1`nwCNfU^=OC}5q!VC-yPfQpXWEmJ3ewZ*Y@Gvkih?z1l
z$T2W5D4Rlp-pLeVPMIkK!#V~AhALAAhI&w3XqrJZSeQZL*wu`IVFLpLLy;K+LmbEe
za|VV2kk8B+7_>n_YtFzR%D})NZvk<*sRaXrJ_7^85(@?fb_NE9D;AJ6aL0myfs28G
z;e`bxZG5(X=nt`EU=U$oU}&&ps0SyCsg?{3;tUK7CoLg9erO5t*(*y121N!2hCh}J
z3|AN#804%V{Lj{qv?6K)afq)C#7D_C3=EzO3=BfH3=9sSD6wT=XklPrm}|?xP|U!<
zpkxP1aSRO8>>&1t+1EqjPTrn@L4tvS!PTCD!HbcBA<mwGffbbM9T*rm85kJWJ1{V?
zF)%Rfbby4^0S8EspLKww=7$cD#QMR3fkB9YfkDlYfnh%b1B0a_B<O!SGB6l2Ffiyk
zF)%D=U|@)Mf;gPL-kE`6A1HA+GcasoU|_i83<<)17l;d|yD%`U2c>Qoh(!UekklLR
z3Q6TxT_L&Pn=1nY3n)9fL830r4U+A|-60MScZWDE&K+WYp*sUZEdv8XeWg3Zr{CQf
z82lI*82-9L;>O2=f#CwkKo1Dt$P?mocTY&1hj>D=+hI=z21igFdqT|7@`98j23`yd
z(hLj?zEFOq7bHsCycif#85kI5crh^S0ma5YF9wFC3=9mry&+MM=mQCwDj!JVncxE{
zXlDCB3Zm6M3=HWY3w<Cy3h;#_s$^eCInwV738`JakPtcP%fP_I$iQ&U7h>K;KS=p;
z#}5>;^$ZO5{tOHpj0_C#{TUd}g0fEl1A`hP1H-XENF2WnVqj2WWME(nW?;x>WMEJU
zfn=izp$rV+paLlr5<+i685mp{7#JACARcfJgE%NQ43dUA!XOTq1m({KsjFvTU|1f;
zzz_>6`NAMUDjg2Vw+`V947{Mk63)N?DvfiYbW1oSpU)0wU;vffJHsJC>mLEppBTZw
zpv1ty&=$eKAO%Xq5s+MSB!YqA0H_F$fH-7%Bm+bJI|c@ZO_2~EER2GbP}`y)ad|fi
z66BAgAVH=O&A`CT$iUDX&A?E}z`)QS!@$7Az`(#6%fMj3z`(#03rQoku@DQrVj)Fy
zPAnwkX2n8EKDKy>1H|JQ>cItsQar>$-FQeEFpg(n$Yo$)@QG(&2w`Ag*cH#fAkV<S
zz@Nat5X!*7pq~IKYFiT^1(R_iM0`miBz6CS(o9K^kl}*TGD(n-)k|Vv@B$^yq<RL1
zJD}8<#K4fkz`#(N%)qb=R5>I=O032d28KDH+A0NNP<<-IrxQ~lae62fQqrACWdIkw
zH&P)5)3;OxhF}H;2E8;$Hf&0Rgyf+#hy(toL84TyJ{=PDrs)ukUg?nh+>{P6@GX?)
z&VXpt%wS-M1l0i<kkq{>0}|xRGax~_1<K!_0m(IIG8h;%K;=pXB$u#eLW+39Oa=x$
zQ2vk0WMD{RU|{IYgc$TC6H=BlW<h*vn8m=*$iTpmlm+q0lPm@X3s5^D8&W{UW<&I)
zWkd88XEQKZF)%PJ&W1$gy=+Ks_@2$caE*b1fj0-@u_rlT57aX-<w9J}p3A^s4Jx~H
z85jx~7#RF=AqE`CWng&1z`$@b7ZNr5@)#KAGcYiu=0j3HYXJj8I|Bp5>;eXcU7*UU
zkbyy*iGkr>Ap=7d0|UdiVo1;zmM}25gBl<u3=GO3@e&4xAjWzI2B}g=k(yh^z`(`G
z!0@;XlIY%*Ls~G-6_B7iQ~`;CcNLKQ&s)jBaFv09L9mj6;UEJ8!}Cf8hJ~Q)Rs|_?
zy{jSRM^H7yBWcx;D5<Z8Wb6KF1_oJB{-0Y7sf2b{Gcc$#Ffcr<h9nNo8c40EPy<O5
z7B!G;xVVOa;UohC16wTvLk<H2!-ZN%RM^%*N<OzbNG=GigNVo0F)&CnFfgRmF)%oR
zs@*zBZaQ4Yz)%m0lgD+Cl4@5yB(9#;LoE7T&%hAPz`zjK0Ewbq4Gau!3=9lM8z705
zr;&l72-GlXgtQ5_H$qxEtW69IO$-bS`<fUS^cfi#9Ge*!zJS_@EfDdvR!CI6Y-Olt
z=ma$!+87u*K-s08fuWg!fnj?)q$IQMfK(O<9SjVM7#J9ibucj4F)=V?c0y{u72S|Z
z=43ad(s>G{nR*x)G(ioN9*DSS4<tm>dLSOH?SUlL6+QKkY;dCoQctt@LgLuE7ZS%&
zy^tV`>xBeqI+V`uWnehL$iPtE3kea2en=u~?}yZ)NBSX^lkfyc(5p>gV3^3jz~C?e
zl3OlKfHX|**H2(z@MmCPNSO#RV9P{EBKbHG(xPFU#K2(5z`(F!5+vKbngl7RlqW-S
zOUGme22n-^h9i?17`#CR*Az(gtTq)Al2fNbieSlUkPva71_`;sX$%ZEK>2^tGzJDU
zMh1rL=?n~3j0_BmW-u^JV_;yoI}_6OE1AW>Ai&7LaCsI3Ln|W#!;{$z44jM%3|Vs_
zwPndXNMdxF&%m$+R0n_?^$ZLL7eK0M$AysGvvMH=!%+qXhN}x9*?ION28K*VhI)pE
z#S9GR7#J8{ErGan=Tb<m^?WG<Lq8(}1Jg1{OJ&k>28LQj1_pr@kW}8c5>f=uT?wf>
zmal{~*VnFuM3wC-NcMAG1u0=8S3w+-w+fQ~XRQKNcJ&Ml`&L2f?We0Cajw0Zfngh{
zl35MOr_WYH;_S<6NE9%xf%w>J4Wv=YvX+5i5(5K6#ac)kk9!>?zuT^304MISb&xdn
zU>(F^{OcighWL601};$kS6&Y(@$}X+FxY|Gdg~$i{{DIfh5!ZzhVSbk^|{9eh>x>3
zK&sKw4Uk;Ywt;~`m5G62^#+K~E^dP8`??8|_}n%_3aEt5kXlk{3#64?v4w#Fl>QhF
zZDC-T$-ux6yp@4rCj$e++pQ3nF5d=m`TA{;`uyHDaGWtPY=;DS)(%MSDA)l}U%3Mk
zQjI$xA<(x267<V=Fo2umdv-uP_IC%Q$0fRxp`O8nfq~)QP6h@e1_lP>T?`B>Kqb{K
zhynb&A&Es}Hv_{xQ01`)5_E5%^p8CZ3|ko(7+Cf~(!{R4kcP?0y$}aG?}K#JQul!?
z8-~04z;0)Fw2y%yh=GA&*8X}(kiOjyDImV@hw%9hFfhz!U|^6q04dA29DvjbyAMEu
zRNx>3!z%^`2Cah-eWHgTX+`G{1H%Lc1_rA`kf=F*2$H=&9D;<H!(m7f?{*kc&g9h}
zhLpv<hao|;_AtbNqlXz7o-;5ogdJgE*vP=ZV0RQ^@rR?3BAV+Mq)1jc21(`G#~}IN
z{ul#81p@;^_c2JF!g3rEg<8iUAsl%eqQB=jBt+^L9cN$&Wn^GjejF0Ce@`$lB!k*?
zCm9$HF)%RXo`jU)2B#pkW5Q_$hH_AOaR%b>$7dNB0vQ<?n9ngV^e{3ogr0{u?9l~C
z?s$6vk_HklGB9{BFff!|gcQm9FM<oUdWJg}Awev52@>?OP+I*G#K(r0AO(r{B}o3=
zd<l}u??crwUxq{h?`23XQMn8$+ubiix?ts(Ax$^)D-7VY=6MAYB6U|l9;jzvSbGJM
zZ_i#~V0gs9!0`VHBzrx&3K=-~d=+8=+jU4EPxd;*p~2T7sXF#Lq=hu^Is-!rBLjoN
z4M+*vdK1z*mbt~i;0&saZb5QK@-2u13vMwmIDqp1f?Es>a~T;J9^QhuwEhkxDkehd
zxpyETwDJxl=r-J801rr<y~Dr|0qV!!g~avcyAb}*yO5$b=pF+@H7F6^hcxk~+=pb-
z-%y(Q0RuxlsMpK=01`(k4<JEk`GA4J2h@Fjz`!8I$iT4j0Ry=If8-$p1E{}X`Uq0u
zsXT^^h-`lhaaht5NWoM81QLQ5o<KtC;S-4b>nD&(j^in$b?y3;p&s02TJ{vuGI{fq
z0o*pze+H@7gP%cyKK~g5gA1rf^9<4?JN*n2hhEPit=Y=wkhop;9MV#{{TyPk+Y3l)
z4|o9y*)%9!@dA?lx?a>nDxH-tAO>E40f`&7myqh!>?I^_i(W!f^%to4|Cf-oVEqcx
z;wgLu2{EnLkTIe1*O2ny(rZXN;K6H1(f;{0q(x=)22u_8)xUuR&H6VC47V8=7|y(b
z6c8)kLWA%vB+)#43+ZgWdkYBxw|9{8;wUIS7#SGuzJoNW?!AW;Tr)o~F!X^&$38+@
z$45Rw2DN-XF))NMF))aKW?*Oo)&DtPA^H9DS4fc<{teO+TJ?>AVKO5F!@X~i?s?G<
z1_oC~1_p_r5cP4tAO;-z1u0lOe?#KF<~O7kJ^P!1;WGmR!^Pi_Ty^vh1H)<t28I=X
zAt4j;4;;ny3`ze$`H+F34kExX?;k|Lu78l8%ZY!Gj>yM<kRVt34{0An{D*{G@qb7=
zf5LxA+0V_u$iTwLz|hLT2=-wYBO`beO^}HZJn$&R#0Vaw(qsaO*E28}GBJYtZdOc;
z;I35!6C=18zKMyE;XSBH#l#4%oK7(_f(I)9GBbh)l{8ow!P#pq3&dbeRz`4kv|wcf
zw~{BaGJ-oYH&_|Lm5mo0Bf~M!U=$l8cziI0osl60H2$Z=!N?%U$iUFf$q4Rj&g5bQ
z4@jDEGlDx5@;r>-F4#dHMsU;2nU@hf+;)qX5gf-{e2fgo85kI5@-Z^VF*7hE@-u>S
zOM?(2cpTuU5F>bW?S&8{c#w-hn32JZfq_9%n316#G`tod3{g-d%m^+byM!6RL#_LT
z8NvPfzfiuO2qdI(L>R$?O<f|4;IZC*5k~MR*=!L|kTNhV6=7sxWPns;pvEm|3=q^v
z1$D<j<Afm3MuQZ9#(zKs3}~1YR1nPr4VghCz+<>SKqF&NJ}9+DF+%$ZP%%(H4m3;+
z>N9|vU{^pKP~VXek{v;#p&*xl`h_4V(9j!bWYh+#A7nq+r<za!PzqlH>ZyR@38Vuw
z2mzG?ao;jPdOn~*Mo_OABnBF2jEAa;VT5!_BcXhdJP3oveO;hpQ$T~#p!OoDvkNN!
zLHQn}2-KC5U}Ru;4dNhS&^R5a+vN>40MyC+#K6Fy!^psJ6EvvE$iQI8$iScl8aoCx
z!5JACSfOe`(F+<c0CnR)BdnmR8Z@#3>OVdM<$q8=4K%0>v(FARVh!bh29>u%*&qtk
zJqL~TgV_H;qoNFu_Mb2#1A{o!LQvP7nGsTtfO<R%jF1r&kRA{QHD+o+3{V>bR0@N}
zb;6;VK?Q^pBLhP`XdIt`fkA3=qL^?!sD)?22x(53fa*!8c2IXC49W&kpizC$kR^x>
z8a3JtVlY4|V-Qo4k%7SzY7=NY4K&;t1nTmDMuwr{p#CvPEeQ88Ffb&5x+vM8@eYs(
z0|Ucm(9k1ju#N#z?tz4j7$NOv5PJ`36dA-|fK<vCp=>!u1_lR428Iuy{xkyv!*!_m
zU(kplBV^PWBm^3&3}9qn;Ae!iFu_R_RQG`fSwUl8AVr|@5KucAG@){Wfq_Aq5mMTN
z<Uk{Qpz+bKp!PB&14B2cea!%A8Q6k`FBu`j7NAC+7$c;&2%5M7^&Ua`K~o)|q3c^9
z4g&*23n+<#h7Uk|bw)@j?+6Vp(0mC<95jjm8j1jop@lI*#?<^7AuY$>43H`aG@}4g
z3&Nn8BVVW)pwS{wCqSDKQb~j4%^4xh(`}$63hMuU2MxZ1WEdc=Ku~WWmXU!Wm=V$q
z1r5%F#!f)x8fexhlL0c@0~**>g<9ms$iVObG&m3CgQh;@p={8M6Ucbb%u)zc3{+Up
z0);<l{0lVWW6B6=5rSHCAjO~=0?@<^Xlw(-7hz;zFo0?X@n3@CnvsFwBghw^;YQG)
z4I=}CGE@y{hypZj3Q`N|ZGdRdVBKR7gMoozI+(79G$TPRId?_|h6qLmhM!;w2+<14
zNTA6(Mo0s@3pDTo8cP99)PPC}h%)db-gyQ{Lk=ng9>j&Qe=$Htp+S7m^cQHl0@U%p
z1d4x<U_NM!iviLH2F>h&=DI*5`JhpLko*w_Nb~Y31EeJZ>g|Ji79hEmpqW4h25@Zw
znhgYvB7??9L2@7r8go4j>Q6C12I)Xz8jO%x$;`<h9;lpSU|=X=fHX%yqehC1kRgj1
zpr$GV14AIF?+jH7n##Nj8rB5$4jCbBC#V!dBB-Ycje`3iM>9fN7KcHl&Ex_x7E#dH
za0XO4XjbMM0|SF7Otv00cLo|e0Sy*{6j?*f0@cAFK4>ry)Q@+Dii5;J_zY+!3)BSy
zaiAD9p$MAAybR@o#`{6TF`%v&s59ch$iVOhDhH*Q800pa%DQq+R&Wwk&PdEl&&*4Y
zcgxI4jSomI%FQe;&dkp%R<aAp$ShVUNK8+iyk1LGG8v>WRUs`iCsm;Up-hiqa=(Jf
z<oan+n|G)!5lBodN>wN>$uCMxQOM6zsLU@dQYcO>DoZU=NGw*!D9O!HNX$!72=E91
zn^df);F$(erI44JnxasWuaJ_OlUkChP?C|Ft58}DW+)_;mXze@DI}%l<d^Gh_A@VG
zW6#ekNzE%Mo_xU8)=ssU!6h}ZNFlU1wMd7HD?C6UxU?X(NWnQVIU`k}Jh51zC^a{~
zEHy<TttdYiWLuF!Qciw4$Xtbz$r~?;)N^G*-Kv*Sl9-&FT3oD9o?4Wuke6Sg$Hf(p
zlbTqZs*swJSpssHLRx-KPJVf2UOLzhU=KlT0Lv!lr=)TvrIwVZrsgTAJGr`h`YD75
zfSm+(kvdp|x~rcHT-X!jQguBAs6|PM$=Rg^V8g({ot9ZtT%yRurCQ9z6_lEuSd>z%
zgYM0MoYM5nJg&)%U80i}k_9H`tMg6%YpcTpwlYN_ATd3)c(bCN4cq2qmorR`t`#Lk
zi3%C{xv8KCR!GiBP0lXXQ_u)YEvi(=Pfkt*rGdnpoJvq+78E0?Oia$m%uCmttmnRR
z^9T2<+?!29?AbPdjOydl&CV=P$S5f(C{_p!@+k(zW@1@>W{QGRZe~Slib66Z(v%cZ
zi;D7#HrHf2Gs=R4B^l&>h0wgryyB9?oE(LKqWq+s)ZF69`?CBe%V+o2+axMv6s4xw
zDybT(6f4;|yZ9*tSLP)vgyiSv*ytzPDHMQxuTY+ulcSK4np2=qT9A{Um;#O;utOYk
z6RYy`6oQTQopbU_Q__m^^GXylAxW=1zceRBp(wE=Bee(=;|eLM1*v)9^qXIlnVy-K
zpioenlcT2)oC-;g2<I4qoCCGIxU`@kzo<kZEx)KV7wjsi`5B32sS1gCl?sKWsYRKo
z#R`c@`K6$g1j=4uhi_h%{f@gH?*9^S#skZMGEqrJD%69J?5L;USpxBDVrfZ!ZemGh
zGB~D^b5axY6iN#e64Odjixe_Tic@paz!@wzF|RZ+M<Fw>1e6u?N;32F6f!~CqOdd*
zlv7JGQu7oPiZgQya#9sQu~1Z+3{q6A0Lsn<Mfqi!DXA%&Czh)TP2SVlEMll@V5Dng
ztYBzvWom9^Vy10iU^UslOF{)AVWMDYW@TceZD43%z~z%zT%sFNl$ckXlUR~pWTmiq
zL)U6<P|;HlDp9Z(JuaE4#i<IxshK6I;E+r$%Fa2wq^Lwkp*%BH!6mUIHB&dLG`%P@
zEv>jHH94asRUtj~@RGcg)S?nl&P_?pQ^-ENEiW%MPeH>qFFhx-I5|U8j{zQYpkz9E
zj)MB;`f2Ng>)lhqNiYR!Wgg6k#L_f{l+?_;)LeyNP{<W2B<2(=c!c=+=qi*#iZNZV
zV^Z@J(o>5IQZth?Qj1FT6v9*U@)TT36^b)c6><)5D^3OlaBk`0`6W6Ed8H*)sR|$$
zIzh^{46e-7B85^=iKaJMXH^Vi>E_N=+3f6|c^Qd0C8?7?Z}hKMEoSh^OifBHQgBKI
z8-T5(D=kV%RVd5PgSpuWRLG^~m87K><(23tB!aZ3WTq<Q=BLCLrIr_EmZT~amFA=t
zgNi?}KZ_I)1z=ugat5gMbIL3!sZUi%N=+<E0!4^IT7G(JUJ5iCz~KP(BG^;TpyIEp
z92DTV%0E!hp_G51{I9O35So{wkd#?clB$qeR9vC}aw<4<6^gCF0h<Rc1AQ|~6w-=P
zOY>54K;pRy?nR}C=Mz;VI&D%F^MOQ&LOM#UZ%*0thi!BE&H!d*NZ}Y<l2}wy4DxZF
zt~0EB3@*tpC@4|LoGf!pLIgzxtX$l-=ho(vdnNcbx1V{<zM1o?E!$@I+q1as4$nzS
zEh;W3%FIhIK`tdrb1}+Cx73WB)FOqdQiZbAqTJNXl+?V<51v&rsurXcffFjMgapM(
zX0C!uDk#q;=Hz6i7NzD*4tr5K`R<Ep^@+s_@br#aaO%PfPDr((P@Y+o0**a!ctZ=%
zs!|24#U?1F78REq-cwSQnx~^s4o&Mhkn~xWpR3?sl%APapO{kx$)XCSd5K9GhnM7~
zXQnG8Wfqs{DfocO!4wo1;w?)N)>M^(5=L=qt^(BUnMI)FSe}}boRO;FR+N~Ynx~MF
zSX{EX;N=<KdX%tH0NDuB2FfNyP(zA!!%~aN6LU&R^V0PcT#KOrl9-g5sQ@cvi<2`H
zGQdTsLUCqthC*U#TG8PprManj(EOg7nWq3MX;X7RvFDnZmtK^qm6oQEcX(S#X1YRV
xafyyXdS+6ILTa%>YGz&<DAg-C=9Q;r7MJFwr*5|V9wNpWoSI#lmy(*t007s#y<-3X

delta 8257
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
Il+-*10MD;J8~^|S

diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
index 5531d4c1d..f2f9c66a2 100644
--- a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
@@ -7,9 +7,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: wp-super-cache 1.2\n"
 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
-"POT-Creation-Date: 2010-12-09 13:32+0000\n"
-"PO-Revision-Date: 2010-12-09 22:00+0100\n"
-"Last-Translator: Mathias Roth <mroth@trade-service.eu>\n"
+"POT-Creation-Date: 2011-02-23 17:57:46+00:00\n"
+"PO-Revision-Date: 2011-02-24 16:42+0100\n"
+"Last-Translator: \n"
 "Language-Team: Blog-Lounge.org <support@trade-service.eu>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,166 +19,86 @@ msgstr ""
 "X-Poedit-Country: GERMANY\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ossdl-cdn.php:133
-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>."
-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."
-
-#: ossdl-cdn.php:134
-#, php-format
-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."
-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."
-
-#: ossdl-cdn.php:135
-msgid "You can define different CDN URLs for each site on a multsite network."
-msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
-
-#: ossdl-cdn.php:143
-msgid "Enable CDN Support"
-msgstr "Aktiviere  CDN Support"
-
-#: ossdl-cdn.php:146
-msgid "Off-site URL"
-msgstr "Off-site URL"
-
-#: ossdl-cdn.php:149
-#, php-format
-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>."
-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>."
-
-#: ossdl-cdn.php:153
-msgid "Include directories"
-msgstr "Schließe Verzeichnisse mit ein"
-
-#: ossdl-cdn.php:156
-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."
-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."
-
-#: ossdl-cdn.php:160
-msgid "Exclude if substring"
-msgstr "Verbergen falls Substring"
-
-#: ossdl-cdn.php:163
-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)."
-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)."
-
-#: ossdl-cdn.php:167
-msgid "Additional CNAMES"
-msgstr "Weitere CNAMES"
-
-#: ossdl-cdn.php:170
-#, php-format
-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"
-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"
-
-#: ossdl-cdn.php:175
-msgid "Save Changes"
-msgstr "Änderungen speichern"
-
-#: ossdl-cdn.php:177
-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>"
-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>."
-
-#: plugins/awaitingmoderation.php:4
-msgid "Your comment is awaiting moderation."
-msgstr "Dein Kommentar wird vor der Freigabe moderiert."
+#: plugins/badbehaviour.php:47
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
 
-#: plugins/awaitingmoderation.php:32
-msgid "Awaiting Moderation"
-msgstr "Wartet auf Freigabe "
+#: plugins/badbehaviour.php:63
+msgid "Bad Behavior"
+msgstr "Schlechtes Verhalten (Bad Behavior)"
 
-#: plugins/awaitingmoderation.php:34
 #: plugins/badbehaviour.php:65
+#: plugins/awaitingmoderation.php:34
 #: plugins/domain-mapping.php:60
-#: wp-cache.php:1169
+#: wp-cache.php:1205
 msgid "Enabled"
 msgstr "Aktiviert"
 
-#: plugins/awaitingmoderation.php:35
 #: plugins/badbehaviour.php:66
+#: plugins/awaitingmoderation.php:35
 #: plugins/domain-mapping.php:61
-#: wp-cache.php:1169
+#: wp-cache.php:1205
 msgid "Disabled"
 msgstr "Deaktiviert"
 
-#: plugins/awaitingmoderation.php:36
-msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
-msgstr "Aktiviert oder deaktiviert: Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt. "
+#: plugins/badbehaviour.php:68
+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/\") "
+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/\") "
 
-#: plugins/awaitingmoderation.php:40
 #: plugins/badbehaviour.php:71
-#: plugins/domain-mapping.php:66
+#: plugins/awaitingmoderation.php:40
 #: plugins/searchengine.php:69
-#: wp-cache.php:1528
+#: plugins/domain-mapping.php:66
+#: wp-cache.php:1552
 msgid "enabled"
 msgstr "aktiviert"
 
-#: plugins/awaitingmoderation.php:42
 #: plugins/badbehaviour.php:73
-#: plugins/domain-mapping.php:68
+#: plugins/awaitingmoderation.php:42
 #: plugins/searchengine.php:67
+#: plugins/domain-mapping.php:68
 msgid "disabled"
 msgstr "deaktiviert"
 
-#: plugins/awaitingmoderation.php:43
-#, php-format
-msgid "Awaiting Moderation is now %s"
-msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
+#: plugins/badbehaviour.php:74
+msgid "Bad Behavior support is now %s"
+msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
 
-#: plugins/awaitingmoderation.php:45
 #: plugins/badbehaviour.php:76
+#: plugins/awaitingmoderation.php:45
 #: plugins/domain-mapping.php:71
 msgid "Update"
 msgstr "Aktualisieren"
 
-#: plugins/badbehaviour.php:47
-msgid "Bad Behaviour not found. Please check your install."
-msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
-
-#: plugins/badbehaviour.php:63
-msgid "Bad Behavior"
-msgstr "Schlechtes Verhalten (Bad Behavior)"
-
-#: plugins/badbehaviour.php:68
-#, php-format
-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/\") "
-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/\") "
-
-#: plugins/badbehaviour.php:74
-#, php-format
-msgid "Bad Behavior support is now %s"
-msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
-
 #: plugins/badbehaviour.php:83
-#: wp-cache.php:1259
-#: wp-cache.php:1261
+#: wp-cache.php:1295
+#: wp-cache.php:1297
 msgid "Warning!"
 msgstr "Warnung!"
 
-#: plugins/domain-mapping.php:58
-msgid "Domain Mapping"
-msgstr "Domain-Mapping"
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Dein Kommentar wird vor der Freigabe moderiert."
 
-#: plugins/domain-mapping.php:63
-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."
-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."
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "Wartet auf Freigabe "
 
-#: plugins/domain-mapping.php:69
-#, php-format
-msgid "Domain Mapping support is now %s"
-msgstr "\"Domain Mapping\"-Support ist %s. "
+#: plugins/awaitingmoderation.php:36
+msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
+msgstr "Aktiviert oder deaktiviert: Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt. "
 
-#: plugins/domain-mapping.php:83
-msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
-msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
+#: plugins/awaitingmoderation.php:43
+msgid "Awaiting Moderation is now %s"
+msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
 
 #: plugins/searchengine.php:61
 #: plugins/searchengine.php:76
-#: wp-cache.php:1182
+#: wp-cache.php:1218
 msgid "Disable"
 msgstr "Deaktiviere"
 
 #: plugins/searchengine.php:71
-#, php-format
 msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
 msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-Plugin ist %s. "
 
@@ -187,1401 +107,1441 @@ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsad
 msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
 
 #: plugins/searchengine.php:74
-#: wp-cache.php:1182
+#: wp-cache.php:1218
 msgid "Enable"
 msgstr "Aktiviere"
 
-#: wp-cache.php:91
-#, php-format
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr "Domain-Mapping"
+
+#: plugins/domain-mapping.php:63
+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."
+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."
+
+#: plugins/domain-mapping.php:69
+msgid "Domain Mapping support is now %s"
+msgstr "\"Domain Mapping\"-Support ist %s. "
+
+#: plugins/domain-mapping.php:83
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
+
+#: ossdl-cdn.php:146
+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>."
+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."
+
+#: ossdl-cdn.php:147
+#: wp-cache.php:968
+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."
+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."
+
+#: ossdl-cdn.php:148
+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."
+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."
+
+#: ossdl-cdn.php:149
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
+
+#: ossdl-cdn.php:157
+msgid "Enable CDN Support"
+msgstr "Aktiviere  CDN Support"
+
+#: ossdl-cdn.php:160
+msgid "Off-site URL"
+msgstr "Off-site URL"
+
+#: ossdl-cdn.php:163
+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>."
+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>."
+
+#: ossdl-cdn.php:167
+msgid "Include directories"
+msgstr "Schließe Verzeichnisse mit ein"
+
+#: ossdl-cdn.php:170
+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."
+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."
+
+#: ossdl-cdn.php:174
+msgid "Exclude if substring"
+msgstr "Verbergen falls Substring"
+
+#: ossdl-cdn.php:177
+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)."
+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)."
+
+#: ossdl-cdn.php:181
+msgid "Additional CNAMES"
+msgstr "Weitere CNAMES"
+
+#: ossdl-cdn.php:184
+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"
+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"
+
+#: ossdl-cdn.php:188
+msgid "Skip https URLs to avoid \"mixed content\" errors"
+msgstr "Überspringt https URLs um \"mixed content\" Fehler zu vermeiden"
+
+#: ossdl-cdn.php:192
+msgid "Save Changes"
+msgstr "Änderungen speichern"
+
+#: ossdl-cdn.php:194
+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>"
+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>."
+
+#: wp-cache.php:99
 msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
 msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
 
-#: wp-cache.php:151
+#: wp-cache.php:162
 msgid "Warning! PHP Safe Mode Enabled!"
 msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
 
-#: wp-cache.php:152
+#: wp-cache.php:163
 msgid "You may experience problems running this plugin because SAFE MODE is enabled."
 msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
 
-#: wp-cache.php:156
+#: wp-cache.php:167
 msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
 msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
 
-#: wp-cache.php:157
-#, php-format
+#: wp-cache.php:168
 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."
 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>."
 
-#: wp-cache.php:159
+#: wp-cache.php:170
 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."
 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."
 
-#: wp-cache.php:165
+#: wp-cache.php:176
 msgid "Permlink Structure Error"
 msgstr "Fehler in Permalink-Struktur"
 
-#: wp-cache.php:166
+#: wp-cache.php:177
 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."
 msgstr "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu <a href=\"options-permalink.php\">Einstellungen &#62; Permalinks</a> um deine Permalinks zu konfigurieren."
 
-#: wp-cache.php:178
-#, php-format
+#: wp-cache.php:189
 msgid "Warning! Your hostname \"%s\" resolves to %s"
 msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
 
-#: wp-cache.php:179
-#, php-format
+#: wp-cache.php:190
 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."
 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."
 
-#: wp-cache.php:180
-#: wp-cache.php:194
-#, php-format
+#: wp-cache.php:191
+#: wp-cache.php:205
 msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
 msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
 
-#: wp-cache.php:193
+#: wp-cache.php:204
 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."
 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."
 
-#: wp-cache.php:208
+#: wp-cache.php:219
 msgid "Cannot continue... fix previous problems and retry."
 msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
 
-#: wp-cache.php:217
+#: wp-cache.php:228
 msgid "Zlib Output Compression Enabled!"
 msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
 
-#: wp-cache.php:218
+#: wp-cache.php:229
 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."
 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."
 
-#: wp-cache.php:222
+#: wp-cache.php:233
 msgid "Mod rewrite may not be installed!"
 msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
 
-#: wp-cache.php:223
+#: wp-cache.php:234
 msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;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."
 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."
 
-#: wp-cache.php:228
+#: wp-cache.php:239
 msgid "Read Only Mode. Configuration cannot be changed."
 msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
 
-#: wp-cache.php:229
-#, php-format
+#: wp-cache.php:240
 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."
 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."
 
-#: wp-cache.php:230
+#: wp-cache.php:241
 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&#8217;s globally writeable and it should be fine."
 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."
 
-#: wp-cache.php:231
+#: wp-cache.php:242
+#: wp-cache.php:258
+msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
+msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">Diese Seite</a> erklärt, wie Datei-Zugriffsrechte geändert werden können (Englisch)."
+
+#: wp-cache.php:243
 msgid "Writeable:"
 msgstr "Beschreibbar: "
 
-#: wp-cache.php:232
+#: wp-cache.php:244
 msgid "Readonly:"
 msgstr "Nur Leserechte: "
 
-#: wp-cache.php:244
-#, php-format
+#: wp-cache.php:256
 msgid "Warning! %s is writeable!"
 msgstr "Warnung! %s ist beschreibbar!"
 
-#: wp-cache.php:245
-#, php-format
+#: wp-cache.php:257
 msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
 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:"
 
-#: wp-cache.php:253
+#: wp-cache.php:267
 msgid "Mobile rewrite rules detected"
 msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
 
-#: wp-cache.php:254
+#: wp-cache.php:268
 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."
 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."
 
-#: wp-cache.php:254
+#: wp-cache.php:268
 msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
 msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
 
-#: wp-cache.php:260
-#: wp-cache.php:271
+#: wp-cache.php:274
+#: wp-cache.php:285
 msgid "Rewrite rules must be updated"
 msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
 
-#: wp-cache.php:261
-#: wp-cache.php:272
+#: wp-cache.php:275
+#: wp-cache.php:286
 msgid "The rewrite rules required by this plugin have changed or are missing. "
 msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
 
-#: wp-cache.php:262
+#: wp-cache.php:276
 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):"
 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):"
 
-#: wp-cache.php:263
+#: wp-cache.php:277
 msgid "Set the plugin to legacy mode and enable mobile support."
 msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
 
-#: wp-cache.php:264
-#: wp-cache.php:273
+#: wp-cache.php:278
+#: wp-cache.php:287
 msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
 msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
 
-#: wp-cache.php:265
-#, php-format
+#: wp-cache.php:279
 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."
 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."
 
-#: wp-cache.php:266
-#, php-format
+#: wp-cache.php:280
 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)"
 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)"
 
-#: wp-cache.php:279
+#: wp-cache.php:293
 msgid "Required to serve compressed supercache files properly."
 msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
 
-#: wp-cache.php:279
+#: wp-cache.php:293
 msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
 msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
 
-#: wp-cache.php:279
+#: wp-cache.php:293
 msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
 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."
 
-#: wp-cache.php:286
+#: wp-cache.php:300
 msgid "Missing Apache Modules"
 msgstr "Fehlende Apache-Module"
 
-#: wp-cache.php:287
+#: wp-cache.php:301
 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."
 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."
 
-#: wp-cache.php:438
+#: wp-cache.php:459
 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."
 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."
 
-#: wp-cache.php:529
+#: wp-cache.php:550
 msgid "WP Super Cache Settings"
 msgstr "WP-Super-Cache Einstellungen"
 
-#: wp-cache.php:540
+#: wp-cache.php:561
 msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
 msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
 
-#: wp-cache.php:551
+#: wp-cache.php:572
 msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
 msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
 
-#: wp-cache.php:571
-#: wp-cache.php:645
+#: wp-cache.php:597
 msgid "Caching must be enabled to use this feature"
 msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
 
-#: wp-cache.php:573
-msgid "Cache Tester"
-msgstr "Cache-Tester"
-
-#: wp-cache.php:574
-msgid "Test your cached website by clicking the test button below."
-msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
-
-#: wp-cache.php:581
-#, php-format
-msgid "Fetching %s to prime cache: "
-msgstr "Lädt %s um den Cache zu priorisieren: "
-
-#: wp-cache.php:583
-#: wp-cache.php:590
-#: wp-cache.php:597
-msgid "OK"
-msgstr "OK"
-
-#: wp-cache.php:588
-#, php-format
-msgid "Fetching first copy of %s: "
-msgstr "Lädt die erste Kopie von %s: "
-
-#: wp-cache.php:595
-#, php-format
-msgid "Fetching second copy of %s: "
-msgstr "Lädt die zweite Kopie von %s: "
-
-#: wp-cache.php:601
-msgid "One or more page requests failed:"
-msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
-
-#: wp-cache.php:620
-#: wp-cache.php:621
-#, php-format
-msgid "Page %d: %d (%s)"
-msgstr "Seite %d: %d (%s)"
-
-#: wp-cache.php:627
-#, php-format
-msgid "Page 1: %s"
-msgstr "Seite 1: %s"
-
-#: wp-cache.php:628
-#, php-format
-msgid "Page 2: %s"
-msgstr "Seite 2: %s"
-
-#: wp-cache.php:629
-msgid "The timestamps on both pages match!"
-msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
-
-#: wp-cache.php:631
-msgid "The pages do not match! Timestamps differ or were not found!"
-msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
-
-#: wp-cache.php:637
-msgid "Send non-secure (non https) request for homepage"
-msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
-
-#: wp-cache.php:638
-msgid "Test Cache"
-msgstr "Cache testen"
-
-#: wp-cache.php:663
-#: wp-cache.php:794
+#: wp-cache.php:615
+#: wp-cache.php:746
 msgid "Cancel Cache Preload"
 msgstr "Cache-Preload abstellen"
 
-#: wp-cache.php:671
-#: wp-cache.php:682
+#: wp-cache.php:623
+#: wp-cache.php:634
 msgid "Scheduled preloading of cache cancelled."
 msgstr "Planmässiges Vorladen des Cache abgebrochen."
 
-#: wp-cache.php:708
-#: wp-cache.php:792
+#: wp-cache.php:660
+#: wp-cache.php:744
 msgid "Preload Cache Now"
 msgstr "Cache jetzt vorladen"
 
-#: wp-cache.php:712
+#: wp-cache.php:664
 msgid "Scheduled preloading of cache in 10 seconds."
 msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
 
-#: wp-cache.php:717
-#, php-format
+#: wp-cache.php:669
 msgid "Scheduled preloading of cache in %d minutes"
 msgstr "Planmässiges Vorladen des Cache in %d Minuten"
 
-#: wp-cache.php:721
+#: wp-cache.php:673
 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."
 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."
 
-#: wp-cache.php:722
+#: wp-cache.php:674
 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."
 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."
 
-#: wp-cache.php:723
+#: wp-cache.php:675
 msgid "In &#8217;Preload Mode&#8217; 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."
 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."
 
-#: wp-cache.php:727
-#, php-format
+#: wp-cache.php:679
 msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
 msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
 
-#: wp-cache.php:740
+#: wp-cache.php:692
 msgid "all"
 msgstr "Alle"
 
-#: wp-cache.php:753
-#, php-format
+#: wp-cache.php:705
 msgid "Preload %s posts."
 msgstr "Lade %s Beiträge vorab."
 
-#: wp-cache.php:760
+#: wp-cache.php:712
 msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
 msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
 
-#: wp-cache.php:763
+#: wp-cache.php:715
 msgid "Send me status emails when files are refreshed."
 msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
 
-#: wp-cache.php:768
+#: wp-cache.php:720
 msgid "Many emails, 2 emails per 100 posts."
 msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
 
-#: wp-cache.php:771
+#: wp-cache.php:723
 msgid "Medium, 1 email per 100 posts."
 msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
 
-#: wp-cache.php:774
+#: wp-cache.php:726
 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
 msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
 
-#: wp-cache.php:778
-#, php-format
+#: wp-cache.php:730
 msgid "Refresh of cache in %d hours %d minutes and %d seconds."
 msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
 
-#: wp-cache.php:779
-#, php-format
+#: wp-cache.php:731
 msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
 msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
 
-#: wp-cache.php:785
-#, php-format
+#: wp-cache.php:737
 msgid "Currently caching from post %d to %d."
 msgstr "Momentan wird von Beitrag %d bis %d  gecached."
 
-#: wp-cache.php:789
-#, php-format
+#: wp-cache.php:741
 msgid "<strong>Page last cached:</strong> %s"
 msgstr "<strong>Seite zuletzt gecached:</strong> %s"
 
-#: wp-cache.php:792
+#: wp-cache.php:744
 msgid "Update Settings"
 msgstr "Einstellungen aktualisieren"
 
-#: wp-cache.php:800
+#: wp-cache.php:752
 msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
 msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
 
-#: wp-cache.php:815
-#: wp-cache.php:909
+#: wp-cache.php:769
+#: wp-cache.php:865
 msgid "Caching"
 msgstr "Caching"
 
-#: wp-cache.php:819
+#: wp-cache.php:773
 msgid "Cache hits to this website for quick access."
 msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
 
-#: wp-cache.php:819
-#: wp-cache.php:820
-#: wp-cache.php:837
-#: wp-cache.php:842
-#: wp-cache.php:845
-#: wp-cache.php:846
-#: wp-cache.php:912
+#: wp-cache.php:773
+#: wp-cache.php:774
+#: wp-cache.php:791
+#: wp-cache.php:796
+#: wp-cache.php:799
+#: wp-cache.php:800
+#: wp-cache.php:813
+#: wp-cache.php:868
 msgid "Recommended"
 msgstr "Empfohlen"
 
-#: wp-cache.php:820
+#: wp-cache.php:774
 msgid "Use mod_rewrite to serve cache files."
 msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
 
-#: wp-cache.php:821
+#: wp-cache.php:775
 msgid "Use PHP to serve cache files."
 msgstr "Nutze PHP um Cache-Dateien auszuliefern."
 
-#: wp-cache.php:822
+#: wp-cache.php:776
 msgid "Legacy page caching."
 msgstr "Legacy Page-Caching."
 
-#: wp-cache.php:823
+#: wp-cache.php:777
 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."
 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."
 
-#: wp-cache.php:829
+#: wp-cache.php:783
 msgid "Miscellaneous"
 msgstr "Sonstiges"
 
-#: wp-cache.php:835
+#: wp-cache.php:789
 msgid "Warning! Compression is disabled as gzencode() function not found."
 msgstr "Warnung! Komprimierung ist deaktiviert, weil die Funktion gzencode() nicht vorhanden ist."
 
-#: wp-cache.php:837
+#: wp-cache.php:791
 msgid "Compress pages so they&#8217;re served more quickly to visitors."
 msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
 
-#: wp-cache.php:838
+#: wp-cache.php:792
 msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
 msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
 
-#: wp-cache.php:842
+#: wp-cache.php:796
 msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
 msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
 
-#: wp-cache.php:843
+#: wp-cache.php:797
 msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
 msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
 
-#: wp-cache.php:845
+#: wp-cache.php:799
 msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
 msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
 
-#: wp-cache.php:846
+#: wp-cache.php:800
 msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
 msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
 
-#: wp-cache.php:847
+#: wp-cache.php:801
 msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
 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)"
 
-#: wp-cache.php:853
-#: wp-cache.php:1021
-#: wp-cache.php:1541
+#: wp-cache.php:807
+#: wp-cache.php:1056
+#: wp-cache.php:1563
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: wp-cache.php:857
+#: wp-cache.php:811
 msgid "Mobile device support."
 msgstr "Unterstützung mobiler Endgeräte."
 
-#: wp-cache.php:858
+#: wp-cache.php:812
 msgid "Clear all cache files when a post or page is published."
 msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
 
-#: wp-cache.php:859
+#: wp-cache.php:813
+msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+msgstr "Extra Startseiten-Checks. (Stoppt in sehr seltenen Fällen Startseiten-Caching)"
+
+#: wp-cache.php:814
 msgid "Only refresh current page when comments made."
 msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
 
-#: wp-cache.php:860
+#: wp-cache.php:815
 msgid "List the newest cached pages on this page."
 msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
 
-#: wp-cache.php:862
+#: wp-cache.php:817
 msgid "Coarse file locking. You probably don&#8217;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>"
 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>"
 
-#: wp-cache.php:864
+#: wp-cache.php:819
 msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
 msgstr "Verzögerte Initiierung. Zeige gecachede Dateien nachdem WordPress geladen ist. Meistens nützlich im Legacy-Modus."
 
-#: wp-cache.php:866
+#: wp-cache.php:821
 msgid "Use object cache to store cached files."
 msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
 
-#: wp-cache.php:866
+#: wp-cache.php:821
 msgid "(Experimental)"
 msgstr "(Experimentell)"
 
-#: wp-cache.php:873
+#: wp-cache.php:828
 msgid "Note:"
 msgstr "Hinweis: "
 
-#: wp-cache.php:875
-#, php-format
+#: wp-cache.php:830
+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."
+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."
+
+#: wp-cache.php:831
 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!)"
 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!)"
 
-#: wp-cache.php:876
-#, php-format
+#: wp-cache.php:832
 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\"."
 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\"."
 
-#: wp-cache.php:877
-#, php-format
+#: wp-cache.php:833
 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."
 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."
 
-#: wp-cache.php:880
-#: wp-cache.php:927
+#: wp-cache.php:836
+#: wp-cache.php:883
 msgid "Update Status"
 msgstr "Update-Status"
 
-#: wp-cache.php:887
+#: wp-cache.php:843
 msgid "Accepted Filenames &amp; Rejected URIs"
 msgstr "Akzeptierte Dateinamen &amp; Abgewiesene URIs"
 
-#: wp-cache.php:912
+#: wp-cache.php:868
 msgid "Caching On"
 msgstr "Caching An"
 
-#: wp-cache.php:913
+#: wp-cache.php:869
 msgid "Caching Off"
 msgstr "Caching Aus"
 
-#: wp-cache.php:914
+#: wp-cache.php:870
 msgid "Note: enables PHP caching, cache rebuild, and mobile support"
 msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
 
-#: wp-cache.php:924
+#: wp-cache.php:880
 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."
 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."
 
-#: wp-cache.php:929
+#: wp-cache.php:885
+msgid "Cache Tester"
+msgstr "Cache-Tester"
+
+#: wp-cache.php:886
+msgid "Test your cached website by clicking the test button below."
+msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
+
+#: wp-cache.php:892
+msgid "Fetching %s to prime cache: "
+msgstr "Lädt %s um den Cache zu priorisieren: "
+
+#: wp-cache.php:894
+#: wp-cache.php:902
+#: wp-cache.php:910
+msgid "OK"
+msgstr "OK"
+
+#: wp-cache.php:897
+msgid "Fetching first copy of %s: "
+msgstr "Lädt die erste Kopie von %s: "
+
+#: wp-cache.php:905
+msgid "Fetching second copy of %s: "
+msgstr "Lädt die zweite Kopie von %s: "
+
+#: wp-cache.php:913
+msgid "One or more page requests failed:"
+msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
+
+#: wp-cache.php:932
+#: wp-cache.php:933
+msgid "Page %d: %d (%s)"
+msgstr "Seite %d: %d (%s)"
+
+#: wp-cache.php:939
+msgid "Page 1: %s"
+msgstr "Seite 1: %s"
+
+#: wp-cache.php:940
+msgid "Page 2: %s"
+msgstr "Seite 2: %s"
+
+#: wp-cache.php:941
+msgid "The timestamps on both pages match!"
+msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
+
+#: wp-cache.php:943
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
+
+#: wp-cache.php:950
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
+
+#: wp-cache.php:951
+msgid "Test Cache"
+msgstr "Cache testen"
+
+#: wp-cache.php:955
+msgid "Delete Cached Pages"
+msgstr "Lösche gecachede Seiten"
+
+#: wp-cache.php:956
+msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
+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."
+
+#: wp-cache.php:959
+#: wp-cache.php:2093
+#: wp-cache.php:2105
+#: wp-cache.php:2268
+msgid "Delete Cache"
+msgstr "Cache leeren"
+
+#: wp-cache.php:963
 msgid "Recommended Links and Plugins"
 msgstr "Empfohlene Links und Plugins"
 
-#: wp-cache.php:930
+#: wp-cache.php:964
 msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
-msgstr "Caching ist nir eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
+msgstr "Caching ist nur eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
 
-#: wp-cache.php:931
-#, php-format
+#: wp-cache.php:965
 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."
 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."
 
-#: wp-cache.php:932
-#, php-format
+#: wp-cache.php:966
 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>."
 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>."
 
-#: wp-cache.php:933
-#, php-format
+#: wp-cache.php:967
 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."
 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."
 
-#: wp-cache.php:934
-#, php-format
+#: wp-cache.php:969
 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."
 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."
 
-#: wp-cache.php:935
-#, php-format
+#: wp-cache.php:970
 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."
 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."
 
-#: wp-cache.php:946
+#: wp-cache.php:981
 msgid "Make WordPress Faster"
 msgstr "Mach WordPress schneller!"
 
-#: wp-cache.php:947
-#, php-format
+#: wp-cache.php:982
 msgid "%1$s is maintained and developed by %2$s with contributions from many others."
 msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
 
-#: wp-cache.php:948
-#, php-format
+#: wp-cache.php:983
 msgid "He blogs at %1$s and posts photos at %2$s."
 msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
 
-#: wp-cache.php:949
-#, php-format
+#: wp-cache.php:984
 msgid "Please say hi to him on %s too!"
 msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
 
-#: wp-cache.php:950
+#: wp-cache.php:985
 msgid "Need Help?"
 msgstr "Hilfe benötigt?"
 
-#: wp-cache.php:952
-#, php-format
+#: wp-cache.php:987
 msgid "<a href=\"%1$s\">Installation Help</a>"
 msgstr "<a href=\"%1$s\">Hilfe zur Installation</a>"
 
-#: wp-cache.php:953
-#, php-format
+#: wp-cache.php:988
 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
 msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"
 
-#: wp-cache.php:954
-#, php-format
+#: wp-cache.php:989
 msgid "<a href=\"%1$s\">Support Forum</a>"
 msgstr "<a href=\"%1$s\">Support-Forum</a>"
 
-#: wp-cache.php:956
+#: wp-cache.php:991
 msgid "Rate This Plugin!"
 msgstr "Bitte bewerte dieses Plugin!"
 
-#: wp-cache.php:957
-#, php-format
+#: wp-cache.php:992
 msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
 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."
 
-#: wp-cache.php:966
-#, php-format
+#: wp-cache.php:1001
 msgid "Cached pages since %1$s : <strong>%2$s</strong>"
 msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
 
-#: wp-cache.php:967
+#: wp-cache.php:1002
 msgid "Newest Cached Pages:"
 msgstr "Neueste Cached-Pages: "
 
-#: wp-cache.php:971
-#, php-format
+#: wp-cache.php:1006
 msgid "Cached %s seconds ago"
 msgstr "Vor %s Sekunden gecached"
 
-#: wp-cache.php:974
+#: wp-cache.php:1009
 msgid "(may not always be accurate on busy sites)"
 msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
 
-#: wp-cache.php:993
+#: wp-cache.php:1028
 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."
 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."
 
-#: wp-cache.php:994
+#: wp-cache.php:1029
 msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
 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."
 
-#: wp-cache.php:1004
+#: wp-cache.php:1039
 msgid "Available Plugins"
 msgstr "Verfügbare Plugins"
 
-#: wp-cache.php:1021
+#: wp-cache.php:1056
 msgid "Easy"
 msgstr "Easy"
 
-#: wp-cache.php:1021
+#: wp-cache.php:1056
 msgid "CDN"
 msgstr "CDN"
 
-#: wp-cache.php:1021
-msgid "Tester & Contents"
-msgstr "Teste & Cache"
+#: wp-cache.php:1056
+msgid "Contents"
+msgstr "Inhalte"
 
-#: wp-cache.php:1021
+#: wp-cache.php:1056
 msgid "Preload"
 msgstr "Preload"
 
-#: wp-cache.php:1021
+#: wp-cache.php:1056
 msgid "Plugins"
 msgstr "Plugins"
 
-#: wp-cache.php:1021
+#: wp-cache.php:1056
 msgid "Debug"
 msgstr "Debug"
 
-#: wp-cache.php:1052
-#, php-format
+#: wp-cache.php:1091
 msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
 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."
 
-#: wp-cache.php:1054
-#, php-format
-msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
-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."
-
-#: wp-cache.php:1064
+#: wp-cache.php:1100
 msgid "Mod Rewrite Rules"
 msgstr "Mod Rewrite Rules"
 
-#: wp-cache.php:1070
+#: wp-cache.php:1106
 msgid "WordPress MU Detected"
 msgstr "WordPress MU (WP Multi-Sites) festgestellt"
 
-#: wp-cache.php:1070
+#: wp-cache.php:1106
 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."
 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."
 
-#: wp-cache.php:1072
+#: wp-cache.php:1108
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
 
-#: wp-cache.php:1073
-#, php-format
+#: wp-cache.php:1109
 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:"
 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: "
 
-#: wp-cache.php:1075
+#: wp-cache.php:1111
 msgid "Refresh this page when you have updated your .htaccess file."
 msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
 
-#: wp-cache.php:1079
+#: wp-cache.php:1115
 msgid "Thank you for upgrading."
 msgstr "Danke für das Upgrade."
 
-#: wp-cache.php:1079
-#, php-format
+#: wp-cache.php:1115
 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&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
 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."
 
-#: wp-cache.php:1083
+#: wp-cache.php:1119
 msgid "Trailing slash check required."
 msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
 
-#: wp-cache.php:1083
+#: wp-cache.php:1119
 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:"
 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: "
 
-#: wp-cache.php:1085
+#: wp-cache.php:1121
 msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
 msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
 
-#: wp-cache.php:1099
+#: wp-cache.php:1135
 msgid "Mod Rewrite rules updated!"
 msgstr "Mod Rewrite Rules aktualisiert!"
 
-#: wp-cache.php:1100
-#, php-format
+#: wp-cache.php:1136
 msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
 msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
 
-#: wp-cache.php:1102
+#: wp-cache.php:1138
 msgid "Mod Rewrite rules must be updated!"
 msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
 
-#: wp-cache.php:1103
-#, php-format
+#: wp-cache.php:1139
 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:"
 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: "
 
-#: wp-cache.php:1108
-#, php-format
+#: wp-cache.php:1144
 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."
 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."
 
-#: wp-cache.php:1111
+#: wp-cache.php:1147
 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 &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
 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."
 
-#: wp-cache.php:1114
+#: wp-cache.php:1150
 msgid "View Mod_Rewrite Rules"
 msgstr "Mod_Rewrite Rules anzeigen"
 
-#: wp-cache.php:1118
-#: wp-cache.php:2361
-#, php-format
+#: wp-cache.php:1154
+#: wp-cache.php:2384
 msgid "Rules must be added to %s too:"
 msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
 
-#: wp-cache.php:1126
-#, php-format
+#: wp-cache.php:1162
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
 
-#: wp-cache.php:1133
+#: wp-cache.php:1169
 msgid "Fix Configuration"
 msgstr "Repariere Konfiguration"
 
-#: wp-cache.php:1136
+#: wp-cache.php:1172
 msgid "Restore Default Configuration"
 msgstr "Ursprüngliche Konfiguration wieder herstellen"
 
-#: wp-cache.php:1144
+#: wp-cache.php:1180
 msgid "Comment moderation is enabled. Your comment may take some time to appear."
 msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
 
-#: wp-cache.php:1169
+#: wp-cache.php:1205
 msgid "Lock Down:"
 msgstr "Sperren: "
 
-#: wp-cache.php:1170
+#: wp-cache.php:1206
 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."
 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."
 
-#: wp-cache.php:1171
+#: wp-cache.php:1207
 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."
 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: "
 
-#: wp-cache.php:1173
+#: wp-cache.php:1209
 msgid "Sorry. My blog is locked down. Updates will appear shortly"
 msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
 
-#: wp-cache.php:1177
+#: wp-cache.php:1213
 msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
 msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
 
-#: wp-cache.php:1179
+#: wp-cache.php:1215
 msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
 msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
 
-#: wp-cache.php:1185
+#: wp-cache.php:1221
 msgid "Lock Down"
 msgstr "Sperre"
 
-#: wp-cache.php:1193
+#: wp-cache.php:1229
 msgid "Directly Cached Files"
 msgstr "Direkt gecachede Dateien"
 
-#: wp-cache.php:1251
-#, php-format
+#: wp-cache.php:1287
 msgid "%s removed!"
 msgstr "%s entfernt!"
 
-#: wp-cache.php:1259
-#, php-format
+#: wp-cache.php:1295
 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."
 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."
 
-#: wp-cache.php:1261
-#, php-format
+#: wp-cache.php:1297
 msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
 msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
 
-#: wp-cache.php:1275
+#: wp-cache.php:1311
 msgid "Existing direct page"
 msgstr "Direkt-Seite existiert"
 
-#: wp-cache.php:1275
+#: wp-cache.php:1311
 msgid "Delete cached file"
 msgstr "Lösche gecachede Datei"
 
-#: wp-cache.php:1280
+#: wp-cache.php:1316
 msgid "Add direct page:"
 msgstr "Direkt-Seite hinzufügen: "
 
-#: wp-cache.php:1282
-#, php-format
+#: wp-cache.php:1318
 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."
 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."
 
-#: wp-cache.php:1284
-#, php-format
+#: wp-cache.php:1320
 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."
 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."
 
-#: wp-cache.php:1285
+#: wp-cache.php:1321
 msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
 msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
 
-#: wp-cache.php:1290
+#: wp-cache.php:1326
 msgid "Update Direct Pages"
 msgstr "Direkt-Seiten aktualisieren"
 
-#: wp-cache.php:1328
+#: wp-cache.php:1364
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr "Expiry-Time &amp; Garbage-Collection"
 
-#: wp-cache.php:1330
+#: wp-cache.php:1366
 msgid "Expire time:"
 msgstr "Laufzeitende:"
 
-#: wp-cache.php:1331
+#: wp-cache.php:1367
 msgid "seconds"
 msgstr "Sekunden"
 
-#: wp-cache.php:1332
+#: wp-cache.php:1368
 msgid "Garbage Collection"
 msgstr "Müll-Entsorgung (Garbage-Collection)"
 
-#: wp-cache.php:1332
+#: wp-cache.php:1368
 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."
 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."
 
-#: wp-cache.php:1333
+#: wp-cache.php:1369
 msgid "Checking for and deleting expired files is expensive, but it&#8217;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."
 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."
 
-#: wp-cache.php:1334
+#: wp-cache.php:1370
 msgid "Set the expiry time to 0 seconds to disable garbage collection."
 msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
 
-#: wp-cache.php:1335
+#: wp-cache.php:1371
 msgid "Change Expiration"
 msgstr "Laufzeit ändern"
 
-#: wp-cache.php:1379
+#: wp-cache.php:1415
 msgid "Rejected User Agents"
 msgstr "Abgewehrte User-Agents"
 
-#: wp-cache.php:1380
+#: wp-cache.php:1416
 msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
 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."
 
-#: wp-cache.php:1387
+#: wp-cache.php:1423
 msgid "Save UA Strings"
 msgstr "User-Agenten-Strings speichern"
 
-#: wp-cache.php:1410
+#: wp-cache.php:1446
 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."
 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>."
 
-#: wp-cache.php:1413
+#: wp-cache.php:1449
 msgid "Single Posts"
 msgstr "Einzelne Beiträge"
 
-#: wp-cache.php:1414
+#: wp-cache.php:1450
 msgid "Pages"
 msgstr "Seiten"
 
-#: wp-cache.php:1415
+#: wp-cache.php:1451
 msgid "Front Page"
 msgstr "Startseite"
 
-#: wp-cache.php:1416
+#: wp-cache.php:1452
 msgid "Home"
 msgstr "Home"
 
-#: wp-cache.php:1417
+#: wp-cache.php:1453
 msgid "Archives"
 msgstr "Archive"
 
-#: wp-cache.php:1418
+#: wp-cache.php:1454
 msgid "Tags"
 msgstr "Suchworte (tags)"
 
-#: wp-cache.php:1419
+#: wp-cache.php:1455
 msgid "Category"
 msgstr "Kategorie"
 
-#: wp-cache.php:1420
+#: wp-cache.php:1456
 msgid "Feeds"
 msgstr "Feeds"
 
-#: wp-cache.php:1421
+#: wp-cache.php:1457
 msgid "Search Pages"
 msgstr "Suchseiten"
 
-#: wp-cache.php:1423
-#: wp-cache.php:1551
+#: wp-cache.php:1459
+#: wp-cache.php:1573
 msgid "Save"
 msgstr "Speichern"
 
-#: wp-cache.php:1440
+#: wp-cache.php:1476
 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&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
 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."
 
-#: wp-cache.php:1446
+#: wp-cache.php:1482
 msgid "Save Strings"
 msgstr "Strings speichern"
 
-#: wp-cache.php:1462
+#: wp-cache.php:1498
 msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
 msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
 
-#: wp-cache.php:1468
+#: wp-cache.php:1504
 msgid "Save Files"
 msgstr "Dateien speichern"
 
-#: wp-cache.php:1513
-msgid "Currently logging to: "
-msgstr "Aktuelle Protokolle (Logs) in: "
-
-#: wp-cache.php:1523
-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."
-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."
+#: wp-cache.php:1545
+msgid "Currently logging to: %s"
+msgstr "Aktuelle Protokolle (Logs) in: %s"
 
-#: wp-cache.php:1524
-msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
-msgstr "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt wird."
+#: wp-cache.php:1548
+msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
+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."
 
-#: wp-cache.php:1528
+#: wp-cache.php:1552
 msgid "Debugging"
 msgstr "Debuggen"
 
-#: wp-cache.php:1529
-msgid "Logging Type"
-msgstr "Protokoll-Typ"
-
-#: wp-cache.php:1529
-msgid "Email"
-msgstr "E-Mail"
-
-#: wp-cache.php:1530
-msgid "file"
-msgstr "Datei"
-
-#: wp-cache.php:1531
+#: wp-cache.php:1553
 msgid "IP Address"
 msgstr "IP-Addresse"
 
-#: wp-cache.php:1531
-#, php-format
+#: wp-cache.php:1553
 msgid "(only log requests from this IP address. Your IP is %s)"
 msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
 
-#: wp-cache.php:1532
+#: wp-cache.php:1554
 msgid "Log level"
 msgstr "Log-Level"
 
-#: wp-cache.php:1538
+#: wp-cache.php:1560
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
 
-#: wp-cache.php:1541
+#: wp-cache.php:1563
 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>"
 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>"
 
-#: wp-cache.php:1542
-#, php-format
+#: wp-cache.php:1564
 msgid "I&#8217;m 99% certain that they aren&#8217;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&#8217;re worried. You will be emailed if there is a problem."
 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."
 
-#: wp-cache.php:1544
+#: wp-cache.php:1566
 msgid "Check front page every 5 minutes."
 msgstr "Check die Startseite alle 5 Minuten."
 
-#: wp-cache.php:1545
+#: wp-cache.php:1567
 msgid "Front page text"
 msgstr "Text der Startseite"
 
-#: wp-cache.php:1545
+#: wp-cache.php:1567
 msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
 msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
 
-#: wp-cache.php:1546
+#: wp-cache.php:1568
 msgid "Clear cache on error."
 msgstr "Bei \"Error\" Cache leeren."
 
-#: wp-cache.php:1547
+#: wp-cache.php:1569
 msgid "Email the blog admin when checks are made. (useful for testing)"
 msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
 
-#: wp-cache.php:1561
+#: wp-cache.php:1583
 msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
 msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
 
-#: wp-cache.php:1608
-#: wp-cache.php:1773
+#: wp-cache.php:1630
+#: wp-cache.php:1796
 msgid "Warning"
 msgstr "Warnung"
 
-#: wp-cache.php:1608
+#: wp-cache.php:1630
 msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
 msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du  \"gzip compression\" deaktiviert hast."
 
-#: wp-cache.php:1669
-#: wp-cache.php:1674
-#: wp-cache.php:1706
-#: wp-cache.php:1711
-#: wp-cache.php:1717
+#: wp-cache.php:1692
+#: wp-cache.php:1697
+#: wp-cache.php:1729
+#: wp-cache.php:1734
+#: wp-cache.php:1740
 msgid "Error"
 msgstr "Fehler"
 
-#: wp-cache.php:1669
-#, php-format
+#: wp-cache.php:1692
 msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
 msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
 
-#: wp-cache.php:1674
-#, php-format
+#: wp-cache.php:1697
 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."
 msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
 
-#: wp-cache.php:1706
-#, php-format
+#: wp-cache.php:1729
 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."
 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."
 
-#: wp-cache.php:1711
-#, php-format
+#: wp-cache.php:1734
 msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
 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."
 
-#: wp-cache.php:1717
-#, php-format
+#: wp-cache.php:1740
 msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
 msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
 
-#: wp-cache.php:1773
-#, php-format
+#: wp-cache.php:1796
 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
 msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
 
-#: wp-cache.php:1774
+#: wp-cache.php:1797
 msgid "1. If it already exists please delete the file first."
 msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
 
-#: wp-cache.php:1775
-#, php-format
+#: wp-cache.php:1798
 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&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
 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)."
 
-#: wp-cache.php:1776
-#, php-format
+#: wp-cache.php:1799
 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
 msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
 
-#: wp-cache.php:1777
-#, php-format
+#: wp-cache.php:1800
 msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
 msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
 
-#: wp-cache.php:1778
-#, php-format
+#: wp-cache.php:1801
 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>"
 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>"
 
-#: wp-cache.php:1801
+#: wp-cache.php:1824
 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>"
 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>"
 
-#: wp-cache.php:1803
+#: wp-cache.php:1826
 msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
 msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
 
-#: wp-cache.php:1804
-#, php-format
+#: wp-cache.php:1827
 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. "
 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."
 
-#: wp-cache.php:1808
+#: wp-cache.php:1831
 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."
 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>"
 
-#: wp-cache.php:1830
+#: wp-cache.php:1855
 msgid "Cache Contents"
 msgstr "Cache-Inhalte"
 
-#: wp-cache.php:1833
+#: wp-cache.php:1858
 msgid "Object cache in use. No cache listing available."
 msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
 
-#: wp-cache.php:1857
-#, php-format
+#: wp-cache.php:1882
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
 
-#: wp-cache.php:1874
-#, php-format
+#: wp-cache.php:1899
 msgid "Deleting wp-cache file: <strong>%s</strong><br />"
 msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
 
-#: wp-cache.php:1939
+#: wp-cache.php:1964
 msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
 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."
 
-#: wp-cache.php:1940
+#: wp-cache.php:1965
 msgid "Regenerate cache stats"
 msgstr "Regeneriere Cache-Statistik"
 
-#: wp-cache.php:1942
-#, php-format
+#: wp-cache.php:1967
 msgid "Cache stats last generated: %s minutes ago."
 msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
 
-#: wp-cache.php:1948
+#: wp-cache.php:1973
 msgid "WP-Cache"
 msgstr "WP-Cache"
 
-#: wp-cache.php:1949
-#: wp-cache.php:1965
-#, php-format
+#: wp-cache.php:1974
+#: wp-cache.php:1989
 msgid "%s Cached Pages"
 msgstr "%s Seiten im Cache"
 
-#: wp-cache.php:1950
-#: wp-cache.php:1970
-#, php-format
+#: wp-cache.php:1975
+#: wp-cache.php:1994
 msgid "%s Expired Pages"
 msgstr "%s Expired-Pages im Cache"
 
-#: wp-cache.php:1964
+#: wp-cache.php:1988
 msgid "WP-Super-Cache"
 msgstr "WP-Super-Cache"
 
-#: wp-cache.php:1975
+#: wp-cache.php:1998
 msgid "Fresh WP-Cached Files"
 msgstr "Neue WP-Cache-Dateien"
 
-#: wp-cache.php:1976
-#: wp-cache.php:1992
-#: wp-cache.php:2008
-#: wp-cache.php:2024
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "URI"
 msgstr "URI"
 
-#: wp-cache.php:1976
-#: wp-cache.php:1992
+#: wp-cache.php:1999
+#: wp-cache.php:2015
 msgid "Key"
 msgstr "Schlüssel"
 
-#: wp-cache.php:1976
-#: wp-cache.php:1992
-#: wp-cache.php:2008
-#: wp-cache.php:2024
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "Age"
 msgstr "Alter"
 
-#: wp-cache.php:1976
-#: wp-cache.php:1992
-#: wp-cache.php:2008
-#: wp-cache.php:2024
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "Delete"
 msgstr "Lösche"
 
-#: wp-cache.php:1991
+#: wp-cache.php:2014
 msgid "Stale WP-Cached Files"
 msgstr "Abgelaufene WP-Cache Dateien"
 
-#: wp-cache.php:2007
+#: wp-cache.php:2030
 msgid "Fresh Super Cached Files"
 msgstr "Neue Super-Cached Dateien"
 
-#: wp-cache.php:2023
+#: wp-cache.php:2046
 msgid "Stale Super Cached Files"
 msgstr "Abgelaufene Super-Cached Dateien"
 
-#: wp-cache.php:2039
+#: wp-cache.php:2062
 msgid "Hide file list"
 msgstr "Datei-Liste verbergen"
 
-#: wp-cache.php:2041
+#: wp-cache.php:2064
 msgid "Too many cached files, no listing possible."
 msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
 
-#: wp-cache.php:2043
+#: wp-cache.php:2066
 msgid "List all cached files"
 msgstr "Alle Cache-Dateien auflisten"
 
-#: wp-cache.php:2049
-#, php-format
+#: wp-cache.php:2072
 msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
 msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
 
-#: wp-cache.php:2050
-#, php-format
+#: wp-cache.php:2073
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
 
-#: wp-cache.php:2053
-#, php-format
+#: wp-cache.php:2076
 msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
 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."
 
-#: wp-cache.php:2064
+#: wp-cache.php:2087
 msgid "Delete Expired"
 msgstr "Abgelaufene löschen"
 
-#: wp-cache.php:2070
-#: wp-cache.php:2082
-#: wp-cache.php:2245
-msgid "Delete Cache"
-msgstr "Cache leeren"
-
-#: wp-cache.php:2082
+#: wp-cache.php:2105
 msgid "Delete Super Cache cached files (opens in new window)"
 msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
 
-#: wp-cache.php:2221
-#, php-format
+#: wp-cache.php:2244
 msgid "%1$s is Digg proof thanks to caching by %2$s"
 msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
 
-#: wp-cache.php:2254
-#, php-format
+#: wp-cache.php:2277
 msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
 msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
 
-#: wp-cache.php:2260
+#: wp-cache.php:2283
 msgid "Settings"
 msgstr "Einstellungen"
 
-#: wp-cache.php:2270
-#, php-format
+#: wp-cache.php:2293
 msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
 msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
 
-#: wp-cache.php:2273
-#, php-format
+#: wp-cache.php:2296
 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."
 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."
 
-#: wp-cache.php:2292
-#, php-format
+#: wp-cache.php:2315
 msgid "[%s] Front page is gzipped! Please clear cache!"
 msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
 
-#: wp-cache.php:2292
-#, php-format
+#: wp-cache.php:2315
 msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
 msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
 
-#: wp-cache.php:2295
-#, php-format
+#: wp-cache.php:2318
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
 
-#: wp-cache.php:2295
-#, php-format
+#: wp-cache.php:2318
 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."
 msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
 
-#: wp-cache.php:2302
-#, php-format
+#: wp-cache.php:2325
 msgid "[%s] Front page is not correct! Please clear cache!"
 msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
 
-#: wp-cache.php:2302
-#, php-format
+#: wp-cache.php:2325
 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\"!"
 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\"!"
 
-#: wp-cache.php:2305
-#, php-format
+#: wp-cache.php:2328
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
 
-#: wp-cache.php:2305
-#, php-format
+#: wp-cache.php:2328
 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."
 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."
 
-#: wp-cache.php:2310
-#, php-format
+#: wp-cache.php:2333
 msgid "[%s] Front page check!"
 msgstr "[%s] Startseiten-Check!"
 
-#: wp-cache.php:2310
-#, php-format
+#: wp-cache.php:2333
 msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
 msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
 
-#: wp-cache.php:2353
+#: wp-cache.php:2376
 msgid "Cannot update .htaccess"
 msgstr "Kann .htaccess nicht aktualisieren"
 
-#: wp-cache.php:2353
-#, php-format
+#: wp-cache.php:2376
 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."
 msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
 
-#: wp-cache.php:2353
+#: wp-cache.php:2376
 msgid "Refresh this page when the file permissions have been modified."
 msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
 
-#: wp-cache.php:2353
-#, php-format
+#: wp-cache.php:2376
 msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
 msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
 
-#: wp-cache.php:2357
-#, php-format
+#: wp-cache.php:2380
 msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
 msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
 
-#: wp-cache.php:2358
+#: wp-cache.php:2381
 msgid "You can edit the file yourself add the following rules."
 msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
 
-#: wp-cache.php:2359
+#: wp-cache.php:2382
 msgid " Make sure they appear before any existing WordPress rules. "
 msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
 
-#: wp-cache.php:2367
+#: wp-cache.php:2390
 msgid "Update Mod_Rewrite Rules"
 msgstr "Mod Rewrite Rules aktualisieren"
 
-#: wp-cache.php:2474
-#, php-format
+#: wp-cache.php:2515
 msgid "[%1$s] Cache Preload Started"
 msgstr "Cache-Preload gestartet"
 
-#: wp-cache.php:2476
-#, php-format
+#: wp-cache.php:2517
 msgid "[%1$s] Refreshing posts from %2$d to %3$d"
 msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
 
-#: wp-cache.php:2494
-#, php-format
+#: wp-cache.php:2535
 msgid "[%1$s] Cache Preload Stopped"
 msgstr "Cache-Preload abgestellt"
 
-#: wp-cache.php:2503
-#, php-format
+#: wp-cache.php:2544
 msgid "[%1$s] %2$d posts refreshed"
 msgstr "[%1$s] %2$d Beiträge aktualisiert"
 
-#: wp-cache.php:2503
+#: wp-cache.php:2544
 msgid "Refreshed the following posts:"
 msgstr "Folgenende Beiträge aktualisiert: "
 
-#: wp-cache.php:2512
-#, php-format
+#: wp-cache.php:2553
 msgid "Scheduling next preload refresh in %d minutes."
 msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
 
-#: wp-cache.php:2522
-#, php-format
+#: wp-cache.php:2563
 msgid "[%s] Cache Preload Completed"
 msgstr "[%s] Cache-Preload abgeschlossen!"
 
-#: wp-cache.php:2522
+#: wp-cache.php:2563
 msgid "Cleaning up old supercache files."
 msgstr "Alte Supercache-Dateien bereinigen."
 
-#: wp-cache.php:2564
-#, php-format
+#: wp-cache.php:2605
 msgid "[%s] Preload may have stalled."
 msgstr "\"Preload\" evtl. unterbrochen."
 
-#: wp-cache.php:2564
-#, php-format
+#: wp-cache.php:2605
 msgid ""
 "Preload has been restarted.\n"
 "%s"
 msgstr ""
 "\"Preload\"  wurde neu gestartet \n"
-"\v%s"
+"%s"
+
+#: wp-cache.php:2648
+msgid "Supercache Uninstall Problems"
+msgstr "Supercache Probleme beim Deinstallieren"
+
+#: wp-cache.php:2648
+msgid ""
+"Dear User,\n"
+"\n"
+"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
+"in your .htaccess were not.\n"
+"\n"
+"Please edit the following file and remove the code\n"
+"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
+"\n"
+"%s\n"
+"\n"
+"Regards,\n"
+"WP Super Cache Plugin\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+msgstr ""
+"Lieber Benutzer,\n"
+"\n"
+"WP Super Cache wurde von deinem Blog entfernt, aber die mod_rewrite rules\n"
+"in deiner .htaccess nicht.\n"
+"\n"
+"Bitte bearbeite fogende Datei und lösche den Code\n"
+"zwischen 'BEGIN WPSuperCache' und 'END WPSuperCache'. Und bitte erst die Datei sichern!\n"
+"\n"
+"%s\n"
+"\n"
+"Mit freundlichem Gruß,\n"
+"WP Super Cache Plugin\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+
+#~ msgid ""
+#~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
+#~ "<a href=\"%s\">on the main site</a> of this network."
+#~ 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."
+#~ msgid "Tester & Contents"
+#~ msgstr "Teste & Cache"
+#~ msgid ""
+#~ "Logging to a file is easier but faces the problem that clearing the cache "
+#~ "will clear the log file."
+#~ msgstr ""
+#~ "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das "
+#~ "Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt "
+#~ "wird."
+#~ msgid "Logging Type"
+#~ msgstr "Protokoll-Typ"
+#~ msgid "Email"
+#~ msgstr "E-Mail"
+#~ msgid "file"
+#~ msgstr "Datei"
 
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo
index b765c2e1a4ce0937bcb56968f393485bf2746502..098b6edcd728c31cae029a27d380f9db62b0424c 100644
GIT binary patch
delta 33052
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
NkjxHZJzqYF0RVTfxoH3Z

delta 10789
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
JJYPPE0RX^;3Ml{p

diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po
index eb9a0dec8..69f710010 100644
--- a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po
@@ -2,64 +2,98 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ja\n"
 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
-"POT-Creation-Date: 2010-02-08 14:22+0000\n"
+"POT-Creation-Date: 2011-02-23 17:57:46+00:00\n"
 "PO-Revision-Date: \n"
-"Last-Translator: Tai <tekapo@gmail.com>\n"
+"Last-Translator: JOTAKI, Taisuke <jotaki@digitalcube.jp>\n"
 "Language-Team: ja <tekapo@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: \n"
 "X-Poedit-Language: Japanese\n"
 "X-Poedit-Country: JAPAN\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: plugins/badbehaviour.php:45
+#: plugins/badbehaviour.php:47
 msgid "Bad Behaviour not found. Please check your install."
 msgstr "Bad Behaviour が見つかりませんでした。インストールを確認してください。"
 
-#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:63
+msgid "Bad Behavior"
+msgstr "Bad Behavior"
+
 #: plugins/badbehaviour.php:65
-#: plugins/searchengine.php:61
-#: plugins/searchengine.php:76
-#: wp-cache.php:742
-msgid "Disable"
-msgstr "停止する"
+#: plugins/awaitingmoderation.php:34
+#: plugins/domain-mapping.php:60
+#: wp-cache.php:1205
+msgid "Enabled"
+msgstr "有効"
 
-#: plugins/badbehaviour.php:55
-#: plugins/searchengine.php:67
-msgid "disabled"
-msgstr "停止中"
+#: plugins/badbehaviour.php:66
+#: plugins/awaitingmoderation.php:35
+#: plugins/domain-mapping.php:61
+#: wp-cache.php:1205
+msgid "Disabled"
+msgstr "無効"
 
-#: plugins/badbehaviour.php:57
+#: plugins/badbehaviour.php:68
+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/\") "
+msgstr "(レガシーキャッシングのみサポートしています。圧縮が無効になっていて、\"%s/plugins/bad-behavior/\" に <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> が必要です)"
+
+#: plugins/badbehaviour.php:71
+#: plugins/awaitingmoderation.php:40
 #: plugins/searchengine.php:69
-#: wp-cache.php:1085
+#: plugins/domain-mapping.php:66
+#: wp-cache.php:1552
 msgid "enabled"
 msgstr "使用中"
 
-#: plugins/badbehaviour.php:60
-#, php-format
-msgid "Bad Behaviour support is %s."
-msgstr "Bad Behaviour のサポートは %s です。"
+#: plugins/badbehaviour.php:73
+#: plugins/awaitingmoderation.php:42
+#: plugins/searchengine.php:67
+#: plugins/domain-mapping.php:68
+msgid "disabled"
+msgstr "停止中"
 
-#: plugins/badbehaviour.php:61
-#, php-format
-msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
-msgstr "(ハーフオンキャッシングのみサポートしています。圧縮が無効で <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> (\"%s/plugins/bad-behavior/\") が必要です) "
+#: plugins/badbehaviour.php:74
+msgid "Bad Behavior support is now %s"
+msgstr "Bad Behavior のサポートは現在%sです。"
 
-#: plugins/badbehaviour.php:63
-#: plugins/searchengine.php:74
-#: wp-cache.php:742
-msgid "Enable"
-msgstr "使用する"
+#: plugins/badbehaviour.php:76
+#: plugins/awaitingmoderation.php:45
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr "更新"
 
-#: plugins/badbehaviour.php:69
-#: wp-cache.php:819
-#: wp-cache.php:821
+#: plugins/badbehaviour.php:83
+#: wp-cache.php:1295
+#: wp-cache.php:1297
 msgid "Warning!"
 msgstr "警告 !"
 
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "あなたのコメントは管理者の承認待ちです。"
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "承認待ち"
+
+#: plugins/awaitingmoderation.php:36
+msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
+msgstr "モデレートされたコメントが残されたときに表示されるテキスト \"あなたのコメントはモデレーション待ちです。\" を取り除くプラグインの有効化もしくは無効化。"
+
+#: plugins/awaitingmoderation.php:43
+msgid "Awaiting Moderation is now %s"
+msgstr "承認待ちは%s件です。"
+
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1218
+msgid "Disable"
+msgstr "停止する"
+
 #: plugins/searchengine.php:71
-#, php-format
 msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
 msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> プラグインは%sです。"
 
@@ -67,1050 +101,1568 @@ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Fri
 msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
 msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> も必要です) "
 
-#: wp-cache.php:87
-#, php-format
+#: plugins/searchengine.php:74
+#: wp-cache.php:1218
+msgid "Enable"
+msgstr "使用する"
+
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr "ドメインマッピング"
+
+#: plugins/domain-mapping.php:63
+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."
+msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">ドメインマッピング</a>をサポートしてブログに複数のドメインをマップします。"
+
+#: plugins/domain-mapping.php:69
+msgid "Domain Mapping support is now %s"
+msgstr "ドメインマッピングのサポートは現在%sです。"
+
+#: plugins/domain-mapping.php:83
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "ドメインマッピングプラグインを検知しました ! Supercache プラグインの設定ページを開いてドメインマッピングのヘルパープラグインを有効化してください。"
+
+#: ossdl-cdn.php:146
+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>."
+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 にファイルをミラーすることができます。"
+
+#: ossdl-cdn.php:147
+#: wp-cache.php:968
+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."
+msgstr "origin pull に頼りたくない場合は、Amazon S3/Cloudfront へのファイルのアップロードをサポートする <a href=\"%1$s\">CDN Sync Tool</a> プラグインが役に立つでしょう。このプラグインに関して質問がある場合は<a href=\"%2$s\">プラグインサポートフォーラム</a>を参照してください。"
+
+#: ossdl-cdn.php:148
+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."
+msgstr "<strong style=\"color: red\">注意:</strong> 変更を保存する前に静的な URL、%s などで CDN サービスが完全に動作していることを確認してください。"
+
+#: ossdl-cdn.php:149
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "マルチサイトネットワーク上の場合は各サイトに別々の CDN URL を設定することができます。"
+
+#: ossdl-cdn.php:157
+msgid "Enable CDN Support"
+msgstr "CDN サポートを有効化"
+
+#: ossdl-cdn.php:160
+msgid "Off-site URL"
+msgstr "オフサイト URL"
+
+#: ossdl-cdn.php:163
+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>."
+msgstr "%1$s の代わりに新しい URL がrewriteに使われます。最後の <code>/</code> は付けないようにしてください。<br />例: <code>%2$s</code>。"
+
+#: ossdl-cdn.php:167
+msgid "Include directories"
+msgstr "含めるディレクトリ"
+
+#: ossdl-cdn.php:170
+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."
+msgstr "静的ファイルマッチングに含むディレクトリです。コンマで区切ってください。デフォルトは <code>wp-content, wp-includes</code> で、この欄が空欄の場合は強制的にこのデフォルトが使用されます。"
+
+#: ossdl-cdn.php:174
+msgid "Exclude if substring"
+msgstr "除外するサブストリング"
+
+#: ossdl-cdn.php:177
+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)."
+msgstr "上記文字列にマッチするファイルはrewriteから除外されます。複数の場合は <code>.php, .flv, .do</code> のようにコンマで区切ってください。<code>.php</code> は常に含めてください。(デフォルト)"
+
+#: ossdl-cdn.php:181
+msgid "Additional CNAMES"
+msgstr "追加 CNAME"
+
+#: ossdl-cdn.php:184
+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"
+msgstr "上記 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAME</a> は %1$s の代わりに (さらに上のオフサイト URL に加えて) rewriteで使用されます。複数の場合はコンマで区切ってください。静的ファイルが多数あるページの場合にブラウザーのパフォーマンスを改善できます。CNAME は CDN で設定する必要があるかもしれません。<br />例: %2$s"
+
+#: ossdl-cdn.php:188
+msgid "Skip https URLs to avoid \"mixed content\" errors"
+msgstr "\"mixed content\" エラーを避けるために https の URL をスキップする"
+
+#: ossdl-cdn.php:192
+msgid "Save Changes"
+msgstr "変更を保存"
+
+#: ossdl-cdn.php:194
+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>"
+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> によって提供されています。"
+
+#: wp-cache.php:99
 msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
 msgstr "wp-super-cache/wp-cache-config-sample.php から %s /wp-cache-config.php を作成してください。"
 
-#: wp-cache.php:170
-msgid "WP Super Cache Manager"
-msgstr "WP Super Cache 管理画面"
-
-#: wp-cache.php:172
+#: wp-cache.php:162
 msgid "Warning! PHP Safe Mode Enabled!"
 msgstr "警告 ! PHP セーフモードが有効になっています !"
 
-#: wp-cache.php:173
+#: wp-cache.php:163
 msgid "You may experience problems running this plugin because SAFE MODE is enabled."
 msgstr "セーフモードが有効なため、このプラグインの動作に問題が発生するかもしれません。"
 
-#: wp-cache.php:175
+#: wp-cache.php:167
 msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
 msgstr "お使いのサーバーではファイルの読み書きの許可の前に PHP スクリプトのオーナーを確認するように設定されています。"
 
-#: wp-cache.php:176
-#, php-format
+#: wp-cache.php:168
 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."
 msgstr "あなたもしくは管理者が、このプラグインスクリプトのグループオーナーをウェブサーバーのユーザーと一致するように変更すれば動作するようになるかもしれません。%s/cache/ ディレクトリのグループオーナーは変更する必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> を参照してください。"
 
-#: wp-cache.php:178
+#: wp-cache.php:170
 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."
 msgstr "あなたもしくは管理者がこの機能を無効にする必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> をご覧ください。残念ながら .htaccess ファイル内では無効にできません。php.ini 設定ファイルで無効にする必要があります。"
 
-#: wp-cache.php:183
+#: wp-cache.php:176
 msgid "Permlink Structure Error"
 msgstr "パーマリンク構造エラー"
 
-#: wp-cache.php:184
+#: wp-cache.php:177
 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."
 msgstr "このプラグインが正しく動作するためにはカスタムな URL (もしくはパーマリンク) 構造が必要です。<a href=\"options-permalink.php\">パーマリンク設定画面</a>を開いてパーマリンクを設定してください。"
 
-#: wp-cache.php:194
-msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
-msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
-
-#: wp-cache.php:200
-msgid "Cannot continue... fix previous problems and retry."
-msgstr "継続できません…前の問題を修正して再度お試しください。"
-
-#: wp-cache.php:216
-#, php-format
+#: wp-cache.php:189
 msgid "Warning! Your hostname \"%s\" resolves to %s"
 msgstr "警告 ! ホスト名 \"%s\" が %s に設定されています"
 
-#: wp-cache.php:218
-#, php-format
+#: wp-cache.php:190
 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."
 msgstr "お使いのサーバーはホスト名が %s に設定されています。このプラグインのガーベージコレクションや WordPress の予約投稿などのサービスが正しく動作しないかもしれません。"
 
-#: wp-cache.php:219
-#: wp-cache.php:233
-#, php-format
+#: wp-cache.php:191
+#: wp-cache.php:205
 msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
 msgstr "readme.txt <a href=\"%s\">Troubleshooting section</a> の 16 を参照してください"
 
-#: wp-cache.php:232
+#: wp-cache.php:204
 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."
 msgstr "残念ながら WordPress が wp-cron.php ファイルを見つけられません。WordPress による予約投稿やその他の重要な活動だけでなく、このプラグインによるガベージコレクションの正常なオペレーションにもこのスクリプトが不可欠です。"
 
-#: wp-cache.php:243
+#: wp-cache.php:219
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "継続できません…前の問題を修正して再度お試しください。"
+
+#: wp-cache.php:228
 msgid "Zlib Output Compression Enabled!"
 msgstr "Zlib アウトプット圧縮を有効にしました !"
 
-#: wp-cache.php:244
+#: wp-cache.php:229
 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."
 msgstr "PHP がサイト訪問者に送るデータを圧縮しています。このプラグインは同じページを何度も圧縮するのではなく、圧縮した出力をキャッシュするだけなので、この機能は無効にすることをおすすめします。また、トラブルシューティングの #21 も参考にしてください。 php.ini の修正については「<a href=\"http://php.net/manual/ja/zlib.configuration.php\">実行時設定</a>」の説明をご覧ください。"
 
-#: wp-cache.php:248
+#: wp-cache.php:233
 msgid "Mod rewrite may not be installed!"
 msgstr "Mod rewrite がインストールされていないようです !"
 
-#: wp-cache.php:249
-msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use half-on mode."
-msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache 静的ファイルの提供に不可欠です。ただし、ハーフオンモードは使用できます。"
+#: wp-cache.php:234
+msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;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."
+msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache 静的ファイルの提供に不可欠です。ただし、レガシーもしくは PHP モードは使用できます。"
 
-#: wp-cache.php:254
+#: wp-cache.php:239
 msgid "Read Only Mode. Configuration cannot be changed."
 msgstr "読み込み専用モード。設定は変更できません。"
 
-#: wp-cache.php:254
-msgid "Why your configuration may not be changed"
-msgstr "なぜ設定を変更できないのか"
-
-#: wp-cache.php:254
-msgid "Why"
-msgstr "なぜ"
-
-#: wp-cache.php:256
-#, php-format
+#: wp-cache.php:240
 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."
 msgstr "WP Super Cache 設定ファイルは <code>%s/wp-cache-config.php</code> で、変更できません。変更するにはこのファイルにウェブサーバーが書き込みできるようにする必要があります。"
 
-#: wp-cache.php:257
+#: wp-cache.php:241
 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&#8217;s globally writeable and it should be fine."
 msgstr "これを行なう簡単な方法としては、CHMOD コマンドや ftp クライントを使用して一時的に権限を変更する方法があります。グローバルに書き込み可能で問題ないことを確認してください。"
 
+#: wp-cache.php:242
 #: wp-cache.php:258
+msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
+msgstr "ファイルパーミッションの変更は<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">このページ</a>を参考にしてください。"
+
+#: wp-cache.php:243
 msgid "Writeable:"
 msgstr "書き込み可能:"
 
-#: wp-cache.php:259
+#: wp-cache.php:244
 msgid "Readonly:"
 msgstr "読込みのみ:"
 
-#: wp-cache.php:271
-#, php-format
+#: wp-cache.php:256
 msgid "Warning! %s is writeable!"
 msgstr "警告 ! %s が書き込み可能になっています!"
 
-#: wp-cache.php:272
-#, php-format
+#: wp-cache.php:257
 msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
 msgstr "%s の権限を変更して、より限定されたものにしてください。ftp クライアントもしくは次のコマンドを使用して修正してください:"
 
-#: wp-cache.php:361
+#: wp-cache.php:267
+msgid "Mobile rewrite rules detected"
+msgstr "モバイル用 rewrite ルールを検知しました"
+
+#: wp-cache.php:268
+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."
+msgstr "パフォーマンスを最大にするには \"モバイル機器サポート\"を使用するか、.htaccess の mobile rewrite ルールを削除してください。\"2.0\\ MMP|240x320\" の 2 行を探して削除してください。"
+
+#: wp-cache.php:268
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "この機能は通常のユーザーには何も影響ありませんが、モバイルユーザーにはキャッシュされたページを表示します。"
+
+#: wp-cache.php:274
+#: wp-cache.php:285
+msgid "Rewrite rules must be updated"
+msgstr "Rewrite ルールを更新する必要があります"
+
+#: wp-cache.php:275
+#: wp-cache.php:286
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "このプラグインに必要な rewrite ルールが変更されたか無くなっています。"
+
+#: wp-cache.php:276
+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):"
+msgstr "モバイルサポートには .htaccess ファイルにルールを追加する必要があります。もしくはプラグインをレガシーモードに設定します。次のオプションがあります (難しい順):"
+
+#: wp-cache.php:277
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "レガシーモードに設定し、モバイルサポートを使用します。"
+
+#: wp-cache.php:278
+#: wp-cache.php:287
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "詳細設定ページでスクロールダウンして <strong>Mod_Rewrite ルールを更新</strong> ボタンをクリックしてください。"
+
+#: wp-cache.php:279
+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."
+msgstr "%s.htaccess 内の <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれたこのプラグインの mod_rewrite ルールを削除して、ページを再読込みしてプラグインに再生成させてください。"
+
+#: wp-cache.php:280
+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)"
+msgstr "自分でルールを追加する。%s.htaccess を開いて <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれているコードブロックを探します。とてもよく似ているセクションが 2 箇所あります。code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> の下に次の行を追加します: (これを 2 回、各セクションで実施します)"
+
+#: wp-cache.php:293
+msgid "Required to serve compressed supercache files properly."
+msgstr "正しく圧縮された supercache ファイルを提供する必要があります。"
+
+#: wp-cache.php:293
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "supercache のページでキャッシングの設定が必要です。IE7 ユーザーはこのモジュールがないと古いページを参照します。"
+
+#: wp-cache.php:293
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "supercached ページで有効期限を設定してください。このモジュールがないと、読者は再読込みしたりコメントを残しても新しいページを参照できないかもしれません。"
+
+#: wp-cache.php:300
+msgid "Missing Apache Modules"
+msgstr "欠けている Apache モジュール"
+
+#: wp-cache.php:301
+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."
+msgstr "次の Apache モジュールが見つかりません。これらのモジュールがなしの場合、レガシーモードで動作します。フル Supercache モードでは、閲覧者は壊れたページや古いデータを閲覧するかもしれません。"
+
+#: wp-cache.php:459
 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."
 msgstr "<strong>警告 !</strong> 圧縮を有効にしようとしましたが、<code>zlib.output_compression</code> が有効になっています。readme ファイルのトラブルシューティング #21 を参照してください。"
 
-#: wp-cache.php:380
-msgid "WP Super Cache Status"
-msgstr "WP Super Cache ステータス"
+#: wp-cache.php:550
+msgid "WP Super Cache Settings"
+msgstr "WP Super Cache 設定"
 
-#: wp-cache.php:383
-msgid "ON"
-msgstr "オン"
+#: wp-cache.php:561
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "お知らせ: <em>Mod_rewrite もしくはレガシーキャッシングが有効になっています</em>。詳細設定ページをデフォルトで表示します。"
 
-#: wp-cache.php:383
-msgid "WP Cache and Super Cache enabled"
-msgstr "WP Cache と Super Cache を使用する"
+#: wp-cache.php:572
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
 
-#: wp-cache.php:384
-msgid "HALF ON"
-msgstr "ハーフオン"
+#: wp-cache.php:597
+msgid "Caching must be enabled to use this feature"
+msgstr "この機能を利用するにはキャッシングを有効にしてください。"
 
-#: wp-cache.php:384
-msgid "Super Cache Disabled, only legacy WP-Cache caching."
-msgstr "Super Cache は不使用、古い WP-Cache のキャッシュ機能のみ使用する"
+#: wp-cache.php:615
+#: wp-cache.php:746
+msgid "Cancel Cache Preload"
+msgstr "キャッシュプリロードをキャンセル"
 
-#: wp-cache.php:385
-msgid "OFF"
-msgstr "オフ"
+#: wp-cache.php:623
+#: wp-cache.php:634
+msgid "Scheduled preloading of cache cancelled."
+msgstr "予定されていたキャッシュのプリロードがキャンセルされました。"
 
-#: wp-cache.php:385
-msgid "WP Cache and Super Cache disabled"
-msgstr "WP Cache と Super Cache を使用しない"
+#: wp-cache.php:660
+#: wp-cache.php:744
+msgid "Preload Cache Now"
+msgstr "キャッシュプリロードをすぐに実行"
 
-#: wp-cache.php:386
-msgid "Don&#8217;t cache pages for logged in users."
-msgstr "ログインしているユーザー向けにはページをキャッシュしない"
+#: wp-cache.php:664
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "10 秒後にキャッシュのプリロードを開始します。"
 
-#: wp-cache.php:387
-msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
-msgstr "使用しているサーバーが Digg に耐えられることを誇らしげに表示する (フッターにメッセージを表示する)"
+#: wp-cache.php:669
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "%d 分後にキャッシュのプリロードを開始します。"
 
-#: wp-cache.php:388
-msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
-msgstr "投稿や固定ページを公開するたびにすべてのキャッシュを削除する (投稿保存時に非常に遅くなるかもしれません)"
+#: wp-cache.php:673
+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."
+msgstr "この機能はこのサイトで公開されているすべての投稿と固定ページをキャッシュします。Super Cache の静的ファイルが生成されるので、訪問者 (botも含む) はキャッシュされたページを閲覧することになります。これにより、ウェブサイトの測定基準のひとつとして「速さ」を採用している Google ランキングの改善に役立つかもしれません。"
 
-#: wp-cache.php:389
-msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
-msgstr "キャッシュリビルド。新しいファイルの生成中に supercache ファイルを匿名ユーザーに提供します。<em>とても</em>たくさんアクセスとたくさんのコメントがつくサイトにおすすめします。\"ダイレクトキャッシュページ\"と \"ロックダウンモード\" はサポートされなくなります。"
+#: wp-cache.php:674
+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."
+msgstr "プリロード機能は大量のファイルを生成します。キャッシュは新しい投稿から先に生成するので、投稿記事がたくさん (1万ページ以上) ある場合は新しい投稿記事だけをキャッシュするようにしてください。これは共有サーバーを使用しているときは特に重要です。"
 
-#: wp-cache.php:391
-msgid "Coarse file locking. You probably don&#8217;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>"
-msgstr "荒削りなファイルロック。おそらく必要ないですが、使用しているサーバーが非力な場合には役に立つかもしれません。警告 ! <em>まれにですがサーバーを止めてしまうことがあります !</em>"
+#: wp-cache.php:675
+msgid "In &#8217;Preload Mode&#8217; 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."
+msgstr "&#8217;プリロードモード&#8217; では、定期ガーベージコレクションは既存ユーザー用の古いレガシーファイルのみ削除し、プリロードされた supercache ファイルは削除しません。これはキャッシュがプリロードされたときの推奨設定です。"
+
+#: wp-cache.php:679
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "プリロードされたキャッシュファイルは %s 分毎にリフレッシュされます。(0 にすると無効、最小 %d 分)"
 
-#: wp-cache.php:393
-msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
-msgstr "新しくキャッシュされたページをリストアップする (アクセスの多いサイトの場合はさらに負荷が上がるかもしれません。注意して使用してください)"
+#: wp-cache.php:692
+msgid "all"
+msgstr "すべて"
 
-#: wp-cache.php:394
-#, php-format
-msgid "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
-msgstr "<a href=\"%s\">WordPress Mobile Edition</a> を使用したモバイル機器のサポート"
+#: wp-cache.php:705
+msgid "Preload %s posts."
+msgstr "%s 件の投稿をプリロード。"
 
-#: wp-cache.php:399
-msgid "Mobile rewrite rules detected"
-msgstr "モバイル用 rewrite ルールを検知しました"
+#: wp-cache.php:712
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "プリロードモード (レガシーなキャッシュファイルに対してのみガーベージコレクションを実行。推奨)"
 
-#: wp-cache.php:400
-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."
-msgstr "パフォーマンスを最大にするには \"モバイル機器サポート\"を使用するか、.htaccess の mobile rewrite ルールを削除してください。\"2.0\\ MMP|240x320\" の 2 行を探して削除してください。"
+#: wp-cache.php:715
+msgid "Send me status emails when files are refreshed."
+msgstr "ファイルリフレッシュ時にステータスメールを送信する。"
 
-#: wp-cache.php:400
-msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
-msgstr "この機能は通常のユーザーには何も影響ありませんが、モバイルユーザーにはキャッシュされたページを表示します。"
+#: wp-cache.php:720
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "メール多数。投稿数 100 につき 2 件のメール。"
 
-#: wp-cache.php:403
-msgid "Rewrite rules must be updated"
-msgstr "Rewrite ルールを更新する必要があります"
+#: wp-cache.php:723
+msgid "Medium, 1 email per 100 posts."
+msgstr "中くらいのメール数。投稿数 100 につき 1 件のメール。"
 
-#: wp-cache.php:404
-msgid "The rewrite rules required by this plugin have changed or are missing. "
-msgstr "このプラグインに必要な rewrite ルールが変更されたか無くなっています。"
+#: wp-cache.php:726
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "メール少数。すべての投稿のプリロードの最初と最後に 1 件づつのメール。"
 
-#: wp-cache.php:405
-msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
-msgstr "モバイルサポートには .htaccess ファイルにルールを追加する必要があります。もしくはプラグインをハーフオンモードに設定します。次のオプションがあります (難しい順):"
+#: wp-cache.php:730
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "キャッシュのリフレッシュは %d 時間 %d 分 %d 秒後です。"
 
-#: wp-cache.php:406
-msgid "Set the plugin to half on mode and enable mobile support."
-msgstr "ハーフオンモードに設定し、モバイルサポートを使用します。"
+#: wp-cache.php:731
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "キャッシュの完全リフレッシュは %d 時間 %d 分 %d 秒後です。"
 
-#: wp-cache.php:407
-#, php-format
-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."
-msgstr "%s.htaccess 内の <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれたこのプラグインの mod_rewrite ルールを削除して、ページを再読込みしてプラグインに再生成させてください。"
+#: wp-cache.php:737
+msgid "Currently caching from post %d to %d."
+msgstr "投稿 %d から %d のキャッシュを作成中"
+
+#: wp-cache.php:741
+msgid "<strong>Page last cached:</strong> %s"
+msgstr "<strong>最後にキャッシュされたページ:</strong> %s"
+
+#: wp-cache.php:744
+msgid "Update Settings"
+msgstr "設定を更新"
+
+#: wp-cache.php:752
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "キャッシュのプリロードは停止しています。レガシーなページキャッシングを無効にするかホスト管理者に伝えてください。"
+
+#: wp-cache.php:769
+#: wp-cache.php:865
+msgid "Caching"
+msgstr "キャッシング"
+
+#: wp-cache.php:773
+msgid "Cache hits to this website for quick access."
+msgstr "ヒットしたページをキャッシュし、素早くアクセスさせる。"
+
+#: wp-cache.php:773
+#: wp-cache.php:774
+#: wp-cache.php:791
+#: wp-cache.php:796
+#: wp-cache.php:799
+#: wp-cache.php:800
+#: wp-cache.php:813
+#: wp-cache.php:868
+msgid "Recommended"
+msgstr "推奨"
+
+#: wp-cache.php:774
+msgid "Use mod_rewrite to serve cache files."
+msgstr "キャッシュファイルの提供に mod_rewrite を利用する。"
+
+#: wp-cache.php:775
+msgid "Use PHP to serve cache files."
+msgstr "キャッシュファイルの提供に PHP を利用する。"
+
+#: wp-cache.php:776
+msgid "Legacy page caching."
+msgstr "レガシーなページキャッシング。"
+
+#: wp-cache.php:777
+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."
+msgstr "Mod_rewrite が最速で、PHP はほぼ同じ速さで動作させるのがより簡単です。レガシーキャッシングは遅いですが、より柔軟で動作させるのが簡単です。新しいユーザーは PHP キャッシングを利用するようにしてください。"
+
+#: wp-cache.php:783
+msgid "Miscellaneous"
+msgstr "その他"
+
+#: wp-cache.php:789
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr "注意 ! gzencode() 関数が見つからないため圧縮は無効です。"
+
+#: wp-cache.php:791
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "ページを圧縮し、訪問者により速くページを供給する。"
+
+#: wp-cache.php:792
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "ホストによっては圧縮されたファイルで問題が発生する場合があるので、デフォルトでは無効にしています。この機能を有効にして無効にすると、キャッシュがクリアされます。"
+
+#: wp-cache.php:796
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 Not Modified ブラウザーキャッシング。最後にリクエストされてから変更がないことを示す。"
+
+#: wp-cache.php:797
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "304 サポートはデフォルトでは無効にしています。過去に GoDaddy で問題が発生したことがあるためです。"
+
+#: wp-cache.php:799
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "<acronym title=\"ログイン済みユーザーやコメントしたユーザー\">既知</acronym>のユーザー向けにはページをキャッシュしない。"
+
+#: wp-cache.php:800
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "キャッシュリビルド。新しいファイルの生成中にこのサイトの登録ユーザー以外のユーザーに supercache のファイルを供給する。"
+
+#: wp-cache.php:801
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "使用しているサーバーが Digg に耐えられることを誇らしげに表示する (フッターにメッセージを表示する)"
 
-#: wp-cache.php:408
-msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
-msgstr "自分でルールを追加する。%s.htaccess を編集して <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれているコードブロックを探します。とてもよく似ているセクションが 2 箇所あります。<code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> の下に次の行を追加します: (これを 2 回、各セクションで実施します)"
+#: wp-cache.php:807
+#: wp-cache.php:1056
+#: wp-cache.php:1563
+msgid "Advanced"
+msgstr "詳細"
 
-#: wp-cache.php:411
-msgid "Note:"
-msgstr "メモ:"
+#: wp-cache.php:811
+msgid "Mobile device support."
+msgstr "モバイル機器サポート"
 
-#: wp-cache.php:411
-#, php-format
-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!)"
-msgstr "このプラグインをアンインストールする場合、<em>%s</em> ディレクトリがウェブサーバーによる書き込みを許可していることを確認してください。許可してあれば <em>advanced-cache.php</em> と <em>cache-config.php</em> は自動的に削除されます。(これらのファイルも書き込み可能になっているかも確認したほうがいいかもしれません !)"
+#: wp-cache.php:812
+msgid "Clear all cache files when a post or page is published."
+msgstr "投稿や固定ページの公開時にすべてのキャッシュファイルを削除する。"
+
+#: wp-cache.php:813
+msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+msgstr "追加のホームページチェック。(非常にまれにホームページのキャッシングを止めることがあります)"
+
+#: wp-cache.php:814
+msgid "Only refresh current page when comments made."
+msgstr "コメントが投稿されたときに該当のページだけリフレッシュする。"
 
-#: wp-cache.php:412
-#, php-format
-msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
-msgstr "<a href=\"%1$s/wp-super-cache/uninstall.php\">アンインストールスクリプト</a>を使用してアンインストールすると、このプラグインによって作成されたファイルとディレクトリを削除します。(詳しくは <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> をご覧ください)"
+#: wp-cache.php:815
+msgid "List the newest cached pages on this page."
+msgstr "キャッシュされた最新のページを一覧表示する。"
+
+#: wp-cache.php:817
+msgid "Coarse file locking. You probably don&#8217;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>"
+msgstr "荒削りなファイルロック。おそらく必要ないですが、使用しているサーバーが非力な場合には役に立つかもしれません。警告 ! <em>まれにですがサーバーを止めてしまうことがあります !</em>"
+
+#: wp-cache.php:819
+msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+msgstr "遅延 init。WordPress が読み込んだ後にキャッシュされたファイルを表示します。レガシーモードで有益です。"
 
-#: wp-cache.php:414
+#: wp-cache.php:821
 msgid "Use object cache to store cached files."
 msgstr "キャッシュファイルの保存にオブジェクトキャッシュを使用する。"
 
-#: wp-cache.php:414
+#: wp-cache.php:821
 msgid "(Experimental)"
 msgstr "(実験的)"
 
-#: wp-cache.php:417
-#, php-format
+#: wp-cache.php:828
+msgid "Note:"
+msgstr "メモ:"
+
+#: wp-cache.php:830
+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."
+msgstr "アンインストールはプラグインページから行ないます。不要なものは自動的に除去されますが、もし手動での操作が必要な場合は簡単な説明が表示されます。"
+
+#: wp-cache.php:831
+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!)"
+msgstr "このプラグインをアンインストールする場合、<em>%s</em> ディレクトリがウェブサーバーによる書き込みを許可していることを確認してください。許可してあれば <em>advanced-cache.php</em> と <em>cache-config.php</em> は自動的に削除されます。(これらのファイルも書き込み可能になっているかも確認したほうがいいかもしれません !)"
+
+#: wp-cache.php:832
+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\"."
+msgstr "アンインストールの説明は <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> の \"How to uninstall WP Super Cache\" を参照してください。"
+
+#: wp-cache.php:833
 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."
 msgstr "お困りですか ? <a href=\"%1$s\">Super Cache readme ファイル</a>を読んでみてください。このファイルにはインストールのドキュメント、よくある質問とその答え、トラブルシューティングのヒントが含まれています。また、<a href=\"%2$s\">サポートフォーラム</a> も利用可能です。あなたの問題の答がすでにあるかもしれません。"
 
-#: wp-cache.php:419
+#: wp-cache.php:836
+#: wp-cache.php:883
 msgid "Update Status"
 msgstr "ステータスを更新"
 
-#: wp-cache.php:426
-msgid "Required to serve compressed supercache files properly."
-msgstr "正しく圧縮された supercache ファイルを提供する必要があります。"
+#: wp-cache.php:843
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "受け付けるファイル名と除外する URI"
 
-#: wp-cache.php:426
-msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
-msgstr "supercache のページでキャッシングの設定が必要です。IE7 ユーザーはこのモジュールがないと古いページを参照します。"
+#: wp-cache.php:868
+msgid "Caching On"
+msgstr "キャッシング利用"
 
-#: wp-cache.php:426
-msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
-msgstr "supercached ページで有効期限を設定してください。このモジュールがないと、読者は再読込みしたりコメントを残しても新しいページを参照できないかもしれません。"
+#: wp-cache.php:869
+msgid "Caching Off"
+msgstr "キャッシング停止"
 
-#: wp-cache.php:433
-msgid "Missing Apache Modules"
-msgstr "欠けている Apache モジュール"
+#: wp-cache.php:870
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "メモ: PHP キャッシング、キャッシュリビルド、モバイルサポートを有効化します。"
 
-#: wp-cache.php:434
-msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
-msgstr "次の Apache モジュールが見つかりません。これらのモジュールがなしの場合、ハーフオンモードで動作します。フル Supercache モードでは、閲覧者は壊れたページや古いデータを閲覧するかもしれません。"
+#: wp-cache.php:880
+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."
+msgstr "お知らせ: PHP キャッシングが有効化されていますが Supercache mod_rewrite ルールが検知されました。キャッシュされているファイルはこのルールを利用して提供されます。サイトの表示に問題がなければこのメッセージは無視してください。もし問題があれば、WordPress のルートにある .htaccess ファイルを開いて SuperCache のルールを取り除いてください。"
 
-#: wp-cache.php:446
-msgid "Make WordPress Faster"
-msgstr "WordPress を速くする"
+#: wp-cache.php:885
+msgid "Cache Tester"
+msgstr "キャッシュテスター"
 
-#: wp-cache.php:448
-#, php-format
-msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
-msgstr "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送ってください ! どんな金額でも助かります !"
+#: wp-cache.php:886
+msgid "Test your cached website by clicking the test button below."
+msgstr "下のテストボタンをクリックするとキャッシュされたページをテストできます。"
 
-#: wp-cache.php:449
-#, php-format
-msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
-msgstr "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧ください。"
+#: wp-cache.php:892
+msgid "Fetching %s to prime cache: "
+msgstr "キャッシュを準備するために %s を取得: "
 
-#: wp-cache.php:450
-msgid "Thanks in advance!"
-msgstr "よろしくお願いします !"
+#: wp-cache.php:894
+#: wp-cache.php:902
+#: wp-cache.php:910
+msgid "OK"
+msgstr "OK"
 
-#: wp-cache.php:451
-msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
-msgstr "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになります !"
+#: wp-cache.php:897
+msgid "Fetching first copy of %s: "
+msgstr "%s の最初のコピーを取得中: "
 
-#: wp-cache.php:459
-msgid "Don&#8217;t show me this again."
-msgstr "このお知らせを表示させない。"
+#: wp-cache.php:905
+msgid "Fetching second copy of %s: "
+msgstr "%s の二つめのコピーを取得中: "
 
-#: wp-cache.php:459
-msgid "Hide"
-msgstr "隠す"
+#: wp-cache.php:913
+msgid "One or more page requests failed:"
+msgstr "ページのリクエストに失敗しました:"
+
+#: wp-cache.php:932
+#: wp-cache.php:933
+msgid "Page %d: %d (%s)"
+msgstr "ページ %d: %d (%s)"
+
+#: wp-cache.php:939
+msgid "Page 1: %s"
+msgstr "ページ 1: %s"
+
+#: wp-cache.php:940
+msgid "Page 2: %s"
+msgstr "ページ 2: %s"
+
+#: wp-cache.php:941
+msgid "The timestamps on both pages match!"
+msgstr "両方のページのタイムスタンプがマッチしました !"
+
+#: wp-cache.php:943
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "ページがマッチしません ! タイムスタンプが違うか見つかりません !"
+
+#: wp-cache.php:950
+msgid "Send non-secure (non https) request for homepage"
+msgstr "非セキュア (https ではない) なホームページへのリクエストを送信"
 
-#: wp-cache.php:462
-#, php-format
+#: wp-cache.php:951
+msgid "Test Cache"
+msgstr "キャッシュをテスト"
+
+#: wp-cache.php:955
+msgid "Delete Cached Pages"
+msgstr "キャッシュされているページの削除"
+
+#: wp-cache.php:956
+msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
+msgstr "キャシュされたページはお使いのサーバー上に html と PHP ファイルとして保存されます。キャッシュされたページを削除するには下のボタンをクリックしてください。"
+
+#: wp-cache.php:959
+#: wp-cache.php:2093
+#: wp-cache.php:2105
+#: wp-cache.php:2268
+msgid "Delete Cache"
+msgstr "キャッシュを削除"
+
+#: wp-cache.php:963
+msgid "Recommended Links and Plugins"
+msgstr "おすすめのリンクとプラグイン"
+
+#: wp-cache.php:964
+msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+msgstr "キャッシングはウェブサイトを高速化する手段のひとつに過ぎません。役に立つ他のプラグインをご紹介します:"
+
+#: wp-cache.php:965
+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."
+msgstr "<a href=\"%s\">WP Minify</a> は JavaScript と CSS ファイルを結合させることによりウェブサーバーから送信されるファイルの数を減らします。別の手段としては <a href=\"%s\">WPSCMin</a> があります。これは Supercache のプラグインで、JS/CSS ファイルの結合は行ないませんが、キャッシュされたページを小さくします。"
+
+#: wp-cache.php:966
+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>."
+msgstr "<a href=\"%s\">Yahoo! Yslow</a> は Firefox のアドオンの Firebug の拡張機能です。これはウェブページを分析し、ハイパフォーマンスウェブページ用のルールセットをベースにパフォーマンス改善方法を提案します。また、オンラインのパフォーマンスツールの <a href=\"%s\">GTMetrix</a> 試してみるといいでしょう。"
+
+#: wp-cache.php:967
+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."
+msgstr "<a href=\"%s\">Use Google Libraries</a> プラグインにより、一般的に利用されている JavaScript のライブラリのいくつかを Google のウェブサーバーから読み込むようにします。皮肉にも、これにより Yslow のスコアが下がることもあります。"
+
+#: wp-cache.php:969
+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."
+msgstr "<strong>上級者のみ:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control (キャッシングと cache-control によるサイトのスピードアップ)</a> では .htaccess ルールでサイトをよりキャッシュする方法を説明しています。"
+
+#: wp-cache.php:970
+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."
+msgstr "<strong>上級者のみ:</strong> オブジェクトキャッシュのインストール。<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>、もしくは他から選択してください。"
+
+#: wp-cache.php:981
+msgid "Make WordPress Faster"
+msgstr "WordPress を速くする"
+
+#: wp-cache.php:982
 msgid "%1$s is maintained and developed by %2$s with contributions from many others."
 msgstr "%1$s は %2$s と他の多く方の貢献によってメンテナンスされ、開発されています。"
 
-#: wp-cache.php:463
-#, php-format
-msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
-msgstr "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラックスする時間を<a href=\"%3$s\">欲しがっています</a>。"
+#: wp-cache.php:983
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "彼は %1$s でブログを書き、%2$s に写真を投稿しています。"
 
-#: wp-cache.php:464
-#, php-format
+#: wp-cache.php:984
 msgid "Please say hi to him on %s too!"
 msgstr "%s でも彼に一言どうぞ !"
 
-#: wp-cache.php:473
-#, php-format
+#: wp-cache.php:985
+msgid "Need Help?"
+msgstr "助けが必要ですか ?"
+
+#: wp-cache.php:987
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr "<a href=\"%1$s\">インストールのヘルプ</a>"
+
+#: wp-cache.php:988
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr "<a href=\"%1$s\">よくある質問と答え</a>"
+
+#: wp-cache.php:989
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr "<a href=\"%1$s\">サポートフォーラム</a>"
+
+#: wp-cache.php:991
+msgid "Rate This Plugin!"
+msgstr "このプラグインをレーティングしてください !"
+
+#: wp-cache.php:992
+msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
+msgstr "このプラグインを<a href=\"%s\">レーティングして</a>、動作しているかどうかをお知らせください。開発に非常に役立ちます。"
+
+#: wp-cache.php:1001
 msgid "Cached pages since %1$s : <strong>%2$s</strong>"
 msgstr "%1$s 以降のキャッシュページ : <strong>%2$s</strong>"
 
-#: wp-cache.php:474
+#: wp-cache.php:1002
 msgid "Newest Cached Pages:"
-msgstr "キャッシュされている新しいページ:"
+msgstr "キャッシュされた最新のページ:"
 
-#: wp-cache.php:478
-#, php-format
+#: wp-cache.php:1006
 msgid "Cached %s seconds ago"
 msgstr "%s 秒前にキャッシュされました"
 
-#: wp-cache.php:481
+#: wp-cache.php:1009
 msgid "(may not always be accurate on busy sites)"
 msgstr "(アクセスの多いサイトでは必ずしも正確ではないかもしれません)"
 
-#: wp-cache.php:502
-msgid "Accepted Filenames &amp; Rejected URIs"
-msgstr "受け付けるファイル名と除外する URI"
+#: wp-cache.php:1028
+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."
+msgstr "キャッシュプラグインは PHP のスクリプトで wp-super-cache フォルダ内の plugins フォルダ内にあります。これは Supercache の読み込み時に読み込まれ、通常の WordPress プラグインよりもかなり早い段階で読み込まれます。"
 
-#: wp-cache.php:527
-msgid "Cache Plugins"
-msgstr "キャッシュプラグイン"
+#: wp-cache.php:1029
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "これは厳密に言えば拡張機能だけで、作成には PHP と WordPress アクションの両方の知識が必要です。"
 
-#: wp-cache.php:538
-#: wp-cache.php:549
-msgid "Super Cache Compression"
-msgstr "Super Cache 圧縮"
+#: wp-cache.php:1039
+msgid "Available Plugins"
+msgstr "利用可能なプラグイン"
 
-#: wp-cache.php:539
-msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
-msgstr "<em>ハーフオン</em> モードの場合、デフォルトで圧縮を使用します。"
+#: wp-cache.php:1056
+msgid "Easy"
+msgstr "簡易"
 
-#: wp-cache.php:551
-#: wp-cache.php:729
-msgid "Enabled"
-msgstr "有効"
+#: wp-cache.php:1056
+msgid "CDN"
+msgstr "CDN"
 
-#: wp-cache.php:552
-#: wp-cache.php:729
-msgid "Disabled"
-msgstr "無効"
+#: wp-cache.php:1056
+msgid "Contents"
+msgstr "コンテンツ"
 
-#: wp-cache.php:553
-msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
-msgstr "ホストによっては圧縮されたファイルで問題が発生する場合があるので、圧縮はデフォルトでは無効にしています。この機能のスイッチを入れて切ると、キャッシュがクリアされます。"
+#: wp-cache.php:1056
+msgid "Preload"
+msgstr "プリロード"
 
-#: wp-cache.php:556
-msgid "Super Cache compression is now disabled."
-msgstr "Super Cache 圧縮の使用が停止されました。"
+#: wp-cache.php:1056
+msgid "Plugins"
+msgstr "プラグイン"
 
-#: wp-cache.php:558
-msgid "Super Cache compression is now enabled."
-msgstr "Super Cache 圧縮の使用が開始されました。"
+#: wp-cache.php:1056
+msgid "Debug"
+msgstr "デバッグ"
 
-#: wp-cache.php:560
-msgid "Update Compression"
-msgstr "圧縮設定の更新"
+#: wp-cache.php:1091
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "お知らせ: WP Super Cache mod_rewrite ルールチェックは、このネットワークの<a href=\"%s\">メインサイト</a>で動作していなければ無効です。"
 
-#: wp-cache.php:567
+#: wp-cache.php:1100
 msgid "Mod Rewrite Rules"
 msgstr "Mod Rewrite ルール"
 
-#: wp-cache.php:614
+#: wp-cache.php:1106
 msgid "WordPress MU Detected"
 msgstr "WordPress MU を検知しました"
 
-#: wp-cache.php:614
+#: wp-cache.php:1106
 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."
 msgstr "残念ながら、WordPress MU が稼働中は rewrite ルールを自動的に更新できません。.htaccess を開いて次の mod_rewrite ルールをこのファイルの中の他のすべてのルールの上に追加してください。"
 
-#: wp-cache.php:616
+#: wp-cache.php:1108
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr "Mod Rewrite ルールを更新できません !"
 
-#: wp-cache.php:617
-#, php-format
+#: wp-cache.php:1109
 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:"
 msgstr "自動更新を作動させるには <strong>BEGIN</strong> と <strong>END</strong> マーカーが %s.htaccess 内に必ず必要です。これは次のようになっていて、WordPress のメインの mod_rewrite ルールを囲んでいます:"
 
-#: wp-cache.php:619
+#: wp-cache.php:1111
 msgid "Refresh this page when you have updated your .htaccess file."
 msgstr " .htaccess ファイルを更新したら、このページを再読込みしてください。"
 
-#: wp-cache.php:623
+#: wp-cache.php:1115
 msgid "Thank you for upgrading."
 msgstr "アップグレードありがとうございます。"
 
-#: wp-cache.php:623
-#, php-format
+#: wp-cache.php:1115
 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&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
 msgstr "mod_rewrite ルールは最後にこのプラグインがインストールされてから変更されています。残念ながら、新しいルールを更新する前に古い supercache のルールを取り除く必要があります。.htaccess ファイルを編集したら、このページを再読込みしてください。もし手動でアップグレードしたいならば、次の行を変更してください: %1$s は次に似ています: %2$s 違いは \"HTTP_COOKIE\" が \"HTTP:Cookie\" になり、\"wordpressuser\" が \"wordpress\" になったことだけです。これは WordPress 2.5 での変更ですが、これ以前のバージョンとの後方互換性があります。もしそれほど古いバージョンを使用する勇気があればの話ですが。"
 
-#: wp-cache.php:627
+#: wp-cache.php:1119
 msgid "Trailing slash check required."
 msgstr "最後のスラッシュの確認が必要です。"
 
-#: wp-cache.php:627
+#: wp-cache.php:1119
 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:"
 msgstr "あなたのブログの URL は最後が \"/\" になっているようです。残念ながら、このプラグインをインストールした後に重複コンテンツのバグが見つかりました。\"/\" で終わっていない URL は \"/\" で終わっている URL を同じコンテンツとして提供し、正しい URL にリダイレクトしません。これを修正するには .htaccess ファイルを編集してこれら 2 つのルールを Super Cache ルールの 2 つのグループに追加する必要があります。"
 
-#: wp-cache.php:629
+#: wp-cache.php:1121
 msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
 msgstr "下の \"mod_rewrite ルールを表示する\" リンクをクリックするとルールを参照して問題ないか確認することができます。"
 
-#: wp-cache.php:641
-msgid "Cannot update .htaccess"
-msgstr ".htaccess を更新できません"
-
-#: wp-cache.php:641
-#, php-format
-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."
-msgstr "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
-
-#: wp-cache.php:641
-msgid "Refresh this page when the file permissions have been modified."
-msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
-
-#: wp-cache.php:641
-#, php-format
-msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
-msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
-
-#: wp-cache.php:644
-#, php-format
-msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
-msgstr "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
-
-#: wp-cache.php:646
-msgid "You must edit the file yourself add the following rules."
-msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
-
-#: wp-cache.php:648
-msgid "You can edit the file yourself add the following rules."
-msgstr "このファイルをご自分で編集して次のルールを追加できます。"
-
-#: wp-cache.php:650
-msgid " Make sure they appear before any existing WordPress rules. "
-msgstr "かならず WordPress の既存のルールの前に入れてください。"
-
-#: wp-cache.php:652
-#: wp-cache.php:679
-#, php-format
-msgid "Rules must be added to %s too:"
-msgstr "ルールは %s にも追加する必要があります:"
-
-#: wp-cache.php:657
-msgid "Update Mod_Rewrite Rules"
-msgstr "Mod_Rewrite ルールを更新"
-
-#: wp-cache.php:666
+#: wp-cache.php:1135
 msgid "Mod Rewrite rules updated!"
 msgstr "Mod Rewrite ルールを更新しました !"
 
-#: wp-cache.php:667
-#, php-format
+#: wp-cache.php:1136
 msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
 msgstr "%s.htaccess が必要な mod_rewrite ルールで更新されました。正しく更新されたか確認してください。次のようになっているはずです:"
 
-#: wp-cache.php:669
+#: wp-cache.php:1138
 msgid "Mod Rewrite rules must be updated!"
 msgstr "Mod Rewrite ルールを更新する必要があります !"
 
-#: wp-cache.php:670
-#, php-format
+#: wp-cache.php:1139
 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:"
 msgstr "%s.htaccess はウェブサーバーによる書き込みができません。必要な mod_rewrite ルールで更新する必要があります。新しいルールは以下のコードのように通常の WordPress ルールの上に追加します:"
 
-#: wp-cache.php:675
-#, php-format
+#: wp-cache.php:1144
 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."
 msgstr "WP Super Cache mod rewrite ルールが %s.htaccess ファイル内に検知されました。<br /> 次のリンクをクリックしてこのファイルに追加された行を確認してください。プラグインをアップグレードをしたのなら、これらのルールがマッチしていることを確認してください。"
 
-#: wp-cache.php:676
+#: wp-cache.php:1147
+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 &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
+msgstr "現在の .htaccess ファイルと、このプラグインの rewrite ルールに差異が見つかりました。この差異は単純にスペースの数の違いかもしれませんが、できるだけ早くこのファイル内のルールと以下を比較確認してください。&#8217;Mod_Rewrite ルールを更新&#8217; をクリックするとこのルールを更新します。"
+
+#: wp-cache.php:1150
 msgid "View Mod_Rewrite Rules"
 msgstr "Mod_Rewrite ルールを参照する"
 
-#: wp-cache.php:687
-#, php-format
+#: wp-cache.php:1154
+#: wp-cache.php:2384
+msgid "Rules must be added to %s too:"
+msgstr "ルールは %s にも追加する必要があります:"
+
+#: wp-cache.php:1162
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr "Gzip エンコードルール %s.htaccess に作成されました。"
 
-#: wp-cache.php:694
+#: wp-cache.php:1169
 msgid "Fix Configuration"
 msgstr "設定の修正"
 
-#: wp-cache.php:697
+#: wp-cache.php:1172
 msgid "Restore Default Configuration"
 msgstr "デフォルト設定を復元"
 
-#: wp-cache.php:705
+#: wp-cache.php:1180
 msgid "Comment moderation is enabled. Your comment may take some time to appear."
 msgstr "コメントは承認待ちです。表示されるまでしばらく時間がかかるかもしれません。"
 
-#: wp-cache.php:729
+#: wp-cache.php:1205
 msgid "Lock Down:"
 msgstr "ロックダウン:"
 
-#: wp-cache.php:730
+#: wp-cache.php:1206
 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."
 msgstr "ロックダウンを有効にすることにより、予想されるトラフィックの激増に対してサーバーが対処できるようにします。この機能が有効になると、新しいコメントが投稿されてもキャッシュされた静的ファイルは更新されません。"
 
-#: wp-cache.php:731
+#: wp-cache.php:1207
 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."
 msgstr "開発者のみなさんへ: \"WPLOCKDOWN\" 定数をチェックすることにより、あなたのプラグインにロックダウンとの互換性を持たせることができます。次のコードにより、あなたのプラグインが WPLOCKDOWN 設置を考慮するようになります。"
 
-#: wp-cache.php:733
+#: wp-cache.php:1209
 msgid "Sorry. My blog is locked down. Updates will appear shortly"
 msgstr "すみませんが、このブログは一時的に停止中です。間もなく更新されます。"
 
-#: wp-cache.php:737
+#: wp-cache.php:1213
 msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
 msgstr "WordPress はロックダウンされています。Super Cache の静的ファイルは新しいコメントが投稿されても削除されません。"
 
-#: wp-cache.php:739
+#: wp-cache.php:1215
 msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
 msgstr "WordPress はロックダウンされていません。新しいコメントが投稿されると Super Cache の静的ファイルは通常通りにリフレッシュされます。"
 
-#: wp-cache.php:745
+#: wp-cache.php:1221
 msgid "Lock Down"
 msgstr "ロックダウン"
 
-#: wp-cache.php:753
+#: wp-cache.php:1229
 msgid "Directly Cached Files"
 msgstr "ダイレクトキャッシュファイル"
 
-#: wp-cache.php:811
-#, php-format
+#: wp-cache.php:1287
 msgid "%s removed!"
 msgstr "%s 個を削除しました !"
 
-#: wp-cache.php:819
-#, php-format
+#: wp-cache.php:1295
 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."
 msgstr "この機能を利用するには %s を書き込み可能にする必要があります。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
 
-#: wp-cache.php:821
-#, php-format
+#: wp-cache.php:1297
 msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
 msgstr "%s を書き込み可能です。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
 
-#: wp-cache.php:835
+#: wp-cache.php:1311
 msgid "Existing direct page"
 msgstr "既存のダイレクトページ"
 
-#: wp-cache.php:835
+#: wp-cache.php:1311
 msgid "Delete cached file"
 msgstr "キャッシュファイルを削除"
 
-#: wp-cache.php:840
+#: wp-cache.php:1316
 msgid "Add direct page:"
 msgstr "ダイレクトページを追加:"
 
-#: wp-cache.php:842
-#, php-format
+#: wp-cache.php:1318
 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."
 msgstr "ダイレクトキャッシュファイルはブログのある %s からダイレクトに生成されたファイルです。この機能は Digg やスラッシュドットなど巨大レベルのトラフィックがひとつの投稿やページに集中することが予想されるときだけ役に立ちます。"
 
-#: wp-cache.php:844
-#, php-format
+#: wp-cache.php:1320
 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."
 msgstr "例: <em>%1$sabout/</em> をキャッシュするには %1$sabout/ もしくは /about/ を入力します。このキャッシュファイルは次に該当のページに誰かが来た時に生成されます。"
 
-#: wp-cache.php:845
+#: wp-cache.php:1321
 msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
 msgstr "ダイレクトページのこのリストから取り除くには、テキストボックスをブランクにしてキャッシュファイルを削除してください。"
 
-#: wp-cache.php:850
+#: wp-cache.php:1326
 msgid "Update Direct Pages"
 msgstr "ダイレクトページを更新"
 
-#: wp-cache.php:890
+#: wp-cache.php:1364
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr "有効時間とガーベージコレクション"
 
-#: wp-cache.php:892
+#: wp-cache.php:1366
 msgid "Expire time:"
 msgstr "有効時間:"
 
-#: wp-cache.php:893
+#: wp-cache.php:1367
 msgid "seconds"
 msgstr "秒"
 
-#: wp-cache.php:894
+#: wp-cache.php:1368
 msgid "Garbage Collection"
 msgstr "ガーベージコレクション"
 
-#: wp-cache.php:894
-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."
+#: wp-cache.php:1368
+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."
 msgstr "有効期限が 1800 秒 (30 分) 以上の場合、ガーベージコレクションは 10 分ごとに実行されます。それ以外の場合は期限切れ時間の 10 秒後に実行されます。"
 
-#: wp-cache.php:895
-msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
-msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em>に設定するといいでしょう。いろいろな値を試し、いろいろな時間帯でどのくらい期限切れファイルが残っているのかをこのページで確認してみましょう。できればキャッシュファイルの数は 500 以下になるようにしましょう。"
+#: wp-cache.php:1369
+msgid "Checking for and deleting expired files is expensive, but it&#8217;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."
+msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em>に設定するといいでしょう。いろいろな値でこのページを表示させ、時間帯によってどのくらいの期限切れファイルが残るのかを試してみるといいでしょう。レガシーキャッシュ機能を使用している場合は、できればキャッシュファイルの数は 500 以下になるようにしましょう。mod_rewrite や PHP キャッシングを利用している場合はその何倍ものキャッシュファイルを保持できます。"
+
+#: wp-cache.php:1370
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "ガーベージコレクションを無効にするには有効時間を 0 秒に設定してください。"
 
-#: wp-cache.php:896
+#: wp-cache.php:1371
 msgid "Change Expiration"
 msgstr "有効時間を変更"
 
-#: wp-cache.php:935
+#: wp-cache.php:1415
 msgid "Rejected User Agents"
 msgstr "除外するユーザーエージェント"
 
-#: wp-cache.php:936
+#: wp-cache.php:1416
 msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
 msgstr "WP-Cache が bot、spider、クローラーのリクエストをキャッシュしないようにする HTTP &#8217;User Agent&#8217; ヘッダー内の文字列です。すでにキャッシュが存在する場合はこれらのエージェントに Super Cache のファイルが送信されます。"
 
-#: wp-cache.php:943
+#: wp-cache.php:1423
 msgid "Save UA Strings"
 msgstr "UA 文字列を保存"
 
-#: wp-cache.php:966
+#: wp-cache.php:1446
 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."
 msgstr "次のページタイプはキャッシュしません。各タイプについての詳細は <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> を参照してください。"
 
-#: wp-cache.php:969
+#: wp-cache.php:1449
 msgid "Single Posts"
 msgstr "シングルページ"
 
-#: wp-cache.php:970
+#: wp-cache.php:1450
 msgid "Pages"
 msgstr "ページ"
 
-#: wp-cache.php:971
+#: wp-cache.php:1451
 msgid "Front Page"
 msgstr "フロントページ"
 
-#: wp-cache.php:972
+#: wp-cache.php:1452
 msgid "Home"
 msgstr "ホーム"
 
-#: wp-cache.php:973
+#: wp-cache.php:1453
 msgid "Archives"
 msgstr "アーカイブ"
 
-#: wp-cache.php:974
+#: wp-cache.php:1454
 msgid "Tags"
 msgstr "タグ"
 
-#: wp-cache.php:975
+#: wp-cache.php:1455
 msgid "Category"
 msgstr "カテゴリー"
 
-#: wp-cache.php:976
+#: wp-cache.php:1456
 msgid "Feeds"
 msgstr "フィード"
 
-#: wp-cache.php:977
+#: wp-cache.php:1457
 msgid "Search Pages"
 msgstr "検索ページ"
 
-#: wp-cache.php:979
-#: wp-cache.php:1108
+#: wp-cache.php:1459
+#: wp-cache.php:1573
 msgid "Save"
 msgstr "保存"
 
-#: wp-cache.php:996
+#: wp-cache.php:1476
 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&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
 msgstr "ここにキャッシュしないようにするページの文字列 (ファイル名ではなく) を追加します。例えば、URL に「西暦」を含んでいて昨年の投稿をキャッシュしたくない場合は西暦 &#8217;/2004/&#8217; だけを入力すれば十分です。WP-Chache は URI にその文字列が含まれているか検索し、含まれていた場合はそのページをキャッシュしません。"
 
-#: wp-cache.php:1002
+#: wp-cache.php:1482
 msgid "Save Strings"
 msgstr "文字列を保存"
 
-#: wp-cache.php:1018
+#: wp-cache.php:1498
 msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
 msgstr "上で指定した除外文字列にマッチしてもキャッシュするファイル名をここに追加してください。"
 
-#: wp-cache.php:1024
+#: wp-cache.php:1504
 msgid "Save Files"
 msgstr "ファイルを保存"
 
-#: wp-cache.php:1068
-msgid "Debug Settings"
-msgstr "デバッグ設定"
-
-#: wp-cache.php:1070
-msgid "Currently logging to: "
-msgstr "ログ取得中: "
+#: wp-cache.php:1545
+msgid "Currently logging to: %s"
+msgstr "現在ログ取得中: %s"
 
-#: wp-cache.php:1080
-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."
-msgstr "このデバッギング設定でプラグインの問題を修正します。デバッグメールを送信するか、キャッシュディレクトリのファイルにログを記録します。"
+#: wp-cache.php:1548
+msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
+msgstr "このデバッグ設定でプラグインの問題を修正します。キャッシュディレクトリのファイルにログを記録します。"
 
-#: wp-cache.php:1081
-msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
-msgstr "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイルもクリアされてしまいます。"
-
-#: wp-cache.php:1085
+#: wp-cache.php:1552
 msgid "Debugging"
 msgstr "デバッグ"
 
-#: wp-cache.php:1086
-msgid "Logging Type"
-msgstr "ログ形式"
-
-#: wp-cache.php:1086
-msgid "Email"
-msgstr "メールアドレス"
-
-#: wp-cache.php:1087
-msgid "file"
-msgstr "ファイル"
-
-#: wp-cache.php:1088
+#: wp-cache.php:1553
 msgid "IP Address"
 msgstr "IP アドレス"
 
-#: wp-cache.php:1088
-#, php-format
+#: wp-cache.php:1553
 msgid "(only log requests from this IP address. Your IP is %s)"
 msgstr "(この IP アドレスからのリクエストだけを記録します。あなたの IP アドレスは %s です)"
 
-#: wp-cache.php:1089
+#: wp-cache.php:1554
 msgid "Log level"
 msgstr "ログレベル"
 
-#: wp-cache.php:1095
+#: wp-cache.php:1560
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr "(1 = 小、5 = 大、大きなサーバーのロードを引き起こすかもしれません)"
 
-#: wp-cache.php:1098
-msgid "Advanced"
-msgstr "詳細"
-
-#: wp-cache.php:1098
+#: wp-cache.php:1563
 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>"
 msgstr "とてもまれなケースですが、2 つの問題が発生することがあります:<ol><li>フロントページが zip ファイルとしてダウンロードされることがある</li><li>静的なフロントページを使用していてパーマリンク構造が <em>/%category%/%postname%/</em> の場合にフロントページとして誤ったページがキャッシュされてしまう</li></ol>"
 
-#: wp-cache.php:1099
+#: wp-cache.php:1564
 msgid "I&#8217;m 99% certain that they aren&#8217;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&#8217;re worried. You will be emailed if there is a problem."
 msgstr "WP Super Cache のバグではないと 99% 思いますし、発生するのはごくごく稀ですが、もし心配なら 5 分ごとにサイトが問題ないか確認するよう簡単なチェックができます。もし問題が発生すればメールが届きます。"
 
-#: wp-cache.php:1101
+#: wp-cache.php:1566
 msgid "Check front page every 5 minutes."
 msgstr "5 分ごとにフロントページをチェックする。"
 
-#: wp-cache.php:1102
+#: wp-cache.php:1567
 msgid "Front page text"
 msgstr "フロントページテキスト"
 
-#: wp-cache.php:1102
+#: wp-cache.php:1567
 msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
 msgstr "フロントページで検索するテキスト。もしこのテキストがなければキャッシュがクリアされます。無効するにはブランクにしてください。"
 
-#: wp-cache.php:1103
+#: wp-cache.php:1568
 msgid "Clear cache on error."
 msgstr "エラー発生時にキャッシュをクリアする。"
 
-#: wp-cache.php:1104
+#: wp-cache.php:1569
 msgid "Email the blog admin when checks are made. (useful for testing)"
 msgstr "確認時にブログ管理者にメールを送る。(テスト時に有益)"
 
-#: wp-cache.php:1118
+#: wp-cache.php:1583
 msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
 msgstr "エラー: GZIP 圧縮が有効です。wp-cache を使用する場合は無効にしてください。"
 
-#: wp-cache.php:1166
-#: wp-cache.php:1328
+#: wp-cache.php:1630
+#: wp-cache.php:1796
 msgid "Warning"
 msgstr "警告"
 
-#: wp-cache.php:1166
+#: wp-cache.php:1630
 msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
 msgstr "WordPress の GZIP 圧縮が有効です。GZIP 圧縮が無効にされるまで wp-cache はバイパスされます。"
 
-#: wp-cache.php:1224
-#: wp-cache.php:1229
-#: wp-cache.php:1261
-#: wp-cache.php:1266
-#: wp-cache.php:1272
+#: wp-cache.php:1692
+#: wp-cache.php:1697
+#: wp-cache.php:1729
+#: wp-cache.php:1734
+#: wp-cache.php:1740
 msgid "Error"
 msgstr "エラー "
 
-#: wp-cache.php:1224
-#, php-format
+#: wp-cache.php:1692
 msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
 msgstr "キャッシュディレクトリ (<strong>$cache_path</strong>) がなく、ウェブサーバーによって作成することもできませんでした。%s のパーミッションを確認してください。"
 
-#: wp-cache.php:1229
-#, php-format
+#: wp-cache.php:1697
 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."
 msgstr "このプラグインを動作させるにはキャッシュディレクトリ (<strong>%1$s</strong>) もしくは <strong>%2$s</strong> に書き込める必要があります。よく確認してください。"
 
-#: wp-cache.php:1261
-#, php-format
+#: wp-cache.php:1729
 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."
 msgstr "WP-Cache 設定ファイル (<strong>%s</strong>) は古いもので、ウェブサーバーによる書き込みを許可していません。このファイルを削除してこのページを再読込みしてください。"
 
-#: wp-cache.php:1266
-#, php-format
+#: wp-cache.php:1734
 msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
 msgstr "設定ファイルが見つかりません。%1$s ディレクトリ (<strong>%2$s</strong>) がウェブサーバーによる書き込みを許可していません。パーミッションを確認してください。"
 
-#: wp-cache.php:1272
-#, php-format
+#: wp-cache.php:1740
 msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
 msgstr "WP-Cache の設定サンプルファイル (<strong>%s</strong>) がありません。インストールを確認してください。"
 
-#: wp-cache.php:1328
-#, php-format
+#: wp-cache.php:1796
 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
 msgstr "%s/advanced-cache.php</em> がないか、更新できません。"
 
-#: wp-cache.php:1329
+#: wp-cache.php:1797
 msgid "1. If it already exists please delete the file first."
 msgstr "1. もしこのファイルがすでにあれば、まず最初にこのファイルを削除してください"
 
-#: wp-cache.php:1330
-#, php-format
+#: wp-cache.php:1798
 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&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
 msgstr "2. ftp やサーバーソフトウェアで chmod コマンドを使用して %1$s を書き込み可能にし、(<em>chmod 777 %1$s</em>) このページを再読込みします。これは一時的な処置で、この後、読み込みのみに再度する必要があります。(前述のコマンドで 777 を 755 に変更します)"
 
-#: wp-cache.php:1331
-#, php-format
+#: wp-cache.php:1799
 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
 msgstr "3. <em>%s/advanced-cache.php</em> を更新するためにこのページを再読込みします"
 
-#: wp-cache.php:1332
-#, php-format
+#: wp-cache.php:1800
 msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
 msgstr "もし動作しなければ <em>%s/advanced-cache.php</em> ファイルが存在するか確認してください:"
 
-#: wp-cache.php:1333
-#, php-format
+#: wp-cache.php:1801
 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>"
 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>"
 
-#: wp-cache.php:1353
+#: wp-cache.php:1824
+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>"
+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>"
+
+#: wp-cache.php:1826
 msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
 msgstr "<strong>エラー: <code>wp-config.php</code> ファイルの WP_CACHE が有効になっていません</strong>。このプラグインから修正はできません。"
 
-#: wp-cache.php:1354
-#, php-format
+#: wp-cache.php:1827
 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. "
 msgstr "<code>%s</code> を編集して次の行を追加してください:<br /> <code>define('WP_CACHE', true);</code><br />追加しないと WordPress コアによる <strong>WP-Cache の実行ができません</strong>。"
 
-#: wp-cache.php:1357
+#: wp-cache.php:1831
 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."
 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 の行を上に上げる必要があります。"
 
-#: wp-cache.php:1379
+#: wp-cache.php:1855
 msgid "Cache Contents"
 msgstr "キャッシュコンテンツ"
 
-#: wp-cache.php:1382
+#: wp-cache.php:1858
 msgid "Object cache in use. No cache listing available."
 msgstr "オブジェクトキャッシュを使用中です。キャッシュリストはありません。"
 
-#: wp-cache.php:1405
-#, php-format
+#: wp-cache.php:1882
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr "supercache ファイルを削除しています: <strong>%s</strong><br />"
 
-#: wp-cache.php:1422
-#, php-format
+#: wp-cache.php:1899
 msgid "Deleting wp-cache file: <strong>%s</strong><br />"
 msgstr "wp-cache ファイルを削除しています: <strong>%s</strong><br />"
 
-#: wp-cache.php:1486
+#: wp-cache.php:1964
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "キャッシュ統計値は自動的には生成されません。再生成するには下のリンクをクリックしてください。"
+
+#: wp-cache.php:1965
+msgid "Regenerate cache stats"
+msgstr "キャッシュ状況データを再生成"
+
+#: wp-cache.php:1967
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "キャッシュ統計値が最後に生成されたのは %s 分前です。"
+
+#: wp-cache.php:1973
 msgid "WP-Cache"
 msgstr "WP-Cache"
 
-#: wp-cache.php:1487
-#: wp-cache.php:1500
-#, php-format
+#: wp-cache.php:1974
+#: wp-cache.php:1989
 msgid "%s Cached Pages"
 msgstr "キャッシュページ数: %s"
 
-#: wp-cache.php:1488
-#: wp-cache.php:1502
-#, php-format
+#: wp-cache.php:1975
+#: wp-cache.php:1994
 msgid "%s Expired Pages"
 msgstr "期限切れページ数: %s"
 
-#: wp-cache.php:1499
+#: wp-cache.php:1988
 msgid "WP-Super-Cache"
 msgstr "WP-Super-Cache"
 
-#: wp-cache.php:1507
+#: wp-cache.php:1998
 msgid "Fresh WP-Cached Files"
 msgstr "新しい WP-Cache ファイル"
 
-#: wp-cache.php:1508
-#: wp-cache.php:1524
-#: wp-cache.php:1540
-#: wp-cache.php:1556
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "URI"
 msgstr "URI"
 
-#: wp-cache.php:1508
-#: wp-cache.php:1524
+#: wp-cache.php:1999
+#: wp-cache.php:2015
 msgid "Key"
 msgstr "キー"
 
-#: wp-cache.php:1508
-#: wp-cache.php:1524
-#: wp-cache.php:1540
-#: wp-cache.php:1556
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "Age"
 msgstr "経過時間"
 
-#: wp-cache.php:1508
-#: wp-cache.php:1524
-#: wp-cache.php:1540
-#: wp-cache.php:1556
+#: wp-cache.php:1999
+#: wp-cache.php:2015
+#: wp-cache.php:2031
+#: wp-cache.php:2047
 msgid "Delete"
 msgstr "削除 "
 
-#: wp-cache.php:1523
+#: wp-cache.php:2014
 msgid "Stale WP-Cached Files"
 msgstr "古い WP-Cache ファイル"
 
-#: wp-cache.php:1539
+#: wp-cache.php:2030
 msgid "Fresh Super Cached Files"
 msgstr "新しい Super Cache ファイル"
 
-#: wp-cache.php:1555
+#: wp-cache.php:2046
 msgid "Stale Super Cached Files"
 msgstr "古い Super Cache ファイル"
 
-#: wp-cache.php:1571
+#: wp-cache.php:2062
 msgid "Hide file list"
 msgstr "ファイルリストを隠す"
 
-#: wp-cache.php:1573
+#: wp-cache.php:2064
+msgid "Too many cached files, no listing possible."
+msgstr "キャッシュファイルが多すぎるため一覧表示できません。"
+
+#: wp-cache.php:2066
 msgid "List all cached files"
 msgstr "すべてのキャッシュファイルを表示"
 
-#: wp-cache.php:1579
-#, php-format
+#: wp-cache.php:2072
 msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
 msgstr "<strong>ガーベージコレクション</strong><br />最後の GC は <strong>%s</strong> 分前です<br />"
 
-#: wp-cache.php:1580
-#, php-format
+#: wp-cache.php:2073
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr "次の GC は <strong>%s</strong> 分後です"
 
-#: wp-cache.php:1582
-#, php-format
+#: wp-cache.php:2076
 msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
 msgstr "期限切れファイルとは %s 秒より古くなったファイルです。こうしたファイルはこのプラグインによってまだ使用されますが、定期的に削除されます。"
 
-#: wp-cache.php:1592
+#: wp-cache.php:2087
 msgid "Delete Expired"
 msgstr "期限切れキャッシュを削除"
 
-#: wp-cache.php:1598
-#: wp-cache.php:1610
-#: wp-cache.php:1769
-msgid "Delete Cache"
-msgstr "キャッシュを削除"
-
-#: wp-cache.php:1610
+#: wp-cache.php:2105
 msgid "Delete Super Cache cached files (opens in new window)"
 msgstr "Super Cache のキャッシュファイルを削除する (新しいウインドウで開きます)"
 
-#: wp-cache.php:1745
-#, php-format
+#: wp-cache.php:2244
 msgid "%1$s is Digg proof thanks to caching by %2$s"
 msgstr "%1$s は %2$s でキャッシングされているおかげで Digg に耐えられます"
 
-#: wp-cache.php:1778
-#, php-format
+#: wp-cache.php:2277
 msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
 msgstr "WP Super Cache の設定が必要です。<a href=\"%s\">管理ページ</a>を開いてこのプラグインの有効化と設定を行なってください。"
 
-#: wp-cache.php:1784
+#: wp-cache.php:2283
 msgid "Settings"
 msgstr "設定"
 
-#: wp-cache.php:1794
-#, php-format
+#: wp-cache.php:2293
 msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
 msgstr "WP Super Cache は停止中です。<a href=\"%s\">プラグイン管理ページ</a>を開いてキャッシングを有効にしてください。"
 
-#: wp-cache.php:1813
-#, php-format
+#: wp-cache.php:2296
+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."
+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."
+
+#: wp-cache.php:2315
 msgid "[%s] Front page is gzipped! Please clear cache!"
 msgstr "[%s] フロントページが gzip で圧縮されました ! キャッシュをクリアしてください !"
 
-#: wp-cache.php:1813
-#, php-format
+#: wp-cache.php:2315
 msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
 msgstr "フロントページがダウンロードされる状態なので、%s を開いてキャッシュをクリアしてください !"
 
-#: wp-cache.php:1816
-#, php-format
+#: wp-cache.php:2318
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr "[%s] フロントページが gzip 圧縮されました ! キャッシュがクリアされました !"
 
-#: wp-cache.php:1816
-#, php-format
+#: wp-cache.php:2318
 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."
 msgstr "フロントページがダウンロードされる状態だったのでブログのキャッシュをクリアしました。%s を開いてキャッシュがクリアされたことを確認してください。"
 
-#: wp-cache.php:1823
-#, php-format
+#: wp-cache.php:2325
 msgid "[%s] Front page is not correct! Please clear cache!"
 msgstr "[%s] フロントページが不正です ! キャッシュをクリアしてください !"
 
-#: wp-cache.php:1823
-#, php-format
+#: wp-cache.php:2325
 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\"!"
 msgstr "フロントページが不正でテキスト \"%2$s\" が見つからないので、%1$s を開いてキャッシュをクリアしてください !"
 
-#: wp-cache.php:1826
-#, php-format
+#: wp-cache.php:2328
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr "[%s] フロントページが不正です ! キャッシュがクリアされました !"
 
-#: wp-cache.php:1826
-#, php-format
+#: wp-cache.php:2328
 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."
 msgstr "フロントページにテキスト \"%2$s\" が見つからなかったのでブログのキャッシュをクリアしました。%1$s を開いてキャッシュがクリアされたことを確認してください。"
 
-#: wp-cache.php:1831
-#, php-format
+#: wp-cache.php:2333
 msgid "[%s] Front page check!"
 msgstr "[%s] フロントページチェック !"
 
-#: wp-cache.php:1831
-#, php-format
+#: wp-cache.php:2333
 msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
 msgstr "WP Super Cache はあなたのブログのフロントページをチェックしました。この機能の使用を停止するには %s を開いてください。"
 
-#~ msgid "Mobile device support."
-#~ msgstr "モバイル機器サポート"
+#: wp-cache.php:2376
+msgid "Cannot update .htaccess"
+msgstr ".htaccess を更新できません"
+
+#: wp-cache.php:2376
+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."
+msgstr "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
+
+#: wp-cache.php:2376
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
+
+#: wp-cache.php:2376
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
+
+#: wp-cache.php:2380
+msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
+msgstr "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
+
+#: wp-cache.php:2381
+msgid "You can edit the file yourself add the following rules."
+msgstr "このファイルをご自分で編集して次のルールを追加できます。"
+
+#: wp-cache.php:2382
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "かならず WordPress の既存のルールの前に入れてください。"
+
+#: wp-cache.php:2390
+msgid "Update Mod_Rewrite Rules"
+msgstr "Mod_Rewrite ルールを更新"
+
+#: wp-cache.php:2515
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] キャッシュのプリロードが開始されました"
+
+#: wp-cache.php:2517
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] %2$d から %3$d の投稿をリフレッシュ中"
+
+#: wp-cache.php:2535
+msgid "[%1$s] Cache Preload Stopped"
+msgstr "[%1$s] キャッシュプリロード停止"
+
+#: wp-cache.php:2544
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d の投稿をリフレッシュ"
 
+#: wp-cache.php:2544
+msgid "Refreshed the following posts:"
+msgstr "以下の投稿がリフレッシュされました:"
+
+#: wp-cache.php:2553
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "次のプレロードリフレッシュは %d 分後の予定です。"
+
+#: wp-cache.php:2563
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] キャッシュのプリロードを完了"
+
+#: wp-cache.php:2563
+msgid "Cleaning up old supercache files."
+msgstr "古い supercache のファイルを片付けています。"
+
+#: wp-cache.php:2605
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] プリロードは停滞しています。"
+
+#: wp-cache.php:2605
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"プリロードを再スタートしました。\n"
+"%s"
+
+#: wp-cache.php:2648
+msgid "Supercache Uninstall Problems"
+msgstr "Supercache アンインストール時の問題"
+
+#: wp-cache.php:2648
+msgid ""
+"Dear User,\n"
+"\n"
+"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
+"in your .htaccess were not.\n"
+"\n"
+"Please edit the following file and remove the code\n"
+"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
+"\n"
+"%s\n"
+"\n"
+"Regards,\n"
+"WP Super Cache Plugin\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+msgstr ""
+"ユーザー様へ\n"
+"\n"
+"あなたのブログから WP Super Cache が削除されましたが、mod_rewrite ルールは\n"
+".htaccess から削除されていません。\n"
+"\n"
+"次のファイルを開いて 'BEGIN WPSuperCache' と 'END WPSuperCache' の\n"
+"あいだのコードを取り除いてください。最初にこのファイルのバックアップを忘れずに !\n"
+"\n"
+"%s\n"
+"\n"
+"よろしくお願いします。\n"
+"WP Super Cache プラグイン\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+
+#~ msgid ""
+#~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
+#~ "<a href=\"%s\">on the main site</a> of this network."
+#~ msgstr ""
+#~ "お知らせ: WP Super Cache mod_rewrite ルールチェックは、このネットワークの"
+#~ "<a href=\"%s\">メインサイト</a>で動作していなければ無効です。"
+
+#~ msgid "Tester & Contents"
+#~ msgstr "テスターとコンテンツ"
+
+#~ msgid ""
+#~ "Logging to a file is easier but faces the problem that clearing the cache "
+#~ "will clear the log file."
+#~ msgstr ""
+#~ "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイ"
+#~ "ルもクリアされてしまいます。"
+
+#~ msgid "Logging Type"
+#~ msgstr "ログ形式"
+
+#~ msgid "Email"
+#~ msgstr "メールアドレス"
+
+#~ msgid "file"
+#~ msgstr "ファイル"
+
+#~ msgid "WP Super Cache Manager"
+#~ msgstr "WP Super Cache 管理画面"
+
+#~ msgid "Why your configuration may not be changed"
+#~ msgstr "なぜ設定を変更できないのか"
+
+#~ msgid "Why"
+#~ msgstr "なぜ"
+
+#~ msgid "ON"
+#~ msgstr "オン"
+
+#~ msgid "WP Cache and Super Cache enabled"
+#~ msgstr "WP Cache と Super Cache を使用する"
+
+#~ msgid "HALF ON"
+#~ msgstr "ハーフオン"
+
+#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+#~ msgstr "Super Cache は不使用、古い WP-Cache のキャッシュ機能のみ使用する"
+
+#~ msgid "OFF"
+#~ msgstr "オフ"
+
+#~ msgid "WP Cache and Super Cache disabled"
+#~ msgstr "WP Cache と Super Cache を使用しない"
+
+#~ msgid ""
+#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+#~ "file is being generated. Recommended for <em>very</em> busy websites with "
+#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+#~ "obsolete."
+#~ msgstr ""
+#~ "キャッシュリビルド。新しいファイルの生成中に supercache ファイルを匿名ユー"
+#~ "ザーに提供します。<em>とても</em>たくさんアクセスとたくさんのコメントがつ"
+#~ "くサイトにおすすめします。\"ダイレクトキャッシュページ\"と \"ロックダウン"
+#~ "モード\" はサポートされなくなります。"
+
+#~ msgid ""
+#~ "List the newest cached pages (may be expensive to run on busy sites, use "
+#~ "with caution.)"
+#~ msgstr ""
+#~ "新しくキャッシュされたページをリストアップする (アクセスの多いサイトの場合"
+#~ "はさらに負荷が上がるかもしれません。注意して使用してください)"
+
+#~ msgid ""
+#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
+#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
+#~ "\" for whatever amount you want. Every penny helps!"
+#~ msgstr ""
+#~ "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に"
+#~ "買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送って"
+#~ "ください ! どんな金額でも助かります !"
+
+#~ msgid ""
+#~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
+#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
+#~ "\">wishlist</a>."
+#~ msgstr ""
+#~ "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate"
+#~ "\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧く"
+#~ "ださい。"
+
+#~ msgid "Thanks in advance!"
+#~ msgstr "よろしくお願いします !"
+
+#~ msgid ""
+#~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
+#~ "very happy!"
+#~ msgstr ""
+#~ "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになりま"
+#~ "す !"
+
+#~ msgid "Don&#8217;t show me this again."
+#~ msgstr "このお知らせを表示させない。"
+
+#~ msgid "Hide"
+#~ msgstr "隠す"
+
+#~ msgid "Super Cache Compression"
+#~ msgstr "Super Cache 圧縮"
+
+#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+#~ msgstr "<em>ハーフオン</em> モードの場合、デフォルトで圧縮を使用します。"
+
+#~ msgid "Super Cache compression is now disabled."
+#~ msgstr "Super Cache 圧縮の使用が停止されました。"
+
+#~ msgid "Super Cache compression is now enabled."
+#~ msgstr "Super Cache 圧縮の使用が開始されました。"
+
+#~ msgid "Update Compression"
+#~ msgstr "圧縮設定の更新"
+
+#~ msgid "Debug Settings"
+#~ msgstr "デバッグ設定"
+
+#~ msgid "You must edit the file yourself add the following rules."
+#~ msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
+
+#~ msgid ""
+#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
+#~ msgstr ""
+#~ "<a href=\"%s\">WordPress Mobile Edition</a> を使用したモバイル機器のサポー"
+#~ "ト"
+
+#~ msgid ""
+#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
+#~ "\">uninstall script</a> to remove files and directories created by the "
+#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
+#~ "txt</a> for instructions on uninstalling this script.)"
+#~ msgstr ""
+#~ "<a href=\"%1$s/wp-super-cache/uninstall.php\">アンインストールスクリプト</"
+#~ "a>を使用してアンインストールすると、このプラグインによって作成されたファイ"
+#~ "ルとディレクトリを削除します。(詳しくは <a href=\"%1$s/wp-super-cache/"
+#~ "readme.txt\">readme.txt</a> をご覧ください)"
+
+#~ msgid ""
+#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
+#~ "had more time to read and relax."
+#~ msgstr ""
+#~ "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラッ"
+#~ "クスする時間を<a href=\"%3$s\">欲しがっています</a>。"
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo
new file mode 100644
index 0000000000000000000000000000000000000000..8c1bb606e1e8cbecb6e446b477f4f53c692c390a
GIT binary patch
literal 75665
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po
new file mode 100644
index 000000000..47a08fd8c
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po
@@ -0,0 +1,1555 @@
+# Translation of the WordPress plugin   by .
+# Copyright (C) 2010
+# This file is distributed under the same license as the  package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-09-27 13:58+0000\n"
+"PO-Revision-Date: 2010-10-12 22:32+0300\n"
+"Last-Translator: Elvis <main@fweb.org.ru>\n"
+"Language-Team: Elvis <main@fweb.org.ru>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Russian\n"
+"X-Poedit-Country: RUSSIAN FEDERATION\n"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Ваш комментарий ожидает подтверждения."
+
+#: plugins/awaitingmoderation.php:23
+#: plugins/awaitingmoderation.php:38
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/domain-mapping.php:47
+#: plugins/domain-mapping.php:62
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1114
+msgid "Disable"
+msgstr "Отключить"
+
+#: plugins/awaitingmoderation.php:29
+#: plugins/badbehaviour.php:55
+#: plugins/domain-mapping.php:53
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "отключен"
+
+#: plugins/awaitingmoderation.php:31
+#: plugins/badbehaviour.php:57
+#: plugins/domain-mapping.php:55
+#: plugins/searchengine.php:69
+#: wp-cache.php:1460
+msgid "enabled"
+msgstr "включен"
+
+#: plugins/awaitingmoderation.php:33
+#, php-format
+msgid "Awaiting Moderation plugin is %s"
+msgstr "Статус плагина \"Awaiting Moderation\": %s"
+
+#: plugins/awaitingmoderation.php:34
+msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
+msgstr "(убирает текст \"Ваш комментарий ожидает проверки\" когда кто-то размещает комментарий к записи)"
+
+#: plugins/awaitingmoderation.php:36
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: plugins/searchengine.php:74
+#: wp-cache.php:1114
+msgid "Enable"
+msgstr "Включить"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Плагин \"Bad Behaviour\" не был найден. Проверьте, завершили ли Вы его установку."
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "Статус плагина \"Bad Behaviour\": %s. "
+
+#: plugins/badbehaviour.php:61
+#, php-format
+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/\") "
+msgstr " (данный плагин будет функционировать только в режиме среднего кэширования, отключите сжатие и установите плагин \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" в \"%s/plugins/bad-behavior/\") "
+
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:1191
+#: wp-cache.php:1193
+msgid "Warning!"
+msgstr "Внимание!"
+
+#: plugins/domain-mapping.php:57
+#, php-format
+msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
+msgstr "Статус плагина \"<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\": %s"
+
+#: plugins/domain-mapping.php:58
+msgid "(support for multiple domains on multisite websites) "
+msgstr "(поддержка для MU - сервиса блогов)"
+
+#: plugins/domain-mapping.php:72
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Обнаружена поддержка сервиса мультиблогов! Чтобы облегчить и ускорить работу плагина, Вам нужно включить поддержку мультиблогов в настройках."
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "Статус плагина \"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\": %s."
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr " (требует установки <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Пожалуйста, создайте файл %s /wp-cache-config.php из wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:138
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Внимание! Включен режим PHP Safe Mode!"
+
+#: wp-cache.php:139
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "При работе с плагином могут возникнуть проблемы, так как PHP Safe Mode включен на Вашем сервере."
+
+#: wp-cache.php:143
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Ваш сервер настроен так, что проверяет владельца для всех PHP скриптов перед тем как разрешить им чтение или запись в файл."
+
+#: wp-cache.php:144
+#, php-format
+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."
+msgstr "Вы или Администратор можете исправить ошибки, изменив группу владельца скриптов плагина через настройки веб-сервера. Также нужно изменить владельца для папки %s/cache/. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.)."
+
+#: wp-cache.php:146
+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."
+msgstr "Вы или Администратор должны отключить это. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.). Данные настройки НЕ могут быть отключены через файл .htaccess, для решения проблемы нужно редактировать php.ini в настройках веб-сервера."
+
+#: wp-cache.php:152
+msgid "Permlink Structure Error"
+msgstr "Ошибка структуры ссылок"
+
+#: wp-cache.php:153
+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."
+msgstr "Для корректной работы плагина необходима корректная настройка структуры ссылок. Чтобы настроить их, посетите страницу <a href=\"options-permalink.php\">Постоянные ссылки</a>."
+
+#: wp-cache.php:165
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Внимание! Ваше hostname \"%s\" преобразовано в %s"
+
+#: wp-cache.php:166
+#, php-format
+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."
+msgstr "Ваш веб-сервер решил, что hostname изменено на %s. Некоторые опции плагина (например, \"Очистка мусора\") и сам WordPress могут работать некорректно."
+
+#: wp-cache.php:167
+#: wp-cache.php:181
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Чтобы узнать больше, посетите раздел 16 в <a href=\"%s\">Описании проблем</a> в файле readme.txt (на англ.)"
+
+#: wp-cache.php:180
+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."
+msgstr "К сожалению, файл wp-cron.php не был обнаружен. Этот скрипт необходим для корректной работы опциии \"Очистка мусора\" и самого WordPress."
+
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Невозможно продолжить... прежде чем повторить попытку, исправьте предыдущие ошибки."
+
+#: wp-cache.php:204
+msgid "Zlib Output Compression Enabled!"
+msgstr "Сжатие Zlib Output включено!"
+
+#: wp-cache.php:205
+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."
+msgstr "PHP использует сжатие для сжатых страницы Вашего сайта. Отключение данной опции рекомендуется, чтобы избежать многократного сжатия страниц плагином. Узнать больше, посетив раздел 16 в \"Описание проблем\" в файле readme.txt (на англ.). Также ознакомьтесь с <a href=\"http://php.net/manual/en/zlib.configuration.php\">этой страницей</a> (на англ.) по php.ini."
+
+#: wp-cache.php:209
+msgid "Mod rewrite may not be installed!"
+msgstr "Кажется, модуль mod_rewrite не установлен!"
+
+#: wp-cache.php:210
+msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;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."
+msgstr "Возникла ошибка, связанная с тем, что модуль mod_rewrite отсутствует или не установлен. Пожалуйста, проверьте наличие модуля mod_rewrite в конфигурациях сервера. Модуль необходим для корректной работы плагина с статичными файлами. Без подключенного mod_rewrite Вы можете использовать только режимы с поддержкой PHP или среднее кэширование."
+
+#: wp-cache.php:215
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Режим \"только_чтение\". Настройки не могут быть изменены."
+
+#: wp-cache.php:216
+#, php-format
+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."
+msgstr "Конфигурационный файл плагина WP Super Cache <code>%s/wp-cache-config.php</code> не может быть изменен. Чтобы продолжить, Вы должны установить права на запись для файла."
+
+#: wp-cache.php:217
+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&#8217;s globally writeable and it should be fine."
+msgstr "Самый простой способ исправить это - изменить права доступа, используя CHMOD, через FTP-клиент. Достаточно установить глобальные права на запись."
+
+#: wp-cache.php:218
+msgid "Writeable:"
+msgstr "Доступно для записи:"
+
+#: wp-cache.php:219
+msgid "Readonly:"
+msgstr "Только чтение:"
+
+#: wp-cache.php:231
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Внимание! Папка %s доступна для записи!"
+
+#: wp-cache.php:232
+#, php-format
+msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
+msgstr "Вы должны изменить права на папку %s. Чтобы сделать это - воспользуйтесь FTP-клиентом или следующей командой:"
+
+#: wp-cache.php:240
+msgid "Mobile rewrite rules detected"
+msgstr "Обнаружена поддержка мобильных устройств"
+
+#: wp-cache.php:241
+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."
+msgstr "Для более продуктивной работы сайта, Вам стоит включить опцию \"Поддержка мобильных устройств\" или удалить эту запись из правил в .htaccess. Найдите следующий текст (две строчки) \"2.0\\ MMP|240x320\" и удалите его."
+
+#: wp-cache.php:241
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "На Ваших обычных посетителях это никак не отразится, а вот использующие мобильные устройства для веб-серфинга не будут получать кэшированные страницы (если опция отключена)."
+
+#: wp-cache.php:247
+#: wp-cache.php:258
+msgid "Rewrite rules must be updated"
+msgstr "Права на запись должны быть обновлены"
+
+#: wp-cache.php:248
+#: wp-cache.php:259
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Необходимые для работы плагина права были изменены или отсуствуют."
+
+#: wp-cache.php:249
+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):"
+msgstr "Поддержка блогом мобильных устройств требует присутствия особых правил в файле .htaccess, иначе Вы не сможете использовать эту опцию. Ниже представлены возможые способы (в порядке сложности):"
+
+#: wp-cache.php:250
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Переведите плагин в режим среднего кэширования и включите поддержку мобмльных устройств."
+
+#: wp-cache.php:251
+#: wp-cache.php:260
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "Прокрутите страницу вниз и нажмите кнопку <strong>Обновить правила Mod_Rewrite</strong>."
+
+#: wp-cache.php:252
+#, php-format
+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."
+msgstr "Удалите все правила mod_rewrite из файла %s.htaccess, между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code> и обновите страницу (восстановление правил запустится автоматически)."
+
+#: wp-cache.php:253
+#, php-format
+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)"
+msgstr "Добавьте правила самостоятельно. Для этого откройте в редакторе файл %s.htaccess и найдите код между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code>. Вы увидите два похожих блока кода. Сразу после строки <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> добавьте следующее (таких строк две, добавьте код и после второй):"
+
+#: wp-cache.php:266
+msgid "Required to serve compressed supercache files properly."
+msgstr "Необходимо для правильного сжатия файлов."
+
+#: wp-cache.php:266
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "Необходимо настроить кэширование на странице плагина. Пользователи браузера IE7 будут видеть необновленные страницы из кэша без поддержки данного модуля."
+
+#: wp-cache.php:266
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Установите дату истечения актуальности страниц. Пользователи могут не увидеть новую версию кэшированной страницы без данного модуля."
+
+#: wp-cache.php:273
+msgid "Missing Apache Modules"
+msgstr "Отсутствующие модули Apache"
+
+#: wp-cache.php: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."
+msgstr "Следующие модули Apache отсутствуют на Вашем сервере. Без них плагин сможет работать только в режиме среднего кэширования. В режиме с поддержкой Super Cache Ваши пользователи могут видеть поврежденные страницы или просроченные их копии."
+
+#: wp-cache.php:413
+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."
+msgstr "<strong>Внимание!</strong> Вы пытаетесь включить сжатие, но модуль <code>zlib.output_compression</code> отключен. Смотрите пункт номер 21 раздела \"Описание проблем\" в файле readme.txt (на англ.)"
+
+#: wp-cache.php:501
+msgid "WP Super Cache Settings"
+msgstr "Настройки WP Super Cache"
+
+#: wp-cache.php:512
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Важно: <em>Mod_rewrite или Legacy caching отключены</em>. По умолчанию будет загружаться страница \"Настройки\"."
+
+#: wp-cache.php:523
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "Файл конфигураций был изменен, некоторые настройки не соответствуют требованиям плагина. Посетите страницу \"Настройки\" чтобы исправить это."
+
+#: wp-cache.php:540
+#: wp-cache.php:614
+msgid "Caching must be enabled to use this feature"
+msgstr "Кэширование должно быть включено, если Вы хотите использовать данную опцию"
+
+#: wp-cache.php:542
+msgid "Cache Tester"
+msgstr "Проверка кэширования"
+
+#: wp-cache.php:543
+msgid "Test your cached website by clicking the test button below."
+msgstr "Проверьте настройки кэширования своего блога нажатием одной кнопки."
+
+#: wp-cache.php:550
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "Проверка страницы %s в кэше: "
+
+#: wp-cache.php:552
+#: wp-cache.php:559
+#: wp-cache.php:566
+msgid "OK"
+msgstr "ЕСТЬ"
+
+#: wp-cache.php:557
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "Проверка первой копии %s: "
+
+#: wp-cache.php:564
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "Проверка второй копии %s: "
+
+#: wp-cache.php:570
+msgid "One or more page requests failed:"
+msgstr "При работе с кэшем произошли ошибки:"
+
+#: wp-cache.php:589
+#: wp-cache.php:590
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "Страница %d: %d (%s)"
+
+#: wp-cache.php:596
+#, php-format
+msgid "Page 1: %s"
+msgstr "Страница 1: %s"
+
+#: wp-cache.php:597
+#, php-format
+msgid "Page 2: %s"
+msgstr "Страница 2: %s"
+
+#: wp-cache.php:598
+msgid "The timestamps on both pages match!"
+msgstr "Временные штампы обоих вариантов страницы совпадают!"
+
+#: wp-cache.php:600
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Страницы не совпадают! Временной штамп отличается или не был найден!"
+
+#: wp-cache.php:606
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Отправить незащищенный (не по https) запрос для главной страницы"
+
+#: wp-cache.php:607
+msgid "Test Cache"
+msgstr "Проверить"
+
+#: wp-cache.php:632
+#: wp-cache.php:755
+msgid "Cancel Cache Preload"
+msgstr "Отменить общее кэширование"
+
+#: wp-cache.php:638
+msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
+msgstr "Общее кэширование по расписанию отключено. Если служба сейчас запущена, она не будет завершена пока текущие 100 страниц не кэшированы."
+
+#: wp-cache.php:649
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Общее кэширование по расписанию отключено."
+
+#: wp-cache.php:675
+#: wp-cache.php:753
+msgid "Preload Cache Now"
+msgstr "Создать общий кэш сейчас"
+
+#: wp-cache.php:678
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Общее кэширование произойдет через 10 секунд."
+
+#: wp-cache.php:682
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Общее кэширование произойдет через %d минут"
+
+#: wp-cache.php:686
+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."
+msgstr "При активации общего кэширования, будет создана копия для каждой записи и страницы Вашего блога. В этом режиме создаются статичные страницы, которые затем будут видеть \"неопознанные\" посетители (например, поисковые боты и другие). Это может помочь в улучшении уровня PR Google, так как в основе их алгоритма лежит и скорость отклика веб-сайта."
+
+#: wp-cache.php:687
+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."
+msgstr "Однако, при использовании данного вида кэша создается намного больше файлов. Рекомендуется использовать такой тип, если у Вас очень много записей (10 тысяч и более) на блоге. Особенно это важно, если Вы пользуетесь услугами виртуального хостинга."
+
+#: wp-cache.php:688
+msgid "In &#8217;Preload Mode&#8217; 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."
+msgstr "В режиме &#8217;Общего кэширования&#8217; запланированная очистка мусора будет удалять только кэш записей простого типа (кэш из Super Cache не будет удален). Данная настройка рекомендована для использования."
+
+#: wp-cache.php:692
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Обновлять общий кэш каждые %s минут (введите 0, чтобы отключить, минимальное допустимое кол-во минут %d)."
+
+#: wp-cache.php:705
+msgid "all"
+msgstr "весь"
+
+#: wp-cache.php:718
+#, php-format
+msgid "Preload %s posts."
+msgstr "Кэшировать %s записи."
+
+#: wp-cache.php:725
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "Предварительный режим (очистка мусора работает не полностью, опция рекомендована к включению.)"
+
+#: wp-cache.php:728
+msgid "Send me status emails when files are refreshed."
+msgstr "Отправлять мне сообщения с уведомлениями об обновлении кэша."
+
+#: wp-cache.php:733
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "Высокий уровень: 2 сообщения на 100 записей."
+
+#: wp-cache.php:736
+msgid "Medium, 1 email per 100 posts."
+msgstr "Средний уровень: 1 сообщение на 100 записей."
+
+#: wp-cache.php:739
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Низкий уровень: 1 e-mail в начале и 1 в конце кэширования."
+
+#: wp-cache.php:743
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Обновление кэша через %d ч %d мин и %d сек."
+
+#: wp-cache.php:744
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Полное кэширование проихойдет через %d ч %d мин и %d сек."
+
+#: wp-cache.php:750
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "В данный моменты кэшируются записи с %d по %d."
+
+#: wp-cache.php:753
+msgid "Update Settings"
+msgstr "Обновить настройки"
+
+#: wp-cache.php:761
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "Общее кэширование отключено. Пожалуйста, включите полный режим работы плагина или обратитесь к администратору сервера."
+
+#: wp-cache.php:776
+#: wp-cache.php:865
+msgid "Caching"
+msgstr "Статус кэширования"
+
+#: wp-cache.php:780
+msgid "Cache hits to this website for quick access."
+msgstr "Кэшировать хиты сайта для ускорения доступа."
+
+#: wp-cache.php:780
+#: wp-cache.php:781
+#: wp-cache.php:795
+#: wp-cache.php:799
+#: wp-cache.php:802
+#: wp-cache.php:803
+#: wp-cache.php:868
+msgid "Recommended"
+msgstr "Рекомендовано"
+
+#: wp-cache.php:781
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Использовать mod_rewrite для обслуживания кэша."
+
+#: wp-cache.php:782
+msgid "Use PHP to serve cache files."
+msgstr "Использовать PHP для обслуживания кэша."
+
+#: wp-cache.php:783
+msgid "Legacy page caching."
+msgstr "Упрощенное кэширование."
+
+#: wp-cache.php:784
+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."
+msgstr "Использование mod_rewrite поможет сделать работу блога быстрее, чем PHP (хотя и этот вариант тоже не такой медленный). Этот режим проще и удобнее, но начинающему пользователю лучше использовать кэширование PHP."
+
+#: wp-cache.php:790
+msgid "Miscellaneous"
+msgstr "Разное"
+
+#: wp-cache.php:795
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Сжимать файлы кэша чтобы ускорить работу."
+
+#: wp-cache.php:796
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "Сжатие кэша отключено по умолчанию, так как может некорректно работать на некоторых хостингах. Включение или Отключение данной опции автоматически чистит временный кэш."
+
+#: wp-cache.php:799
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "Ошибка 304. Данная ошибка возникает тогда, когда страница не была изменена со времени прошлого запроса."
+
+#: wp-cache.php:800
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "Поддержка ошибки 304 отключена по умолчанию (из-за проблем некоторых сервисов)."
+
+#: wp-cache.php:802
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Не кэшировать страницы для <acronym title=\"Зарегистрированных пользователей и авторов комментариев\">известных пользователей</acronym>."
+
+#: wp-cache.php:803
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Авто перестройка кэша. Гости блога увидят устаревшие версии страниц кэша пока новые будут генерироваться."
+
+#: wp-cache.php:804
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Рассказать всем, что Вы пользуетесь плагином WP Super Cache (сообщение будет размещено в \"подвале\" сайта)!"
+
+#: wp-cache.php:810
+#: wp-cache.php:957
+#: wp-cache.php:1473
+msgid "Advanced"
+msgstr "Настройки"
+
+#: wp-cache.php:814
+msgid "Mobile device support."
+msgstr "Поддержка мобильных устройств"
+
+#: wp-cache.php:815
+msgid "Clear all cache files when a post or page is published."
+msgstr "Очищать кэш когда новая запись или страница опубликована."
+
+#: wp-cache.php:816
+msgid "Only refresh current page when comments made."
+msgstr "Обновлять страницу при добавлении нового комментария к ней"
+
+#: wp-cache.php:817
+msgid "List the newest cached pages on this page."
+msgstr "Создать список страниц в кэше (выводится на этой странице)"
+
+#: wp-cache.php:819
+msgid "Coarse file locking. You probably don&#8217;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>"
+msgstr "Блокировка файлов. Вам скорее всего не понадобится данная опция, но она может решить проблему маломощных хостингов. Внимание! <em>Включение опции, в редких случаях, может вызвать проблемы в работе блога!</em>"
+
+#: wp-cache.php:822
+msgid "Use object cache to store cached files."
+msgstr "Использовать объекты кэша для хранения кэшированных файлов."
+
+#: wp-cache.php:822
+msgid "(Experimental)"
+msgstr "(Экспериментальные настройки)"
+
+#: wp-cache.php:829
+msgid "Note:"
+msgstr "Важно:"
+
+#: wp-cache.php:831
+#, php-format
+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!)"
+msgstr "Деактивируя плагин, убедитесь что папка <em>%s</em> доступна для записи в настройках Вашего сервера, чтобы файлы плагина <em>advanced-cache.php</em> и <em>cache-config.php</em> были удалены в автоматическом режиме (также проверьте наличие прав на запись для этих двух файлов)."
+
+#: wp-cache.php:832
+#, php-format
+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\"."
+msgstr "Для справки смотрите <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (документ на англ.). Там Вы найдете полезную информацию по использованию и удалению плагина WP Super Cache."
+
+#: wp-cache.php:833
+#, php-format
+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."
+msgstr "Все еще нужна помощь? Смотрите официальный <a href=\"%1$s\">ЧАВО по плагину Super Cache</a> (англ.). Также, Вы можете задать свой вопрос на <a href=\"%2$s\">форумах тех. поддержки</a> (англ.), или ознакомиться с проблемами других пользователей и предложенными им решениями."
+
+#: wp-cache.php:836
+#: wp-cache.php:883
+msgid "Update Status"
+msgstr "Обновить"
+
+#: wp-cache.php:843
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Допустимые имена &amp; Запрещенные адреса"
+
+#: wp-cache.php:868
+msgid "Caching On"
+msgstr "Кэширование включено"
+
+#: wp-cache.php:869
+msgid "Caching Off"
+msgstr "Кэширование выключено"
+
+#: wp-cache.php:870
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Важно: рекомендуется включить PHP кэширование, авто перестройку кэша и поддержку для мобильных устройств"
+
+#: wp-cache.php:880
+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."
+msgstr "Внимание: Среди правил mod_rewrite обнаружены правила от Supercache. Для работы с кэшем будут использованы именно эти правила. Чтобы удалить их, Вам нужно вручную отредактировать файл .htaccess."
+
+#: wp-cache.php:892
+msgid "Make WordPress Faster"
+msgstr "Сделай свой блог быстрее!"
+
+#: wp-cache.php:893
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "Плагин %1$s создан и обновляется автором %2$s при поддержке многих других."
+
+#: wp-cache.php:894
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Посетите блог автора плагина %1$s и его фотоблог на %2$s."
+
+#: wp-cache.php:895
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Пожалуйста, посетите %s автора!"
+
+#: wp-cache.php:903
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Страниц в кэше с %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:904
+msgid "Newest Cached Pages:"
+msgstr "Новое в кэше:"
+
+#: wp-cache.php:908
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Добавлено в кэш %s секунд назад"
+
+#: wp-cache.php:911
+msgid "(may not always be accurate on busy sites)"
+msgstr "(список не рекомендован для больших сайтов)"
+
+#: wp-cache.php:930
+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."
+msgstr "Кэширование происходит за счет PHP файлов, хранящихся в папке плагина. Они загружаются при включении режима Supercache. Загрузка происходит намного чаще, чем для остальных плагинов WordPress."
+
+#: wp-cache.php:931
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "Для использования данной опции нужно знать не только PHP, но и WordPress (не на начальном уровне)."
+
+#: wp-cache.php:941
+msgid "Available Plugins"
+msgstr "Доступные плагины"
+
+#: wp-cache.php:957
+msgid "Easy"
+msgstr "Кэш"
+
+#: wp-cache.php:957
+msgid "Tester & Contents"
+msgstr "Проверка"
+
+#: wp-cache.php:957
+msgid "Preload"
+msgstr "Общий кэш"
+
+#: wp-cache.php:957
+msgid "Plugins"
+msgstr "Плагины"
+
+#: wp-cache.php:957
+msgid "Debug"
+msgstr "Обслуживание"
+
+#: wp-cache.php:984
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
+
+#: wp-cache.php:986
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
+
+#: wp-cache.php:996
+msgid "Mod Rewrite Rules"
+msgstr "Модуль Mod Rewrite"
+
+#: wp-cache.php:1002
+msgid "WordPress MU Detected"
+msgstr "Обнаружен WordPress MU!"
+
+#: wp-cache.php:1002
+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."
+msgstr "К сожалению, mod_rewrite невозможно обновить в автоматическом режиме в WordPress MU. Вам придется вручную сделать это: откройте файл .htaccess (расположен в корневой директории блога) и добавьте следующие правила в него."
+
+#: wp-cache.php:1004
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite не может быть обновлен!"
+
+#: wp-cache.php:1005
+#, php-format
+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:"
+msgstr "Для корректной работы, в Вашем файле %s.htaccess должны быть прописаны маркеры <strong>BEGIN</strong>, и <strong>END</strong>. Между ними находятся основные правила WordPress mod_rewrite, пример:"
+
+#: wp-cache.php:1007
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Обновите страницу когда закончите редактирование файла .htaccess."
+
+#: wp-cache.php:1011
+msgid "Thank you for upgrading."
+msgstr "Спасибо за обновление."
+
+#: wp-cache.php:1011
+#, php-format
+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&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
+msgstr "С момента последней установленной версии плагина правила mod_rewrite были изменены. К сожалению, Вам придется вручную удалить старые правила прежде чем новые заработают. Обновите эту страницу когда закончите редактировать файл .htaccess. Если Вы хотите полностью обновить все сами, то замените следующую строку: %1$s на эту: %2$s . Единственное отличие - это замена \"HTTP_COOKIE\" на \"HTTP:Cookie\" и \"wordpressuser\" на \"wordpress\". Эти перемены связаны с новой версией WordPress 2.5. Конечно Вы можете продолжать работать со старыми версиями, если хватит смелости ;)"
+
+#: wp-cache.php:1015
+msgid "Trailing slash check required."
+msgstr "Требуется проверка trailing slash."
+
+#: wp-cache.php:1015
+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:"
+msgstr "Кажется, все ссылки Вашего блога заканчиваются символом \"/\". К сожалению, как только Вы установили данный плагин, сработала опция, обнаружившая копии ссылок без символа \"/\" на конце, и теперь она не может осуществить перенаправление на верный адрес. Чтобы это исправить это, Вы должны отредактировать файл .htaccess и добавить два новых правила к группе основных правил плагина Supercache:"
+
+#: wp-cache.php:1017
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Чтобы посмотреть полный список работающих правил, нажмите кнопку ниже \"Посмотреть правила mod_rewrite\"."
+
+#: wp-cache.php:1031
+msgid "Mod Rewrite rules updated!"
+msgstr "Правила mod_rewrite обновлены!"
+
+#: wp-cache.php:1032
+#, php-format
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+msgstr "файл %s.htaccess был успешно обновлен, необходимые правила mod_rewrite были добавлены. Пожалуйста, проверьте их. Они должны выглядеть так:"
+
+#: wp-cache.php:1034
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Правила mod_rewrite должны быть обновлены!"
+
+#: wp-cache.php:1035
+#, php-format
+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:"
+msgstr "Ваш файл %s.htaccess недоступен для записи (в настройках сервера) и не может быть обновлен в автоматическом режиме. Вы должны вручную добавить новые правила к основным правилам WordPress так, как указано ниже:"
+
+#: wp-cache.php:1040
+#, php-format
+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."
+msgstr "Правила mod_rewrite для плагина WP Super Cache были обнаружены в файле %s.htaccess.<br /> Нажмите на соответствующую кнопку, чтобы посмотреть строчки. Если Вы только что обновили плагин, проверьте все правила."
+
+#: wp-cache.php:1043
+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 &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
+msgstr "Между правилами в Вашем файле .htaccess и правилами самого плагина обнаружены несоответствия. Это может быть просто лишний символ в строке, но Вы должны лично сравнить оригинальные правила со своими как можно скорее. Нажмите на кнопку &#8217;Обновить правила Mod_Rewrite&#8217;, чтобы сделать это в автоматическом режиме."
+
+#: wp-cache.php:1046
+msgid "View Mod_Rewrite Rules"
+msgstr "Посмотреть правила mod_rewrite"
+
+#: wp-cache.php:1050
+#: wp-cache.php:2287
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Правила должны быть также добавлены к %s:"
+
+#: wp-cache.php:1058
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Правила для Gzip-сжатия добавлены в файл %s.htaccess."
+
+#: wp-cache.php:1065
+msgid "Fix Configuration"
+msgstr "Восстановить стандартные настройки"
+
+#: wp-cache.php:1068
+msgid "Restore Default Configuration"
+msgstr "Восстановить настройки по умолчанию"
+
+#: wp-cache.php:1076
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Проверка комментариев включена. Прежде чем Ваши комментарии будут опубликованы пройдет какое-то время."
+
+#: wp-cache.php:1101
+msgid "Lock Down:"
+msgstr "Закрытый режим:"
+
+#: wp-cache.php:1101
+msgid "Disabled"
+msgstr "Отключен"
+
+#: wp-cache.php:1101
+msgid "Enabled"
+msgstr "Включен"
+
+#: wp-cache.php:1102
+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."
+msgstr "Подготовьте свой блог к запланированным всплескам посещаемости, активировав данный режим. В активном состоянии размещение новых комментариев и записей НЕ будет обновлять статичные файлы в кэше."
+
+#: wp-cache.php:1103
+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."
+msgstr "Разработчикам: Сделайте свой собственный плагин закрытого режима совместимым с нашим, добавив переменную \"WPLOCKDOWN\". Приведенный ниже код поможет Вам адоптировать свой плагин к настройкам нашего Режима."
+
+#: wp-cache.php:1105
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Извините, мой блог временно недоступен. Зайдите попозже"
+
+#: wp-cache.php:1109
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "Ваш блог использует Закрытый режим. Новые комментарии не обновляют все статичные элементы кэша."
+
+#: wp-cache.php:1111
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "Ваш блог не использует Закрытый режим. Новые комментарии обновляют все статичные элементы кэша."
+
+#: wp-cache.php:1117
+msgid "Lock Down"
+msgstr "Закрытый режим"
+
+#: wp-cache.php:1125
+msgid "Directly Cached Files"
+msgstr "Прямое кэширование страниц"
+
+#: wp-cache.php:1183
+#, php-format
+msgid "%s removed!"
+msgstr "%s удален!"
+
+#: wp-cache.php:1191
+#, php-format
+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."
+msgstr "Вы должны разрешить запись для %s. Но так как это потенциальная уязвимость, после обновления страницы верните права на чтение."
+
+#: wp-cache.php:1193
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "Директрия %s доступна для записи. Вам следует изменить ее права на \"Только чтение\"."
+
+#: wp-cache.php:1207
+msgid "Existing direct page"
+msgstr "Страница существует"
+
+#: wp-cache.php:1207
+msgid "Delete cached file"
+msgstr "Удалить файлы из кэша"
+
+#: wp-cache.php:1212
+msgid "Add direct page:"
+msgstr "Добавить страницу в кэш:"
+
+#: wp-cache.php:1214
+#, php-format
+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."
+msgstr "Данный кэш создается прямо из папки, где находится Ваш блог (папка %s). Эта опция полезна только тогда, когда ожидается большой приток посетителей с более популярного сайта на конкретную страницу или запись Вашего."
+
+#: wp-cache.php:1216
+#, php-format
+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."
+msgstr "Например: чтобы добавить в кэш страницу <em>%1$sabout/</em>, нужно прописать %1$sabout/ или /about/. Кэш для страницы будет создан сразу же после первого к ней обращения гостем."
+
+#: wp-cache.php:1217
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Чтобы удалить страницу из такого кэша, очистите текстовое поле и удалите файлы кэша."
+
+#: wp-cache.php:1222
+msgid "Update Direct Pages"
+msgstr "Обновить стрницы"
+
+#: wp-cache.php:1260
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Просроченные страницы &amp; Очистка мусора"
+
+#: wp-cache.php:1262
+msgid "Expire time:"
+msgstr "Актуальность кэша:"
+
+#: wp-cache.php:1263
+msgid "seconds"
+msgstr "секунд"
+
+#: wp-cache.php:1264
+msgid "Garbage Collection"
+msgstr "Очистка мусора"
+
+#: wp-cache.php:1264
+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."
+msgstr "Если время актуальности кэша более 1800 секунд (полчаса), то очистка мусора будет запускаться каждые 10 минут."
+
+#: wp-cache.php:1265
+msgid "Checking for and deleting expired files is expensive, but it&#8217;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."
+msgstr "Поверка и удаление просроченных страниц кэша занимает время, но и оставлять такие файлы в системе не стоит. На больших блогах нужно выставлять \"время жизни\" каждой копии <em>300 секунд</em>. Вы можете поэкспериментировать с настройкой и посмотреть, сколько просроченных копий страниц остается в кэше в течение дня. Оптимальное число таких страниц не более 500. Используя кэширование с mod_rewrite или PHP, Вы сможете увеличить количество кэшируемых страниц."
+
+#: wp-cache.php:1266
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Установите значение на 0, чтобы отключить Очистку мусора."
+
+#: wp-cache.php:1267
+msgid "Change Expiration"
+msgstr "Изменить время жизни копии"
+
+#: wp-cache.php:1311
+msgid "Rejected User Agents"
+msgstr "Поисковые и другие боты"
+
+#: wp-cache.php:1312
+msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
+msgstr "Чтобы запретить плагину кэшировать запросы от поисковых ботов и других сетевых роботов, введите их названия в поле ниже (по одному в строке). Если копия страницы уже существует в кэше Super Cache, то она все равно будет отправлена боту."
+
+#: wp-cache.php:1319
+msgid "Save UA Strings"
+msgstr "Сохранить настройки"
+
+#: wp-cache.php:1342
+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."
+msgstr "Не кэшировать страницы следующих типов. Сверьтесь с <a href=\"http://codex.wordpress.org/Conditional_Tags\">Статьей Кодекса WP</a> (англ.), чтобы узнать подробнее о типах страниц."
+
+#: wp-cache.php:1345
+msgid "Single Posts"
+msgstr "Записи"
+
+#: wp-cache.php:1346
+msgid "Pages"
+msgstr "Страницы"
+
+#: wp-cache.php:1347
+msgid "Front Page"
+msgstr "Основная страница"
+
+#: wp-cache.php:1348
+msgid "Home"
+msgstr "Домашняя страница"
+
+#: wp-cache.php:1349
+msgid "Archives"
+msgstr "Архивы"
+
+#: wp-cache.php:1350
+msgid "Tags"
+msgstr "Метки"
+
+#: wp-cache.php:1351
+msgid "Category"
+msgstr "Рубрики"
+
+#: wp-cache.php:1352
+msgid "Feeds"
+msgstr "Фиды"
+
+#: wp-cache.php:1353
+msgid "Search Pages"
+msgstr "Страницы поиска"
+
+#: wp-cache.php:1355
+#: wp-cache.php:1483
+msgid "Save"
+msgstr "Сохранить"
+
+#: wp-cache.php:1372
+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&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
+msgstr "Поле ниже Вы также можете заполнить фрагментами адресов страниц (или групп страниц, например, архив за год/месяц и т.д.), которые не будут кэшироваться. Плагин будет сканировать адреса страниц на предмет наличая в них фрагментов, указанных ниже, перед кэшированием."
+
+#: wp-cache.php:1378
+msgid "Save Strings"
+msgstr "Сохранить список запрещенных фрагментов"
+
+#: wp-cache.php:1394
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Поле ниже Вы можете заполнить названиями файлов которые будут кэшированы, даже если в их названии есть запрещенных к кэшированию фрагменты."
+
+#: wp-cache.php:1400
+msgid "Save Files"
+msgstr "Сохранить список файлов"
+
+#: wp-cache.php:1445
+msgid "Currently logging to: "
+msgstr "Режим записан на:"
+
+#: wp-cache.php:1455
+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."
+msgstr "Здесь Вы можете решить некоторые проблемы, возникающие при работе с плагином, с помощью отладки. Вы можете записывать служебную информацию (логи) в файлы директории кэша."
+
+#: wp-cache.php:1456
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Получить доступ к файлу лога просто, но при очистке кэша лог также будет удален."
+
+#: wp-cache.php:1460
+msgid "Debugging"
+msgstr "Режим отладки"
+
+#: wp-cache.php:1461
+msgid "Logging Type"
+msgstr "Тип входа"
+
+#: wp-cache.php:1461
+msgid "Email"
+msgstr "Email"
+
+#: wp-cache.php:1462
+msgid "file"
+msgstr "файл"
+
+#: wp-cache.php:1463
+msgid "IP Address"
+msgstr "Адрес IP"
+
+#: wp-cache.php:1463
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(записывает обращения только с этого IP. Ваш IP - %s)"
+
+#: wp-cache.php:1464
+msgid "Log level"
+msgstr "Уровень лога"
+
+#: wp-cache.php:1470
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = наименьший, 5 = наибольший, может вызвать болшую нагрузку на сервер)"
+
+#: wp-cache.php:1473
+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>"
+msgstr "В особо редких случаях на блоге могут случиться две проблемы:<ol><li> Вместо главной страницы пользователи будут видеть предложение загрузить .zip архив с ней</li><li> Вместо главной страницы может быть добавлена в кэш совершенно другая (только в случае, если Ваш бог использует следующую структуру ссылок <em>/%category%/%postname%/</em>).</li></ol>"
+
+#: wp-cache.php:1474
+#, php-format
+msgid "I&#8217;m 99% certain that they aren&#8217;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&#8217;re worried. You will be emailed if there is a problem."
+msgstr "I&#8217;m 99% certain! Ошибки, которые могут возникнуть при работе с WP Super Cache, не связаны с самим плагином. Они возникают в редких случаях, но Вы можете подстраховаться, запустив автоматическую проверку блога каждые 5 минут. В случае ошибки, Вам будет отправлено сообщение."
+
+#: wp-cache.php:1476
+msgid "Check front page every 5 minutes."
+msgstr "Проверять главную страницу каждые 5 минут."
+
+#: wp-cache.php:1477
+msgid "Front page text"
+msgstr "Ключевой текст"
+
+#: wp-cache.php:1477
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "Введите текст который плагин будет искать на главной странице. Если текст не будет обнаружен, то кэш автоматически очистится. Оставьте поле пустым чтобы отключить опцию."
+
+#: wp-cache.php:1478
+msgid "Clear cache on error."
+msgstr "Очищать кэш при ошибке."
+
+#: wp-cache.php:1479
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Сообщить администратору блога по завершению проверки (полезно при тестировании на ошибки)."
+
+#: wp-cache.php:1493
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Ошибка: сжатие GZIP включено, отключите его если хотите запустить wp-cache."
+
+#: wp-cache.php:1540
+#: wp-cache.php:1702
+msgid "Warning"
+msgstr "Внимание"
+
+#: wp-cache.php:1540
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "Сжатие GZIP включено в настройках WordPress, плагин не будет работать до тех пор, пока Вы не отключите gzip."
+
+#: wp-cache.php:1598
+#: wp-cache.php:1603
+#: wp-cache.php:1635
+#: wp-cache.php:1640
+#: wp-cache.php:1646
+msgid "Error"
+msgstr "Ошибка"
+
+#: wp-cache.php:1598
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Папка (<strong>$cache_path</strong>) не существует и не может быть создана в автоматическом режиме. Проверьте права доступа к %s."
+
+#: wp-cache.php:1603
+#, php-format
+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."
+msgstr "Папка (<strong>%1$s</strong>) или <strong>%2$s</strong> должна быть доступна для записи. Перепроверьте права доступа."
+
+#: wp-cache.php:1635
+#, php-format
+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."
+msgstr "Конфигурационный файл WP-Cache (<strong>%s</strong>) может быть недействителен и недоступен для записи. Пожалуйста, удалите его вручную и обновите страницу."
+
+#: wp-cache.php:1640
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Конфигурационный файл отсутствует, а папка %1$s (<strong>%2$s</strong>) недоступна для записи. Проверьте права доступа."
+
+#: wp-cache.php:1646
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Файл WP-Cache (<strong>%s</strong>) не был найден. Проверьте, завершили ли Вы установку плагина."
+
+#: wp-cache.php:1702
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> не существует или не может быть обновлен в автоматическом режиме."
+
+#: wp-cache.php:1703
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Если он уже существует в папках Вашего блога, удалите его."
+
+#: wp-cache.php:1704
+#, php-format
+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&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+msgstr "2. Измените права доступа к %1$s, чтобы можно было записать данные в автоматическом режиме (права должны быть: <em>chmod 777 %1$s</em>), проверьте правильность заданных прав и обновите страницу. Это временное условие, после обновления страницы права доступа нужно вернуть на прежние (с 777 на 755)."
+
+#: wp-cache.php:1705
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Обновите страницу, файл <em>%s/advanced-cache.php</em> обновится сам"
+
+#: wp-cache.php:1706
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Если это не сработало, убедитесь что <em>%s/advanced-cache.php</em> точно не существует:"
+
+#: wp-cache.php:1707
+#, php-format
+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>"
+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>"
+
+#: wp-cache.php:1730
+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>"
+msgstr "<h3>Параметр WP_CACHE не активирован</h3><p>Данный параметр должен быть активирован для того, чтобы WordPress мог корректно работать с файлами кэша. В данный момент он отключен. Чтобы включить его, откройте файл wp-config.php и добавьте в него следующую строчку:<br /><br /><code>define('WP_CACHE', true);</code></p>"
+
+#: wp-cache.php:1732
+msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
+msgstr "<strong>Ошибка: Переменная WP_CACHE не активирована</strong> в файле общих конфигураций <code>wp-config.php</code>."
+
+#: wp-cache.php:1733
+#, php-format
+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. "
+msgstr "Отредактируйте код <code>%s</code> и добавьте следующую сточку:<br /> <code>define('WP_CACHE', true);</code><br />Иначе, <strong>WP-Cache не сможет запуститься</strong>. "
+
+#: wp-cache.php:1737
+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."
+msgstr "<h3>Переменная WP_CACHE добавлена в файл конфигураций wp-config.php</h3><p>Если Вы до сих пор видите данное сообщение, то сверьтесь с пунктом 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">ЧАВО</a> (на англ.). Строка с WP_CACHE должна быть размещена выше."
+
+#: wp-cache.php:1759
+msgid "Cache Contents"
+msgstr "Состояние кэша"
+
+#: wp-cache.php:1762
+msgid "Object cache in use. No cache listing available."
+msgstr "Список кэширования недоступен."
+
+#: wp-cache.php:1786
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Удаление файлов Super Cache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1803
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Удаление файлов WP-Cache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1868
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Статистика объектив в кэше НЕ создается автоматически. Чтобы обновить ее вручную нажмите на ссылку ниже."
+
+#: wp-cache.php:1869
+msgid "Regenerate cache stats"
+msgstr "Обновить статистику кэша"
+
+#: wp-cache.php:1871
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Статистика объектов в кэше последний раз создана: %s мин назад."
+
+#: wp-cache.php:1877
+msgid "WP-Cache"
+msgstr "Состояние WP-Cache"
+
+#: wp-cache.php:1878
+#: wp-cache.php:1894
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s страниц в кэше"
+
+#: wp-cache.php:1879
+#: wp-cache.php:1899
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s страниц просрочено"
+
+#: wp-cache.php:1893
+msgid "WP-Super-Cache"
+msgstr "Состояние WP-Super-Cache"
+
+#: wp-cache.php:1904
+msgid "Fresh WP-Cached Files"
+msgstr "Новые файлы WP-Cache"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "URI"
+msgstr "АДРЕС"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+msgid "Key"
+msgstr "Ключ"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Age"
+msgstr "Возраст"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Delete"
+msgstr "Удалить"
+
+#: wp-cache.php:1920
+msgid "Stale WP-Cached Files"
+msgstr "Старые файлы WP-Cache"
+
+#: wp-cache.php:1936
+msgid "Fresh Super Cached Files"
+msgstr "Новые файлы Super Cache"
+
+#: wp-cache.php:1952
+msgid "Stale Super Cached Files"
+msgstr "Старые файлы Super Cache"
+
+#: wp-cache.php:1968
+msgid "Hide file list"
+msgstr "Убрать список"
+
+#: wp-cache.php:1970
+msgid "Too many cached files, no listing possible."
+msgstr "Слишком много объектов в кэше, создание списка невозможно."
+
+#: wp-cache.php:1972
+msgid "List all cached files"
+msgstr "Список кэшированных файлов"
+
+#: wp-cache.php:1978
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Очистка мусора</strong><br />Предыдущая очистка была <strong>%s</strong> минут назад<br />"
+
+#: wp-cache.php:1979
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Следующая очистка будет через <strong>%s</strong> минут"
+
+#: wp-cache.php:1982
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Просроченный кэш - это страницы, созданные более чем %s секунд назад. Не смотря на свой статус, они используются в общем кэше и периодически удаляются."
+
+#: wp-cache.php:1993
+msgid "Delete Expired"
+msgstr "Удалить просроченный кэш"
+
+#: wp-cache.php:1999
+#: wp-cache.php:2011
+#: wp-cache.php:2174
+msgid "Delete Cache"
+msgstr "Удалить весь кэш"
+
+#: wp-cache.php:2011
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Удалить файлы Super Cache (в новом окне)"
+
+#: wp-cache.php:2150
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s благодарен плагину %2$s за проделаннную работу"
+
+#: wp-cache.php:2183
+#, php-format
+msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
+msgstr "Плагин WP Super Cache должен быть настроен! Чтобы активировать его и настроить, перейдите на <a href=\"%s\">страницу управления</a> плагином."
+
+#: wp-cache.php:2189
+msgid "Settings"
+msgstr "Настройки"
+
+#: wp-cache.php:2199
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "Плагин WP Super Cache не активирован. Чтобы активировать его, перейдите на <a href=\"%s\">страницу управления</a> плагином."
+
+#: wp-cache.php:2218
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] Главная страница сжата с помощью gzipped! Удалите кэш!"
+
+#: wp-cache.php:2218
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Произошла ошибка! Посетите %s чтобы удалить кэш!"
+
+#: wp-cache.php:2221
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] Главная страница сжата с помощью gzipped! Кэш удален!"
+
+#: wp-cache.php:2221
+#, php-format
+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."
+msgstr "Весь кэш для Вашего блога был очищен, так как плагин заметил ошибку на главной странице (она скачивалась архивом). Чтобы проверить кэш, посетите эту стрницу %s."
+
+#: wp-cache.php:2228
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] Кэш главной страницы содержит ошибку! Удалите кэш!"
+
+#: wp-cache.php:2228
+#, php-format
+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\"!"
+msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Чтобы исправить ошибку, посетите эту страницу %1$s и вручную очистие кэш."
+
+#: wp-cache.php:2231
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] Главная страница отображается с ошибкой! Кэш удален!"
+
+#: wp-cache.php:2231
+#, php-format
+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."
+msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Посетите эту страницу %1$s чтобы проверить кэш."
+
+#: wp-cache.php:2236
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Главная страница проверена!"
+
+#: wp-cache.php:2236
+#, php-format
+msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+msgstr "Плагин WP Super Cache только что проверил главную страницу Вашего блога на предмет ошибок. Чтобы отключить уведомления и проверку посетите эту страницу %s."
+
+#: wp-cache.php:2279
+msgid "Cannot update .htaccess"
+msgstr "Не могу обновить файл .htaccess"
+
+#: wp-cache.php:2279
+#, php-format
+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."
+msgstr "Файл <code>%s.htaccess</code> не может быть обновлен в автоматическом режиме. Чтобы исправить это задайте необходимые для записи права доступа к нему."
+
+#: wp-cache.php:2279
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Обновите страницу когда необходимые права доступа будут заданы."
+
+#: wp-cache.php:2279
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Вы также можете редактировать файл <code>%s.htaccess</code> вручную и лично добавить необходимые правила (до имеющихся там правил WordPress):"
+
+#: wp-cache.php:2283
+#, php-format
+msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
+msgstr "Чтобы плагин мог правильно работать с статичными html файлами, Вы должны добавить в файл <code>%s.htaccess</code> правила модуля mod_rewrite"
+
+#: wp-cache.php:2284
+msgid "You can edit the file yourself add the following rules."
+msgstr "Вы можете вручную отредактировать файл и добавить необходимые правила."
+
+#: wp-cache.php:2285
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr " Убедитесь что они идут перед всеми уже существующими в документе правилами WordPress. "
+
+#: wp-cache.php:2293
+msgid "Update Mod_Rewrite Rules"
+msgstr "Обновить правила mod_rewrite"
+
+#: wp-cache.php:2389
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] Общее кэширование началось"
+
+#: wp-cache.php:2391
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] Обновление кэша записей с %2$d по %3$d"
+
+#: wp-cache.php:2402
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d кэш записей обновлен"
+
+#: wp-cache.php:2402
+msgid "Refreshed the following posts:"
+msgstr "Следующие записи обновлены:"
+
+#: wp-cache.php:2411
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Следующее запланированное обновление общего кэша через %d минут."
+
+#: wp-cache.php:2421
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] Общее кэширование завершено"
+
+#: wp-cache.php:2421
+msgid "Cleaning up old supercache files."
+msgstr "Удалять старые файлы из кэша Super Cache."
+
+#: wp-cache.php:2462
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] Общее кэширование могло быть прервано."
+
+#: wp-cache.php:2462
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"Общее кэширование было перезапущено.\n"
+"%s"
+
+#~ msgid ""
+#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
+#~ "strong> button."
+#~ msgstr ""
+#~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
+#~ "Mod_Rewrite</strong>."
+
+#~ msgid "WP Super Cache Manager"
+#~ msgstr "Управление плагином WP Super Cache"
+
+#~ msgid "Why your configuration may not be changed"
+#~ msgstr "Почему конфигурации не могут быть изменены"
+
+#~ msgid "Why"
+#~ msgstr "Почему"
+
+#~ msgid "ON"
+#~ msgstr "ВКЛ"
+
+#~ msgid "WP Cache and Super Cache enabled"
+#~ msgstr "Плагины WP Cache и Super Cache включены"
+
+#~ msgid "HALF ON"
+#~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
+
+#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+#~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
+
+#~ msgid "OFF"
+#~ msgstr "ВЫКЛ"
+
+#~ msgid "WP Cache and Super Cache disabled"
+#~ msgstr "Плагины WP Cache и Super Cache отключены"
+
+#~ msgid ""
+#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+#~ "file is being generated. Recommended for <em>very</em> busy websites with "
+#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+#~ "obsolete."
+#~ msgstr ""
+#~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
+#~ "старые страницы из плагина Super Cache, пока формируются новые. "
+#~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
+#~ "посещаемых блогов, где много комментариев. После включения опции в "
+#~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
+#~ "(они устаревают)"
+
+#~ msgid ""
+#~ "List the newest cached pages (may be expensive to run on busy sites, use "
+#~ "with caution.)"
+#~ msgstr ""
+#~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
+#~ "риск, может затормозить сайты с большим количеством посетителей)"
+
+#~ msgid ""
+#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
+#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
+#~ "\" for whatever amount you want. Every penny helps!"
+#~ msgstr ""
+#~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
+#~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
+#~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
+#~ "копейка поможет мне!"
+
+#~ msgid ""
+#~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
+#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
+#~ "\">wishlist</a>."
+#~ msgstr ""
+#~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
+#~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
+#~ "меня из моего <a href=\"%s\">списка желаний</a>."
+
+#~ msgid "Thanks in advance!"
+#~ msgstr "Заранее благодарю!"
+
+#~ msgid ""
+#~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
+#~ "very happy!"
+#~ msgstr ""
+#~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
+#~ "счастливым!"
+
+#~ msgid "Don&#8217;t show me this again."
+#~ msgstr "Не показывать больше это сообщение."
+
+#~ msgid "Hide"
+#~ msgstr "Спрятать"
+
+#~ msgid ""
+#~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
+#~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
+#~ "<br />Even a penny will help."
+#~ msgstr ""
+#~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
+#~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
+#~ "его работе."
+
+#~ msgid "Super Cache Compression"
+#~ msgstr "Сжатие кэша Super Cache"
+
+#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+#~ msgstr ""
+#~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
+
+#~ msgid "Super Cache compression is now disabled."
+#~ msgstr "Сжатие кэша Super Cache теперь отключено."
+
+#~ msgid "Super Cache compression is now enabled."
+#~ msgstr "Сжатие кэша Super Cache теперь включено."
+
+#~ msgid "Update Compression"
+#~ msgstr "Обновить настройки сжатия"
+
+#~ msgid "Debug Settings"
+#~ msgstr "Параметры отладки"
+
+#~ msgid ""
+#~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
+#~ "constant is defined in your wp-config.php but must be set to true, not "
+#~ "false for this plugin to work correctly.</p>"
+#~ msgstr ""
+#~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
+#~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
+#~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
+
+#~ msgid "You must edit the file yourself add the following rules."
+#~ msgstr ""
+#~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo
new file mode 100644
index 0000000000000000000000000000000000000000..22715f9f5823972e90d0a36f50fa2050f83c2ef4
GIT binary patch
literal 57046
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

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po
new file mode 100644
index 000000000..9f43c2f7a
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po
@@ -0,0 +1,1543 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp-super-cache 0.9.9.6\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-09-27 13:58+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Fredrik Forséll <fredrik@djurby.se>\n"
+"Language-Team: Faffe <fredrik@djurby.se>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Swedish\n"
+"X-Poedit-Country: SWEDEN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Din kommentar väntar på moderering."
+
+#: plugins/awaitingmoderation.php:23
+#: plugins/awaitingmoderation.php:38
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/domain-mapping.php:47
+#: plugins/domain-mapping.php:62
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1114
+msgid "Disable"
+msgstr "Inaktivera"
+
+#: plugins/awaitingmoderation.php:29
+#: plugins/badbehaviour.php:55
+#: plugins/domain-mapping.php:53
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "inaktiverad"
+
+#: plugins/awaitingmoderation.php:31
+#: plugins/badbehaviour.php:57
+#: plugins/domain-mapping.php:55
+#: plugins/searchengine.php:69
+#: wp-cache.php:1460
+msgid "enabled"
+msgstr "aktiverad"
+
+#: plugins/awaitingmoderation.php:33
+#, php-format
+msgid "Awaiting Moderation plugin is %s"
+msgstr "Tillägget Awaiting Moderation är %s"
+
+#: plugins/awaitingmoderation.php:34
+msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
+msgstr "(Ta bort texten \"Din kommentar väntar på moderering.\" när någon lämnar en modererad kommentar.)"
+
+#: plugins/awaitingmoderation.php:36
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: plugins/searchengine.php:74
+#: wp-cache.php:1114
+msgid "Enable"
+msgstr "Aktivera"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Bad Behaviour hittades inte. Var vänlig kontrollera din installation."
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "Bad Behaviour-stöd är %s."
+
+#: plugins/badbehaviour.php:61
+#, php-format
+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/\") "
+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/\")"
+
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:1191
+#: wp-cache.php:1193
+msgid "Warning!"
+msgstr "Varning!"
+
+#: plugins/domain-mapping.php:57
+#, php-format
+msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
+msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-tilläget är %s"
+
+#: plugins/domain-mapping.php:58
+msgid "(support for multiple domains on multisite websites) "
+msgstr "(stöd för flera domäner på flera webbplatser)"
+
+#: plugins/domain-mapping.php:72
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Domain Mapping-tillägget detekterat! Var vänlig gå till Supercache-tilläggets sida och aktivera domain mapping hjälp-tillägget."
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-tillägget är %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(kräver <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> också) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Var vänlig skapa %s /wp-cache-config.php från wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:138
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Varning! PHP Safe Mode aktiverat!"
+
+#: wp-cache.php:139
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Du kan uppleva problem när du använder det här tillägget eftersom SAFE MODE är aktiverat."
+
+#: wp-cache.php:143
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+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."
+
+#: wp-cache.php:144
+#, php-format
+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."
+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."
+
+#: wp-cache.php:146
+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."
+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."
+
+#: wp-cache.php:152
+msgid "Permlink Structure Error"
+msgstr "Fel på permalänkstrukturen"
+
+#: wp-cache.php:153
+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."
+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."
+
+#: wp-cache.php:165
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Varning! Ditt värdnamn \"%s\" löses upp till %s"
+
+#: wp-cache.php:166
+#, php-format
+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."
+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."
+
+#: wp-cache.php:167
+#: wp-cache.php:181
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Var vänlig läs inlägg 16 i <a href=\"%s\">Felsökningsdelen</a> av readme.txt"
+
+#: wp-cache.php:180
+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."
+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."
+
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Kan inte fortsätta... rätta till tidigare problem och försök igen."
+
+#: wp-cache.php:204
+msgid "Zlib Output Compression Enabled!"
+msgstr "Zlib utdatakomprimering aktiverad!"
+
+#: wp-cache.php:205
+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."
+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."
+
+#: wp-cache.php:209
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod rewrite kanske inte är installerat!"
+
+#: wp-cache.php:210
+msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;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."
+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."
+
+#: wp-cache.php:215
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Skrivskyddat läge. Konfigurationen kan inte ändras."
+
+#: wp-cache.php:216
+#, php-format
+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."
+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."
+
+#: wp-cache.php:217
+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&#8217;s globally writeable and it should be fine."
+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."
+
+#: wp-cache.php:218
+msgid "Writeable:"
+msgstr "Skrivbar:"
+
+#: wp-cache.php:219
+msgid "Readonly:"
+msgstr "Skrivskyddad:"
+
+#: wp-cache.php:231
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Varning! %s är skrivbar!"
+
+#: wp-cache.php:232
+#, php-format
+msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
+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:"
+
+#: wp-cache.php:240
+msgid "Mobile rewrite rules detected"
+msgstr "Mobila omskrivningsregler hittade"
+
+#: wp-cache.php:241
+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."
+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. "
+
+#: wp-cache.php:241
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Det här har ingen påverkan på vanliga användare men mobila användare kommer se ocachade sidor."
+
+#: wp-cache.php:247
+#: wp-cache.php:258
+msgid "Rewrite rules must be updated"
+msgstr "Mod Rewrite regler måste uppdateras"
+
+#: wp-cache.php:248
+#: wp-cache.php:259
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Rewrite-reglerna som krävs för detta tillägg har ändrats eller saknas."
+
+#: wp-cache.php:249
+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):"
+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):"
+
+#: wp-cache.php:250
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Ställ in tillägget på föråldrat läge och aktivera mobilt stöd."
+
+#: wp-cache.php:251
+#: wp-cache.php:260
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "Skrolla ner till de avancerade inställningarna och klicka på knappen <strong>Uppdatera Mod_Rewrite Reglerna</strong>."
+
+#: wp-cache.php:252
+#, php-format
+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."
+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."
+
+#: wp-cache.php:253
+#, php-format
+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)"
+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)"
+
+#: wp-cache.php:266
+msgid "Required to serve compressed supercache files properly."
+msgstr "Krävs för att visa komprimerade supercache filer korrekt."
+
+#: wp-cache.php:266
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+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."
+
+#: wp-cache.php:266
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+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."
+
+#: wp-cache.php:273
+msgid "Missing Apache Modules"
+msgstr "Saknade Apachemoduler"
+
+#: wp-cache.php: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."
+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."
+
+#: wp-cache.php:413
+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."
+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."
+
+#: wp-cache.php:501
+msgid "WP Super Cache Settings"
+msgstr "WP Super Cache-inställningar"
+
+#: wp-cache.php:512
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Observera: <em>Mod_rewrite eller föråldrar cachning aktiverad</em>. Visar avancerade inställningar som standard."
+
+#: wp-cache.php:523
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "Konfigurationsfil ändrad, några värden kan vara fel. Ladda sidan igen från \"Inställningar\"-menyn för att återställa dom."
+
+#: wp-cache.php:540
+#: wp-cache.php:614
+msgid "Caching must be enabled to use this feature"
+msgstr "Cachning måste vara aktiverad för att använda den här funktionen"
+
+#: wp-cache.php:542
+msgid "Cache Tester"
+msgstr "Cachetestare"
+
+#: wp-cache.php:543
+msgid "Test your cached website by clicking the test button below."
+msgstr "Testa din cachade websida genom att genom att klicka på testknappen nedan."
+
+#: wp-cache.php:550
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "Hämtar %s till den primära cachen:"
+
+#: wp-cache.php:552
+#: wp-cache.php:559
+#: wp-cache.php:566
+msgid "OK"
+msgstr "OK"
+
+#: wp-cache.php:557
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "Hämtar första kopian av %s:"
+
+#: wp-cache.php:564
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "Hämtar en andra kopia av %s:"
+
+#: wp-cache.php:570
+msgid "One or more page requests failed:"
+msgstr "En eller flera sidförfrågningar misslyckades:"
+
+#: wp-cache.php:589
+#: wp-cache.php:590
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "Sida %d: %d (%s):"
+
+#: wp-cache.php:596
+#, php-format
+msgid "Page 1: %s"
+msgstr "Sida 1: %s"
+
+#: wp-cache.php:597
+#, php-format
+msgid "Page 2: %s"
+msgstr "Sida 2: %s"
+
+#: wp-cache.php:598
+msgid "The timestamps on both pages match!"
+msgstr "Tidsstämplarna på sidorna matchar!"
+
+#: wp-cache.php:600
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Sidorna matchar inte! Tidsstämplarna är olika eller hittades inte!"
+
+#: wp-cache.php:606
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Skicka osäker (icke https) förfrågan om hemsida"
+
+#: wp-cache.php:607
+msgid "Test Cache"
+msgstr "Testa Cache"
+
+#: wp-cache.php:632
+#: wp-cache.php:755
+msgid "Cancel Cache Preload"
+msgstr "Avbryt cache-förladdning"
+
+#: wp-cache.php:638
+msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
+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."
+
+#: wp-cache.php:649
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Schemalagd förladdning av cachen avbruten."
+
+#: wp-cache.php:675
+#: wp-cache.php:753
+msgid "Preload Cache Now"
+msgstr "Förladda cache nu"
+
+#: wp-cache.php:678
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Schemalagd förladdning av cachen om 10 sekunder."
+
+#: wp-cache.php:682
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Schemalagd förladdning av cachen om %d minuter."
+
+#: wp-cache.php:686
+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."
+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."
+
+#: wp-cache.php:687
+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."
+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."
+
+#: wp-cache.php:688
+msgid "In &#8217;Preload Mode&#8217; 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."
+msgstr "I &#8217;Förladdningsläge&#8217; 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."
+
+#: wp-cache.php:692
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Uppdatera förladdade cachefiler var %s minut. (0 för att stänga av, minst %d minuter.)"
+
+#: wp-cache.php:705
+msgid "all"
+msgstr "alla"
+
+#: wp-cache.php:718
+#, php-format
+msgid "Preload %s posts."
+msgstr "Förladda %s inlägg."
+
+#: wp-cache.php:725
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "Förladdningsläge (upprensning av endast gamla filer. Rekommenderat.)"
+
+#: wp-cache.php:728
+msgid "Send me status emails when files are refreshed."
+msgstr "Skicka status-epost till mig när filerna uppdateras."
+
+#: wp-cache.php:733
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "Mycket e-post, 2 brev per 100 inlägg."
+
+#: wp-cache.php:736
+msgid "Medium, 1 email per 100 posts."
+msgstr "Mellan, 1 brev per 100 inlägg."
+
+#: wp-cache.php:739
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Mindre e-post, 1 i början och 1 i slutet av förladdning av alla inlägg."
+
+#: wp-cache.php:743
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Uppdatering av cache om %d timmar %d minuter och %d sekunder."
+
+#: wp-cache.php:744
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Fullständig uppdatering om %d timmar %d minuter och %d sekunder."
+
+#: wp-cache.php:750
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "För närvarande cachas från inlägg %d till %d."
+
+#: wp-cache.php:753
+msgid "Update Settings"
+msgstr "Uppdatera inställningar"
+
+#: wp-cache.php:761
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "Förladdning av cache är avaktiverat. Var vänlig avaktivera föråldrat läge eller prata med din serveradministratör."
+
+#: wp-cache.php:776
+#: wp-cache.php:865
+msgid "Caching"
+msgstr "Cachning"
+
+#: wp-cache.php:780
+msgid "Cache hits to this website for quick access."
+msgstr "Cacheträffar för den här webbplatsen för snabb åtkomst."
+
+#: wp-cache.php:780
+#: wp-cache.php:781
+#: wp-cache.php:795
+#: wp-cache.php:799
+#: wp-cache.php:802
+#: wp-cache.php:803
+#: wp-cache.php:868
+msgid "Recommended"
+msgstr "Rekommenderat"
+
+#: wp-cache.php:781
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Använd mod_rewrite för att serva cachefiler."
+
+#: wp-cache.php:782
+msgid "Use PHP to serve cache files."
+msgstr "Använd PHP för att presentera cachade filer."
+
+#: wp-cache.php:783
+msgid "Legacy page caching."
+msgstr "Föråldrad sidcaching"
+
+#: wp-cache.php:784
+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."
+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."
+
+#: wp-cache.php:790
+msgid "Miscellaneous"
+msgstr "Diverse"
+
+#: wp-cache.php:795
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Komprimera sidor så att de presenteras snabbare för besökare."
+
+#: wp-cache.php:796
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+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."
+
+#: wp-cache.php:799
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 Not Modified webbläsarcaching. Indikerar när en sida inte har modifierats sedan den senast hämtades."
+
+#: wp-cache.php:800
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "304-stöd är avstängt som standard eftersom GoDaddy förut har haft problem med några av sidhuvudena som använts."
+
+#: wp-cache.php:802
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Cacha inte sidor för <acronym title=\"Inloggade användare och de som kommenterar\">kända användare</acronym>."
+
+#: wp-cache.php:803
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Cacheombyggning. Presentera en supercachefil till anonyma användare medan en ny fil genereras."
+
+#: wp-cache.php:804
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Berätta stolt för världen att din server är Diggsäker! (placerar ett meddelande i din bloggs sidfot)"
+
+#: wp-cache.php:810
+#: wp-cache.php:957
+#: wp-cache.php:1473
+msgid "Advanced"
+msgstr "Avancerat"
+
+#: wp-cache.php:814
+msgid "Mobile device support."
+msgstr "Stöd för mobila enheter."
+
+#: wp-cache.php:815
+msgid "Clear all cache files when a post or page is published."
+msgstr "Rensa alla cachefiler när ett inlägg eller sida publiceras."
+
+#: wp-cache.php:816
+msgid "Only refresh current page when comments made."
+msgstr "Uppdatera endast aktuell sida när en kommentar läggs in."
+
+#: wp-cache.php:817
+msgid "List the newest cached pages on this page."
+msgstr "Lista de senast cachade sidorna på den här sidan."
+
+#: wp-cache.php:819
+msgid "Coarse file locking. You probably don&#8217;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>"
+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>"
+
+#: wp-cache.php:822
+msgid "Use object cache to store cached files."
+msgstr "Använd objektcache för att lagra cachade filer."
+
+#: wp-cache.php:822
+msgid "(Experimental)"
+msgstr "(Experimentellt)"
+
+#: wp-cache.php:829
+msgid "Note:"
+msgstr "Notera:"
+
+#: wp-cache.php:831
+#, php-format
+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!)"
+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é) "
+
+#: wp-cache.php:832
+#, php-format
+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\"."
+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\"."
+
+#: wp-cache.php:833
+#, php-format
+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."
+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."
+
+#: wp-cache.php:836
+#: wp-cache.php:883
+msgid "Update Status"
+msgstr "Uppdatera Status"
+
+#: wp-cache.php:843
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Accepterade filnamn &amp; Avvisade URI:er"
+
+#: wp-cache.php:868
+msgid "Caching On"
+msgstr "Cachning på"
+
+#: wp-cache.php:869
+msgid "Caching Off"
+msgstr "Cachning av"
+
+#: wp-cache.php:870
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Observera: aktiverar PHP-cachning, cacheombyggnad och stöd för mobila enheter"
+
+#: wp-cache.php:880
+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."
+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."
+
+#: wp-cache.php:892
+msgid "Make WordPress Faster"
+msgstr "Gör WordPress snabbare"
+
+#: wp-cache.php:893
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s underhålls och är utvecklat av %2$s med stöd från många andra."
+
+#: wp-cache.php:894
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Han bloggar på %1$s och lägger ut bilder på %2$s."
+
+#: wp-cache.php:895
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Var vänlig säg hej till honom på %s också!"
+
+#: wp-cache.php:903
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Cachade sidor sedan %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:904
+msgid "Newest Cached Pages:"
+msgstr "Senast cachade sidor:"
+
+#: wp-cache.php:908
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Cachades för %s sekunder sedan"
+
+#: wp-cache.php:911
+msgid "(may not always be accurate on busy sites)"
+msgstr "(kanske inte alltid är helt korrekt på upptagna sidor)"
+
+#: wp-cache.php:930
+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."
+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."
+
+#: wp-cache.php:931
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "Detta är en avancerad funktion och kunskap om både PHP och WordPress agerande behövs för att skapa dem."
+
+#: wp-cache.php:941
+msgid "Available Plugins"
+msgstr "Tillgängliga tillägg"
+
+#: wp-cache.php:957
+msgid "Easy"
+msgstr "Enkel"
+
+#: wp-cache.php:957
+msgid "Tester & Contents"
+msgstr "Testare & innehåll"
+
+#: wp-cache.php:957
+msgid "Preload"
+msgstr "Förladda"
+
+#: wp-cache.php:957
+msgid "Plugins"
+msgstr "Tillägg"
+
+#: wp-cache.php:957
+msgid "Debug"
+msgstr "Debug"
+
+#: wp-cache.php:984
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+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."
+
+#: wp-cache.php:986
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+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."
+
+#: wp-cache.php:996
+msgid "Mod Rewrite Rules"
+msgstr "Mod Rewrite regler"
+
+#: wp-cache.php:1002
+msgid "WordPress MU Detected"
+msgstr "WordPress MU detekterat"
+
+#: wp-cache.php:1002
+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."
+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."
+
+#: wp-cache.php:1004
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite reglerna kan inte uppdateras!"
+
+#: wp-cache.php:1005
+#, php-format
+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:"
+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:"
+
+#: wp-cache.php:1007
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Uppdatera den här sidan när du har uppdaterat din .htaccess fil."
+
+#: wp-cache.php:1011
+msgid "Thank you for upgrading."
+msgstr "Tack för att du uppgraderat."
+
+#: wp-cache.php:1011
+#, php-format
+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&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
+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."
+
+#: wp-cache.php:1015
+msgid "Trailing slash check required."
+msgstr "Efterföljande slash kontroll krävs."
+
+#: wp-cache.php:1015
+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:"
+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:"
+
+#: wp-cache.php:1017
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Du kan se var reglerna går och utforska de kompletta reglerna genom att klicka \"Visa mod_rewrite regler\" länken nedan."
+
+#: wp-cache.php:1031
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod Rewrite regler uppdaterade!"
+
+#: wp-cache.php:1032
+#, php-format
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+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:"
+
+#: wp-cache.php:1034
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod Rewrite regler måste uppdateras!"
+
+#: wp-cache.php:1035
+#, php-format
+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:"
+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:"
+
+#: wp-cache.php:1040
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1043
+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 &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
+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å &#8217;Uppdatera Mod_Rewrite-reglerna&#8217;-knappen för att uppdaterna reglerna."
+
+#: wp-cache.php:1046
+msgid "View Mod_Rewrite Rules"
+msgstr "Visa Mod_Rewrite regler"
+
+#: wp-cache.php:1050
+#: wp-cache.php:2287
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Regler måste läggas till i %s också:"
+
+#: wp-cache.php:1058
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Gzip-kodningsregler i %s.htaccess skapade."
+
+#: wp-cache.php:1065
+msgid "Fix Configuration"
+msgstr "Laga konfiguration"
+
+#: wp-cache.php:1068
+msgid "Restore Default Configuration"
+msgstr "Återställ standardinställningar"
+
+#: wp-cache.php:1076
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Kommentarsmoderering är aktiverad. Dina kommentarer kan ta ett tag innan de visas."
+
+#: wp-cache.php:1101
+msgid "Lock Down:"
+msgstr "Lock Down:"
+
+#: wp-cache.php:1101
+msgid "Disabled"
+msgstr "Inaktiverad"
+
+#: wp-cache.php:1101
+msgid "Enabled"
+msgstr "Aktiverad"
+
+#: wp-cache.php:1102
+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."
+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."
+
+#: wp-cache.php:1103
+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."
+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."
+
+#: wp-cache.php:1105
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Tyvärr. Min blogg är låst. Uppdateringar kommer snart att synas"
+
+#: wp-cache.php:1109
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress är låst. Super Cache statiska filer kommer inte raderas när nya kommentarer är gjorda."
+
+#: wp-cache.php:1111
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress är inte låst. Nya kommentarer kommer uppdatera Super Cache statiska filer som vanligt."
+
+#: wp-cache.php:1117
+msgid "Lock Down"
+msgstr "Lock Down"
+
+#: wp-cache.php:1125
+msgid "Directly Cached Files"
+msgstr "Direkt cachade filer"
+
+#: wp-cache.php:1183
+#, php-format
+msgid "%s removed!"
+msgstr "%s borttaget!"
+
+#: wp-cache.php:1191
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1193
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+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."
+
+#: wp-cache.php:1207
+msgid "Existing direct page"
+msgstr "Existerande direkta sidor"
+
+#: wp-cache.php:1207
+msgid "Delete cached file"
+msgstr "Radera cachade filer"
+
+#: wp-cache.php:1212
+msgid "Add direct page:"
+msgstr "Lägg till direkt sida:"
+
+#: wp-cache.php:1214
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1216
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1217
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Töm textboxen för att radera den från listan över direkta sidor och radera den cachade filen."
+
+#: wp-cache.php:1222
+msgid "Update Direct Pages"
+msgstr "Uppdatera direkta sidor"
+
+#: wp-cache.php:1260
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Utgångs tid &amp; upprensning"
+
+#: wp-cache.php:1262
+msgid "Expire time:"
+msgstr "Utgångstid:"
+
+#: wp-cache.php:1263
+msgid "seconds"
+msgstr "sekunder"
+
+#: wp-cache.php:1264
+msgid "Garbage Collection"
+msgstr "Upprensning"
+
+#: wp-cache.php:1264
+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."
+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."
+
+#: wp-cache.php:1265
+msgid "Checking for and deleting expired files is expensive, but it&#8217;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."
+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."
+
+#: wp-cache.php:1266
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Sätt utgångstiden till 0 sekunder för att stänga av upprensning."
+
+#: wp-cache.php:1267
+msgid "Change Expiration"
+msgstr "Ändra utgång"
+
+#: wp-cache.php:1311
+msgid "Rejected User Agents"
+msgstr "Avvisade User Agents"
+
+#: wp-cache.php:1312
+msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
+msgstr "Strängar i &#8217;User Agent&#8217; huvudet som förhindrar WP-Cache från cachande robotar, spindlar och crawlers&#8217; förfrågningar. Notera att super cachade filer skickas fortfarande till dessa agenter om dom redan existerar."
+
+#: wp-cache.php:1319
+msgid "Save UA Strings"
+msgstr "Spara UA strängar"
+
+#: wp-cache.php:1342
+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."
+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."
+
+#: wp-cache.php:1345
+msgid "Single Posts"
+msgstr "Enstaka inlägg"
+
+#: wp-cache.php:1346
+msgid "Pages"
+msgstr "Sidor"
+
+#: wp-cache.php:1347
+msgid "Front Page"
+msgstr "Framsida"
+
+#: wp-cache.php:1348
+msgid "Home"
+msgstr "Hem"
+
+#: wp-cache.php:1349
+msgid "Archives"
+msgstr "Arkiv"
+
+#: wp-cache.php:1350
+msgid "Tags"
+msgstr "Etiketter"
+
+#: wp-cache.php:1351
+msgid "Category"
+msgstr "Kategori"
+
+#: wp-cache.php:1352
+msgid "Feeds"
+msgstr "Flöden"
+
+#: wp-cache.php:1353
+msgid "Search Pages"
+msgstr "Söksidor"
+
+#: wp-cache.php:1355
+#: wp-cache.php:1483
+msgid "Save"
+msgstr "Spara"
+
+#: wp-cache.php:1372
+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&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
+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. &#8217;/2004/&#8217;. WP-Cache kommer kontrollera om den strängen är en del URI:n och isåfall, inte cacha den sidan."
+
+#: wp-cache.php:1378
+msgid "Save Strings"
+msgstr "Spara strängar"
+
+#: wp-cache.php:1394
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Lägg till de filnamn som kan bli cachade, även om de matchar en av de avvisade strängarna angivna ovan."
+
+#: wp-cache.php:1400
+msgid "Save Files"
+msgstr "Spara filer"
+
+#: wp-cache.php:1445
+msgid "Currently logging to: "
+msgstr "Loggar just nu till:"
+
+#: wp-cache.php:1455
+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."
+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."
+
+#: wp-cache.php:1456
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Logga till en fil är lättare men stöter på problemet att rensas cachen så rensas logg-filen."
+
+#: wp-cache.php:1460
+msgid "Debugging"
+msgstr "Felsökning"
+
+#: wp-cache.php:1461
+msgid "Logging Type"
+msgstr "Loggnings sätt"
+
+#: wp-cache.php:1461
+msgid "Email"
+msgstr "E-mail"
+
+#: wp-cache.php:1462
+msgid "file"
+msgstr "fil"
+
+#: wp-cache.php:1463
+msgid "IP Address"
+msgstr "IP Adress"
+
+#: wp-cache.php:1463
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(logga bara förfrågningar från den här IP adressen. Din IP är %s)"
+
+#: wp-cache.php:1464
+msgid "Log level"
+msgstr "Logg nivå"
+
+#: wp-cache.php:1470
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = mindre, 5 = mer, kan orsaka tyngre server belastning.) "
+
+#: wp-cache.php:1473
+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>"
+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>"
+
+#: wp-cache.php:1474
+#, php-format
+msgid "I&#8217;m 99% certain that they aren&#8217;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&#8217;re worried. You will be emailed if there is a problem."
+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."
+
+#: wp-cache.php:1476
+msgid "Check front page every 5 minutes."
+msgstr "Kontrollera framsidan var 5:e minut."
+
+#: wp-cache.php:1477
+msgid "Front page text"
+msgstr "Framsides text"
+
+#: wp-cache.php:1477
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+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."
+
+#: wp-cache.php:1478
+msgid "Clear cache on error."
+msgstr "Rensa cache vid fel."
+
+#: wp-cache.php:1479
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Skicka e-mail till blogg administratören när kontroller görs. (användbart för testning)"
+
+#: wp-cache.php:1493
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Fel: GZIP komprimering är aktiverad, inaktivera det om du vill aktivera wp-cache."
+
+#: wp-cache.php:1540
+#: wp-cache.php:1702
+msgid "Warning"
+msgstr "Varning"
+
+#: wp-cache.php:1540
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "GZIP-komprimering är aktiverat i WordPress, wp-cache kommer bli kringgått tills du har inaktiverat gzip-komprimering."
+
+#: wp-cache.php:1598
+#: wp-cache.php:1603
+#: wp-cache.php:1635
+#: wp-cache.php:1640
+#: wp-cache.php:1646
+msgid "Error"
+msgstr "Fel"
+
+#: wp-cache.php:1598
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Din cache katalog (<strong>$cache_path</strong>) fanns inte och kunde inte skapas av web servern. Kontrollera %s rättigheter."
+
+#: wp-cache.php:1603
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1635
+#, php-format
+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."
+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."
+
+#: wp-cache.php:1640
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Konfigurations fil saknas och %1$s katalogen (<strong>%2$s</strong>) är inte skrivbar av web servern. Kontrollera dess rättigheter."
+
+#: wp-cache.php:1646
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Exempel WP-Cache konfigurations fil (<strong>%s</strong>) finns inte. Kontrollera din installation."
+
+#: wp-cache.php:1702
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> finns inte eller kan inte uppdateras."
+
+#: wp-cache.php:1703
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Om den redan finns var vänlig radera filen först."
+
+#: wp-cache.php:1704
+#, php-format
+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&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+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)"
+
+#: wp-cache.php:1705
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Ladda om den här sidan för att uppdatera <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1706
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Om det inte fungerar, kontrollera att filen <em>%s/advanced-cache.php</em> inte finns:"
+
+#: wp-cache.php:1707
+#, php-format
+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>"
+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>"
+
+#: wp-cache.php:1730
+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>"
+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>"
+
+#: wp-cache.php:1732
+msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
+msgstr "<strong>Fel: WP_CACHE är inte aktiverad</strong> i din <code>wp-config.php</code> fil och jag kunde inte ändra den."
+
+#: wp-cache.php:1733
+#, php-format
+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. "
+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."
+
+#: wp-cache.php:1737
+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."
+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."
+
+#: wp-cache.php:1759
+msgid "Cache Contents"
+msgstr "Cache innehåll"
+
+#: wp-cache.php:1762
+msgid "Object cache in use. No cache listing available."
+msgstr "Objektcache används. Ingen cachelistning möjlig."
+
+#: wp-cache.php:1786
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Raderar supercache filen: <strong>%s</strong><br />"
+
+#: wp-cache.php:1803
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Raderar wp-cache filen: <strong>%s</strong><br />"
+
+#: wp-cache.php:1868
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Cachestatistik genereras inte automatiskt. Du måste klicka på länken nedan för att generera statistiken på den här sidan."
+
+#: wp-cache.php:1869
+msgid "Regenerate cache stats"
+msgstr "Regenerera cachestatistik"
+
+#: wp-cache.php:1871
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Cachestatistik genererades senast för %s minuter sedan."
+
+#: wp-cache.php:1877
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1878
+#: wp-cache.php:1894
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s Cachade sidor"
+
+#: wp-cache.php:1879
+#: wp-cache.php:1899
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s Utgågna sidor"
+
+#: wp-cache.php:1893
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1904
+msgid "Fresh WP-Cached Files"
+msgstr "Färska WP-Cachade filer"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "URI"
+msgstr "URI"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+msgid "Key"
+msgstr "Nyckel"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Age"
+msgstr "Ålder"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Delete"
+msgstr "Radera"
+
+#: wp-cache.php:1920
+msgid "Stale WP-Cached Files"
+msgstr "Gamla WP-Cachade filer"
+
+#: wp-cache.php:1936
+msgid "Fresh Super Cached Files"
+msgstr "Färska Super Cachade filer"
+
+#: wp-cache.php:1952
+msgid "Stale Super Cached Files"
+msgstr "Gamla Super Cachade filer"
+
+#: wp-cache.php:1968
+msgid "Hide file list"
+msgstr "Dölj fil-lista"
+
+#: wp-cache.php:1970
+msgid "Too many cached files, no listing possible."
+msgstr "För många cachade filer, listning ej möjlig."
+
+#: wp-cache.php:1972
+msgid "List all cached files"
+msgstr "Lista alla cachade filer"
+
+#: wp-cache.php:1978
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Garbage Collection</strong><br />Senaste GC gjordes <strong>%s</strong> minuter sedan<br />"
+
+#: wp-cache.php:1979
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Nästa GC om <strong>%s</strong> minuter"
+
+#: wp-cache.php:1982
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Utgångna filer är filer äldre än %s sekunder. Dom används fortfarande av tillägget och raderas periodvis."
+
+#: wp-cache.php:1993
+msgid "Delete Expired"
+msgstr "Radera utgångna"
+
+#: wp-cache.php:1999
+#: wp-cache.php:2011
+#: wp-cache.php:2174
+msgid "Delete Cache"
+msgstr "Radera Cache"
+
+#: wp-cache.php:2011
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Radera Super Cache cachade filer (öppnas i nytt fönster)"
+
+#: wp-cache.php:2150
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s är Digg säker tack vare cachning av %2$s"
+
+#: wp-cache.php:2183
+#, php-format
+msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
+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."
+
+#: wp-cache.php:2189
+msgid "Settings"
+msgstr "Inställningar"
+
+#: wp-cache.php:2199
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache är inaktiverat. Var vänlig gå till <a href=\"%s\">tilläggets administrations sida</a> för att aktivera cachning."
+
+#: wp-cache.php:2218
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] Fram sidan är gzippad! Var vänlig rensa cachen!"
+
+#: wp-cache.php:2218
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Var vänlig gå till %s för att rensa cachen eftersom framsidan av din sida nu laddas ner!"
+
+#: wp-cache.php:2221
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] Framsidan är gzippad! Cachen rensad!"
+
+#: wp-cache.php:2221
+#, php-format
+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."
+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."
+
+#: wp-cache.php:2228
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] Framsidan är inte rätt! Var vänlig rensa cachen!"
+
+#: wp-cache.php:2228
+#, php-format
+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\"!"
+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\"!"
+
+#: wp-cache.php:2231
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] Framsidan är inte rätt! Cachen är rensad!"
+
+#: wp-cache.php:2231
+#, php-format
+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."
+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."
+
+#: wp-cache.php:2236
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Framsida kontrollerad!"
+
+#: wp-cache.php:2236
+#, php-format
+msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+msgstr "WP Super Cache har kontrollerat framsidan på din blogg. Var vänlig gå till %s om du vill inaktivera detta."
+
+#: wp-cache.php:2279
+msgid "Cannot update .htaccess"
+msgstr "Kan inte uppdatera .htaccess"
+
+#: wp-cache.php:2279
+#, php-format
+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."
+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."
+
+#: wp-cache.php:2279
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Uppdatera den här sidan när filrättigheterna har ändrats."
+
+#: wp-cache.php:2279
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Alternativt, du kan redigera din <code>%s.htaccess</code> fil manuellt och lägga till följande kod (före alla WordPress regler):"
+
+#: wp-cache.php:2283
+#, php-format
+msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
+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>"
+
+#: wp-cache.php:2284
+msgid "You can edit the file yourself add the following rules."
+msgstr "Du kan redigera filen själv och lägga till följande regler."
+
+#: wp-cache.php:2285
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "Kontrollera att de syns före alla existerande WordPress regler."
+
+#: wp-cache.php:2293
+msgid "Update Mod_Rewrite Rules"
+msgstr "Uppdatera Mod_Rewrite Reglerna"
+
+#: wp-cache.php:2389
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] Cacheförladdning startad"
+
+#: wp-cache.php:2391
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] Uppdaterar inlägg från %2$d till %3$d"
+
+#: wp-cache.php:2402
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d inlägg uppdaterade"
+
+#: wp-cache.php:2402
+msgid "Refreshed the following posts:"
+msgstr "Uppdaterade följande inlägg:"
+
+#: wp-cache.php:2411
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Schemalägger nästa uppdatering av förladdning om %d minuter."
+
+#: wp-cache.php:2421
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] cacheförladdning färdig."
+
+#: wp-cache.php:2421
+msgid "Cleaning up old supercache files."
+msgstr "Rensar upp gamla supercachefiler."
+
+#: wp-cache.php:2462
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] Förladdning kan ha hängt sig."
+
+#: wp-cache.php:2462
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"Förladdning har startats om.\n"
+"%s"
+
+#~ msgid "WP Super Cache Manager"
+#~ msgstr "WP Super Cache Manager"
+
+#~ msgid "Why your configuration may not be changed"
+#~ msgstr "Varför din konfiguration inte kan ändras"
+
+#~ msgid "Why"
+#~ msgstr "Varför"
+
+#~ msgid "ON"
+#~ msgstr "PÅ"
+
+#~ msgid "WP Cache and Super Cache enabled"
+#~ msgstr "WP Cache och Super Cache aktiverat"
+
+#~ msgid "HALF ON"
+#~ msgstr "HALV PÅ"
+
+#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+#~ msgstr "Super Cache inaktiverad, endast ärvd WP-Cache cachning."
+
+#~ msgid "OFF"
+#~ msgstr "AV"
+
+#~ msgid "WP Cache and Super Cache disabled"
+#~ msgstr "WP Cache och Super Cache inaktiverat"
+
+#~ msgid "Don&#8217;t cache pages for logged in users."
+#~ msgstr "Cacha inte sidor för inloggade användare."
+
+#~ msgid ""
+#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+#~ "file is being generated. Recommended for <em>very</em> busy websites with "
+#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+#~ "obsolete."
+#~ msgstr ""
+#~ "Återbygg cache. Visa en supercachad fil till anonyma användare medan en "
+#~ "ny fil genereras. Rekommenderas för <em>väldigt</em> upptagna hemsidor "
+#~ "med många kommentarer. Gör \"direkt cachade sidor\" och \"Lockdown mode\" "
+#~ "förlegade."
+
+#~ msgid ""
+#~ "List the newest cached pages (may be expensive to run on busy sites, use "
+#~ "with caution.)"
+#~ msgstr ""
+#~ "Visa de nyast cachade sidorna (kan vara tungt att köra på belastade "
+#~ "sidor, använd med försiktighet.)"
+
+#~ msgid ""
+#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
+#~ "\">uninstall script</a> to remove files and directories created by the "
+#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
+#~ "txt</a> for instructions on uninstalling this script.)"
+#~ msgstr ""
+#~ "Avinstallera genom att använda <a href=\"%1$s/wp-super-cache/uninstall.php"
+#~ "\">avinstallations skriptet</a> för att ta bort filer och kataloger "
+#~ "skapade av tillägget. (Var vänlig läs <a href=\"%1$s/wp-super-cache/"
+#~ "readme.txt\">readme.txt</a> för instruktioner om hur du avinstallerar det "
+#~ "här skriptet.)"
+
+#~ msgid ""
+#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
+#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
+#~ "\" for whatever amount you want. Every penny helps!"
+#~ msgstr ""
+#~ "%1$s gör verkligen din blogg snabbare. Gör den ännu snabbare <sup>*</sup> "
+#~ "genom att köpa mig ett <a href=\"%2$s\">Amazon presentkort</a>! Ställ ut "
+#~ "det till \"%3$s\" på vilken summa du vill. Varje penny hjälper!"
+
+#~ msgid ""
+#~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
+#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
+#~ "\">wishlist</a>."
+#~ msgstr ""
+#~ "Om Amazon inte är din grej, finns det även PayPal. Klicka på \"Donate\" "
+#~ "knappen nedan eller ta en snabb titt på min <a href=\"%s\">önskelista</a>."
+
+#~ msgid "Thanks in advance!"
+#~ msgstr "Tack på förhand!"
+
+#~ msgid ""
+#~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
+#~ "very happy!"
+#~ msgstr ""
+#~ "Ok, det kommer inte gå ännu snabbare, men du kommer göra det här "
+#~ "tilläggets skapare väldigt glad!"
+
+#~ msgid "Don&#8217;t show me this again."
+#~ msgstr "Visa mig inte det här igen."
+
+#~ msgid "Hide"
+#~ msgstr "Dölj"
+
+#~ msgid ""
+#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
+#~ "had more time to read and relax."
+#~ msgstr ""
+#~ "Han bloggar på %1$s, postar bilder på %2$s och <a href=\"%3$s\">önskar</"
+#~ "a>  han hade mer tid att läsa och koppla av."
+
+#~ msgid "Super Cache Compression"
+#~ msgstr "Super Cache komprimering"
+
+#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+#~ msgstr "Komprimering är aktiverat som standard i <em>HALV PÅ</em> läge."
+
+#~ msgid "Super Cache compression is now disabled."
+#~ msgstr "Super Cache komprimering är nu inaktiverat."
+
+#~ msgid "Super Cache compression is now enabled."
+#~ msgstr "Super Cache komprimering är nu aktiverat."
+
+#~ msgid "Update Compression"
+#~ msgstr "Updatera komprimering"
+
+#~ msgid "You must edit the file yourself add the following rules."
+#~ msgstr "Du måste redigera filen själv och lägga till följande regler."
+
+#~ msgid "Debug Settings"
+#~ msgstr "Felsöknings inställningar"
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo
new file mode 100644
index 0000000000000000000000000000000000000000..32522843f32cf907791bcd6ec30c742a396f1077
GIT binary patch
literal 70771
zcmca7#4?qEfq@}`k%2*mfq_AWn}Ojzh%E*ZWnh>g%fMj6z`!t5mVrTsfq~(gECYit
z0|NuI90LPC0|P^#90P*@0|P^%90NlF0|P^m90LP40|UclIR=J01_p-vatsXi3=9l$
z@(c{d3=9nO<QW+F7#J8X$ulr4U|?W)D9^y4#lXPOq`<&n&cML1R)K*bih+UQsR9Fo
zDFXw8gCYY1FCzm(nIZ#&Edv8XixLAv5(5LnAteTeECvP!Rb>VST?Ph*3Cau%Dhvz^
z`;-|N6c`v79xF32EM{O}U{PUU5MpFtSfRqez{kkIuv?XZA%=m0;glK!!wUum26c4?
z275*Z1_2EQhEog-3;~)94E+oY4ANQ*3~Lw|7*=aBFsx!=V2IFWU?>OqTL<F4Y8?g!
zRZw{7FfgoTU|{&8!@#hYfq`L_E(3!eBLhQ*9s|P;1_p-d`V0(eAae~M;Z$zGz+lD5
zz|dj9z>vqlz;M`*fuVqrfx*a#fkBXgfnl*R0|N&G1H)Eh1_ox3e~cLz8bJPqiaVP?
z)cKe&FbIRf)r5gT78LF#3=BM=a4=zDkYiwAm}>$F?>#0Eb3T|bFsx%>VEAGJ3ID~W
z5cQi(A@RE3l!0Lb0|UbwQwD}OkbW};h60ek%orH785kIH%^4U(LFvF8;_mh43=H}V
z3=DD>3=HfH3=Do2ka!QXU|`^4U|>kHfTV|93yA)677Pp`3=9mvEFkXUw`5=tXJBA(
zwuJaM+7jZg6iWsMMFs|jGD`-AD~t>bGobujYe@R&w}!amxHZH-cdZ#1JQ)}mdTbaN
z96<45!@$tOz`!7G%fL{~z`!uamVu$3fq_B54r0#)J4n3Ev}0h9U|?X_Z^yvk#mK;L
z!;XQ0m4Sgl*@1z9lYxOj(}973je&u|*Z~qwRt}Kxc6We;U$g@xeP%f@FbFX)Ff4Fj
zVA#*Vz_8f?;=f`?1_nb028QL13=GQ|7#MCkLfqZx#K5o*lrEeY7&b95FoZcn!jIDh
z;yyta28Q(v3=C2(5PMF!Fff#Y^t(XPwZAJQ-50nrFt9K%Fx+;9#M=W`NIskB266XA
zH;B7#xIxT+?Z&`R%fP_!*$v{)LU#rRKL!Sda(76)9CK%2xBxN_%3tFF@%KRwNPM63
zfaEV*PX-1@Q2csA%vs_IDK}PmGB8LpFfbg4@*jIb;*-IPfgzQFfkDWNfng5=14D%u
z1H)1V1_o1aNci9OhJ?!(Z%De~@`02qqCSvvN7aXcAsu9&55zyGd?4xRt`DT#;Pi!r
zlZh`RJe++Q7?>Ct7(9F-=6U-;%8M{RNVx9wV_@K5WMIhjXJ9xB$~OTF3~G!F3=V;i
z_)QODU{GRYV5kmaV8~`<V3-#S$v<473=H863=Djsknl<iWnge+U|^^Yg}DD<D8xP2
zLm}yhDGXviPZ)$R9tKgT7{<U5%fP^39>xGJucn4U^6RcJ1_oYGJcltbfQsJdQ2JjO
zB!7#BGcbS(YU6N7xSkA$=)WD#z@P*wsv{T}q(JF60+N61A{ZDBfXej<h&vP`85rI%
zFfiyuLfkJM1u2&dq9E}Y9t8>S*eFPN&5B}R;AUiC_#4H*P{Y8$z!}59P|3i+&=$kM
zzyz`{mVv<lR364c(uqkd#9qf(NO_zb3kko8v5<1_ZydxOeDM%kG9F^DN<1VTXvH%y
z<bukBcm{?L1_p+W@eB;|3=9lx2@DLO3=9lv36OHOCIM0|X(d9$XD33^_eUuGGZ7L#
zj7bn$I0+KIs!0r>q{!fs#K3Tefq|hviGd-7fq@|>nSo&$0|UdwWJq~ck;1?*2NVw}
z5dCGT5Px>0LgH~}Dx{n{oC=AT^Qn+>>1`?lLold5N`vIX$}~uL?o5N&|1Av?ucGOY
z@YhL)=yObm<mbwCh<Q(-G*bpdpF#!$LnH$OgM9`heb3B*g!jA*NI0&B^0#F`^3CB4
z1_ljK{hI;FCx0>^<-0~E1A`s|14C#g14A099?gW9^Ewk!j{nGn_){Z`fuWIsfgv&r
z;*Z-|3=9^a`Y;<(K80jM^u=Z~Fjz4#Fl1#z;%{j-Bz^D8W?;C+z`$@N8{(hUIS_ZB
z%z?P~Tn+<+H7I;@7#Io}7#KuzA^O{M85o{`%F$d%e6;2<Fw6&~*L+C2Ka<bE&<-jG
z3K$r6F)%Q^Dqvs`XJTMjTFAgq#lXO@w-^%M79|V}?hFhJr6mju${_I)28JL;28M?v
zkaE<djDdlRk%3`V86=%;Er+yIxGEsw)mZ@v_pKF>e1D~af#E6x1H+9928M$S3=Hck
z85kBaFfbHULCRU7YDl>uSq<@rZZ#wx+^Qk@IjkBI4k^`;dZ($HfkB;tfnh~8Bt2ZH
zhSY=4t0C#&e>EikWz{e+oMd2NI9tQOkOQhOY9ZmzQU@vTc<UhPUZxHru2RRqAj!bM
zpj*el;Kabd;9dvGKV5Z@_*hj3DW4kaA@Q`P9%9d-dIpAQP`Yh^#7|=b1A`l=K5c-c
z&&v%A3`GnK4BU;7c3)j11Grstrjdc6iGhKkwTXd2pOJxqqnUx>3j+g#MGHh+w-pjk
z8(J9{IvE%kvfCIKIv5xjzP2$iG&3+T)U`v(FQyJi{h;2#z_5scfuXm9fx(W6fx(~?
zQs3owL+X_Y-H>`_4U|6F&A_0^z`*bf$`|N?gr{x~#GfubkaV5j14;Mudm#1lxgJRT
zGW9~@SFsloeyY8Y@YI9SX1xpy6B!v8?0Oj(JQx@lF7!d_bIE>4Ipy6C$;UhUA@P2$
zpMjx`fq~(9Kcw8qn*b?C8YV#6t+Ept7)%%#7@{Xa!g<0(28P273=Fd;LgeEoLEBxE
zAm!ShNf7r3O=e*D3ThuuhSWb5Qy}Hvg(;ABj^k8FdO9{05}xm-Lc&dW8l=25na03i
z!N|byXc_}UG$R9p^bAORm(PT>i!aY)U^v9c!0>Dq1H*d;28NY$7#KE!+Ie#s7=AJ^
zFnG^{l$WmaA?Z_T0i^usUBJL#1Zqz%fV3Ob7cwwhW?*3Wv5<kGn2~|u%pwMc$DsE6
z5=gkKEQQqH5la~uZZI-1WG`i4$Yfw(a9Pg4u#Ay`Vcl{_xe~e(5<W>QA>~HyN=UjX
zS_vtCf3JjuFY78uy&}E}QtxT3g5)>nRgioTxC+uv$zBDC=e4UC7*2rdl~s^<t6B}o
zr~RuT^}_ts3=GFX<;rSEzSy*efuR>vKCOkcD;KYYq?;#eA>z#IAo*<KI*7ej)<N>s
zqjeDTf2@O)W4!Ab7+e?_7`Cj3#OKfT5Pg~(AnwlD04YD(H$c+&><y4~y<-Cd!zEC>
zZGe>LTQ@<{$-PYs43?mN+GYlZZJ_q!W=K1ZcMAi99RmYH%oa#I%-+JlFoS`CA%80*
zKXPn?r1S1=kaB&>Hi&<&Y-3<3WMp9YybV&Wr0#&wB|9MD*1QAiz8#Qu#_S!CdVb#y
z1_mDn28IVaAn9LsCj)~VBLjomPDnYNx(iZ2EZPMrf9~#r*tcaj1A_n~1H<Lr3=C%&
z7#N=Hf!MckFC_mR*vr81l!1Za#9l}^uG<HR|HJzr>Dp&M149I;Ke8XvemJ(Dfnfy$
z1H+m93=GMja{mA%9o;+tDL0-SfT&|S2+1!T2O;UI_aG!4PdW(k-_L`P_7d+QNIaf9
z1Sv<J9D<Zz{D&d_pLrP4-`H~)l1|x<K;ljC2qd2LjzH>>@FS3P+I$4k&z*XNf#D$o
z1B2O728JyR3=9&-ApSXf43b{o9fPEAj^mJgB6J*5kEtGql#jW`A?fV$aY(p6JPyf!
zGAAJJ^*;fL-_#Qf3@VHa40$IY=1o2cNzZdnGB8{OwcAcHFo-iUFkCvtz`)GN!0_rc
z1495K1H-#B5PR*<LGo|VIR=JKMh1ps=OOVDaFKzb8q^QI2&vDmT!i$0K3#;AuNs#i
z<zx6INWIv338HVpB}n+rxCBWjYc4^`v7=D+vX>#{ga2iSzUIpibzPSs<@w^vkaWN6
zG9<nKfQqlb0txS9S0L@!_g5h0pV(DMy>ES$f#CxK14H~(NH_;vV_<M&WMC+~28pj7
z*BKbh7#J9?UWcRyo*N7d@eB+Mf;Si#$`}|J3U4ql_%kvvytn~rUs&9N(3@{T(v#k8
zNV~}7Hl!TNy$$hy9hBa1n}MMUlz(qS(n0K9NV_o~N>|^7#8>-Wh`T4;g^W9Fy$k7Y
zx!!}c$F|&qv`e4fgVeij_aW`^|Mwx{H4h-^@a_YM`7a(o;^)f)NW2I=gtR*xA2Kim
zFfcHrKV)E#VPs&~@sNRG63G9L7#N;2Ffe31hV+*Mo<RJ0<Ow94?4LsNLCjM~zG{C8
zNmo;#;`5$D^83lB3=Acp_WCnOx~P5zDd#pmgS2nHJcIa?=Q+e*hR-48Zqjo|xxDr{
zq+BU`0den)7ZCOPUO@VPk6%F2hxbc}c|k8B;hOal68<$WA^D*9B_v)Kzl8M9ZoP!G
zXB1vR;wSwTq#Zf)6-1xnYe;!&^co_c^BPhQ%zMoM9#=?v11aY=yn&?Wzi%MvlJzYE
zLl~$WehbO(#cv_*o&Oe6-W_=hNq4i~LBea#J4ik__739jTkjy{it2laf7icfU=U+u
zV7U4oGOqFF1El>h`y-_Mu=oUNU)=n}z;FcAulvlvpvT0(p!x+8k0IY6{g3D0Ao<Js
zJ0#vFe`jE*XJla5_Z_0&?k59-1|tK*(Vvj^@Vj4-dMf2Nq+H?t1M!dBA4obc`U7cy
zSNwsL%Y1(!_1~Aj5PvoOgOsy9{~-Bp#XpEY&-{ag?}LAk`2P40l3$emL+aD$|B!q;
z=RYLBAN~(%*WCFJ>3{e#FfynzGBBKHU}VS#wHp~3!Q*17OpM_1!#pNN@c2wE6C-&1
zsfCFVJf73T#0c)^EoEW^k6V3UVr2LQiYI19@HnG53nRFH?Zm<e9-oY4VFZtJ-C$t^
z_rE<^8Nu~SI4dJ~d}ISFBg13{28REvjNo?iWHv?yMMegO_iT&|GePAA2P1<!BLl-~
z4n_uLP(8}Y2yO?8b2BpB1&w!dGlJ{k8XiW5ZcuxImk~VfxsVs)UMD_A@VHDgA0xPZ
za+8mdp@)fqVG%zgxc{Or#0VbG3l?Gok0TZdF@oE@Gldwz{j$SCjNty>A0b9?`(IU<
z5!^4g7iI+a&kBSY!Q-y0g&D!)r}u>!!Q;5HB9QR&5@7_7%LR%sGJwXv(xBowB8&`-
zpnfuFY>xp_#)vRN#sEP5NKhRf1yaDkz#z%Uz|aS((?H{fpgsUp9MpgR0SbF4zZKN4
zWQ62DU8op%>;lxjWnf^K2<kV2>L>;V246-725*pF5TB8OVJC=YfTUH>IHxsKKS&rf
zJ`GCKAhru5WZV}tb_wdogT%a%)V>AP!3>Z#J!o7CBo7{+hN=Ozk*9#_IVc|_55l0a
zUT3HnC_RA2GC||Pps~N(AO)a012pc)$iVO#%7;;)@e|Nk5onwdBnBGy{=~q*pv}m@
za1+$WWn^G5U}Rv>WMp924(e+`?E$F;jb(${JD@RfanLw2BLl+?21wuV83QD*fW|jL
zYC+f*RF{Jo43K;XY9m6q;Pe0*s|WG_gZi=zkU9u7J`O5-K;rX2V>*nGvUmam1A{yx
z1H){P1QdhDh(YZD5EnE~3L0w;gSr<qPVUGE>BpP{jbVZmp<z(l$D9$;r!)rj%c1g{
zL1Pn8Hi!b%C7|(05F0eE0_yXF*q|{m5G?^3<Ad4@8ZQIQNdz)N`sSeg2~q<Zrv%X;
z49a`)jF3JIXj}j!1{!|_%>jVMB|&4gATdMGm@|mMz`(E@)IWi;L30b>_7ejGgDfLt
z&H&WD0FC8chpPF@z`(%B$iUzUbr)zH64ZtO%{#n;s&NMOi5MVb4<I4Xm<MQl7}S>n
z^-rW2A>}Jb4m6$&8mj^I|9BV~7`hl382&Lp%6A(^25@-;8k+#khlnyl`lX;Yj2B2V
zXzl_uf55=Na0|)@^}9i11RySG%+nv_7N}e8pfqUgCYu4$mJVfv^!@x8A#)nPLF0c6
zka1Ly86XUr1M-3D1@%inb39s%kh&QpZ^j5|Uu^}I3k(bl-x(n77?2!j-sc{u&%y{9
zqXCV_g2voI^Ch6UAJBL}1_NaNhn*49t_A6HWn^G@02;G^+6$Ub0`)yWa-gv?5S_@t
zzz__TKL+a0GC<~0Ky5n{koy=R?Gun%P`L-1YXOa4fcV0UkTDGq8-!mnFfhb2GBA7u
zjax84+5@bNka1#=JZQWPG#3J5&jJykc_q*s6qG#;N`uBtL1R^*c4#;wq<;;S0?%21
z#-*hhA?<$9m<eb;2{gC$8B|t46@tdj&V%}OP(FyN01;3Os_Q`WTOclIJ_|HP%MWVr
zg9I2LZA(yl4>Z>XnhyZYae>A`L1XtIC7`wiXg&wj2Mc6iU^og&tI%)+^|L@@1fcmn
zP+t=?jur&c1jV3n{nHGP{wrt<2_&q}2$@?1wKYL}&>SLYUS<gcq+h4N$iQI9$iOfi
zG&TY%-xwg{ejv4=aW7CE+5?)$V}!J~K;j?_nrk$Iy6Zlu-N^_UUjdD&faK9JXpRUp
zj{p(}jc<Gd)x{tV77Uut0||3N%?Hibf%u^D0T2xuR|m~SIzi<@Vjv9a&;9}RK|vfS
zUdaF%=Kzh3fP_F}{HBbMvBXE9aXLl@hBqJyC_V%#UqEaH-^A=xh2qkpRE3g^)JlcK
zf`Zh<B88;XwEUt}g~Yr{h1817;*!j~bcOKzqLhH5)Z$`=qSBnyVm$>0RYR3xh0J0F
zm(28Zg@U5|{4|A<jKsX`Vug}?h2+HK43M^@N(EITm14N!+{DbhlElos)D(rpycC6$
z)Uwo^{DRaJ1*k%W^30M9h2;FalA_F{(vr;lykdp4qWoNiT##$>OEOZ6iuD*&ixr#`
zlQU9N6ao^{Q;R`-*NTG7B4mNgVukXe%#y^UoK!u9fSlCC;#7rPkasgn6pB(4Q}Xk2
zDispbN>YmyD)UQ=6bcg4Q$gNIPt8j$N-P06uvnoaBNOb$M1|ti<kF(dl1hc5%;IdY
z3yM;6^UG3G6d6>D^)gBllaoP#laW}gkd&I5r%+mu0yYHfpOTDJg}hXdg2bXqh1~p<
z_@Y#h<5FRP33XptYEfodB{VLIQWcW(i;7Z{OY{^%K(SMtkzbmVqL7oHpRJISnGK4w
z%wj7B)nfg`l(NLU<kS>hP_U=!6=W3H=%?n|DWv457AxfCmq4OXA-_l=IWZ5!PfCS3
zP>(^wP{CFqC$+d(N5NFVRv|aPC{;%xH?dM7IkB`jRiQYwEVT$k6_uqHDdglQrs!!h
zXt-7sq!wl7rskC-=4di#_=5s7CpA4W8Keyo^~I$H1^GoKsVO=NDVfEfct}x5&d)6X
zC8EsyJaGIMr52WE7Nr&|*d!`s6s4xwDrJ<E6j<r&mzS68B_*clCZ%R1mSyG_>1F1p
z78T_e>6I4iE7>_ErYJZ;Wo+~l?G!Te6qHnp^$T)J(=+pm^^tYzD`_e)Xn_0!@_1rS
zd156fiWCx)lS@JItdO6lkW^Y+sZg9*l3J|EpaD)8Ir-@dAjhQ^mp~IBI4O7rC?uw&
zfPA2*5D7{(o&lgVqYBaoQjXOx`N@g-nYkHynW_4D`MQZIWvN9a#ky(vMY?H4nW=dx
zARj?lP)SG(CfX^K<mYQDFc|77c%~_2mMA3VfKo0rR~9Q2KvH!|YEEhiC^e)iq-ExS
zh@#>WJq9B^NcINjQ&4IHMS((TF(_Mt5@d2lZaz3hazQz<B%>(5G(7{77t%@!K#8R|
z6&&Zq`DrEPiAAY;3K}-4xpokJ=H})KAd|rfO%ocKX+^2U8IVi^%1)qk3&}s=Filh_
zNzE<DF9PR*)I@Nx1G2g@zf?`x!pP9vIwwaVBe5(MRDd97RRxH4P+l!hEJ`U>NK8-6
z%+piQaL!1~OHWk*xuqmu!Q9joln_9ED=11W%giq=1|>L<_cR%d^%R0q(cA~J2a-<}
zKpw-Lkr<2(Ocea`OB8(bQ!>*sLB&;3etB^!C_jM{yPkq)UP@+iVo9n(c}8lULL#I%
z0hI=zR0l2*a$$OlGxL&D6><`bK?PA^X=-svYKk7%3TT!AB`J88Nvc#xNli;E%_&hx
zN`+*}%sfyLp-=!a!9Cw4F(su^AtNybR0t>Kq~;bw3en>H+*Ac{p`5Cak(!v2T2!o1
zS`4xZp4mVVsAT5`O1Y_dB{`J}j>XxjDGGrgH-U;?P~KudQ|*~oT#}fRlL#uC6+BXN
z3a}{(hU9$(xBQ~gTr>s6N_L^esS57-`RO^S3O<=hMTte3sl^~w3W+&6`Q^o+L<ou-
zP+_A0_C|7kZZ0?xfIOh!l~|TooLrPyP@<3n(+;U6poW&GCPC6}v7UlwQGQ-#a$-(S
zB`61h%7LQPl+xr>kR?S5k;OUr<qE~g`9-OENIorAvI`GT@XgH2OsfPt459~AA*3qg
zmF6a;7J-5ml--IIz*d24FmOduo|*&^Dgsq%S^1fHpd5$fW>A`U4h{xqR#0V`o(ihg
z^b{O(N>YpR5=%16QgbRn&I6U!peRF>j;dgX1v~p@=7F50qmZZ&Tw0J?1TOa#AjKc3
z7A{f91-U&lwHRCzr>20@BPcXV5S2nkemSUYR{%Lt!7ErFi<?k`Br-80KVK0NW+3Z9
z=`=A<A+@3;HLn;{q^IQ<fm5biW>IQdeg&wk)XmRR0CAH_)AbZQOB53G5_2l6Qi~Np
z!2~KKios<^acO!wxU2;i&n5W^nYjf;`Jkd8BQ>)~p&+#=Ex#xiRLLnMB^IZqfJ$vp
zrCb7v25^f+0c3ebW_kvSVz@1!;4RKqC@BJ0uPACt^7C_wL1j#4UaCT332JD&hxn$J
z6lGR`{EL)Apw$#HMY~_Vf+M8N2RqRXQs#rqgGE?ov4U!`9)nGWv0ZpTytAXThbyQF
zR9upnR{{#d)D%!|C@;`W&d*EBOo!AC8OC-t1$Lfkkc5(-SCW}m3NAT|Q$ckBsQHsv
z1WtOnsl~;h#tpQ(0Ld5RXXceCn1TWiR9wQdIMiF^`9&$<dRi~PC|w^MzbWv_wY)&L
z7?kE9jSc;@#6o=~J2%HbkdHtmeyRf86FHy|%`Ghk6<rG8){;VL0WOagr<Q=cnU<JS
zoNA*F@m@#<l4;5LprR+Q1eEN+<v>y;QnR!qAKW+rr@!R<6i^r>mOwHhdL{_XOUo}R
zDa}hP0cEsIuz|?7!`q9gDVZgp@GVk634CyhO-xAv)sbK&pfF6!2bEo*tPb{dViGj<
zDx_uRCFXz|6PZP+@%f;#A5@$r=A~HKBo!&>+d)Z?qwP{s(=zi?HPm52sIH?>QdF9%
zX>FqqmbcL_uw$^v$+R=nQ}8cH&4W~2hAPD><puHJQXn2wD1mEbP-O_Jb1O;|K(5R$
z(zDUe$+QFMHqujo)}0`ym!wvdfDHmCJr93hSBU<Se6T2}0S^{{Yd6+Y2nN^F8KBli
z4ydaDYDpA;i&&U0W0hjCE^ufSq1U|-w=mcgmlWmar7IMdROY1GDkbOV<QG{f6s4vp
z*@Zg>`FZ-eTiNJC)YvJ6q!yPz>Vx8v#FETph0>y&Vue(_bUhsf)nWxu>PgK5H!Hve
zv9pUGIQ}z}!43PgQcxXGo?ny=iX><sr#P_;#7hP@BtUr(YL_FlMGY!`i@=3LC6Ytn
z`2|!S2N$HKrYMvaKoSb56$z<-K|K_Z*`VSc95bNoTT+yt1Ij20sTBn|iJ5uD3K{w3
zAcuq7J78ynO#rpRAw@U1)ducGAbJ_#0#6SXcy{<53$3sf67v-Dld@8iOCaWgQb2xw
zaVn(ZMDdYtYA)EpDIk~XD4@tifV`E8MIzNPIXO8s2h?}UF9OMf;~myxgT}L+E2t4~
zg(x91q5YFQkT+8hQJt9w2~Hbusz=Fv(3}9SKEZZ)DkOtCMtN$GMq~-7g9YkFWtJd<
z$UU(r2~-9;=jY_4CWG28aJwMc&j;L?a#ko$ELMOyR<#(e2vnbzmZXB3p7{_B@X!Z!
zK_RU<NT4C56V+n4s&GhQtcWl%GQU(Iu>{m426Z+|@)c6SfdFc<g3De|g_=}aq5uhk
zs+`Ouz5LRWg3^+Bq+S#(Ffxmw+Eertf>To!l#L8Q*&md<LyGcClX6mvGxGDnJ^5mY
z|6yf6s7H|t$;NsNjta@8#U=T<pqvFN-3n5Rauahh^Rg9+ONvU9OF$z9nZ>ZeECpPl
zfjdU9rboU4D1*T|t~r(PqBK1pl*&QwfhVW@0#G~@>%uJoRcuOj0Wdp@75pJ86hJ`?
zPEw$e1#le*atJuLz%>_xT%VGemX=zS3MylhQcKD~9dVGA;QRs#53m+QJ^~e$;3Nc6
z1oZ++&s+i2f(N(W)ACF6Qb5&PCa6;Z>W3$#Dimkt7UY1M{GhI5L1J>M0>S~s3ZTfV
z%r8}d_S-?RmIxVXfpq&p4gy&Wb_F<xmt=r4WKt@qO`2G&P@E6yCKoFd<QErbg2yqO
zb25{&!BreIv4?_(89@D#_#o(zLJ(+t1}Y75LrH!fDCnUb9gv0K-~a^|%>9X#pwy6(
z4=S!oG7`ZRVp637xKxCQrGi>axtYbFW?nJ8AD5X^iPWKV_VD$00VQ8hj|-G~F#43q
zIhm<>CD48;xS-A~fx5I<Aw4HQ3EWHv^;J_r<pDTqGD~0qm;_3td8v8~j>*ZX1)xmh
zmYI{9mzbMcte}>dTVSmalnN@}Qd1N{gFK5F98*#hQZhjUDB#ww6<8nxJeW~Zl$n=a
zte^qvoF#%w5|A;Pkfw85eo-<gr-OBYhfhlK6_QdR#b$~gs8gemT9F8fdL4yKa09GJ
zAvDORSRpenIj1xwRiP3ziUun8LD8R*pI4$#4r<DQQZH!O3Q}5t6&2(cmlW$LAO%Be
z9=IP~lCMx)keUoC$3RgAQmmtpsh6s!01YsGBLf2yeJDpyAv{1ATrw+^XXfN66sIN@
zC1-#f2ae8Suzx}Arh>#GaFZEiW@wNnB!trxit|BkfanE<3AiMKga)XMu7?OZND>7l
zSx|_9Iz)+}3MCH_KspMkWvO`(yHhI_auZ9EGZgak;C;~|SR@sfCP5tr@hPZZ4Q@6;
ztOGd_oKnFxL2+tMnx29ys6mE2-UbTfw9LE|aGprY$xqG(rDRa0p^%!FoRbggDkMRg
z{Geu8F|;&QR&a84_w-W;4*++cz##`KN<l_K%3NgyS3ehQYCz=xC>?>bb9p{!a1dOS
zK|%~XKv$Mp1R7Gx&CE$G(o^t)w1GkS8ssgIQ=l$URju|22??-r&d<-zOs!Q=jMLN7
z0JRTO^Gf0qOG`5Hi{fkG?eX}W{PgtHl=#fNn(_i&P~s^_EG~}M)YDRdJ3j>+7{#dy
zAX|#96f{!uK|SA+^33E^9R+av6Vz2oO-#;!Ib0JIznLH}B<3hM`#Ji$1~b4K6%3B)
zsSGGxQyox*fcvJPW+jMI1oI4HBoyWxP)Y#}-j;&1HYjXC4QEgwAR5fz=+c0;$Ux(~
zXoJm~Rt%0s$r+htsl^PAWr>+N;KCsQGT6u9Se}>(uGoC@Q$Vec%=|oTVxZKYmtU@+
zTFihve2BtPKpKF-R9jjEE)1YG0d&YVIU_YW8xjVYpzcXdjvj-viysIpq?P7@n;MBZ
zpn+phe>O7(G<H;pXi^c=;mR*APRY?tPRY~FPfODU)yAns`bu{G!ND#*3ZO==e_EP?
zPi9_rDx}?&glT?mVo|mp*c`o-RDC5o-^8M91@F?N#N_NuP{qms&H)O}`FSO&c_qbA
zE~veoS_I`}WR`#iD<GqLpaGW5l2ma0UswvNlOW^YdQioXy0lmUltBVK0u&&lHPF%`
zC$lUSRQDx9`@h8sY56%RsYMEzdBvIFj$10IzlGGvgem}MyGpR3prN7E6v$v3I158c
zERb-qjzVrJC~fEG=cR(iBNFozic-@{a}tY?x{FX3!W>+bnpB#Z18zJOm8B{qf>Hu(
zSOuJfOY#*G^YZg5b3vnurNyAZwDJtlXltTEUTQhG3IV0Cq*PFS37<oN84v2OKtcml
zx+a#E<mZAqFyK6aP^<uI5`w$S$?$p}6x|At7C}iq$RE(@32=c2F&0$6gXSq9B{d`_
zAu`}GM!5M_piWY5W*)2^3w2xyNVqsPIX@3PvYHQxLg<JQIIxRL@<CH8`Or2wc)Y7f
zA+cB?qa-&6T!nz*7!*vP5hiejsE`Nh6qV#FAO@#%L47H(vy)0oK#dZxui%aVxxQEd
zGByetmsGGqw8M=+T}f!q4D7tjymT0?;GdR;VCTV^nUG!^xaNV?dbx?<zF#6}@Cn?_
zN=qy*NiEV-@PL)(;L%2Krv;uk!8ItjR?SGwDX@ZD0FJ1nR9L$k+{P*f4Lf8OE2O0+
zg4)Uq&Y%&i9LQvqLO@X}D1CwiL8$;V$psp-(bLmYNXx8HfR9-h6y-yPaY3bJQEEw1
zB`A=<^ES{%9J~d~;G9^Jnx0=&$pG!ngQvm3W3vp-;F2k=2-N%l1um#sE~->8g>_~0
zASyuV6;vO9ECWXtNFWtDn+A?kP`Xa7C;*M|m8I%{nv^K*6_|`dPAa4`U6PTS3yNn@
zTQ@&nPr)BF9uBS#;qxq@0u$D(1CP99q=I_HnV`|R%v|s=7HCA?*uVf(MS)T#cql<n
z0Wt3c>14y&+a(HRi8-a9R$E?*LRn^UW(lOA0(%_PmP$<p_q4&&h^W3RN(D_yf(HH&
zhLvQ38kH%fpk^Y-D+(!zmEcJjP=gLss6nPt&}O_6Gjl<y06c{Onot8Z2l5n54Gf@7
zM{p@o3~Cu6TJ)eSpPZNnnfCy@4q`WA03Zdb4Lq>`u@`v;F~3Lwl>0#CUuIsq9)ojE
zY9e^pue3lRKPLsfAS;HbC;|<&L!5<dd?Ki?Q37hag99$JSfQXaDJQcy12k;_G8r=C
zkqR1qh0Mn>IOiu8fkqKPWg)2j1#$$qAOj`i#H5@`g_L|m*BnwTfJ!S+?<lhbJkbcs
zSD;V<_s*cDOJ=b`X<kZdQ9*urYEf#6o&u}`4IYy6g-=f+>j4h|CTD}jVlwj-z$vZ>
z6j{lM#i_-L;1tB*oSzGtwFHe3KpP9-<PGk6r$8t5pv^C^+e$!F#^6!`6fdCYg-nv`
zflLDT)4|;YP-hL4P%5Dfa@dS%3V1$M0bEDsRD!gF6K6hX7TXzVGBmRoF-eML#s}<x
z3{YPIl2AZli<s#F^(;YilBv+7qNfmCo>>B(m;$x@K%L0E6ove>G==1x)WjlCH4N>|
zfP4WOQU=Y0g2o#_`5n^j15Mk4ZH4Bm+|2Y0@Gx$9QGQ;!o`O$)BDkFi_B~`m4l<Gi
zYT79Ur<Q=4WW`Dfxv6=jAa56?Li2epRy)C6%e-`OWdbh!p*^?!qDln~_;?I*J)jAS
zH&8hW>MnvCgwS?=IDGy^4^jkz8ZMw=0%-3QY(KP_Q(9C6nfQWcABYz~?P>*8@SwYD
ziXMYATotJG4JsZ>@<DYegA1se7h0TJq{GD(9srq%ftK~4VI=4R0f?F4beaU3Rt6<}
zP#_^^VsJl)3pVHlFWwbEX&=<+)Z^lUwl~2|Zjg3F^BEjzpyC^1At)ItfSS}?uptn2
z%+8KFIHc9l`#0+F@fuLmu(SYd7TEl>%%b8FMJ_JYVlJ+r)O64^tPZ-TAuVz)V%oH5
zlL!nhsY#{j5HcN9xx0Ypv>6~2Bur5_u$3QB1>kBgH3g;w+#-bNf|PO4jG>^B530sM
zjZaXctvoX?CBIw~rVEq?pjike1PW+KOA%CHpsv~gnS$IEMec9H`j40a59=3!;tQq<
zJr<DF<bY;HGE$+f5wr$iE@*}k(y9O_OHjEAD!BC^?gxp1ThU;jfy;TMMipXk6FQ&?
z4oi?8&~PhwoB|Z{_;o;*?-UhVLDm|8Q#mxiK$U?)N`84BXh^6au>>@N1#&OA#{{wl
z6u3&^0Y3iD-Y)*(eoF8;FK{~_)aK90F9#_EC1%Lj1bCDjJaB|;Q&B2t00GoJ0Z$jf
z3{)tFltOw8F5pq1oJvTNNKpWd8x<o&!NCJdBA^Nb<nLmI<f2sY5+2AHQVwX0EDh9F
zE(ebxfgJ$O(4hWIG04q`h99VGg3VW_mF7SzH*jMb)RIaD6^;st3b~0{`9+WgRQW{;
z!8wV=87cWC3OS%vQJ`^*lA^@4w9I5s`3V|80hdepkflm6PvwK=&Or)bV^5iR3ZTY+
zW->UwA;T}=IvF(So(PJI+(b~@9TfU0sX3Xsncx<%3v`V^CTxfVln5Z*K^;(U3~GEa
zG;QiAlxJinXFy^F+z1Abnx%kz3LX$n%S_El0R=-&YFddxYHmSECCJI(bwCU*(DgtJ
zF8QF+4U$J8Wet254U~=*N-7ILYt29-+93DBhmN5|3@Bk#=)p%vz_XRk`FSbOp^W&D
z#Pnh%J0uYWkO-*5tB{hPTncIkfZNL8ek?d_3cyQgQZkE^OTlBE;D!!pqy*#=JqDM2
za9hzgv7i84N}+IJc{C-pBsIAtHANA&><lsX4KA3#$qlNw7+Qbkr9k@;;7~|`n41f+
zMgi15N-cuwKz9VFfd^V=1qy5En1u^cg9~aIXqg<?mo|yXMWAl1LP=%`XvWP4JfH+B
z%OIUvP`Lyd;{*45piLnqyX-trP6n&7(TAF0r^n!$SX{{f9+iU>W}qn(P^{R2>le(S
z9?+N+blMX-W<+qt6Ff)i4_YEoo>`o#1Md~0j(CDv0-$tQk(yjul8Q8wgfdACUgx2}
z;F_D5nF9`Ka0X6H$<54zj3s~zCrD2{H!%gY<f*hc6_kTPU8Is!@LEVs23K%%5lVrF
zV4w?Lph787x){`whOXoRE!P6AP6OrDAn?*bumiwzuS(#xWYDk%MPwpuOe+^YrlqF@
zaUrNt1}Y3dy)96G2UIbETC%C28CY=JR*wNZ%LXB>6x^dc13=jx+*k!Q@(^=H@RfO>
zW+G%H8$MDEos9w&1E9J<kHNJ9GPs?YrT`zgg$aV1zqzR;;3c2n<(iOj5Xf9g31l=F
z<Y?$}B=9INXi5n@3J)qaL9;8ML<q{|;1Odz1$^ZdV*R5IG#P>Bj&v0C(sIgl6!cQ^
z;l&gvJwq4$L5naX4Nz4I8qgJ1njl|77ra7BeQ@?<fHW@@Ks^8}C<n8;fQ(^*mcW84
z3Fv?ds9FFmtOfN4N<bs?u!RdCk3uU-uoH_?p+hAppqZA;e9&sLoSaIKg9<?1;t)``
z7&6O&IhV=cT2WGzsF0DLn+h&AA*onTK_d(_3Z0*voCun?0gpBnm*f|KCY@m_A?tKC
z8QfA+Q;HefQlZ@jRq$9}0ceRQq;$4YKuChyf(ps`1)wTXLA4lJ4&rY#$;=AS&|+F<
zI<%j`;07M=fDUs&r@r8A9B}_9sWctb5CkPmP<0DlI|S+{gIds#0fu}9$jl8W*?=o!
zNKprgw|vl`iCaEsEpu@RC`94Qhd@1e=!_gRi7WZ$CxLpeDXC?kr2^0~U?p(g1vf*%
z88sK82$H0s3wPmG!&~g2j!}L#xTFQeun}Ys9x_$|5`biPBRzu{1z+EQ8Y2^f3S%P!
zC2(m89(@4~AmtaQ>M?*E51nPQ0+ksM-+@L&K>ee{r2NtneQ=i+G8|u?51Nxq%>%7x
zMkoOJK_8+PoDv~%2}!%~x*I+~2=-?lXfX&VrGpj>pbmLL23A1b$HWqF#?WJM1F!f5
zS8J$^D~JTFjD|J2+`ywzpy^x&2os!KL4m^HR+<A^B?DQanV$x6DJXzdQxr1tON)v@
zJu>*{WnK!13rTFndJK5VIFJ$W`2=uN1`?9s5xt~Tg``T*6bfhsM_x&04tQV+T4F1t
zS7jC;mz;VGShAiwNKtBDa()V^sS57MfviOC89*D7dJG<^3ZM$77&O=fiX?EfgIaaP
z3I!SYCHW8uBb8!31`p6kIH(<}kds+l!r+mgo66t`9bCv&u(VWFNKP#Rt)vGHGJyuW
zAf*gqq$Q~|9W)`SfYvbu6*l0t{@~_m252xN59D67(Gu_|A1JGU@?23VXao;BSqv^)
zAk#>o)q_X_il9^qU%{RTT{s0EW(AGKW`mlBh^4+osi2htMVX+X9ncsUEIL4gaXG2b
zb|h$2HnSMCnieu7s>k3Npx_8ufX(2U2Jw1Ierhqo+o0tKpylgG`x+n(VQ|jDzf>M!
z3V7Rt6~qeEk;%+r$cPTOoHw*U3{Wa)WF+RKfiev!wQA}pq(hgSB*T}Sz;j#*s4j$r
zo}mG3JXS{mJnjr?<bX;&aDYJL#}GaY3f-{)DoVhkn3dp4Nda7;>Ve!_ng^YR0;NW9
zOB_<mpoa;(m;{ffftqcg4FjN6gGHGoklA<WcnWB)2euF#Tta|SWiePAu6+lfL<S0P
za83g)dxEc81X%(~Qb~yF4rMk(PeH>MGDr{Z<w07a5DP&aGtgKM#BnA0`JjdpXdnzc
z$e5^*o}ZthkeQO2sHn-{nFpIDhYq@fR!F2mvk#~f4W13c6+_^x0U9dHQ^+qZ0gs|W
zM|vSH0ks8@+QT~FJ`5;I3Lt&)R4k*e3L&7*IXE#Fr9xVIpt(S37ZuX90~rAhGKkN>
zvjw1mS5J(=Oofv2e8h5Z(4ywVqRe9Ouq>#32q|T(Z1Qu!tNj!}%P5g10zm4EOF%0D
zK;3iDoCGMbB!V&;s4xS060$rGv{VqR89e9*F7iQ6LupWe9h?H|Q6kv_X-^h`-2$5W
z0T~bLnS!eUaM=$^Dj<J@2I#P?Gy<g}eO1uHdeAI~s=g|yv;?g@P=!=}P<QI*=h!iL
zLRVkFl6GclF#~ADF?drGwAMl%bc3!vgXR}dK@^;yn+mG>K#D=@e84j(nMkFJp@D&_
zLQ!f?CTPG>M*%$UkO^*AL3|7D;e)y&ka2p)0&vqA)(=E396^3Yc1&)5N@)&wogyec
zK#uVQFT(+?%?EF60wp@o*f=Pvkm_6H&VI2Tc;FpeaukDGn@On(AeSnX<bz^B0h)@T
zQwE^EMX??zh(IeAiXm-ka7zkQNr9I>fmgMFJA$csDUeo7qJomXlAZ$U8d}J-9jLy5
zhbDCX1w2Wwkf@MST9A_oibv2W4`}pNA*nPSYzJa_6(|=Jr9zg{fC4c!4_v2af@&Wn
zeI*5u8$dw-Y9pm86es3_c1VF|tRcw{w0H{Mm;`A6C9V|65JOQaBw2uh0u=TIMfnA(
z;AJ~{3L*KR2{=eQ3OuU^9%KcF1iWDfsYE~qLOZpfslM`j=t{1Vd~nGK%9ZIw`K1NL
zpwS!TSOT{TtQfpgD;a!1yF@bcGE4LnTr!Iba==p=;LU8Hj8_aT;o(gda2UbTgl~Rv
z2`DB(J<`lPSbTyaQjft0vi%C2t3a6&H0Z<N1KN}Zu2YM36bwP_4v^;|nIGgCxDY68
z^V2|+kRZE2i7YWE2Rs{8tjFM!Sq$2Ilmls$L7I=n5K)kEd8y@~mAN2GVLJ^#<0g>W
zCow%$kHH7DFvlgoJP*OLV(`gNhYWQwfVUwceC!6Em4%3c%m=j(lkzJRl5!IBvOy6D
z9q7(1fsCz#)PPz^pg@PlGAI-vI}6~gYUq>)#Pxa%zMzFBu#hoQfUrP41qDL`1DMBs
zQ&Tcab3q{omdB9JEKW|%$w|yh%`Yux@C8jU<fSV>ay_WV0j<Piz}maeg9)SdCtyQI
zFj;6{1h(L^7_`@-C=r_IFsBPZ2}lRj<_G0OP&EskbAb*Wfr1WN1b~waV%i&=*7KpO
zEj2Rp6!MEe3o`Q46hL#LnaQO&C6$_148Hj(3Mk7AQAEIL9JDS7ly?z33>C2`0_QUP
zN+46+DG=STPy*FlP}AWB4Oj(yXdX0}07^c^B|6}FQBaMWlMBi=iNy+_>3(pVJ2kO5
z6SOuYUm-oU1k?}(tqTB;Y38KDaup~!gYrRUu>xq5P-+ommJ2cg4xXM(%So*Ok7|Q*
zQesYVzCvnZF?f;>$y7ZBztnP2o-Hbd&3J>hRiez<`hgZpfc8?^Gk}?(0Y7^M$m|s;
zal^+wRSi{&mF!Romej-)=<;3AxF)!t3?1kIHUE+JYN3pHf_4tMIR=6Q1AT#TNoE0f
zI6GAVVXqO$URY{OgYD`9H3q=`PK2$>0@pxA3gBIBps^-Ugu!+#g6GA-rF~*vF=%Eh
zMUTM`Qgnb9tw85=tQh=2T~K#tP`3m=^@o_PfVGzy{PIgutso?H@U$2l<<N-Jfs|GX
z(4{>(V823p@lc<DG-oEKT7et0zDV10^NSRq#VOP<s0AtD9=D!Ca0X;%0=7s_0XE?Y
zUaAb5<$#VT>A|f)ig1`=;7%4eGC{Vaf=2S-=@^okVC8`xtaA;@;h_C}IXR#Om*C1U
z1-=9qRR4kX!Iml%fj6~+VhPkO0ww1BY}l^R%=A3aCU0;d4cj4<58ew6%EI6sBj7p>
ztp<edJuJ%42d^Uq7aY*62o7Lq(F{tpV4s0w7E)j#!UC;NirfwYxnBX?$3&VDFU<ol
zrzk4T1Fvkz&qGR?#Y%SI1yG>f-JrRT%o6bK1W;W7_FG<R3CQy_vmE48@T35!rwhu0
zm^S-+Gx#Izya1)^(&AJ-1wY6>dC*Et@W8SHA{#OIr={tFOa!%t82mx2XNw>mPf*PU
zt`ET5<<b%}b5c{R7{D8_VVi7{Arsb+_Bwdk2&BVNQmg<T)MfysMNs=TAG#YmFC84!
zDTyVZJ#~2{po#+IFW6cIke9$Q4RR5<*^-!)14>Td5C(4ufY<=)(j<af&+x%KaLR^=
zAT3jXY-E6pB7jm)Y9eTT0%EKM>L73v5A5N5(B^YcF$-Zp_WwG9id@ikHp06dAiE;q
z<r#GTs34<2FE6!3KQ}S2G%-g%HBTSB%>uH`4mwr|8dz4c1A7$Y5^xNI+TtK*gSJF~
z_Q`@;JK*iTm7qWYhZM-@%)CrJ2GC%af@+EtXuL`Tv{4)^U<h770A?D&nZ*pCy$|3O
zf5GtW7Lc)g=<Gk-1E7sZMTyX)4sjf`r43pOotl%Qkedn`aLI(!ZlEQWki4A_Uc?Hn
zCW=zQJr_`AQw%$a0W>A1#{jhrGHwML&DMua10Z$gA#E?TiF`D5y2apS@}Mw;8CslJ
zsgRKgN?{q9xuAdp4>jj2!sSyzOX@)TG!4x_IR%ssQM`>_T|xJ=fFlMvzW~|OqE}K;
zf@~_PNro!LAYXy!$Dvyp5!#gO5Nxo)*kT-Ws0Fgj6>SVSBQ+7!jnPq1@_=mhg6l&Y
zn^S@ZJUHKhx7UNh2{aM`TE_})z(V>u;C)+pkYQMq><KFEK}{s+*%9DE8Me9x6at{e
zw2p!jXj7jOJkX&Qf(QM{v926E(GTr8fJ_C=bQLo|2VY<`C?$dV@5Op>5lHpmmtPJS
zf$z8}N(FaQQd9J}RN+Q}>c~_D4J;!!;6a;wc%KMd?tnXO#h{)4@Zw2N6J`@At3pzE
zu|iIM3AoD!sa~NQqal?pNEv8#7HG&0JhcT1L}-r(<QY&5frLQQKj7_&unIOgAH1Bo
z2(+`f65JL683j@b)eRjo05^-k4$v?(&@nJD(AES+D9CJZGYoQq0`gD;=nw_)-r)Q^
zh2o4v(Ar$k+Awg34;thktKfs^(DCdP_~IU@0Ia18D%ao+1a09?%mH_^zy%q|WCidH
zX=ZUrQDRAc5jge=K*Moh1>i<V5qQc2ycxUzJo&9qTmU+v1k_xBE@DWkgtU7=P6LGk
ze0_+XLOAHm1aK*aJU0niq63LHP~?CH0YG5_8AJu8a9DK*G7KEuDX4=X3;{*?r756Q
zccAhRq^dl>C?^Fp#9sv77z$c)j(mQNqJl<2P9kLQ53ET9>tun3M4;n`pu#l2B((^X
zlJd(kQ&NlJbMT;I0$x}_D;d<~3Fw=tVLPpLb4zt0)Bd{9X@7ksJJjU{;DQJ;nhQ#F
zxrqe|xurQJnV>Cb5Ut?+n+P6p(_;t%jWd8p9U<$o6d8g*)hxKB0NN^{hdL(*YW0Ca
z6|~U_yc;$}53B){udEn?5M!3eZ1A=NNIx55NihTLlnr?5%gh5+eV{>cyi+(ZeTXqs
zaGXN2Fm&y*YB8+wucx44015<XO4b31XXcjXf~<m066tBe-2zTp;8YH74S|vZD5rzE
z^WdTpbjlDo8-jZ$;F=sXF@Z}zsCNxk4(+2tQWR=K85DTnxh&A;eb6>(#KIQPGEPv4
z!sgw;SuYiwc0s`h+rkDqUc@mSyd5J5a!d|*MIt!6!COjLhMGa+!Ud^Cpt)mIeV~0>
z&_$u34e+2H2>E%S8W>y$LP8r9NT5ahuIA7#D`YS+H5EJx4weNE1A@lI!J(Q99=8Pf
z7Q9P90k)3F8M;jqyuOA3HfR89-4`pM_5K;aI~L)hi7B8~WJx}#wkXNZw_*qew;>Qa
z+#t;}aKb=Z8;a;4Y9fxfNCh2Vr56S{RtXespjI2~^b$P=&?a^;0o@H>4B<eQhk+y&
zg26lIpyHv92tH`Qt`sy;1x>G@QVpKulfldWb3kMF!FUxy@&+`)G7waYm<Q5>DF)dK
zp0b6yLjhJQq8JTQUX-7c1FojQZGFt1D=2cotp&v96IkyX*Dh1UW@gBi4n2lo$i_oZ
z!?u_q7&NGu3rX3f#jqhZa25n*Kgcp0sC&U-1yY}vpQj5xY%3MCJu^=MREidB!g@U5
zY6iB>fgu>WI1)M)20C#IH9bRjvFIs;fwlzX7lArJmEh?bP`3e8!GL^S3>tXO0|iSZ
zJoxg9!220MBh27MHK0y+Nd`u;M{@ya@&HsUA?E8qTVOK5tKP6o2!g^3Ja>zIfDRlR
z&_xQU0~cV8phbkm48fUspmTHrK&1*paDGuyrJjOsCAba%H3dPnY-$QP-t`n9@d)xt
zP7ds_x8jWaqLQ3ShTxLKoK)mB%&<9ohy?mfJ~U&%TIirXjIb#;(28gUaLEO&Frmi}
zL8fa#+gwufN)Xu@+^7PTKA@zWlwYC)YC3>UD}s#JBo`%?=cE=D!^{Frh=97jpzbsH
z)GN>_AE5I{AjK$Tco&kiAafwaAlo1V^u?(PiQp0y)HMRng2Tq9zy(FI9s_vH0_2!f
zg;3Z`szLx{_PLk=w0e*Mv?~rW90Os38$n<#De!$opv}{uEnFZkfodDj$}!Mr57M@$
z5YQkOcxMWDt1hVJ0NY@Nm_!2)<bcarP_rErpWylm+C2ta3TY34YHiTke$d2`Pb%na
z4)|a>w2IVY2mzhW2db;UnW(fNy$IYf0ZAYa^?`>NLE8$0EAx^SLh_*pRzMpb;Q9d6
zWmG6F0JZnQ#W1+t;h39Pm7k{&Y^?8`lV6$w@dUJu3t62~ln7eI2hM&esRf|S4yu2O
zGSf5j6bednav+^_P<X-HP~dKg9n@~<s2#}pkW-~V(FiKl!Id#+Jio9s6}%o6yyOLW
z1`6Uyv~ed$MFQ>TgFONYVc0@OQ11{N!bp8y*n%<8NCe_2J$QpbAq2E}9#po$Ycs@*
zHO6#$NxlMjJu}GR;H~zl#SmwLZ3Pu%;G_j=d4eZ_z>O1d?+mnw6nYjID6}9!4Jye%
z9S5)`&_E5yGswvWoP;19KX^|7+VKM&<yevr+A;&%a1L<;yfX&1mg?>Utyo2xghqE4
zIAOu3O<^5i?5+X_J1p|xjWJk^Va66{lok|vpd+HdjjAHJ?XbQxIOjp8azQE~C*Og(
zB%t_*43-utfDX%p9&Eq>o@j@+^q><#x!@)eq)39s2V^l8G+BeQ6ljbRRG1>o&mc9l
zQgihbJo6MlN7z7$Xh`&cW^usNmPL@IS+EKYRJnotPzpXJ0hBPnD^WqU7idZc)G+|<
zJ_Hqvu)Z$X>F5Ko#jw3V(0!SpyawJ=3T;M#+qR%hV&JhS^hsfmYH(8zX-pVxM;fF(
z2;KP&3Sv-|oSz3;*II-)q7uu=ec(m}$O3TI2hG=}LOXWwm<MNQZ~+QZSDpzvnGlrY
zKtp|?b1T5*U#bq&i=f&cY0Ck4oibzurWm|^9%+gklq#&i$C@gD;v3XKf*JyeV<k{!
z81L-w@9pWT1Uj@YAGDbeEDGJ`4_WW01n(JwmQ^FEgo`VI(g~#hpNO<~*+|b6Y9Xjj
zLEelB+O-2YA`vv$3f*%7o)QNQPZWVNIA|p(cn>1VTCAiZP@RD|djd2?1zKha$?%|9
z2@UcAwQN9>cA!HQKt(pFuM8@2K(kVyLRkSaO$Qo>0F7;z6eVVYM~NYsQXiHTA?J|k
zL3W+ELJrcfg09L1mG@9}5UU}H7dnX#UKy;Y09p%MT#}eu0Gc8I9ryy8@&rvNfvXnq
z{(MDndWN_MwpbI?asV%-0GGt@WDD6*2PuHTM|y!qHsJXbY!0Yd2elA%T4;Vr26${8
z)S4_w&H&q0j8uh!nygm(`l)$(<(b);1*s{SiQugXAf7(>c!hY-8la*SB|9)L7~Hc5
z7X!ovuL5X_HZcXV&jA!GpsWKr8~|MGgJKH2AWRegB5KG<CXfIIr;$X3oW!DZ<O2?2
z>vb}7Qj2vU^(kmt8Fn~dQW4}7Or+!a^dRR)fP$t{0X#Pd+42cFK?T|=gq+_8uBe<{
z{LoVZC=D=x2QENUuO&s9$)KYt6Y~^c%gtcht05z6pt2aW8Y?F?B^`XoND?T1KvNtb
z8N{lBMDSS*;NyJZDFJjM3wW0gDEsGvQXFUn9B7?3q=1F2(Sz@S1uqK#x5`1G2Ctz(
zp$;BV2S*`fOc69B1Uo<gITRI&^A$?-K<>>$l-U}P8Cy_mF)6>KSQFBw%K)AD3TxGZ
zEQFQ@U|Zk|-@t7#a8N=Izbs131I=bbhlwG_B|z%1V(>|2;B{WPphFFlA^o1L(iHGg
zYtTYJ&_PBDdHLnYK>;pe^YRrE)6zhvhk@H{DVceoV_ZQ67v!KLX#WHv0Cpj$5-QCD
zha;>T#t;HJD+P4G0yId#2MB;FZt$6(@KHH%tpT<cl(0cH8OUPH+6g{X09^?VI_5Jq
z1y+<`97e(rk`Jx`AfvI+t$xLz<$K^owxHmLZ_H*0ft6mxplw-@DM@fI6jX%hF@y$r
zGN7)3LZmckTLXSB4akF_Jyf8bH=wByXgoq@3qY+jczOi&0zh5{VVJi;>y*HwD4?Pi
z%fL5kX{LizPZT4@9zeZAP>LuA4TUBaLzbE<Bo}3tfX+r$0OgIc%#ut{3l!B?AeW#P
zqfp<0N-FT-Qz;54D>xx(3N}@X2o&E?c=HOh2@}*0DN;aG)}Xu!U0H=x4P%M&B+$8v
zpe8eTwJc<28PsqBuTlerv>pSZ=LV{(VSQ`pEHR|f1=)9n$h4?l0JU~OM|eZmVr7;<
zP9O42gPvrgkO^96UzVB&Ix+_(0!u(6+0d2JphgmWh7eS#z)pbCV}NwTp_Bq-dm?!0
zKru`Vv>E|6Y6c!3gGs<v8o>D_i6y1Q44~aIpfV5KqXgwJaK;0-fr|COvdCeHTNUyV
zfuNcNGO7nQ4BEBUV+hMkEe9=cLOpVf0j+lhcPN@TsPzt>;0L!JvCd<Gx;*gI0_~!}
z+AIo?z9i%T^nBQ^d2rpNhwcQ>ybWaV1u^%Lj(HFrXfhR&EFcpd;L06bCnKH82iYit
zVFl<6ZPfe$Ziv7ZZh%rIxNt_^4**W3kmip9;zT#ZhHmf-FgS`JD;+_N(PG3wu!xkd
z06qQ{TvS3j^w2<sdI#LUgs!AcErvCOz|AO3pFqy20<F&k@6-VeCAfnF3(*@d2F--0
z;tnNHE{650A#R5_1Y{ZHd@_dc0A27P3ycdn7m)#WyaSv88vX@U#<1n+iU=882PY&J
zE2LL}w_>DfXu?llLNp5X5JrHqN^oLYDkvGJDnR!0r65^>mS#ceA5=Xg73F8A<|%^P
z{m|kY)+m9@A%lu{$Z?clYr!KV@Hz2<jKtzpLy!_^lLwLpptJ3uP7Jumf#o=VaGL`q
zG8GCEOEN$i6x3S6VgsmDg4Q5N-Ujb81kLDymQaI^%vVw<N-fUMDN6<Sv{j24kPB=D
z7wAq_B+*RJWN9+!lyFeDT@TV5g$##*XE31qj-g|W&<Q2T8cgVMO`y&Ms1FUA*#NJX
zhO9|JSPWg4jWTixT0;ld1a4kH$Bl72AQ5!5DCqb~J%(^tBC=ut?KJ^4VIkX2!OI&{
zL1#dKcX5K3JA>+A$l++96RtpqXMm^KK#e>F_+lcMG2lo8)sdh)4X)EbRRt)of?AYF
zH5s_4s|U9p)Hs6dBL`^)ODd#;j+jaTA1w$vHyI=W>cxR~Btul74=XBxOJd}L9js0X
zwCgMza%vRBO3*Sq(8hDn+0)6Xpcx{_2}7`I8o8c?oiZQn=;o^6>+j+UN=lGX=oF}F
zpppVy=D;Qhz~>wwW&=RQ08Gl&&jld?I)@B&bQWlG0?|AJ_Z>mr1=YgPizz@!8#E>Y
zYAdByDuBA*kOk^sr-CdfE-fkoZyN>a1h2qCBq59-fkZsGT?x)cs)*Y`KsG_V2d+e5
zoeMn$N6@k*SnnG=B>_6d4RrqpY>FRj6tVY-K*BD+2((2AWj-Bz&J5B@eVC~r?}G-Z
zz+F>N=>zg8czL-(emUr9Gw5m;ND+%TV-3{C1)aGFt|y>s5QALcc|CBbDqt~7wOAii
z)}`troxcJOHE>rBG|CK}8wQ^;3vv*=a)9=FK?|QiYpS3}U=`~XC#I$9f<~&8>_AM&
z3J%DMD?~*L%5-U^Md0z_l+=>M%$#C8;RQ;6&|z(GoM9O_rn+k&8+Z_nU#R^lpc+0A
zsUZt42ueW{tgsWt!L3YiAcA&1f!2|LRz-l$^vEdC%goD!*0|ud8pPAk{i)!HhgPGh
zMc^R`&`foH9;j{vWdT@90k1{|t(O7yl{3pyA^m=Ey8|&g30@cuiZMh(15~1d%qanH
zfB*$$UV1S&s}zAwq=(;X11*t3W7**CB;YPbDtNX7vNH^12+W7DNpbLy0?0nRH{XCp
z&_Fc;xZna8f#3!{NFU~*eGo;UlW{XZrx8Gd5p>=Fq_BfJ9X3~m9I!ZMia|RQL0i1i
z6u^^*Ab)`BEOehDohbyZtszw!XrmrT53Di*7f#@=I;f<F9hL>zlYnxRkqS7M#e*tw
zc<HFAkdm1KZZ@QXrmewsKHACFpbQ8euK-^+0SY8U#s(ee4LXZbwHSF_12{q9aR_Ma
z4#@@iMey?#Kn)AH4E#L5q*VB|O3-2(F_2aQIsI8r!3BKcv@W=nuK+rR8{F;yr8dxz
zGiXUZmh%lDAqE+V2UR(sy$hfdi1ML*Z;)@{<sPX025EqSF7tt0R|PwNA2e<WD%3$s
z_`rb(icQej!JvDqP;3DmSda}JdVsfzP#Z*g3ZPA4;N?P@pp`+zpra*04Nc75o#0#n
z4-LrdC8A0~?~H@0WKdFrbnij)%;3A8K+873p#>d{0oT>w9gd~Nsi3wOXf0G4N>fWu
z!8128Jyi$!UKCKGMBL{A>U@?KLylmDj=X@1DNy|eI=vUXbvz4Hs3sPJwlIK>bq1Yo
z4a(aokY%2Ud64clxD}LN1ZpjT>yRSIRbh~H51s{3C`yGbqROiTH$*`D5WuY=$T%>l
zv6>IwwFMpM1;-Iw4l)!5x(^1FukGOV5a=!wjnoRz$<N?~2TB28PiUfy!+|GFz_x*g
zK|v$`&|WvBgaA1@5p*0g;)0dbOmM9OKF$EN=LwX~pn(LNBmo`%sgRNiI+Fo(>@+B;
zfQFoNGeM`>gDnHQ1eE9!K|uqmwbAQE(2yT^h%zU!GPOt#bg2@Am7Jfe58E$MtZ!^)
zs_&6st_|ANtnCk;8`Tad&B@UQwFXp;-INqcKx4Eewo38f8D1s3e6S+$1S+V{s>cwO
zlbNL84?Zeh0lBLL@8v{;GJPy)1|tPLq6s?C9lBPD0V)SsmkC`=s1OX=ESj2vOESNp
z03iuo#|3JyfR^h)Z_iRSQUR}CQZ-fq8B-h!?J~e@0J#&?(1l7O9S#64L=+jKRf}U4
zkc2ZqeZ5SO#fng)z{eAU?qkEJ6k2+N26&)_B37e8857!jBF1<W<v6W?`4yD&!L4WT
z<{Z$%m&BYL23UK70n!#tVSpZP09wTeS`wz~nW7t(S_GQD0o|W~-0$HEN(G$&r0ZLp
zo|&TSRGMC_8<KAYUO5B0N)5Ke5IhG_l9&#f*ak28f^=EA0{laCok6uqW`3ToOJYf?
zm4cChp`osUp{{|cf}x3(sgad|v9^JMm4N|QfWK}~DriUsu9gdQb%Jh4QDR<k4rqC(
zl>(PfVqSV_VtT4>NNQrPm4Xv!bFxBc9%v1}O%jNsR|?`dB&Am7fm~(B<?HF|itwJH
zo&gv1EMnb|%7RoY1<>5JKKRBAYtYnJQE_UCZD~oGt_4CJ$N_1oMY^ugvly%tERr%y
zxFU1|@<F{cU6`Y+6hcaivNMY_5K_+hrFkVql~xKNp+VlRkqC+4{L-T2RObxP5tk)a
z3J@C+y<v6GPPv@Yqw`Bji&9FD%r8~QE-eBrFDp8-F;C&}p5l_jd-76J6;euzaubV>
zY|KkkNXg93P6S`blBWm06;TJ24~rF2vvWYhiN%=;#fg=v#hGAjiAUxuq-Q39#E#6*
zNz7G5)=`pJl$ds8V_r&Po<e$RPUg}1C7DH;Ik^yqLK)~Xf+O=&ixiSFiw-Z(&sNAT
z1#MM4vN8F{#ypVwvJ*?Pk8CVHvavEJQ6VESClP8)ZfbT3Xtyl*mczr-@{&?>a#FK%
zG8J6%iz^dBmn{Y#-cyuX3=+u6Ej>D4Avm!z4J=WaSaoD$PGVAKPG%9v*QL2BiFyj|
zhxe4F=H+B&D<mFX4z>~O=wgtrydxW{6!M{ASelbknq88Zr%;@qSCpuLY#La1WnxiI
zA}DN+Y*a{3Ey`3#%*jmzn{aqrUTP7@R<NV96LV6IY%Dsm5k#S0(3k@9L-CP~Itrzg
z>7{v~-Uxip6(aH=(UF>*nyqkjerk4R4k!{2@2N`7%K>dl)>H5~yr(1$bkW<<`H4s7
zAK93an4MXfld6!NSaftgC<u<uF9ExtKp`dn$o!&G(E3SG3dt)~$OheRnV$pNVwH#Y
z`o^TvoYK6++{Bb48x_h@D-#vc5AVqXZ8%NMOU=!!1g*pdU*4FJn3kCaxxEqWm?8yT
zh2qk@(&W<0M1{)3d$JXhGV?%<P;k6xGHAG@=A~8^r-E*73{Ff*O-@xvEzZsa)htyC
zhqu8ZJT(_|NJDW6IB8}U=_nK**_eG~<595BauXF&OR_Wb6jD-;%+Jh8$plR<gGQ9#
z_e7yy!l;mvSp~WYEd_I)l*GFp^K-y?36ua*vonh{88pDDyDGCXu_zUsvvN}N6hIA?
zoYW%FapH-&3i&ySMTyynsK`yMgd|c;293(Z98eNUPE<%LRRCY`2uj;|DXDo1m5BwQ
zxXe>1N-W4P%1O*kRLF#cM-iysmYtYXnxl|fqNi|lUa10T+6_s6W|abHw~q#TJAjxg
z!*JXNnVwn%_A&TINLO&)24~x{#G>Lvg&b&-%*@GFC{Bc=K80e?3_SQQNKl;*i-b%a
z1-Fm@NScBq6lh*MvN0E2I8^1J<~~sIkP6x>n^}~Zhvyo|GSIgC%CyAFBO4VeQ}Z%&
zQY%3hH9D0lAVN7k_3-k{<V;Ypq>y=ZeoktxH6*`-3dod1g~Uow76(NyQvL>e9h@IE
zl1dedQ`1t5z}G%jrWS$5%FIDmKjx$=fLG|K=YZ_b1K;@wIzIyUy^ad7(jX61pujR$
zZfdqd=Hca;d7uOVE~HSs1HP&e<u*uAQCtZwSW&Z2aVDtykf)G-cpK=P@yuLMqDlf4
zTwr5U62XB0&Ot}#XJ&)SI8f?NIkK^`I1$uf%`7U(EP~t(nF6{e^2q#51#oOvLeeEH
zU8k0T&JP3S%_AE@C7;6K<%jp=Wgp(7019nzl>oYN(FJr>qz=3y$N`-@4ZaytJqJ{>
zDrDxQXXa!o6z79Z`~el!*`TPX%r8nQMY{VAl#-O}f{$#>RtU~7Dg~JWp~2S=AYB;<
zUP<U(T2z`-nyV0*Sd;=zUZ6%Qx*`{l=dwXJtCZ%JqA4g=vV+cSdmr9Ya(GWcMq*xS
z4k+HiR~JBi1J2)|0t(89gb(P}#bC%yk=f{)74nM`L3JmnfCM!?!G&XSW?p8Mp2Cq0
zIq8{shnJUtioK*#g~(vg)g8szpnxf@Dpg21yyxhAP$dY~gd8^D3mTDbj?_^Ab;HV1
z!JRXxQ^2VXUXdkb7UiUZD{oNt1{Yj;nN_KX!UwdR2oxvaD-6KdQz5Y`F$a{xLAM%0
zFO5ut7IHesNiYvo5`wB(ux%&>cw!zn@qy=Jpe<-{L0^(toCz`tZI5kuKrrmqN%c%<
z7(<FsXplMPf(uZn846y(pcV+o@3?%Mn_7hyaOn3->VR*KOv|rOFNI$s38|Suj?4pP
z&`i)l<|PQhl*}T~-E@^{i4Y%yuA9uPQb;YyO|1k4X;C7$o&v>racVYbpagO-Tyf5k
zji8nnSYJva)Ps;jlmu$jz*}~SptIl;^C0Ohvm`Yyvno>|<H*LUoWwj(*2_(Vl^)PG
zNoo<OG6vlO1HVND5m%6e1zH}QsgRNiDt17#5vbdn-I1=KL~^l0Vo~DZ<zR1uimwz<
zot_F#kB}Ha<T2=2C^0n;p35qsF<YDox<UozuFB%Xq|A~`$k}S(6+WOTE=1Xy2#KDQ
zOdIH}j!vZtrI12CH?=r13zDSM4{s|1M^Z{^Sz@k2Drf~bC~)ER8hS+vUnK|XL6CAu
zB_y69wM}-Wf~g*8S9A&}eIzAjAK91(x=aar3n%DUKv<y&u2K~$OTlHLLUv+hE~va!
z02SCdM>e9}Y6%Gv1$FRkmg?X}5~##Vf!}NiyWmj)q7pUNf(mR%_<^GrlztG&3S1TD
zWGZCmr<CR?6eogu26;y|7QmRGwoNj)9hjF0YL9|bd=V&L_<?dj6{y_K&IHwMN9TiD
zEh&j`XJ+T;mFAY_f!ge_1}<c@26}!M#7&^q(vgjjwmj%$D(HF}=pq*I4VSQyos`VV
zRE4C(qw{kTD<RE#Xww8#@Mfgursjc4tK?LWYe4=1r<6)i69e4dO#(HRLB34N1fArV
zR|Tp%!S$a)eqJd^6GrR2GBZz80eZqLWO@}cvILp$Bkp2NaH9dootog%43u_`Yy_8|
zDbQX)Wo9zy#J)sOt(gZsl`1FG&PWe@wglS6nz^YZd7uU)*dp+u_MmgoK#2|776A3+
zkW4WK4XGAaf|@m;ga;alf&_eOuAM6Uo=s>AJ5?buy988k=Rw<5ko1n)h5=vY3A>yS
z+wGg7k&Z#0NLLwxHUwm3R)NmP0+o1qpenEm)E_}~kPa_T%mHNyP+Eks!JQXS2PqHK
z<x(w%c4tA?cY>PZ#g))<`tUaJoqd@_3ZSwOocmL=6%zA6=?0}tgWduY32(G#f|>$g
z*Q8d$i|u4k$z230PBZh6JOM94Kr23!NWQpJ3Dh!C$Slsx&B+9{&eBsAG>&Y@1GSl|
zl2bKxV0CvUI8{Tt&8c~y9Z;aQLNX}I;XQRkD-*E@3SMJmDkOnp5LBTY*$D3G!RAxR
z^SM)I5%~5`P<DekEH_o5^6<92lGI#Sg$^$KPy&fcSAmwLDkP;svhU$-MR}mAq(~t*
zwJf=`q@=V6aZRU3Vo4%sbPH1aVy#g?rB4cK=MynY0kH>COo0+SJa<C+%cZ#ps}8px
z-d3Oxl3xJo*1=7H6dA$!d7u{bwgQC`h&*Ca1hLIf0o3QuP6UN0=r(b1S25+tMu-Wp
ztYrr_3fiSUGCx%TltuDDMIoqFhLkjst_pPl4-p~V6bfo;gEAJV#g_{%1i)QyXsZ#N
zkU)3HgPN`iX^EiWB}kbEKFlH?JP?fS&QP!+h*27+)Vxdu|Ljso=s}9OJOy=7lqk4o
zrlc0-rm91V5|CU<qJohj=qmKYB9NEhRcQL*ZB+`OsxnWH!KoBno`bHY24x9o@c?Qy
z=7L6#AbqUE+p1D?z(r|dN)c!)HK>OTy1hIP+!F+~%koir{Gi-`XdpoktwO&<)Enfe
z<RcpuoFMgM$&rl;j<De)a5e__z(77pR7lTE$t+Mnv%V@5Vt-;T$S9D)BO9yq7+fLa
zbfCs(WnvYg2~Z5`L4q3apu?_nQjsQv!8Han)s`g|LE6^H3ltE;PT*m=q|BluP&XUY
zS4>MR%7%mhWO%VSv7iLp%+ynG1od7NlJbwv&neA@bmc)DX#J`H)(I*@6jBlu@^gw4
zbs+JY0_)fx*$8ja=73Zn4XUK(!KFZ|P=~Z218zq)g3^6zQDzaSyQBnKtq5BM=ZzQw
zJ+cur_6HfVQUaCHN9KcKJ}*_F<jBTsa5udG*(y+d0v_M0L}|!6mF9s45DLIn=YcMO
z&ny9_n9BT|QmDVcK?k{k6g1ETsuc1v6+q*gkWO|ns07Z*JTf0NT!5%$L1UeurV&J^
zxw$#0+Xc3#N})2fB(*3f6Ew61D|{1k6X8V#%Af^gAR`koYEcQQ?_e&046kK?&bNe)
zqU5GlW-65Cm6m|>bDkc9H+U?`H6=3#JjwwcY6aa`2RZUPC>69R8Y<@q$|pIgMGT;I
zquC{pJPFQeRt!$1MTwP(I-r^l+>rpMa!4Z*Hn0aTg>n;N-a_&fB%wpwl9h?ciP;L^
zIzK112y~Mqq{3EkaXm8c$Oa!xu&v-Bp2O3M@<1bjc{&Q&pbP`bdr64A2Odd-W&+UI
z1-M0=d31g@sL+87OhZOJKxz~;DiiZEAwyD-Yzc|ZD$v!cM>ghw!Ufz4)CBc0K_eWX
zvAQE0b3mio&_QG9C^4$1!Hwu*P=!~SUsMbpIR-Vnp)OZY2VJSE4zd?D1%R?_a$+{9
z_|;Q@763XBhh^qLf;tm2VxLqB4=vCQREb47M>axRKS;yA;217Tg^c7V<U=A5R9&IF
z799RyYZ)RT{SMHOQECooSO_%82`f1g6-q$^Mk(OR2v)u4f$|V2yMbH?>MMhj2BZ{#
zG-5!lX;4*+n%fZhS0NiT*qsOJKW9Tn@{pIYf(tfidVy86;K~R*b_Qt)gCYo08R5Hf
z71Z*Dsls^~P7!zp1yt!m%Q#4~1`m?!DL6q(%~S>OXfU|7Q3)!GL0z50+j0)?0gnR1
zqY+{q)o)*g4ZMPjBS;4aJW`XFr~vA1L8KuL2ZwxSo|S?|CXyQ=m10UNsC-K;QUDzz
z2Pu+3=>t(<Xfn8FLw4GzgGvH-@ca*`+sF`^cyvBPSSqLxfcg=!&<@@$15JW}avG?R
z0!L$IqCz6lR0gPXiR4O9y#^}2!Sf&B?pZ2$jwTU2$P02RG)f?y!UAxykeLU*xAo}!
z%rcM@eZj3gSoQ&l_~#{7DtMPx7J=tQQW6<Z1Yjy5;|)kxww4wl-`QFU3Zvo@P|*V#
zmq1Ymc19j(tVjWzN+44yh{>Ch)NIgr5b}Hs;__BVp#&bW)Il^iphGF3b&UA#Qw2?>
zz$fRRB@)tr8q^fLBN*V@T6KxP^%azdpo0Oqpbj9Y>%ah?y;C@{;qda*B2fK@BnaBd
zo(XEEfo4l8K~)o|RDsT<fXZAQg_OjMM9A>gk&OzeMVUwEXXZi+6x7lR)OP?G1xnVS
zlk`)IbkNSXf<*^>76Ps81oiO~kIv7Aju(}HdUgugIf=!Gw-rI=Q6aII2R`L7DYYas
z8{|gtke@4PE(+Qp2F*r+>iLvZ3>SdL{lGJL*(IrY3XuE>oohV22h_3yjl~w}Aq5d+
z79%%RPazUiRe=T~VE%@7U_mWE!~|w(QFdyc0yGE@F9-PnGP_os37-bY0gdS+q9zl(
z+N2oj9ff?z<*?bHS_d>~1!}mIWafZ|OBEcE^C+TvtxSY9sKCRLXa<5NOhCO2&}3k0
zUM8qr2?>YX)ErQ~m05-CVN}hac5ZP#Xa)l|^9V`-pcCs*x<BAq*W$!H&~Oi=D-RDO
zaBw36G$$2#Oj-vtv{jm1npawtlBnPj;_CydFhEOtkQy%Fb`xj<Hnku>2UKYn=_xps
z=0VD*Vo=CrgQw++ioxTBDCJnn;XR->XC+dL6FTp%pq`SNr>_ngh)M!ggvbsCm2RLA
z%SkLky8aA2Py-!*K=x2>Dk@LGJFx)N1VR&a1Pu*kqYCOk%FfIZP;(ILATp>c1)5<2
zO#<iUBo=|(i<nCTCC8G)ywqY)D^*V+80&a6DBdBHFQ7(Qeh#=%2O5+^&1osAh#onp
zA*lfFnSq<k&~X(=&kfWbfYee*L6(~eoel=|)p8({P{^t3@U%Qwnk&v!&&yPB0Z&=E
zfV#DyUfPk3MTyxAF3_Rh%p6F69dtD=I5}lQC#4{9et7xeZB>W&fQP`KWjJ{BJ2Ov@
z0Wp{Y?@T}^%Ne{OcjbasQ^4j27@`t$6Z1gX3S7{G#?f6sRS9@HhQSn?#zBp)%py>S
z2hmhRtu$Z@B2w}p3nJhl1JM9>Hn>Ruo{t4L${_Qum8GB*kXWTqnGdRpKr_rxC16FM
z1}{iLPr*AeCou_>sz8(ZkaJx@Q|YO>cHm2L!CB8nA2f^z>fC@5G<bbON@<avf*Z6K
z3GNeu<~cw`3aIFW4Yp+#=qP|YNX3~7DWE)t>}-WR(6WY<MDT(Ra5prs6jYQIr6LW?
zDY#-^Kv0PoT0&}agRaCy3nFMcGV$pA+(gg_Hp)U7aDfjV5k~GegK9juDLJ6k3gBJ_
zl08Y8McIjmmn(pVM8FkUS|Vs>8{Fan58Oj+h0KJ32H$cs6)N+y!9!AD4}q6SftTt+
z+RfmIQ~-4#s&Z2EAWJYnLu=qF9?}U17hDS9vD!Syln}TBfYdezP2xh0&|?7U&PXgt
z1g*hAT08<-x`J1ycVbdvaw5cC3fY-Cp!?iF^^|XEMoDUJDySw;D$Pq&$jm6otW1O~
z`T;Gq0fjEK8LR+GZ>ivg1d!yIS6T&HWO8_U@!>sH#h~c|@T4uY+yKY7o&scO7(A|h
zxII5xAukcsMNR=75mpSkI32X`Bo8!83Uw5;djY+GHxhJsv_gI!$j7;f3dNA&9!Tk7
z4ax?f8Hm!VQqby)$|D;=VF($TNXjfqtWu}~XIM~XfUNcbFFgWv2*L3SE<!<T4<NO9
zF=%}Xs7?Y$3MBGCbHt!h2hy!V9a@9*$Uyzm#5`E_n*uJVQb1ZD#Tsa25Hhz8nHWSK
zsfCU^Yk*dWf>uDLWr8*!freo;Q6^uHY|McS9f6Y~Wbz#{>s|?}zCf#-Ky@5)5uA8<
zIjH*z&IQ?t1&JUIEcGL$s3JWE_&6760Ygq{9yrfJ(+Q|>fGiLLwUTrcAYK58rWS#^
z_?3xy;4yrV@1fDH1T{|ybeHepJ;mUr7--@Ny3PYy0z-=TO3*+WY@7|`<+LLki@*at
zc@T#|+yQDcK^k+p;Nfjhtq)pO0Bsr~E!Ib_bTy%^1#GQrh&hP1J$&c|wV;MJgR>bR
zD|S*6K?eqc3KG>6(0nSWJOKAF!5JEqtPnvA9lHg)R}Z8gG|~c^jybZi1k^<Xk3UrA
z7l9f_44_&BG<c-ojaYPtc}p;8pDU#8lLs0#0X5kn86P@~i>S=N=>*hc1G^5n6oicd
zfXa2yVxQd9luSJ?F4+7XC^><O5wJe6DWHxdth-(b?%83z9~cxU3YZrJql8j+ehMU0
zL5nl+NKj;I3TWyk2RyQcG{yzJJUBS9G95fSgK>Q@bY!JCldKzr!Q<49mEdv3+(ZU6
zZg6G}yyXSTEg`A7nN>N6h8t*5%n>wxl$Zxu%?R-qNE@tfcL7(7ux2~5A;@beK*0t}
zGoTIys80?_^AHokwY!1_s9T{>keZjAT9lfS3h6fI9NAc;33nxE!6iJtiZgQ<Fos?r
z$pLl&BBAjW=q#<W0;vNmpaoZ;5emrI1!y=qB{3s22V8$<D}bgyi&8Z~3(df33EKSw
z^&3E~jFJ*imlMY-OHgyGI5P*O9RV)SK}i%8LOH1^AnkdXppieQ$>1Re&<Y0yu=${|
zH1HZJP=-dYu0h2NIKV+QHBw6+F^L16tpRBU&2)pV>w&};(ORLYRsk{u1Dd!^26g%}
z^HQx~Ll}?=(~?xsaSNcJC<RsarIn?*&|y|c{RU}Mqg;p#SsRd-sgMa8Lx-%TL+Jv-
z=gh%#ELExCE;eSEftu`yi<Y7D8by$WzaV$ylq#eomK7!Dfw~5eiV-@t3`_2yq@0=u
zSpl4r2p@Weu0KOg@Tqx_00b4Ds-OdUpvyk<biij4f{HtE-F|dFs7nJXniMKQ>oh_2
zeG#~~1Fjjtu266)g;jx|HI3kvs-P}UVjieD1zOV#s&zmMc|bQMgVq;AOPwT8Vu6JN
zq|E^CJAoD)f?GA9<v1FksYuX(?$P;~3c-iBRplJsldYq0WJ6vuf)AOnt_0VPpq_I&
zxM2mF7A%GJ@^e5(0S6;ZX)C0Hmo-9Hal;0ZApI`zBz;b55$F{Cs?0oaE4(bTDE;uB
zoE(rP3ZVJDB2Z5&vj~*RtMnAY5{rsKqM&XdWJnK`R3Tevz*D5?TV_CuB62`0$WuVe
z*Ro4XN)^CULrLIX7Py`QEf`G#_o1PEJ5Z4fZ58S<xRzuWXI5oG$5TMu%;L-{29%@+
zZc-_f9Nq(JH-KigGcpe^2SpB~g@%+QK#fw2Ww4;lJ%q1r_Rc>#zcfd|wInk;wFDei
z$P@0U^LR%#!XgB=e4qq0=!@!3g^a{(&>A0bmo6tg6TAo;xd75+a0G?3BWTUFM`BTC
zNg`-|7^@&Svq6RzOHzvqG9hb^Q!*9dtHaSw5dbC1yb{>FViBmu28}X+8Xd4nNa$iC
zsLIMrNV^ys5upApHrFY@*M_PVGq`7h2I)Wz5^z3(M=!K#3T{6_tA9{ur>HbH8GIQY
zr1$}c7PzKDS;LT<s>k4+pOaY007-zL`vO5RXa^c72F=bvO#~HDptc-htQ$0H2$?*9
zF3N${Lj>33fUkXa0<D|R1ufIWa_=)@jR}071U@+ja&BG;=*ZjDB2ZXBnpL3E22^x_
z+Fc68i5ZzmpxMAwUC>4)(CYeac`2ZrsR3DoQi7Pws7x#Z&*gwR>+lju6Pz*fppnA>
zS|I~o#|j#I%v3-gk%TA&_w_2l-JkTsV5>lFaFA-yNTm|EV+1N5!JQ+8Y}mkfB4o`#
z%8`wFN}#zZ$OZ~fCkJFyDR>YSl-c1;NYE+lpz^vTvoaIXvM5jh^%%fKD!5?;CZIP%
zBlm|O6%lw{fHnBQB2ayZvfL99B(UY?Nu}WW1QgFD*`Q(q8Xlm;3d%r-mn)Q%mXv}^
zKTyqqE(WhHK$CZ+Rf%~eprQymeU}88vq}fehlA1;vb+Mk*o2gspaEzFXqgU4rJ!Yq
zIv96CYeG{XNES9Bl95^jsU^Uz8tC|yf(C4k4$>n8HP1Em7{Xw4_@EsXu<2K%W*c~b
z6Wnrx<|9afm<ZYzl6z#M6?DuA#?MPsC_OSC)R%zvsh|}nWHc32<$!y(pbZ*&3Lc<c
zI?%!ar56ORWWe1MkP)E$KcL20UQQ;c&7K2p7#HP$dfYjg(4h;|(JuwaTr<kT7zQ`c
zhzV%WF)=R@TsXkyF%R$2Q_ui)pFzDm&{8d^G*ZEz2N}aEEh;V2(`0Z;Ed~wJfM$O1
zUNa49G=S!(K*b^`O@Q_@Wak%Df~Nl<Spn=v(9Ri1+JP&~&IHxmSk*%Nutzp3xPSsB
zrv$c;1GH%eTIhm1;NUpZQ2-6efRj}=sQ3pr+VV<4nF&0=4o#NXiIpj-B_)}tBVq6+
z6SOl6X}uz52taKta5(}_BbA^vnw5wyBuEyLQC;&CKp7Z*wq7xG+68i5wL)@cMq(Ab
z<X6f=uPPv;QD{9#P*8z;g5cxYAZ9>DA7EhsYJq`<AHWMgK-;H4IT17#0b7CrTivW=
zq=$ZqHK^|c8dnA_+RIZw^cg@E9cY*y)C@%|ssIfSgO-9pZr=j+{=ujALhkj13_yaM
z3t4Fbo79GvKRV!}azM3tW?o97KE${B2tH_W4rsU(Vnh{mQ8;wG9kjbFI}_Gi08LkC
z!sl#2MJZ^g7i=S_TL>}*sbLJB1`0mBry#XR7arBH&2gXt4y*vH%;9O!&Lya{fcOwz
zpo4^<R)UT-NX$*lJ+curI8mIKSfT@BfZ{DX5mXAQrYJy42gni>aE}Nyuacaatp~XZ
z8?#UcZA3390^J4)sp!FlJZ$lo4tO~&NT?XpD+Z5#r^1JQL9I<tMWB#ak^|`?=rN!c
z5*S@mP^hOQf-lfk2W5KXMLvj}0NPdJl#`!c3XV&V&(iWsK)dA<)4<sfvNICAE(_H5
z%LA=@Ez)BEuZ;np*avE1XDXzF+|1wzEuYZO0E3p6ko6hhYz-cGLM%)L7jDpbHTd%G
zRL}~vTph@OAgIp^UR3}c=`1ZOg-peOhrti;$vM0Syho-8Je~?(w47H8TBDekl6iDK
zbgxPk)GV|~1*GAr0_63h(8Y2`HiC!ULHj6?b`XNr$|E;gL8~7?J48xB%NCDp%m#HB
z6pBHcNMLQ7%6!n?PekDYzDFCh&y4}Hk1VNF0nwbQ0<9JUuT92xUv@FLL<Y}lK$f+k
z1}P{6K^r^sFe<zw8x<fIXM-m#KsB5OcsBs3JDgaesQ?+Iht5-h`ZD0{m!NH7IiN0M
zC4Aw|a?lD+P*)5zjBRLuI$Hyt3jhtN=z+E#9oYym9W?C=u1^!I6f%obb)dCAtTKkp
zf`E7bfo@v>I}w)6z)L)jY%D@v*$A58fbBL#nt6bP9%w=aUJK;m8NCD#wZbD9lp^85
zr;wcq9%{!tXAESz9Vpj;ECWwcpqx|=o(lq1q>#LXKCO({BMa(m7K66wY4}4bRIr9T
zP^yOxgMyt0o(Tl4se^4_1-Fkun^r0_K@nY~2p+rw^~k|l-Zwv`R2|gXhV~6IK?CPV
zOKOp4F+nHXffgNt5-E5e9jFBZEvP^fOYlYovICE7gw4d{g2vF0nm|Q5$lK%9b3n6N
z(3NYTLM{iiCc8>c0bWRh%6pi*i$M#|K-)f3pi8$vT}9BA!^6u{AuHTa`(!!bMh<B5
z2)h3mc}@ggQa}bjpkol(nULj~M>c{__sB`j1@Dmnl_sEVg5aDD9!Q2=;0-I=z?lu)
z$Ib-pD~9Ai(B4dNrIiU@@s(MG*nI%g2O7->EhPYtCxP1@kft1TUm|!hVsR>HyIW;3
zcn-Y`H075AjtK?CG6My0o&pU!f>R{Ed%3~80>EPsm7rV(Z#=>`gk(dPWr8}upx_7B
zeV|?o*!M6$fbaEofsf@w1|CyOKsU<5cWr|s?(iPSiozVocnxS3^5H$%;Br|{!6~sS
z6*LzDYq~0AgDMWF2JjdObgDZ$Clz*kFC;ZVW)&a>4q|R0_wb(F?8AHViczlYR0lOy
zVUEeqDJ=l^C19!O$VTYyW9Vdv0(9IEJWvW<9}Znm0?B@$MpJ1XC~txj7$h@*ifPb#
zX-Hm#tZIUE+K$doEGhvt9Km%^WqvlO3<q@@K;48Y<PZkOHh35Sw9W$5W`pN0P`<4M
zZ$yK5A7ndh7>dC$F9%#qf`&(+9cb7zIw(nie2=KAK{s)Nw&;Lv;Raa&+8|b$U!<Us
z1e%frttcr;%r4H%RY*zA%Pi8=Q}9hp%t<XyO#@Y1pp8AyYP&KMyn!7w5DZ?j16iyC
zYRm+{8Z)UyphYa;F0{Uq0@O0lPBPGe(M6z62WZbSl0%SIcYwCXZv*Y=2hEy*hV((1
z3v@9#xQ&of3T^m;ORyYpc?XUM9c;_HVOydK&{opHmqUXN;7UwM1UHP+i%JXN85e9B
zXyO5UjS1xF6~weo9%MZfe6fxdsHu}tl32vxo_csWxa7!5EXf7!o5(LpfdmUU8G;sX
zA_W>emeI;kcp;#NYZ5;t6|$%j)R<8K4~6J4fTzbx5{s&!?O3?!pftqbSY-t&T_MiM
zO$8-#P{#m#S_P=aD$dUXZ8K9aR8K8ZfVNRU{Q=0)1MpTiWCRO5j0f&4fpZ3|m;^00
z0~cc{iJ%G^If)}LF*>pl(p1bz)nf<&55YqzD~2HWu71!g88{yypX~uz_6A;VU!;h#
z*c##v=+dLIRJhgP6qJ8-eqv4uXnGc$Rv-(46+ok~pgDHbk=Q&?OFBQ>3Vi1{xUvPA
z1q-%f&^92@ut8p;f)OH^{EI-FWI(r+<JAF5%J86d$pp>vGkAl>kqcmDoNs;#WY{?q
za^JWDcxtW$-l+ry7<^na6?9fcQf3agw*hLjfi2HPZrN+Vwg7<7Y14!nirP`dnspK(
zZ9Y)D2b}I9BdeftFAuz=J~bOOuTrF^09w}ySxgU3dMJqw)Di<vwj!5W3c;!1dK<h_
z5Y+$FsLC$_ZI~zqjfI1{Dd2HG&<xhm`QY(z@Ga-@u%nj|i=n}F4on#AN=Pa|UuFck
zjvTK-P*x^FSxP2Y5%g9C&}J?062;t9@SI{k^q3W}8hB+0TGa^Jiwqtl1Pxf}f!EHU
z1QckaF}OPeT`d7p2FjF>G9SDUN+BCG*b9=tStvkOhE^t)B_0JI2m-Emz)kDa;yiGK
zfy_)Q%_{}BBykuH?kvOPphMK4Y6-=`;3_E(w5BB!wAhmYdXzw-0;r38WCP0jmaxPk
zdxQeiwJ#v$Wr;=hh~>PXQ3urf)IqzT&^AGVrx}oD;G9Y!oBymK$rL=y3d^#v(Gl1t
z-IV<7!+UZQ^GXtnEA#V8brirOW{~3&@}S2j6sd#HcTs>$S?7TVoH7eak@j|Hg4gaA
z=^;5Bd?7nDAVBA#mFAYBY(@k-8hJ?{=-ztpmLc#k7igRr+*<^%q{}_LC-3kcP;&w~
z?=XP(uEEd$0gr2fr)NRSB0-WxiP`9ldK>8aNYDfUlnL#Yfy(HjM9_8U;5*x`Fw<pa
zrVgm|1GfZ0qvGI_22`C?W`dFuWXKBXs14Yx2l~)g5!e!N6BT)161d5OqeTR1(t|rx
zsPk>m2~No5E;!#oM-oA`5NK6$$>BZlm0*7PC0M)#+K!u<1{-PtXA_hK1EAq2(AWT|
zkq#<jQ{b5ysg!~2l>`L?QqDlG=0I&Gn0jcD2JUZy$KCZ5AiaFhGH*~J2x`xO$}M=G
zA3UN8I&uWGe+9fHAG-bywCDx083uGZR8eX+Xnh>m4_HSQ^N{;p@W{-DMj~W+I%p#}
z%%zA?Mu;UTpqijEB@q-J;2YaPn?X^`#8~<QYt(~Ah#<Wz1<2-iP=gd@FKc2RXz;rv
zwHR`4NJe5&W-_?rgt5eHK&=h|jr}qBfl5)-5Cq-P4O%Ut18dNL4pz-Zr~yTd9s_6%
zumW_s8u;>f&<aCv+E2<X0@d4);T3Sp2{dMuURqoVZbX7ssTCjDSOvOp6Fk!nnW_T!
z`9K4~u*oy9PS6SsPznO?*3$!BD6fMwoC=By$f5_(NELVu_TfFC%ZI=#Bft{|p!Ia1
z?g}{N!J65~OYIaOv(>qY**dUt7SxP{C4Wd85!$<gv_Zl3ah?KnJsOlk9tj1lx=RE%
z^PofNC5dIlpyh$7Dd5F~3L4-d7`oY2A?Yx9+YorYn}U%c?3jp5h5YQ&%F;YNO;8aA
zKEM~;IE8eA;M-)NyQ@=+Kr04{GNCrY6C`vC2<)_E$a%>4ZlH&+;y<zx>Hts?54yv&
zG7Yqf4ROIdxQteS+%OMeL#~(yvq2-&*fz&Tf(Exhi(WuMP<&(~18e~qv?B%zd(hH<
z=+QJqkcK3vGk_TOJF*d}f+|+BOGzzCO$M!(NCC~?ft`!o?S*WG&&&nQ!9vcW0}r+2
zl;(jCm4gfbf|_XHjkhrO5Pji1q?-fM4{BGc7Axq(2C|Wc$q<S_!I}d(%C8i(MF4c+
z0%(8~JQSFesjg6*nv<9dDlxMmE89{Mkr%hY!wYokY;G#(?s<gSDTzp1h(Ko#fXAW1
z%h+>MQPNp9q--)Y(^E*#EJ^`Q06|k5+yZEXfSS9Ifk#AF1D?7-?HZ7G!3&}w$2{sI
z9ENebJvjYBLMj{7;RYS12Trz-!#m1Ki%RqK2;X0i<degDK$DK3^}Bj-hl3mi$*CZ#
zU@IOF85*>IJrg#h2ij!@Kg8<rHt5_aD33wMQJ}*&pehk^ry;1L1?nz<TQu3Z;ISV?
zxaH8Q542wsbQB(VZ4jd9%*h0?A&vtTZP4|M@YyEN<~?wdhZS<*btB-Fp3rd|(6lDf
zCI`?diQo<r$h5=T;F}*RK@}>Zr<;x3ONMNWI65ygHziZya64$;3DUF%%?-gCnBYbc
zs2B(Jr*lBFb)d3Yk4v=}MOAKoN~wYdD1{-;FhC5r;%Eh>r0Rj(13gGllL30v1Sn|W
z)`L3^;N?guu(jv#37sOac5wR*T;+p08lauIpp8@DzyM{$)I4wpt{9T*LE8!-HO!HX
zMWC(R;NdaonUt_424FiO)s}{#0r)V()I3O+Q4=zO22K~?Ex||!&7oKgt{jkk0*(pr
znt=e&Qgl!^I~TOo9=dcJw5<}f3lp&bEeG7sPt67I2uF!RMD&98Pas!fh%rMPL9PHA
zc7={BLuPOhGjO0C#Gq3jlRz~y_-rZ2fGl`XImpML6Fb3s<3MMTfzDevyayCdurzvj
zd8PvRKqH9XA)^sUs}S=_A<bUsf(^*PD|F2n^6C}DDiv#R>VquO2bE8mImMujsyWb8
z{}9c0(Bf6lwk^=?I%w1*rxdgb2ehXfoEAU}S3o2D&|%u#)G8#cC8?m@KA<C|AO$E|
zOS?#qAqsNTBV>0SsMG+T9|Rhc1RWFxpSMf_ojC+r_5d#0!K>i&N)=K{D?!DXqJjoY
zLt1`*Noo=JtN_sIhme73@X1t=hDRo7^#Z(Tg;v~n_in-^b#qH~Q}RKVQ|RU<78GRW
zrRyu%VOzolsvIG<fwrsWfyQ8=2Tg(}o1leEC1~Fia-FKk5S*A(0y?!Lue1nsmyI6m
zlnY4l2%gCW?WO{qwT7hB3RGBt@_A|=LkP4H<O(`_AP?!l3{VV}rNU}#XaNVw-Jtns
zQYWV2rDGnrAB9xzD}a{YfR=qEW@l!DMo2+JSCI9;dI}l_kajP;O$%ukf{P2#0jyOZ
zw?OB{!G%l?_`nYE*o7v;kqxj#mY_Zl==j!@Or$YU<VF?5LeLU+q)lYtnh})OK*xK)
z4u~Yi2+)dRh;tH)z_|vz4-y>i&>%$LXbIYQ16t;rlgfZ{+=DlGPz#dvLsD~#Gjozb
zNAzhRuG!XP0F5djTGY_JCE&^*JTC~zNZ?`syyhA<uYfjM0UlgI>6=2zJcxrqvu2q`
z=R+z<@Jtp`rUmuz6q3M;NI>VDW#&PO2hb26wB-vO5dqnu;OT0Pwk{ELnikSpKSbgH
z)t5&$=7E<(AXyHM4)C^Ma0eVT+z(17(1YVZ>uW*lw7~TgXubm4X$PH00@@lE3Emz=
zctj60P{#lp0t8*U0ZtB()(dEUA2eSDQUi)s&{7t}rRJd7YDlPq+SD3YhD9_%%bvmA
z&&vF4L_Gm2z(Iit>OO%=zA8{%4?5xk)Px2d69QUt1m0c(YK?=A3<Y(z6uiMpkswPW
z!0`;)n39rO!r+owl@953L6vxiD8R+?GGQ8VOof74{ov(mIf;4Dj#EKNBKYXyoRmzQ
zl^~`z)fCt;5V#rw)vTaX;lRB=P+0^?V#xI~s3OXPOwYqDN6g4$nxe-58cPI)7E*Hy
zsceAhfV4J1D<Sk4ung;fd$*t%2AxC;T@?a4JQ&vM1f3NG-gpX&QqT|+Y_u1aR3IlB
zy2Hu~_^MP;=Mc0V8Qk~*9f1StMS(U(6(xeU!hz;O!I1}#M?}d18W01A8t4ph(6lma
zJ^-u%lv2QJR~g`EZ5L-&DQJKyt77%y%qmR<_!Mk$ei69O4_$)_x$+)*0w`$q43_u6
zi5oS;gU0Zn88<f(G_jbO0b2Q;1UiufdO(O%DQL0W;XRQ3A)p2y%3gRKNbvz`6+_C~
z6v!ri&~fMBK?=yA1Eh=xg%H?#pj8AQ<p|B7afMV+u7@m5NCoZL2OsDKT@C`W0A*MQ
zF`NJ`k3ch$paKQ7iv*O`6bzu#+we1<Dl;JyVj-YeE>MFy4>Se_nu!1>0LXYG>g+}y
zsKr&1nFeiAf!4r6iynrM)NIh?3HU5ga3TZyjN$Mc@F{wS_vBiG_eZFM26Dk0Clz1^
zhk$!|x!_~eA@u`jb7v7KE{Y%{eTVntflEQ~{6A<zj2;8hrX_G^8sCC7bhYrZ0C`ng
za7j^SUON0L5Ad0^YRVQyhUV6YiU=y8kO4kaSOI(iRY6fI=%P$S(U?}0p9{X#7PLV!
zDZfNVp|}8ayjU^h#+2lu#PXcfqGFg?pkpOdi%W|26#Vi_K$jsUmO$>-1)Bl8#1(vz
zTyY8L=H6n^9Wy2QpldmbQxy`^!S~E%rh)jN8;L>P;7Wy5&<#7qdMJtC8ywI@xryL$
zdC2(!4DhW7@KOpi$p<<(L&3EKE{4b}upRiI8AZ^D8K`9f*=7wM1_M=yd7xf(F?b;<
zsGxzB0nqhppvDHM?1Apa0rhG#^AvOyAlr0d2MocpGi=BtF*mWQ80q{USU)-sbh;H}
zvpsB35R$nNqXsB@L-O<(K(%9WY7S)U7HGH_Ty!dwq=MFBWgiA__&`3n7ktdKvx}dC
zD`eXX=xDO!BO6hhv^r1^C?Q=}q69yG5VXaq7_@7-3bOvhF*mU)KTjdpSl>A(zceMS
zC_k?Rx>Xod-Q}f1>Q-<T!Z<JkQiWE6G6HC47-;zy=;Ue4ozSI4phXh!mObdgBPBcN
z@CsxSG#fg#k_SGN8d~%r&5<Baxuk&BF`%zLL~RE^mZhr}gNA0n4Kt*XDA-bTSUVMZ
zYJnbP!Ezp`O#msN!1I2fbObHPz-<!n${<irE4dU@E~B4411=@O>rp_>5pYusv?UHv
zfrF}-%qn=I0S!RFP7ntVn}ez*Xv#zxZ2>P`$Snn*$p;&uLmlTq*_M-80IK4_l|9Ht
zB>O;I&@wI1T?ybZfIP@hHmDtx2T$!F*Ms(!fH#1F?=*mRPN87|tGmFaA$teWz(Q7n
z(|$zeP%Va3I-s12>Xke__+}XRTnIc8LF?{7j>Qrs7!eE$x1>_=vUBjsao~gOVd<?X
zF&lhdKX|J==oHbaoK#R#qAE3~1YE^H+bQ6(#<2jrRyP+ux37?zU7VS%r{E7N(ZFc{
zR4c=hIgW7&P{$p%AQaSA0u9xpUiO&_I(|4M5oxdioHH}4bim^~pa@AV0#)virP)dO
zRp4U^i_ovhfaE6RN*9uU!6S6wwexujNuWkM#>@{S_k;GXgLkw;PUwL+A`dhx1Tq;Z
zpFj^10V#lOwuVePfe!6U%?9TO9P4^uQAR|^Pr)?@7CGQNi+nVV4rmw=dQ#SrjbIL_
zNChu%g?pn2bR-x!3uR}bDuIrcfHvS;L6$~?2kk-q8>nvZ6#}4b{72^>-d35DYNenA
zs;J|g{r$Z?U6mj`j#P-Cm2-Z6c4jJcOHmHEB@P};g%4ho7N-`$^`xXKD8Xfvz&FK!
zGrdzO(uLzjdZyq7Sm1sj<c0@imz97{YtK!DA1jxskepgvTBMMXSzMf&0*ZiQ(D6Q1
zpfVyEJPLGpPtoB$xsZ*KDX9vOy{e!yP2i1va333XA{98;pjSe`78QUeK*8;3$ccS=
z3gGh-p$pXVK+Rb2LNpD1@L}26C8<T3nhM$ZmEckSJlOH$deAF-!RH)iTS4~_fvOB>
zo`=rFfCf!qCwOLpc0Pd%M@0q5R-2T>+;r%P$1p{p9t-SX7H|s~T%<ydDpLflaf0Sl
zP@f92oZ;|t&>$9gJS!LMF_00^a6p<^g@!zMumx;zWj^RkDNu7zkKxD$@E}`d8YsY_
z-7Ezp*OgY59-R*=*1=AISCJVdB?VUc`l)$(<(b);1*s{SiQv=MK|FnDKSy8J_@dP0
z{Gt>kJ1`G4iVA86=%Bk3(xku{U!dYfK?8c$I;e>Q>0!Xi1n@$6_<#_2)gfr>GiV0A
zC^1`8PazDpqZYh}2eO3)ypt(85ps1Nbg5-!B6u4h=<IaJT1HT@1wJbgHZYqFu1=ws
zdm#4WKzewIMIeWQ${A2A3+`i(0pKO4phgkm&}^vLpzZ$P6EgB3J!)`moC>a?p=r#u
zA~ClBlzTzR3zP&P9e8jlR0&?b3tO)W%28#hpm|7ezC)~w%+Aj%Ee0>KOU+9Mxd)Ub
zLD?HL{(E>&66myh&<4l?g>29`0;tRYt*n6ECk2|<1MR~@45cwRl|s(92KfTE<Pvme
z5NMArIPrl@M|5mJ)39KSsBb|-Ik36}q*x;<zXX(BKobdAP82}tH-eToz~>ntXDlHN
zRDo7_BUugZ943R;An7SU?ha80*NxysU!e6hpr#CH2j$^C*`StgF7yNjP$dtl96<}C
zK+E4jtGYpFedp(Za~sI(ps<9m2G3SVORP)*P1Jyr9wZ7G{PIC(zM$5Npi%N7@Mt^u
zat-t&cpzO#ScwH)1_cW^aNh#5<_n7-L3bR1j+2A#KL;P725u38Ye%f3eULT@<j6JX
z<y6?~R&b*dTpU4CYFR3**uy+hGBE`-c>)@^1=|kR3OWl6)CdBna8U6MS?vg!xd9dO
z;D#W`f3PLFpmiVc<qe=2bkM9cD8j1rKnso(po@ml%WCjWU+`r&MWBny^ccWJJOj#o
z2k^WB-ZGzDl%EIM01D|xfZ`oI0tvDTw9yuH@Br8!I;fi#bRg4BuwkiO&?IJ3Cg@aw
zoK(;$mzl6CHa)c@vk0m20bic2hvF(7q{`Db6r6`)t*#>*!6yk~j~R?U4}2{KXqg=7
zP-E}~Zt#uh@CGWxztH55IHDD$w~F0L@B#jy0vI$^0$<Y%zvV6!<a4B94=4E9--wB7
zD+PbFvkk!q%qoD3(QJ5vg-*T}!B#DSuAfuLJ-i3BxG)EFNM#W?YiAaLb`~Th7Q+sM
z2IbbG^i*&tR_5n`#>7C|DL}cy9X1pPTgD4p3jrDthRYE#l!rK6330MDg9~Upt`tcC
zK7s-XZn)2iOY;ytivW)RXagV74TDxo*fpTW3uvnhZjCA6vl0=ODdi_+r6!j^#!Qqz
zQ39S-&_fvmM<2dKjIX12YoUW$M>e8Mz(yINDGa{5t)wIqw8#gxcOEo`f`51pHutMq
z3@b^&Q|@}`78WEHBNo@8%|BOy?ym!1CWBbI4{Oh%u2cba(?L}cxPS$f28p0n3-n-k
z(3T<CE`LyW3uCt<$g?SlXs4a3gBon8Q3ksjQUP&{JLLQsl!G-8`)$yU^#m74m7uE{
z^U^_w7=qd!kdy+MIRs@+&~PlM`hyJ#LeE|U4RBV$^Ao7VEdgD|2j1>>cn@^>C%g<v
z$%JeJ0xcOuTHl=qu_hC8yl)<K%LLkvF!+h0XlGwQLl{))g3I(=(Eiq=^O2Xd7Ax67
z(-or2jT{efBS5uUWnuxiaRQ1g@cN+e0A29T35M_hU2xL?$_)kYEo6XDiZB{9nFDUM
zfJaj@ix3jXQ)#)0ph+df)oP$tOL|o*=z`Hy4NZl#{JiYqOwhVs(9&7hRgHRZJ3u)c
zHXaX}oK?^WPE1P$u~Ic5=R+W@MGG#Z${(~s2-JC2RKVN<r~o<z7nGUcOPdNZ5{pv}
zF{(C5pSluytR^JYK}gu>1E?*okHrRXs)K|wWXvHCJkk#e3UDVBo6Vqe`N8YHL7RC&
z(|X|M6Zq0k_`XIxhVaCqyv)3GMFsGE*PwM5d5O8HpgSa$6i_eWM(oN^@C{W6hFyZd
z0NOmP4qD2r0BY7|mVl-nK>Le8Ei%x83CNHDWW53?d#9)7z!oeZ7Q=uO3uOKSoM#b1
z56WbaZUNeKBY5GZ9uDh4%~{YHqB-ccgJ!wGlWEzYJ<Ca%DC=6`wxU%TplOesRPbP?
z9z!H(_5hk<tr)-?4MFRgK)2Ckf)-d59N7r#(SXNMb-*+0ASKYIE3Bgl>X?ALP2kax
zvQ(543?Q>lpcxc!^$Z#T26sI`5fAC7fFd8I$$-@D1a((YN*(wFDriA&UTP7j>ye!g
z+EEW09|z^-vQ*GHLb*sqjSlJ_DkbdYC`d1IVTbjK3Gg^ONEO8Ckdlxg*wM{Z!Pno#
z6?CQp=teAzCO*g?dEmAEuy#4PJqBJq4>>Xc>9|fv7Z7STQZ<UNot6YT5}_EjFchOw
z0X3W<>;A!8*Rw$fsX{6c_+>OsuI`?Gh{;7z^BlV7-qp_qAr6^RgB;%msV_h=kqA3a
zA5wOK3sdl-3D9Y{;1$#<pymDG>xZEuPmrO1P~^iK)1VuW!Knn4^{^~l2loTu7a^yB
zkJkntE(|Knp=ZXx>Q+z$f%b}3K@+QLF{HH(P4M8MOVCYgpoSLl_X!`F5AFuT+7sY&
zA;2frz=8ra{FeziSOhfWTm>Dk1Z5~ti?Sp$ITOAD8C>2%_Y#4Yg66;$T_mFHUIyhI
zNG}W8!UM0~fUaswtOTXo%ESV2$^@q;(B^wkmmb`Mgrp(`)na|{6oEd{26FJOK~T3n
z3A8{+0b&yR5F%(n0(g}L`lt<Tt#MjvVo7OHYO!8%Vp^(hZhlItk{wDlRS7vQ8od@y
zO3Vg3Ik6HnpaL2m0QH%`0}H7su+7I1*E0lX!om@9qC2Q#2)b-46%?Ebpj|=G-f$JP
z&j4~YQeyx*(1g#)O6kyRr9nwg3AXqIw73&=;TCAZq8Ks>1)8>n-0*|xaM(ez5N9hO
z_ZY#gA5bzy8WaZ2kAs?nNQ?A96EjuT3Luw)8ed=yNOdOUqBPLLBgknuNPS_|Vg=aF
zX3&B!(780=A>$nIb{9}@2fQZj$i@=zgb3&m-i$<W2MFA^gtfHLrUpRe1gLKS%H!Z+
zKh%OcKNoZy9O!Ilu%X}!sIl}8!Fxx*=dy#xzhL7+uzCPGIR)Mb0`^f(CMXtg6##H;
z;2tr!FATlW4wTiAMw9X&V<+(91*u9vE=fQ~_<=4OhYU-A9RRws2z(kT%9yzos5J;~
z7J{=pq;3T@*O5+`MH~jH3EAcfo)Reob!hWI3$0R8p@D%C5{SVlP(v0x6b@@ifny(B
z1Z3u97Jx>sz}*Uv2(&f_^&*h^h@eyeTE>WQlnOZO#}_1)WWdXDO-Mlv85sr@!q5^1
zdE5?s*AsLRJA5nyw6YE~ABCLS;2pCRf^Gpd43QiGPE)YOFQ5TRxE#Ec1oeDi!x*5N
z5ghA~5ntpsH>^O1)H<-xgYMfvbs*Z=XrSXAA>&EG;A_tFN~=I?hl?u{L0cno6ZIjb
zJmgX)P!lIF73_J)78KBF5#ZD9k|86f&^9#4)sV6kxl04u34?SAJScmEmLq}6ebDLw
z=vmh~3b5v@Iw&GD^FaLzP{9m70s%aRR0W>M$b)s#z%w1-WP=zf0l5Hm$u_w5g`Ck0
z_6%f<33M(QJd1#8U~s4+4N5`OW`a@-_#g(z4AbE~;H4(;dJ8lP39fNK)gJgFTZP<G
z_}Sq|i>|@<Q$U9%;1wF=#2e76lx;=DsX02x7aW(Rf^R(rX9RFHtB{_Wmzt9Uo(=>p
zT!)?hkXe!nn!Es~DNq#wYL`M!1PAZC0B=JDjoCw1ET$%d8rGl&DYBD5YY{=GvVaEd
zDi7}gub4}M4?jVNEJ58A$dQ@Q`5I6Tg3QO47wDp&pb0yr6WlsODxWk!T{<Lh!S|45
zXKF&)u!!C}*yG3zS<tRgPy-0mn1@bKhX(mTPS6D{1Oy)t0~;U*kCuQ^5IF9@Tj0_B
z44#4jZNJY;%z>6rd8JjL1ERovfD%vz0AA4oZDv;~Act-$VgLkM*JkJCm*=FWq^IU2
zR;Cu|73Zgc>Ydagz2y8{{le1J;*!k#ykdQ0GgEz!{BrG-{M2G?|Dw$F%slOY(wrRa
z^8BJ~Rbw|LP%)XFT4JjdpOllBm#t){guLVfJg!obnw<wa*cUX*47#hP2z2Bh{PfYN
zoXjMJ!|g{lW`l0+L+g)&7p5yRM1xADSWpKv1=2`Fte(wF$%IKG%2@c~<J?pQC(z16
z&`Cmgl@(_yxRe&9fNn2ODTS$2HBw0dk1whktKc{=96pKyK4Xs|TD3S9w5b9z)D2=m
zy5it65xmt8a!CMOA*9s>n!g4eUwL>B$gdD1pfc%InFZ?L)x<g=<DdpZ546q$Z5oH!
ziA4jf84T-gg2oP#ASV_a*_el67j$|6Je8QENSt+OdSK-`vW?IY-pWiQ8)3l$8si5a
pQ45-+ha3O_+v={z0Lll4_b`CQf03JDpgB$kP`fOT0dg=J0{{jag75$U

literal 0
HcmV?d00001

diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po
new file mode 100644
index 000000000..ab8f17614
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po
@@ -0,0 +1,1617 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2011-01-05 14:52:03+00:00\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Baris Unver <baris.unver@beyn.org>\n"
+"Language-Team: Baris Unver <baris.unver@beyn.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Turkish\n"
+"X-Poedit-Country: TURKEY\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: ossdl-cdn.php:133
+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>."
+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."
+
+#: ossdl-cdn.php:134
+#: wp-cache.php:965
+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."
+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)."
+
+#: ossdl-cdn.php: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."
+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."
+
+#: ossdl-cdn.php:136
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "Çok siteli bir yapıya sahipseniz, her site için farklı CDN adresleri verebilirsiniz."
+
+#: ossdl-cdn.php:144
+msgid "Enable CDN Support"
+msgstr "CDN Desteğini Etkinleştir"
+
+#: ossdl-cdn.php:147
+msgid "Off-site URL"
+msgstr "Site dışı URL"
+
+#: ossdl-cdn.php:150
+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>."
+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>."
+
+#: ossdl-cdn.php:154
+msgid "Include directories"
+msgstr "Dizinleri dahil et"
+
+#: ossdl-cdn.php:157
+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."
+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."
+
+#: ossdl-cdn.php:161
+msgid "Exclude if substring"
+msgstr "Hariç tutulacaklar"
+
+#: ossdl-cdn.php:164
+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)."
+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)."
+
+#: ossdl-cdn.php:168
+msgid "Additional CNAMES"
+msgstr "Ek CNAME'ler"
+
+#: ossdl-cdn.php:171
+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"
+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"
+
+#: ossdl-cdn.php:176
+msgid "Save Changes"
+msgstr "Değişiklikleri Kaydet"
+
+#: ossdl-cdn.php:178
+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>"
+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"
+
+#: wp-cache.php:99
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Lütfen wp-super-cache/wp-cache-config-sample.php dosyasından %s /wp-cache-config.php dosyasını oluşturun."
+
+#: wp-cache.php:162
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Uyarı! PHP Güvenli Mod (Safe Mode) Etkin!"
+
+#: wp-cache.php:163
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "SAFE MODE açık olduğu için bu eklentiyi kullanırken sorunlarla karşılaşabilirsiniz."
+
+#: wp-cache.php:167
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Sunucunuz, dosya okuma/yazma işlemlerine izin verilmeden önce PHP betiğinin sahibini kontrol edecek şekilde ayarlanmış."
+
+#: wp-cache.php:168
+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."
+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."
+
+#: wp-cache.php:170
+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."
+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."
+
+#: wp-cache.php:176
+msgid "Permlink Structure Error"
+msgstr "Kalıcı Bağlantı Yapısı Hatası"
+
+#: wp-cache.php:177
+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."
+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."
+
+#: wp-cache.php:189
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Warning! Your hostname \"%s\" resolves to %s"
+
+#: wp-cache.php:190
+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."
+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."
+
+#: wp-cache.php:191
+#: wp-cache.php:205
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Lütfen readme.txt dosyasında, <a href=\"%s\">hata çözme bölümündeki</a> 16. girdiyi okuyun."
+
+#: wp-cache.php:204
+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."
+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."
+
+#: wp-cache.php:219
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Devam edilemiyor... önceki sorunları çözün ve tekrar deneyin."
+
+#: wp-cache.php:228
+msgid "Zlib Output Compression Enabled!"
+msgstr "Zlib Çıktı Sıkıştırma Etkin!"
+
+#: wp-cache.php:229
+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."
+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>."
+
+#: wp-cache.php:233
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod rewrite yüklenmemiş olabilir!"
+
+#: wp-cache.php:234
+msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;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."
+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."
+
+#: wp-cache.php:239
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Salt Okunur Mod. Ayarlar değiştirilemez."
+
+#: wp-cache.php:240
+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."
+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."
+
+#: wp-cache.php:241
+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&#8217;s globally writeable and it should be fine."
+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."
+
+#: wp-cache.php:242
+msgid "Writeable:"
+msgstr "Yazılabilir:"
+
+#: wp-cache.php:243
+msgid "Readonly:"
+msgstr "Salt Okunur:"
+
+#: wp-cache.php:255
+msgid "Warning! %s is writeable!"
+msgstr "Uyarı! %s yazılabilir!"
+
+#: wp-cache.php:256
+msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
+msgstr "%s izinlerini düzenlemeli ve daha kısıtlayıcı hale getirmelisiniz. FTP istemcinizi kullanın veya aşağıdaki komutu uygulayın:"
+
+#: wp-cache.php:264
+msgid "Mobile rewrite rules detected"
+msgstr "Tespit edilen mobil yeniden yazım kuralları (rewrite rules)"
+
+#: wp-cache.php:265
+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."
+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."
+
+#: wp-cache.php:265
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Normal ziyaretçilere bir etkisi olmayacaktır ama mobil kullanıcılar önbelleklenmemiş sayfaları göreceklerdir."
+
+#: wp-cache.php:271
+#: wp-cache.php:282
+msgid "Rewrite rules must be updated"
+msgstr "Mod_Rewrite kuralları güncellenmeli"
+
+#: wp-cache.php:272
+#: wp-cache.php:283
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Bu eklentinin ihtiyaç duyduğum yeniden yazım kuralları değişmiş veya yok olmuş."
+
+#: wp-cache.php:273
+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):"
+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:"
+
+#: wp-cache.php:274
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Eklentiyi Eski Tarz moduna getirin ve mobil cihaz desteğini aktifleştirin."
+
+#: wp-cache.php:275
+#: wp-cache.php:284
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+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."
+
+#: wp-cache.php:276
+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."
+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."
+
+#: wp-cache.php:277
+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)"
+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)"
+
+#: wp-cache.php:290
+msgid "Required to serve compressed supercache files properly."
+msgstr "Sıkıştırılmış supercache dosyalarını sunabilmek için gereklidir."
+
+#: wp-cache.php:290
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+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."
+
+#: wp-cache.php:290
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+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."
+
+#: wp-cache.php:297
+msgid "Missing Apache Modules"
+msgstr "Kayıp Apache Modülleri"
+
+#: wp-cache.php:298
+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."
+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."
+
+#: wp-cache.php:456
+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."
+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."
+
+#: wp-cache.php:547
+msgid "WP Super Cache Settings"
+msgstr "WP Super Cache Ayarları"
+
+#: wp-cache.php:558
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Not: <em>Mod_rewrite veya eski tarz önbellekleme etkin</em>. Varsayılan olarak Gelişmiş Ayarlar görüntüleniyor."
+
+#: wp-cache.php:569
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+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."
+
+#: wp-cache.php:594
+msgid "Caching must be enabled to use this feature"
+msgstr "Bu özelliği kullanabilmeniz için önbellekleme etkin olmalıdır."
+
+#: wp-cache.php:612
+#: wp-cache.php:743
+msgid "Cancel Cache Preload"
+msgstr "Önbellek Önyüklemesi'ni Devre Dışı Bırak"
+
+#: wp-cache.php:620
+#: wp-cache.php:631
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Önbellek önyüklemesinin zamanlanması iptal edildi."
+
+#: wp-cache.php:657
+#: wp-cache.php:741
+msgid "Preload Cache Now"
+msgstr "Önbellek Önyüklemesi'ni Şimdi Çalıştır"
+
+#: wp-cache.php:661
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Önbellek önyüklemesinin zamanlanması 10 saniye içinde başlıyor."
+
+#: wp-cache.php:666
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Önbellek önyüklemesinin zamanlanması %d dakika içinde başlıyor"
+
+#: wp-cache.php:670
+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."
+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."
+
+#: wp-cache.php:671
+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."
+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."
+
+#: wp-cache.php:672
+msgid "In &#8217;Preload Mode&#8217; 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."
+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."
+
+#: wp-cache.php:676
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Önyüklenmiş önbelleği her %s dakikada bir yenile. (0 devre dışı bırakır, en az %d dakika yazılmalıdır.)"
+
+#: wp-cache.php:689
+msgid "all"
+msgstr "tümü"
+
+#: wp-cache.php:702
+msgid "Preload %s posts."
+msgstr "%s yazıyı önyüklemeye al."
+
+#: wp-cache.php:709
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "Önyükleme modu (çöp toplama yalnızca eski tarz önbelleklemede. Önerilir.)"
+
+#: wp-cache.php:712
+msgid "Send me status emails when files are refreshed."
+msgstr "Dosyalar yenilendiğinde bana durum e-postaları gönder."
+
+#: wp-cache.php:717
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "Çok: 100 yazı önyüklemesi başına 2 e-posta."
+
+#: wp-cache.php:720
+msgid "Medium, 1 email per 100 posts."
+msgstr "Orta: 100 yazı önyüklemesi başına bir e-posta."
+
+#: wp-cache.php:723
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Az: Önyüklemenin başında ve sonunda 1'er e-posta."
+
+#: wp-cache.php:727
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Önbellek %d saat, %d dakika ve %d saniye sonra yenilenecek."
+
+#: wp-cache.php:728
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Önbelleğin tamamı %d saat, %d dakika ve %d saniye sonra yenilenecek."
+
+#: wp-cache.php:734
+msgid "Currently caching from post %d to %d."
+msgstr "Şu anda %d ile %d arasındaki yazılar önbelleğe alınıyor."
+
+#: wp-cache.php:738
+msgid "<strong>Page last cached:</strong> %s"
+msgstr "<strong>Son önbelleğe alınan sayfa:</strong> %s"
+
+#: wp-cache.php:741
+msgid "Update Settings"
+msgstr "Ayarları Güncelle"
+
+#: wp-cache.php:749
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+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."
+
+#: wp-cache.php:766
+#: wp-cache.php:862
+msgid "Caching"
+msgstr "Önbellekleme"
+
+#: wp-cache.php:770
+msgid "Cache hits to this website for quick access."
+msgstr "Bu siteye gelen ziyaretleri, daha hızlı erişim için önbelleğe alın."
+
+#: wp-cache.php:770
+#: wp-cache.php:771
+#: wp-cache.php:788
+#: wp-cache.php:793
+#: wp-cache.php:796
+#: wp-cache.php:797
+#: wp-cache.php:810
+#: wp-cache.php:865
+msgid "Recommended"
+msgstr "Önerilen"
+
+#: wp-cache.php:771
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Önbellek dosyalarını sunmak için mod_rewrite kullan."
+
+#: wp-cache.php:772
+msgid "Use PHP to serve cache files."
+msgstr "Önbellek dosyalarını sunmak için PHP kullan."
+
+#: wp-cache.php:773
+msgid "Legacy page caching."
+msgstr "Eski tarz sayfa önbellekleme"
+
+#: wp-cache.php:774
+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."
+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."
+
+#: wp-cache.php:780
+msgid "Miscellaneous"
+msgstr "Diğer"
+
+#: wp-cache.php:786
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr "Uyarı! Sıkıştırma devre dışı ve gzencode() fonksiyonu bulunamadı."
+
+#: wp-cache.php:788
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Sayfalar daha hızlı yüklensin diye sayfaları sıkıştır."
+
+#: wp-cache.php:789
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+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."
+
+#: wp-cache.php:793
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 Not Modified tarayıcı önbelleklemesi. Son gösterimden beri sayfada bir değişiklik olmadıysa belirtir."
+
+#: wp-cache.php:794
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "304 desteği varsayılan olarak devre dışıdır çünkü geçmişte GoDaddy, kullanılan header'larla ilgili sorun çıkarıyordu."
+
+#: wp-cache.php:796
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Giriş yapmış kullanıcılar veya düzenli yorumcular için sayfaların önbellekleme."
+
+#: wp-cache.php:797
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Önbellek yenileme. Yeni bir önbellek dosyası oluşturulurken ziyaretçilere eskisi gösterilir."
+
+# 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.)
+#: wp-cache.php:798
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Ziyaretçilerinize bu blog'un ne kadar dayanıklı olduğunu duyurun! (blog'un footer kısmına bir mesaj eklenir.)"
+
+#: wp-cache.php:804
+#: wp-cache.php:1053
+#: wp-cache.php:1559
+msgid "Advanced"
+msgstr "Gelişmiş"
+
+#: wp-cache.php:808
+msgid "Mobile device support."
+msgstr "Mobil aygıt desteği."
+
+#: wp-cache.php:809
+msgid "Clear all cache files when a post or page is published."
+msgstr "Bir yazı veya sayfa yayınlandığında önbelleği temizle."
+
+#: wp-cache.php:810
+msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+msgstr "Fazladan anasayfa kontrolü. (Sık sık anasayfa önbelleklenmesi durur.)"
+
+#: wp-cache.php:811
+msgid "Only refresh current page when comments made."
+msgstr "Sadece yorum yapıldığında sayfayı güncelle."
+
+#: wp-cache.php:812
+msgid "List the newest cached pages on this page."
+msgstr "Bu sayfada son önbelleklenen sayfaları listele."
+
+#: wp-cache.php:814
+msgid "Coarse file locking. You probably don&#8217;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>"
+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>"
+
+#: wp-cache.php:816
+msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+msgstr "Geç başlatma: WordPress yüklendikten sonra önbellek dosyalarını gösterme. Eski tarz önbelleklemede çok işe yarar."
+
+#: wp-cache.php:818
+msgid "Use object cache to store cached files."
+msgstr "Önbellek dosyalarını depolamak için \"object cache\"yi kullan."
+
+#: wp-cache.php:818
+msgid "(Experimental)"
+msgstr "(Deneysel)"
+
+#: wp-cache.php:825
+msgid "Note:"
+msgstr "Not:"
+
+#: wp-cache.php:827
+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."
+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."
+
+#: wp-cache.php:828
+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!)"
+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!)"
+
+#: wp-cache.php:829
+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\"."
+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."
+
+#: wp-cache.php:830
+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."
+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."
+
+#: wp-cache.php:833
+#: wp-cache.php:880
+msgid "Update Status"
+msgstr "Durumu Güncelle"
+
+#: wp-cache.php:840
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Kabul Edilecek Dosyalar &amp; Reddedilecek Adresler"
+
+#: wp-cache.php:865
+msgid "Caching On"
+msgstr "Önbellekleme Açık"
+
+#: wp-cache.php:866
+msgid "Caching Off"
+msgstr "Önbellekleme Kapalı"
+
+#: wp-cache.php:867
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Not: PHP önbelleklemeyi, önbelleğin yenilemeyi ve mobil tarayıcı desteğini etkinleştirir"
+
+#: wp-cache.php:877
+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."
+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."
+
+#: wp-cache.php:882
+msgid "Cache Tester"
+msgstr "Önbellek Testi"
+
+#: wp-cache.php:883
+msgid "Test your cached website by clicking the test button below."
+msgstr "Önbelleklenmiş sitenizi aşağıdaki test düğmesine basarak sınayın."
+
+#: wp-cache.php:889
+msgid "Fetching %s to prime cache: "
+msgstr "Fetching %s to prime cache: "
+
+#: wp-cache.php:891
+#: wp-cache.php:899
+#: wp-cache.php:907
+msgid "OK"
+msgstr "Tamam"
+
+#: wp-cache.php:894
+msgid "Fetching first copy of %s: "
+msgstr "%s dosyasının ilk kopyası alınıyor:"
+
+#: wp-cache.php:902
+msgid "Fetching second copy of %s: "
+msgstr "%s dosyasının ikinci kopyası alınıyor:"
+
+#: wp-cache.php:910
+msgid "One or more page requests failed:"
+msgstr "Bir veya birden fazla sayfa sorgusu başarısız:"
+
+#: wp-cache.php:929
+#: wp-cache.php:930
+msgid "Page %d: %d (%s)"
+msgstr "Sayfa %d: %d (%s)"
+
+#: wp-cache.php:936
+msgid "Page 1: %s"
+msgstr "Sayfa 1: %s"
+
+#: wp-cache.php:937
+msgid "Page 2: %s"
+msgstr "Sayfa 2: %s"
+
+#: wp-cache.php:938
+msgid "The timestamps on both pages match!"
+msgstr "İki sayfanın zaman damgaları uyuşuyor!"
+
+#: wp-cache.php:940
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Sayfalar birbirini tutmuyor! Zaman damgaları birbirinden farklı veya bulunamadı!"
+
+#: wp-cache.php:947
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Güvenliksiz (https'siz) anasayfa sorgusu gönder"
+
+#: wp-cache.php:948
+msgid "Test Cache"
+msgstr "Önbelleği Test Et"
+
+#: wp-cache.php:952
+msgid "Delete Cached Pages"
+msgstr "Önbelleğe Alınan Sayfaları Sil"
+
+#: wp-cache.php:953
+msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
+msgstr "Önbelleklenen sayfalar, sunucunuzda HTML ve PHP sayfaları halinde depolanır. Bunları silmek isterseniz aşağıdaki düğmeye tıklayın."
+
+#: wp-cache.php:956
+#: wp-cache.php:2089
+#: wp-cache.php:2101
+#: wp-cache.php:2264
+msgid "Delete Cache"
+msgstr "Önbelleği Temizle"
+
+#: wp-cache.php:960
+msgid "Recommended Links and Plugins"
+msgstr "Tavsiye Edilen Bağlantılar ve Eklentiler"
+
+#: wp-cache.php:961
+msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+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:"
+
+#: wp-cache.php:962
+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."
+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."
+
+#: wp-cache.php:963
+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>."
+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."
+
+#: wp-cache.php:964
+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."
+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."
+
+#: wp-cache.php:966
+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."
+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."
+
+#: wp-cache.php:967
+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."
+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."
+
+#: wp-cache.php:978
+msgid "Make WordPress Faster"
+msgstr "WordPress'i hızlandır!"
+
+#: wp-cache.php:979
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+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."
+
+#: wp-cache.php:980
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Blogu %1$s ve fotoğrafları %2$s adreslerindedir."
+
+#: wp-cache.php:981
+msgid "Please say hi to him on %s too!"
+msgstr "%s adresinden bi' selam çakmayı da unutmayın!"
+
+#: wp-cache.php:982
+msgid "Need Help?"
+msgstr "Yardıma mı İhtiyacınız Var?"
+
+#: wp-cache.php:984
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr "<a href=\"%1$s\">Kurulum Yardımı</a>"
+
+#: wp-cache.php:985
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr "<a href=\"%1$s\">Sık Sorulan Sorular</a>"
+
+#: wp-cache.php:986
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr "<a href=\"%1$s\">Destek Forumu</a>"
+
+#: wp-cache.php:988
+msgid "Rate This Plugin!"
+msgstr "Bu Eklentiyi Derecelendirin!"
+
+#: wp-cache.php:989
+msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
+msgstr "Lütfen eklentinin işinize yarayıp yaramadığını <a href=\"%s\">derecelendirin</a>. Eklentinin gelişimine katkıda bulunmuş olacaksınız."
+
+#: wp-cache.php:998
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "%1$s 'den/'dan beri önbelleklenen sayfalar: <strong>%2$s</strong>"
+
+#: wp-cache.php:999
+msgid "Newest Cached Pages:"
+msgstr "Son Önbelleklenen Sayfalar:"
+
+#: wp-cache.php:1003
+msgid "Cached %s seconds ago"
+msgstr "%s saniye önce önbelleklendi"
+
+#: wp-cache.php:1006
+msgid "(may not always be accurate on busy sites)"
+msgstr "(çok ziyaret edilen sitelerde tam olarak doğru olmayabilir)"
+
+#: wp-cache.php:1025
+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."
+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."
+
+#: wp-cache.php:1026
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+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."
+
+#: wp-cache.php:1036
+msgid "Available Plugins"
+msgstr "Mevcut Eklentiler"
+
+#: wp-cache.php:1053
+msgid "Easy"
+msgstr "Kolay"
+
+#: wp-cache.php:1053
+msgid "CDN"
+msgstr "CDN"
+
+#: wp-cache.php:1053
+msgid "Contents"
+msgstr "İçerik"
+
+#: wp-cache.php:1053
+msgid "Preload"
+msgstr "Önyükleme"
+
+#: wp-cache.php:1053
+msgid "Plugins"
+msgstr "Eklentiler"
+
+#: wp-cache.php:1053
+msgid "Debug"
+msgstr "Hata Ayıklama"
+
+#: wp-cache.php:1084
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının <a href=\"%s\">ana sitesi</a> haricinde devre dışıdır."
+
+#: wp-cache.php:1086
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının <a href=\"%s\">ana sitesi</a> haricinde devre dışıdır."
+
+#: wp-cache.php:1096
+msgid "Mod Rewrite Rules"
+msgstr "Mod_Rewrite Kuralları"
+
+#: wp-cache.php:1102
+msgid "WordPress MU Detected"
+msgstr "WordPress MU Saptandı"
+
+#: wp-cache.php:1102
+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."
+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."
+
+#: wp-cache.php:1104
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod_Rewrite kuralları güncellenemiyor!"
+
+#: wp-cache.php:1105
+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:"
+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:"
+
+#: wp-cache.php:1107
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr ".htaccess dosyanızı güncelledikten sonra bu sayfayı yenileyin."
+
+#: wp-cache.php:1111
+msgid "Thank you for upgrading."
+msgstr "Yükselttiğiniz için teşekkürler."
+
+#: wp-cache.php:1111
+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&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
+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."
+
+#: wp-cache.php:1115
+msgid "Trailing slash check required."
+msgstr "Son taksim (/ karakteri) kontrolü gerekli."
+
+#: wp-cache.php:1115
+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:"
+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:"
+
+#: wp-cache.php:1117
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+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."
+
+#: wp-cache.php:1131
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod_Rewrite kuralları güncellendi!"
+
+#: wp-cache.php:1132
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+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:"
+
+#: wp-cache.php:1134
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod_Rewrite kuralları güncellenmeli!"
+
+#: wp-cache.php:1135
+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:"
+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:"
+
+#: wp-cache.php:1140
+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."
+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."
+
+#: wp-cache.php:1143
+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 &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
+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."
+
+#: wp-cache.php:1146
+msgid "View Mod_Rewrite Rules"
+msgstr "Mod_Rewrite Kurallarını Görüntüle"
+
+#: wp-cache.php:1150
+#: wp-cache.php:2380
+msgid "Rules must be added to %s too:"
+msgstr "Kurallar %s dosyasına da eklenmeli:"
+
+#: wp-cache.php:1158
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "%s.htaccess dosyasında gzip'leme kuralları oluşturuldu."
+
+#: wp-cache.php:1165
+msgid "Fix Configuration"
+msgstr "Ayarları Düzelt"
+
+#: wp-cache.php:1168
+msgid "Restore Default Configuration"
+msgstr "Varsayılan Ayarları Geri Yükle"
+
+#: wp-cache.php:1176
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Yorum onaylama sistemi etkin; yorumunuzun yayınlanması biraz zaman alabilir."
+
+#: wp-cache.php:1201
+msgid "Lock Down:"
+msgstr "Tecrit:"
+
+#: wp-cache.php:1201
+#: plugins/awaitingmoderation.php:35
+#: plugins/badbehaviour.php:66
+#: plugins/domain-mapping.php:61
+msgid "Disabled"
+msgstr "Etkisiz"
+
+#: wp-cache.php:1201
+#: plugins/awaitingmoderation.php:34
+#: plugins/badbehaviour.php:65
+#: plugins/domain-mapping.php:60
+msgid "Enabled"
+msgstr "Etkin"
+
+#: wp-cache.php:1202
+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."
+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."
+
+#: wp-cache.php:1203
+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."
+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."
+
+#: wp-cache.php:1205
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Üzgünüm; blog'umu kilit altına aldım. Güncellemeler sonra görüntülenebilecek."
+
+#: wp-cache.php:1209
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "Blog'unuz tecrit moduna alındı. Yeni yorumlar gelse bile yalnızca Super Cache'nin önbellekli sayfaları görüntülenecek."
+
+#: wp-cache.php:1211
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "Blog'unuz tecrit modunda değil. Yeni yorumlar her zamanki gibi Super Cache önbellek dosyalarını yenileyecek."
+
+#: wp-cache.php:1214
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+msgid "Disable"
+msgstr "Etksizileştir"
+
+#: wp-cache.php:1214
+#: plugins/searchengine.php:74
+msgid "Enable"
+msgstr "Etkinleştir"
+
+#: wp-cache.php:1217
+msgid "Lock Down"
+msgstr "Tecrit"
+
+#: wp-cache.php:1225
+msgid "Directly Cached Files"
+msgstr "Direkt Önbelleklenen Dosyalar"
+
+#: wp-cache.php:1283
+msgid "%s removed!"
+msgstr "%s kaldırıldı!"
+
+#: wp-cache.php:1291
+#: wp-cache.php:1293
+#: plugins/badbehaviour.php:83
+msgid "Warning!"
+msgstr "Uyarı!"
+
+#: wp-cache.php:1291
+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."
+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."
+
+#: wp-cache.php:1293
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s yazılabilir durumda. Güvenlik açısından sayfanız oluşturulduktan sonra yazılabilirlik ayarlarını geri almanız önerilir."
+
+#: wp-cache.php:1307
+msgid "Existing direct page"
+msgstr "Var olan direkt sayfa"
+
+#: wp-cache.php:1307
+msgid "Delete cached file"
+msgstr "Önbellekli dosyayı sil"
+
+#: wp-cache.php:1312
+msgid "Add direct page:"
+msgstr "Direkt sayfa ekle:"
+
+#: wp-cache.php:1314
+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."
+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)"
+
+#: wp-cache.php:1316
+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."
+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."
+
+#: wp-cache.php:1317
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Direkt sayfaları silmek ve önbelleği boşaltmak için metin kutusunu boş bırakın."
+
+#: wp-cache.php:1322
+msgid "Update Direct Pages"
+msgstr "Direkt Sayfaları Güncelle"
+
+#: wp-cache.php:1360
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Zaman Aşımı &amp; Çöp Toplama"
+
+#: wp-cache.php:1362
+msgid "Expire time:"
+msgstr "Önbelleklenen dosyaların zaman aşımı:"
+
+#: wp-cache.php:1363
+msgid "seconds"
+msgstr "saniye"
+
+#: wp-cache.php:1364
+msgid "Garbage Collection"
+msgstr "Çöp Toplama"
+
+#: wp-cache.php:1364
+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."
+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."
+
+#: wp-cache.php:1365
+msgid "Checking for and deleting expired files is expensive, but it&#8217;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."
+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."
+
+#: wp-cache.php:1366
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Çöp toplamayı devre dışı bırakmak için bitiş süresini 0 yapın."
+
+#: wp-cache.php:1367
+msgid "Change Expiration"
+msgstr "Zaman Aşımını Değiştir"
+
+#: wp-cache.php:1411
+msgid "Rejected User Agents"
+msgstr "Reddedilecek Kullanıcı Temsilcisi (User Agent)"
+
+#: wp-cache.php:1412
+msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
+msgstr "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
+
+#: wp-cache.php:1419
+msgid "Save UA Strings"
+msgstr "KT Dizgilerini Kaydet"
+
+#: wp-cache.php:1442
+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."
+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.)"
+
+#: wp-cache.php:1445
+msgid "Single Posts"
+msgstr "Tekil yazı sayfaları"
+
+#: wp-cache.php:1446
+msgid "Pages"
+msgstr "Sayfalar"
+
+#: wp-cache.php:1447
+msgid "Front Page"
+msgstr "Ön Sayfa"
+
+#: wp-cache.php:1448
+msgid "Home"
+msgstr "Anasayfa"
+
+#: wp-cache.php:1449
+msgid "Archives"
+msgstr "Arşivler"
+
+#: wp-cache.php:1450
+msgid "Tags"
+msgstr "Etiketler"
+
+#: wp-cache.php:1451
+msgid "Category"
+msgstr "Kategori sayfaları"
+
+#: wp-cache.php:1452
+msgid "Feeds"
+msgstr "Beslemeler"
+
+#: wp-cache.php:1453
+msgid "Search Pages"
+msgstr "Arama sayfaları"
+
+#: wp-cache.php:1455
+#: wp-cache.php:1569
+msgid "Save"
+msgstr "Kaydet"
+
+#: wp-cache.php:1472
+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&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
+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."
+
+#: wp-cache.php:1478
+msgid "Save Strings"
+msgstr "Dizgileri Kaydet"
+
+#: wp-cache.php:1494
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Yukarıda belirtilen kurallara uysa da önbelleklenebilmesi için buraya dosya isimleri ekleyebilirsiniz."
+
+#: wp-cache.php:1500
+msgid "Save Files"
+msgstr "Dosyaları kaydet"
+
+#: wp-cache.php:1541
+msgid "Currently logging to: %s"
+msgstr "Şuraya kayıt yapılıyor: %s"
+
+#: wp-cache.php:1544
+msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
+msgstr "Eklentiyle ilgili sorunları, hata ayıklama modunu açarak buraya kaydettirebilirsiniz. Önbellek dizininizde oluşturulacak bir dosyaya kayıt yapılacaktır."
+
+#: wp-cache.php:1548
+msgid "Debugging"
+msgstr "Hata Ayıklama"
+
+#: wp-cache.php:1548
+#: plugins/awaitingmoderation.php:40
+#: plugins/badbehaviour.php:71
+#: plugins/searchengine.php:69
+#: plugins/domain-mapping.php:66
+msgid "enabled"
+msgstr "etkin"
+
+#: wp-cache.php:1549
+msgid "IP Address"
+msgstr "IP Adresi"
+
+#: wp-cache.php:1549
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(yalnızca bu IP adresinden yapılan raporlama isteklerini kabul et. Şu anki IP adresiniz %s)"
+
+#: wp-cache.php:1550
+msgid "Log level"
+msgstr "Raporlama aşaması"
+
+#: wp-cache.php:1556
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = hafif, 5 = ağır - sunucuya yük bindirebilir)"
+
+#: wp-cache.php:1559
+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>"
+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>"
+
+#: wp-cache.php:1560
+msgid "I&#8217;m 99% certain that they aren&#8217;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&#8217;re worried. You will be emailed if there is a problem."
+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."
+
+#: wp-cache.php:1562
+msgid "Check front page every 5 minutes."
+msgstr "5 dakikada bir ön sayfayı kontrol edin."
+
+#: wp-cache.php:1563
+msgid "Front page text"
+msgstr "Ön sayfa yazısı"
+
+#: wp-cache.php:1563
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "Anasayfanızda aranacak metin - eğer bu metin anasayfada bulunamazsa önbellek temizlenir. Devre dışı bırakmak için boş bırakın."
+
+#: wp-cache.php:1564
+msgid "Clear cache on error."
+msgstr "Bir hatayla karşılaşıldığında önbelleği temizle."
+
+#: wp-cache.php:1565
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Kontroller yapıldığında blog sahibine e-posta gönder. (test etmek için yararlı bir özellik)"
+
+#: wp-cache.php:1579
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Hata: GZIP sıkıştırması etkin; wp-cache'i kullanabilmek için lütfen bu ayarı etkisizleştirin."
+
+#: wp-cache.php:1626
+#: wp-cache.php:1792
+msgid "Warning"
+msgstr "Uyarı"
+
+#: wp-cache.php:1626
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "GZIP sıkıştırması Wordpress için etkin durumda, onu etkisizleştirene kadar wp-cache atlanacak."
+
+#: wp-cache.php:1688
+#: wp-cache.php:1693
+#: wp-cache.php:1725
+#: wp-cache.php:1730
+#: wp-cache.php:1736
+msgid "Error"
+msgstr "Hata"
+
+#: wp-cache.php:1688
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Önbellek dizininiz (<strong>$cache_path</strong>) bulunamadı ve sunucu tarafından da oluşturulamadı. %s dosya izinlerini kontrol edin."
+
+#: wp-cache.php:1693
+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."
+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."
+
+#: wp-cache.php:1725
+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."
+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."
+
+#: wp-cache.php:1730
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Ayar dosyası bulunamıyor ve %1$s dizini (<strong>%2$s</strong>) sunucu tarafından yazılamıyor. Lütfen izinleri kontrol edin."
+
+#: wp-cache.php:1736
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Örnek WP-Cache ayar dosyası (<strong>%s</strong>) yerinde yok. Lütfen yüklemenizi gözden geçirin."
+
+#: wp-cache.php:1792
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> bulunamadı veya güncellenemiyor."
+
+#: wp-cache.php:1793
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Eğer hala varsa lütfen ilk satırı silin."
+
+#: wp-cache.php:1794
+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&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+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)"
+
+#: wp-cache.php:1795
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. <em>%s/advanced-cache.php</em> dosyasını güncellemek için bu sayfayı yenileyin."
+
+#: wp-cache.php:1796
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Eğer bu çalışmazsa, <em>%s/advanced-cache.php</em> dosyasının var olmadığından emin olun:"
+
+#: wp-cache.php:1797
+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>"
+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>"
+
+#: wp-cache.php:1820
+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>"
+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>"
+
+#: wp-cache.php:1822
+msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
+msgstr "<strong>Hata: WP_CACHE, wp-config.php dosyanızda etkin değil</strong> ve ben dosyayı düzenleyemiyorum."
+
+#: wp-cache.php:1823
+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. "
+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>."
+
+#: wp-cache.php:1827
+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."
+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ı."
+
+#: wp-cache.php:1851
+msgid "Cache Contents"
+msgstr "Önbellek İçeriği"
+
+#: wp-cache.php:1854
+msgid "Object cache in use. No cache listing available."
+msgstr "Nesne önbellekleme devrede, listelenecek önbellek yok."
+
+#: wp-cache.php:1878
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Şu supercache dosyası siliniyor: <strong>%s</strong><br />"
+
+#: wp-cache.php:1895
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Şu wp-cache dosyası siliniyor: <strong>%s</strong><br />"
+
+#: wp-cache.php:1960
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Önbellek istatistikleri otomatik olarak üretilmez. Aşağıdaki bağlantıya tıklayarak istatistikleri bu sayfaya yeniden yüklemelisiniz."
+
+#: wp-cache.php:1961
+msgid "Regenerate cache stats"
+msgstr "Önbellek istatistiklerini güncelle"
+
+#: wp-cache.php:1963
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Önbellek istatistiklerinin son güncellenişi: %s dakika önce."
+
+#: wp-cache.php:1969
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1970
+#: wp-cache.php:1985
+msgid "%s Cached Pages"
+msgstr "%s Önbellekli Dosya"
+
+#: wp-cache.php:1971
+#: wp-cache.php:1990
+msgid "%s Expired Pages"
+msgstr "%s Süresi Dolmuş Sayfa"
+
+#: wp-cache.php:1984
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1994
+msgid "Fresh WP-Cached Files"
+msgstr "Yeni Önbellekli Dosyalar"
+
+#: wp-cache.php:1995
+#: wp-cache.php:2011
+#: wp-cache.php:2027
+#: wp-cache.php:2043
+msgid "URI"
+msgstr "Adres"
+
+#: wp-cache.php:1995
+#: wp-cache.php:2011
+msgid "Key"
+msgstr "Anahtar"
+
+#: wp-cache.php:1995
+#: wp-cache.php:2011
+#: wp-cache.php:2027
+#: wp-cache.php:2043
+msgid "Age"
+msgstr "Yaş"
+
+#: wp-cache.php:1995
+#: wp-cache.php:2011
+#: wp-cache.php:2027
+#: wp-cache.php:2043
+msgid "Delete"
+msgstr "Sil"
+
+#: wp-cache.php:2010
+msgid "Stale WP-Cached Files"
+msgstr "Süresi Dolmuş Önbellekli Dosyalar"
+
+#: wp-cache.php:2026
+msgid "Fresh Super Cached Files"
+msgstr "Yeni Süper-Önbellekli Dosyalar"
+
+#: wp-cache.php:2042
+msgid "Stale Super Cached Files"
+msgstr "Süresi Dolmuş Süper-Önbellekli Dosyalar"
+
+#: wp-cache.php:2058
+msgid "Hide file list"
+msgstr "Dosya listesini gizle"
+
+#: wp-cache.php:2060
+msgid "Too many cached files, no listing possible."
+msgstr "Çok fazla önbelleklenen sayfa var, listeleme yapılamaz."
+
+#: wp-cache.php:2062
+msgid "List all cached files"
+msgstr "Önbelleğe alınmış tüm dosyaları göster"
+
+#: wp-cache.php:2068
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Çöp Toplama</strong><br />Son çöp toplama <strong>%s</strong> dakika önce yapıldı<br />"
+
+#: wp-cache.php:2069
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Sonraki çöp toplama <strong>%s</strong> dakika sonra"
+
+#: wp-cache.php:2072
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+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."
+
+#: wp-cache.php:2083
+msgid "Delete Expired"
+msgstr "Süresi Dolan Önbelleği Temizle"
+
+#: wp-cache.php:2101
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Super Cache ile önbelleklenmiş dosyaları silin (yeni pencerede açılır)"
+
+#: wp-cache.php:2240
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s, %2$s eklentisi sayesinde dağ gibi sağlam!"
+
+#: wp-cache.php:2273
+msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
+msgstr "WP Super Cache ayarları yapılmamış. <a href=\"%s\">Ayarlar sayfasına</a> gidip ayarlarını yapmalısınız."
+
+#: wp-cache.php:2279
+msgid "Settings"
+msgstr "Ayarlar"
+
+#: wp-cache.php:2289
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache pasif durumda. Önbelleklemeye devam etmek için lütfen <a href=\"%s\">ayarlar sayfasına</a> gidip etkinleştirin."
+
+#: wp-cache.php:2292
+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."
+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."
+
+#: wp-cache.php:2311
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] Ön sayfa gzip'lendi, lütfen önbelleği boşaltın!"
+
+#: wp-cache.php:2311
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Lütfen sitenizin indirdiği önbellekli ön sayfayı temizlemek için şurayı ziyaret edin: %s"
+
+#: wp-cache.php:2314
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] Ön sayfa gzip'lendi, Önbellek Temizlendi!"
+
+#: wp-cache.php:2314
+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."
+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."
+
+#: wp-cache.php:2321
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] Ön sayfa doğru değil! Lütfen önbelleği temizleyin!"
+
+#: wp-cache.php:2321
+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\"!"
+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!"
+
+#: wp-cache.php:2324
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] Ön sayfa doğru değil! Önbellek Temizlendi!"
+
+#: wp-cache.php:2324
+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."
+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."
+
+#: wp-cache.php:2329
+msgid "[%s] Front page check!"
+msgstr "[%s] Ön sayfa kontrolü!"
+
+#: wp-cache.php:2329
+msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+msgstr "WP Super Cache anasayfanızı kontrol etti. Bu özelliği devre dışı bırakmak için lütfen %s ziyaret edin."
+
+#: wp-cache.php:2372
+msgid "Cannot update .htaccess"
+msgstr ".htaccess güncellenemiyor"
+
+#: wp-cache.php:2372
+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."
+msgstr "<code>%s.htaccess</code> dosyası sunucu tarafından düzenlenemiyor. Lütfen bu hatayı, chmod kullanarak FTP istemcinizle düzeltin."
+
+#: wp-cache.php:2372
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "İzinleri düzenledikten sonra bu sayfayı yenileyin."
+
+#: wp-cache.php:2372
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+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):"
+
+#: wp-cache.php:2376
+msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
+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."
+
+#: wp-cache.php:2377
+msgid "You can edit the file yourself add the following rules."
+msgstr "Dosyayı kendiniz düzenleyebilir ve aşağıdaki kuralları ekleyebilirsiniz."
+
+#: wp-cache.php:2378
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "WordPress'in oluşturduğu kuralların üstünde durmasına dikkat edin."
+
+#: wp-cache.php:2386
+msgid "Update Mod_Rewrite Rules"
+msgstr "Mod_Rewrite Kurallarını Güncelle"
+
+#: wp-cache.php:2511
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] Önbellek Önyükleme Başladı"
+
+#: wp-cache.php:2513
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] %2$d ile %3$d arasındaki yazılar güncelleniyor"
+
+#: wp-cache.php:2531
+msgid "[%1$s] Cache Preload Stopped"
+msgstr "[%1$s] Önbellek Önyüklemesi Durduruldu"
+
+#: wp-cache.php:2540
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d yazı güncellendi"
+
+#: wp-cache.php:2540
+msgid "Refreshed the following posts:"
+msgstr "Şu yazılar yenilendi:"
+
+#: wp-cache.php:2549
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Yeniden önyükleme %d dakika içinde yapılacak."
+
+#: wp-cache.php:2559
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] Önbellek Önyüklemesi Tamamlandı"
+
+#: wp-cache.php:2559
+msgid "Cleaning up old supercache files."
+msgstr "Eski supercache dosyaları temizleniyor."
+
+#: wp-cache.php:2601
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] Önyükleme takılı kalmış olabilir."
+
+#: wp-cache.php:2601
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"Önyükleme yeniden başlatıldı.\n"
+"%s"
+
+#: wp-cache.php:2644
+msgid "Supercache Uninstall Problems"
+msgstr "Super Cache Kaldırma Sorunları"
+
+#: wp-cache.php:2644
+msgid ""
+"Dear User,\n"
+"\n"
+"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
+"in your .htaccess were not.\n"
+"\n"
+"Please edit the following file and remove the code\n"
+"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
+"\n"
+"%s\n"
+"\n"
+"Regards,\n"
+"WP Super Cache Plugin\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+msgstr ""
+"Değerli Kullanıcı,\n"
+"\n"
+"WP Super Cache blogunuzdan kaldırıldı fakat .htaccess dosyanızdaki mod_rewrite kuralları silinmedi.\n"
+"\n"
+"Lütfen aşağıdaki dosyayı düzenleyerek 'BEGIN WPSuperCache' ile  'END WPSuperCache' arasındaki kodları temizleyin. Yedek almayı unutmayın!\n"
+"\n"
+"%s\n"
+"\n"
+"Saygılar,\n"
+"WP Super Cache Eklentisi\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Yorumunuz onay bekliyor."
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "Onay Kuyruğunda"
+
+#: plugins/awaitingmoderation.php:36
+msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
+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."
+
+#: plugins/awaitingmoderation.php:42
+#: plugins/badbehaviour.php:73
+#: plugins/searchengine.php:67
+#: plugins/domain-mapping.php:68
+msgid "disabled"
+msgstr "ektisizleştirilmiş"
+
+#: plugins/awaitingmoderation.php:43
+msgid "Awaiting Moderation is now %s"
+msgstr "Onay Kuyruğu Eklentisi %s"
+
+#: plugins/awaitingmoderation.php:45
+#: plugins/badbehaviour.php:76
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr "Güncelle"
+
+#: plugins/badbehaviour.php:47
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Bad Behaviour eklentisi bulunamadı. Lütfen tekrar kontrol edin."
+
+#: plugins/badbehaviour.php:63
+msgid "Bad Behavior"
+msgstr "Bad Behaviour"
+
+#: plugins/badbehaviour.php:68
+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/\") "
+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)"
+
+#: plugins/badbehaviour.php:74
+msgid "Bad Behavior support is now %s"
+msgstr "Bad Behaviour desteği %s"
+
+#: plugins/searchengine.php:71
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> eklentisi %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> gerekir) "
+
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr "Alan Adı Haritalama"
+
+#: plugins/domain-mapping.php:63
+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."
+msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Alan Adı Haritalama</a> eklentisini destekler."
+
+#: plugins/domain-mapping.php:69
+msgid "Domain Mapping support is now %s"
+msgstr "Alan Adı Haritalama desteği %s"
+
+#: plugins/domain-mapping.php:83
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Alan Adı Haritalama eklentisi tespit edildi! Lütfen WP Super Cache eklenti ayarları sayfasına gidip ilgili eklentiyi etkinleştirin."
+
+#~ msgid "(support for multiple domains on multisite websites) "
+#~ msgstr "(çoklu sitelerde birden fazla alan adı kullanımına olanak sağlar)"
+
+#~ msgid "Tester & Contents"
+#~ msgstr "Testçi & İçerik"
+
+#~ msgid ""
+#~ "Logging to a file is easier but faces the problem that clearing the cache "
+#~ "will clear the log file."
+#~ msgstr ""
+#~ "Dosyaya raporlama daha kolaydır ama önbellek temizlendiğinde dosya da "
+#~ "temizlenecektir."
+
+#~ msgid "Logging Type"
+#~ msgstr "Raporlama Türü"
+
+#~ msgid "Email"
+#~ msgstr "E-posta"
+
+#~ msgid "file"
+#~ msgstr "dosya"
+
+#~ msgid "WP Super Cache Manager"
+#~ msgstr "WP Super Cache Yönetimi"
+
+#~ msgid "Why your configuration may not be changed"
+#~ msgstr "Ayarlarınız niye değişmemiş olabilir"
+
+#~ msgid "Why"
+#~ msgstr "Neden"
+
+#~ msgid "ON"
+#~ msgstr "AÇIK"
+
+#~ msgid "WP Cache and Super Cache enabled"
+#~ msgstr "WP Cache ve Super Cache etkin"
+
+#~ msgid "HALF ON"
+#~ msgstr "YARI-AÇIK"
+
+#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+#~ msgstr "Super Cache devre dışı, yalnızca WP-Cache önbelleklemesi çalışıyor."
+
+#~ msgid "OFF"
+#~ msgstr "KAPALI"
+
+#~ msgid "WP Cache and Super Cache disabled"
+#~ msgstr "Hem WP Cache, hem Super Cache devre dışı."
+
+#~ msgid ""
+#~ "List the newest cached pages (may be expensive to run on busy sites, use "
+#~ "with caution.)"
+#~ msgstr ""
+#~ "En son önbelleklenmiş dosyaları görüntüle (Çok ziyaret edilen sitelerde "
+#~ "bu seçenek sunucuyu yorabilir, dikkatle kullanın.)"
+
+#~ msgid "Thanks in advance!"
+#~ msgstr "Şimdiden teşekkürler!"
+
+#~ msgid ""
+#~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
+#~ "very happy!"
+#~ msgstr ""
+#~ "Tamam, hızlandırmayacak ama eklenti sahibini acayip mutlu edeceksiniz!"
+
+#~ msgid "Don&#8217;t show me this again."
+#~ msgstr "Bunu bana bir daha gösterme."
+
+#~ msgid "Hide"
+#~ msgstr "Sakla"
+
+#~ msgid ""
+#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
+#~ "had more time to read and relax."
+#~ msgstr ""
+#~ "%1$s sitesinde blog yazar, %2$s adresinde fotoğraflarını yayınlar ve "
+#~ "kitap okuyup rahatlamayı <a href=\"%3$s\">diler</a>."
+
+#~ msgid "Super Cache Compression"
+#~ msgstr "Super Cache Sıkıştırması"
+
+#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+#~ msgstr ""
+#~ "<em>YARI AÇIK</em> mod etkin olduğunda sıkıştırma varsayılan olarak "
+#~ "etkindir."
+
+#~ msgid "Super Cache compression is now disabled."
+#~ msgstr "Super Cache sıkıştırması şu an etkisiz."
+
+#~ msgid "Super Cache compression is now enabled."
+#~ msgstr "Super Cache sıkıştırması şu an etkin."
+
+#~ msgid "Update Compression"
+#~ msgstr "Sıkıştırma Seçeneklerini Güncelle"
+
+#~ msgid "Debug Settings"
+#~ msgstr "Hata Ayıklama Ayarları"
+
+#~ msgid "You must edit the file yourself add the following rules."
+#~ msgstr "Dosyayı kendiniz düzenlemeli ve aşağıdaki kuralları eklemelisiniz."
+
+#~ msgid ""
+#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
+#~ msgstr ""
+#~ "<a href=\"%s\">WordPress Mobile Edition</a> ile mobil aygıt desteği."
diff --git a/wp-content/plugins/wp-super-cache/ossdl-cdn.php b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
index cc6f1f6ef..3a3aa21f6 100644
--- a/wp-content/plugins/wp-super-cache/ossdl-cdn.php
+++ b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
@@ -18,6 +18,7 @@ $arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
 if ( get_option( 'ossdl_cname' ) == false )
 	add_option('ossdl_cname', '');
 $ossdl_cname = trim(get_option('ossdl_cname'));
+$ossdl_https = trim(get_option('ossdl_https'));
 $arr_of_cnames = array_map('trim', explode(',', $ossdl_cname));
 if ($arr_of_cnames[0] == '') $arr_of_cnames = array();
 
@@ -43,8 +44,15 @@ function scossdl_off_exclude_match($match, $excludes) {
  * Called by #scossdl_off_filter.
  */
 function scossdl_off_rewriter($match) {
+	global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames, $ossdl_https;
 	static $offset = -1;
-	global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames;
+	static $rewritten_urls = array();
+
+	if ( $ossdl_https && substr( $match[0], 0, 5 ) == 'https' )
+		return $match[0];
+
+	if ( isset( $rewritten_urls[ $match[ 0 ] ] ) )
+		return $rewritten_urls[ $match[ 0 ] ];
 
 	if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
 		$arr_of_cnames[] = $ossdl_off_cdn_url;
@@ -56,7 +64,11 @@ function scossdl_off_rewriter($match) {
 		if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
 			$offset++;
    			$offset %= count($arr_of_cnames);
-			return str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
+			$url = str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
+			if ( count( $rewritten_urls ) < 30 ) // don't use too much memory please
+				$rewritten_urls[ $match[ 0 ] ] = $url;
+
+			return $url;
 		} else {
 			return $match[0];
 		}
@@ -115,6 +127,7 @@ function scossdl_off_options() {
 		update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
 		update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
 		update_option('ossdl_cname', $_POST['ossdl_cname']);
+		update_option('ossdl_https', (int)$_POST['ossdl_https']);
 		if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
 			$ossdlcdn = 1;
 		} else {
@@ -171,6 +184,9 @@ function scossdl_off_options() {
 					<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>
 				</td>
 			</tr>
+			<tr valign="top">
+				<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>
+			</tr>
 		</tbody></table>
 		<input type="hidden" name="action" value="update_ossdl_off" />
 		<p class="submit"><input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /></p>
diff --git a/wp-content/plugins/wp-super-cache/readme.txt b/wp-content/plugins/wp-super-cache/readme.txt
index f223dc930..3519bf8c7 100644
--- a/wp-content/plugins/wp-super-cache/readme.txt
+++ b/wp-content/plugins/wp-super-cache/readme.txt
@@ -1,8 +1,8 @@
 === WP Super Cache ===
 Contributors: donncha, automattic
 Tags: performance,caching,wp-cache,wp-super-cache,cache
-Tested up to: 3.0.4
-Stable tag: 0.9.9.8
+Tested up to: 3.2
+Stable tag: 0.9.9.9
 Requires at least: 2.9.2
 
 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
 
 == Upgrade Notice ==
 
-= 0.9.9.8 =
-CDN code can be switched off, better uninstall process, compress dynamic pages, 1and1 webhosting fix, use Supercache files for dynamic pages
+= 0.9.9.9 =
+Serve repeated static files from the same CDN hostname, translations, lots of bug fixes
 
 == Changelog ==
 
+= 0.9.9.9 =
+* Fixed typo, is_front_page.
+* Serve repeated static files from the same CDN hostname.
+* Updated translations.
+* Make supercache dir lowercase to avoid problems with unicode URLs.
+* Add option to skip https loaded static content. 
+* Remove 5 second check on age of existing cache files. Should help with posts that get lots of comments and traffic.
+* Lots of bugs fixed.
+
 = 0.9.9.8 =
 * CDN updates: can be switched off, multiple CNAMEs.
 * 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,
 	`  SetEnvIfNoCase Request_URI \.gz$ no-gzip`
 	`</IfModule>`
 	`<IfModule mod_headers.c>`
-	`  Header set Cache-Control 'max-age=300, must-revalidate'`
+	`  Header set Cache-Control 'max-age=3, must-revalidate'`
 	`</IfModule>`
 	`<IfModule mod_expires.c>`
 	`  ExpiresActive On`
-	`  ExpiresByType text/html A300`
+	`  ExpiresByType text/html A3`
 	`</IfModule>`
 	``
 	`# END supercache`
@@ -387,6 +396,15 @@ Load your desktop ftp client and connect to your site. Navigate to the root (or
 
 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.
 
+= How do I change file permissions? =
+
+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.
+
+= Why do I get load spikes when new posts are made? =
+
+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.
+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.
+
 = Troubleshooting =
 
 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
 * [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
 * [Ma�tre M�](http://maitremo.fr/) (French)
 * [Mathias Roth](http://trade-service.eu/) (German)
+* Bar�� �nver (Turkish)
+* [Elvis Fweb](http://fweb.org.ru/blog/super-cache-rus) (Russian)
+* Fredrik Fors�ll (Swedish)
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase1.php b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
index 38adfee9b..326e16688 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
@@ -164,7 +164,7 @@ function wp_cache_serve_cache_file() {
 		{
 			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
 			header( "Vary: Accept-Encoding, Cookie" );
-			header( "Cache-Control: max-age=300, must-revalidate" );
+			header( "Cache-Control: max-age=3, must-revalidate" );
 			header( "WP-Super-Cache: Served supercache file from PHP" );
 			if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) {
 				$file = $file . '.gz';
@@ -250,7 +250,7 @@ function wp_cache_serve_cache_file() {
 			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
 			if ( $ungzip ) {
 				$cache = file_get_contents( $cache_file );
-				$uncompressed = gzuncompress( $cache );
+				$uncompressed = @gzuncompress( $cache );
 				if ( $uncompressed ) {
 					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from wp-cache", 1 );
 					unset( $cache );
@@ -263,20 +263,6 @@ function wp_cache_serve_cache_file() {
 			}
 		} else {
 			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
-			if ( $wp_supercache_304 ) {
-				if ( function_exists( 'apache_request_headers' ) ) {
-					$request = apache_request_headers();
-					$remote_mod_time = $request[ 'If-Modified-Since' ];
-				} else {
-					$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
-				}
-				$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $cache_file )).' GMT';
-				if ( $remote_mod_time == $local_mod_time ) {
-					header("HTTP/1.0 304 Not Modified");
-					exit();
-				}
-				header( 'Last-Modified: ' . $local_mod_time );
-			}
 			if ( $ungzip ) {
 				$cache = file_get_contents( $cache_file );
 				$uncompressed = gzuncompress( $cache );
@@ -460,15 +446,20 @@ function wp_cache_user_agent_is_rejected() {
 
 function get_current_url_supercache_dir( $post_id = 0 ) {
 	global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
+	static $saved_supercache_dir = array();
+
+	if ( isset( $saved_supercache_dir[ $post_id ] ) ) {
+		return $saved_supercache_dir[ $post_id ];
+	}
 
 	if ( $post_id != 0 ) {
 		$uri = str_replace( site_url(), '', get_permalink( $post_id ) );
 	} else {
-		$uri = $wp_cache_request_uri;
+		$uri = strtolower( $wp_cache_request_uri );
 	}
 	$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
 	$uri = str_replace( '\\', '', $uri );
-	$dir = strtolower(preg_replace('/:.*$/', '',  $_SERVER["HTTP_HOST"])) . $uri; // To avoid XSS attacks
+	$dir = preg_replace( '/:.*$/', '',  $_SERVER["HTTP_HOST"] ) . $uri; // To avoid XSS attacks
 	if ( function_exists( "apply_filters" ) )
 		$dir = apply_filters( 'supercache_dir', $dir );
 	$dir = $cache_path . 'supercache/' . $dir . '/';
@@ -477,6 +468,7 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
 	}
 	$dir = str_replace( '//', '/', $dir );
 	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
+	$saved_supercache_dir[ $post_id ] = $dir;
 	return $dir;
 }
 
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase2.php b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
index 5454f3eb4..2efdcd5d7 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
@@ -356,6 +356,11 @@ function wp_cache_get_ob(&$buffer) {
 		return $buffer;
 	}
 
+	if ( $wp_cache_not_logged_in && is_feed() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Feed detected. Writing legacy cache files.", 5 );
+		$wp_cache_not_logged_in = false;
+	}
+
 	$home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
 
 	$dir = get_current_url_supercache_dir();
@@ -390,53 +395,55 @@ function wp_cache_get_ob(&$buffer) {
 		wp_cache_init(); // PHP5 destroys objects during shutdown
 	}
 
+	if ( !$cache_enabled ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( '', 5 );
+		wp_cache_writers_exit();
+		return $buffer . "\n<!-- Page not cached by WP Super Cache. Check your settings page. -->";
+	}
+
+	if( @is_dir( $dir ) == false )
+		@wp_mkdir_p( $dir );
+
 	$fr = $fr2 = $gz = false;
-	if ( $cache_enabled ) {
-		// Open wp-cache cache file
-		if ( !$supercacheonly && ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) ) {
-			if ( false == $wp_cache_object_cache ) {
-				$fr = @fopen($tmp_wpcache_filename, 'w');
-				if (!$fr) {
-					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 );
-					$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
+	// Open wp-cache cache file
+	if ( !$supercacheonly ) {
+		if ( false == $wp_cache_object_cache ) {
+			$fr = @fopen($tmp_wpcache_filename, 'w');
+			if (!$fr) {
+				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 );
+				$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
+				wp_cache_writers_exit();
+				return $buffer;
+			}
+		}
+	} else {
+		$user_info = wp_cache_get_cookies_values();
+		$do_cache = apply_filters( 'do_createsupercache', $user_info );
+		if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
+
+			$cache_fname = "{$dir}index.html";
+			$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
+			$fr2 = @fopen( $tmp_cache_filename, 'w' );
+			if ( !$fr2 ) {
+				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 );
+				$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
+				@fclose( $fr );
+				@unlink( $tmp_wpcache_filename );
+				wp_cache_writers_exit();
+				return $buffer;
+			} elseif ( $cache_compression ) {
+				$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
+				if (!$gz) {
+					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 );
+					$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
+					@fclose( $fr );
+					@unlink( $tmp_wpcache_filename );
+					@fclose( $fr2 );
+					@unlink( $tmp_cache_filename );
 					wp_cache_writers_exit();
 					return $buffer;
 				}
 			}
-		} else {
-			$user_info = wp_cache_get_cookies_values();
-			$do_cache = apply_filters( 'do_createsupercache', $user_info );
-			if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
-
-				if( @is_dir( $dir ) == false )
-					@wp_mkdir_p( $dir );
-
-				$cache_fname = "{$dir}index.html";
-				$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
-				if ( !@file_exists( $cache_fname ) || ( @file_exists( $cache_fname ) && ( time() - @filemtime( $cache_fname ) ) > 5 ) ) {
-					$fr2 = @fopen( $tmp_cache_filename, 'w' );
-					if (!$fr2) {
-						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 );
-						$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
-						@fclose( $fr );
-						@unlink( $tmp_wpcache_filename );
-						wp_cache_writers_exit();
-						return $buffer;
-					} elseif ( $cache_compression ) {
-						$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
-						if (!$gz) {
-							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 );
-							$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
-							@fclose( $fr );
-							@unlink( $tmp_wpcache_filename );
-							@fclose( $fr2 );
-							@unlink( $tmp_cache_filename );
-							wp_cache_writers_exit();
-							return $buffer;
-						}
-					}
-				}
-			}
 		}
 	}
 
@@ -766,6 +773,9 @@ function wp_cache_shutdown_callback() {
 			$wp_cache_meta[ 'headers' ][ $key ] = "$key: " . $response[$key];
 		}
 	}
+
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_shutdown_callback: collecting meta data.", 2 );
+
 	if (!isset( $response['Last-Modified'] )) {
 		$value = gmdate('D, d M Y H:i:s') . ' GMT';
 		/* Dont send this the first time */
diff --git a/wp-content/plugins/wp-super-cache/wp-cache.php b/wp-content/plugins/wp-super-cache/wp-cache.php
index f095a857c..21989f3a1 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache.php
@@ -3,7 +3,7 @@
 Plugin Name: WP Super Cache
 Plugin URI: http://ocaoimh.ie/wp-super-cache/
 Description: Very fast caching plugin for WordPress.
-Version: 0.9.9.8
+Version: 0.9.9.9
 Author: Donncha O Caoimh
 Author URI: http://ocaoimh.ie/
 */
@@ -59,7 +59,7 @@ add_action( 'init', 'wp_super_cache_text_domain' );
 
 function wp_cache_set_home() {
 	global $wp_cache_is_home;
-	$wp_cache_is_home = ( is_front_page || is_home() );
+	$wp_cache_is_home = ( is_front_page() || is_home() );
 	if ( $wp_cache_is_home && is_paged() )
 		$wp_cache_is_home = false;
 }
@@ -239,6 +239,7 @@ function wp_cache_manager_error_checks() {
 		?><div id="message" class="updated fade"><h3><?php _e( 'Read Only Mode. Configuration cannot be changed.', 'wp-super-cache' ); ?></h3>
 		<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 ); ?>
 		<?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&#8217;s globally writeable and it should be fine.', 'wp-super-cache' ); ?></p>
+		<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>
 		<?php _e( 'Writeable:', 'wp-super-cache' ); ?> <code>chmod 666 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code>
 		<?php _e( 'Readonly:', 'wp-super-cache' ); ?> <code>chmod 644 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code></p>
 		</div><?php
@@ -253,7 +254,9 @@ function wp_cache_manager_error_checks() {
 		$wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
 		if( $wp_content_mode != 0755 ) {
 			?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
-			<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></div><?php
+			<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>
+			<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>
+			<?php
 		}
 	}
 
@@ -1081,10 +1084,11 @@ function wsc_mod_rewrite() {
 			global $current_site;
 			$protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
 			if ( isset( $wpmu_version ) ) {
-				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' ), admin_url( "ms-admin.php?page=wpsupercache" ) ) . '</p></div>';
+				$link_to_admin = admin_url( "wpmu-admin.php?page=wpsupercache" );
 			} else {
-				echo '<div id="message" class="updated fade"><p>' .  sprintf( __( 'Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href="%s">on the main site</a> of this network.', 'wp-super-cache' ), admin_url( "wpmu-admin.php?page=wpsupercache" ) ) . '</p></div>';
+				$link_to_admin = admin_url( "ms-admin.php?page=wpsupercache" );
 			}
+			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>';
 			return false;
 		}
 	}
@@ -1105,8 +1109,8 @@ function wsc_mod_rewrite() {
 		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 );
 		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>";
 		_e( 'Refresh this page when you have updated your .htaccess file.', 'wp-super-cache' );
-		echo "</fieldset></div>";
-		return;
+		echo "</fieldset>";
+		$dohtaccess = false;
 	} elseif( strpos( $wprules, 'wordpressuser' ) ) { // Need to clear out old mod_rewrite rules
 		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&#8217;s backwards compatible with older versions if you&#8217;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>";
 		echo "</fieldset></div>";
@@ -1685,7 +1689,7 @@ function wp_cache_verify_cache_dir() {
 	$dir = dirname($cache_path);
 	if ( !file_exists($cache_path) ) {
 		if ( !is_writeable_ACLSafe( $dir ) || !($dir = mkdir( $cache_path ) ) ) {
-				echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions.', 'wp-super-cache' ), $dir );
+				echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions.', 'wp-super-cache' ), $dir );
 				return false;
 		}
 	}
@@ -2461,8 +2465,8 @@ function wpsc_get_htaccess_info() {
 
 	$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";
 	$gziprules .= "<IfModule mod_deflate.c>\n  SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
-	$gziprules .= "<IfModule mod_headers.c>\n  Header set Vary \"Accept-Encoding, Cookie\"\n  Header set Cache-Control 'max-age=300, must-revalidate'\n</IfModule>\n";
-	$gziprules .= "<IfModule mod_expires.c>\n  ExpiresActive On\n  ExpiresByType text/html A300\n</IfModule>\n";
+	$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";
+	$gziprules .= "<IfModule mod_expires.c>\n  ExpiresActive On\n  ExpiresByType text/html A3\n</IfModule>\n";
 	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 );
 }
 
diff --git a/wp-content/plugins/wp-super-cache/wp-super-cache.pot b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
index 952e38a58..07cc7bd1e 100644
--- a/wp-content/plugins/wp-super-cache/wp-super-cache.pot
+++ b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version:  \n"
 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
-"POT-Creation-Date: 2011-01-05 14:52:03+00:00\n"
+"POT-Creation-Date: 2011-02-28 22:08:12+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -12,7 +12,7 @@ msgstr ""
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 
-#: ossdl-cdn.php:133
+#: ossdl-cdn.php:146
 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 "
@@ -24,7 +24,7 @@ msgid ""
 "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
 msgstr ""
 
-#: ossdl-cdn.php:134 wp-cache.php:965
+#: ossdl-cdn.php:147 wp-cache.php:968
 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 "
@@ -32,57 +32,57 @@ msgid ""
 "plugin."
 msgstr ""
 
-#: ossdl-cdn.php:135
+#: ossdl-cdn.php:148
 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."
 msgstr ""
 
-#: ossdl-cdn.php:136
+#: ossdl-cdn.php:149
 msgid "You can define different CDN URLs for each site on a multsite network."
 msgstr ""
 
-#: ossdl-cdn.php:144
+#: ossdl-cdn.php:157
 msgid "Enable CDN Support"
 msgstr ""
 
-#: ossdl-cdn.php:147
+#: ossdl-cdn.php:160
 msgid "Off-site URL"
 msgstr ""
 
-#: ossdl-cdn.php:150
+#: ossdl-cdn.php:163
 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>."
 msgstr ""
 
-#: ossdl-cdn.php:154
+#: ossdl-cdn.php:167
 msgid "Include directories"
 msgstr ""
 
-#: ossdl-cdn.php:157
+#: ossdl-cdn.php:170
 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."
 msgstr ""
 
-#: ossdl-cdn.php:161
+#: ossdl-cdn.php:174
 msgid "Exclude if substring"
 msgstr ""
 
-#: ossdl-cdn.php:164
+#: ossdl-cdn.php:177
 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)."
 msgstr ""
 
-#: ossdl-cdn.php:168
+#: ossdl-cdn.php:181
 msgid "Additional CNAMES"
 msgstr ""
 
-#: ossdl-cdn.php:171
+#: ossdl-cdn.php:184
 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 "
@@ -91,11 +91,15 @@ msgid ""
 "be configured on your CDN.<br />Example: %2$s"
 msgstr ""
 
-#: ossdl-cdn.php:176
+#: ossdl-cdn.php:188
+msgid "Skip https URLs to avoid \"mixed content\" errors"
+msgstr ""
+
+#: ossdl-cdn.php:192
 msgid "Save Changes"
 msgstr ""
 
-#: ossdl-cdn.php:178
+#: ossdl-cdn.php:194
 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."
@@ -222,73 +226,79 @@ msgid ""
 "writeable and it should be fine."
 msgstr ""
 
-#: wp-cache.php:242
-msgid "Writeable:"
+#: wp-cache.php:242 wp-cache.php:258
+msgid ""
+"<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
+"a> explains how to change file permissions."
 msgstr ""
 
 #: wp-cache.php:243
+msgid "Writeable:"
+msgstr ""
+
+#: wp-cache.php:244
 msgid "Readonly:"
 msgstr ""
 
-#: wp-cache.php:255
+#: wp-cache.php:256
 msgid "Warning! %s is writeable!"
 msgstr ""
 
-#: wp-cache.php:256
+#: wp-cache.php:257
 msgid ""
 "You should change the permissions on %s and make it more restrictive. Use "
 "your ftp client, or the following command to fix things:"
 msgstr ""
 
-#: wp-cache.php:264
+#: wp-cache.php:267
 msgid "Mobile rewrite rules detected"
 msgstr ""
 
-#: wp-cache.php:265
+#: wp-cache.php:268
 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."
 msgstr ""
 
-#: wp-cache.php:265
+#: wp-cache.php:268
 msgid ""
 "This will have no affect on ordinary users but mobile users will see "
 "uncached pages."
 msgstr ""
 
-#: wp-cache.php:271 wp-cache.php:282
+#: wp-cache.php:274 wp-cache.php:285
 msgid "Rewrite rules must be updated"
 msgstr ""
 
-#: wp-cache.php:272 wp-cache.php:283
+#: wp-cache.php:275 wp-cache.php:286
 msgid "The rewrite rules required by this plugin have changed or are missing. "
 msgstr ""
 
-#: wp-cache.php:273
+#: wp-cache.php:276
 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):"
 msgstr ""
 
-#: wp-cache.php:274
+#: wp-cache.php:277
 msgid "Set the plugin to legacy mode and enable mobile support."
 msgstr ""
 
-#: wp-cache.php:275 wp-cache.php:284
+#: wp-cache.php:278 wp-cache.php:287
 msgid ""
 "Scroll down the Advanced Settings page and click the <strong>Update "
 "Mod_Rewrite Rules</strong> button."
 msgstr ""
 
-#: wp-cache.php:276
+#: wp-cache.php:279
 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."
 msgstr ""
 
-#: wp-cache.php:277
+#: wp-cache.php:280
 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</"
@@ -297,81 +307,81 @@ msgid ""
 "*$</code> add these lines: (do it twice, once for each section)"
 msgstr ""
 
-#: wp-cache.php:290
+#: wp-cache.php:293
 msgid "Required to serve compressed supercache files properly."
 msgstr ""
 
-#: wp-cache.php:290
+#: wp-cache.php:293
 msgid ""
 "Required to set caching information on supercache pages. IE7 users will see "
 "old pages without this module."
 msgstr ""
 
-#: wp-cache.php:290
+#: wp-cache.php:293
 msgid ""
 "Set the expiry date on supercached pages. Visitors may not see new pages "
 "when they refresh or leave comments without this module."
 msgstr ""
 
-#: wp-cache.php:297
+#: wp-cache.php:300
 msgid "Missing Apache Modules"
 msgstr ""
 
-#: wp-cache.php:298
+#: wp-cache.php:301
 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."
 msgstr ""
 
-#: wp-cache.php:456
+#: wp-cache.php:459
 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."
 msgstr ""
 
-#: wp-cache.php:547
+#: wp-cache.php:550
 msgid "WP Super Cache Settings"
 msgstr ""
 
-#: wp-cache.php:558
+#: wp-cache.php:561
 msgid ""
 "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
 "Settings Page by default."
 msgstr ""
 
-#: wp-cache.php:569
+#: wp-cache.php:572
 msgid ""
 "Configuration file changed, some values might be wrong. Load the page again "
 "from the \"Settings\" menu to reset them."
 msgstr ""
 
-#: wp-cache.php:594
+#: wp-cache.php:597
 msgid "Caching must be enabled to use this feature"
 msgstr ""
 
-#: wp-cache.php:612 wp-cache.php:743
+#: wp-cache.php:615 wp-cache.php:746
 msgid "Cancel Cache Preload"
 msgstr ""
 
-#: wp-cache.php:620 wp-cache.php:631
+#: wp-cache.php:623 wp-cache.php:634
 msgid "Scheduled preloading of cache cancelled."
 msgstr ""
 
-#: wp-cache.php:657 wp-cache.php:741
+#: wp-cache.php:660 wp-cache.php:744
 msgid "Preload Cache Now"
 msgstr ""
 
-#: wp-cache.php:661
+#: wp-cache.php:664
 msgid "Scheduled preloading of cache in 10 seconds."
 msgstr ""
 
-#: wp-cache.php:666
+#: wp-cache.php:669
 msgid "Scheduled preloading of cache in %d minutes"
 msgstr ""
 
-#: wp-cache.php:670
+#: wp-cache.php:673
 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 "
@@ -379,218 +389,218 @@ msgid ""
 "speed as a metric when judging websites now."
 msgstr ""
 
-#: wp-cache.php:671
+#: wp-cache.php:674
 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."
 msgstr ""
 
-#: wp-cache.php:672
+#: wp-cache.php:675
 msgid ""
 "In &#8217;Preload Mode&#8217; 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."
 msgstr ""
 
-#: wp-cache.php:676
+#: wp-cache.php:679
 msgid ""
 "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
 "minutes.)"
 msgstr ""
 
-#: wp-cache.php:689
+#: wp-cache.php:692
 msgid "all"
 msgstr ""
 
-#: wp-cache.php:702
+#: wp-cache.php:705
 msgid "Preload %s posts."
 msgstr ""
 
-#: wp-cache.php:709
+#: wp-cache.php:712
 msgid ""
 "Preload mode (garbage collection only on legacy cache files. Recommended.)"
 msgstr ""
 
-#: wp-cache.php:712
+#: wp-cache.php:715
 msgid "Send me status emails when files are refreshed."
 msgstr ""
 
-#: wp-cache.php:717
+#: wp-cache.php:720
 msgid "Many emails, 2 emails per 100 posts."
 msgstr ""
 
-#: wp-cache.php:720
+#: wp-cache.php:723
 msgid "Medium, 1 email per 100 posts."
 msgstr ""
 
-#: wp-cache.php:723
+#: wp-cache.php:726
 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
 msgstr ""
 
-#: wp-cache.php:727
+#: wp-cache.php:730
 msgid "Refresh of cache in %d hours %d minutes and %d seconds."
 msgstr ""
 
-#: wp-cache.php:728
+#: wp-cache.php:731
 msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
 msgstr ""
 
-#: wp-cache.php:734
+#: wp-cache.php:737
 msgid "Currently caching from post %d to %d."
 msgstr ""
 
-#: wp-cache.php:738
+#: wp-cache.php:741
 msgid "<strong>Page last cached:</strong> %s"
 msgstr ""
 
-#: wp-cache.php:741
+#: wp-cache.php:744
 msgid "Update Settings"
 msgstr ""
 
-#: wp-cache.php:749
+#: wp-cache.php:752
 msgid ""
 "Preloading of cache disabled. Please disable legacy page caching or talk to "
 "your host administrator."
 msgstr ""
 
-#: wp-cache.php:766 wp-cache.php:862
+#: wp-cache.php:769 wp-cache.php:865
 msgid "Caching"
 msgstr ""
 
-#: wp-cache.php:770
+#: wp-cache.php:773
 msgid "Cache hits to this website for quick access."
 msgstr ""
 
-#: wp-cache.php:770 wp-cache.php:771 wp-cache.php:788 wp-cache.php:793
-#: wp-cache.php:796 wp-cache.php:797 wp-cache.php:810 wp-cache.php:865
+#: wp-cache.php:773 wp-cache.php:774 wp-cache.php:791 wp-cache.php:796
+#: wp-cache.php:799 wp-cache.php:800 wp-cache.php:813 wp-cache.php:868
 msgid "Recommended"
 msgstr ""
 
-#: wp-cache.php:771
+#: wp-cache.php:774
 msgid "Use mod_rewrite to serve cache files."
 msgstr ""
 
-#: wp-cache.php:772
+#: wp-cache.php:775
 msgid "Use PHP to serve cache files."
 msgstr ""
 
-#: wp-cache.php:773
+#: wp-cache.php:776
 msgid "Legacy page caching."
 msgstr ""
 
-#: wp-cache.php:774
+#: wp-cache.php:777
 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."
 msgstr ""
 
-#: wp-cache.php:780
+#: wp-cache.php:783
 msgid "Miscellaneous"
 msgstr ""
 
-#: wp-cache.php:786
+#: wp-cache.php:789
 msgid "Warning! Compression is disabled as gzencode() function not found."
 msgstr ""
 
-#: wp-cache.php:788
+#: wp-cache.php:791
 msgid "Compress pages so they&#8217;re served more quickly to visitors."
 msgstr ""
 
-#: wp-cache.php:789
+#: wp-cache.php:792
 msgid ""
 "Compression is disabled by default because some hosts have problems with "
 "compressed files. Switching it on and off clears the cache."
 msgstr ""
 
-#: wp-cache.php:793
+#: wp-cache.php:796
 msgid ""
 "304 Not Modified browser caching. Indicate when a page has not been modified "
 "since last requested."
 msgstr ""
 
-#: wp-cache.php:794
+#: wp-cache.php:797
 msgid ""
 "304 support is disabled by default because in the past GoDaddy had problems "
 "with some of the headers used."
 msgstr ""
 
-#: wp-cache.php:796
+#: wp-cache.php:799
 msgid ""
 "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
 "comment\">known users</acronym>."
 msgstr ""
 
-#: wp-cache.php:797
+#: wp-cache.php:800
 msgid ""
 "Cache rebuild. Serve a supercache file to anonymous users while a new file "
 "is being generated."
 msgstr ""
 
-#: wp-cache.php:798
+#: wp-cache.php:801
 msgid ""
 "Proudly tell the world your server is Digg proof! (places a message in your "
 "blog&#8217;s footer)"
 msgstr ""
 
-#: wp-cache.php:804 wp-cache.php:1053 wp-cache.php:1559
+#: wp-cache.php:807 wp-cache.php:1056 wp-cache.php:1563
 msgid "Advanced"
 msgstr ""
 
-#: wp-cache.php:808
+#: wp-cache.php:811
 msgid "Mobile device support."
 msgstr ""
 
-#: wp-cache.php:809
+#: wp-cache.php:812
 msgid "Clear all cache files when a post or page is published."
 msgstr ""
 
-#: wp-cache.php:810
+#: wp-cache.php:813
 msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
 msgstr ""
 
-#: wp-cache.php:811
+#: wp-cache.php:814
 msgid "Only refresh current page when comments made."
 msgstr ""
 
-#: wp-cache.php:812
+#: wp-cache.php:815
 msgid "List the newest cached pages on this page."
 msgstr ""
 
-#: wp-cache.php:814
+#: wp-cache.php:817
 msgid ""
 "Coarse file locking. You probably don&#8217;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>"
 msgstr ""
 
-#: wp-cache.php:816
+#: wp-cache.php:819
 msgid ""
 "Late init. Display cached files after WordPress has loaded. Most useful in "
 "legacy mode."
 msgstr ""
 
-#: wp-cache.php:818
+#: wp-cache.php:821
 msgid "Use object cache to store cached files."
 msgstr ""
 
-#: wp-cache.php:818
+#: wp-cache.php:821
 msgid "(Experimental)"
 msgstr ""
 
-#: wp-cache.php:825
+#: wp-cache.php:828
 msgid "Note:"
 msgstr ""
 
-#: wp-cache.php:827
+#: wp-cache.php:830
 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."
 msgstr ""
 
-#: wp-cache.php:828
+#: wp-cache.php:831
 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 "
@@ -598,14 +608,14 @@ msgid ""
 "files are writeable too is probably a good idea!)"
 msgstr ""
 
-#: wp-cache.php:829
+#: wp-cache.php:832
 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\"."
 msgstr ""
 
-#: wp-cache.php:830
+#: wp-cache.php:833
 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 "
@@ -613,27 +623,27 @@ msgid ""
 "have been answered."
 msgstr ""
 
-#: wp-cache.php:833 wp-cache.php:880
+#: wp-cache.php:836 wp-cache.php:883
 msgid "Update Status"
 msgstr ""
 
-#: wp-cache.php:840
+#: wp-cache.php:843
 msgid "Accepted Filenames &amp; Rejected URIs"
 msgstr ""
 
-#: wp-cache.php:865
+#: wp-cache.php:868
 msgid "Caching On"
 msgstr ""
 
-#: wp-cache.php:866
+#: wp-cache.php:869
 msgid "Caching Off"
 msgstr ""
 
-#: wp-cache.php:867
+#: wp-cache.php:870
 msgid "Note: enables PHP caching, cache rebuild, and mobile support"
 msgstr ""
 
-#: wp-cache.php:877
+#: wp-cache.php:880
 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 "
@@ -641,87 +651,87 @@ msgid ""
 "your install and remove the SuperCache rules."
 msgstr ""
 
-#: wp-cache.php:882
+#: wp-cache.php:885
 msgid "Cache Tester"
 msgstr ""
 
-#: wp-cache.php:883
+#: wp-cache.php:886
 msgid "Test your cached website by clicking the test button below."
 msgstr ""
 
-#: wp-cache.php:889
+#: wp-cache.php:892
 msgid "Fetching %s to prime cache: "
 msgstr ""
 
-#: wp-cache.php:891 wp-cache.php:899 wp-cache.php:907
+#: wp-cache.php:894 wp-cache.php:902 wp-cache.php:910
 msgid "OK"
 msgstr ""
 
-#: wp-cache.php:894
+#: wp-cache.php:897
 msgid "Fetching first copy of %s: "
 msgstr ""
 
-#: wp-cache.php:902
+#: wp-cache.php:905
 msgid "Fetching second copy of %s: "
 msgstr ""
 
-#: wp-cache.php:910
+#: wp-cache.php:913
 msgid "One or more page requests failed:"
 msgstr ""
 
-#: wp-cache.php:929 wp-cache.php:930
+#: wp-cache.php:932 wp-cache.php:933
 msgid "Page %d: %d (%s)"
 msgstr ""
 
-#: wp-cache.php:936
+#: wp-cache.php:939
 msgid "Page 1: %s"
 msgstr ""
 
-#: wp-cache.php:937
+#: wp-cache.php:940
 msgid "Page 2: %s"
 msgstr ""
 
-#: wp-cache.php:938
+#: wp-cache.php:941
 msgid "The timestamps on both pages match!"
 msgstr ""
 
-#: wp-cache.php:940
+#: wp-cache.php:943
 msgid "The pages do not match! Timestamps differ or were not found!"
 msgstr ""
 
-#: wp-cache.php:947
+#: wp-cache.php:950
 msgid "Send non-secure (non https) request for homepage"
 msgstr ""
 
-#: wp-cache.php:948
+#: wp-cache.php:951
 msgid "Test Cache"
 msgstr ""
 
-#: wp-cache.php:952
+#: wp-cache.php:955
 msgid "Delete Cached Pages"
 msgstr ""
 
-#: wp-cache.php:953
+#: wp-cache.php:956
 msgid ""
 "Cached pages are stored on your server as html and PHP files. If you need to "
 "delete them use the button below."
 msgstr ""
 
-#: wp-cache.php:956 wp-cache.php:2089 wp-cache.php:2101 wp-cache.php:2264
+#: wp-cache.php:959 wp-cache.php:2093 wp-cache.php:2105 wp-cache.php:2268
 msgid "Delete Cache"
 msgstr ""
 
-#: wp-cache.php:960
+#: wp-cache.php:963
 msgid "Recommended Links and Plugins"
 msgstr ""
 
-#: wp-cache.php:961
+#: wp-cache.php:964
 msgid ""
 "Caching is only one part of making a website faster. Here are some other "
 "plugins that will help:"
 msgstr ""
 
-#: wp-cache.php:962
+#: wp-cache.php:965
 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 "
@@ -729,7 +739,7 @@ msgid ""
 "pages. It does not however join JS/CSS files together."
 msgstr ""
 
-#: wp-cache.php:963
+#: wp-cache.php:966
 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 "
@@ -737,174 +747,168 @@ msgid ""
 "the performance tools online at <a href=\"%s\">GTMetrix</a>."
 msgstr ""
 
-#: wp-cache.php:964
+#: wp-cache.php:967
 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."
 msgstr ""
 
-#: wp-cache.php:966
+#: wp-cache.php:969
 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."
 msgstr ""
 
-#: wp-cache.php:967
+#: wp-cache.php:970
 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."
 msgstr ""
 
-#: wp-cache.php:978
+#: wp-cache.php:981
 msgid "Make WordPress Faster"
 msgstr ""
 
-#: wp-cache.php:979
+#: wp-cache.php:982
 msgid ""
 "%1$s is maintained and developed by %2$s with contributions from many others."
 msgstr ""
 
-#: wp-cache.php:980
+#: wp-cache.php:983
 msgid "He blogs at %1$s and posts photos at %2$s."
 msgstr ""
 
-#: wp-cache.php:981
+#: wp-cache.php:984
 msgid "Please say hi to him on %s too!"
 msgstr ""
 
-#: wp-cache.php:982
+#: wp-cache.php:985
 msgid "Need Help?"
 msgstr ""
 
-#: wp-cache.php:984
+#: wp-cache.php:987
 msgid "<a href=\"%1$s\">Installation Help</a>"
 msgstr ""
 
-#: wp-cache.php:985
+#: wp-cache.php:988
 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
 msgstr ""
 
-#: wp-cache.php:986
+#: wp-cache.php:989
 msgid "<a href=\"%1$s\">Support Forum</a>"
 msgstr ""
 
-#: wp-cache.php:988
+#: wp-cache.php:991
 msgid "Rate This Plugin!"
 msgstr ""
 
-#: wp-cache.php:989
+#: wp-cache.php:992
 msgid ""
 "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
 "or not. It really helps development."
 msgstr ""
 
-#: wp-cache.php:998
+#: wp-cache.php:1001
 msgid "Cached pages since %1$s : <strong>%2$s</strong>"
 msgstr ""
 
-#: wp-cache.php:999
+#: wp-cache.php:1002
 msgid "Newest Cached Pages:"
 msgstr ""
 
-#: wp-cache.php:1003
+#: wp-cache.php:1006
 msgid "Cached %s seconds ago"
 msgstr ""
 
-#: wp-cache.php:1006
+#: wp-cache.php:1009
 msgid "(may not always be accurate on busy sites)"
 msgstr ""
 
-#: wp-cache.php:1025
+#: wp-cache.php:1028
 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."
 msgstr ""
 
-#: wp-cache.php:1026
+#: wp-cache.php:1029
 msgid ""
 "This is strictly an advanced feature only and knowledge of both PHP and "
 "WordPress actions is required to create them."
 msgstr ""
 
-#: wp-cache.php:1036
+#: wp-cache.php:1039
 msgid "Available Plugins"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "Easy"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "CDN"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "Contents"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "Preload"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "Plugins"
 msgstr ""
 
-#: wp-cache.php:1053
+#: wp-cache.php:1056
 msgid "Debug"
 msgstr ""
 
-#: wp-cache.php:1084
+#: wp-cache.php:1091
 msgid ""
 "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
 "href=\"%s\">the main site</a> of this network."
 msgstr ""
 
-#: wp-cache.php:1086
-msgid ""
-"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
-"href=\"%s\">on the main site</a> of this network."
-msgstr ""
-
-#: wp-cache.php:1096
+#: wp-cache.php:1100
 msgid "Mod Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:1102
+#: wp-cache.php:1106
 msgid "WordPress MU Detected"
 msgstr ""
 
-#: wp-cache.php:1102
+#: wp-cache.php:1106
 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."
 msgstr ""
 
-#: wp-cache.php:1104
+#: wp-cache.php:1108
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr ""
 
-#: wp-cache.php:1105
+#: wp-cache.php:1109
 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:"
 msgstr ""
 
-#: wp-cache.php:1107
+#: wp-cache.php:1111
 msgid "Refresh this page when you have updated your .htaccess file."
 msgstr ""
 
-#: wp-cache.php:1111
+#: wp-cache.php:1115
 msgid "Thank you for upgrading."
 msgstr ""
 
-#: wp-cache.php:1111
+#: wp-cache.php:1115
 msgid ""
 "The mod_rewrite rules changed since you last installed this plugin. "
 "Unfortunately you must remove the old supercache rules before the new ones "
@@ -916,11 +920,11 @@ msgid ""
 "brave enough to use them."
 msgstr ""
 
-#: wp-cache.php:1115
+#: wp-cache.php:1119
 msgid "Trailing slash check required."
 msgstr ""
 
-#: wp-cache.php:1115
+#: wp-cache.php:1119
 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 "
@@ -929,41 +933,41 @@ msgid ""
 "and add these two rules to the two groups of Super Cache rules:"
 msgstr ""
 
-#: wp-cache.php:1117
+#: wp-cache.php:1121
 msgid ""
 "You can see where the rules go and examine the complete rules by clicking "
 "the \"View mod_rewrite rules\" link below."
 msgstr ""
 
-#: wp-cache.php:1131
+#: wp-cache.php:1135
 msgid "Mod Rewrite rules updated!"
 msgstr ""
 
-#: wp-cache.php:1132
+#: wp-cache.php:1136
 msgid ""
 "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
 "verify they are correct. They should look like this:"
 msgstr ""
 
-#: wp-cache.php:1134
+#: wp-cache.php:1138
 msgid "Mod Rewrite rules must be updated!"
 msgstr ""
 
-#: wp-cache.php:1135
+#: wp-cache.php:1139
 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:"
 msgstr ""
 
-#: wp-cache.php:1140
+#: wp-cache.php:1144
 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."
 msgstr ""
 
-#: wp-cache.php:1143
+#: wp-cache.php:1147
 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 "
@@ -971,171 +975,171 @@ msgid ""
 "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
 msgstr ""
 
-#: wp-cache.php:1146
+#: wp-cache.php:1150
 msgid "View Mod_Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:1150 wp-cache.php:2380
+#: wp-cache.php:1154 wp-cache.php:2384
 msgid "Rules must be added to %s too:"
 msgstr ""
 
-#: wp-cache.php:1158
+#: wp-cache.php:1162
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr ""
 
-#: wp-cache.php:1165
+#: wp-cache.php:1169
 msgid "Fix Configuration"
 msgstr ""
 
-#: wp-cache.php:1168
+#: wp-cache.php:1172
 msgid "Restore Default Configuration"
 msgstr ""
 
-#: wp-cache.php:1176
+#: wp-cache.php:1180
 msgid ""
 "Comment moderation is enabled. Your comment may take some time to appear."
 msgstr ""
 
-#: wp-cache.php:1201
+#: wp-cache.php:1205
 msgid "Lock Down:"
 msgstr ""
 
-#: wp-cache.php:1201 plugins/awaitingmoderation.php:35
+#: wp-cache.php:1205 plugins/awaitingmoderation.php:35
 #: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
 msgid "Disabled"
 msgstr ""
 
-#: wp-cache.php:1201 plugins/awaitingmoderation.php:34
+#: wp-cache.php:1205 plugins/awaitingmoderation.php:34
 #: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
 msgid "Enabled"
 msgstr ""
 
-#: wp-cache.php:1202
+#: wp-cache.php:1206
 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."
 msgstr ""
 
-#: wp-cache.php:1203
+#: wp-cache.php:1207
 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."
 msgstr ""
 
-#: wp-cache.php:1205
+#: wp-cache.php:1209
 msgid "Sorry. My blog is locked down. Updates will appear shortly"
 msgstr ""
 
-#: wp-cache.php:1209
+#: wp-cache.php:1213
 msgid ""
 "WordPress is locked down. Super Cache static files will not be deleted when "
 "new comments are made."
 msgstr ""
 
-#: wp-cache.php:1211
+#: wp-cache.php:1215
 msgid ""
 "WordPress is not locked down. New comments will refresh Super Cache static "
 "files as normal."
 msgstr ""
 
-#: wp-cache.php:1214 plugins/searchengine.php:61 plugins/searchengine.php:76
+#: wp-cache.php:1218 plugins/searchengine.php:61 plugins/searchengine.php:76
 msgid "Disable"
 msgstr ""
 
-#: wp-cache.php:1214 plugins/searchengine.php:74
+#: wp-cache.php:1218 plugins/searchengine.php:74
 msgid "Enable"
 msgstr ""
 
-#: wp-cache.php:1217
+#: wp-cache.php:1221
 msgid "Lock Down"
 msgstr ""
 
-#: wp-cache.php:1225
+#: wp-cache.php:1229
 msgid "Directly Cached Files"
 msgstr ""
 
-#: wp-cache.php:1283
+#: wp-cache.php:1287
 msgid "%s removed!"
 msgstr ""
 
-#: wp-cache.php:1291 wp-cache.php:1293 plugins/badbehaviour.php:83
+#: wp-cache.php:1295 wp-cache.php:1297 plugins/badbehaviour.php:83
 msgid "Warning!"
 msgstr ""
 
-#: wp-cache.php:1291
+#: wp-cache.php:1295
 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."
 msgstr ""
 
-#: wp-cache.php:1293
+#: wp-cache.php:1297
 msgid ""
 "%s is writable. Please make it readonly after your page is generated as this "
 "is a security risk."
 msgstr ""
 
-#: wp-cache.php:1307
+#: wp-cache.php:1311
 msgid "Existing direct page"
 msgstr ""
 
-#: wp-cache.php:1307
+#: wp-cache.php:1311
 msgid "Delete cached file"
 msgstr ""
 
-#: wp-cache.php:1312
+#: wp-cache.php:1316
 msgid "Add direct page:"
 msgstr ""
 
-#: wp-cache.php:1314
+#: wp-cache.php:1318
 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."
 msgstr ""
 
-#: wp-cache.php:1316
+#: wp-cache.php:1320
 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."
 msgstr ""
 
-#: wp-cache.php:1317
+#: wp-cache.php:1321
 msgid ""
 "Make the textbox blank to remove it from the list of direct pages and delete "
 "the cached file."
 msgstr ""
 
-#: wp-cache.php:1322
+#: wp-cache.php:1326
 msgid "Update Direct Pages"
 msgstr ""
 
-#: wp-cache.php:1360
+#: wp-cache.php:1364
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr ""
 
-#: wp-cache.php:1362
+#: wp-cache.php:1366
 msgid "Expire time:"
 msgstr ""
 
-#: wp-cache.php:1363
+#: wp-cache.php:1367
 msgid "seconds"
 msgstr ""
 
-#: wp-cache.php:1364
+#: wp-cache.php:1368
 msgid "Garbage Collection"
 msgstr ""
 
-#: wp-cache.php:1364
+#: wp-cache.php:1368
 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."
 msgstr ""
 
-#: wp-cache.php:1365
+#: wp-cache.php:1369
 msgid ""
 "Checking for and deleting expired files is expensive, but it&#8217;s "
 "expensive leaving them there too. On a very busy site you should set the "
@@ -1146,77 +1150,77 @@ msgid ""
 "using mod_rewrite or PHP caching."
 msgstr ""
 
-#: wp-cache.php:1366
+#: wp-cache.php:1370
 msgid "Set the expiry time to 0 seconds to disable garbage collection."
 msgstr ""
 
-#: wp-cache.php:1367
+#: wp-cache.php:1371
 msgid "Change Expiration"
 msgstr ""
 
-#: wp-cache.php:1411
+#: wp-cache.php:1415
 msgid "Rejected User Agents"
 msgstr ""
 
-#: wp-cache.php:1412
+#: wp-cache.php:1416
 msgid ""
 "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
 "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
 "cached files are still sent to these agents if they already exists."
 msgstr ""
 
-#: wp-cache.php:1419
+#: wp-cache.php:1423
 msgid "Save UA Strings"
 msgstr ""
 
-#: wp-cache.php:1442
+#: wp-cache.php:1446
 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."
 msgstr ""
 
-#: wp-cache.php:1445
+#: wp-cache.php:1449
 msgid "Single Posts"
 msgstr ""
 
-#: wp-cache.php:1446
+#: wp-cache.php:1450
 msgid "Pages"
 msgstr ""
 
-#: wp-cache.php:1447
+#: wp-cache.php:1451
 msgid "Front Page"
 msgstr ""
 
-#: wp-cache.php:1448
+#: wp-cache.php:1452
 msgid "Home"
 msgstr ""
 
-#: wp-cache.php:1449
+#: wp-cache.php:1453
 msgid "Archives"
 msgstr ""
 
-#: wp-cache.php:1450
+#: wp-cache.php:1454
 msgid "Tags"
 msgstr ""
 
-#: wp-cache.php:1451
+#: wp-cache.php:1455
 msgid "Category"
 msgstr ""
 
-#: wp-cache.php:1452
+#: wp-cache.php:1456
 msgid "Feeds"
 msgstr ""
 
-#: wp-cache.php:1453
+#: wp-cache.php:1457
 msgid "Search Pages"
 msgstr ""
 
-#: wp-cache.php:1455 wp-cache.php:1569
+#: wp-cache.php:1459 wp-cache.php:1573
 msgid "Save"
 msgstr ""
 
-#: wp-cache.php:1472
+#: wp-cache.php:1476
 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 "
@@ -1225,57 +1229,57 @@ msgid ""
 "cache that page."
 msgstr ""
 
-#: wp-cache.php:1478
+#: wp-cache.php:1482
 msgid "Save Strings"
 msgstr ""
 
-#: wp-cache.php:1494
+#: wp-cache.php:1498
 msgid ""
 "Add here those filenames that can be cached, even if they match one of the "
 "rejected substring specified above."
 msgstr ""
 
-#: wp-cache.php:1500
+#: wp-cache.php:1504
 msgid "Save Files"
 msgstr ""
 
-#: wp-cache.php:1541
+#: wp-cache.php:1545
 msgid "Currently logging to: %s"
 msgstr ""
 
-#: wp-cache.php:1544
+#: wp-cache.php:1548
 msgid ""
 "Fix problems with the plugin by debugging it here. It can log them to a file "
 "in your cache directory."
 msgstr ""
 
-#: wp-cache.php:1548
+#: wp-cache.php:1552
 msgid "Debugging"
 msgstr ""
 
-#: wp-cache.php:1548 plugins/awaitingmoderation.php:40
+#: wp-cache.php:1552 plugins/awaitingmoderation.php:40
 #: plugins/badbehaviour.php:71 plugins/searchengine.php:69
 #: plugins/domain-mapping.php:66
 msgid "enabled"
 msgstr ""
 
-#: wp-cache.php:1549
+#: wp-cache.php:1553
 msgid "IP Address"
 msgstr ""
 
-#: wp-cache.php:1549
+#: wp-cache.php:1553
 msgid "(only log requests from this IP address. Your IP is %s)"
 msgstr ""
 
-#: wp-cache.php:1550
+#: wp-cache.php:1554
 msgid "Log level"
 msgstr ""
 
-#: wp-cache.php:1556
+#: wp-cache.php:1560
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr ""
 
-#: wp-cache.php:1559
+#: wp-cache.php:1563
 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 "
@@ -1283,7 +1287,7 @@ msgid ""
 "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
 msgstr ""
 
-#: wp-cache.php:1560
+#: wp-cache.php:1564
 msgid ""
 "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
 "only happen in very rare cases but you can run a simple check once every 5 "
@@ -1291,88 +1295,88 @@ msgid ""
 "emailed if there is a problem."
 msgstr ""
 
-#: wp-cache.php:1562
+#: wp-cache.php:1566
 msgid "Check front page every 5 minutes."
 msgstr ""
 
-#: wp-cache.php:1563
+#: wp-cache.php:1567
 msgid "Front page text"
 msgstr ""
 
-#: wp-cache.php:1563
+#: wp-cache.php:1567
 msgid ""
 "Text to search for on your front page. If this text is missing the cache "
 "will be cleared. Leave blank to disable."
 msgstr ""
 
-#: wp-cache.php:1564
+#: wp-cache.php:1568
 msgid "Clear cache on error."
 msgstr ""
 
-#: wp-cache.php:1565
+#: wp-cache.php:1569
 msgid "Email the blog admin when checks are made. (useful for testing)"
 msgstr ""
 
-#: wp-cache.php:1579
+#: wp-cache.php:1583
 msgid ""
 "Error: GZIP compression is enabled, disable it if you want to enable wp-"
 "cache."
 msgstr ""
 
-#: wp-cache.php:1626 wp-cache.php:1792
+#: wp-cache.php:1630 wp-cache.php:1796
 msgid "Warning"
 msgstr ""
 
-#: wp-cache.php:1626
+#: wp-cache.php:1630
 msgid ""
 "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
 "you disable gzip compression."
 msgstr ""
 
-#: wp-cache.php:1688 wp-cache.php:1693 wp-cache.php:1725 wp-cache.php:1730
-#: wp-cache.php:1736
+#: wp-cache.php:1692 wp-cache.php:1697 wp-cache.php:1729 wp-cache.php:1734
+#: wp-cache.php:1740
 msgid "Error"
 msgstr ""
 
-#: wp-cache.php:1688
+#: wp-cache.php:1692
 msgid ""
-"Your cache directory (<strong>$cache_path</strong>) did not exist and "
-"couldn&#8217;t be created by the web server. Check %s permissions."
+"Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;"
+"t be created by the web server. Check %1$s permissions."
 msgstr ""
 
-#: wp-cache.php:1693
+#: wp-cache.php:1697
 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."
 msgstr ""
 
-#: wp-cache.php:1725
+#: wp-cache.php:1729
 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."
 msgstr ""
 
-#: wp-cache.php:1730
+#: wp-cache.php:1734
 msgid ""
 "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is "
 "not writable by the Web server.Check its permissions."
 msgstr ""
 
-#: wp-cache.php:1736
+#: wp-cache.php:1740
 msgid ""
 "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
 "installation."
 msgstr ""
 
-#: wp-cache.php:1792
+#: wp-cache.php:1796
 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
 msgstr ""
 
-#: wp-cache.php:1793
+#: wp-cache.php:1797
 msgid "1. If it already exists please delete the file first."
 msgstr ""
 
-#: wp-cache.php:1794
+#: wp-cache.php:1798
 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 "
@@ -1380,24 +1384,24 @@ msgid ""
 "again. (Change 777 to 755 in the previous command)"
 msgstr ""
 
-#: wp-cache.php:1795
+#: wp-cache.php:1799
 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
 msgstr ""
 
-#: wp-cache.php:1796
+#: wp-cache.php:1800
 msgid ""
 "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
 "em> doesn&#8217;t exist:"
 msgstr ""
 
-#: wp-cache.php:1797
+#: wp-cache.php:1801
 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>"
 msgstr ""
 
-#: wp-cache.php:1820
+#: wp-cache.php:1824
 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 "
@@ -1406,20 +1410,20 @@ msgid ""
 "true);</code></p>"
 msgstr ""
 
-#: wp-cache.php:1822
+#: wp-cache.php:1826
 msgid ""
 "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
 "code> file and I couldn&#8217;t modify it."
 msgstr ""
 
-#: wp-cache.php:1823
+#: wp-cache.php:1827
 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. "
 msgstr ""
 
-#: wp-cache.php:1827
+#: wp-cache.php:1831
 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."
@@ -1427,283 +1431,283 @@ msgid ""
 "moved up."
 msgstr ""
 
-#: wp-cache.php:1851
+#: wp-cache.php:1855
 msgid "Cache Contents"
 msgstr ""
 
-#: wp-cache.php:1854
+#: wp-cache.php:1858
 msgid "Object cache in use. No cache listing available."
 msgstr ""
 
-#: wp-cache.php:1878
+#: wp-cache.php:1882
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr ""
 
-#: wp-cache.php:1895
+#: wp-cache.php:1899
 msgid "Deleting wp-cache file: <strong>%s</strong><br />"
 msgstr ""
 
-#: wp-cache.php:1960
+#: wp-cache.php:1964
 msgid ""
 "Cache stats are not automatically generated. You must click the link below "
 "to regenerate the stats on this page."
 msgstr ""
 
-#: wp-cache.php:1961
+#: wp-cache.php:1965
 msgid "Regenerate cache stats"
 msgstr ""
 
-#: wp-cache.php:1963
+#: wp-cache.php:1967
 msgid "Cache stats last generated: %s minutes ago."
 msgstr ""
 
-#: wp-cache.php:1969
+#: wp-cache.php:1973
 msgid "WP-Cache"
 msgstr ""
 
-#: wp-cache.php:1970 wp-cache.php:1985
+#: wp-cache.php:1974 wp-cache.php:1989
 msgid "%s Cached Pages"
 msgstr ""
 
-#: wp-cache.php:1971 wp-cache.php:1990
+#: wp-cache.php:1975 wp-cache.php:1994
 msgid "%s Expired Pages"
 msgstr ""
 
-#: wp-cache.php:1984
+#: wp-cache.php:1988
 msgid "WP-Super-Cache"
 msgstr ""
 
-#: wp-cache.php:1994
+#: wp-cache.php:1998
 msgid "Fresh WP-Cached Files"
 msgstr ""
 
-#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
+#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
 msgid "URI"
 msgstr ""
 
-#: wp-cache.php:1995 wp-cache.php:2011
+#: wp-cache.php:1999 wp-cache.php:2015
 msgid "Key"
 msgstr ""
 
-#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
+#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
 msgid "Age"
 msgstr ""
 
-#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
+#: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
 msgid "Delete"
 msgstr ""
 
-#: wp-cache.php:2010
+#: wp-cache.php:2014
 msgid "Stale WP-Cached Files"
 msgstr ""
 
-#: wp-cache.php:2026
+#: wp-cache.php:2030
 msgid "Fresh Super Cached Files"
 msgstr ""
 
-#: wp-cache.php:2042
+#: wp-cache.php:2046
 msgid "Stale Super Cached Files"
 msgstr ""
 
-#: wp-cache.php:2058
+#: wp-cache.php:2062
 msgid "Hide file list"
 msgstr ""
 
-#: wp-cache.php:2060
+#: wp-cache.php:2064
 msgid "Too many cached files, no listing possible."
 msgstr ""
 
-#: wp-cache.php:2062
+#: wp-cache.php:2066
 msgid "List all cached files"
 msgstr ""
 
-#: wp-cache.php:2068
+#: wp-cache.php:2072
 msgid ""
 "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
 "minutes ago<br />"
 msgstr ""
 
-#: wp-cache.php:2069
+#: wp-cache.php:2073
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr ""
 
-#: wp-cache.php:2072
+#: wp-cache.php:2076
 msgid ""
 "Expired files are files older than %s seconds. They are still used by the "
 "plugin and are deleted periodically."
 msgstr ""
 
-#: wp-cache.php:2083
+#: wp-cache.php:2087
 msgid "Delete Expired"
 msgstr ""
 
-#: wp-cache.php:2101
+#: wp-cache.php:2105
 msgid "Delete Super Cache cached files (opens in new window)"
 msgstr ""
 
-#: wp-cache.php:2240
+#: wp-cache.php:2244
 msgid "%1$s is Digg proof thanks to caching by %2$s"
 msgstr ""
 
-#: wp-cache.php:2273
+#: wp-cache.php:2277
 msgid ""
 "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
 "to enable and configure the plugin."
 msgstr ""
 
-#: wp-cache.php:2279
+#: wp-cache.php:2283
 msgid "Settings"
 msgstr ""
 
-#: wp-cache.php:2289
+#: wp-cache.php:2293
 msgid ""
 "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
 "page</a> to enable caching."
 msgstr ""
 
-#: wp-cache.php:2292
+#: wp-cache.php:2296
 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."
 msgstr ""
 
-#: wp-cache.php:2311
+#: wp-cache.php:2315
 msgid "[%s] Front page is gzipped! Please clear cache!"
 msgstr ""
 
-#: wp-cache.php:2311
+#: wp-cache.php:2315
 msgid ""
 "Please visit %s to clear the cache as the front page of your site is now "
 "downloading!"
 msgstr ""
 
-#: wp-cache.php:2314
+#: wp-cache.php:2318
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr ""
 
-#: wp-cache.php:2314
+#: wp-cache.php:2318
 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."
 msgstr ""
 
-#: wp-cache.php:2321
+#: wp-cache.php:2325
 msgid "[%s] Front page is not correct! Please clear cache!"
 msgstr ""
 
-#: wp-cache.php:2321
+#: wp-cache.php:2325
 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\"!"
 msgstr ""
 
-#: wp-cache.php:2324
+#: wp-cache.php:2328
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr ""
 
-#: wp-cache.php:2324
+#: wp-cache.php:2328
 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."
 msgstr ""
 
-#: wp-cache.php:2329
+#: wp-cache.php:2333
 msgid "[%s] Front page check!"
 msgstr ""
 
-#: wp-cache.php:2329
+#: wp-cache.php:2333
 msgid ""
 "WP Super Cache has checked the front page of your blog. Please visit %s if "
 "you would like to disable this."
 msgstr ""
 
-#: wp-cache.php:2372
+#: wp-cache.php:2376
 msgid "Cannot update .htaccess"
 msgstr ""
 
-#: wp-cache.php:2372
+#: wp-cache.php:2376
 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."
 msgstr ""
 
-#: wp-cache.php:2372
+#: wp-cache.php:2376
 msgid "Refresh this page when the file permissions have been modified."
 msgstr ""
 
-#: wp-cache.php:2372
+#: wp-cache.php:2376
 msgid ""
 "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
 "add the following code (before any WordPress rules):"
 msgstr ""
 
-#: wp-cache.php:2376
+#: wp-cache.php:2380
 msgid ""
 "To serve static html files your server must have the correct mod_rewrite "
 "rules added to a file called <code>%s.htaccess</code>"
 msgstr ""
 
-#: wp-cache.php:2377
+#: wp-cache.php:2381
 msgid "You can edit the file yourself add the following rules."
 msgstr ""
 
-#: wp-cache.php:2378
+#: wp-cache.php:2382
 msgid " Make sure they appear before any existing WordPress rules. "
 msgstr ""
 
-#: wp-cache.php:2386
+#: wp-cache.php:2390
 msgid "Update Mod_Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:2511
+#: wp-cache.php:2515
 msgid "[%1$s] Cache Preload Started"
 msgstr ""
 
-#: wp-cache.php:2513
+#: wp-cache.php:2517
 msgid "[%1$s] Refreshing posts from %2$d to %3$d"
 msgstr ""
 
-#: wp-cache.php:2531
+#: wp-cache.php:2535
 msgid "[%1$s] Cache Preload Stopped"
 msgstr ""
 
-#: wp-cache.php:2540
+#: wp-cache.php:2544
 msgid "[%1$s] %2$d posts refreshed"
 msgstr ""
 
-#: wp-cache.php:2540
+#: wp-cache.php:2544
 msgid "Refreshed the following posts:"
 msgstr ""
 
-#: wp-cache.php:2549
+#: wp-cache.php:2553
 msgid "Scheduling next preload refresh in %d minutes."
 msgstr ""
 
-#: wp-cache.php:2559
+#: wp-cache.php:2563
 msgid "[%s] Cache Preload Completed"
 msgstr ""
 
-#: wp-cache.php:2559
+#: wp-cache.php:2563
 msgid "Cleaning up old supercache files."
 msgstr ""
 
-#: wp-cache.php:2601
+#: wp-cache.php:2605
 msgid "[%s] Preload may have stalled."
 msgstr ""
 
-#: wp-cache.php:2601
+#: wp-cache.php:2605
 msgid ""
 "Preload has been restarted.\n"
 "%s"
 msgstr ""
 
-#: wp-cache.php:2644
+#: wp-cache.php:2648
 msgid "Supercache Uninstall Problems"
 msgstr ""
 
-#: wp-cache.php:2644
+#: wp-cache.php:2648
 msgid ""
 "Dear User,\n"
 "\n"
-- 
GitLab