diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/sanitize.dtd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/l10n-zh-TW/suite/chrome/common/sanitize.dtd b/l10n-zh-TW/suite/chrome/common/sanitize.dtd new file mode 100644 index 0000000000..a12f801c18 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/sanitize.dtd @@ -0,0 +1,28 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY sanitizeDialog.title "清除隱私資料"> +<!ENTITY sanitizeItems.label "立刻清除下列項目:"> + +<!ENTITY itemHistory.label "瀏覽紀錄"> +<!ENTITY itemHistory.accesskey "B"> +<!ENTITY itemUrlBar.label "網址列記錄"> +<!ENTITY itemUrlBar.accesskey "L"> +<!ENTITY itemDownloads.label "下載記錄"> +<!ENTITY itemDownloads.accesskey "D"> +<!ENTITY itemFormSearchHistory.label "已存的表單與搜尋記錄"> +<!ENTITY itemFormSearchHistory.accesskey "F"> +<!ENTITY itemCache.label "快取"> +<!ENTITY itemCache.accesskey "a"> +<!ENTITY itemCookies.label "Cookie"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemOfflineApps.label "離線網站資料"> +<!ENTITY itemOfflineApps.accesskey "O"> +<!ENTITY itemPasswords.label "已存密碼"> +<!ENTITY itemPasswords.accesskey "P"> +<!ENTITY itemSessions.label "已驗證的連線"> +<!ENTITY itemSessions.accesskey "S"> + +<!ENTITY sanitizeButton.label "立刻清除私密記錄"> + |