diff options
Diffstat (limited to 'comm/chat/locales/en-US/accounts.dtd')
-rw-r--r-- | comm/chat/locales/en-US/accounts.dtd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/comm/chat/locales/en-US/accounts.dtd b/comm/chat/locales/en-US/accounts.dtd new file mode 100644 index 0000000000..c555baeede --- /dev/null +++ b/comm/chat/locales/en-US/accounts.dtd @@ -0,0 +1,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 "Accounts - &brandShortName;"> +<!-- Instant messaging account status window for Thunderbird --> +<!ENTITY accountsWindow.title "Instant messaging status"> + +<!ENTITY accountManager.newAccount.label "New Account"> +<!ENTITY accountManager.newAccount.accesskey "N"> +<!ENTITY accountManager.close.label "Close"> +<!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 "No account configured yet"> +<!ENTITY accountManager.noAccount.description "Click on the &accountManager.newAccount.label; button to let &brandShortName; guide you through the process of configuring one."> +<!ENTITY account.autoSignOn.label "Sign-on at startup"> +<!ENTITY account.autoSignOn.accesskey "S"> +<!ENTITY account.connect.label "Connect"> +<!ENTITY account.connect.accesskey "o"> +<!ENTITY account.disconnect.label "Disconnect"> +<!ENTITY account.disconnect.accesskey "i"> +<!ENTITY account.edit.label "Properties"> +<!ENTITY account.edit.accesskey "P"> +<!ENTITY account.cancelReconnection.label "Cancel reconnection"> +<!ENTITY account.cancelReconnection.accesskey "A"> +<!ENTITY account.copyDebugLog.label "Copy Debug Log"> +<!ENTITY account.copyDebugLog.accesskey "C"> +<!ENTITY account.connecting "Connecting…"> +<!ENTITY account.disconnecting "Disconnecting…"> +<!ENTITY account.disconnected "Not Connected"> |