Files
2010-04-10 18:14:01 -04:00

1341 lines
32 KiB
Plaintext

# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
"POT-Creation-Date: 2010-02-08 14:22+0000\n"
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: plugins/badbehaviour.php:45
msgid "Bad Behaviour not found. Please check your install."
msgstr ""
#: plugins/badbehaviour.php:47 plugins/badbehaviour.php:65
#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:742
msgid "Disable"
msgstr ""
#: plugins/badbehaviour.php:55 plugins/searchengine.php:67
msgid "disabled"
msgstr ""
#: plugins/badbehaviour.php:57 plugins/searchengine.php:69 wp-cache.php:1085
msgid "enabled"
msgstr ""
#: plugins/badbehaviour.php:60
#, php-format
msgid "Bad Behaviour support is %s."
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 ""
#: plugins/badbehaviour.php:63 plugins/searchengine.php:74 wp-cache.php:742
msgid "Enable"
msgstr ""
#: plugins/badbehaviour.php:69 wp-cache.php:819 wp-cache.php:821
msgid "Warning!"
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 ""
#: plugins/searchengine.php:72
msgid ""
"(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
"\">friendsadverts.php</a> too) "
msgstr ""
#: wp-cache.php:87
#, php-format
msgid ""
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
"sample.php"
msgstr ""
#: wp-cache.php:170
msgid "WP Super Cache Manager"
msgstr ""
#: wp-cache.php:172
msgid "Warning! PHP Safe Mode Enabled!"
msgstr ""
#: wp-cache.php:173
msgid ""
"You may experience problems running this plugin because SAFE MODE is enabled."
msgstr ""
#: wp-cache.php:175
msgid ""
"Your server is set up to check the owner of PHP scripts before allowing them "
"to read and write files."
msgstr ""
#: wp-cache.php:176
#, 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 ""
#: wp-cache.php:178
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 ""
#: wp-cache.php:183
msgid "Permlink Structure Error"
msgstr ""
#: wp-cache.php:184
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 ""
#: 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
msgid "Warning! Your hostname \"%s\" resolves to %s"
msgstr ""
#: wp-cache.php:218
#, 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 ""
#: wp-cache.php:219 wp-cache.php:233
#, php-format
msgid ""
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
"readme.txt"
msgstr ""
#: wp-cache.php:232
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-cache.php:243
msgid "Zlib Output Compression Enabled!"
msgstr ""
#: wp-cache.php:244
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 ""
#: wp-cache.php:248
msgid "Mod rewrite may not be installed!"
msgstr ""
#: 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 ""
#: wp-cache.php:254
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
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-cache.php:257
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 ""
#: wp-cache.php:258
msgid "Writeable:"
msgstr ""
#: wp-cache.php:259
msgid "Readonly:"
msgstr ""
#: wp-cache.php:271
#, php-format
msgid "Warning! %s is writeable!"
msgstr ""
#: wp-cache.php:272
#, 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 ""
#: wp-cache.php:361
msgid ""
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
"of the readme file."
msgstr ""
#: wp-cache.php:380
msgid "WP Super Cache Status"
msgstr ""
#: wp-cache.php:383
msgid "ON"
msgstr ""
#: wp-cache.php:383
msgid "WP Cache and Super Cache enabled"
msgstr ""
#: wp-cache.php:384
msgid "HALF ON"
msgstr ""
#: wp-cache.php:384
msgid "Super Cache Disabled, only legacy WP-Cache caching."
msgstr ""
#: wp-cache.php:385
msgid "OFF"
msgstr ""
#: wp-cache.php:385
msgid "WP Cache and Super Cache disabled"
msgstr ""
#: wp-cache.php:386
msgid "Don&#8217;t cache pages for logged in users."
msgstr ""
#: wp-cache.php:387
msgid ""
"Proudly tell the world your server is Digg proof! (places a message in your "
"blog&#8217;s footer)"
msgstr ""
#: 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: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 ""
#: 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 ""
#: 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:394
#, php-format
msgid ""
"Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
msgstr ""
#: wp-cache.php:399
msgid "Mobile rewrite rules detected"
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 ""
#: wp-cache.php:400
msgid ""
"This will have no affect on ordinary users but mobile users will see "
"uncached pages."
msgstr ""
#: wp-cache.php:403
msgid "Rewrite rules must be updated"
msgstr ""
#: wp-cache.php:404
msgid "The rewrite rules required by this plugin have changed or are missing. "
msgstr ""
#: 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 ""
#: wp-cache.php:406
msgid "Set the plugin to half on mode and enable mobile support."
msgstr ""
#: 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 ""
#: 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 ""
#: wp-cache.php:411
msgid "Note:"
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 ""
#: 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 ""
#: wp-cache.php:414
msgid "Use object cache to store cached files."
msgstr ""
#: wp-cache.php:414
msgid "(Experimental)"
msgstr ""
#: wp-cache.php:417
#, 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 ""
#: wp-cache.php:419
msgid "Update Status"
msgstr ""
#: wp-cache.php:426
msgid "Required to serve compressed supercache files properly."
msgstr ""
#: wp-cache.php:426
msgid ""
"Required to set caching information on supercache pages. IE7 users will see "
"old pages without this module."
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 ""
#: wp-cache.php:433
msgid "Missing Apache Modules"
msgstr ""
#: 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 ""
#: wp-cache.php:446
msgid "Make WordPress Faster"
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 ""
#: 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 ""
#: wp-cache.php:450
msgid "Thanks in advance!"
msgstr ""
#: 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:459
msgid "Don&#8217;t show me this again."
msgstr ""
#: wp-cache.php:459
msgid "Hide"
msgstr ""
#: wp-cache.php:462
#, php-format
msgid ""
"%1$s is maintained and developed by %2$s with contributions from many others."
msgstr ""
#: 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 ""
#: wp-cache.php:464
#, php-format
msgid "Please say hi to him on %s too!"
msgstr ""
#: wp-cache.php:473
#, php-format
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
msgstr ""
#: wp-cache.php:474
msgid "Newest Cached Pages:"
msgstr ""
#: wp-cache.php:478
#, php-format
msgid "Cached %s seconds ago"
msgstr ""
#: wp-cache.php:481
msgid "(may not always be accurate on busy sites)"
msgstr ""
#: wp-cache.php:502
msgid "Accepted Filenames &amp; Rejected URIs"
msgstr ""
#: wp-cache.php:527
msgid "Cache Plugins"
msgstr ""
#: wp-cache.php:538 wp-cache.php:549
msgid "Super Cache Compression"
msgstr ""
#: wp-cache.php:539
msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
msgstr ""
#: wp-cache.php:551 wp-cache.php:729
msgid "Enabled"
msgstr ""
#: wp-cache.php:552 wp-cache.php:729
msgid "Disabled"
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:556
msgid "Super Cache compression is now disabled."
msgstr ""
#: wp-cache.php:558
msgid "Super Cache compression is now enabled."
msgstr ""
#: wp-cache.php:560
msgid "Update Compression"
msgstr ""
#: wp-cache.php:567
msgid "Mod Rewrite Rules"
msgstr ""
#: wp-cache.php:614
msgid "WordPress MU Detected"
msgstr ""
#: wp-cache.php:614
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:616
msgid "Mod Rewrite rules cannot be updated!"
msgstr ""
#: wp-cache.php:617
#, 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 ""
#: wp-cache.php:619
msgid "Refresh this page when you have updated your .htaccess file."
msgstr ""
#: wp-cache.php:623
msgid "Thank you for upgrading."
msgstr ""
#: wp-cache.php:623
#, 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 ""
#: wp-cache.php:627
msgid "Trailing slash check required."
msgstr ""
#: wp-cache.php:627
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 ""
#: wp-cache.php:629
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:641
msgid "Cannot update .htaccess"
msgstr ""
#: 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 ""
#: 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 ""
#: 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 ""
#: 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 ""
#: wp-cache.php:652 wp-cache.php:679
#, php-format
msgid "Rules must be added to %s too:"
msgstr ""
#: wp-cache.php:657
msgid "Update Mod_Rewrite Rules"
msgstr ""
#: wp-cache.php:666
msgid "Mod Rewrite rules updated!"
msgstr ""
#: wp-cache.php:667
#, 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 ""
#: wp-cache.php:669
msgid "Mod Rewrite rules must be updated!"
msgstr ""
#: wp-cache.php:670
#, 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 ""
#: wp-cache.php:675
#, 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-cache.php:676
msgid "View Mod_Rewrite Rules"
msgstr ""
#: wp-cache.php:687
#, php-format
msgid "Gzip encoding rules in %s.htaccess created."
msgstr ""
#: wp-cache.php:694
msgid "Fix Configuration"
msgstr ""
#: wp-cache.php:697
msgid "Restore Default Configuration"
msgstr ""
#: wp-cache.php:705
msgid ""
"Comment moderation is enabled. Your comment may take some time to appear."
msgstr ""
#: wp-cache.php:729
msgid "Lock Down:"
msgstr ""
#: wp-cache.php:730
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
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:733
msgid "Sorry. My blog is locked down. Updates will appear shortly"
msgstr ""
#: wp-cache.php:737
msgid ""
"WordPress is locked down. Super Cache static files will not be deleted when "
"new comments are made."
msgstr ""
#: wp-cache.php:739
msgid ""
"WordPress is not locked down. New comments will refresh Super Cache static "
"files as normal."
msgstr ""
#: wp-cache.php:745
msgid "Lock Down"
msgstr ""
#: wp-cache.php:753
msgid "Directly Cached Files"
msgstr ""
#: wp-cache.php:811
#, php-format
msgid "%s removed!"
msgstr ""
#: wp-cache.php:819
#, 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 ""
#: wp-cache.php:821
#, php-format
msgid ""
"%s is writable. Please make it readonly after your page is generated as this "
"is a security risk."
msgstr ""
#: wp-cache.php:835
msgid "Existing direct page"
msgstr ""
#: wp-cache.php:835
msgid "Delete cached file"
msgstr ""
#: wp-cache.php:840
msgid "Add direct page:"
msgstr ""
#: wp-cache.php:842
#, 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 ""
#: wp-cache.php:844
#, 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 ""
#: wp-cache.php:845
msgid ""
"Make the textbox blank to remove it from the list of direct pages and delete "
"the cached file."
msgstr ""
#: wp-cache.php:850
msgid "Update Direct Pages"
msgstr ""
#: wp-cache.php:890
msgid "Expiry Time &amp; Garbage Collection"
msgstr ""
#: wp-cache.php:892
msgid "Expire time:"
msgstr ""
#: wp-cache.php:893
msgid "seconds"
msgstr ""
#: wp-cache.php:894
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."
msgstr ""
#: 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 ""
#: wp-cache.php:896
msgid "Change Expiration"
msgstr ""
#: wp-cache.php:935
msgid "Rejected User Agents"
msgstr ""
#: wp-cache.php:936
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:943
msgid "Save UA Strings"
msgstr ""
#: wp-cache.php:966
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:969
msgid "Single Posts"
msgstr ""
#: wp-cache.php:970
msgid "Pages"
msgstr ""
#: wp-cache.php:971
msgid "Front Page"
msgstr ""
#: wp-cache.php:972
msgid "Home"
msgstr ""
#: wp-cache.php:973
msgid "Archives"
msgstr ""
#: wp-cache.php:974
msgid "Tags"
msgstr ""
#: wp-cache.php:975
msgid "Category"
msgstr ""
#: wp-cache.php:976
msgid "Feeds"
msgstr ""
#: wp-cache.php:977
msgid "Search Pages"
msgstr ""
#: wp-cache.php:979 wp-cache.php:1108
msgid "Save"
msgstr ""
#: wp-cache.php:996
msgid ""
"Add here strings (not a filename) that forces a page not to be cached. For "
"example, if your URLs include year and you dont want to cache last year "
"posts, it&#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:1002
msgid "Save Strings"
msgstr ""
#: wp-cache.php:1018
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
msgid "Save Files"
msgstr ""
#: wp-cache.php:1068
msgid "Debug Settings"
msgstr ""
#: wp-cache.php:1070
msgid "Currently logging to: "
msgstr ""
#: 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: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
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
msgid "IP Address"
msgstr ""
#: wp-cache.php:1088
#, php-format
msgid "(only log requests from this IP address. Your IP is %s)"
msgstr ""
#: wp-cache.php:1089
msgid "Log level"
msgstr ""
#: wp-cache.php:1095
msgid "(1 = less, 5 = more, may cause severe server load.)"
msgstr ""
#: wp-cache.php:1098
msgid "Advanced"
msgstr ""
#: wp-cache.php:1098
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 ""
#: wp-cache.php:1099
#, 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 ""
#: wp-cache.php:1101
msgid "Check front page every 5 minutes."
msgstr ""
#: wp-cache.php:1102
msgid "Front page text"
msgstr ""
#: wp-cache.php:1102
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
msgid "Clear cache on error."
msgstr ""
#: wp-cache.php:1104
msgid "Email the blog admin when checks are made. (useful for testing)"
msgstr ""
#: wp-cache.php:1118
msgid ""
"Error: GZIP compression is enabled, disable it if you want to enable wp-"
"cache."
msgstr ""
#: wp-cache.php:1166 wp-cache.php:1328
msgid "Warning"
msgstr ""
#: wp-cache.php:1166
msgid ""
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
"you disable gzip compression."
msgstr ""
#: wp-cache.php:1224 wp-cache.php:1229 wp-cache.php:1261 wp-cache.php:1266
#: wp-cache.php:1272
msgid "Error"
msgstr ""
#: wp-cache.php:1224
#, 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 ""
#: wp-cache.php:1229
#, 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 ""
#: wp-cache.php:1261
#, 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.php:1266
#, 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 ""
#: wp-cache.php:1272
#, php-format
msgid ""
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
"installation."
msgstr ""
#: wp-cache.php:1328
#, php-format
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
msgstr ""
#: wp-cache.php:1329
msgid "1. If it already exists please delete the file first."
msgstr ""
#: wp-cache.php:1330
#, 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 ""
#: wp-cache.php:1331
#, php-format
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
msgstr ""
#: wp-cache.php:1332
#, php-format
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:1333
#, 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 ""
#: wp-cache.php:1353
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:1354
#, 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 ""
#: wp-cache.php:1357
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 ""
#: wp-cache.php:1379
msgid "Cache Contents"
msgstr ""
#: wp-cache.php:1382
msgid "Object cache in use. No cache listing available."
msgstr ""
#: wp-cache.php:1405
#, php-format
msgid "Deleting supercache file: <strong>%s</strong><br />"
msgstr ""
#: wp-cache.php:1422
#, php-format
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
msgstr ""
#: wp-cache.php:1486
msgid "WP-Cache"
msgstr ""
#: wp-cache.php:1487 wp-cache.php:1500
#, php-format
msgid "%s Cached Pages"
msgstr ""
#: wp-cache.php:1488 wp-cache.php:1502
#, php-format
msgid "%s Expired Pages"
msgstr ""
#: wp-cache.php:1499
msgid "WP-Super-Cache"
msgstr ""
#: wp-cache.php:1507
msgid "Fresh WP-Cached Files"
msgstr ""
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
msgid "URI"
msgstr ""
#: wp-cache.php:1508 wp-cache.php:1524
msgid "Key"
msgstr ""
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
msgid "Age"
msgstr ""
#: wp-cache.php:1508 wp-cache.php:1524 wp-cache.php:1540 wp-cache.php:1556
msgid "Delete"
msgstr ""
#: wp-cache.php:1523
msgid "Stale WP-Cached Files"
msgstr ""
#: wp-cache.php:1539
msgid "Fresh Super Cached Files"
msgstr ""
#: wp-cache.php:1555
msgid "Stale Super Cached Files"
msgstr ""
#: wp-cache.php:1571
msgid "Hide file list"
msgstr ""
#: wp-cache.php:1573
msgid "List all cached files"
msgstr ""
#: wp-cache.php:1579
#, php-format
msgid ""
"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
"minutes ago<br />"
msgstr ""
#: wp-cache.php:1580
#, php-format
msgid "Next GC in <strong>%s</strong> minutes"
msgstr ""
#: wp-cache.php:1582
#, php-format
msgid ""
"Expired files are files older than %s seconds. They are still used by the "
"plugin and are deleted periodically."
msgstr ""
#: wp-cache.php:1592
msgid "Delete Expired"
msgstr ""
#: wp-cache.php:1598 wp-cache.php:1610 wp-cache.php:1769
msgid "Delete Cache"
msgstr ""
#: wp-cache.php:1610
msgid "Delete Super Cache cached files (opens in new window)"
msgstr ""
#: wp-cache.php:1745
#, php-format
msgid "%1$s is Digg proof thanks to caching by %2$s"
msgstr ""
#: wp-cache.php:1778
#, 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-cache.php:1784
msgid "Settings"
msgstr ""
#: wp-cache.php:1794
#, php-format
msgid ""
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
"page</a> to enable caching."
msgstr ""
#: wp-cache.php:1813
#, php-format
msgid "[%s] Front page is gzipped! Please clear cache!"
msgstr ""
#: wp-cache.php:1813
#, php-format
msgid ""
"Please visit %s to clear the cache as the front page of your site is now "
"downloading!"
msgstr ""
#: wp-cache.php:1816
#, php-format
msgid "[%s] Front page is gzipped! Cache Cleared!"
msgstr ""
#: wp-cache.php:1816
#, 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 ""
#: wp-cache.php:1823
#, php-format
msgid "[%s] Front page is not correct! Please clear cache!"
msgstr ""
#: wp-cache.php:1823
#, 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 ""
#: wp-cache.php:1826
#, php-format
msgid "[%s] Front page is not correct! Cache Cleared!"
msgstr ""
#: wp-cache.php:1826
#, 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 ""
#: wp-cache.php:1831
#, php-format
msgid "[%s] Front page check!"
msgstr ""
#: wp-cache.php:1831
#, 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 ""