blob: 48d44f10b690c20bf0783230030fd430542d9a9a (
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
|
<!-- 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/. -->
<!-- Account manager window for Instantbird -->
<!ENTITY accounts.title "アカウント - &brandShortName;">
<!-- Instant messaging account status window for Thunderbird -->
<!ENTITY accountsWindow.title "インスタントメッセージの状態">
<!ENTITY accountManager.newAccount.label "新しいアカウント">
<!ENTITY accountManager.newAccount.accesskey "N">
<!ENTITY accountManager.close.label "閉じる">
<!ENTITY accountManager.close.accesskey "l">
<!-- This should match account.commandkey in instantbird.dtd -->
<!ENTITY accountManager.close.commandkey "a">
<!-- This title must be short, displayed with a big font size -->
<!ENTITY accountManager.noAccount.title "アカウントが設定されていません">
<!ENTITY accountManager.noAccount.description "[&accountManager.newAccount.label;] ボタンをクリックし、&brandShortName; に従ってアカウントを設定してください。">
<!ENTITY account.autoSignOn.label "起動時に自動ログインする">
<!ENTITY account.autoSignOn.accesskey "S">
<!ENTITY account.connect.label "接続">
<!ENTITY account.connect.accesskey "o">
<!ENTITY account.disconnect.label "切断">
<!ENTITY account.disconnect.accesskey "i">
<!ENTITY account.edit.label "プロパティ">
<!ENTITY account.edit.accesskey "P">
<!ENTITY account.cancelReconnection.label "再接続をキャンセル">
<!ENTITY account.cancelReconnection.accesskey "A">
<!ENTITY account.copyDebugLog.label "デバッグログをコピー">
<!ENTITY account.copyDebugLog.accesskey "C">
<!ENTITY account.connecting "接続中...">
<!ENTITY account.disconnecting "切断中...">
<!ENTITY account.disconnected "未接続">
|