blob: a70059442d8f6f6422512863033c0d2076e00546 (
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
|
# 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
|