blob: 66394d82d01baf73afaccd683340567bbecc5e56 (
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
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
|