diff options
Diffstat (limited to 'l10n-it/mail/chrome/messenger/AccountWizard.dtd')
-rw-r--r-- | l10n-it/mail/chrome/messenger/AccountWizard.dtd | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/l10n-it/mail/chrome/messenger/AccountWizard.dtd b/l10n-it/mail/chrome/messenger/AccountWizard.dtd new file mode 100644 index 0000000000..2d0dc8f227 --- /dev/null +++ b/l10n-it/mail/chrome/messenger/AccountWizard.dtd @@ -0,0 +1,55 @@ +<!-- 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/. --> + +<!-- Entities for AccountWizard --> + +<!ENTITY windowTitle.label "Creazione nuovo account"> +<!ENTITY accountWizard.size "width: 40em; height: 38em;"> + +<!-- Entities for Account Type page --> + +<!-- Entities for Identity page --> + +<!ENTITY identityTitle.label "Identità"> +<!ENTITY identityDesc.label "Ogni account ha una propria identità, cioè l’insieme di informazioni che permettono al destinatario di identificare il mittente."> + +<!-- LOCALIZATION NOTE (fullnameDesc.label) : do not translate two of """ in below line --> +<!ENTITY fullnameDesc.label "Inserire il nome che apparirà nel campo "Da:" dei propri messaggi in uscita"> +<!-- LOCALIZATION NOTE (fullnameExample.label) : use following directions for below line + 1, do not translate two of """ + 2, Use localized full name instead of "John Smith" +--> +<!ENTITY fullnameExample.label "(ad esempio, "Mario Rossi")."> +<!ENTITY fullnameLabel.label "Nome:"> +<!ENTITY fullnameLabel.accesskey "N"> + +<!ENTITY emailLabel.label "Indirizzo email:"> +<!ENTITY emailLabel.accesskey "I"> + +<!-- Entities for Incoming Server page --> + +<!ENTITY incomingTitle.label "Informazioni per il server in entrata"> +<!ENTITY incomingUsername.label "Nome utente:"> +<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line --> +<!ENTITY newsServerNameDesc.label "Inserire il nome del server delle news (NNTP) (ad esempio, "news.mozilla.org")."> +<!ENTITY newsServerLabel.label "Server gruppi discussione:"> +<!ENTITY newsServerLabel.accesskey "S"> + +<!-- Entities for Outgoing Server page --> + +<!-- Entities for Account name page --> + +<!ENTITY accnameTitle.label "Nome account"> +<!-- LOCALIZATION NOTE (accnameDesc.label) : do not translate any """ in below line --> +<!ENTITY accnameDesc.label "Inserire un nome per questo account (ad esempio, "Lavoro", "Casa", oppure "Account gruppi discussione")."> +<!ENTITY accnameLabel.label "Nome account:"> +<!ENTITY accnameLabel.accesskey "N"> + +<!-- Entities for Done (Congratulations) page --> + +<!ENTITY completionTitle.label "Congratulazioni"> +<!ENTITY completionText.label "Verificare la correttezza delle informazioni inserite."> +<!ENTITY newsServerNamePrefix.label "Nome server delle news (NNTP):"> +<!ENTITY clickFinish.label "Fare clic su Fine per salvare queste impostazioni e uscire dalla creazione guidata dell’account."> +<!ENTITY clickFinish.labelMac "Fare clic su Fatto per salvare queste impostazioni e uscire dalla creazione guidata del nuovo account."> |