diff options
Diffstat (limited to 'l10n-en-GB/mail/chrome/messenger/imAccounts.properties')
-rw-r--r-- | l10n-en-GB/mail/chrome/messenger/imAccounts.properties | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/l10n-en-GB/mail/chrome/messenger/imAccounts.properties b/l10n-en-GB/mail/chrome/messenger/imAccounts.properties new file mode 100644 index 0000000000..6db97e92e0 --- /dev/null +++ b/l10n-en-GB/mail/chrome/messenger/imAccounts.properties @@ -0,0 +1,63 @@ +# 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/. + +# LOCALIZATION NOTE (protoOptions): +# %S is replaced by the name of a protocol +protoOptions=%S Options +accountUsername=Username: +# LOCALIZATION NOTE (accountColon): +# This string is used to append a colon after the label of each +# option. It's localizable so that the typography can be adapted. +accountColon=%S: +# LOCALIZATION NOTE (accountUsernameInfo): +# %S is replaced by the name of a protocol +accountUsernameInfo=Please enter the username for your %S account. +# LOCALIZATION NOTE (accountUsernameInfoWithDescription): +# %1$S is a hint for the expected format of the username +# %2$S is the name of a protocol +accountUsernameInfoWithDescription=Please enter the username (%1$S) for your %2$S account. + +# LOCALIZATION NOTE (account.connection.error): +# %S is the error message. +account.connection.error=Error: %S +# LOCALIZATION NOTE (account.connection.errorUnknownPrpl) +# %S is the id (not very user friendly; hence the quotes) of the missing plugin. +account.connection.errorUnknownPrpl=No '%S' protocol plugin. +account.connection.errorEnteringPasswordRequired=Entering a password is required to connect this account. +account.connection.errorCrashedAccount=A crash occurred while connecting this account. +# LOCALIZATION NOTE (account.connection.progress): +# %S is a message indicating progress of the connection process +account.connection.progress=Connecting: %S… +account.connecting=Connecting… +account.connectedForSeconds=Connected for a few seconds. +# LOCALIZATION NOTE (account.connectedFor{Double,Single}, +# account.reconnectIn{Double,Single}): +# Each pair of %S is a number followed by a unit. The units are +# already localized in a downloads.properties file of the toolkit. +account.connectedForDouble=Connected for %1$S %2$S and %3$S %4$S. +account.connectedForSingle=Connected for about %1$S %2$S. +account.reconnectInDouble=Reconnection in %1$S %2$S and %3$S %4$S. +account.reconnectInSingle=Reconnection in %1$S %2$S. + +requestAuthorizeTitle=Authorisation request +# LOCALIZATION NOTE (requestAuthorizeAllow, requestAuthorizeDeny): +# the & symbol indicates the position of the character that should be +# used as the accesskey for this button. +requestAuthorizeAllow=&Allow +requestAuthorizeDeny=&Deny +# LOCALIZATION NOTE (requestAuthorizeText): +# %S is a contact username. +requestAuthorizeText=%S added you to his/her buddy list, do you want to allow him/her to see you? + +accountsManager.notification.button.accessKey=C +accountsManager.notification.button.label=Connect Now +accountsManager.notification.userDisabled.label=You have disabled automatic connections. +accountsManager.notification.safeMode.label=Automatic Connection Settings have been ignored because the application is currently running in Safe-Mode. +accountsManager.notification.startOffline.label=Automatic Connection Settings have been ignored because the application was started in Offline Mode. +accountsManager.notification.crash.label=The last run exited unexpectedly while connecting. Automatic Connections have been disabled to give you an opportunity to Edit your Settings. +# LOCALIZATION NOTE (accountsManager.notification.singleCrash.label): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of accounts that are suspected to have caused a crash. +accountsManager.notification.singleCrash.label=A previous run exited unexpectedly while connecting a new or edited account. It has not been connected so that you can Edit its Settings.;A previous run exited unexpectedly while connecting #1 new or edited accounts. They have not been connected so that you can Edit their Settings. +accountsManager.notification.other.label=Automatic connection has been disabled. |