# Chinese, Traditional translation of Path Cache (6.x-1.3)
# Copyright (c) 2010 by the Chinese, Traditional translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Path Cache (6.x-1.3)\n"
"POT-Creation-Date: 2010-03-04 00:00+0000\n"
"PO-Revision-Date: 2009-10-30 17:23+0000\n"
"Language-Team: Chinese, Traditional\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=1;\n"

msgid "Caching"
msgstr "快取"
msgid "Primary Key: Unique cache ID."
msgstr "主鍵: 唯一的快取 ID 。"
msgid "A collection of data to cache."
msgstr "一堆資料的快取。"
msgid ""
"A Unix timestamp indicating when the cache entry should expire, or 0 "
"for never."
msgstr ""
"一個表示該快取項目何時到期，或是從未逾期 (以 0 "
"表示) 的Unix 時間戳記。"
msgid "A Unix timestamp indicating when the cache entry was created."
msgstr "一個表示該快取項目何時被建立的 Unix 時間戳記。"
msgid "Any custom HTTP headers to be added to cached data."
msgstr "任何自訂的 HTTP 標頭被加入快取資料中。"
msgid "A flag to indicate whether content is serialized (1) or not (0)."
msgstr "一個表示內容是 (1) 否 (0) 曾被序列化的旗標。"
