# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Daniel Fruyski
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/db-cache-reloaded\n"
"POT-Creation-Date: 2009-12-06 15:40+0000\n"
"PO-Revision-Date: 2011-04-21 14:20+0800\n"
"Last-Translator: neverweep <neverweepwebmaster@gmail.com>\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"
"X-Poedit-Language: Simplified Chinese\n"
"X-Poedit-Country: China\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"

#: db-cache-reloaded.php:157
msgid "<b>DB Cache Reloaded Error:</b> <code>wpdb</code> class is redefined, plugin cannot work!"
msgstr "<b>DB Cache Reloaded 错误：</b> <code>wpdb</code> 类被重定义，插件不能工作！"

#: db-cache-reloaded.php:160
#, php-format
msgid "Previous definition is at %s."
msgstr "前一定义在 %s。"

#: db-cache-reloaded.php:169
#, php-format
msgid "<b>DB Cache Reloaded Info:</b> caching is not enabled. Please go to the <a href=\"%s\">Options Page</a> to enable it."
msgstr "<b>DB Cache Reloaded 信息：</b> 缓存功能没有被开启，请进入 <a href=\"%s\">设置页面</a> 开启。"

#: db-cache-reloaded.php:173
#, php-format
msgid "<b>DB Cache Reloaded Error:</b> DB Module (<code>wpdb</code> class) is not loaded. Please open the <a href=\"%1$s\">Options Page</a>, disable caching (remember to save options) and enable it again. If this will not help, please check <a href=\"%2$s\">FAQ</a> how to do manual upgrade."
msgstr "<b>DB Cache Reloaded 错误：</b>数据库模块 (<code>wpdb</code> 类) 没有被载入。 请打开 <a href=\"%1$s\">设置页面</a>，关闭缓存功能(记得保存设置) 后再开启。如果仍然不起效， 请参考 <a href=\"%2$s\">FAQ</a> 说明手动升级。"

#: db-cache-reloaded.php:186
#, php-format
msgid "<b>DB Cache Reloaded Error:</b> DB Module is not up to date (detected version %1$s instead of %2$s). In order to fix this, please open the <a href=\"%3$s\">Options Page</a>, disable caching (remember to save options) and enable it again."
msgstr "<b>DB Cache Reloaded 错误：</b>数据库模块没有被更新(检测到的版本 %1$s 替代版本 %2$s)。修复此错误，请打开 <a href=\"%3$s\">设置页面</a>，关闭缓存功能(记得保存设置) 后再开启。"

#: db-cache-reloaded.php:251
msgid "Caching activated."
msgstr "缓存功能已开启。"

#: db-cache-reloaded.php:255
msgid "Caching can't be activated. Please <a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">chmod 755</a> <u>wp-content</u> folder"
msgstr "缓存功能不能被开启。请把<u>wp-content</u>目录设置为<a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">chmod 755</a>权限。"

#: db-cache-reloaded.php:272
msgid "Caching deactivated. Cache files deleted."
msgstr "缓存功能被关闭。已删除缓存文件。"

#: db-cache-reloaded.php:330
msgid "<!-- Generated in {timer} seconds. Made {queries} queries to database and {cached} cached queries. Memory used - {memory} -->"
msgstr ""

#: db-cache-reloaded.php:352
msgid "Cache files deleted."
msgstr "已删除缓存文件。"

#: db-cache-reloaded.php:360
msgid "Expired cache files deleted."
msgstr "已删除过期的缓存文件。"

#: db-cache-reloaded.php:399
msgid "Settings saved."
msgstr "设置已被保存。"

#: db-cache-reloaded.php:403
msgid "Settings can't be saved. Please <a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">chmod 755</a> file <u>config.ini</u>"
msgstr "设置不能被保存。请把<u>config.ini</u>文件设置成<a href=\"http://codex.wordpress.org/Changing_File_Permissions\" target=\"blank\">chmod 755</a>权限。"

#: db-cache-reloaded.php:411
msgid "DB Cache Reloaded - Options"
msgstr "DB Cache Reloaded - 设置"

#: db-cache-reloaded.php:413
msgid "Configuration"
msgstr "设置"

#: db-cache-reloaded.php:416
msgid "Enable"
msgstr "开启"

#: db-cache-reloaded.php:419
msgid "Expire a cached query after"
msgstr "缓存文件过期于"

#: db-cache-reloaded.php:420
msgid "minutes. <em>(Expired files are deleted automatically)</em>"
msgstr "分之后。<em>(过期缓存文件将被自动删除)</em>"

#: db-cache-reloaded.php:424
msgid "Additional options"
msgstr "附加设置"

#: db-cache-reloaded.php:427
msgid "Cache filter"
msgstr "缓存过滤器"

#: db-cache-reloaded.php:428
msgid "Do not cache queries that contains this input contents. Divide different filters with '|' (vertical line, e.g. '_posts|_postmeta')"
msgstr "不缓存含有这些标记的内容，标记之间用 '|'分开(如：'_posts|_postmeta')"

#: db-cache-reloaded.php:431
msgid "Load stats template"
msgstr "载入状态模板"

#: db-cache-reloaded.php:432
msgid "It shows resources usage statistics in your template footer. To disable view just leave this field empty.<br/>{timer} - generation time, {queries} - count of queries to DB, {cached} - cached queries, {memory} - memory"
msgstr "在页面底部显示资源使用统计信息，清空以上内容可以关闭此功能。<br/>{timer} - 页面生成时间，{queries} - 数据库查询次数，{cached} - 已缓存的查询, {memory} - 内存使用"

#: db-cache-reloaded.php:436
msgid "Advanced"
msgstr "高级设置"

#: db-cache-reloaded.php:440
msgid "Wrapper Mode uses different method to load DB Module. It is less efficient (at least one query is not cached; some plugins may increase this number) and a bit slower. It allows to use DB Cache Reloaded along with incompatible plugins, which tries to load its own DB Module. You can try it if your cached query count is zero or -1."
msgstr "封装模式使用了不同的方式来缓存数据库查询。这种模式效率较低(至少有一次查询没有被缓存，一些插件可能会增加这个数量)，而且有一点慢。此模式可以最大程度兼容某些需加载数据库模块的插件，当你的缓存数量为\"0\"或\"-1时，你可以试试这种模式。"

#: db-cache-reloaded.php:443
#, php-format
msgid "Wrapper Mode requires at least PHP 5, and you are using PHP %s now. Please read the <a href=\"http://codex.wordpress.org/Switching_to_PHP5\">Switching to PHP5</a> article for information how to switch to PHP 5."
msgstr "封装模式需要PHP 5 或更新的版本，如果你正在使用PHP %，请阅读<a href=\"http://codex.wordpress.org/Switching_to_PHP5\">Switching to PHP5</a>来获取如何切换至PHP 5 的信息。"

#: db-cache-reloaded.php:449
msgid "Wrapper Mode is <strong>Enabled</strong>. In order to disable it, please disable cache first."
msgstr "封装模式已被<strong>开启</strong>。如果想要关闭此功能，请先关闭缓存功能。"

#: db-cache-reloaded.php:451
msgid "Wrapper Mode is <strong>Disabled</strong>. In order to enable it, please disable cache first."
msgstr "封装模式已被<strong>关闭</strong>。如果想要开启此功能，请先关闭缓存功能。"

#: db-cache-reloaded.php:455
msgid "Enable Wrapper Mode"
msgstr "开启封装模式"

#: db-cache-reloaded.php:461
msgid "Save"
msgstr "保存"

#: db-cache-reloaded.php:462
msgid "Clear the cache"
msgstr "清空缓存"

#: db-cache-reloaded.php:463
msgid "Clear the expired cache"
msgstr "清空过期缓存"

#: db-module-wrapper.php:265
#: db-module.php:1383
#, php-format
msgid "<b>DB Cache Reloaded Error:</b> cannot include <code>db-functions.php</code> file. Please either reinstall plugin or remove <code>%s</code> file."
msgstr "<b>DB Cache Reloaded 错误：</b>不能载入<code>db-functions.php</code>文件。请重新安装插件或者删除<code>%s</code>文件。"

#: db-module.php:1302
#, php-format
msgid "<strong>ERROR</strong>: WordPress %s requires MySQL 4.0.0 or higher"
msgstr "<strong>错误</strong>：WordPress %s 需要MySQL 4.0.0 或更高的版本"

#. Plugin Name of an extension
msgid "DB Cache Reloaded"
msgstr ""

#. Plugin URI of an extension
msgid "http://www.poradnik-webmastera.com/projekty/db_cache_reloaded/"
msgstr ""

#. Description of an extension
msgid "The fastest cache engine for WordPress, that produces cache of database queries with easy configuration. (Disable and enable caching after update)"
msgstr "WordPress最快的缓存引擎，只需简单的设置便可以缓存数据库的查询。（升级后关闭再启用插件）"

#. Author of an extension
msgid "Daniel Fruyski"
msgstr ""

#. Author URI of an extension
msgid "http://www.poradnik-webmastera.com/"
msgstr ""

#: db-cache-reloaded.php:419
msgid "DB Cache Reloaded Fix By Ivan - Options"
msgstr "DB Cache Reloaded Fix By Ivan - 设置"

