blob: 10b13d63428793a3669a621f475e060e389c6e41 (
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
|
# 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/.
offline-dialog-window =
.title = 脱机设置
autodetect-online-label =
.label = 自动使用检测到的联机状态
.accesskey = d
offline-preference-startup-label = 启动时手动指定状态:
status-radio-remember =
.label = 记住上次的联机状态
.accesskey = R
status-radio-ask =
.label = 向我询问联机状态
.accesskey = k
status-radio-always-online =
.label = 联机
.accesskey = l
status-radio-always-offline =
.label = 脱机
.accesskey = f
going-online-label = 联机时发送未发送的消息吗?
going-online-auto =
.label = 是
.accesskey = Y
going-online-not =
.label = 否
.accesskey = N
going-online-ask =
.label = 询问我
.accesskey = s
going-offline-label = 切换至脱机状态时下载消息以供脱机使用吗?
going-offline-auto =
.label = 是
.accesskey = e
going-offline-not =
.label = 否
.accesskey = o
going-offline-ask =
.label = 询问我
.accesskey = A
|