blob: 52f09a818f73fa8e72acda43d9ca1547f97e55d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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">
|