diff options
Diffstat (limited to 'l10n-zh-TW/suite/chrome/common/sanitize.dtd')
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/sanitize.dtd | 68 |
1 files changed, 68 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..ffa1a14aa2 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/sanitize.dtd @@ -0,0 +1,68 @@ +<!-- 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 "清除隱私資料"> + +<!-- LOCALIZATION NOTE (sanitizeDialog.width): width of the Clear Recent + History dialog --> +<!ENTITY sanitizeDialog.width "34em"> + +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" + dropdown. --> +<!ENTITY clearTimeDuration.label "清除時間範圍:"> +<!ENTITY clearTimeDuration.accesskey "T"> +<!ENTITY clearTimeDuration.lastHour "一小時內"> +<!ENTITY clearTimeDuration.last2Hours "兩小時內"> +<!ENTITY clearTimeDuration.last4Hours "四小時內"> +<!ENTITY clearTimeDuration.today "今天"> +<!ENTITY clearTimeDuration.everything "所有歷史記錄"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for + languages that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears + when not all items are selected in the in Clear Private data dialog. --> +<!ENTITY sanitizeSelectedWarning "將清除所有選擇的項目。"> + +<!-- LOCALIZATION NOTE (sanitizeUndoWarning): Second warning + paragraph that always appears. --> +<!ENTITY sanitizeUndoWarning "此動作無法復原。"> + +<!ENTITY sanitizeItems.label "立刻清除下列項目:"> + +<!-- LOCALIZATION NOTE : Try to make sure to not have overlapped accesskeys + with pref-privatedata.dtd. These entities are also used in the private + data preferences dialog. --> +<!ENTITY itemHistory.label "瀏覽紀錄"> +<!ENTITY itemHistory.accesskey "B"> +<!ENTITY itemHistoryS.accesskey "r"> +<!ENTITY itemUrlBar.label "網址列記錄"> +<!ENTITY itemUrlBar.accesskey "L"> +<!ENTITY itemUrlBarS.accesskey "t"> +<!ENTITY itemDownloads.label "下載記錄"> +<!ENTITY itemDownloads.accesskey "D"> +<!ENTITY itemDownloadsS.accesskey "y"> +<!ENTITY itemFormSearchHistory.label "已存的表單與搜尋記錄"> +<!ENTITY itemFormSearchHistory.accesskey "F"> +<!ENTITY itemFormSearchHistoryS.accesskey "m"> +<!ENTITY itemCache.label "快取"> +<!ENTITY itemCache.accesskey "a"> +<!ENTITY itemCacheS.accesskey "e"> +<!ENTITY itemCookies.label "Cookie"> +<!ENTITY itemCookies.accesskey "C"> +<!ENTITY itemCookiesS.accesskey "k"> +<!ENTITY itemOfflineApps.label "離線網站資料"> +<!ENTITY itemOfflineApps.accesskey "O"> +<!ENTITY itemOfflineAppsS.accesskey "i"> +<!ENTITY itemPasswords.label "已存密碼"> +<!ENTITY itemPasswords.accesskey "P"> +<!ENTITY itemPasswordsS.accesskey "v"> +<!ENTITY itemSessions.label "已驗證的連線"> +<!ENTITY itemSessions.accesskey "S"> + +<!ENTITY itemSessionsS.accesskey "u"> + +<!ENTITY itemSitePreferences.label "個別網站設定"> +<!ENTITY itemSitePreferences.accesskey "P"> +<!ENTITY itemSitePreferencesS.accesskey "t"> |