diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-rm/mail | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-rm/mail')
252 files changed, 15279 insertions, 0 deletions
diff --git a/l10n-rm/mail/all-l10n.js b/l10n-rm/mail/all-l10n.js new file mode 100755 index 0000000000..6e0520e894 --- /dev/null +++ b/l10n-rm/mail/all-l10n.js @@ -0,0 +1,8 @@ +# 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/. + +#filter substitution + +pref("general.useragent.locale", "@AB_CD@"); +pref("spellchecker.dictionary", "@AB_CD@"); diff --git a/l10n-rm/mail/branding/thunderbird/brand.dtd b/l10n-rm/mail/branding/thunderbird/brand.dtd new file mode 100644 index 0000000000..b17ba7860c --- /dev/null +++ b/l10n-rm/mail/branding/thunderbird/brand.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> +<!ENTITY brandShortName "Thunderbird"> +<!ENTITY brandShorterName "Thunderbird"> +<!ENTITY brandFullName "Mozilla Thunderbird"> +<!-- LOCALIZATION NOTE (brandProductName): + This brand name can be used in messages where the product name needs to + remain unchanged across different versions (Daily, Beta, etc.). --> +<!ENTITY brandProductName "Thunderbird"> +<!ENTITY vendorShortName "Mozilla"> +<!ENTITY trademarkInfo.part1 "Mozilla Thunderbird ed ils logos da Thunderbird + èn marcas commerzialas da la Mozilla Foundation."> diff --git a/l10n-rm/mail/branding/thunderbird/brand.ftl b/l10n-rm/mail/branding/thunderbird/brand.ftl new file mode 100644 index 0000000000..52f2d38d59 --- /dev/null +++ b/l10n-rm/mail/branding/thunderbird/brand.ftl @@ -0,0 +1,21 @@ +# 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/. + + +## Thunderbird Brand +## +## Thunderbird must be treated as a brand, and kept in English. +## It cannot be: +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = Thunderbird +-brand-short-name = Thunderbird +-brand-full-name = Mozilla Thunderbird +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Daily, Beta, etc.). +-brand-product-name = Thunderbird +-vendor-short-name = Mozilla diff --git a/l10n-rm/mail/branding/thunderbird/brand.properties b/l10n-rm/mail/branding/thunderbird/brand.properties new file mode 100644 index 0000000000..9dd5011219 --- /dev/null +++ b/l10n-rm/mail/branding/thunderbird/brand.properties @@ -0,0 +1,7 @@ +# 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/. +brandShortName=Thunderbird +brandShorterName=Thunderbird +brandFullName=Mozilla Thunderbird +vendorShortName=Mozilla diff --git a/l10n-rm/mail/chrome/communicator/utilityOverlay.dtd b/l10n-rm/mail/chrome/communicator/utilityOverlay.dtd new file mode 100644 index 0000000000..2d1a1b6a53 --- /dev/null +++ b/l10n-rm/mail/chrome/communicator/utilityOverlay.dtd @@ -0,0 +1,47 @@ +<!-- 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 : FILE This file contains the global menu items --> + +<!ENTITY fileMenu.label "Datoteca"> +<!ENTITY fileMenu.accesskey "D"> +<!ENTITY newMenu.label "Nov"> +<!ENTITY newMenu.accesskey "N"> + +<!ENTITY editMenu.label "Modifitgar"> +<!ENTITY editMenu.accesskey "M"> +<!ENTITY undoCmd.label "Revocar"> +<!ENTITY undoCmd.accesskey "v"> +<!ENTITY redoCmd.label "Restituir"> +<!ENTITY redoCmd.accesskey "s"> +<!ENTITY deleteCmd.label "Stizzar"> +<!ENTITY deleteCmd.accesskey "S"> +<!ENTITY preferencesCmd2.label "Preferenzas"> +<!ENTITY preferencesCmd2.accesskey "e"> +<!ENTITY preferencesCmdUnix.label "Preferenzas"> +<!ENTITY preferencesCmdUnix.accesskey "e"> + +<!ENTITY customizeCmd.label "Persunalisar"> +<!ENTITY customizeCmd.accesskey "l"> + +<!ENTITY viewMenu.label "Vista"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY viewToolbarsMenu.label "Travs da simbols"> +<!ENTITY viewToolbarsMenu.accesskey "T"> +<!ENTITY showTaskbarCmd.label "Trav da status"> +<!ENTITY showTaskbarCmd.accesskey "u"> + +<!ENTITY closeCmd.label "Serrar"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "r"> + +<!ENTITY quitApplicationCmd.label "Terminar"> +<!ENTITY quitApplicationCmd.key "Q"> +<!ENTITY quitApplicationCmd.accesskey "e"> + +<!ENTITY quitApplicationCmdUnix.label "Terminar"> +<!ENTITY quitApplicationCmdUnix.accesskey "e"> + +<!ENTITY quitApplicationCmdMac.label "Terminar &brandShortName;"> +<!ENTITY quitApplicationCmdMac.accesskey "e"> diff --git a/l10n-rm/mail/chrome/messenger-mapi/mapi.properties b/l10n-rm/mail/chrome/messenger-mapi/mapi.properties new file mode 100644 index 0000000000..88ca31372c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-mapi/mapi.properties @@ -0,0 +1,36 @@ +# 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/. + +# Mail Integration Dialog +dialogTitle=%S +dialogText=Duai %S vegnir utilisà sco applicaziun da standard per trametter emails? +newsDialogText=Vuls ti utilisar %S sco applicaziun predefinida per news? +feedDialogText=Vuls ti utilisar %S sco program predefinì per chanals RSS? +checkboxText=Betg pli mussar questa fanestra da dialog +setDefaultMail=%S n'è actualmain betg l'applicaziun predefinida per e-mails. Vuls ti ch'i saja il program dad e-mail predefinì? +setDefaultNews=%S n'è actualmain betg l'applicaziun predefinida per news. Vuls ti ch'i daventia il program da news predefinì? +setDefaultFeed=%S n'è actualmain betg l'applicaziun predefinida per chanals RSS. Vuls ti ch'i daventia il program predefinì per chanals RSS? +alreadyDefaultMail=%S è gia registrà sco applicaziun dad e-mails predefinida. +alreadyDefaultNews=%S è gia registrà sco applicaziun da news predefinida. +alreadyDefaultFeed=%S è gia registrà sco applicaziun da chanals RSS predefinida. + +# MAPI Messages +loginText=Endatescha per plaschair tes pled-clav per %S: +loginTextwithName=Endatescha per plaschair tes num d'utilisader e tes pled-clav +loginTitle=%S +PasswordTitle=%S + +# MAPI Error Messages +errorMessage=Impussibel da registrar %S sco applicaziun dad e-mail predefinida perquai ch'ina clav dal register da sistem n'ha betg pudì vegnir midada. Controllescha (cun agid da tes administratur da sistem) sche ti has il dretg da scriver en il register da tes sistem ed emprova anc ina giada. +errorMessageNews=Impussibel da registrar %S sco applicaziun da news predefinida perquai ch'ina clav dal register da sistem n'ha betg pudì vegnir midada. Controllescha (cun agid da tes administratur da sistem) sche ti has il dretg da scriver en il register da tes sistem ed emprova anc ina giada. +errorMessageTitle=%S + +# MAPI Security Messages +mapiBlindSendWarning=Ina autra applicaziun emprova da trametter in e-mail cun tes profil d'utilisader. Vuls ti propi trametter quest e-mail? +mapiBlindSendDontShowAgain=Adina avertir, sche autras applicaziuns emprovan da trametter e-mails en mes num + +#Default Mail Display String +# localization note, %S is the vendor name +defaultMailDisplayTitle=%S + diff --git a/l10n-rm/mail/chrome/messenger-newsblog/am-newsblog.dtd b/l10n-rm/mail/chrome/messenger-newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..a7efa58224 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-newsblog/am-newsblog.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!ENTITY biffAll.label "Activar las actualisaziuns per tut ils feeds"> +<!ENTITY biffAll.accesskey "A"> + +<!ENTITY newFeedSettings.label "Configuraziun da standard per feeds da novitads"> + +<!ENTITY manageSubscriptions.label "Administrar abunaments…"> +<!ENTITY manageSubscriptions.accesskey "M"> + +<!ENTITY feedWindowTitle.label "Assistent per contos da feed"> +<!ENTITY feeds.accountName "Blogs & feeds da novitads"> diff --git a/l10n-rm/mail/chrome/messenger-newsblog/feed-subscriptions.dtd b/l10n-rm/mail/chrome/messenger-newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..152ce1750a --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-newsblog/feed-subscriptions.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/. --> + +<!-- Subscription Dialog --> +<!ENTITY feedSubscriptions.label "Abunaments da feeds"> +<!ENTITY learnMore.label "Ulteriuras infurmaziuns davart feeds"> + +<!ENTITY feedTitle.label "Titel:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "URL dal feed:"> +<!ENTITY feedLocation.accesskey "U"> +<!ENTITY feedLocation2.placeholder "Endatar in URL valid dal feed"> +<!ENTITY locationValidate.label "Validar"> +<!ENTITY validateText.label "Controllar la validaziun e retschaiver ina URL valida."> + +<!ENTITY feedFolder.label "Memorisar ils artitgels en:"> +<!ENTITY feedFolder.accesskey "S"> + +<!-- Account Settings and Subscription Dialog --> +<!ENTITY biffStart.label "Controllar sch'i dettia novs artitgels mintga "> +<!ENTITY biffStart.accesskey "i"> +<!ENTITY biffMinutes.label "minutas"> +<!ENTITY biffMinutes.accesskey "n"> +<!ENTITY biffDays.label "dis"> +<!ENTITY biffDays.accesskey "d"> +<!ENTITY recommendedUnits.label "L'editur recumonda:"> + +<!ENTITY quickMode.label "Mussar la resumaziun da l'artitgel empè da chargiar la website"> +<!ENTITY quickMode.accesskey "h"> + +<!ENTITY autotagEnable.label "Crear automaticamain etichettas cun ils nums da la <categoria> dal feed"> +<!ENTITY autotagEnable.accesskey "c"> +<!ENTITY autotagUsePrefix.label "Prefix per las etichettas:"> +<!ENTITY autotagUsePrefix.accesskey "P"> +<!ENTITY autoTagPrefix.placeholder "Endatescha il prefix per las etichettas"> + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Agiuntar"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.verifyFeed.label "Verifitgar"> +<!ENTITY button.verifyFeed.accesskey "V"> +<!ENTITY button.updateFeed.label "Actualisar"> +<!ENTITY button.updateFeed.accesskey "U"> +<!ENTITY button.removeFeed.label "Allontanar"> +<!ENTITY button.removeFeed.accesskey "l"> +<!ENTITY button.importOPML.label "Import"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Export"> +<!ENTITY button.exportOPML.accesskey "E"> +<!ENTITY button.exportOPML.tooltip "Exportar ils feeds cun la structura dad ordinaturs; clicca cun ctrl u smatga la tasta enter cun ctrl per exportar ils feeds sco glista"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Serrar"> diff --git a/l10n-rm/mail/chrome/messenger-newsblog/newsblog.properties b/l10n-rm/mail/chrome/messenger-newsblog/newsblog.properties new file mode 100644 index 0000000000..7ae67c816f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-newsblog/newsblog.properties @@ -0,0 +1,93 @@ +# 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/. + +subscribe-validating-feed=Verifitgar il feed… +subscribe-cancelSubscription=Vuls ti propi interrumper dad abunar il feed actual? +subscribe-cancelSubscriptionTitle=Abunar in feed… +subscribe-feedAlreadySubscribed=Ti has fingià abunà quest feed. +subscribe-errorOpeningFile=Betg pussaivel dad avrir la datoteca. +subscribe-feedAdded=Agiuntà il feed. +subscribe-feedUpdated=Actualisà il feed. +subscribe-feedMoved=Spustà l'abunament dal feed. +subscribe-feedCopied=Copià l'abunament dal feed. +subscribe-feedRemoved=Annullà l'abunament dal feed. +subscribe-feedNotValid=Questa URL dal feed n'è betg in feed valid. +subscribe-feedVerified=L'URL dal feed è vegnì verifitgà. +subscribe-networkError=Impussibel da chattar la URL dal feed. Controllescha il num ed emprova danovamain. +subscribe-noAuthError=L'URL dal feed n'è betg autorisà. +subscribe-loading=Chargiar, spetgar per plaschair… + +subscribe-OPMLImportTitle=Tscherna ina datoteca dad OPML per importar +## LOCALIZATION NOTE(subscribe-OPMLExportTitleList): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleList=Exportar %S sco datoteca OPML - Glista da feeds +## LOCALIZATION NOTE(subscribe-OPMLExportTitleStruct): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleStruct=Exportar %S sco datoteca OMPL - Feeds cun structura dad ordinaturs +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): +## %1$S is the brandShortName, %2$S is the name of the feed account folder name. +subscribe-OPMLExportFileDialogTitle=%1$S - Export OPML - %2$S +## LOCALIZATION NOTE(subscribe-OPMLExportDefaultFileName): +## %1$S is the brandShortName (Thunderbird for example), %2$S is the account name. +## The default extension (.opml) is added here as it is not automatically appended in the file picker on MacOS. +subscribe-OPMLExportDefaultFileName=MesFeedsDa%1$S-%2$S.opml +## LOCALIZATION NOTE(subscribe-OPMLImportInvalidFile): %S is the name of the OPML file the user tried to import. +subscribe-OPMLImportInvalidFile=La datoteca %S na para betg dad esser ina datoteca OPML valida. +## LOCALIZATION NOTE(subscribe-OPMLImportFeedCount): Semi-colon list of plural forms. +## See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +## #1 is the count of new imported entries. +subscribe-OPMLImportFeedCount=Importà #1 feed nov.;Importà #1 feeds novs. +## LOCALIZATION NOTE(subscribe-OPMLImportUniqueFeeds): Semi-colon list of plural forms. +## #1 is the count of new imported entries +subscribe-OPMLImportUniqueFeeds=Importà #1 feed nov che ti n'avevas anc betg abunà;Importà #1 feeds novs che ti n'avevas anc betg abunà +## LOCALIZATION NOTE(subscribe-OPMLImportFoundFeeds): +## #1 is total number of elements found in the file +subscribe-OPMLImportFoundFeeds=(dad #1 endataziun chattada);(da #1 endataziuns chattadas) +## LOCALIZATION NOTE(subscribe-OPMLImportStatus): +## This is the concatenation of the two strings defined above to compose 1 sentence. +## %1$S = subscribe-OPMLImportUniqueFeeds +## %2$S = subscribe-OPMLImportFoundFeeds +subscribe-OPMLImportStatus=%1$S %2$S. + +subscribe-OPMLExportOPMLFilesFilterText=Datotecas OPML +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. +subscribe-OPMLExportDone=Ils feeds da quest conto èn vegnids exportads en %S. + +subscribe-confirmFeedDeletionTitle=Allontanar feed +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=Vuls ti propi allontanar l'abunament dal feed: \n %S? + +## LOCALIZATION NOTE(subscribe-gettingFeedItems): +## - The first %S is the number of articles processed so far; +## - The second %S is the total number of items +subscribe-gettingFeedItems=Telechargiar artitgels dal feed (%S da %S)… + +newsblog-noNewArticlesForFeed=Quest feed n'ha nagins novs artitgels. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=Impussibel da chattar %S. Controllescha per plaschair il num ed emprova anc ina giada. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S n'è betg in feed valid. +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +newsblog-badCertError=%S utilisescha in certificat da segirezza nunvalid. +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-noAuthError=%S n'è betg autorisà. +newsblog-getNewMsgsCheck=Tschertgar en ils feeds per novs elements… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blogs & feeds da novitads + +## LOCALIZATION NOTE(externalAttachmentMsg): Content in the MIME part for external link attachments. +externalAttachmentMsg=Questa agiunta MIME è memorisada separà dal messadi. + +## Import wizard. +ImportFeedsCreateNewListItem=* Nov conto * +ImportFeedsNewAccount=Crear ed importar en in nov conto da feeds +ImportFeedsExistingAccount=Importar en in conto da feeds existent +## LOCALIZATION NOTE(ImportFeedsDone): +## - The first %S is the import file name; +## - The second %S is the value of either ImportFeedsNew or ImportFeedsExisting; +## - The third %S is the feed account name. +ImportFeedsNew=nov +ImportFeedsExisting=existent +ImportFeedsDone=L'import dad abunaments da feeds da la datoteca %1$S en il conto %2$S '%3$S' è terminà. diff --git a/l10n-rm/mail/chrome/messenger-region/region.properties b/l10n-rm/mail/chrome/messenger-region/region.properties new file mode 100755 index 0000000000..9c8f3e0e3c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-region/region.properties @@ -0,0 +1,34 @@ +# 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/. + +# Search engine order (order displayed in the search bar) +browser.search.order.1=Google +browser.search.order.2=Yahoo +browser.search.order.3=Bing + +# To make mapit buttons to disappear in the addressbook, specify empty string. For example: +# mail.addr_book.mapit_url.format= +# The mail.addr_book.mapit_url.format should start with the URL of the mapping +# service and then the query part with placeholders to be subsituted from values +# from the addressbook contact's address. +# Available placeholders are: +# @A1 == address, part 1 +# @A2 == address, part 2 +# @CI == city +# @ST == state +# @ZI == zip code +# @CO == country +# Default map service: +mail.addr_book.mapit_url.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +# List of available map services (up to 5 can be defined here): +mail.addr_book.mapit_url.1.name=Google Maps +mail.addr_book.mapit_url.1.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +mail.addr_book.mapit_url.2.name=OpenStreetMap +mail.addr_book.mapit_url.2.format=http://nominatim.openstreetmap.org/search.php?polygon=1&q=@A1%2C@A2%2C@CI%2C@ST%2C@ZI%2C@CO + +mailnews.messageid_browser.url=http://groups.google.com/search?as_umsgid=%mid + +# Recognize non-standard versions of "Re:" in subjects from localized versions of MS Outlook et al. +# Specify a comma-separated list without spaces. For example: mailnews.localizedRe=AW,SV +mailnews.localizedRe=AW diff --git a/l10n-rm/mail/chrome/messenger-smime/certFetchingStatus.dtd b/l10n-rm/mail/chrome/messenger-smime/certFetchingStatus.dtd new file mode 100644 index 0000000000..f8dc1a862c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/certFetchingStatus.dtd @@ -0,0 +1,9 @@ +<!-- 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 shown while obtaining certificates from a directory --> + +<!ENTITY title.label "Telechargiar certificats"> +<!ENTITY info.message "Tschertgar certificats dal destinatur en l'ordinatur. Quai po cuzzar in pèr minutas."> +<!ENTITY stop.label "Interrumper da tschertgar"> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd b/l10n-rm/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd new file mode 100644 index 0000000000..885713ae7d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgCompSMIMEOverlay.dtd @@ -0,0 +1,39 @@ +<!-- 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 msgCompSMIMEOverlay.dtd UI for s/mime hooks in message composition --> + +<!ENTITY menu_securityDoNotEncrypt.label "Betg criptar"> +<!ENTITY menu_securityDoNotEncrypt.accesskey "g"> + +<!-- not yet used +<!ENTITY menu_securityEncryptOptional.label "Allow Encryption"> +<!ENTITY menu_securityEncryptOptional.accesskey "w"> +--> + +<!ENTITY menu_securityEncryptRequire2.label "Pretender criptadi"> +<!ENTITY menu_securityEncryptRequire.accesskey "E"> + +<!ENTITY menu_securitySign.label "Suttascriver digitalmain quest messadi"> +<!ENTITY menu_securitySign.accesskey "M"> + +<!ENTITY menu_securityAttachMyKey.label "Agiuntar mia clav publica"> +<!ENTITY menu_securityAttachMyKey.accesskey "A"> + +<!ENTITY menu_securityTech.label "Tecnologia da criptadi"> +<!ENTITY menu_securityTech.accesskey "T"> + +<!ENTITY menu_techPGP.label "OpenPGP"> +<!ENTITY menu_techPGP.accesskey "O"> +<!ENTITY menu_techSMIME.label "S/MIME"> +<!ENTITY menu_techSMIME.accesskey "S"> + +<!ENTITY menu_securityStatus.label "Mussar infurmaziuns da segirezza"> +<!ENTITY menu_securityStatus.accesskey "I"> + +<!ENTITY securityButton.label "Segirezza"> +<!ENTITY securityButton.tooltip "Vesair u modifitgar configuraziuns da segirezza"> + +<!ENTITY menu_viewSecurityStatus.label "Infurmaziuns da segirezza dal messadi"> +<!ENTITY menu_viewSecurityStatus.accesskey "I"> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd b/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd new file mode 100644 index 0000000000..2c71e978be --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.dtd @@ -0,0 +1,18 @@ +<!-- 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 msgCompSecurityInfo.dtd UI for viewing security status when composing a message --> + +<!ENTITY title.label "Segirezza dal messadi"> +<!ENTITY subject.plaintextWarning "Attenziun: Lingias d'object dad e-mails na vegnan mai criptadas."> +<!ENTITY status.heading "Il cuntegn da tes messadi vegn tramess suandantamain:"> +<!ENTITY status.signed "Suttascrit digitalmain:"> +<!ENTITY status.encrypted "Criptà:"> +<!ENTITY status.certificates "Certificats:"> +<!ENTITY view.label "Mussar"> +<!ENTITY view.accesskey "M"> +<!ENTITY tree.recipient "Destinatur"> +<!ENTITY tree.status "Status"> +<!ENTITY tree.issuedDate "Emess"> +<!ENTITY tree.expiresDate "Scada ils"> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.properties b/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.properties new file mode 100644 index 0000000000..6e26b46d99 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgCompSecurityInfo.properties @@ -0,0 +1,13 @@ +# 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/. + +StatusNotFound=Betg chattà +StatusValid=Valid +StatusExpired=Scrudà +StatusUntrusted=Betg fidà +StatusRevoked=Clamà enavos +StatusInvalid=Nunvalid +StatusYes=Gea +StatusNo=Na +StatusNotPossible=Impussibel diff --git a/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd b/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd new file mode 100644 index 0000000000..8309dc0009 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.dtd @@ -0,0 +1,8 @@ +<!-- 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 msgReadSMIMEOverlay.dtd UI for s/mime hooks in message reading --> + +<!ENTITY menu_securityStatus.label "Infurmaziuns da segirezza dal messadi"> +<!ENTITY menu_securityStatus.accesskey "I"> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties b/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties new file mode 100644 index 0000000000..905c691080 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgReadSMIMEOverlay.properties @@ -0,0 +1,11 @@ +# 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/. + +ImapOnDemand=Il messadi mussà è suttascrit digitalmain, ma anc n'èn betg tut sias agiuntas vegnidas telechargiadas. Perquai na po la suttascripziun betg vegnir validada. Clicca sin OK per telechargiar l'entir messadi e validar la suttascripziun. +# +#NOTE To translater, anything between %..% and <..> should not be translated. +# the former will be replaced by java script, and the latter is HTML formatting. +# +CantDecryptTitle=%brand% na po betg decriptar quest messadi +CantDecryptBody=Il speditur ha criptà quest messadi a ti cun in da tes certificats digitals. Tuttina n'ha %brand% betg pudì chattar quest certificat e la clav privata correspundenta. <br> Soluziuns pussaivlas: <br><ul><li>Sche ti possedas ina smartcard, lura inserescha ussa per plaschair ella. <li>Sche ti utiliseschas in auter computer u in auter profil da %brand%, stos ti restaurar tes certificat e la clav privata correspundenta cun agid d'ina copia da segirezza. Copias da segirezza da certificats han per ordinari la finiziun ".p12".</ul> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd b/l10n-rm/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd new file mode 100644 index 0000000000..a817e40d06 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgReadSecurityInfo.dtd @@ -0,0 +1,17 @@ +<!-- 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 msgReadSecurityInfo.dtd UI for viewing security status when reading a received message --> + +<!ENTITY status.label "Segirezza dal messadi"> +<!ENTITY signatureCert.label "Vesair il certificat da suttascripziun"> +<!ENTITY encryptionCert.label "Vesair il certificat da criptaziun"> + +<!ENTITY signer.name "Suttascrit da:"> +<!ENTITY recipient.name "Criptà per:"> +<!ENTITY email.address "Adressa dad e-mail:"> +<!ENTITY issuer.name "Certificat emess da:"> + +<!-- LOCALIZATION NOTE(SMIME.label): This a name for a technical standard. You should not translate it, but if applicable, you may write it using localized characters. --> +<!ENTITY SMIME.label "S/MIME"> diff --git a/l10n-rm/mail/chrome/messenger-smime/msgSecurityInfo.properties b/l10n-rm/mail/chrome/messenger-smime/msgSecurityInfo.properties new file mode 100644 index 0000000000..6c1ef1904c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger-smime/msgSecurityInfo.properties @@ -0,0 +1,36 @@ +# 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/. + +## Signature Information strings +SINoneLabel=Il messadi na cuntegna nagina suttascripziun digitala +SINone=Quest messadi n'includa nagina suttascripziun digitala dal speditur. Perquai na po betg vegnir garantì ch'il messadi è vegnì tramess dal speditur supponì. Igl è imaginabel ch'il messadi è vegnì modifitgà durant la transmissiun en la rait u en l'internet. Dentant n'èn quests cas betg fitg probabels. +SIValidLabel=Il messadi è suttascrit +SIValid=Quest messadi includa ina suttascripziun digitala valida. Il messadi n'è betg vegnì modifitgà dapi ch'el è vegnì tramess. +SIInvalidLabel=La suttascripziun digitala è nunvalida +SIInvalidHeader=Quest messadi includa ina suttascripziun digitala, ma la suttascripziun è nunvalida. +SIContentAltered=La suttascripziun na correspunda betg correctamain al cuntegn dal messadi. Il messadi para dad esser vegnì modifitgà dapi ch'il speditur ha suttascrit el. Ti na duessas betg ta fidar da la valaivladad dal messadi fin che ti n'has betg controllà il cuntegn cun il speditur. +SIExpired=Il certificat ch'è vegnì utilisà per suttascriver il messadi para dad esser scadì. Controllescha sche l'ura e la data da tes computer èn messas endretg. +SIRevoked=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì revocà. Ti na duessas betg ta fidar da la valaivladad da quest messadi fin che ti n'has betg verifitgà il cuntegn cun il speditur. +SINotYetValid=Il certificat ch'è vegnì utilisà per suttascriver il messadi para da betg anc esser valaivel. Controllescha sche l'ura e la data da tes computer èn messas endretg. +SIUnknownCA=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì emess dad in post da certificaziun nunenconuschent. +SIUntrustedCA=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì emess dad in post da certificaziun dal qual ti na ta fidas betg per quest tip da certificats. +SIExpiredCA=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì emess dad in post da certificaziun che dovra in agen certificat ch'è scadì. Controllescha sche l'ura e la data da tes computer èn messas endretg. +SIRevokedCA=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì emess dad in post da certificaziun che dovra in agen certificat ch'è vegnì revocà. Ti na duessas betg ta fidar da la valaivladad da quest messadi fin che ti n'has betg verifitgà il cuntegn cun il speditur. +SINotYetValidCA=Il certificat ch'è vegnì utilisà per suttascriver il messadi è vegnì emess dad in post da certificaziun che dovra in agen certificat che n'è anc betg valaivel. Controllescha sche l'ura e la data da tes computer èn messas endretg. +SIInvalidCipher=Il messadi è vegnì suttascrit cun in nivel da criptaziun che questa versiun da tes program na sustegna betg. +SIClueless=I dat problems nunenconuschents cun questa suttascripziun digitala. Ti na duessas betg ta fidar da la valaivladad da quest messadi fin che ti n'has betg verifitgà il cuntegn cun il speditur. +SIPartiallyValidLabel=Il messadi è suttascrit +SIPartiallyValidHeader=Schebain che la suttascripziun digitala è valida, n'èsi betg pussaivel dad eruir sch'il speditur ed il signatari èn la medema persuna. +SIHeaderMismatch=L'adressa dad e-mail en il certificat dal signatari na correspunda betg a l'adressa cun la quala il messadi è vegnì scrit. Guarda per plaschair ils detagls dal certificat da suttascripziun per vegnir a savair tgi che ha suttascrit il messadi. +SICertWithoutAddress=Il certificat ch'è vegnì utilisà per suttascriver il messadi na cuntegna nagina adressa dad e-mail. Guarda per plaschair ils detagls dal certificat da suttascripziun per vegnir a savair tgi che ha suttascrit il messadi. + +## Encryption Information strings +EINoneLabel2=Il messadi n'è betg criptà +EINone=Quest messadi n'è betg vegnì criptà avant che trametter. Dad infurmaziuns tramessas senza criptaziun per internet pon autras persunas prender invista durant ch'ellas vegnan transmessas. +EIValidLabel=Il messadi è criptà +EIValid=Quest messadi è vegnì criptà avant ch'el è vegnì tramess a tai. La criptaziun evitescha per gronda part che autras persunas possian prender invista da las infurmaziuns transmessas per internet/ per rait. +EIInvalidLabel=Impussibel da decriptar quest messadi +EIInvalidHeader=Quest messadi è vegnì criptà avant ch'el è vegnì tramess a tai, ma el na po betg vegnir decriptà. +EIContentAltered=I para ch'il cuntegn dal messadi è vegnì modifitgà durant la transmissiun. +EIClueless=I dat problems nunenconuschents cun quest messadi criptà. diff --git a/l10n-rm/mail/chrome/messenger/AccountManager.dtd b/l10n-rm/mail/chrome/messenger/AccountManager.dtd new file mode 100644 index 0000000000..341573ce44 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/AccountManager.dtd @@ -0,0 +1,37 @@ +<!-- 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/. --> + +<!-- extracted from AccountManager.xhtml --> + +<!ENTITY accountManagerTitle.label "Parameters dal conto"> +<!ENTITY accountManagerCloseButton.label "Serrar"> + +<!ENTITY accountActionsButton.label "Acziuns da conto"> +<!ENTITY accountActionsButton.accesskey "A"> +<!ENTITY addMailAccountButton.label "Agiuntar in conto dad e-mail…"> +<!ENTITY addMailAccountButton.accesskey "A"> +<!ENTITY addIMAccountButton.label "Agiuntar in conto da chat…"> +<!ENTITY addIMAccountButton.accesskey "C"> +<!ENTITY addFeedAccountButton.label "Agiuntar in conto da feeds…"> +<!ENTITY addFeedAccountButton.accesskey "F"> +<!ENTITY addOtherAccountButton.label "Agiuntar in auter conto…"> +<!ENTITY addOtherAccountButton.accesskey "O"> +<!ENTITY setDefaultButton.label "Definir sco standard"> +<!ENTITY setDefaultButton.accesskey "D"> +<!ENTITY removeButton.label "Allontanar il conto"> +<!ENTITY removeButton.accesskey "R"> + +<!ENTITY addonsButton.label "Extensiuns & designs"> + +<!-- AccountManager.xhtml --> +<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the account + setting dialog, which specifies the width and height in em units of the dialog. + Localizers ONLY can increase these widths if they are having difficulty getting + panel content to fit. + 1ch = The width of the "0" (ZERO, U+0030) glyph for the current font. + 1em = The height of the font. + XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct size of + this window for en-US. --> +<!ENTITY accountManager.size "width: 125ch; height: 49em;"> +<!ENTITY accountTree.width "width: 35ch;"> diff --git a/l10n-rm/mail/chrome/messenger/AccountWizard.dtd b/l10n-rm/mail/chrome/messenger/AccountWizard.dtd new file mode 100644 index 0000000000..0742d07b83 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/AccountWizard.dtd @@ -0,0 +1,128 @@ +<!-- 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 "Assistent per contos"> +<!ENTITY accountWizard.size "width: 40em; height: 38em;"> + +<!-- Entities for Account Type page --> + +<!ENTITY accountSetupInfo2.label "Per retschaiver messadis stos ti l'emprim crear in conto."> +<!ENTITY accountTypeTitle.label "Installaziun dal nov conto"> +<!ENTITY accountTypeDesc2.label "Quest assistent ta gida da ramassar las infurmaziuns necessarias per installar in conto. Sche ti na conuschas betg las infurmaziuns dumandadas, contactescha per palschair tes administratur dal sistem u tes provider da servetschs d'internet."> +<!ENTITY accountTypeDirections.label "Tscherna tge tip da conto che ti vul installar:"> +<!ENTITY accountTypeMail.label "Conto d'e-mail"> +<!ENTITY accountTypeMail.accesskey "m"> +<!ENTITY accountTypeNews.label "Conto da gruppas da discussiun"> +<!ENTITY accountTypeNews.accesskey "C"> + +<!-- LOCALIZATION NOTE(accountTypeMovemail.label): do not translate 'Movemail' --> +<!ENTITY accountTypeMovemail.label "Unix Mailspool (Movemail)"> +<!ENTITY accountTypeMovemail.accesskey "U"> + +<!-- Entities for Identity page --> + +<!ENTITY identityTitle.label "Identitad"> +<!ENTITY identityDesc.label "Mintga conto ha ina identitad ch'è l'infurmaziuns che identifitgescha tai sche auters retschaivan tes messadis."> + +<!-- LOCALIZATION NOTE (fullnameDesc.label) : do not translate two of """ in below line --> +<!ENTITY fullnameDesc.label "Endatescha il num che duai cumparair en il champ "Da" dals messadis che ti tramettas"> +<!-- 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 "(per exempel "Gion Cadieli")."> +<!ENTITY fullnameLabel.label "Tes num:"> +<!ENTITY fullnameLabel.accesskey "n"> + +<!ENTITY emailLabel.label "Adressa d'e-mail:"> +<!ENTITY emailLabel.accesskey "E"> + +<!-- Entities for Incoming Server page --> + +<!ENTITY incomingTitle.label "Infurmaziuns dal server d'entrada"> +<!ENTITY incomingServerTypeDesc.label "Tscherna il tip da server d'entrada che ti utiliseschas."> +<!-- LOCALIZATION NOTE (imapType.label) : Do not translate "IMAP" in below line --> +<!ENTITY imapType.label "IMAP"> +<!ENTITY imapType.accesskey "I"> +<!-- LOCALIZATION NOTE (popType.label) : Do not translate "POP" in below line --> +<!ENTITY popType.label "POP"> +<!ENTITY popType.accesskey "P"> +<!ENTITY leaveMsgsOnSrvr.label "Laschar ils messadis sin il server"> +<!ENTITY leaveMsgsOnSrvr.accesskey "L"> +<!ENTITY portNum.label "Port:"> +<!ENTITY portNum.accesskey "o"> +<!ENTITY defaultPortLabel.label "Standard:"> +<!ENTITY defaultPortValue.label ""> +<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line --> +<!ENTITY incomingServer.description "Endatescha il num da tes server d'entrada (per exempel "pop.gmail.com")."> +<!ENTITY incomingServer.label "Server d'entrada:"> +<!ENTITY incomingServer.accesskey "S"> +<!-- LOCALIZATION NOTE (incomingUsername.description) : do not translate ""jsmith"" in below line --> +<!ENTITY incomingUsername.description "Endatescha il num d'utilisader per il server d'entrada che ti has retschavì da tes purschider dad e-mail (per exempel "jsmith")."> +<!ENTITY incomingUsername.label "Num d'utilisader:"> +<!ENTITY incomingUsername.accesskey "U"> +<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line --> +<!ENTITY newsServerNameDesc.label "Endatescha il num da tes server da novitads (NNTP) (per exempel, "news.exempel.ch")."> +<!ENTITY newsServerLabel.label "Server da novitads:"> +<!ENTITY newsServerLabel.accesskey "S"> + +<!-- Entities for Outgoing Server page --> + +<!ENTITY outgoingTitle.label "Infurmaziuns dal server da sortida"> +<!-- LOCALIZATION NOTE (outgoingServer.description) : Do not translate "SMTP" and ""smtp.example.net"" in below line --> +<!ENTITY outgoingServer.description "Endatescha il num da tes server da sortida (SMTP) (per exempel "smtp.example.net")."> +<!ENTITY outgoingServer.label "Server da sortida:"> +<!ENTITY outgoingServer.accesskey "s"> +<!ENTITY outgoingUsername.description "Endatescha il num d'utilisader per il server da sortida che ti has retschavì da tes purschider dad e-mail (quai è per ordinari il medem sco il num d'utilisader dal server d'entrada)."> +<!ENTITY outgoingUsername.label "Num d'utilisader dal server da sortida:"> +<!ENTITY outgoingUsername.accesskey "U"> + +<!-- LOCALIZATION NOTE (modifyOutgoing.suffix) : This string will be appended after each of + haveSmtp1.suffix3, haveSmtp2.suffix3, haveSmtp3.suffix3 . +--> +<!ENTITY modifyOutgoing.suffix "Ti pos midar il server per messadis che sortan en ils parameters dal conto."> +<!-- LOCALIZATION NOTE (haveSmtp1.prefix and haveSmtp1.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp1.prefix and haveSmtp1.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp1.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp1.prefix "Tes server existent per messadis che sortan (SMTP), ""> +<!ENTITY haveSmtp1.suffix3 "", vegn a vegnir utilisà. "> +<!-- LOCALIZATION NOTE (haveSmtp2.prefix and haveSmtp2.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp2.prefix and haveSmtp2.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp2.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp2.prefix "Tes num d'utilisader existent dal server SMTP (per messadis che sortan), ""> +<!ENTITY haveSmtp2.suffix3 "", vegn a vegnir utilisà."> +<!-- LOCALIZATION NOTE (haveSmtp3.prefix and haveSmtp3.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp3.prefix and haveSmtp3.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp3.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp3.prefix "Tes server per messadis che sortan (SMTP), ""> +<!ENTITY haveSmtp3.suffix3 "", è identic cun il server per messadis che entran, tes num d'utilisader dal server per messadis che entran vegn utilisà per l'acceder."> + +<!-- Entities for Account name page --> + +<!ENTITY accnameTitle.label "Num dal conto"> +<!-- LOCALIZATION NOTE (accnameDesc.label) : do not translate any """ in below line --> +<!ENTITY accnameDesc.label "Endatescha in num per il conto cun il qual el duai cumparair en il program (per exempel "Conto da la lavur", "Conto privat" u "Conto da news")."> +<!ENTITY accnameLabel.label "Num dal conto:"> +<!ENTITY accnameLabel.accesskey "A"> + +<!-- Entities for Done (Congratulations) page --> + +<!ENTITY completionTitle.label "Gratulaziun!"> +<!ENTITY completionText.label "Controllescha per plaschair sche las infurmaziuns sutvart èn correctas."> +<!ENTITY serverTypePrefix.label "Tip dal server per messadis che entran:"> +<!ENTITY serverNamePrefix.label "Num dal server per messadis che entran:"> +<!ENTITY smtpServerNamePrefix.label "Num dal server per messadis che sortan (SMTP):"> +<!ENTITY newsServerNamePrefix.label "Num dal server da news (NNTP):"> +<!ENTITY downloadOnLogin.label "Ussa telechargiar ils messadis"> +<!ENTITY downloadOnLogin.accesskey "D"> +<!ENTITY deferStorageDesc.label "Deactivescha questa chaschetta da controlla per memorisar ils e-mails da quest conto en in agen ordinatur da posta entrada. Autramain vegnan ils e-mails da quest conto memorisads en la posta entrada globala dals ordinaturs locals."> +<!ENTITY deferStorage.label "Utilisar la posta entrada globala (memorisar ils e-mails en ils ordinaturs locals)"> +<!ENTITY deferStorage.accesskey "G"> +<!ENTITY clickFinish.label "Clicca sin "Terminar" per memorisar quests parameters e serrar l'assistent da contos."> +<!ENTITY clickFinish.labelMac "Clicca sin "Terminar" per memorisar quests parameters e serrar l'assistent da contos."> diff --git a/l10n-rm/mail/chrome/messenger/CustomHeaders.dtd b/l10n-rm/mail/chrome/messenger/CustomHeaders.dtd new file mode 100644 index 0000000000..a1fb42e7ad --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/CustomHeaders.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY window.title "Persunalisar ils chaus-pagina"> +<!ENTITY addButton.label "Agiuntar"> +<!ENTITY addButton.accesskey "A"> +<!ENTITY removeButton.label "Allontanar"> +<!ENTITY removeButton.accesskey "R"> +<!ENTITY newMsgHeader.label "Nov chau-pagina da messadi:"> +<!ENTITY newMsgHeader.accesskey "N"> diff --git a/l10n-rm/mail/chrome/messenger/FilterEditor.dtd b/l10n-rm/mail/chrome/messenger/FilterEditor.dtd new file mode 100644 index 0000000000..78454e6cae --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/FilterEditor.dtd @@ -0,0 +1,68 @@ +<!-- 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/. --> + +<!ENTITY window.title "Modifitgar il filter"> +<!ENTITY filterEditorDialog.dimensions "width: 100ch;"> +<!ENTITY filterName.label "Num dal filter:"> +<!ENTITY filterName.accesskey "i"> + +<!ENTITY junk.label "Nungiavischà"> +<!ENTITY notJunk.label "Betg nungiavischà"> + +<!ENTITY lowestPriorityCmd.label "Il pli bass"> +<!ENTITY lowPriorityCmd.label "Bass"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY highPriorityCmd.label "Aut"> +<!ENTITY highestPriorityCmd.label "Il pli aut"> + +<!ENTITY contextDesc.label "Applitgar il filter cun:"> +<!ENTITY contextIncomingMail.label "Retschaiver e-mails:"> +<!ENTITY contextIncomingMail.accesskey "R"> +<!ENTITY contextManual.label "Exequir manualmain"> +<!ENTITY contextManual.accesskey "R"> +<!ENTITY contextBeforeCls.label "Filtrar avant la classificaziun sco (nun-)giavischà"> +<!ENTITY contextAfterCls.label "Filtrar suenter la classificaziun sco (nun-)giavischà"> +<!ENTITY contextOutgoing.label "Suenter trametter"> +<!ENTITY contextOutgoing.accesskey "S"> +<!ENTITY contextArchive.label "Archivar"> +<!ENTITY contextArchive.accesskey "A"> + +<!ENTITY contextPeriodic.accesskey "e"> + +<!ENTITY filterActionDesc.label "Exequir questas acziuns:"> +<!ENTITY filterActionDesc.accesskey "E"> + +<!ENTITY filterActionOrderWarning.label "Avis: Las acziuns da filtrar vegnan exequidas en in'autra successiun."> +<!ENTITY filterActionOrder.label "Vesair la successiun d'execuziun"> + +<!-- New Style Filter Rule Actions --> +<!ENTITY moveMessage.label "Spustar messadi a"> +<!ENTITY copyMessage.label "Copiar messadi a"> +<!ENTITY forwardTo.label "Transmetter il messadi a"> +<!ENTITY replyWithTemplate.label "Respunder cun il model"> +<!ENTITY markMessageRead.label "Marcar sco legì"> +<!ENTITY markMessageUnread.label "Marcar sco nunlegì"> +<!ENTITY markMessageStarred.label "Segnar"> +<!ENTITY setPriority.label "Midar prioritad tar"> +<!ENTITY addTag.label "Agiuntar ina etichetta"> +<!ENTITY setJunkScore.label "Definir il status nungiavischà cun"> +<!ENTITY deleteMessage.label "Stizzar il messadi"> +<!ENTITY deleteFromPOP.label "Stizzar dal server POP"> +<!ENTITY fetchFromPOP.label "Telechargiar dal server POP"> +<!ENTITY ignoreThread.label "Ignorar il tema"> +<!ENTITY ignoreSubthread.label "Ignorar il suttema"> +<!ENTITY watchThread.label "Observar il tema"> +<!ENTITY stopExecution.label "Fermar l'execuziun dal filter"> + +<!ENTITY addAction.tooltip "Agiuntar ina nova acziun"> +<!ENTITY removeAction.tooltip "Allontanar questa acziun"> + +<!-- LOCALIZATION NOTE + The values below are used to control the widths of the filter action widgets. + Change the values only when the localized strings in the popup menus + are truncated in the widgets. + --> +<!-- Flex Attribute: https://developer.mozilla.org/docs/XUL/Attribute/flex --> +<!ENTITY filterActionTypeFlexValue "1"> +<!ENTITY filterActionTargetFlexValue "4"> diff --git a/l10n-rm/mail/chrome/messenger/FilterListDialog.dtd b/l10n-rm/mail/chrome/messenger/FilterListDialog.dtd new file mode 100644 index 0000000000..f88303eb2e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/FilterListDialog.dtd @@ -0,0 +1,43 @@ +<!-- 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/. --> + +<!ENTITY window.title "Filters da messadi"> +<!ENTITY nameColumn.label "Num dal filter"> +<!ENTITY activeColumn.label "Activà"> +<!ENTITY newButton.label "Nov…"> +<!ENTITY newButton.accesskey "N"> +<!ENTITY newButton.popupCopy.label "Copiar…"> +<!ENTITY newButton.popupCopy.accesskey "C"> +<!ENTITY editButton.label "Modifitgar…"> +<!ENTITY editButton.accesskey "M"> +<!ENTITY deleteButton.label "Stizzar"> +<!ENTITY deleteButton.accesskey "z"> +<!ENTITY reorderTopButton "Plazzar sisum"> +<!ENTITY reorderTopButton.accessKey "i"> +<!ENTITY reorderTopButton.toolTip "Spustar il filter uschia ch'el vegn exequì avant tut ils auters"> +<!ENTITY reorderUpButton.label "Ensi"> +<!ENTITY reorderUpButton.accesskey "E"> +<!ENTITY reorderDownButton.label "Engiu"> +<!ENTITY reorderDownButton.accesskey "g"> +<!ENTITY reorderBottomButton "Plazzar giusut"> +<!ENTITY reorderBottomButton.accessKey "u"> +<!ENTITY reorderBottomButton.toolTip "Spustar il filter uschia ch'el vegn exequì suenter tut ils auters"> +<!ENTITY filterHeader.label "Filters activads vegnan exequids automaticamain en la suandanta successiun."> +<!ENTITY filtersForPrefix.label "Filters per:"> +<!ENTITY filtersForPrefix.accesskey "F"> +<!ENTITY viewLogButton.label "Protocol da filters"> +<!ENTITY viewLogButton.accesskey "L"> +<!ENTITY runFilters.label "Exequir ussa"> +<!ENTITY runFilters.accesskey "R"> +<!ENTITY stopFilters.label "Fermar"> +<!ENTITY stopFilters.accesskey "F"> +<!ENTITY folderPickerPrefix.label "Exequir ils filters tschernids en:"> +<!ENTITY folderPickerPrefix.accesskey "c"> +<!ENTITY helpButton.label "Agid"> +<!ENTITY helpButton.accesskey "A"> +<!ENTITY closeCmd.key "W"> +<!ENTITY searchBox.emptyText "Tschertgar filters tenor num…"> + + + diff --git a/l10n-rm/mail/chrome/messenger/SearchDialog.dtd b/l10n-rm/mail/chrome/messenger/SearchDialog.dtd new file mode 100644 index 0000000000..cb77152c75 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/SearchDialog.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- for SearchDialog.xul --> +<!ENTITY searchHeading.label "Retschertgar ils messadis en:"> +<!ENTITY searchHeading.accesskey "h"> +<!ENTITY searchSubfolders.label "Retschertgar ils sutordinaturs"> +<!ENTITY searchSubfolders.accesskey "e"> +<!ENTITY searchOnServer.label "Tschertgar sin il server"> +<!ENTITY searchOnServer.accesskey "T"> +<!ENTITY resetButton.label "Nova tschertga"> +<!ENTITY resetButton.accesskey "N"> +<!ENTITY openButton.label "Avrir"> +<!ENTITY openButton.accesskey "v"> +<!ENTITY deleteButton.label "Stizzar"> +<!ENTITY deleteButton.accesskey "z"> +<!ENTITY searchDialogTitle.label "Tschertgar messadis"> +<!ENTITY results.label "Resultats"> +<!ENTITY moveButton.label "Spustar en"> +<!ENTITY moveButton.accesskey "t"> +<!ENTITY closeCmd.key "W"> +<!ENTITY openInFolder.label "Avrir en l'ordinatur"> +<!ENTITY openInFolder.accesskey "A"> +<!ENTITY saveAsVFButton.label "Memorisar sco ordinatur virtual"> +<!ENTITY saveAsVFButton.accesskey "M"> + +<!-- for ABSearchDialog.xul --> +<!ENTITY abSearchHeading.label "Tschertgar en:"> +<!ENTITY abSearchHeading.accesskey "h"> +<!ENTITY propertiesButton.label "Caracteristicas"> +<!ENTITY propertiesButton.accesskey "t"> +<!ENTITY composeButton.label "Scriver"> +<!ENTITY composeButton.accesskey "v"> +<!ENTITY deleteCardButton.label "Stizzar"> +<!ENTITY deleteCardButton.accesskey "S"> +<!ENTITY abSearchDialogTitle.label "Tschertga avanzada en il cudeschet d'adressas"> + diff --git a/l10n-rm/mail/chrome/messenger/aboutDialog.dtd b/l10n-rm/mail/chrome/messenger/aboutDialog.dtd new file mode 100644 index 0000000000..2582970c5a --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/aboutDialog.dtd @@ -0,0 +1,113 @@ +<!ENTITY aboutDialog.title "Davart &brandFullName;"> + +<!-- LOCALIZATION NOTE (update.*): +# These strings are also used in the update pane of preferences. +# See about:preferences#advanced. +--> +<!-- LOCALIZATION NOTE (update.checkForUpdatesButton.*, update.updateButton.*): +# Only one button is present at a time. +# The button when displayed is located directly under the Thunderbird version in +# the about dialog. +--> +<!ENTITY update.checkForUpdatesButton.label "Tschertgar actualisaziuns"> +<!ENTITY update.checkForUpdatesButton.accesskey "C"> +<!ENTITY update.updateButton.label3 "Reaviar per actualisar &brandShorterName;"> +<!ENTITY update.updateButton.accesskey "R"> + + +<!-- LOCALIZATION NOTE (warningDesc.version): This is a warning about the experimental nature of Nightly builds. It is only shown in this version. --> +<!ENTITY warningDesc.version "&brandShortName; è experimental e pudess esser instabel."> +<!-- LOCALIZATION NOTE (warningDesc.telemetryDesc): This is a notification that Nightly builds automatically send Telemetry data back to Mozilla. It is only shown in this version. "It" refers to brandShortName. --> +<!ENTITY warningDesc.telemetryDesc "Il program trametta automaticamain infurmaziuns davart la prestaziun, la hardware, l'utilisaziun e la persunalisaziun a &vendorShortName; per gidar a meglierar &brandShortName;."> + +<!-- LOCALIZATION NOTE (community.exp.*) This paragraph is shown in "experimental" builds, i.e. Nightly builds, instead of the other "community.*" strings below. --> +<!ENTITY community.exp.start ""> +<!-- LOCALIZATION NOTE (community.exp.mozillaLink): This is a link title that links to https://www.mozilla.org/. --> +<!ENTITY community.exp.mozillaLink "&vendorShortName;"> +<!ENTITY community.exp.middle " è ina "> +<!-- LOCALIZATION NOTE (community.exp.creditslink): This is a link title that links to about:credits. --> +<!ENTITY community.exp.creditsLink "communitad globala"> +<!ENTITY community.exp.end " che lavura communablamain per che l'internet resta avert, public ed accessibel a tuts."> + +<!ENTITY community.start2 "&brandShortName; vegn sviluppà da "> +<!-- LOCALIZATION NOTE (community.mozillaLink): This is a link title that links to https://www.mozilla.org/. --> +<!ENTITY community.mozillaLink "&vendorShortName;"> +<!ENTITY community.middle2 ", ina "> +<!-- LOCALIZATION NOTE (community.creditsLink): This is a link title that links to about:credits. --> +<!ENTITY community.creditsLink "communitad globala"> +<!ENTITY community.end3 " che lavura communablamain per che l'internet resta avert, public ed accessibel a tuts."> + +<!ENTITY helpus.start "Vuls gidar? "> +<!-- LOCALIZATION NOTE (helpus.donateLink): This is a link title that links to the thunderbird donation page --> +<!ENTITY helpus.donateLink "Fa ina donaziun"> +<!ENTITY helpus.middle " u "> +<!-- LOCALIZATION NOTE (helpus.getInvolvedLink): This is a link title that links to https://www.thunderbird.net/get-involved/. --> +<!ENTITY helpus.getInvolvedLink "ta participescha!"> +<!ENTITY helpus.end ""> + +<!ENTITY releaseNotes.link "Remartgas davart la versiun"> + +<!-- LOCALIZATION NOTE (bottomLinks.license): This is a link title that links to about:license. --> +<!ENTITY bottomLinks.license "Infurmaziuns davart la licenza"> + +<!-- LOCALIZATION NOTE (bottomLinks.rights): This is a link title that links to about:rights. --> +<!ENTITY bottomLinks.rights "Dretgs da l'utilisader"> + +<!-- LOCALIZATION NOTE (bottomLinks.privacy): This is a link title that links to https://www.mozilla.org/legal/privacy/. --> +<!ENTITY bottomLinks.privacy "Directivas per la protecziun da datas"> + +<!-- LOCALIZATION NOTE (update.checkingForUpdates): try to make the localized text short (see bug 596813 for screenshots). --> +<!ENTITY update.checkingForUpdates "Tschertgar actualisaziuns disponiblas…"> +<!-- LOCALIZATION NOTE (update.noUpdatesFound): try to make the localized text short (see bug 596813 for screenshots). --> +<!ENTITY update.noUpdatesFound "&brandShortName; è actual"> +<!-- LOCALIZATION NOTE (update.adminDisabled): try to make the localized text short (see bug 596813 for screenshots). --> +<!ENTITY update.adminDisabled "La funcziun dad actualisaziuns è deactivada da tes administratur da sistem"> +<!-- LOCALIZATION NOTE (update.otherInstanceHandlingUpdates): try to make the localized text short --> +<!ENTITY update.otherInstanceHandlingUpdates "&brandShortName; vegn actualisà d'ina autra instanza"> + +<!-- LOCALIZATION NOTE (update.failed.start,update.failed.linkText,update.failed.end): + update.failed.start, update.failed.linkText, and update.failed.end all go into + one line with linkText being wrapped in an anchor that links to a site to download + the latest version of Firefox (e.g. https://www.firefox.com). As this is all in + one line, try to make the localized text short (see bug 596813 for screenshots). --> +<!ENTITY update.failed.start "L'actualisaziun n'è betg reussida. "> +<!ENTITY update.failed.linkText "Telechargiar la versiun actuala"> +<!ENTITY update.failed.end ""> + +<!-- LOCALIZATION NOTE (update.manual.start,update.manual.end): update.manual.start and update.manual.end + all go into one line and have an anchor in between with text that is the same as the link to a site + to download the latest version of Firefox (e.g. https://www.firefox.com). As this is all in one line, + try to make the localized text short (see bug 596813 for screenshots). --> +<!ENTITY update.manual.start "Telechargiar la "> +<!ENTITY update.manual.linkText "versiun pli nova"> +<!ENTITY update.manual.end ""> + +<!-- LOCALIZATION NOTE (update.unsupported.start,update.unsupported.linkText,update.unsupported.end): + update.unsupported.start, update.unsupported.linkText, and + update.unsupported.end all go into one line with linkText being wrapped in + an anchor that links to a site to provide additional information regarding + why the system is no longer supported. As this is all in one line, try to + make the localized text short (see bug 843497 for screenshots). --> +<!ENTITY update.unsupported.start "Sin quest sistem na pon naginas actualisaziuns vegnir exequidas pli. "> +<!ENTITY update.unsupported.linkText "Ulteriuras infurmaziuns"> +<!ENTITY update.unsupported.end ""> + +<!-- LOCALIZATION NOTE (update.downloading.start,update.downloading.end): update.downloading.start and + update.downloading.end all go into one line, with the amount downloaded inserted in between. As this + is all in one line, try to make the localized text short (see bug 596813 for screenshots). The — is + the "em dash" (long dash). + example: Downloading update — 111 KB of 13 MB --> +<!ENTITY update.downloading.start "L'actualisaziun vegn telechargiada — "> +<!ENTITY update.downloading.end ""> + +<!ENTITY update.applying "Applitgar l'actualisaziun…"> + +<!ENTITY update.restarting "Reaviar…"> + +<!-- LOCALIZATION NOTE (channel.description.start,channel.description.end): channel.description.start and + channel.description.end create one sentence, with the current channel label inserted in between. + example: You are currently on the _Stable_ update channel. --> +<!ENTITY channel.description.start "Ti retschaivas actualmain las actualisaziuns dal chanal "> +<!ENTITY channel.description.end ". "> + +<!ENTITY cmdCloseMac.commandKey "w"> diff --git a/l10n-rm/mail/chrome/messenger/aboutDownloads.dtd b/l10n-rm/mail/chrome/messenger/aboutDownloads.dtd new file mode 100644 index 0000000000..504251b067 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/aboutDownloads.dtd @@ -0,0 +1,24 @@ +<!-- 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/. --> + +<!ENTITY aboutDownloads.title "Datotecas memorisadas"> +<!ENTITY aboutDownloads.empty "Naginas datotecas memorisadas"> +<!-- LOCALIZATION NOTE (cmd.show.label, cmd.show.accesskey, cmd.showMac.label, + cmd.showMac.accesskey): + The show and showMac commands are never shown together, thus they can share + the same access key (though the two access keys can also be different). + --> +<!ENTITY cmd.show.label "Mussar l'ordinatur che cuntegna la datoteca"> +<!ENTITY cmd.show.accesskey "o"> +<!ENTITY cmd.showMac.label "Mussar en il finder"> +<!ENTITY cmd.showMac.accesskey "F"> +<!ENTITY cmd.open.label "Avrir"> +<!ENTITY cmd.open.accesskey "A"> +<!ENTITY cmd.removeFromHistory.label "Allontanar da la cronologia"> +<!ENTITY cmd.removeFromHistory.accesskey "l"> +<!ENTITY cmd.clearList.label "Svidar la glista"> +<!ENTITY cmd.clearList.accesskey "g"> +<!ENTITY cmd.clearList.tooltip "Allontanar tut las endataziuns da la glista da las datotecas memorisadas, danor las telechargiadas en lavur."> +<!ENTITY cmd.searchDownloads.label "Tschertgar…"> +<!ENTITY cmd.searchDownloads.key "F"> diff --git a/l10n-rm/mail/chrome/messenger/aboutRights.properties b/l10n-rm/mail/chrome/messenger/aboutRights.properties new file mode 100644 index 0000000000..dc13de1640 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/aboutRights.properties @@ -0,0 +1,6 @@ +# 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/. + +buttonLabel=Davart tes dretgs… +buttonAccessKey=v diff --git a/l10n-rm/mail/chrome/messenger/aboutSupportMail.properties b/l10n-rm/mail/chrome/messenger/aboutSupportMail.properties new file mode 100644 index 0000000000..11459314b6 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/aboutSupportMail.properties @@ -0,0 +1,15 @@ +# 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 (warningLabel): Label for warning text that shows up when private data is included +warningLabel=ATTENZIUN: +# LOCALIZATION NOTE (warningText): Warning text that shows up when private data is included +warningText=Las datas sensiblas cuntegnidas na dastgan betg vegnir renviadas u publitgadas senza lubientscha. + +# LOCALIZATION NOTE (fsType.local): Indicator that the displayed directory is on a local drive +fsType.local = (memoria locala) +# LOCALIZATION NOTE (fsType.network): Indicator that the displayed directory is on the network +fsType.network = (memoria en la rait) +# LOCALIZATION NOTE (fsType.unknown): Indicator that we couldn't figure out whether the directory is local or on a network +fsType.unknown = (lieu nunenconuschent) diff --git a/l10n-rm/mail/chrome/messenger/accountCreation.dtd b/l10n-rm/mail/chrome/messenger/accountCreation.dtd new file mode 100644 index 0000000000..e122e15baa --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/accountCreation.dtd @@ -0,0 +1,112 @@ +<!-- 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/. --> + +<!ENTITY emailWizard.title "Configurar tia adressa dad e-mail existenta"> +<!ENTITY emailWizard.caption "Utilisar tia adressa dad e-mail actuala"> +<!ENTITY name.label "Tes num:"> +<!ENTITY name.accesskey "n"> +<!ENTITY fullname.placeholder "Tes num cumplet"> +<!ENTITY name.text "Tes num, uschia co el duai vegnir mussà ad auters"> +<!ENTITY name.error "Endatescha per plaschair tes num"> +<!ENTITY email.label "Adressa dad e-mail:"> +<!ENTITY email.accesskey "a"> +<!ENTITY email3.placeholder "Tia adressa dad e-mail"> +<!ENTITY email.text "Tia adressa dad e-mail existenta"> +<!ENTITY email.error "Adressa dad e-mail nunvalida"> +<!ENTITY password.label "Pled-clav:"> +<!ENTITY password.accesskey "P"> +<!ENTITY password.placeholder "Pled-clav"> +<!ENTITY password.text "Opziunal, vegn mo utilisà per validar il num d'utilisader"> +<!ENTITY password.toggle "Mussar/zuppentar il pled-clav"> +<!ENTITY rememberPassword.label "Memorisar il pled-clav"> +<!ENTITY rememberPassword.accesskey "M"> +<!ENTITY usernameEx.label "Tias infurmaziuns d'annunzia:"> +<!ENTITY usernameEx.accesskey "i"> +<!-- LOCALIZATION NOTE(usernameEx.placeholder): YOURDOMAIN refers to the Windows domain in ActiveDirectory. yourusername refers to the user's account name in Windows. --> +<!ENTITY usernameEx.placeholder "TIADOMENA\tesnumd'utilisader"> +<!-- LOCALIZATION NOTE(usernameEx.text): Domain refers to the Windows domain in ActiveDirectory. We mean the user's login in Windows at the local corporate network. --> +<!ENTITY usernameEx.text "Infurmaziun d'annunzia da la domena"> + +<!ENTITY protocol.label "Protocol:"> +<!ENTITY imapLong.label "IMAP (memorisar ils e-mails sin il server)"> +<!ENTITY pop3Long.label "POP3 (memorisar ils e-mails sin quest computer)"> + +<!ENTITY manualConfigTable.summary "Parameters dal server"> +<!ENTITY incoming.label "Entrada:"> +<!ENTITY incomingColumn.label "Posta che entra"> +<!ENTITY outgoing.label "Sortida:"> +<!ENTITY outgoingColumn.label "Posta che sorta"> +<!ENTITY username.label "Num d'utilisader:"> +<!ENTITY serverRow.label "Server:"> +<!ENTITY portRow.label "Port:"> +<!ENTITY sslRow.label "SSL:"> +<!ENTITY auth.label "Autentificaziun"> +<!ENTITY imap.label "IMAP"> +<!ENTITY pop3.label "POP3"> +<!-- LOCALIZATION NOTE(exchange.label): Do not translate Exchange, it is a product name. --> +<!ENTITY exchange.label "Exchange"> +<!ENTITY smtp.label "SMTP"> +<!ENTITY autodetect.label "Determinaziun automatica"> +<!-- LOCALIZATION NOTE(noEncryption.label): Neither SSL/TLS nor STARTTLS. + Transmission of emails in cleartext over the Internet. --> +<!ENTITY noEncryption.label "Nagina"> +<!ENTITY starttls.label "STARTTLS"> +<!ENTITY sslTls.label "SSL/TLS"> + +<!-- LOCALIZATION NOTE(exchange-hostname.label): Do not translate Exchange, it is a product name. --> +<!ENTITY exchange-hostname.label "Server dad Exchange:"> + +<!ENTITY advancedSetup.label "Configuraziun avanzada"> +<!ENTITY advancedSetup.accesskey "C"> +<!ENTITY cancel.label "Interrumper"> +<!ENTITY cancel.accesskey "I"> +<!ENTITY continue.label "Vinavant"> +<!ENTITY continue.accesskey "V"> +<!ENTITY stop.label "Fermar"> +<!ENTITY stop.accesskey "F"> +<!-- LOCALIZATION NOTE (half-manual-test.label): This is the text that is + displayed on the button in manual config mode which will re-guess + the account configuration, taking into account the settings that + the user has manually changed. --> +<!ENTITY half-manual-test.label "Retestar"> +<!ENTITY half-manual-test.accesskey "t"> +<!ENTITY manual-config.label "Configurar manualmain…"> +<!ENTITY manual-config.accesskey "M"> +<!ENTITY open-provisioner.label "Ir per ina nova adressa dad e-mail…"> +<!ENTITY open-provisioner.accesskey "o"> + + +<!ENTITY get-help.label "Ir per agid"> +<!ENTITY get-help.accesskey "A"> + + +<!ENTITY warning.label "Attenziun!"> +<!ENTITY incomingSettings.label "Parameters da l'entrada:"> +<!ENTITY outgoingSettings.label "Parameters da la sortida:"> +<!ENTITY technicaldetails.label "Detagls tecnics"> +<!-- LOCALIZATION NOTE (confirmWarning.label): If there is a security + warning on the outgoing server, then the user will need to check a + checkbox beside this text before continuing. --> +<!ENTITY confirmWarning.label "Jau chapesch las ristgas."> +<!ENTITY confirmWarning.accesskey "u"> +<!-- LOCALIZATION NOTE (doneAccount.label): If there is a security warning + on the incoming or outgoing servers, then the page that pops up will + have this text in a button to continue by creating the account. --> +<!ENTITY doneAccount.label "Terminar"> +<!ENTITY doneAccount.accesskey "T"> +<!-- LOCALIZATION NOTE (changeSettings.label): If there is a security warning on + the incoming or outgoing servers, then the page that pops up will have + this text in a button to take you back to the previous page to change + the settings and try again. --> +<!ENTITY changeSettings.label "Midar ils parameters"> +<!ENTITY changeSettings.accesskey "S"> + +<!ENTITY contactYourProvider.description "&brandShortName; po ta permetter dad acceder a tes e-mails cun la configuraziun messa a disposiziun. Tuttina vegn recumandà da contactar tes administratur u il purschider da servetschs dad e-mail areguard questas connexiuns nunadattadas. Vesair il FAQ (dumondas frequentas) da Thunderbird per ulteriuras infurmaziuns."> + +<!ENTITY insecureServer.tooltip.title "Attenziun! Quai è in server betg segir."> +<!ENTITY insecureServer.tooltip.details "Cliccar sin il rudè per ulteriurs detagls."> + +<!ENTITY insecureUnencrypted.description "Tes e-mail e l'autentificaziun vegnan tramess a moda betg criptada, uschia che tes pled-clav (e tes messadi) pudessan vegnir legids facilmain dad autras persunas. Igl è pussaivel da retschaiver e-mails cun &brandShortName; en quella moda, ma ti stuessas contactar tes purschider da servetschs dad e-mail areguard la configuraziun da ses server cun ina connexiun segira."> +<!ENTITY insecureSelfSigned.description "Il server utilisescha in certificat betg fidà. Per quest motiv na po betg vegnir garantì che nagin intercepteschia la communicaziun tranter &brandShortName; e tes server. Igl è pussaivel da retschaiver e-mails cun &brandShortName; en quella moda, ma ti stuessas infurmar tes purschider da servetschs dad e-mail per ch'el possia configurar ses server cun in certificat fidà."> +<!ENTITY secureServer.description "Gratulaziun! Quai è in server segir."> diff --git a/l10n-rm/mail/chrome/messenger/accountCreation.properties b/l10n-rm/mail/chrome/messenger/accountCreation.properties new file mode 100644 index 0000000000..371606bbed --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/accountCreation.properties @@ -0,0 +1,114 @@ +# 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/. +# accountCreation.properties + +# LOCALIZATION NOTE(cleartext_warning): %1$S will be the hostname of the server the user was trying to connect to. +cleartext_warning=%1$S n'utilisescha nagina criptaziun. +# LOCALIZATION NOTE(selfsigned_warning): %1$S will be the hostname of the server the user was trying to connect to. +selfsigned_warning=%1$S n'utilisescha betg in certificat fidà. +selfsigned_details=Normalmain preschentan servers dad e-mail segirs in certificat autentic per cumprovar lur identitad. La connexiun al server è criptada, ma l'identitad dal server na po betg vegnir affirmada. +cleartext_details=Servers betg segirs n'utiliseschan nagina criptaziun per proteger tias datas privatas e tes pleds-clav. Cun connectar cun quests servers ristgas ti che terz vesian tias datas privatas e tes pleds-clav. + +# LOCALIZATION NOTE(default_server_tag): Used to indicate the default smtp server in the server dropdown list. +default_server_tag= (standard) +# LOCALIZATION NOTE(port_auto): It must be short (4-5 characters max.). +# Content of server port field (usually a number), used when the user didn't +# enter anything yet and we'll automatically detect it later. +port_auto=Auto + +# config titles +looking_up_settings=Retschertgar la configuraziun… +# LOCALIZATION NOTE(looking_up_settings_disk): Referring to Thunderbird installation folder on user's harddisk. %1$S will be the brandShortName. +looking_up_settings_disk=Consultar la configuraziun: installaziun da %1$S +looking_up_settings_isp=Consultar la configuraziun: Purschider dad e-mail +# LOCALIZATION NOTE(looking_up_settings_db): Do not translate or replace Mozilla. It stands for the public project mozilla.org, not Mozilla Corporation. The database is a generic, public domain facility usable by any client. +looking_up_settings_db=Consultar la configuraziun: Banca da datas da Mozilla cun providers +looking_up_settings_mx=Retschertgar la configuraziun: domena per posta che entra +# LOCALIZATION NOTE(looking_up_settings_exchange): Exchange is a product name +looking_up_settings_exchange=Retschertgar la configuraziun: server dad Exchange +# LOCALIZATION NOTE(looking_up_settings_guess): We are checking common server names like pop., pop3., smtp., mail., without knowing whether they exist or really serve this email account. If a server responds, we try to talk to it via POP/IMAP/SMTP protocols and query its capabilities. If that succeeds, we assume we found a configuration. Of course, it may still be wrong, but it often works. +looking_up_settings_guess=Consultar la configuraziun: Empruvar ils nums da server pli frequents +looking_up_settings_halfmanual=Consultar la configuraziun: Explorar il server +# LOCALIZATION NOTE(found_settings_disk): Referring to Thunderbird installation folder on user's harddisk. %1$S will be the brandShortName. +found_settings_disk=Las suandantas configuraziuns èn vegnidas chattadas sin: installaziun da %1$S +found_settings_isp=Las suandantas configuraziuns èn vegnidas chattadas tar: Purschider dad e-mail +# LOCALIZATION NOTE(found_settings_db): Do not translate or replace Mozilla. It stands for the public project mozilla.org, not Mozilla Corporation. The database is a generic, public domain facility usable by any client. +found_settings_db=Las suandantas configuraziuns èn vegnidas chattadas tar: la banca da datas da Mozilla cun providers +# LOCALIZATION NOTE(found_settings_exchange): Microsoft Exchange is a product name. +found_settings_exchange=Chattà la configuraziun per in server da Microsoft Exchange +no-open-protocols=Quest server dad e-mail na sustegna deplorablamain betg protocols averts. +addon-intro=In supplement dad ina terza partida po ta pussibilitar dad acceder al conto dad e-mail sin quest server: +# LOCALIZATION NOTE(found_settings_guess): We tried common mail server names and we found a mail server and talked to it and it responded properly, so we think we found a suitable configuration, but we are only about 80% certain that it is the correct setting for this email address. There's a chance that email address may not actually be served by this server and it won't work, or that there is a better server. +found_settings_guess=Las suandantas configuraziuns èn vegnidas chattadas cun empruvar ils nums da server pli frequents +found_settings_halfmanual=Ils suandantas parameters èn vegnidas chattadas cun explorar il server inditgà +# LOCALIZATION NOTE(failed_to_find_settings): %1$S will be the brandShortName. +failed_to_find_settings=%1$S n'ha betg pudì chattar ils parameters per tes conto dad e-mail. +manually_edit_config=Modifitgar la configuraziun +# LOCALIZATION NOTE(guessed_settings_offline) User is offline, so we just took a wild guess and the user will have to enter the right settings. +guessed_settings_offline=Ti es offline. Nus avain presumà intgins parameters, probablamain stos ti dentant endatar ils parameters corrects. + +# config subtitles +check_preconfig=examinar per la pre-configuraziun… +found_preconfig=chattà ina pre-configuraziun +checking_config=examinar la configuraziun… +found_config=Chattà la configuraziun per tes conto +checking_mozilla_config=examinar las configuraziuns da la communitad Mozilla… +found_isp_config=chattà ina configuraziun +probing_config=pruvar la configuraziun… +guessing_from_email=supponer la configuraziun… +config_details_found=Chattà ils detagls da tia configuraziun! +config_unverifiable=Impussibel da verifitgar la configuraziun. È il num d'utilisader u il pled-clav nunvalid? +exchange_config_unverifiable=Impussibel da verifitgar la configuraziun. Sche il num d'utilisader ed il pled-clav èn corrects èsi probabel che l'administratur dal server ha deactivà la configuraziun tschernida per tes conto. Emprova da tscherner in auter protocol. +incoming_found_specify_outgoing=Ils detagls da configuraziun per tes server d'entrada èn vegnids chattads. Endatescha per plaschair anc l'adressa dal server da sortida. +outgoing_found_specify_incoming=Ils detagls da configuraziun per tes server da sortida èn vegnids chattads. Endatescha per plaschair anc l'adressa dal server d'entrada. +please_enter_missing_hostnames=Impussibel da presumar ils parameters - endatescha per plaschair las adressas mancantas da servers. +incoming_failed_trying_outgoing=I n'è betg reussì da configurar automaticamain il server d'entrada, l'emprova da configurar il server da sortida cuntinuescha. +outgoing_failed_trying_incoming=I n'è betg reussì da configurar automaticamain il server da sortida, l'emprova da configurar il server d'entrada cuntinuescha. +checking_password=Controllar il pled-clav… +password_ok=Pled-clav correct! +user_pass_invalid=Num d'utilisader u pled-clav nunvalid +check_server_details=Examinar ils detagls dal server +check_in_server_details=Examinar ils detagls dal server d'entrada +check_out_server_details=Examinar ils detagls dal server da sortida + +error_creating_account=Errur cun crear il conto +incoming_server_exists=Il server d'entrada exista gia. + +please_enter_name=Endatescha per plaschair tes num. +double_check_email=Controllescha anc ina giada questa adressa dad e-mail! + +# add-on install +addonInstallStarted=Telechargiar ed installar il supplement… +addonInstallSuccess=Installà il supplement cun success. +# LOCALIZATION NOTE(addonInstallLabel): %1$S will be the add-on name +addonInstallShortLabel=Installar + +#config result display +# LOCALIZATION NOTE(resultUnknown): Displayed instead of resultIncoming, +# resultOutgoing or resultUsername when we don't have a proper value. +resultUnknown=Betg enconuschent +resultOutgoingExisting=Utilisar in server da sortida SMTP existent +resultIMAP=IMAP +resultPOP3=POP3 +resultSMTP=SMTP +resultExchange=Exchange +# LOCALIZATION NOTE(resultNoEncryption): Neither SSL/TLS nor STARTTLS. Transmission of emails in cleartext over the Internet. +resultNoEncryption=Betg criptà +resultSSL=SSL +resultSTARTTLS=STARTTLS +resultSSLCertWeak=\u0020(Attenziun: il server n'ha betg pudì vegnir verifitgà) +resultSSLCertOK= +resultUsernameBoth=%1$S +resultUsernameDifferent=Posta entrada: %1$S, Posta sortida: %2$S + +confirmAdvancedConfigTitle=Confermar la configuraziun avanzada +confirmAdvancedConfigText=Quest dialog vegn serrà ed in conto cun la configuraziun actuala vegn creà, era sche la configuraziun è incorrecta. Vuls ti cuntinuar? + +# LOCALIZATION NOTE(credentials_incomplete): The reference to "janedoe" (Jane Doe) is the name of an example person. You will want to translate it to whatever example persons would be named in your language. In the example, AD is the name of the Windows domain, and this should usually not be translated. +credentials_incomplete=L'autentificaziun n'è betg reussida. U che las infurmaziuns d'annunzia n'èn betg correctas u ch'in num d'utilisader separà è obligatoric per s'annunziar. Quest num d'utilisader correspunda normalmain a quel da l'annunzia a la domena Windows cun u senza la domena (per exempel idasalis u AD\\idasalis). +credentials_wrong=L'autentificaziun n'è betg reussida. Controllescha per plaschair il num d'utilisader ed il pled-clav. +# LOCALIZATION NOTE(otherDomain.label): %1$S will be the brandShortName. %2$S refers to the domain name, e.g. rackspace.com +otherDomain.label=%1$S ha chattà las infurmaziuns per configurar tes conto sin %2$S. Vuls ti cuntinuar e trametter tias infurmaziuns d'annunzia? +otherDomain_ok.label=S'annunziar +otherDomain_cancel.label=Interrumper diff --git a/l10n-rm/mail/chrome/messenger/accountCreationModel.properties b/l10n-rm/mail/chrome/messenger/accountCreationModel.properties new file mode 100644 index 0000000000..f629cb3491 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/accountCreationModel.properties @@ -0,0 +1,21 @@ +# 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/. + +# This file has the strings, mostly error strings, for the logic / JS backend / model +# files: fetchConfig.js, readFromXML.js, guessConfig.js, verifyConfig.js, createInBackend.js + + +# readFromXML.js +no_emailProvider.error=La datoteca da configuraziun XML na cuntegna nagina configuraziun per in conto dad e-mail. +outgoing_not_smtp.error=Il server da sortida sto esser dal tip SMTP + +# verifyConfig.js +cannot_login.error=Impussibel da s'annunziar al server. Probablamain n'è la configuraziun betg correcta ubain il num d'utilisader u il pled-clav è nunvalid. + + +# guessConfig.js +cannot_find_server.error=Impussibel da chattar in server + +# exchangeAutoDiscover.js +no_autodiscover.error=Il code XML AutoDiscover per Exchange è nunvalid. diff --git a/l10n-rm/mail/chrome/messenger/accountCreationUtil.properties b/l10n-rm/mail/chrome/messenger/accountCreationUtil.properties new file mode 100644 index 0000000000..dc5fa55071 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/accountCreationUtil.properties @@ -0,0 +1,34 @@ +# 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/. + +# This file has the strings, mostly error strings, for the logic / JS backend / model +# files: sanitizeDatatypes.js, fetchhttp.js, util.js + + +# sanitizeDatatypes.js +hostname_syntax.error=Il champ per l'adressa dal server è vid u cuntegna caracters betg permess. Mo letras, numers, - e . èn lubids. +alphanumdash.error=La chadaina da caracters cuntegna caracters betg sustegnids. Mo letras, numers, - e _ èn lubids. +allowed_value.error=La valur inditgada n'è betg en la glista permessa +url_scheme.error=Schema URL betg permess +url_parsing.error=Betg renconuschì la URL +string_empty.error=Ti stos far ina endataziun +boolean.error=Betg ina valur boolean +no_number.error=Betg in numer +number_too_large.error=Numer memia grond +number_too_small.error=Numer memia pitschen + + +# fetchhttp.js +cannot_contact_server.error=Impussibel da contactar il server +bad_response_content.error=Cuntegn nuncorrect da la resposta + +# verifyConfig.js +# LOCALIZATION NOTE(auth_failed_generic.error): The login failed (server refused to allow the user in), but the server did not give any meaningful error message. This is a common case when the user entered a wrong password or is otherwise not allowed. +auth_failed_generic.error=Betg reussì da s'annunziar. Èn il num d'utilisader/l'adressa dad e-mail ed il pled-clav corrects? +# LOCALIZATION NOTE(auth_failed_with_reason.error): The login failed (server refused to allow the user in), and the server gave an error message which we can present to the user. This is a common case when the user entered a wrong password or is otherwise not allowed. %1$S will be the IMAP/POP3/SMTP server hostname. %2$S will be the error message from the server (usually in the local language where the server is or in English). +auth_failed_with_reason.error=Betg reussì da s'annunziar. Il server %1$S ha respundì: %2$S +# LOCALIZATION NOTE(verification_failed.error): We had some other error, not during authentication with the server, but at earlier points, e.g. locally or we entirely failed to contact the given server, and we unfortunately have no detailed error message. +verification_failed.error=La verificaziun n'è betg reussida. Il motiv n'è betg enconuschent. +# LOCALIZATION NOTE(verification_failed_with_exception.error): We had some other error, not during authentication with the server, but at earlier points, e.g. locally or we entirely failed to contact the given server, and we have an error message. %1$S will be an error message, possibly in English +verification_failed_with_exception.error=La verificaziun n'è betg reussida cun il messadi: %1$S diff --git a/l10n-rm/mail/chrome/messenger/activity.dtd b/l10n-rm/mail/chrome/messenger/activity.dtd new file mode 100644 index 0000000000..3d02f7fa59 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/activity.dtd @@ -0,0 +1,37 @@ +<!-- 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 (window.width2, window.height): These values should be +close to the golden ratio (1.618:1) while making sure it's wide enough for long +file names and tall enough to hint that there are more activities in the list --> +<!ENTITY window.width2 "485"> +<!ENTITY window.height "300"> + +<!ENTITY activity.title "Activitads"> + +<!ENTITY cmd.pause.label "Pausa"> +<!ENTITY cmd.pause.accesskey "P"> +<!ENTITY cmd.resume.label "Cuntinuar"> +<!ENTITY cmd.resume.accesskey "R"> +<!ENTITY cmd.cancel.label "Interrumper"> +<!ENTITY cmd.cancel.accesskey "r"> +<!ENTITY cmd.undo.label "Revocar"> +<!ENTITY cmd.undo.accesskey "v"> +<!ENTITY cmd.recover.label "Restaurar"> +<!ENTITY cmd.recover.accesskey "t"> +<!ENTITY cmd.retry.label "Repeter"> +<!ENTITY cmd.retry.accesskey "R"> +<!ENTITY cmd.removeFromList.label "Allontanar da la glista"> +<!ENTITY cmd.removeFromList.accesskey "g"> + +<!ENTITY cmd.close.commandkey "w"> +<!ENTITY cmd.close2.commandkey "j"> +<!ENTITY cmd.close2Unix.commandkey "y"> +<!ENTITY cmd.clearList.label "Svidar la glista"> +<!ENTITY cmd.clearList.tooltip "Allontanescha elements cumplettads, interruts e betg reussids da la glista"> +<!ENTITY cmd.clearList.accesskey "S"> +<!ENTITY cmd.find.commandkey "f"> +<!ENTITY cmd.search.commandkey "k"> + +<!ENTITY searchBox.label "Tschertgar..."> diff --git a/l10n-rm/mail/chrome/messenger/activity.properties b/l10n-rm/mail/chrome/messenger/activity.properties new file mode 100644 index 0000000000..732c763285 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/activity.properties @@ -0,0 +1,99 @@ +# 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/. + +# Status Text +paused2=Ruaussa +processing=En elavuraziun +notStarted=Betg avià +failed=Betg reussì +waitingForInput=Spetga ina endataziun +waitingForRetry=Spetga ina reemprova +completed=Terminà +canceled=Interrut + +# LOCALIZATION NOTE (sendingMessages): this is used as a title for grouping processes in the activity manager when sending email. +sendingMessages=Trametter ils messadis +sendingMessage=Il messadi vegn tramess +# LOCALIZATION NOTE (sendingMessageWithSubject): %S will be replaced by the subject of the message being sent. +sendingMessageWithSubject=Trametter il messadi: %S +copyMessage=Il messadi vegn copià en l'ordinatur dals messadis tramess +sentMessage=Messadi tramess +# LOCALIZATION NOTE (sentMessageWithSubject): %S will be replaced by the subject of the message being sent. +sentMessageWithSubject=Tramess il messadi: %S +failedToSendMessage=Betg reussì da trametter il messadi +failedToCopyMessage=Betg reussì da copiar il messadi +# LOCALIZATION NOTE (failedToSendMessageWithSubject): %S will be replaced by the subject of the message being sent. +failedToSendMessageWithSubject=Betg reussì da trametter il messadi: %S +# LOCALIZATION NOTE (failedToCopyMessageWithSubject): %S will be replaced by the subject of the message being sent. +failedToCopyMessageWithSubject=Betg reussì da copiar il messadi: %S + +# LOCALIZATION NOTE (autosyncProcessProgress2): Do not translate the words "%1$S", "%2$S", "%3$S" and "%4$S" below. +# Place the word %1$S in your translation where the number of the message being downloaded should appear. +# Place the word %2$S in your translation where the total number of messages to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Place the word %4$S in your translation where the name of account being processed should appear. +# EXAMPLE: Ted's account: Downloading message 334 of 1008 in Inbox… +autosyncProcessProgress2=%4$S: telechargiada dal messadi %1$S of %2$S en %3$S… +# LOCALIZATION NOTE (autosyncProcessDisplayText): %S will be replaced by the folder name +autosyncProcessDisplayText=L'ordinatur %S vegn actualisà +# LOCALIZATION NOTE (autosyncEventDisplayText): %S will be replaced by the account name +autosyncEventDisplayText=%S è actual +# LOCALIZATION NOTE (autosyncEventStatusText): %S will be replaced by total number of downloaded messages +autosyncEventStatusText=Dumber total dals messadis telechargiads: %S +autosyncEventStatusTextNoMsgs=Telechargià nagins messadis +# LOCALIZATION NOTE (autosyncContextDisplayText): %S will be replaced by the account name +autosyncContextDisplayText=Il conto "%S" vegn sincronisà + +# LOCALIZATION NOTE (pop3EventStartDisplayText2): Do not translate the words "%1$S" and "%2$S" below. +# Place the word %1$S in your translation where the name of the account being checked for new messages should appear. +# Place the word %2$S in your translation where the name of the folder being checked for new messages should appear. +# EXAMPLE: George's account: Checking Inbox for new messages… +pop3EventStartDisplayText2=%1$S: tschertga da novs messadis en %2$S… +# LOCALIZATION NOTE (pop3EventDisplayText): %S will be replaced by the account name +pop3EventDisplayText=%S è actual +# LOCALIZATION NOTE (pop3EventStatusText): #1 will be replaced by total number of downloaded messages +pop3EventStatusText=#1 messadi telechargià;#1 messadis telechargiads +pop3EventStatusTextNoMsgs=Nagins messadis per telechargiar + +# Message actions that show up in activity manager +# LOCALIZATION NOTE (deletedMessages2): #1 number of messages, #2 folder name +deletedMessages2=Stizzà #1 messadi da #2;Stizzà #1 messadis da #2 +# LOCALIZATION NOTE (movedMessages): #1 number of messages, #2 and #3: folder names +movedMessages=Spustà #1 messadi da #2 a #3;Spustà #1 messadis da #2 a #3 +# LOCALIZATION NOTE (copiedMessages): #1 number of messages, #2 and #3: folder names +copiedMessages=Copià #1 messadi da #2 a #3;Copià #1 messadis da #2 a #3 +# LOCALIZATION NOTE (fromServerToServer): #1 source server, #2 destination server +fromServerToServer=da #1 a #2 +# LOCALIZATION NOTE (deletedFolder): #1 folder name +deletedFolder=Stizzà l'ordinatur "#1" +emptiedTrash=Svidà il chanaster da palpiri +# LOCALIZATION NOTE (movedFolder): #1 and #2 are folder names +movedFolder=Spustà l'ordinatur "#1" en l'ordinatur "#2" +# LOCALIZATION NOTE (movedFolderToTrash): #1 is the folder name +movedFolderToTrash=Spustà l'ordinatur #1 en il chanaster da palpiri +# LOCALIZATION NOTE (copiedFolder): #1 and #2 are folder names +copiedFolder=Copià l'ordinatur "#1" en l'ordinatur "#2" +# LOCALIZATION NOTE (renamedFolder): #1 and #2 are folder names +renamedFolder=Midà il num da l'ordinatur "#1" en "#2" +indexing=Ils messadis vegnan indexads +# LOCALIZATION NOTE (indexingFolder): #1 is a folder name +indexingFolder=Ils messadis en "#1" vegnan indexads +indexingStatusVague=Eruir ils messadis che duain vegnir indexads +# LOCALIZATION NOTE (indexingFolderStatusVague): #1 is a folder name +indexingFolderStatusVague=Eruir ils messadis che duain vegnir indexads en #1 +# LOCALIZATION NOTE (indexingStatusExact): +# #1 is the number of the message currently being indexed +# #2 is the total number of messages being indexed +# #3 is the percentage of indexing that is complete +indexingStatusExact=Indexar il messadi #1 dad #2;Indexar il messadi #1 da #2 (terminà #3%) +# LOCALIZATION NOTE (indexingFolderStatusExact): +# #1 is the number of the message currently being indexed +# #2 is the total number of messages being indexed +# #3 is the percentage of indexing that is complete +# #4 is a folder name +indexingFolderStatusExact=Indexar il messadi #1 dad #2 en "#4";Indexar il messadi #1 da #2 en "#4" (terminà #3%) +# LOCALIZATION NOTE (indexedFolder): #1 number of messages; #2 folder name +indexedFolder=Indexà #1 messadi en "#2";Indexà #1 messadis en "#2" +# LOCALIZATION NOTE (indexedFolderStatus): #1 number of seconds spent indexing +indexedFolderStatus=Elavurà en #1 secunda;Elavurà en #1 secundas diff --git a/l10n-rm/mail/chrome/messenger/addbuddy.dtd b/l10n-rm/mail/chrome/messenger/addbuddy.dtd new file mode 100644 index 0000000000..39f2a3becf --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addbuddy.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + +<!ENTITY addBuddyWindow.title "Agiuntar in contact"> +<!ENTITY name.label "Num d'utilisader"> +<!ENTITY account.label "Conto"> diff --git a/l10n-rm/mail/chrome/messenger/addons.properties b/l10n-rm/mail/chrome/messenger/addons.properties new file mode 100644 index 0000000000..a4b88f035b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addons.properties @@ -0,0 +1,251 @@ +# 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/. + +xpinstallPromptMessage=%S ha impedì che questa website ta dumondia sche software duai vegnir installada sin tes computer. +# LOCALIZATION NOTE (xpinstallPromptMessage.header) +# The string contains the hostname of the site the add-on is being installed from. +xpinstallPromptMessage.header=Permetter a %S dad installar in supplement? +xpinstallPromptMessage.message=Ti emprovas dad installar in supplement da %S. Fa la segira che ti ta fidas da la website avant che cuntinuar. +xpinstallPromptMessage.header.unknown=Vuls ti permetter ad ina pagina nunenconuschenta dad installar in supplement? +xpinstallPromptMessage.message.unknown=Ti emprovas dad installar in supplement dad ina website nunenconuschenta. Fa la segira che ti ta fidas da la website avant che cuntinuar. +xpinstallPromptMessage.learnMore=Vegnir a savair dapli davart l'installaziun da supplements a moda segira +xpinstallPromptMessage.dontAllow=Betg permetter +xpinstallPromptMessage.dontAllow.accesskey=B +xpinstallPromptMessage.neverAllow=Mai permetter +xpinstallPromptMessage.neverAllow.accesskey=M +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See https://website-archive.mozilla.org/www.mozilla.org/access/access/keyboard/ for details +xpinstallPromptMessage.install=Cuntinuar cun l'installaziun +xpinstallPromptMessage.install.accesskey=C + +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See http://www.mozilla.org/access/keyboard/accesskey for details +xpinstallDisabledMessageLocked=Tes administratur dal sistem ha deactivà l'installaziun da software. +xpinstallDisabledMessage=L'installaziun da software è actualmain deactivada. Clicca sin «Activar» ed emprova danovamain. +xpinstallDisabledButton=Activar +xpinstallDisabledButton.accesskey=t + +# LOCALIZATION NOTE (addonInstallBlockedByPolicy) +# This message is shown when the installation of an add-on is blocked by +# enterprise policy. %1$S is replaced by the name of the add-on. +# %2$S is replaced by the ID of add-on. %3$S is a custom message that +# the administration can add to the message. +addonInstallBlockedByPolicy=%1$S (%2$S) è bloccà da l'administratur da tes sistem. %3$S + +# LOCALIZATION NOTE (addonPostInstall.message1) +# %1$S is replaced with the localized named of the extension that was +# just installed. +# %2$S is replaced with the localized name of the application. +addonPostInstall.message1=%1$S è vegnì agiuntà a %2$S. +# LOCALIZATION NOTE (addonPostInstall.multiple.message1) +# %1$S is replaced with the localized name of the application. +addonPostInstall.multiple.message=Quests supplements èn vegnids agiuntads a %1$S: +addonPostInstall.okay.label=OK +addonPostInstall.okay.accesskey=O + +# LOCALIZATION NOTE (addonDownloadingAndVerifying): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloadingAndVerifying=Telechargiar e verifitgar il supplement…;Telechargiar e verifitgar #1 supplements… +addonDownloadVerifying=Verifitgar + +addonInstall.unsigned=(Betg verifitgà) +addonInstall.cancelButton.label=Interrumper +addonInstall.cancelButton.accesskey=I +addonInstall.acceptButton2.label=Agiuntar +addonInstall.acceptButton2.accesskey=A + +# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the number of add-ons being installed +addonConfirmInstall.message=Questa pagina vul installar in supplement per #1:;Questa pagina vul installar #2 supplements per #1: +addonConfirmInstallUnsigned.message=Attenziun: Questa pagina vul installar in supplement betg verifitgà per #1. Cuntinuaziun sin agen ristg.;Attenziun: Questa pagina vul installar #2 supplements betg verifitgads per #1. Cuntinuaziun sin agen ristg.; + +# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the total number of add-ons being installed (at least 2) +addonConfirmInstallSomeUnsigned.message=;Attenziun: Questa pagina vul installar #2 supplements en #1, intgins da quels n'èn betg verifitgads. Cuntinuaziun sin agen ristg. + +# LOCALIZATION NOTE (addonInstalled): +# %S is the name of the add-on +addonInstalled=%S è vegnì installà cun success. +# LOCALIZATION NOTE (addonsGenericInstalled): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of add-ons +addonsGenericInstalled=#1 supplement è vegnì installà cun success.;#1 supplements èn vegnids installads cun success. + +# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5): +# %1$S is the application name, %2$S is the add-on name +addonInstallError-1=Impussibel da telechargiar il supplement causa ina errur da connexiun. +addonInstallError-2=Impussibel dad installar il supplement. El na correspunda betg al supplement che %1$S ha spetgà. +addonInstallError-3=Impussibel dad installar il supplement telechargià da questa pagina. El para dad esser donnegià. +addonInstallError-4=Impussibel dad installar %2$S perquai che %1$S na po betg modifitgar la datoteca necessaria. +addonInstallError-5=%1$S ha impedì che questa pagina installeschia in supplement betg verifitgà. +addonLocalInstallError-1=Impussibel dad installar quest supplement pervia d'ina errur en il sistem da datotecas. +addonLocalInstallError-2=Impussibel dad installar quest supplement. El na correspunda betg al supplement che %1$S ha spetgà. +addonLocalInstallError-3=Impussibel dad installar quest supplement. El para dad esser donnegià. +addonLocalInstallError-4=Impussibel dad installar %2$S perquai che %1$S na po betg modifitgar la datoteca necessaria. +addonLocalInstallError-5=Impussibel dad installar quest supplement perquai ch'el n'è betg verifitgà. + +# LOCALIZATION NOTE (addonInstallErrorIncompatible): +# %1$S is the application name, %2$S is the application version, %3$S is the add-on name +addonInstallErrorIncompatible=Impussibel dad installar %3$S. Il supplement n'è betg cumpatibel cun %1$S %2$S. + +# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name +addonInstallErrorBlocklisted=Impussibel dad installar %S. Quest supplement chaschuna probablamain problems da segirezza u da stabilitad. + +# LOCALIZATION NOTE (webextPerms.header) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=Agiuntar %S? + +# %S is brandShortName +webextPerms.experimentWarning=Supplements donnegius pon engular infurmaziuns privatas u cumprometter tes computer. Installescha mo quest supplement sche ti ta fidas da la funtauna. +webextPerms.unsignedWarning=Attenziun: Quest supplement n'è betg verifitgà. Supplements donnegius pon engular infurmaziuns privatas u cumprometter tes computer. Installescha mo quest supplement sche ti ta fidas da la funtauna. + +# LOCALIZATION NOTE (webextPerms.listIntro) +# This string will be followed by a list of permissions requested +# by the webextension. +webextPerms.listIntro=Basegna l'autorisaziun per: +webextPerms.learnMore=Vegnir a savair dapli davart permissiuns +webextPerms.add.label=Agiuntar +webextPerms.add.accessKey=A +webextPerms.cancel.label=Interrumper +webextPerms.cancel.accessKey=I + +# LOCALIZATION NOTE (webextPerms.sideloadMenuItem) +# %1$S will be replaced with the localized name of the sideloaded add-on. +# %2$S will be replace with the name of the application (e.g., Firefox, Nightly) +webextPerms.sideloadMenuItem=Agiuntà %1$S a %2$S + +# LOCALIZATION NOTE (webextPerms.sideloadHeader) +# This string is used as a header in the webextension permissions dialog +# when the extension is side-loaded. +# %S is replaced with the localized name of the extension being installed. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.sideloadHeader=Agiuntà %S +webextPerms.sideloadText2=In auter program sin tes computer ha installà in supplement che cumprometta eventualmain tes navigatur. Controllescha per plaschair las dumondas d'autorisaziun da quest supplement e tscherna Activar u Interrumper (per al laschar deactivà). +webextPerms.sideloadTextNoPerms=In auter program sin tes computer ha installà in supplement che cumprometta eventualmain tes navigatur. Tscherna per plaschair Activar u Interrumper (per al laschar deactivà). + +webextPerms.sideloadEnable.label=Activar +webextPerms.sideloadEnable.accessKey=A +webextPerms.sideloadCancel.label=Interrumper +webextPerms.sideloadCancel.accessKey=I + +# LOCALIZATION NOTE (webextPerms.updateMenuItem) +# %S will be replaced with the localized name of the extension which +# has been updated. +webextPerms.updateMenuItem=%S dumonda novas autorisaziuns + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.updateText=%S è vegnì actualisà. Ti stos approvar las novas autorisaziuns avant che la versiun actualisada vegn installada. Sche ti tschernas «Interrumper» vegn la versiun actuala dal supplement mantegnida. + +webextPerms.updateAccept.label=Actualisar +webextPerms.updateAccept.accessKey=A + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replace with the localized name of the extension requested new +# permissions. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.optionalPermsHeader=%S dumonda ulteriuras autorisaziuns. +webextPerms.optionalPermsListIntro=L'extensiun vul: +webextPerms.optionalPermsAllow.label=Permetter +webextPerms.optionalPermsAllow.accessKey=P +webextPerms.optionalPermsDeny.label=Refusar +webextPerms.optionalPermsDeny.accessKey=R + +webextPerms.description.accountsFolders=Crear, renumnar u stizzar ordinaturs da tes conto dad e-mail +webextPerms.description.accountsRead=Vesair tes contos dad e-mail e lur ordinaturs +webextPerms.description.addressBooks=Leger e modifitgar tes contacts en il cudeschet d'adressas +webextPerms.description.bookmarks=Leger e modifitgar segnapaginas +webextPerms.description.browserSettings=Leger e modifitgar ils parameters dal navigatur +webextPerms.description.browsingData=Stizzar la cronologia recenta, ils cookies e las datas correspundentas +webextPerms.description.clipboardRead=Retschaiver las datas da l'archiv provisoric +webextPerms.description.clipboardWrite=Agiuntar datas a l'archiv provisoric +webextPerms.description.compose=Leger e modifitgar tes messadis d'e-mail cura che ti als scrivas e tramettas +webextPerms.description.devtools=Extender ils utensils per sviluppaders per acceder a tias datas en ils tabs averts +webextPerms.description.dns=Acceder a l'adressa IP ed al num dal host +webextPerms.description.downloads=Telechargiar datotecas e leger e modifitgar la cronologia da telechargiadas dal navigatur +webextPerms.description.downloads.open=Avrir las datotecas telechargiadas sin il computer +# LOCALIZATION NOTE (webextPerms.description.experiment) +# %S will be replaced with the name of the application +webextPerms.description.experiment=Avair access cumplet, senza restricziuns a %S ed a tes computer +webextPerms.description.find=Leger il text da tut ils tabs averts +webextPerms.description.geolocation=Acceder a tia posiziun geografica +webextPerms.description.history=Acceder a tia cronologia da navigaziun +webextPerms.description.management=Survegliar l'utilisaziun dad extensiuns ed administrar designs +webextPerms.description.messagesModify=Legia e modifitgescha tes messadis dad e-mail durant ch'els ta vegnan mussads +webextPerms.description.messagesMove=Spustar, copiar u stizzar tes messadis dad e-mail +webextPerms.description.messagesRead=Legia tes messadis dad e-mail ed als marchescha u etichettescha +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=Barattar messadis cun auters programs che %S +webextPerms.description.notifications=Ta mussar communicaziuns +webextPerms.description.pkcs11=Furnir servetschs d'autentificaziun criptografica +webextPerms.description.privacy=Leger e modifitgar parameters per la sfera privata +webextPerms.description.proxy=Controllar ils parameters da proxy dal navigatur +webextPerms.description.sessions=Acceder als tabs serrads dacurt +webextPerms.description.tabs=Acceder als tabs dal navigatur +webextPerms.description.tabHide=Zuppentar e mussar ils tabs dal navigatur +webextPerms.description.topSites=Acceder a la cronologia da navigaziun +webextPerms.description.unlimitedStorage=Memorisar ina quantitad illimitada da datas sin il computer +webextPerms.description.webNavigation=Acceder a l'activitad dal navigatur durant la navigaziun + +webextPerms.hostDescription.allUrls=Acceder a tias datas per tut las websites + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=Acceder a tias datas per paginas en la domena %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=Acceder a tias datas en #1 autra domena;Acceder a tias datas en #1 autras domenas + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=Acceder a tias datas per %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=Acceder a tias datas sin #1 autra website;Acceder a tias datas sin #1 autras websites + +# LOCALIZATION NOTE (webext.defaultSearch.description) +# %1$S is replaced with the localized named of the extension that is asking to change the default search engine. +# %2$S is replaced with the name of the current search engine +# %3$S is replaced with the name of the new search engine +webext.defaultSearch.description=%1$S vul midar tia maschina da tschertgar da standard da %2$S en %3$S. Es ti d'accord? +webext.defaultSearchYes.label=Gea +webext.defaultSearchYes.accessKey=G +webext.defaultSearchNo.label=Na +webext.defaultSearchNo.accessKey=N + +# LOCALIZATION NOTE (webext.remove.confirmation.title) +# %S is the name of the extension which is about to be removed. +webext.remove.confirmation.title=Allontanar %S +# LOCALIZATION NOTE (webext.remove.confirmation.message) +# %1$S is the name of the extension which is about to be removed. +# %2$S is brandShorterName +webext.remove.confirmation.message=Allontanar %1$S da %2$S? +webext.remove.confirmation.button=Allontanar diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abAddressBookNameDialog.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abAddressBookNameDialog.dtd new file mode 100644 index 0000000000..27addedf2e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abAddressBookNameDialog.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY name.label "Num dal cudeschet d'adressas:"> +<!ENTITY name.accesskey "A"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abCard.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abCard.dtd new file mode 100644 index 0000000000..e7d9ce063e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abCard.dtd @@ -0,0 +1,156 @@ +<!-- 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/. --> + +<!ENTITY Contact.tab "Contact"> +<!ENTITY Contact.accesskey "C"> +<!ENTITY Name.box "Num"> + +<!-- LOCALIZATION NOTE: + NameField1, NameField2, PhoneticField1, PhoneticField2 + those fields are either LN or FN depends on the target country. + "FirstName" and "LastName" can be swapped for id to change the order + but they should not be translated (same applied to phonetic id). + Make sure the translation of label corresponds to the order of id. +--> + +<!-- LOCALIZATION NOTE (NameField1.id) : DONT_TRANSLATE --> +<!ENTITY NameField1.id "FirstName"> +<!-- LOCALIZATION NOTE (NameField2.id) : DONT_TRANSLATE --> +<!ENTITY NameField2.id "LastName"> +<!-- LOCALIZATION NOTE (PhoneticField1.id) : DONT_TRANSLATE --> +<!ENTITY PhoneticField1.id "PhoneticFirstName"> +<!-- LOCALIZATION NOTE (PhoneticField2.id) : DONT_TRANSLATE --> +<!ENTITY PhoneticField2.id "PhoneticLastName"> + +<!ENTITY NameField1.label "Prenum:"> +<!ENTITY NameField1.accesskey "P"> +<!ENTITY NameField2.label "Num:"> +<!ENTITY NameField2.accesskey "N"> +<!ENTITY PhoneticField1.label "Fonetic:"> +<!ENTITY PhoneticField2.label "Fonetic:"> +<!ENTITY DisplayName.label "Num per mussar:"> +<!ENTITY DisplayName.accesskey "m"> +<!ENTITY preferDisplayName.label "Adina preferir il «num per mussar» a las indicaziuns tramessas en il chau dal messadi"> +<!ENTITY preferDisplayName.accesskey "p"> +<!ENTITY NickName.label "Surnum:"> +<!ENTITY NickName.accesskey "S"> + +<!ENTITY PrimaryEmail.label "E-mail:"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY SecondEmail.label "E-mail alternativ:"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY PreferMailFormat.label "Preferescha da retschaiver messadis en il format:"> +<!ENTITY PreferMailFormat.accesskey "v"> +<!ENTITY PlainText.label "Text brut (senza HTML)"> +<!ENTITY HTML.label "HTML"> +<!ENTITY Unknown.label "Betg enconuschent"> +<!ENTITY chatName.label "Num da chat:"> + +<!ENTITY WorkPhone.label "Lavur:"> +<!ENTITY WorkPhone.accesskey "L"> +<!ENTITY HomePhone.label "Chasa:"> +<!ENTITY HomePhone.accesskey "h"> +<!ENTITY FaxNumber.label "Fax:"> +<!ENTITY FaxNumber.accesskey "x"> +<!ENTITY PagerNumber.label "Pager:"> +<!ENTITY PagerNumber.accesskey "g"> +<!ENTITY CellularNumber.label "Telefonin:"> +<!ENTITY CellularNumber.accesskey "n"> + +<!ENTITY Home.tab "Privat"> +<!ENTITY Home.accesskey "P"> +<!ENTITY HomeAddress.label "Adressa:"> +<!ENTITY HomeAddress.accesskey "d"> +<!ENTITY HomeAddress2.label ""> +<!ENTITY HomeAddress2.accesskey ""> +<!ENTITY HomeCity.label "Lieu:"> +<!ENTITY HomeCity.accesskey "u"> +<!ENTITY HomeState.label "Stadi/provinza:"> +<!ENTITY HomeState.accesskey "S"> +<!ENTITY HomeZipCode.label "Numer postal:"> +<!ENTITY HomeZipCode.accesskey "o"> +<!ENTITY HomeCountry.label "Pajais:"> +<!ENTITY HomeCountry.accesskey "j"> +<!ENTITY HomeWebPage.label "Pagina d'internet:"> +<!ENTITY HomeWebPage.accesskey "t"> +<!ENTITY Birthday.label "Anniversari:"> +<!ENTITY Birthday.accesskey "v"> +<!ENTITY Month.placeholder "Mais"> +<!ENTITY Day.placeholder "Di"> +<!ENTITY Year.placeholder "Onn"> +<!ENTITY Age.label "Vegliadetgna:"> +<!ENTITY Age.placeholder "Vegliadetgna"> + +<!ENTITY Work.tab "Lavur"> +<!ENTITY Work.accesskey "a"> +<!ENTITY JobTitle.label "Titel:"> +<!ENTITY JobTitle.accesskey "i"> +<!ENTITY Department.label "Partiziun:"> +<!ENTITY Department.accesskey "z"> +<!ENTITY Company.label "Organisaziun:"> +<!ENTITY Company.accesskey "s"> +<!ENTITY WorkAddress.label "Adressa:"> +<!ENTITY WorkAddress.accesskey "e"> +<!ENTITY WorkAddress2.label ""> +<!ENTITY WorkAddress2.accesskey ""> +<!ENTITY WorkCity.label "Lieu:"> +<!ENTITY WorkCity.accesskey "u"> +<!ENTITY WorkState.label "Stadi/provinza:"> +<!ENTITY WorkState.accesskey "S"> +<!ENTITY WorkZipCode.label "Numer postal:"> +<!ENTITY WorkZipCode.accesskey "N"> +<!ENTITY WorkCountry.label "Pajais:"> +<!ENTITY WorkCountry.accesskey "j"> +<!ENTITY WorkWebPage.label "Pagina d'internet:"> +<!ENTITY WorkWebPage.accesskey "g"> + +<!ENTITY Other.tab "Auter"> +<!ENTITY Other.accesskey "t"> +<!ENTITY Custom1.label "Persunalisà 1:"> +<!ENTITY Custom1.accesskey "1"> +<!ENTITY Custom2.label "Persunalisà 2:"> +<!ENTITY Custom2.accesskey "2"> +<!ENTITY Custom3.label "Persunalisà 3:"> +<!ENTITY Custom3.accesskey "3"> +<!ENTITY Custom4.label "Persunalisà 4:"> +<!ENTITY Custom4.accesskey "4"> +<!ENTITY Notes.label "Remartgas:"> +<!ENTITY Notes.accesskey "R"> + +<!ENTITY Chat.tab "Chat"> +<!ENTITY Chat.accesskey "h"> +<!ENTITY Gtalk.label "Google Talk:"> +<!ENTITY Gtalk.accesskey "G"> +<!ENTITY AIM.label "AIM:"> +<!ENTITY AIM2.accesskey "M"> +<!ENTITY Yahoo.label "Yahoo!:"> +<!ENTITY Yahoo.accesskey "Y"> +<!ENTITY Skype.label "Skype:"> +<!ENTITY Skype.accesskey "y"> +<!ENTITY QQ.label "QQ:"> +<!ENTITY QQ.accesskey "Q"> +<!ENTITY MSN.label "MSN:"> +<!ENTITY MSN2.accesskey "N"> +<!ENTITY ICQ.label "ICQ:"> +<!ENTITY ICQ.accesskey "I"> +<!ENTITY XMPP.label "Jabber ID:"> +<!ENTITY XMPP.accesskey "J"> +<!ENTITY IRC.label "Pseudonim dad IRC:"> +<!ENTITY IRC.accesskey "R"> + +<!ENTITY Photo.tab "Fotografia"> +<!ENTITY Photo.accesskey "f"> +<!ENTITY GenericPhoto.label "Fotografia generica"> +<!ENTITY GenericPhoto.accesskey "F"> +<!ENTITY DefaultPhoto.label "Predefinì"> +<!ENTITY PhotoFile.label "Sin quest computer"> +<!ENTITY PhotoFile.accesskey "q"> +<!ENTITY BrowsePhoto.label "Tschertgar en"> +<!ENTITY BrowsePhoto.accesskey "h"> +<!ENTITY PhotoURL.label "En il web"> +<!ENTITY PhotoURL.accesskey "w"> +<!ENTITY PhotoURL.placeholder "Encolla u endatescha l'adressa d'internet dad ina fotografia"> +<!ENTITY UpdatePhoto.label "Actualisar"> +<!ENTITY UpdatePhoto.accesskey "A"> +<!ENTITY PhotoDropTarget.label "Depona qua ina nova fotografia"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abContactsPanel.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abContactsPanel.dtd new file mode 100644 index 0000000000..5544de0980 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abContactsPanel.dtd @@ -0,0 +1,49 @@ +<!-- 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/. --> + +<!ENTITY propertiesMenu.label "Caracteristicas"> +<!ENTITY propertiesMenu.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> +<!ENTITY abPropertiesMenu.label "Caracteristicas dal cudeschet d'adressas"> +<!ENTITY abPropertiesMenu.accesskey "i"> +<!ENTITY contactPropertiesMenu.label "Caracteristicas dals contacts"> +<!ENTITY contactPropertiesMenu.accesskey "i"> +<!ENTITY mailingListPropertiesMenu.label "Caracteristicas da las glistas d'e-mail"> +<!ENTITY mailingListPropertiesMenu.accesskey "i"> + +<!ENTITY abContextMenuButton.tooltip "Mussar il menu contextual dal cudeschet d'adressas"> +<!ENTITY addressbookPicker.label "Cudeschet d'adressas:"> +<!ENTITY addressbookPicker.accesskey "a"> +<!ENTITY searchContacts.label "Tschertgar contacts:"> +<!ENTITY searchContacts.accesskey "n"> +<!ENTITY SearchNameOrEmail.label "Num u e-mail"> + +<!ENTITY addtoToFieldMenu.label "Agiuntar al champ "A""> +<!ENTITY addtoToFieldMenu.accesskey "A"> +<!ENTITY addtoCcFieldMenu.label "Agiuntar al champ "CC""> +<!ENTITY addtoCcFieldMenu.accesskey "C"> +<!ENTITY addtoBccFieldMenu.label "Agiuntar al champ "BCC""> +<!ENTITY addtoBccFieldMenu.accesskey "B"> +<!ENTITY deleteAddrBookCard.label "Stizzar"> +<!ENTITY deleteAddrBookCard.accesskey "z"> +<!ENTITY propertiesContext.label "Caracteristicas"> +<!ENTITY propertiesContext.accesskey "i"> +<!ENTITY abPropertiesContext.label "Caracteristicas"> +<!ENTITY abPropertiesContext.accesskey "i"> +<!ENTITY editContactContext.label "Modifitgar il contact"> +<!ENTITY editContactContext.accesskey "M"> +<!ENTITY editMailingListContext.label "Modifitgar la glista"> +<!ENTITY editMailingListContext.accesskey "M"> + +<!ENTITY newContactAbContext.label "Nov contact"> +<!ENTITY newContactAbContext.accesskey "C"> +<!ENTITY newListAbContext.label "Nova glista"> +<!ENTITY newListAbContext.accesskey "l"> + +<!ENTITY toButton.label "Agiuntar ad "A":"> +<!ENTITY toButton.accesskey "A"> +<!ENTITY ccButton.label "Agiuntar a "CC":"> +<!ENTITY ccButton.accesskey "c"> +<!ENTITY bccButton.label "Agiuntar a "BCC":"> +<!ENTITY bccButton.accesskey "B"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abMailListDialog.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abMailListDialog.dtd new file mode 100644 index 0000000000..daa50beea0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abMailListDialog.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!-- Title --> +<!ENTITY mailListWindowAdd.title "Nova glista d'e-mail"> + +<!-- Labels and Access Keys --> +<!ENTITY addToAddressBook.label "Agiuntar a: "> +<!ENTITY addToAddressBook.accesskey "A"> +<!ENTITY ListName.label "Num da la glista: "> +<!ENTITY ListName.accesskey "L"> +<!ENTITY ListNickName.label "Surnum da la glista: "> +<!ENTITY ListNickName.accesskey "N"> +<!ENTITY ListDescription.label "Descripziun: "> +<!ENTITY ListDescription.accesskey "e"> +<!-- See bug 58485, when we implement drag and drop, add 'or drag addresses' back in --> +<!ENTITY AddressTitle.label "Endatescha adressas d'e-mail per las agiuntar a la glista d'e-mail:"> +<!ENTITY AddressTitle.accesskey "m"> +<!ENTITY UpButton.label "Ensi"> +<!ENTITY DownButton.label "Engiu"> + diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abMainWindow.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abMainWindow.dtd new file mode 100644 index 0000000000..b88015d1d7 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abMainWindow.dtd @@ -0,0 +1,221 @@ +<!-- 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/. --> + +<!ENTITY addressbookWindow.title "Cudeschet d'adressas"> +<!ENTITY blankResultsPaneMessage.label "Quest cudeschet d'adressas mussa mo contacts suenter ina tschertga"> +<!ENTITY localResultsOnlyMessage.label "Contacts da cudeschets d'adressas lontans vegnan mo mussads sche ti als tschertgas"> + +<!-- File Menu --> +<!ENTITY fileMenu.label "Datoteca"> +<!ENTITY fileMenu.accesskey "D"> +<!ENTITY newMenu.label "Nov"> +<!ENTITY newMenu.accesskey "N"> +<!ENTITY newContact.label "Contact…"> +<!ENTITY newContact.accesskey "C"> +<!ENTITY newContact.key "N"> +<!ENTITY newListCmd.label "Glista d'e-mail…"> +<!ENTITY newListCmd.accesskey "L"> +<!ENTITY newAddressBookCmd.label "Cudeschet d'adressas…"> +<!ENTITY newAddressBookCmd.accesskey "a"> +<!ENTITY newCardDAVBookCmd.label "Cudeschet d'adressas CardDAV…"> +<!ENTITY newCardDAVBookCmd.accesskey "V"> +<!ENTITY newLDAPDirectoryCmd.label "Ordinatur LDAP…"> +<!ENTITY newLDAPDirectoryCmd.accesskey "D"> +<!ENTITY newMessageCmd.label "Messadi"> +<!ENTITY newMessageCmd.key "M"> +<!ENTITY newMessageCmd.accesskey "M"> +<!-- LOCALIZATION NOTE (osxAddressBook) : These entities are only used on Mac --> +<!ENTITY osxAddressBook.label "Utilisar il cudeschet d'adressas da Mac OS X"> +<!ENTITY osxAddressBook.accesskey "O"> +<!ENTITY closeCmd.label "Serrar"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "S"> +<!ENTITY printSetupCmd.label "Organisar la pagina…"> +<!ENTITY printSetupCmd.accesskey "O"> +<!ENTITY printPreviewContactCmd.label "Prevista da stampa: Contact"> +<!ENTITY printPreviewContactCmd.accesskey "P"> +<!ENTITY printPreviewAddressBook.label "Prevista da stampa: Cudeschet d'adressas"> +<!ENTITY printPreviewAddressBook.accesskey "P"> +<!ENTITY printContactCmd.label "Stampar il contact…"> +<!ENTITY printContactCmd.accesskey "A"> +<!ENTITY printContactCmd.key "P"> +<!ENTITY printAddressBook.label "Stampar il cudeschet d'adressas…"> +<!ENTITY printAddressBook.accesskey "A"> + +<!-- Edit Menu --> +<!ENTITY editMenu.label "Modifitgar"> +<!ENTITY editMenu.accesskey "M"> +<!ENTITY deleteCmd.label "Stizzar"> +<!ENTITY deleteAbCmd.label "Stizzar il cudeschet d'adressas"> +<!ENTITY deleteContactCmd.label "Stizzar il contact"> +<!ENTITY deleteContactsCmd.label "Stizzar ils contacts"> +<!ENTITY deleteListCmd.label "Stizzar la glista"> +<!ENTITY deleteListsCmd.label "Stizzar las glistas"> +<!ENTITY deleteItemsCmd.label "Stizzar elements"> +<!ENTITY searchAddressesCmd.key "f"> +<!ENTITY propertiesMenu.label "Caracteristicas"> +<!ENTITY propertiesMenu.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> +<!ENTITY abPropertiesMenu.label "Caracteristicas dal cudeschet d'adressas"> +<!ENTITY abPropertiesMenu.accesskey "i"> +<!ENTITY contactPropertiesMenu.label "Caracteristicas dal contact"> +<!ENTITY contactPropertiesMenu.accesskey "i"> +<!ENTITY mailingListPropertiesMenu.label "Caracteristicas da la glista d'e-mail"> +<!ENTITY mailingListPropertiesMenu.accesskey "i"> + +<!-- View Menu --> +<!ENTITY viewMenu.label "Vista"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY viewToolbarsMenu.label "Travs d'utensils"> +<!ENTITY viewToolbarsMenu.accesskey "T"> +<!ENTITY menubarCmd.label "Trav da menu"> +<!ENTITY menubarCmd.accesskey "M"> +<!ENTITY showAbToolbarCmd.label "Trav d'utensils dal cudeschet d'adressas"> +<!ENTITY showAbToolbarCmd.accesskey "c"> +<!ENTITY showTaskbarCmd.label "Trav da status"> +<!ENTITY showTaskbarCmd.accesskey "S"> +<!ENTITY customizeToolbar.label "Modifitgar…"> +<!ENTITY customizeToolbar.accesskey "M"> +<!ENTITY layoutMenu.label "Disposiziun"> +<!ENTITY layoutMenu.accesskey "D"> +<!ENTITY showDirectoryPane.label "Trav dad ordinaturs"> +<!ENTITY showDirectoryPane.accesskey "T"> +<!ENTITY showContactPane2.label "Prevista dal contact"> +<!ENTITY showContactPane2.accesskey "C"> +<!ENTITY menu_ShowNameAs.label "Mussar suandantamain il num"> +<!ENTITY menu_ShowNameAs.accesskey "N"> +<!-- LOCALIZATION NOTE (firstLastCmd2.label): We're not including a comma here +because displayed names don't have the comma in between. --> +<!ENTITY firstLastCmd2.label "Prenum num"> +<!ENTITY firstLastCmd2.accesskey "P"> +<!ENTITY lastFirstCmd.label "Num, prenum"> +<!ENTITY lastFirstCmd.accesskey "N"> +<!ENTITY displayNameCmd.label "Num per mussar"> +<!ENTITY displayNameCmd.accesskey "m"> +<!ENTITY sortMenu.label "Zavrar tenor"> +<!ENTITY sortMenu.accesskey "Z"> + +<!-- Tools Menu --> +<!ENTITY tasksMenu.label "Utensils"> +<!ENTITY tasksMenu.accesskey "U"> +<!ENTITY messengerCmd.label "E-mail & gruppas da discussiun"> +<!ENTITY messengerCmd.accesskey "M"> +<!ENTITY messengerCmd.commandkey "1"> +<!ENTITY searchAddressesCmd.label "Tschertgar adressas…"> +<!ENTITY searchAddressesCmd.accesskey "T"> +<!ENTITY importCmd.label "Importar…"> +<!ENTITY importCmd.accesskey "I"> +<!ENTITY exportCmd.label "Exportar…"> +<!ENTITY exportCmd.accesskey "E"> +<!ENTITY preferencesCmd2.label "Preferenzas"> +<!ENTITY preferencesCmd2.accesskey "p"> +<!ENTITY preferencesCmdUnix.label "Preferenzas"> +<!ENTITY preferencesCmdUnix.accesskey "p"> + +<!-- Address Book Toolbar and Context Menus --> +<!ENTITY newContactButton.label "Nov contact"> +<!ENTITY newContactButton.accesskey "C"> +<!ENTITY newlistButton.label "Nova glista"> +<!ENTITY newlistButton.accesskey "L"> +<!ENTITY showAsDefault.label "Ordinatur da standard suenter aviar"> +<!ENTITY showAsDefault.accesskey "s"> +<!ENTITY editPropertiesButton.label "Modifitgar"> +<!ENTITY propertiesContext.label "Caracteristicas"> +<!ENTITY propertiesContext.accesskey "i"> +<!ENTITY abPropertiesContext.label "Caracteristicas"> +<!ENTITY abPropertiesContext.accesskey "i"> +<!ENTITY syncContext.label "Sincronisar"> +<!ENTITY syncContext.accesskey "i"> +<!ENTITY editContactContext.label "Modifitgar il contact"> +<!ENTITY editContactContext.accesskey "M"> +<!ENTITY editMailingListContext.label "Modifitgar la glista"> +<!ENTITY editMailingListContext.accesskey "M"> +<!ENTITY newmsgButton.label "Scriver"> +<!ENTITY newmsgButton.accesskey "S"> +<!ENTITY newIM.label "Messadi immediat"> +<!ENTITY newIM.accesskey "I"> +<!ENTITY printButton.label "Stampar…"> +<!ENTITY printButton.accesskey "r"> +<!ENTITY deleteButton2.label "Stizzar"> +<!ENTITY deleteButton2.accesskey "z"> + +<!-- Address Book Toolbar Tooltips --> +<!ENTITY columnChooser.tooltip "Tscherner las colonnas per mussar"> +<!ENTITY newContactButton.tooltip "Crear in nov contact"> +<!ENTITY newlistButton.tooltip "Crear ina nova glista da distribuziun"> +<!ENTITY editPropertiesButton.tooltip "Modifitgar l'element tschernì"> +<!ENTITY editAbPropertiesButton.tooltip "Modifitgar las caracteristicas dal cudeschet d'adressas tschernì"> +<!ENTITY editContactPropertiesButton.tooltip "Modifitgar il contact tschernì"> +<!ENTITY editMailingListPropertiesButton.tooltip "Modifitgar la glista d'e-mail tschernida"> +<!ENTITY newmsgButton.tooltip "Scriver in nov e-mail"> +<!ENTITY newIM.tooltip "Scriver in nov messadi immediat (instant message) u in nov chat"> +<!ENTITY deleteButton2.tooltip "Stizzar l'element tschernì"> + +<!-- Search Bar --> +<!ENTITY SearchNameOrEmail.label "Num u e-mail"> +<!ENTITY SearchNameOrEmail.accesskey "N"> +<!ENTITY advancedButton.tooltip "Tschertga d'adressas avanzada"> +<!ENTITY quickSearchCmd.key "k"> +<!ENTITY searchItem.title "Tschertga svelta"> + +<!-- Results Pane --> +<!ENTITY Addrbook.label "Cudeschet d'adressas"> +<!ENTITY Addrbook.accesskey "C"> +<!ENTITY GeneratedName.label "Num"> +<!ENTITY GeneratedName.accesskey "N"> +<!ENTITY PrimaryEmail.label "E-mail"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY ChatName.label "Num da chat"> +<!ENTITY ChatName.accesskey "C"> +<!ENTITY Company.label "Organisaziun"> +<!ENTITY Company.accesskey "z"> +<!ENTITY NickName.label "Surnum"> +<!ENTITY NickName.accesskey "s"> +<!ENTITY SecondEmail.label "Adressa d'e-mail supplementara"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Partiziun"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Titel"> +<!ENTITY JobTitle.accesskey "T"> +<!ENTITY CellularNumber.label "Mobil"> +<!ENTITY CellularNumber.accesskey "M"> +<!ENTITY PagerNumber.label "Pager"> +<!ENTITY PagerNumber.accesskey "P"> +<!ENTITY FaxNumber.label "Fax"> +<!ENTITY FaxNumber.accesskey "F"> +<!ENTITY HomePhone.label "Telefon privat"> +<!ENTITY HomePhone.accesskey "p"> +<!ENTITY WorkPhone.label "Telefon lavur"> +<!ENTITY WorkPhone.accesskey "l"> +<!ENTITY sortAscending.label "Ascendent"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendent"> +<!ENTITY sortDescending.accesskey "D"> +<!ENTITY _PhoneticName.label "Num fonetic"> +<!ENTITY _PhoneticName.accesskey "o"> + +<!-- Card Summary Pane --> +<!-- Box Headings --> +<!ENTITY contact.heading "Contact"> +<!ENTITY home.heading "Privat"> +<!ENTITY other.heading "Auter"> +<!ENTITY chat.heading "Chat"> +<!ENTITY phone.heading "Telefon"> +<!ENTITY work.heading "Lavur"> +<!-- Special Box Headings, for mailing lists --> +<!ENTITY description.heading "Descripziun"> +<!ENTITY addresses.heading "Adressas"> +<!-- For Map It! --> +<!ENTITY mapItButton.label "Mussar ina charta"> +<!ENTITY mapIt.tooltip "Mussar questa adressa sin ina charta en il web"> + +<!-- Status Bar --> +<!ENTITY statusText.label ""> + +<!-- Mac OS X Window Menu --> +<!ENTITY windowMenu.label "Fanestra"> +<!ENTITY minimizeWindow.label "Minimar"> +<!ENTITY minimizeWindow.key "m"> +<!ENTITY bringAllToFront.label "Prender tuts enavant"> +<!ENTITY zoomWindow.label "Zoom"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abNewCardDialog.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abNewCardDialog.dtd new file mode 100644 index 0000000000..9254cf055e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abNewCardDialog.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY chooseAddressBook.label "Agiuntar a: "> +<!ENTITY chooseAddressBook.accesskey "t"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/abResultsPane.dtd b/l10n-rm/mail/chrome/messenger/addressbook/abResultsPane.dtd new file mode 100644 index 0000000000..77c7b8ff38 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/abResultsPane.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY Addrbook.label "Cudeschet d'adressas"> +<!ENTITY Addrbook.accesskey "C"> +<!ENTITY GeneratedName.label "Num"> +<!ENTITY GeneratedName.accesskey "N"> +<!ENTITY PrimaryEmail.label "E-mail"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY Company.label "Organisaziun"> +<!ENTITY Company.accesskey "z"> +<!ENTITY _PhoneticName.label "Num fonetic"> +<!ENTITY _PhoneticName.accesskey "o"> +<!ENTITY NickName.label "Surnum"> +<!ENTITY NickName.accesskey "u"> +<!ENTITY SecondEmail.label "E-mail alternativ"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Partiziun"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Titel"> +<!ENTITY JobTitle.accesskey "T"> +<!ENTITY CellularNumber.label "Telefonin"> +<!ENTITY CellularNumber.accesskey "f"> +<!ENTITY PagerNumber.label "Pager"> +<!ENTITY PagerNumber.accesskey "P"> +<!ENTITY FaxNumber.label "Fax"> +<!ENTITY FaxNumber.accesskey "F"> +<!ENTITY HomePhone.label "Telefon privat"> +<!ENTITY HomePhone.accesskey "p"> +<!ENTITY WorkPhone.label "Telefon lavur"> +<!ENTITY WorkPhone.accesskey "a"> +<!ENTITY ChatName.label "Num da chat"> +<!ENTITY ChatName.accesskey "c"> +<!ENTITY sortAscending.label "Ascendent"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendent"> +<!ENTITY sortDescending.accesskey "D"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/addressBook.properties b/l10n-rm/mail/chrome/messenger/addressbook/addressBook.properties new file mode 100644 index 0000000000..c2fc8a52be --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/addressBook.properties @@ -0,0 +1,262 @@ +# 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/. + +# The following are used by the Mailing list dialog. +# LOCALIZATION NOTE (mailingListTitleEdit): %S will be replaced by the Mailing List's display name. +mailingListTitleEdit=Modifitgar %S +emptyListName=Ti stos endatar in num per la glista. +badListNameCharacters=Il num da la glista na dastga betg cuntegnair ils suandants caracters: < > ; , " +badListNameSpaces=Il num da la glista na dastga betg cuntegnair plirs spazis in suenter l'auter. +lastFirstFormat=%S, %S +firstLastFormat=%S %S + +allAddressBooks=Tut ils cudeschets d'adressas + +newContactTitle=Nov contact +# %S will be the contact's display name +newContactTitleWithDisplayName=Nov contact per %S +editContactTitle=Modifitgar il contact +# %S will be the contact's display name +editContactTitleWithDisplayName=Modifitgar il contact da %S +# don't translate vCard +editVCardTitle=Modifitgar la vCard +# %S will be the card's display name, don't translate vCard +editVCardTitleWithDisplayName=Modifitgar la vCard da %S + +## LOCALIZATION NOTE (cardRequiredDataMissingMessage): do not localize \n +cardRequiredDataMissingMessage=Ti stos far almain ina da las suandantas indicaziuns:\nadressa d'e-mail, prenum, num, num mussà, organisaziun. +cardRequiredDataMissingTitle=Infurmaziuns necessarias mancan +incorrectEmailAddressFormatMessage=L'adressa d'e-mail primara sto esser da la furma num@host. +incorrectEmailAddressFormatTitle=Format nuncorrect da l'adressa d'e-mail + +viewListTitle=Glista da mail: %S +mailListNameExistsTitle=La glista d'e-mail exista gia +mailListNameExistsMessage=I exista gia ina glista dad e-mail cun quest num. Tscherna per plaschair in auter. + +confirmDeleteThisContactTitle=Stizzar il contact +# LOCALIZATION NOTE (confirmDeleteThisContact): +# #1 The name of the selected contact +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this contact? +# • John Doe +confirmDeleteThisContact=Vuls ti propi stizzar quest contact?\n• #1 + +confirmDelete2orMoreContactsTitle=Stizzar plirs contacts +# LOCALIZATION NOTE (confirmDelete2orMoreContacts): +# Semicolon list of plural forms. +# See: https://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts, always more than 1. +# Example: Are you sure you want to delete these 3 contacts? +confirmDelete2orMoreContacts=Vuls ti propi stizzar #1 contact?;Vuls ti propi stizzar #1contacts? + +confirmRemoveThisContactTitle=Allontanar il contact +# LOCALIZATION NOTE (confirmRemoveThisContact): +# #1 The name of the selected contact +# #2 The name of the containing mailing list +# This title is about a contact in a mailing list, so it will not be deleted, +# but only removed from the list. +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to remove this contact from the mailing list 'Customers List'? +# • John Doe +confirmRemoveThisContact=Vuls ti propi allontanar quest contact da la glista dad e-mail '#2'?\n• #1 + +confirmRemove2orMoreContactsTitle=Allontanar plirs contacts +# LOCALIZATION NOTE (confirmRemove2orMoreContacts): +# Semicolon list of singular and plural forms. +# See: https://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts, always more than 1. +# #2 The name of the containing mailing list +# Example: Are you sure you want to remove these 3 contacts from the mailing list 'Customers List'? +confirmRemove2orMoreContacts=Vuls ti propi allontanar #1 contact da la glista dad e-mail «#2»?;Vuls ti propi allontanar #1 contacts da la glista dad e-mail «#2»? + +confirmDeleteThisMailingListTitle=Stizzar la glista d'e-mail +# LOCALIZATION NOTE (confirmDeleteThisMailingList): +# #1 The name of the selected mailing list +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this mailing list? +# • Customers List +confirmDeleteThisMailingList=Vuls ti propi stizzar questa glista dad e-mail?\n• #1 + +confirmDelete2orMoreMailingListsTitle=Stizzar pliras glistas dad e-mail +# LOCALIZATION NOTE (confirmDelete2orMoreMailingLists): +# Semicolon list of plural forms. +# See: https://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected mailing lists, always more than 1 +# Example: Are you sure you want to delete these 3 mailing lists? +confirmDelete2orMoreMailingLists=Vuls ti propi stizzar #1 glista dad e-mail?;Vuls ti propi stizzar #1 glistas dad e-mail? + +confirmDelete2orMoreContactsAndListsTitle=Stizzar contacts e glistas dad e-mail +# LOCALIZATION NOTE (confirmDelete2orMoreContactsAndLists): +# Semicolon list of and plural forms. +# See: https://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts and mailing lists, always more than 1 +# Example: Are you sure you want to delete these 3 contacts and mailing lists? +confirmDelete2orMoreContactsAndLists=Vuls ti propi stizzar #1 contact e la glista dad e-mail?;Vuls ti propi stizzar #1 contacts e glistas dad e-mail? + +confirmDeleteThisAddressbookTitle=Stizzar il cudeschet d'adressas +# LOCALIZATION NOTE (confirmDeleteThisAddressbookTitle): +# #1 The name of the selected address book +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this address book and all of its contacts? +# • Friends and Family Address Book +confirmDeleteThisAddressbook=Vuls ti propi stizzar quest cudeschet d'adressas e tut ils contacts ch'el cuntegna?\n• #1 + +confirmDeleteThisLDAPDirTitle=Stizzar il register LDAP local +# LOCALIZATION NOTE (confirmDeleteThisLDAPDir): +# #1 The name of the selected LDAP directory +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete the local copy of this LDAP directory and all of its offline contacts? +# • Mozilla LDAP Directory +confirmDeleteThisLDAPDir=Vuls ti propi stizzar la copia locala da quest register LDAP e tut ils contacts offline ch'el cuntegna?\n• #1 + +confirmDeleteThisCollectionAddressbookTitle=Stizzar il cudeschet d'adressas rimnadas +# LOCALIZATION NOTE (confirmDeleteThisCollectionAddressbook): +# #1 The name of the selected collection address book +# #2 The name of the application (Thunderbird) +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: If this address book is deleted, Thunderbird will no longer collect addresses. +# Are you sure you want to delete this address book and all of its contacts? +# • My Collecting Addressbook +confirmDeleteThisCollectionAddressbook=Sche ti stizzas quest cudeschet d'adressas na vegn #2 betg pli a rimnar adressas.\nVuls ti propi stizzar quest cudeschet d'adressas e tut ils contacts ch'el cuntegna?\n• #1 + +propertyPrimaryEmail=E-mail +propertyListName=Num da la glista +propertySecondaryEmail=Adressa d'e-mail supplementara +propertyNickname=Surnum +propertyDisplayName=Num visualisà +propertyWork=Lavur +propertyHome=Privat +propertyFax=Fax +propertyCellular=Mobil +propertyPager=Pager +propertyBirthday=Anniversari +propertyCustom1=Persunalisà 1 +propertyCustom2=Persunalisà 2 +propertyCustom3=Persunalisà 3 +propertyCustom4=Persunalisà 4 + +propertyGtalk=Google Talk +propertyAIM=AIM +propertyYahoo=Yahoo! +propertySkype=Skype +propertyQQ=QQ +propertyMSN=MSN +propertyICQ=ICQ +propertyXMPP=ID da Jabber +propertyIRC=Pseudonim dad IRC + +## LOCALIZATION NOTE (cityAndStateAndZip): +## %1$S is city, %2$S is state, %3$S is zip +cityAndStateAndZip=%1$S, %2$S %3$S +## LOCALIZATION NOTE (cityAndStateNoZip): +## %1$S is city, %2$S is state +cityAndStateNoZip=%1$S, %2$S +## LOCALIZATION NOTE (cityOrStateAndZip): +## %1$S is city or state, %2$S is zip +cityOrStateAndZip=%1$S %2$S + +stateZipSeparator= + +prefixTo=A +prefixCc=CC +prefixBcc=BCC +addressBook=Cudeschet d'adressas + +# Contact photo management +browsePhoto=Fotografia dal contact +stateImageSave=Memorisar il maletg… +errorInvalidUri=Errur: Funtauna dal maletg nunvalida. +errorNotAvailable=Errur: La datoteca n'è betg accessibla. +errorInvalidImage=Errur: Mo maletgs dal tip JPG, PNG e GIF vegnan acceptads. +errorSaveOperation=Errur: Betg reussì da memorisar il maletg. + +# mailnews.js +ldap_2.servers.pab.description=Cudeschet d'adressas persunal +ldap_2.servers.history.description=Adressas rimnadas +## LOCALIZATION NOTE (ldap_2.servers.osx.description is only used on Mac OS X) +ldap_2.servers.osx.description=Cudeschet d'adressas da Mac OS X + +# status bar stuff +## LOCALIZATION NOTE (totalContactStatus): +## %1$S is address book name, %2$S is contact count +totalContactStatus=Dumber total da contacts en %1$S: %2$S +noMatchFound=Chattà naginas congrugenzas +## LOCALIZATION NOTE (matchesFound1): +## Semicolon-separated list of singular and plural forms. +## See: https://developer.mozilla.org/docs/Mozilla/Localization/Localization_and_Plurals +## #1 is the number of matching contacts found +matchesFound1=#1 resultat;#1 resultats + +## LOCALIZATION NOTE (contactsCopied): Semi-colon list of plural forms +## %1$S is the number of contacts that were copied. This should be used multiple +## times wherever you need it. Do not replace by %S. +contactsCopied=Copià %1$S contact;Copià %1$S contacts + +## LOCALIZATION NOTE (contactsMoved): Semi-colon list of plural forms +## %1$S is the number of contacts that were moved. This should be used multiple +## times wherever you need it. Do not replace by %S. +contactsMoved=Spustà %1$S contact;Spustà %1$S contacts + +# LDAP directory stuff +invalidName=Endatescha per plaschair in num valid. +invalidHostname=Endatescha per plaschair in num da host valid. +invalidPortNumber=Endatescha per plaschair in numer da port valid. +invalidResults=Endatescha per plaschair in numer valid en il champ da resultat. +abReplicationOfflineWarning=Ti stos esser connectà cun l'internet per pudair sincronisar in directory LDAP. +abReplicationSaveSettings=Ils parameters ston vegnir memorisads avant ch'in directory po vegnir telechargià. + +# For importing / exporting +## LOCALIZATION NOTE (ExportAddressBookNameTitle): %S is the name of exported addressbook +ExportAddressBookNameTitle=Exportar il cudeschet d'adressas - %S +LDIFFiles=LDIF +CSVFiles=Separà cun comma +CSVFilesSysCharset=Separà cun comma (codaziun dal sistem) +CSVFilesUTF8=Separà cun comma (UTF-8) +TABFiles=Separà entras tabulatur +TABFilesSysCharset=Separà cun tabulatur (codaziun dal sistem) +TABFilesUTF8=Separà cun tabulatur (UTF-8) +VCFFiles=vCard +SupportedABFiles=Datotecas da cudeschet d'adressas sustegnidas +failedToExportTitle=Errur cun exportar +failedToExportMessageNoDeviceSpace=Impussibel dad exportar il cudeschet d'adressas, la capacitad da memorisar disponibla sin quest purtader da datas n'è betg suffizienta. +failedToExportMessageFileAccessDenied=Errur cun exportar il cudeschet d'adressas, refusà l'access a la datoteca. + +# For getting authDN for replication using dlg box +AuthDlgTitle=Replicaziun LDAP dal cudeschet d'adressas +AuthDlgDesc=Endatescha tes num d'utilisader ed il pled-clav per acceder al server da directory LDAP. + +# LOCALIZATION NOTE(joinMeInThisChat) +# use + for spaces +joinMeInThisChat=Accumpogna+mai+en+quest+chat. + +# For printing +headingHome=Privat +headingWork=Lavur +headingOther=Auter +headingChat=Chat +headingPhone=Telefon +headingDescription=Descripziun +headingAddresses=Adressas + +## For address books +addressBookTitleNew=Nov cudeschet d'adressas +# LOCALIZATION NOTE (addressBookTitleEdit): +# %S is the current name of the address book. +# Example: My Custom AB Properties +addressBookTitleEdit=Caracteristicas da %S +duplicateNameTitle=Num dal cudeschet d'adressas duplitgà +# LOCALIZATION NOTE (duplicateNameText): +# Don't localize "\n• %S" unless your local layout comes out wrong. +# %S is the name of the existing address book. +# Example: An address book with this name already exists: +# • My Custom AB +duplicateNameText=In cudeschet d'adressas cun quest num exista gia:\n• %S + +# For corrupt .mab files +corruptMabFileTitle=Datoteca da cudeschet d'adressas donnegiada +corruptMabFileAlert=Ina da tias datotecas da cudeschet d'adressas (datoteca %1$S) n'ha betg pudì vegnir legida. In nova datoteca %2$S vegn creada ed ina copia da segirezza da la datoteca veglia cun il num %3$S vegn creada en il medem ordinatur. + +# For locked .mab files +lockedMabFileTitle=Impussibel da chargiar la datoteca da cudeschet d'adressas +lockedMabFileAlert=Impussibel da chargiar la datoteca da cudeschet d'adressas %S. Ella è eventualmain mo per lectura u bloccada dad in'autra applicaziun. Emprova per plaschair pli tard anc ina giada. diff --git a/l10n-rm/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties b/l10n-rm/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties new file mode 100644 index 0000000000..8d2d988ac6 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties @@ -0,0 +1,109 @@ +# 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/. + +# These are error strings for problems that happen while in the +# various states declared in nsILDAPAutoCompFormatter.idl. Note that +# the number that indexes each error state is the same as the number +# corresponding to that state in nsILDAPAutoCompFormatter.idl. + +# These are error strings for problems that happen while in the +# various states declared in nsILDAPAutoCompFormatter.idl. Note that +# the number that indexes each error state is the same as the number +# corresponding to that state in nsILDAPAutoCompFormatter.idl. + +## @name ERR_STATE_UNBOUND +## @loc none +0=Problem dad inizialisaziun LDAP + +## @name ERR_STATE_INITIALIZING +## @loc none +1=La connexiun cun il server LDAP n'è betg reussida + +## @name ERR_STATE_BINDING +## @loc none +2=La connexiun cun il server LDAP n'è betg reussida + +## @name ERR_STATE_BOUND +## @loc none +3=Problem da communicaziun cun il server LDAP + +## @name ERR_STATE_SEARCHING +## @loc none +4=Problem da tschertga dal server LDAP + + +# The format of the alert dialog itself +# +## @name ALERT_FORMAT +## @loc None of %1$S, %2$S and %3$S should be localized. +## %1$S is the error code itself, %2$S is an LDAP SDK error message from +## chrome://mozldap/locale/ldap.properties, and %3$S is a hint relating +## to that specific error, found in this file. +errorAlertFormat=Code da l'errur %1$S: %2$S\n\n %3$S + +## The following errors are for error codes other than LDAP-specific ones. +## Someday mozilla will actually have a system for mapping nsresults to +## error strings that's actually widely used, unlike nsIErrorService. But +## until it does, these strings live here... + +## @name HOST_NOT_FOUND +## @loc none +5000=Betg chattà il server + +## @name GENERIC_ERROR +## @loc none +9999=Errur nunenconuschenta + + +# Hints to for the user, associated with specific error codes (ie error code +# + 10000) + + +## @name TIMELIMIT_EXCEEDED_HINT +## @loc none +10003=Emprova per plaschair pli tard anc ina giada u contactescha tes administratur da sistem. + +## @name STRONGAUTH_REQUIRED_HINT +## @loc none +10008=L'autentificaziun segira na vegn per il mument betg sustegnida. + +## @name INVALID_SYNTAX_HINT +## @loc none +10021=Verifitgescha ch'il filter da tschertga è correct. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar, sch'il filter da tschertga è correct, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin 'Modifitgar' e tscherna il register 'Extendì' per controllar/midar il filter da tschertga. + +## @name NO_SUCH_OBJECT_HINT +## @loc none +10032=Verifitgescha ch'il DN da basa è correct. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar sch'il DN da basa è correct, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin 'Modifitgar' per controllar/midar il DN da basa. + +## @name BUSY_HINT +## @loc none +10051=Emprova per plaschair pli tard anc ina giada. + +## @name SERVER_DOWN_HINT +## @loc none +10081=Verifitgescha che l'adressa dal server ed il numer da port èn corrects. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar sche l'adressa dal server ed il numer da port èn corrects, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin "Modifitgar" per controllar/midar l'adressa dal server ed il numer da port. + +## @name TIMEOUT_HINT +## @loc none +10085=Emprova per plaschair pli tard anc ina giada. + +## @name FILTER_ERROR_HINT +## @loc none +10087=Verifitgescha ch'il filter da tschertga è correct. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar, sch'il filter da tschertga è correct, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin 'Modifitgar' e tscherna il register 'Extendì' per controllar/midar il filter da tschertga. + +## @name NO_MEMORY_HINT +## @loc none +10090=Serra per plaschair in pèr autras fanestras ed/u applicaziuns ed emprova anc ina giada. + +## @name CONNECT_ERROR_HINT +## @loc none +10091=Verifitgescha che l'adressa dal server ed il numer da port èn corrects. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar sche l'adressa dal server ed il numer da port èn corrects, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin "Modifitgar" per controllar/midar l'adressa dal server ed il numer da port. + +## @name HOST_NOT_FOUND_HINT +## @loc none +15000=Verifitgescha che l'adressa dal server è correcta. Emprova lura anc ina giada u contactescha tes administratur da sistem. Per controllar sche l'adressa dal server è correcta, va a Preferenzas > Scriver > Adressar > Server LDAP. Clicca sin 'Modifitgar registers…' e tscherna lura il server da directory LDAP che duai vegnir utilisà. Clicca sin 'Modifitgar' per controllar/midar l'adressa dal server. + +## @name GENERIC_HINT +## @loc none +19999=Contactescha per plaschair tes administratur da sistem. diff --git a/l10n-rm/mail/chrome/messenger/addressbook/pref-directory-add.dtd b/l10n-rm/mail/chrome/messenger/addressbook/pref-directory-add.dtd new file mode 100644 index 0000000000..2e9e2e3d24 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/pref-directory-add.dtd @@ -0,0 +1,45 @@ +<!-- 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/. --> + +<!ENTITY directoryName.label "Num: "> +<!ENTITY directoryName.accesskey "N"> +<!ENTITY directoryHostname.label "Adressa dal server: "> +<!ENTITY directoryHostname.accesskey "A"> +<!ENTITY directoryBaseDN.label "DN da basa: "> +<!ENTITY directoryBaseDN.accesskey "B"> +<!ENTITY findButton.label "Tschertgar"> +<!ENTITY findButton.accesskey "T"> +<!ENTITY directorySecure.label "Utilisar ina connexiun segira (SSL)"> +<!ENTITY directorySecure.accesskey "U"> +<!ENTITY directoryLogin.label "Bind DN: "> +<!ENTITY directoryLogin.accesskey "i"> +<!ENTITY General.tab "General"> +<!ENTITY Offline.tab "Offline"> +<!ENTITY Advanced.tab "Extendì"> +<!ENTITY portNumber.label "Numer da port: "> +<!ENTITY portNumber.accesskey "P"> +<!ENTITY searchFilter.label "Filter da tschertga: "> +<!ENTITY searchFilter.accesskey "f"> +<!ENTITY scope.label "Dimensiun: "> +<!ENTITY scope.accesskey "D"> +<!ENTITY scopeOneLevel.label "In nivel"> +<!ENTITY scopeOneLevel.accesskey "L"> +<!ENTITY scopeSubtree.label "Sutierarchia"> +<!ENTITY scopeSubtree.accesskey "S"> +<!ENTITY return.label "Betg returnar dapli che"> +<!ENTITY return.accesskey "r"> +<!ENTITY results.label "resultats"> +<!ENTITY offlineText.label "Ti pos telechargiar ina copia locala da quest ordinatur per l'avair a disposiziun cun lavurar senza connexiun."> +<!ENTITY saslMechanism.label "Metoda da s'annunziar: "> +<!ENTITY saslMechanism.accesskey "m"> +<!ENTITY saslOff.label "Simpel"> +<!ENTITY saslOff.accesskey "l"> +<!ENTITY saslGSSAPI.label "Kerberos (GSSAPI)"> +<!ENTITY saslGSSAPI.accesskey "K"> + +<!-- Localization note: this is here because the width of the dialog + is determined by the width of the base DN box; and that is likely + to vary somewhat with the language. +--> +<!ENTITY newDirectoryWidth "36em"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/pref-directory.dtd b/l10n-rm/mail/chrome/messenger/addressbook/pref-directory.dtd new file mode 100644 index 0000000000..c697c02334 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/pref-directory.dtd @@ -0,0 +1,17 @@ +<!-- 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 (window.title) : do not translate "LDAP" in below line --> +<!ENTITY pref.ldap.window.title "Servers da directory LDAP"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Server da directory LDAP:"> +<!-- LOCALIZATION NOTE (directoriesText.label) : do not translate "LDAP" in below line --> +<!ENTITY directoriesText.label "Tscherna in server da directory LDAP:"> +<!ENTITY directoriesText.accesskey "S"> +<!ENTITY addDirectory.label "Agiuntar"> +<!ENTITY addDirectory.accesskey "A"> +<!ENTITY editDirectory.label "Modifitgar"> +<!ENTITY editDirectory.accesskey "M"> +<!ENTITY deleteDirectory.label "Stizzar"> +<!ENTITY deleteDirectory.accesskey "z"> diff --git a/l10n-rm/mail/chrome/messenger/addressbook/replicationProgress.properties b/l10n-rm/mail/chrome/messenger/addressbook/replicationProgress.properties new file mode 100644 index 0000000000..a4d642b60e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/addressbook/replicationProgress.properties @@ -0,0 +1,20 @@ +# 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/. +replicationStarted=Cumenzà la replicaziun… +changesStarted=Tschertgar midadas per replicar… +replicationSucceeded=Replicaziun cun success +replicationFailed=Errur durant la replicaziun +replicationCancelled=Interrut la replicaziun +# LOCALIZATION NOTE +# do not localize %S. %S is the current entry number (an integer) +currentCount=Replicar endataziun d'ordinatur: %S + +downloadButton=Telechargiar ussa +downloadButton.accesskey=D +cancelDownloadButton=Interrumper la telechargia +cancelDownloadButton.accesskey=C + +directoryTitleNew=Nov ordinatur LDAP +## LOCALIZATION NOTE (directoryTitleEdit): %S will be replaced by the LDAP directory's display name +directoryTitleEdit=Caracteristicas da %S diff --git a/l10n-rm/mail/chrome/messenger/am-addressing.dtd b/l10n-rm/mail/chrome/messenger/am-addressing.dtd new file mode 100644 index 0000000000..722f216acc --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-addressing.dtd @@ -0,0 +1,51 @@ +<!-- 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/. --> + +<!-- extracted from am-addressing.xul --> + +<!-- extracted from am-addressing.xhtml --> + +<!ENTITY addressing.label "Scriver & adressar"> +<!ENTITY addressingGroupTitle.label "Adressar"> +<!ENTITY addressingText.label "Cun tschertgar adressas:"> +<!-- LOCALIZATION NOTE (override.label) : do not translate "LDAP" in below line --> +<!ENTITY useGlobal.label "Utilisar las preferenzas globalas da server LDAP per quest conto"> +<!ENTITY useGlobal.accesskey "U"> +<!ENTITY editDirectories.label "Modifitgar…"> +<!ENTITY editDirectories.accesskey "M"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Utilisar in auter server LDAP:"> +<!ENTITY directories.accesskey "d"> +<!ENTITY directoriesNone.label "Nagina"> + +<!-- am-addressing.xul --> + +<!-- am-addressing.xhtml --> + +<!ENTITY compositionGroupTitle.label "Scriver"> +<!-- LOCALIZATION NOTE (useHtml.label) : do not translate "html" in below line --> +<!ENTITY useHtml.label "Scriver ils messadis en il format HTML"> +<!ENTITY useHtml.accesskey "C"> +<!ENTITY autoQuote.label "Citar automaticamain il messadi original cun respunder"> +<!ENTITY autoQuote.accesskey "m"> +<!-- LOCALIZATION NOTE (quoting.label): This will concatenate with the 4 strings that follow. --> +<!ENTITY quoting.label "Cun citar,"> +<!ENTITY quoting.accesskey "c"> +<!ENTITY aboveQuote.label "cumenzar mia resposta sur il text cità"> +<!ENTITY belowQuote.label "cumenzar mia resposta sut il text cità"> +<!ENTITY selectAndQuote.label "marcar il text cità"> +<!ENTITY place.label "e plazzar mia suttascripziun"> +<!ENTITY place.accesskey "s"> +<!ENTITY belowText.label "sut il text cità (recumandà)"> +<!ENTITY aboveText.label "sut mia resposta (sur il text cità)"> +<!ENTITY includeSigOnReply.label "Includer la suttascripziun cun respunder"> +<!ENTITY includeSigOnReply.accesskey "s"> +<!ENTITY includeSigOnForward.label "Includer la suttascripziun cun renviar"> +<!ENTITY includeSigOnForward.accesskey "v"> + +<!ENTITY globalComposingPrefs.label "Preferenzas globalas per scriver…"> +<!ENTITY globalComposingPrefs.accesskey "G"> + +<!ENTITY globalAddressingPrefs.label "Preferenzas globalas per adressar…"> +<!ENTITY globalAddressingPrefs.accesskey "P"> diff --git a/l10n-rm/mail/chrome/messenger/am-advanced.dtd b/l10n-rm/mail/chrome/messenger/am-advanced.dtd new file mode 100644 index 0000000000..2af1523ca2 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-advanced.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + +<!-- extracted from am-advanced.xul --> + +<!-- extracted from am-advanced.xhtml --> + +<!-- LOCALIZATION NOTE (smtpServer.label): do not translate "SMTP" in below line --> +<!ENTITY smtpServer.label "Parameters dal server da sortida (SMTP)"> + +<!-- LOCALIZATION NOTE (smtpDescription.label): do not translate "SMTP" in below line --> +<!ENTITY smtpDescription.label "Sche ti administreschas tias identitads pos ti utilisar in server da questa glista cun tscherner el sco server per posta che sorta (SMTP) ni che ti pos utilisar il server da standard da questa glista cun tscherner "Utilisar il server predefinì"."> + +<!ENTITY smtpListAdd.label "Agiuntar…"> +<!ENTITY smtpListAdd.accesskey "A"> +<!ENTITY smtpListEdit.label "Modifitgar…"> +<!ENTITY smtpListEdit.accesskey "M"> +<!ENTITY smtpListDelete.label "Allontanar"> +<!ENTITY smtpListDelete.accesskey "l"> +<!ENTITY smtpListSetDefault.label "Definir sco standard"> +<!ENTITY smtpListSetDefault.accesskey "s"> + +<!ENTITY serverDetails.label "Detagls dal server tschernì:"> +<!ENTITY serverDescription.label "Descripziun: "> +<!ENTITY serverName.label "Num dal server: "> +<!ENTITY serverPort.label "Port: "> +<!ENTITY userName.label "Num d'utilisader: "> +<!ENTITY connectionSecurity.label "Segirezza da la connexiun: "> +<!ENTITY authMethod.label "Metoda d'autentificaziun: "> diff --git a/l10n-rm/mail/chrome/messenger/am-archiveoptions.dtd b/l10n-rm/mail/chrome/messenger/am-archiveoptions.dtd new file mode 100644 index 0000000000..d3731cfed0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-archiveoptions.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!-- extracted from am-archiveoptions.xul --> + +<!-- extracted from am-archiveoptions.xhtml --> + +<!ENTITY dialogTitle.label "Opziuns dad archivar"> +<!ENTITY archiveGranularityPrefix.label "Cun archivar messadis, als deponer en:"> +<!ENTITY archiveFlat.label "In singul ordinatur"> +<!ENTITY archiveFlat.accesskey "s"> +<!ENTITY archiveYearly.label "Ordinaturs archivads annualmain"> +<!ENTITY archiveYearly.accesskey "a"> +<!ENTITY archiveMonthly.label "Ordinaturs archivads mensilmain"> +<!ENTITY archiveMonthly.accesskey "M"> +<!ENTITY keepFolderStructure.label "Preservar la structura dad ordinaturs existenta per messadis archivads"> +<!ENTITY keepFolderStructure.accesskey "P"> +<!ENTITY archiveExample.label "Exempel"> +<!-- LOCALIZATION NOTE (archiveFolderName.label): this should match the default + name for the "Archives" folder --> +<!ENTITY archiveFolderName.label "Archivs"> +<!-- LOCALIZATION NOTE (inboxFolderName.label): this should match the default + name for the "Inbox" folder --> +<!ENTITY inboxFolderName.label "Posta entrada"> diff --git a/l10n-rm/mail/chrome/messenger/am-copies.dtd b/l10n-rm/mail/chrome/messenger/am-copies.dtd new file mode 100644 index 0000000000..68824f813d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-copies.dtd @@ -0,0 +1,52 @@ +<!-- 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/. --> + +<!-- extracted from am-copies.xul --> + +<!-- extracted from am-copies.xhtml --> + +<!ENTITY copyAndFolderTitle.label "Copias & ordinaturs"> +<!ENTITY sendingPrefix.label "Cun trametter messadis, automaticamain: "> +<!ENTITY fccMailFolder.label "Memorisar ina copia sut:"> +<!ENTITY fccMailFolder.accesskey "P"> +<!ENTITY fccReplyFollowsParent.label "Memorisar las respostas en l'ordinatur dal messadi respundì"> +<!ENTITY fccReplyFollowsParent.accesskey "m"> +<!-- LOCALIZATION NOTE (ccAddress.label): do not translate "Cc" in below line --> +<!ENTITY ccAddress.label "Cc a questas adressas dad e-mail:"> +<!ENTITY ccAddress.accesskey "C"> +<!ENTITY ccAddressList.placeholder "Separar las adressas cun commas"> +<!-- LOCALIZATION NOTE (bccAddress.label): do not translate "Bcc" in below line --> +<!ENTITY bccAddress.label "BCC a questas adressas dad e-mail:"> +<!ENTITY bccAddress.accesskey "B"> +<!ENTITY bccAddressList.placeholder "Separar las adressas cun commas"> +<!ENTITY saveMessageDlg.label "Mussar in dialog da conferma sch'ils messadis vegnan memorisads"> +<!ENTITY saveMessageDlg.accesskey "M"> +<!-- LOCALIZATION NOTE (sentFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY sentFolderOn.label "Ordinatur "Tramess" en:"> +<!ENTITY sentFolderOn.accesskey "S"> +<!ENTITY sentInOtherFolder.label "Auter ordinatur:"> +<!ENTITY sentInOtherFolder.accesskey "O"> +<!-- LOCALIZATION NOTE (archivesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY archivesTitle.label "Archivs da messadis"> +<!ENTITY keepArchives.label "Memorisar l'archiv sut:"> +<!ENTITY keepArchives.accesskey "M"> +<!ENTITY archiveHierarchyButton.label "Opziuns d'archivar…"> +<!ENTITY archiveHierarchyButton.accesskey "a"> +<!ENTITY archivesFolderOn.label "Ordinatur "Archiv" en:"> +<!ENTITY archivesFolderOn.accesskey "n"> +<!ENTITY archiveInOtherFolder.label "Auter ordinatur:"> +<!ENTITY archiveInOtherFolder.accesskey "A"> +<!ENTITY specialFolders.label "Sbozs e models"> +<!ENTITY keepDrafts2.label "Mantegnair ils sboz en:"> +<!-- LOCALIZATION NOTE (draftsFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY draftsFolderOn.label "Ordinatur "Sboz" en:"> +<!ENTITY draftsFolderOn.accesskey "D"> +<!ENTITY draftInOtherFolder.label "Auter ordinatur:"> +<!ENTITY draftInOtherFolder.accesskey "t"> +<!ENTITY keepTemplates.label "Memorisar ils models da messadis en:"> +<!-- LOCALIZATION NOTE (templatesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY templatesFolderOn.label "Ordinatur "Models" en:"> +<!ENTITY templatesFolderOn.accesskey "m"> +<!ENTITY templateInOtherFolder.label "Auter ordinatur:"> +<!ENTITY templateInOtherFolder.accesskey "e"> diff --git a/l10n-rm/mail/chrome/messenger/am-e2e.properties b/l10n-rm/mail/chrome/messenger/am-e2e.properties new file mode 100644 index 0000000000..563dab51f3 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-e2e.properties @@ -0,0 +1,5 @@ +# 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/. + +prefPanel-e2e=Criptadi fin-a-fin diff --git a/l10n-rm/mail/chrome/messenger/am-identities-list.dtd b/l10n-rm/mail/chrome/messenger/am-identities-list.dtd new file mode 100644 index 0000000000..b51c3ec0f0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-identities-list.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + +<!ENTITY identitiesListManageDesc.label "Administrar las identitads per quest conto. L'emprima identitad vegn utilisada sco standard."> +<!ENTITY identitiesListAdd.label "Agiuntar…"> +<!ENTITY identitiesListAdd.accesskey "A"> +<!ENTITY identitiesListEdit.label "Modifitgar…"> +<!ENTITY identitiesListEdit.accesskey "M"> +<!ENTITY identitiesListDefault.label "Definir sco standard"> +<!ENTITY identitiesListDefault.accesskey "S"> +<!ENTITY identitiesListDelete.label "Stizzar"> +<!ENTITY identitiesListDelete.accesskey "z"> +<!ENTITY identitiesListClose.label "Serrar"> +<!ENTITY identitiesListClose.accesskey "R"> diff --git a/l10n-rm/mail/chrome/messenger/am-identity-edit.dtd b/l10n-rm/mail/chrome/messenger/am-identity-edit.dtd new file mode 100644 index 0000000000..336d82f9ff --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-identity-edit.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!ENTITY identityListDesc.label "Definir ils parameters da questa identitad:"> + +<!ENTITY settingsTab.label "Parameters"> +<!ENTITY copiesFoldersTab.label "Copias & ordinaturs"> +<!ENTITY addressingTab.label "Scriver & adressar"> + +<!ENTITY publicData.label "Datas publicas"> +<!ENTITY privateData.label "Datas privatas"> +<!ENTITY identityAlias.label "Etichetta d'identitad:"> +<!ENTITY identityAlias.accesskey "d"> diff --git a/l10n-rm/mail/chrome/messenger/am-im.dtd b/l10n-rm/mail/chrome/messenger/am-im.dtd new file mode 100644 index 0000000000..990d078347 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-im.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!ENTITY accountWindow.title "Caracteristicas dal conto"> +<!ENTITY accountWindow.width "300"> +<!ENTITY account.general "General"> +<!ENTITY account.advanced "Opziuns extendidas"> +<!ENTITY account.name "Num d'utilisader:"> +<!ENTITY account.password "Pled-clav:"> +<!ENTITY account.alias "Alias:"> +<!ENTITY account.newMailNotification "M'infurmar davart novs e-mails"> +<!ENTITY account.autojoin "Chanals per entrar automaticamain:"> +<!ENTITY account.proxySettings.caption "Parameters da proxy:"> +<!ENTITY account.proxySettings.change.label "Midar…"> +<!ENTITY account.proxySettings.change.accessKey "M"> diff --git a/l10n-rm/mail/chrome/messenger/am-junk.dtd b/l10n-rm/mail/chrome/messenger/am-junk.dtd new file mode 100644 index 0000000000..12af5a85d0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-junk.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!ENTITY junkSettings.label "Parameters per e-mails nungiavischads"> +<!ENTITY trainingDescription.label "Sch'il filter per e-mails nungiavischads è activà, sto el vegnir trenà uschia che e-mails nungiavischads (Junk/Spam) vegnan identifitgads cun il temp cun auta probabilitad. Utilisescha ils buttuns "Nungiavischà" resp. "Betg nungiavischà" en la trav da simbols per classifitgar endretg messadis ch'è n'èn betg vegnids identifitgads a moda correcta. Pli tard vegn &brandShortName; ad esser abel da marcar automaticamain messadis sco nungiavischads."> +<!ENTITY level.label "Activar en quest conto il filter intelligent per e-mails nungiavischads"> +<!ENTITY level.accesskey "E"> + +<!ENTITY move.label "Spustar novs messadis nungiavischads en:"> +<!ENTITY move.accesskey "M"> +<!ENTITY junkFolderOn.label "L'ordinatur "Nungiavischà" da:"> +<!ENTITY junkFolderOn.accesskey "N"> +<!ENTITY otherFolder.label "Auter ordinatur:"> +<!ENTITY otherFolder.accesskey "O"> +<!ENTITY purge1.label "Stizzar automaticamain e-mails nungiavischads ch'èn pli vegls che"> +<!ENTITY purge1.accesskey "u"> +<!ENTITY purge2.label "dis"> + +<!ENTITY whitelistHeader.label "Betg classifitgar in messadi automaticamain sco nungiavischà sche ses speditur figurescha en: "> +<!ENTITY whitelistHeader.accesskey "D"> + +<!ENTITY ispHeadersWarning.label "Sche activà, tracta &brandShortName; messadis marcads da quest servetsch da classificaziun extern automaticamain sco nungiavischads."> +<!ENTITY ispHeaders.label "Fidar a chaus-pagina da messadis nungiavischads da quest filter extern: "> +<!ENTITY ispHeaders.accesskey "T"> + +<!ENTITY junkClassification.label "Selecziun"> +<!ENTITY junkActions.label "Destinaziun e retenziun"> + +<!ENTITY globalJunkPrefs.label "Preferenzas globalas per messadis nungiavischads…"> +<!ENTITY globalJunkPrefs.accesskey "G"> diff --git a/l10n-rm/mail/chrome/messenger/am-main.dtd b/l10n-rm/mail/chrome/messenger/am-main.dtd new file mode 100644 index 0000000000..771d071667 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-main.dtd @@ -0,0 +1,49 @@ +<!-- 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/. --> + +<!-- extracted from am-main.xul --> + +<!-- extracted from am-main.xhtml --> + +<!ENTITY accountTitle.label "Parameters dal conto"> +<!ENTITY accountName.label "Num dal conto:"> +<!ENTITY accountName.accesskey "N"> +<!ENTITY identityTitle.label "Identitad predefinida"> +<!ENTITY identityDesc.label "Questas infurmaziuns retschaivan destinaturs da tes messadis."> +<!ENTITY name.label "Tes num:"> +<!ENTITY name.accesskey "T"> +<!ENTITY email.label "Adressa d'e-mail:"> +<!ENTITY email.accesskey "E"> +<!ENTITY catchAll.label "Respunder cun questa identitad sch'ils chaus-pagina da distribuziun correspundan a:"> +<!ENTITY catchAll.accesskey "d"> +<!ENTITY replyTo.label "Adressa per resposta:"> +<!ENTITY replyTo.accesskey "s"> +<!ENTITY replyTo.placeholder "Destinaturs vegnan a respunder a questa adressa"> +<!ENTITY organization.label "Organisaziun:"> +<!ENTITY organization.accesskey "O"> +<!ENTITY signatureText.label "Text da la suttascripziun:"> +<!ENTITY signatureText.accesskey "x"> +<!ENTITY signatureHtml.label "Utilisar HTML (p.ex. <b>grass</b>)"> +<!ENTITY signatureHtml.accesskey "L"> +<!ENTITY signatureFile.label "Agiuntar enstagl ina datoteca sco suttascripziun (text, HTML u grafica):"> +<!ENTITY signatureFile.accesskey "t"> +<!ENTITY edit.label "Modifitgar…"> +<!ENTITY choose.label "Tschertgar en…"> +<!ENTITY choose.accesskey "C"> +<!ENTITY editVCard.label "Modifitgar la carta…"> +<!ENTITY editVCard.accesskey "d"> +<!-- LOCALIZATION NOTE (attachVCard.label) : do not translate "vCard" in below line --> +<!ENTITY attachVCard.label "Agiuntar mia carta da visita als messadis"> +<!ENTITY attachVCard.accesskey "v"> + +<!ENTITY manageIdentities.label "Administrar las identitads…"> +<!ENTITY manageIdentities.accesskey "M"> + +<!-- LOCALIZATION NOTE (smtpName.label) : do not translate "SMTP" in below line --> +<!ENTITY smtpName.label "Server da posta sortida (SMTP):"> +<!ENTITY smtpName.accesskey "p"> +<!ENTITY smtpDefaultServer.label "Utilisar il server predefinì"> + +<!ENTITY smtpServerEdit.label "Modifitgar il server SMTP…"> +<!ENTITY smtpServerEdit.accesskey "i"> diff --git a/l10n-rm/mail/chrome/messenger/am-mdn.dtd b/l10n-rm/mail/chrome/messenger/am-mdn.dtd new file mode 100644 index 0000000000..369a3a68ef --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-mdn.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/. --> + +<!ENTITY pane.title "Confermas da retschavida (MDN)"> +<!ENTITY useGlobalPrefs.label "Utilisar mias preferenzas globalas areguard las confermas da retschavida"> +<!ENTITY useGlobalPrefs.accesskey "U"> +<!ENTITY globalReceipts.label "Preferenzas globalas…"> +<!ENTITY globalReceipts.accesskey "G"> +<!ENTITY useCustomPrefs.label "Adattar las confermas da retschavida per quest conto"> +<!ENTITY useCustomPrefs.accesskey "C"> +<!ENTITY requestReceipt.label "Adina pretender ina conferma da retschavida"> +<!ENTITY requestReceipt.accesskey "A"> +<!ENTITY receiptArrive.label "Sch'ina conferma da retschavida arriva:"> +<!ENTITY leaveIt.label "Laschar ella en mia posta entrada"> +<!ENTITY leaveIt.accesskey "I"> +<!-- LOCALIZATION NOTE moveToSent.label Translate: 'Sent' according to Netscape glossary --> +<!ENTITY moveToSent.label "Spustar ella en l'ordinatur "Tramess""> +<!ENTITY moveToSent.accesskey "M"> +<!ENTITY requestMDN.label "Sch'i vegn dumandà da trametter ina conferma da retschavida:"> +<!ENTITY returnSome.label "Permetter confermas da retschavida per tscherts messadis"> +<!ENTITY returnSome.accesskey "e"> +<!ENTITY never.label "Mai trametter ina conferma da retschavida"> +<!ENTITY never.accesskey "N"> +<!ENTITY notInToCc.label "Sche jau na figuresch betg en la lingia 'A:' u 'CC:' dal messadi:"> +<!ENTITY notInToCc.accesskey "T"> +<!ENTITY outsideDomain.label "Sch'il speditur è ordaifer mia domena:"> +<!ENTITY outsideDomain.accesskey "s"> +<!ENTITY otherCases.label "En tut ils auters cas:"> +<!ENTITY otherCases.accesskey "u"> +<!ENTITY askMe.label "Ma dumandar"> +<!ENTITY alwaysSend.label "Adina trametter"> +<!ENTITY neverSend.label "Mai trametter"> diff --git a/l10n-rm/mail/chrome/messenger/am-mdn.properties b/l10n-rm/mail/chrome/messenger/am-mdn.properties new file mode 100644 index 0000000000..92476cda8d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-mdn.properties @@ -0,0 +1,6 @@ +# 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/. + +## Strings used in prefs. +prefPanel-mdn=Confermas da retschavida (MDN) diff --git a/l10n-rm/mail/chrome/messenger/am-offline.dtd b/l10n-rm/mail/chrome/messenger/am-offline.dtd new file mode 100644 index 0000000000..394b10b5fe --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-offline.dtd @@ -0,0 +1,57 @@ +<!-- 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/. --> + +<!ENTITY doNotDownloadPop3Movemail.label "Per spargnar capacitad da memorisar, betg telechargiar:"> +<!ENTITY doNotDownloadNntp.label "Per spargnar capacitad da memorisar, betg telechargiar per l'utilisaziun senza connexiun:"> +<!ENTITY doNotDownloadImap.label "Per spargnar capacitad da memorisar, pon ins limitar tenor criteris da temp e grondezza il telechargiar da messadis dal server IMAP ed il preservar da copias localas per leger senza connexiun."> +<!ENTITY allFoldersOffline2.label "Preservar ils messadis da tut ils ordinaturs da quest conto sin quest computer"> +<!ENTITY allFoldersOffline2.accesskey "o"> +<!ENTITY allFoldersOfflineNote.label "Commentari: Questa midada pertutga tut ils ordinaturs da quest conto. Per definir singuls ordinaturs, clicca sin il buttun «Avanzà…»."> +<!ENTITY offlineNotDownload.label "Messadis pli gronds che"> +<!ENTITY offlineNotDownload.accesskey "M"> +<!ENTITY autosyncNotDownload.label "Betg telechargiar messadis pli gronds che"> +<!ENTITY autosyncNotDownload.accesskey "m"> +<!ENTITY kb.label "KB"> +<!ENTITY daysOld.label "dis vegls"> +<!ENTITY message.label "messadis"> +<!ENTITY nntpNotDownloadRead.label "Messadis legids"> +<!ENTITY nntpNotDownloadRead.accesskey "d"> +<!ENTITY nntpDownloadMsg.label "Messadis pli vegls che"> +<!ENTITY nntpDownloadMsg.accesskey "e"> +<!ENTITY retentionCleanup.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar."> +<!ENTITY retentionCleanupImap.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar - schebain copias localas sco era ils originals sin il server IMAP."> +<!ENTITY retentionCleanupPop.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar - inclusiv ils originals sin il server POP."> +<!ENTITY retentionKeepMsg.label "Stizzar messadis ch'èn pli vegls che"> +<!ENTITY retentionKeepMsg.accesskey "t"> +<!ENTITY retentionKeepAll.label "Stizzar nagins messadis"> +<!ENTITY retentionKeepAll.accesskey "n"> +<!ENTITY retentionKeepRecent.label "Stizzar tuts, exclus ils pli actuals"> +<!ENTITY retentionKeepRecent.accesskey "z"> +<!ENTITY retentionApplyToFlagged.label "Adina preservar messadis segnads"> +<!ENTITY retentionApplyToFlagged.accesskey "A"> +<!ENTITY nntpRemoveMsgBody.label "Stizzar cuntegns da messadis ch'èn pli vegls che"> +<!ENTITY nntpRemoveMsgBody.accesskey "z"> +<!ENTITY offlineSelectNntp.label "Tscherner gruppas da discussiun per leger offline…"> +<!ENTITY offlineSelectNntp.accesskey "S"> +<!ENTITY offlineImapAdvancedOffline.label "Avanzà…"> +<!ENTITY offlineImapAdvancedOffline.accesskey "x"> +<!ENTITY syncGroupTitle.label "Sincronisaziun da messadis"> +<!ENTITY diskspaceGroupTitle.label "Capacitad da memorisar"> + +<!-- LOCALIZATION NOTE: (ageAutosyncBefore.label, ageAutosyncMiddle.label, ageAutosyncAfter.label): + The entities ageAutosyncBefore.label, ageAutosyncMiddle.label, and ageAutosyncAfter.label appear + on a single line within the scope of useAutosync.ByAge as follows: + + &ageAutosyncBefore.label [textbox for autosync value] &ageAutosyncMiddle.label; [dropdown for autosync interval] &ageAutosyncAfter.label; +--> +<!ENTITY allAutosync.label "Telechargiar tut ils messadis independent da lur vegliadetgna"> +<!ENTITY allAutosync.accesskey "c"> +<!ENTITY ageAutosyncBefore.label "Mo telechargiar messadis dals ultims"> +<!ENTITY ageAutosync.accesskey "G"> +<!ENTITY ageAutosyncMiddle.label ""> +<!ENTITY dayAgeInterval.label "Dis"> +<!ENTITY weekAgeInterval.label "Emnas"> +<!ENTITY monthAgeInterval.label "Mais"> +<!ENTITY yearAgeInterval.label "Onns"> +<!ENTITY ageAutosyncAfter.label ""> diff --git a/l10n-rm/mail/chrome/messenger/am-server-advanced.dtd b/l10n-rm/mail/chrome/messenger/am-server-advanced.dtd new file mode 100644 index 0000000000..cbedc74451 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-server-advanced.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!ENTITY serverAdvanced.label "Parameters avanzads per contos"> +<!-- LOCALIZATION NOTE (serverDirectory.label): Do not translate "IMAP" --> +<!ENTITY serverDirectory.label "Directory dal server IMAP:"> +<!ENTITY serverDirectory.accesskey "d"> +<!ENTITY usingSubscription.label "Mussar mo ordinaturs abunads"> +<!ENTITY usingSubscription.accesskey "a"> +<!ENTITY dualUseFolders.label "Il server sustegna ordinaturs che cuntegnan sutordinaturs e messadis"> +<!ENTITY dualUseFolders.accesskey "u"> +<!ENTITY maximumConnectionsNumber.label "Dumber maximal da connexiuns a servers mantegnidas"> +<!ENTITY maximumConnectionsNumber.accesskey "M"> +<!-- LOCALIZATION NOTE (namespaceDesc.label): Do not translate "IMAP" --> +<!ENTITY namespaceDesc.label "Questas preferenzas inditgeschan ils spazis da nums dal server IMAP"> +<!ENTITY personalNamespace.label "Spazi da nums persunal:"> +<!ENTITY personalNamespace.accesskey "P"> +<!ENTITY publicNamespace.label "Public (cundividì):"> +<!ENTITY publicNamespace.accesskey "u"> +<!ENTITY otherUsersNamespace.label "Auters utilisaders:"> +<!ENTITY otherUsersNamespace.accesskey "A"> +<!ENTITY overrideNamespaces.label "Permetter al server da remplazzar quests spazis da nums"> +<!ENTITY overrideNamespaces.accesskey "P"> +<!ENTITY pop3DeferringDesc.label "Memorisar novs messadis telechargiads dal server da quest conto en suandant ordinatur:" > +<!ENTITY accountInbox.label "Posta entrada per quest conto"> +<!ENTITY accountInbox.accesskey "s"> +<!ENTITY deferToServer.label "Posta entrada d'in auter conto"> +<!ENTITY deferToServer.accesskey "d"> +<!ENTITY deferGetNewMail.label "Includer quest conto cun retschaiver messadis"> +<!ENTITY deferGetNewMail.accesskey "I"> diff --git a/l10n-rm/mail/chrome/messenger/am-server-top.dtd b/l10n-rm/mail/chrome/messenger/am-server-top.dtd new file mode 100644 index 0000000000..606e3fefed --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-server-top.dtd @@ -0,0 +1,89 @@ +<!-- 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/. --> + +<!ENTITY messageStorage.label "Memoria da messadis"> +<!ENTITY securitySettings.label "Parameters da segirezza"> +<!ENTITY serverSettings.label "Parameters dal server"> +<!ENTITY serverType.label "Tip da server:"> +<!ENTITY serverName.label "Num dal server:"> +<!ENTITY serverName.accesskey "S"> +<!ENTITY userName.label "Num d'utilisader:"> +<!ENTITY userName.accesskey "N"> +<!ENTITY port.label "Port:"> +<!ENTITY port.accesskey "P"> +<!ENTITY serverPortDefault.label "Predefinì:"> +<!-- LOCALIZATION NOTE (biffStart.label) : translate below 2 line with grammar dependency + For example, in Japanese cases: + biffStart.label "every" + biffEnd.label "minutes for new messages Check" +--> +<!ENTITY biffStart.label "Controllar sin novs messadis mintga "> +<!ENTITY biffStart.accesskey "m"> +<!ENTITY biffEnd.label "minutas"> +<!ENTITY useIdleNotifications.label "Permetter notificaziuns immediatas dal server per annunziar novs messadis"> +<!ENTITY useIdleNotifications.accesskey "P"> +<!ENTITY connectionSecurity.label "Segirezza da connexiun:"> +<!ENTITY connectionSecurity.accesskey "u"> +<!ENTITY connectionSecurityType-0.label "Nagina"> +<!ENTITY connectionSecurityType-1.label "STARTTLS, sche disponibel"> +<!ENTITY connectionSecurityType-2.label "STARTTLS"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY authMethod.label "Metoda d'autentificaziun:"> +<!ENTITY authMethod.accesskey "i"> +<!ENTITY leaveOnServer.label "Laschar ils messadis sin il server"> +<!ENTITY leaveOnServer.accesskey "l"> +<!ENTITY headersOnly.label "Telechargiar be ils chaus-pagina"> +<!ENTITY headersOnly.accesskey "e"> +<!ENTITY deleteByAgeFromServer.label "Stizzar ils messadis sin il sever suenter"> +<!ENTITY deleteByAgeFromServer.accesskey "i"> +<!ENTITY daysEnd.label "dis"> +<!ENTITY deleteOnServer2.label "Stizzar ils messadis sin il server, sch'els vegnan stizzads en la posta entrada"> +<!ENTITY deleteOnServer2.accesskey "d"> +<!ENTITY downloadOnBiff.label "Telechargiar automaticamain novs messadis"> +<!ENTITY downloadOnBiff.accesskey "m"> +<!ENTITY deleteMessagePrefix.label "Cun stizzar in messadi:"> +<!ENTITY modelMoveToTrash.label "Spustar el en quest ordinatur:"> +<!ENTITY modelMoveToTrash.accesskey "o"> +<!ENTITY modelMarkDeleted.label "Mo marcar el sco stizzà"> +<!ENTITY modelMarkDeleted.accesskey "z"> +<!ENTITY modelDeleteImmediately.label "Stizzar immediatamain el"> +<!ENTITY modelDeleteImmediately.accesskey "d"> +<!-- LOCALIZATION NOTE (expungeOnExit.label) : do not translate two of """ in below line --> +<!ENTITY expungeOnExit.label "Nettegiar ("Expunge") la posta entrada cun serrar"> +<!ENTITY expungeOnExit.accesskey "E"> +<!ENTITY emptyTrashOnExit.label "Svidar il chanaster da palpiri cun serrar"> +<!ENTITY emptyTrashOnExit.accesskey "c"> +<!ENTITY loginAtStartup.label "Controllar sin novs messadis cun aviar"> +<!ENTITY loginAtStartup.accesskey "C"> +<!-- LOCALIZATION NOTE (maxMessagesStart.label) : translate below 2 lines with grammar dependency + maxMessengerStart.label will be followed by maxMessagesEnd.label with the number + of messages between them +--> +<!ENTITY maxMessagesStart.label "Dumandar avant che telechargiar dapli che"> +<!ENTITY maxMessagesStart.accesskey "m"> +<!-- LOCALIZATION NOTE (maxMessagesEnd.label) : see note for maxMessagesStart.label --> +<!ENTITY maxMessagesEnd.label "messadis"> +<!ENTITY alwaysAuthenticate.label "Adina pretender in'autentificaziun cun connectar a quest server"> +<!ENTITY alwaysAuthenticate.accesskey "f"> +<!ENTITY newsrcFilePath1.label "Datoteca News.rc:"> +<!ENTITY newsrcPicker1.label "Tscherner ina datoteca News.rc"> +<!ENTITY abbreviate.label "Mussar las gruppas da discussiun en la glista dad ordinaturs cun:"> +<!ENTITY abbreviateOn.label "Nums entirs (Per exempel: 'netscape.public.mozilla.mail-news')"> +<!ENTITY abbreviateOff.label "Nums abreviads (Per exempel: 'n.p.m.mail-news')"> +<!ENTITY advancedButton.label "Extendì…"> +<!ENTITY advancedButton.accesskey "x"> +<!ENTITY serverDefaultCharset2.label "Codaziun da text predefinida:"> +<!ENTITY localPath1.label "Ordinatur local:"> +<!ENTITY localFolderPicker.label "Tscherner in ordinatur local"> +<!ENTITY browseFolder.label "Tschertgar en…"> +<!ENTITY browseFolder.accesskey "T"> +<!ENTITY browseNewsrc.label "Tschertgar en…"> +<!ENTITY browseNewsrc.accesskey "T"> + +<!ENTITY accountTitle.label "Parameters dal conto"> +<!ENTITY accountSettingsDesc.label "Il suandant conto è in conto spezial. Naginas identitads èn associadas cun el."> +<!ENTITY storeType.label "Metoda per memorisar messadis:"> +<!ENTITY storeType.accesskey "T"> +<!ENTITY mboxStore2.label "Ina datoteca per ordinatur (mbox)"> +<!ENTITY maildirStore.label "Ina datoteca per messadi (maildir)"> diff --git a/l10n-rm/mail/chrome/messenger/am-serverwithnoidentities.dtd b/l10n-rm/mail/chrome/messenger/am-serverwithnoidentities.dtd new file mode 100644 index 0000000000..d5cf91f113 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-serverwithnoidentities.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY accountName.label "Num dal conto:"> +<!ENTITY accountName.accesskey "N"> diff --git a/l10n-rm/mail/chrome/messenger/am-smime.dtd b/l10n-rm/mail/chrome/messenger/am-smime.dtd new file mode 100644 index 0000000000..c439a7ac5f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-smime.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/. --> + +<!ENTITY e2eTitle.label "Criptadi fin-a-fin"> +<!ENTITY e2eLearnMore.label "Ulteriuras infurmaziuns"> + +<!ENTITY e2eEnc.description "Senza criptadi fin-a-fin è il cuntegn da tes messadis expost a tes purschider dad e-mail ed a la surveglianza generala."> +<!ENTITY e2eeReqWarning.description "Per pudair trametter in messadi criptà èsi necessari dad avair la clav publica u il certificat da mintga destinatur."> + +<!ENTITY e2eSigning.description "Ina suttascripziun digitala pussibilitescha als destinaturs da verifitgar che ti has tramess il messadi e ch'il cuntegn n'è betg vegnì midà."> +<!ENTITY e2eTechPref.description "Tecnologia da criptadi preferida:"> + +<!ENTITY doNotEncrypt.label "Betg activar il criptadi tenor standard"> +<!ENTITY doNotEncrypt.accesskey "B"> +<!ENTITY requireEncryptMessage.label "Utilisar il criptadi tenor standard"> +<!ENTITY requireEncryptMessage.accesskey "U"> +<!ENTITY encryptionCert2.message "Certificat persunal per il criptadi:"> +<!ENTITY digitalSign.certificate.button "Tscherner…"> +<!ENTITY digitalSign.certificate.accesskey "T"> +<!ENTITY digitalSign.certificate_clear.button "Stizzar"> +<!ENTITY digitalSign.certificate_clear.accesskey "z"> +<!ENTITY encryption.certificate.button "Tscherner…"> +<!ENTITY encryption.certificate.accesskey "s"> +<!ENTITY encryption.certificate_clear.button "Stizzar"> +<!ENTITY encryption.certificate_clear.accesskey "r"> +<!ENTITY signingGroupTitle.label "Suttascripziun digitala"> +<!ENTITY signMessage2.label "Agiuntar mia suttascripziun digitala tenor standard"> +<!ENTITY signMessage.accesskey "D"> + +<!ENTITY signingCert2.message "Certificat persunal per la suttascripziun digitala:"> + +<!ENTITY sendingDefaults.label "Configuraziun da standard per trametter messadis"> + +<!ENTITY technologyAutomatic.label "Tscherner automaticamain a basa da clavs u certificats disponibels"> + +<!ENTITY certificates2.label "S/MIME"> +<!ENTITY manageCerts3.label "Administrar ils certificats S/MIME"> +<!ENTITY manageCerts3.accesskey "M"> +<!ENTITY manageDevices2.label "Apparats da segirezza S/MIME"> +<!ENTITY manageDevices2.accesskey "z"> + +<!ENTITY technologySMIME.label "Preferir S/MIME"> +<!ENTITY technologyOpenPGP.label "Preferir OpenPGP"> + +<!ENTITY openpgpKeys.label "OpenPGP"> + +<!-- Strings for the cert picker dialog --> +<!ENTITY certPicker.title "Tscherner in certificat"> +<!ENTITY certPicker.info "Certificat:"> +<!ENTITY certPicker.detailsLabel "Detagls dal certificat tschernì:"> + +<!ENTITY openpgpKey.message "Clav persunala per criptar e suttascriver a moda digitala:"> +<!ENTITY openpgpKey.button "Definir la clav persunala…"> +<!ENTITY openpgpKey.accesskey "f"> diff --git a/l10n-rm/mail/chrome/messenger/am-smime.properties b/l10n-rm/mail/chrome/messenger/am-smime.properties new file mode 100644 index 0000000000..e3dfb5fe18 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/am-smime.properties @@ -0,0 +1,39 @@ +# 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/. + +## S/MIME error strings. +## Note to localization: %S is a placeholder +NoSenderSigningCert=Ti es sa decidì da suttascriver digitalmain quest messadi, ma u che l'applicaziun n'ha betg chattà il certificat da suttascripziun specifitgà en ils parameters dal contos u ch'il certificat è scrudà. +NoSenderEncryptionCert=Ti es sa decidì da criptar quest messadi, ma u che l'applicaziun n'ha betg chattà il certificat da criptaziun specifitgà en ils parameters dal contos u ch'il certificat è scrudà. +MissingRecipientEncryptionCert=Ti es sa decidì da criptar quest messadi, ma l'applicaziun n'ha betg chattà in certificat da criptaziun per %S. +ErrorEncryptMail=Impussibel da criptar il messadi. Controllescha per plaschair che ti possedas in certificat dad e-mail valid per mintga destinatur. Controllescha medemamain ch'ils certificats specifitgads en ils parameters da contos per quest conto dad e-mail èn valids e fidads per trametter e-mails. +ErrorCanNotSignMail=Impussibel da suttascriver il messadi. Controllescha ch'ils certificats specifitgads en ils parameters da conto per quest conto dad e-mail èn valids e fidads per trametter e-mails. + +NoSigningCert=L'administratur da certificats n'ha betg chattà in certificat valid per suttascriver digitalmain tes messadis. +NoSigningCertForThisAddress=L'administratur da certificats n'ha betg chattà in certificat valid per suttascriver digitalmain tes messadis cun ina adressa da <%S>. +NoEncryptionCert=L'administratur da certificats n'ha betg chattà in certificat valid che autras persunas pudessan utilisar per ta trametter e-mails criptads. +NoEncryptionCertForThisAddress=L'administratur da certificats n'ha betg chattà in certificat valid che autras persunas pudessan utilisar per ta trametter e-mails criptads a l'adressa <%S>. + +encryption_needCertWantSame=Ti duessas era specifitgar in certificat che autras persunas pon utilisar per ta trametter messadis criptads. Vuls ti utilisar il medem certificat per criptar e decriptar messadis tramess a ti? +encryption_wantSame=Vuls ti utilisar il medem certificat per criptar e decriptar messadis tramess a ti? +encryption_needCertWantToSelect=Ti duessas era specifitgar in certificat che autras persunas pon utilisar per ta trametter messadis criptads. Vuls ti ussa configurar in certificat da criptaziun? +signing_needCertWantSame=Ti duessas era specifitgar in certificat che po vegnir utilisà per suttascriver messadis digitalmain. Vuls ti utilisar il medem certificat per suttascriver digitalmain tes messadis? +signing_wantSame=Vuls ti utilisar il medem certificat per suttascriver digitalmain tes messadis? +signing_needCertWantToSelect=Ti duessas era specifitgar in certificat che po vegnir utilisà per suttascriver digitalmain tes messadis. Vuls ti ussa configurar in certificat per suttascriver digitalmain tes messadis? + +## Strings used by nsMsgComposeSecure +mime_smimeEncryptedContentDesc=Messadi S/MIME criptà +mime_smimeSignatureContentDesc=Suttascripziun S/MIME criptografica + +## Strings used by the cert picker. +CertInfoIssuedFor=Emess per: +CertInfoIssuedBy=Emess da: +CertInfoValid=Valid +CertInfoFrom=a partir da +CertInfoTo=fin +CertInfoPurposes=Intents +CertInfoEmail=E-mail +CertInfoStoredIn=Memorisà en: +NicknameExpired=(scrudà) +NicknameNotYetValid=(anc betg valid) diff --git a/l10n-rm/mail/chrome/messenger/app-extension-fields.properties b/l10n-rm/mail/chrome/messenger/app-extension-fields.properties new file mode 100644 index 0000000000..746bc367d9 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/app-extension-fields.properties @@ -0,0 +1,11 @@ +# 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 (extension.thunderbird-compact-light@mozilla.org.name): This is displayed in about:addons -> Appearance +extension.thunderbird-compact-light@mozilla.org.name=Cler +extension.thunderbird-compact-light@mozilla.org.description=In design cun colurs cleras. + +# LOCALIZATION NOTE (extension.thunderbird-compact-dark@mozilla.org.name): This is displayed in about:addons -> Appearance +extension.thunderbird-compact-dark@mozilla.org.name=Stgir +extension.thunderbird-compact-dark@mozilla.org.description=In design cun colurs stgiras. diff --git a/l10n-rm/mail/chrome/messenger/appUpdate.properties b/l10n-rm/mail/chrome/messenger/appUpdate.properties new file mode 100644 index 0000000000..43444a10af --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/appUpdate.properties @@ -0,0 +1,40 @@ +# 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 (updateAvailableTitle): %S will be replaced with brandShortName +updateAvailableTitle=Ina nova actualisaziun da %S è disponibla. +# LOCALIZATION NOTE (updateAvailableMessage): %S will be replaced with brandShortName +updateAvailableMessage=Actualisescha oz %S per dapli prestaziun e segirezza. +updateAvailablePrimaryButtonLabel=Telechargiar l'actualisaziun +updateAvailablePrimaryButtonAccessKey=T +updateAvailableSecondaryButtonLabel=Betg ussa +updateAvailableSecondaryButtonAccessKey=B + +# LOCALIZATION NOTE (updateManualTitle): %S will be replaced with brandShortName +updateManualTitle=Impussibel dad actualisar %S a la pli nova versiun. +# LOCALIZATION NOTE (updateManualMessage): %S will be replaced with brandShortName +updateManualMessage=Telechargia ina copia frestga da %S e nus ta gidain a l'installar. +# LOCALIZATION NOTE (updateManualPrimaryButtonLabel): %S will be replaced with brandShortName +updateManualPrimaryButtonLabel=Telechargiar %S +updateManualPrimaryButtonAccessKey=T +updateManualSecondaryButtonLabel=Betg ussa +updateManualSecondaryButtonAccessKey=B + +# LOCALIZATION NOTE (updateUnsupportedTitle): %S will be replaced with brandShortName +updateUnsupportedTitle=I n'è betg reussì dad actualisar %S a la nova versiun. +# LOCALIZATION NOTE (updateUnsupportedMessage): %S will be replaced with brandShortName +updateUnsupportedMessage=La versiun la pli nova da %S na vegn betg sustegnida da tes sistem. +updateUnsupportedPrimaryButtonLabel=Ulteriuras infurmaziuns +updateUnsupportedPrimaryButtonAccessKey=l +updateUnsupportedSecondaryButtonLabel=Serrar +updateUnsupportedSecondaryButtonAccessKey=S + +# LOCALIZATION NOTE (updateRestartTitle): %S will be replaced with brandShortName +updateRestartTitle=Reaviar per actualisar %S. +# LOCALIZATION NOTE (updateRestartMessage): %S will be replaced with brandShortName +updateRestartMessage=Suenter avair reavià %S vegnan ils tabs e las fanestras ussa avertas restauradas. +updateRestartPrimaryButtonLabel=Reaviar +updateRestartPrimaryButtonAccessKey=R +updateRestartSecondaryButtonLabel=Betg ussa +updateRestartSecondaryButtonAccessKey=B diff --git a/l10n-rm/mail/chrome/messenger/appleMailImportMsgs.properties b/l10n-rm/mail/chrome/messenger/appleMailImportMsgs.properties new file mode 100644 index 0000000000..e0cbab3a84 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/appleMailImportMsgs.properties @@ -0,0 +1,21 @@ +# 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/. + +# Short name of import module +ApplemailImportName=Apple Mail + +# Description of import module +ApplemailImportDescription=Importar messadis locals da Mac OS X Mail + +# Success Message +# LOCALIZATION NOTE(ApplemailImportMailboxSuccess): Do not translate the word "%S" below. +ApplemailImportMailboxSuccess=Ils messadis locals èn vegnids importads cun success da %S + +# Error Message +ApplemailImportMailboxBadparam=Errur interna. L'importaziun n'è betg reussida. Emprova danovamain dad importar. + +# Error message +# LOCALIZATION NOTE(ApplemailImportMailboxConverterror): Do not translate the word "%S" below. +ApplemailImportMailboxConverterror=Ina errur è cumparida cun importar ils messadis da %S. Ils messadis n'èn betg vegnids importads. + diff --git a/l10n-rm/mail/chrome/messenger/baseMenuOverlay.dtd b/l10n-rm/mail/chrome/messenger/baseMenuOverlay.dtd new file mode 100644 index 0000000000..d2409a741f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/baseMenuOverlay.dtd @@ -0,0 +1,40 @@ +<!-- 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/. --> + +<!-- Help Menu --> +<!ENTITY helpMenu.label "Agid"> +<!ENTITY helpMenu.accesskey "A"> +<!-- LOCALIZATION NOTE some localizations of Windows use "?" + for the help button in the menubar but Gnome does not. --> +<!ENTITY helpMenuWin.label "Agid"> +<!ENTITY helpMenuWin.accesskey "A"> +<!ENTITY aboutProduct2.label "Davart &brandShorterName;"> +<!ENTITY aboutProduct2.accesskey "D"> +<!ENTITY helpTroubleshootingInfo.label "Infurmaziuns per schliar problems"> +<!ENTITY helpTroubleshootingInfo.accesskey "I"> +<!ENTITY helpSafeMode.label "Reaviar e deactivar ils supplements…"> +<!ENTITY helpSafeMode.accesskey "R"> + +<!ENTITY helpSafeMode.stop.label "Reaviar cun supplements activads"> +<!ENTITY helpSafeMode.stop.accesskey "R"> +<!ENTITY productHelp.label "Agid da &brandShortName;"> +<!ENTITY productHelp.accesskey "A"> +<!ENTITY productHelp.commandkey "VK_F1"> +<!ENTITY productHelpMac.commandkey "?"> +<!ENTITY productHelpMac.modifiers "accel"> + +<!ENTITY helpKeyboardShortcuts.label "Scursanidas da tastas"> +<!ENTITY helpKeyboardShortcuts.accesskey "S"> + +<!ENTITY helpFeedbackPage.label "Trametter in resun…"> +<!ENTITY helpFeedbackPage.accesskey "T"> + +<!ENTITY helpShowTour2.label "Tura tras &brandShorterName;"> +<!ENTITY helpShowTour2.accesskey "u"> + +<!ENTITY helpGetInvolvedPage.label "Participar"> +<!ENTITY helpGetInvolvedPage.accesskey "i"> + +<!ENTITY helpDonationsPage.label "Far ina donaziun"> +<!ENTITY helpDonationsPage.accesskey "F"> diff --git a/l10n-rm/mail/chrome/messenger/beckyImportMsgs.properties b/l10n-rm/mail/chrome/messenger/beckyImportMsgs.properties new file mode 100644 index 0000000000..c9693e3fc3 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/beckyImportMsgs.properties @@ -0,0 +1,19 @@ +# 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/. +# +# The following are used by the becky import code to display status/error +# and informational messages + +# Short name of import module +BeckyImportName=Becky! Internet Mail + +# Description of import module +BeckyImportDescription=Importar e-mails locals da Becky! Internet Mail + +# Success Message +# LOCALIZATION NOTE : Do not translate the word "%S" below. +# The variable %S will contain the name of the Mailbox +BeckyImportMailboxSuccess=Ils messadis locals èn vegnids importads cun success da %S. + +BeckyImportAddressSuccess=Importà il cudeschet d'adressas diff --git a/l10n-rm/mail/chrome/messenger/charsetTitles.properties b/l10n-rm/mail/chrome/messenger/charsetTitles.properties new file mode 100644 index 0000000000..0120878966 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/charsetTitles.properties @@ -0,0 +1,84 @@ +# 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/. + +## Rule of this file: +## 1. key should always be in lower case ascii so we can do case insensitive +## comparison in the code faster. + +## Format of this file: +## charset_name.title = a_title - specifies the human readable title for +## this charset + +## Format of this file: +## charset_name.title = a_title - specifies the human readable title for +## this charset + +iso-8859-1.title = Occidental (ISO-8859-1) +iso-8859-2.title = Europa Centrala (ISO-8859-2) +iso-8859-3.title = Europa dal Sid (ISO-8859-3) +iso-8859-4.title = Baltic (ISO-8859-4) +iso-8859-10.title = Nordic (ISO-8859-10) +iso-8859-13.title = Baltic (ISO-8859-13) +iso-8859-14.title = Celtic (ISO-8859-14) +iso-8859-15.title = Occidental (ISO-8859-15) +iso-8859-16.title = Rumen (ISO-8859-16) +windows-1250.title = Europa Centrala (Windows-1250) +windows-1252.title = Occidental (Windows-1252) +windows-1254.title = Tirc (Windows-1254) +windows-1257.title = Baltic (Windows-1257) +macintosh.title = Occidental (MacRoman) +x-mac-ce.title = Europa Centrala (MacCE) +x-mac-turkish.title = Tirc (MacTurkish) +x-mac-croatian.title = Croat (MacCroatian) +x-mac-romanian.title = Rumen (MacRomanian) +x-mac-icelandic.title = Islandais (MacIcelandic) +iso-2022-jp.title = Giapunais (ISO-2022-JP) +shift_jis.title = Giapunais (Shift_JIS) +euc-jp.title = Giapunais (EUC-JP) +big5.title = Chinais tradiziunal (Big5) +big5-hkscs.title = Chinais tradiziunal (Big5-HKSCS) +gb2312.title = Chinais simplifitgà (GB2312) +gbk.title = Chinais simplifitgà (GBK) +euc-kr.title = Corean (EUC-KR) +utf-7.title = Unicode (UTF-7) +utf-8.title = Unicode (UTF-8) +utf-16.title = Unicode (UTF-16) +utf-16le.title = Unicode (UTF-16LE) +utf-16be.title = Unicode (UTF-16BE) +iso-8859-5.title = Cirillic (ISO-8859-5) +windows-1251.title = Cirillic (Windows-1251) +x-mac-cyrillic.title = Cirillic (MacCyrillic) +x-mac-ukrainian.title = Cirillic/Ucranais (MacUkrainian) +koi8-r.title = Cirillic (KOI8-R) +koi8-u.title = Cirillic/Ucranais (KOI8-U) +iso-8859-7.title = Grec (ISO-8859-7) +windows-1253.title = Grec (Windows-1253) +x-mac-greek.title = Grec (MacGreek) +windows-1258.title = Vietnamais (Windows-1258) +windows-874.title = Tailandais (Windows-874) +iso-8859-6.title = Arab (ISO-8859-6) +iso-8859-8.title = Ebraic visual (ISO-8859-8) +iso-8859-8-i.title = Ebraic (ISO-8859-8-I) +windows-1255.title = Ebraic (Windows-1255) +windows-1256.title = Arab (Windows-1256) +x-user-defined.title = Definì da l'utilisader +ibm866.title = Cirillic/Russ (CP-866) +gb18030.title = Chinais simplifitgà (GB18030) +x-mac-arabic.title = Arab (MacArabic) +x-mac-farsi.title = Farsi (MacFarsi) +x-mac-hebrew.title = Ebraic (MacHebrew) +x-mac-devanagari.title = Hindi (MacDevanagari) +x-mac-gujarati.title = Gujarati (MacGujarati) +x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi) + +chardet.off.title = (Deactivà) +chardet.universal_charset_detector.title = Universal +chardet.ja_parallel_state_machine.title = Giapunais +chardet.ko_parallel_state_machine.title = Corean +chardet.zhtw_parallel_state_machine.title = Chinais tradiziunal +chardet.zhcn_parallel_state_machine.title = Chinais simplifitgà +chardet.zh_parallel_state_machine.title = Chinais +chardet.cjk_parallel_state_machine.title = Asiatic da l'ost +chardet.ruprob.title = Russ +chardet.ukprob.title = Ucranais diff --git a/l10n-rm/mail/chrome/messenger/chat.dtd b/l10n-rm/mail/chrome/messenger/chat.dtd new file mode 100644 index 0000000000..1daf12401d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/chat.dtd @@ -0,0 +1,44 @@ +<!-- 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/. --> + +<!ENTITY onlineContactsHeader.label "Contacts online"> +<!ENTITY offlineContactsHeader.label "Contacts offline"> +<!ENTITY conversationsHeader.label "Conversaziuns"> +<!ENTITY searchResultConversation.label "Resultat da tschertgar"> +<!ENTITY chat.noConv.title "Las conversaziuns vegnan mussadas qua."> +<!ENTITY chat.noConv.description "Utilisescha la glista da contacts da vart sanestra per cumenzar ina conversaziun."> +<!ENTITY chat.noPreviousConv.description "Actualmain n'èn naginas conversaziuns precedentas cun quest contact memorisadas en &brandShortName;."> +<!ENTITY chat.noAccount.title "Ti n'has anc betg endrizzà in conto da chat."> +<!ENTITY chat.noAccount.description "Ta lascha guidar da &brandShortName; tras il process per endrizzar in conto da chat."> +<!ENTITY chat.accountWizard.button "Cumenzar"> +<!ENTITY chat.noConnectedAccount.title "Tes contos da chat n'èn betg colliads."> +<!ENTITY chat.noConnectedAccount.description "Ti als pos colliar en il dialog 'Status da chat':"> +<!ENTITY chat.showAccountManager.button "Mussar il status da chat"> + +<!ENTITY chat.participants "Participants:"> +<!ENTITY chat.previousConversations "Conversaziuns precedentas:"> +<!ENTITY chat.ongoingConversation "Conversaziun actuala"> + +<!ENTITY openConversationCmd.label "Cumenzar ina conversaziun"> +<!ENTITY openConversationCmd.accesskey "c"> +<!ENTITY closeConversationCmd.label "Serrar la conversaziun"> +<!ENTITY closeConversationCmd.accesskey "C"> +<!ENTITY aliasCmd.label "Renumnar"> +<!ENTITY aliasCmd.accesskey "R"> +<!ENTITY deleteCmd.label "Allontanar il contact"> +<!ENTITY deleteCmd.accesskey "l"> + +<!ENTITY openConversationButton.tooltip "Cumenzar ina conversaziun"> +<!ENTITY closeConversationButton.tooltip "Serrar la conversaziun"> + +<!ENTITY addBuddyButton.label "Agiuntar in contact"> +<!ENTITY joinChatButton.label "Participar al chat"> +<!ENTITY chatAccountsButton.label "Mussar ils contos"> + +<!ENTITY status.available "Disponibel"> +<!ENTITY status.unavailable "Occupà"> +<!ENTITY status.offline "Offline"> + +<!ENTITY openLinkCmd.label "Avrir ina colliaziun…"> +<!ENTITY openLinkCmd.accesskey "O"> diff --git a/l10n-rm/mail/chrome/messenger/chat.properties b/l10n-rm/mail/chrome/messenger/chat.properties new file mode 100644 index 0000000000..955605ed1b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/chat.properties @@ -0,0 +1,99 @@ +# 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/. + +chatTabTitle=Chat +goBackToCurrentConversation.button=Turnar a la conversaziun actuala +# LOCALIZATION NOTE (startAConversationWith.button): +# %S is replaced with the display name of a contact. +startAConversationWith.button=Cumenzar ina conversaziun cun %S + +# LOCALIZATION NOTE (defaultGroup): +# this is used in the addBuddies dialog if the list of existing groups is empty +defaultGroup=Contacts + +# LOCALIZATION NOTE (buddy.authRequest.label): +# This string appears in a notification bar at the +# top of the Contacts window when someone added the user to his/her +# contact list, to request the permission from the user to share +# status information with this potential new contact. +# %S is replaced with the user name of the potential new contact. +buddy.authRequest.label=%S vul far in chat cun tai +buddy.authRequest.allow.label=Permetter +buddy.authRequest.allow.accesskey=P +buddy.authRequest.deny.label=Refusar +buddy.authRequest.deny.accesskey=f + +# LOCALIZATION NOTE (buddy.deletePrompt.title): +# %S here will be replaced by the alias (or username) of a buddy about +# to be removed from the buddy list. +buddy.deletePrompt.title=Stizzar %S? + +# LOCALIZATION NOTE (buddy.deletePrompt.message): +# %1$S will be replaced by the name of a buddy (either the alias +# followed by the username between parenthesis if an alias is set, or +# only the username otherwise). +# %2$S will be the name of the protocol on which this buddy is removed +# (for example: AIM, MSN, Google Talk). +# +# Please find a wording that will keep the username as close as +# possible to the beginning of the string, because this is the +# important information that an user should see when looking quickly +# at this prompt. +buddy.deletePrompt.message=%1$S vegn allontanà permanentamain da tia glista da collegas da %2$S sche ti cuntinueschas. + +# LOCALIZATION NOTE (buddy.deletePrompt.displayName): +# This is used to format the display name inserted in buddy.deletePrompt.message +# %1$S is the alias, %2$S is the username. +buddy.deletePrompt.displayName=%1$S (%2$S) + +# LOCALIZATION NOTE (buddy.deletePrompt.button): +# the & symbol indicates the position of the character that should be +# used as the accesskey for this button. +buddy.deletePrompt.button=&Stizzar + +displayNameEmptyText=Num mussà +userIconFilePickerTitle=Tscherner la nova icona… + +# LOCALIZATION NOTE (chat.isTyping, chat.hasStoppedTyping): +# The contact display name is displayed with a big font on a first +# line and these two strings are displayed on a second line with a +# smaller font. Please try to find a wording that make this look +# almost like a sentence. +chat.isTyping=tippa… +chat.hasStoppedTyping=ha chalà da tippar. +# LOCALIZATION NOTE (chat.contactIsTyping, chat.contactHasStoppedTyping): +# These strings are displayed in a tooltip when hovering the status type icon. +# %S is replaced with the display name of the contact. +chat.contactIsTyping=%S tippa. +chat.contactHasStoppedTyping=%S ha chalà da tippar. + +# LOCALIZATION NOTE (unknownCommand): +# This is shown when an unknown command (/foo) is attempted. %S is the command. +unknownCommand=%S n'è betg in cumond sustegnì. Tippa /help per vesair la glista da tut ils cumonds. + +#LOCALIZATION NOTE +# These are special entries in the log tree for the corresponding days. +log.today=Oz +log.yesterday=Ier + +#LOCALIZATION NOTE +# These are special groups in the log tree for the last 3-7 days and +# the last 8-14 days. +log.currentWeek=Quest'emna +log.previousWeek=L'emna passada + +# LOCALIZATION NOTE (messagePreview): +# This is the default message preview to be shown +# when the user has chosen not to show any info in the notification about the +# incoming message being notified. +messagePreview=Nov messadi da chat + +#LOCALIZATION NOTE (bundledMessagePreview): Semi-colon list of plural forms. +# Used when multiple incoming messages from the same sender are bundled +# into a single notification. +# #1 is the number of incoming messages the user is being notified about. When #1 +# is greater than one, the plural form after the semicolon is used. +# Do not translate %1$S, it is the message preview to be shown in the +# notification, i.e. the first incoming message. +bundledMessagePreview=%1$S… (ed anc #1 messadi);%1$S… (ed anc #1 messadis) diff --git a/l10n-rm/mail/chrome/messenger/configEditorOverlay.dtd b/l10n-rm/mail/chrome/messenger/configEditorOverlay.dtd new file mode 100644 index 0000000000..3d78799d68 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/configEditorOverlay.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> + +<!ENTITY closeCmd.key "W"> diff --git a/l10n-rm/mail/chrome/messenger/converterDialog.dtd b/l10n-rm/mail/chrome/messenger/converterDialog.dtd new file mode 100644 index 0000000000..65df994f70 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/converterDialog.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY converterDialog.title "Midada da la metoda da memorisar messadis"> +<!ENTITY converterDialog.continueButton "Cuntinuar"> +<!ENTITY converterDialog.cancelButton "Interrumper"> +<!ENTITY converterDialog.finishButton "Terminar"> +<!ENTITY converterDialog.complete "La conversiun è terminada. &brandShortName; vegn reavià."> +<!ENTITY converterDialog.error "La conversiun n'è betg reussida."> + diff --git a/l10n-rm/mail/chrome/messenger/converterDialog.properties b/l10n-rm/mail/chrome/messenger/converterDialog.properties new file mode 100644 index 0000000000..3c1d18b81c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/converterDialog.properties @@ -0,0 +1,41 @@ +# 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 (converterDialog.warning): +# %1$S will be replaced by the name of the account which is going to be converted. +# %2$S will be replaced by the format into which the account will be converted. +# %3$S will be replaced by $BrandShortName. +converterDialog.warning=Ils messadis dal conto %1$S vegnan ussa convertids en il format %2$S. %3$S vegn reavià uschespert che la conversiun è terminada. + +# LOCALIZATION NOTE (converterDialog.message): +# %1$S will be replaced by the name of the account which is being converted. +# %2$S will be replaced by the format into which the account will be converted. +converterDialog.message=Convertir il conto %1$S en %2$S… + +# LOCALIZATION NOTE (converterDialog.warningForDeferredAccount): +# %1$S will be replaced by the name of the deferred account for which migration is initiated by the user. +# %2$S will be replaced by the name of the account to which the deferred account is deferred ie the name of the deferred-to account. +# %3$S will be replaced by the name of the deferred-to account. +# %4$S will be replaced by a comma separated list of names of accounts which are deferred to the deferred-to account. +# %5$S will be replaced by a comma separated list of names of accounts which are going to get converted. +# %6$S will be replaced by the format into which the accounts will be converted. +# %7$S will be replaced by $BrandShortName. +converterDialog.warningForDeferredAccount=%1$S renviescha à %2$S. Contos che renvieschan a %3$S: %4$S. Ils messadis en ils contos %5$S vegnan ussa convertids en il format %6$S. %7$S vegn reavià uschespert che la conversiun è terminada. + +# LOCALIZATION NOTE (converterDialog.warningForDeferredToAccount): +# %1$S will be replaced by the name of the deferred-to account for which migration is initiated by the user and to which other accounts are deferred. +# %2$S will be replaced by a comma separated list of names of accounts which are deferred to the deferred-to account. +# %3$S will be replaced by a comma separated list of names of accounts which are going to get converted. +# %4$S will be replaced by the format into which the accounts will be converted. +# %5$S will be replaced by $BrandShortName. +converterDialog.warningForDeferredToAccount=Contos che renvieschan a %1$S: %2$S. Ils messadis en ils contos %3$S vegnan ussa convertids en il format %4$S. %5$S vegn reavià uschespert che la conversiun è terminada. + +# LOCALIZATION NOTE (converterDialog.messageForDeferredAccount): +# %1$S will be replaced by a comma separated list of names of accounts which are being converted. +# %2$S will be replaced by the format into which the accounts will be converted. +converterDialog.messageForDeferredAccount=Convertir ils contos %1$S en %2$S… + +# LOCALIZATION NOTE (converterDialog.percentDone): +# %1$S will be replaced by the percentage of conversion that is complete. +converterDialog.percentDone=Progress: %1$S%% diff --git a/l10n-rm/mail/chrome/messenger/custom.properties b/l10n-rm/mail/chrome/messenger/custom.properties new file mode 100644 index 0000000000..550629e77d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/custom.properties @@ -0,0 +1,5 @@ +# 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/. + +colonInHeaderName=Il chau-pagina che ti has endatà cuntegna in caracter nunvalid, sco ':', in caracter che na pon betg vegnir stampà, in caracter betg ASCII u in caracter ASCII da 8 bits. Stizza per plaschair quest caracter nunvalid ed emprova anc ina giada. diff --git a/l10n-rm/mail/chrome/messenger/customizeToolbar.dtd b/l10n-rm/mail/chrome/messenger/customizeToolbar.dtd new file mode 100644 index 0000000000..5e7b89da87 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/customizeToolbar.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY dialog.title "Modifitgar la trav d'utensils"> +<!ENTITY dialog.dimensions "width: 112ch; height: 36em;"> +<!ENTITY instructions.description "Agiuntescha u allontanescha elements cun als trair en u ord la trav d'utensils."> +<!ENTITY show.label "Mussar:"> +<!ENTITY iconsAndText.label "Simbols e text"> +<!ENTITY icons.label "Simbols"> +<!ENTITY text.label "Text"> +<!ENTITY iconsBesideText.label "Simbols sper il text"> +<!ENTITY useSmallIcons.label "Simbols pitschens"> +<!ENTITY restoreDefaultSet.label "Restaurar il standard"> +<!ENTITY showTitlebar2.label "Trav dal titel"> +<!ENTITY extraDragSpace2.label "Spazi per trair la fanestra"> +<!ENTITY saveChanges.label "Finì"> +<!ENTITY undoChanges.label "Annullar las midadas"> diff --git a/l10n-rm/mail/chrome/messenger/customizeToolbar.properties b/l10n-rm/mail/chrome/messenger/customizeToolbar.properties new file mode 100644 index 0000000000..093bd66b76 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/customizeToolbar.properties @@ -0,0 +1,11 @@ +# 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/. + +enterToolbarTitle=Nova trav d'utensils +enterToolbarName=Endatescha in num per questa trav d'utensils: +enterToolbarDup=Igl exista gia ina trav d'utensils cun il num «%S». Endatescha per plaschair in auter num. +enterToolbarBlank=Ti stos inditgar in num per crear ina nova trav d'utensils. +separatorTitle=Separatur +springTitle=Spazi flexibel +spacerTitle=Spazi diff --git a/l10n-rm/mail/chrome/messenger/devtools/dbgserver.dtd b/l10n-rm/mail/chrome/messenger/devtools/dbgserver.dtd new file mode 100644 index 0000000000..8ca7310ed8 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/devtools/dbgserver.dtd @@ -0,0 +1,4 @@ +<!ENTITY options.title "Developer Tools Options"> +<!ENTITY options.status.label "Status:"> +<!ENTITY options.port.label "Port:"> +<!ENTITY options.forcelocal.label "Allow connections from other computers"> diff --git a/l10n-rm/mail/chrome/messenger/devtools/dbgserver.properties b/l10n-rm/mail/chrome/messenger/devtools/dbgserver.properties new file mode 100644 index 0000000000..ea2f53001b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/devtools/dbgserver.properties @@ -0,0 +1,11 @@ +options.stop.label=Stop Developer Tools Server +options.start.label=Start Developer Tools Server + +options.connected.label=#1 Client Connected;#1 Clients Connected +options.connected.tooltip=The developer tools server is running and there are clients connected. +options.listening.label=Listening +options.listening.tooltip=The developer tools server is running and waiting for connections. +options.idle.label=Not Running +options.idle.tooltip=The developer tools server is not running. You can start it from this dialog. +options.unsupported.label=Unsupported +options.unsupported.tooltip=There was an error loading the built-in developer tools server. Make sure it is packaged and check your error console for messages. diff --git a/l10n-rm/mail/chrome/messenger/downloadheaders.dtd b/l10n-rm/mail/chrome/messenger/downloadheaders.dtd new file mode 100644 index 0000000000..25fbadd21b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/downloadheaders.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!ENTITY all.label "Telechargiar tut ils chaus-pagina"> +<!ENTITY all.accesskey "T"> +<!--LOCALIZATION NOTE (download.label): + consider the download.label and headers.label as a single sentence + with the number of headers to be downloaded inserted between them: + EXAMPLE: "Download" <some number> "headers" + Either label could be set to null ("") if required grammatically. +--> + +<!--LOCALIZATION NOTE (download.label): + consider the download.label and headers.label as a single sentence + with the number of headers to be downloaded inserted between them: + EXAMPLE: "Download" <some number> "headers" + Either label could be set to null ("") if required grammatically. +--> + +<!ENTITY download.label "Telechargiar"> +<!ENTITY download.accesskey "c"> +<!--LOCALIZATION NOTE (headers.label): see note for download.label --> +<!ENTITY headers.label "chaus-pagina"> +<!ENTITY headers.accesskey "h"> +<!ENTITY mark.label "Marcar ils chaus-pagina restants sco legì"> +<!ENTITY mark.accesskey "M"> diff --git a/l10n-rm/mail/chrome/messenger/editContactOverlay.dtd b/l10n-rm/mail/chrome/messenger/editContactOverlay.dtd new file mode 100644 index 0000000000..c6fcfa6733 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/editContactOverlay.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY editContactPanelDeleteContact.label "Stizzar"> +<!ENTITY editContactPanelDeleteContact.accesskey "z"> + +<!ENTITY editContactName.label "Num:"> +<!ENTITY editContactName.accesskey "N"> + +<!ENTITY editContactEmail.label "E-mail:"> +<!ENTITY editContactEmail.accesskey "E"> + +<!ENTITY editContactAddressBook.label "Cudeschet d'adressas:"> +<!ENTITY editContactAddressBook.accesskey "a"> + +<!ENTITY editContactPanelDone.label "Terminar"> +<!ENTITY editContactPanelDone.accesskey "T"> + +<!ENTITY contactMoveDisabledWarning.description "Ti na pos betg modifitgar il cudeschet d'adressas perquai ch'il contact figurescha en ina glista d'e-mail."> diff --git a/l10n-rm/mail/chrome/messenger/editContactOverlay.properties b/l10n-rm/mail/chrome/messenger/editContactOverlay.properties new file mode 100644 index 0000000000..d7847e1c21 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/editContactOverlay.properties @@ -0,0 +1,14 @@ +# 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/. + +editTitle=Modifitgar il contact +viewTitle=Mussar il contact + +editDetailsLabel=Modifitgar ils detagls +editDetailsAccessKey=t +viewDetailsLabel=Mussar ils detagls +viewDetailsAccessKey=t + +deleteContactTitle=Stizzar il contact +deleteContactMessage=Es ti segir che ti vuls stizzar quest contact? diff --git a/l10n-rm/mail/chrome/messenger/fieldMapImport.dtd b/l10n-rm/mail/chrome/messenger/fieldMapImport.dtd new file mode 100644 index 0000000000..3cc4ed09bd --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/fieldMapImport.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY fieldMapImport.title "Importar in cudeschet d'adressas"> +<!ENTITY fieldMapImport.size "width: 40em; height: 30em;"> +<!ENTITY fieldMapImport.recordNumber "Datas importadas per l'endataziun nr.: "> +<!ENTITY fieldMapImport.next.label "Enavant"> +<!ENTITY fieldMapImport.next.accesskey "a"> +<!ENTITY fieldMapImport.previous.label "Enavos"> +<!ENTITY fieldMapImport.previous.accesskey "o"> +<!ENTITY fieldMapImport.text "Utilisescha ils buttuns 'Ensi' ed 'Engiu' per attribuir ils champs dal cudeschet d'adressas a sanestra a las datas da l'import a dretga. Deactivescha tut ils elements che na duain betg vegnir importads."> +<!ENTITY fieldMapImport.up.label "Ensi"> +<!ENTITY fieldMapImport.up.accesskey "s"> +<!ENTITY fieldMapImport.down.label "Engiu"> +<!ENTITY fieldMapImport.down.accesskey "g"> +<!ENTITY fieldMapImport.fieldListTitle "Champs dal cudeschet d'adressas"> +<!ENTITY fieldMapImport.dataTitle "Datas che duain vegnir importadas"> +<!ENTITY fieldMapImport.skipFirstRecord.label "L'emprima endataziun cuntegna ils nums da champ"> +<!ENTITY fieldMapImport.skipFirstRecord.accessKey "e"> diff --git a/l10n-rm/mail/chrome/messenger/filter.properties b/l10n-rm/mail/chrome/messenger/filter.properties new file mode 100644 index 0000000000..4ed80a1928 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/filter.properties @@ -0,0 +1,110 @@ +# 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/. + +mustSelectFolder=Ti stos tscherner in ordinatur da destinaziun. +enterValidEmailAddress=Endatescha ina adressa dad e-mail valida a la quala duai vegnir renvià. +pickTemplateToReplyWith=Tscherna in model per utilisar cun respunder. +mustEnterName=Ti stos dar in num a quest filter. +cannotHaveDuplicateFilterTitle=Num da filter exista gia +cannotHaveDuplicateFilterMessage=Il num dal filter endatà exista gia. Endatescha per plaschair in auter num. +mustHaveFilterTypeTitle=Betg tschernì in eveniment da filtrar +mustHaveFilterTypeMessage=Ti stos tscherner almain in eveniment per applitgar quest filter. Sche ti vuls deactivar temporarmain quest filter, deactivescha il status activà en il dialog dals filters da messadis. +deleteFilterConfirmation=Es ti segir che ti vuls stizzar ils filters tschernids? +untitledFilterName=Filter senza num +matchAllFilterName=Sincronisar tut ils messadis +filterListBackUpMsg=Tes filters na funcziunan betg perquai che la datoteca msgFilterRules.dat che cuntegna ils filters na po betg vegnir legida. Ina nova datoteca msgFilterRules.dat vegn creada ed ina copia da segirezza da la datoteca veglia che sa numa rulesbackup.dat vegn creada en il medem ordinatur. +customHeaderOverflow=Ti has surpassà la limita da 50 chaus-pagina persunalisads. Stizza per plaschair in u plirs ed emprova anc ina giada. +filterCustomHeaderOverflow=Tes filters han surpassà la limita da 50 chaus-pagina persunalisads. Modifitgescha per plaschair la datoteca msgFilterRules.dat che cuntegna tes filters uschia ch'ella utilisescha pli paucs chaus-pagina persunalisads. +invalidCustomHeader=In da tes filters utilisescha in chau-pagina persunalisà che cuntegna in caracter nunvalid (p.ex. ':', in caracter betg stampabel, in caracter betg ASCII u in caracter ASCII dad 8 bits). Modifitgescha per plaschair la datoteca msgFilterRules.dat che cuntegna tes filters per remplazzar ils caracters nunvalids en ils chaus-pagina persunalisads. +continueFilterExecution=L'execuziun dal filter %S n'è betg reussida. Vuls ti cuntinuar ed exequir ils ulteriurs filters? +promptTitle=Filters activs +promptMsg=Actualmain vegnan messadis filtrads.\nDuain ils filters vegnir exequids vinavant? +stopButtonLabel=Fermar +continueButtonLabel=Vinavant +# LOCALIZATION NOTE(cannotEnableIncompatFilter) +# %S=the name of the application +cannotEnableIncompatFilter=Quest filter è probablamain vegnì creà dad ina versiun pli nova u incumpatibla da %S. Ti na pos betg activar quest filter perquai che questa versiun da l'applicaziun na sa betg co al applitgar. +dontWarnAboutDeleteCheckbox=Betg pli dumandar +# LOCALIZATION NOTE(copyToNewFilterName) +# %S=the name of the filter that is being copied +copyToNewFilterName=Copia da %S +# LOCALIZATION NOTE(contextPeriodic.label): Semi-colon list of plural forms. +# #1=the number of minutes +contextPeriodic.label=Periodic, mintga minuta;Periodic, mintga #1 minutas + +# LOCALIZATION NOTE(filterFailureWarningPrefix) +# %1$S=filter error action +# %2$S=error code as hexadecimal string. +filterFailureWarningPrefix=Errur cun l'acziun dal filter "%1$S" cun il code d'errur %2$S durant: +filterFailureSendingReplyError=Errur cun trametter ina resposta +filterFailureSendingReplyAborted=Interrut la spediziun da la resposta +filterFailureMoveFailed=Betg reussì da spustar +filterFailureCopyFailed=Betg reussì da copiar + +filterFailureAction=Betg reussì dad applitgar il filter + +searchTermsInvalidTitle=Criteris da tschertgar nunvalids +# LOCALIZATION NOTE(searchTermsInvalidRule) +# %1$S=search attribute name from the invalid rule +# %2$S=search operator from the bad rule +searchTermsInvalidRule=Impussibel da memorisar quest filter perquai ch'il term da tschertgar "%1$S %2$S" è nunvalid en il context actual. +# LOCALIZATION NOTE(filterActionOrderExplanation) +# Keep the \n\n that mean 2 linebreaks. +filterActionOrderExplanation=Sch'in messadi correspunda a quest filter vegnan las acziuns exequidas en questa successiun:\n\n +filterActionOrderTitle=Successiun d'execuziun reala +## LOCALIZATION NOTE(filterActionItem): +# %1$S=sequence number of the action, %2$S=action text, %3$S=action argument +filterActionItem=%1$S. %2$S %3$S\n + +## LOCALIZATION NOTE(filterCountVisibleOfTotal): +# %1$S=number of matching filters, %2$S=total number of filters +filterCountVisibleOfTotal=%1$S da %2$S +## LOCALIZATION NOTE(filterCountItems): +## Semicolon-separated list of singular and plural forms. +## See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +## #1 is the count of items in the list. +filterCountItems=#1 element; #1 elements +# for junk mail logging / mail filter logging +# LOCALIZATION NOTE(junkLogDetectStr) +# %1$S=author, %2$S=subject, %3$S=date +junkLogDetectStr=Chattà in messadi nungiavischà da %1$S - %2$S ils %3$S +# LOCALIZATION NOTE(logMoveStr) +# %1$S=message id, %2$S=folder URI +logMoveStr=spustà il messadi cun la ID %1$S a %2$S +# LOCALIZATION NOTE(logCopyStr) +# %1$S=message id, %2$S=folder URI +logCopyStr=copià il messadi cun la ID %1$S a %2$S +# LOCALIZATION NOTE(filterLogLine): +# %1$S=timestamp, %2$S=log message +filterLogLine=[%1$S] %2$S +# LOCALIZATION NOTE(filterMessage): +# %1$S=filter name, %1$S=log message +filterMessage=Messadi dal filter «%1$S»: %2$S +# LOCALIZATION NOTE(filterLogDetectStr) +# %1$S=filter name %2$S=author, %3$S=subject, %4$S=date +filterLogDetectStr=applitgà il filter '%1$S' al messadi da %2$S - %3$S ils %4$S +filterMissingCustomAction=Acziun persunalisada mancanta +filterAction2=midà la prioritad +filterAction3=stizzà +filterAction4=marcà sco legì +filterAction5=stizzà il tema +filterAction6=observà il tema +filterAction7=cun staila +filterAction8=etichettà +filterAction9=respundì +filterAction10=renvià +filterAction11=fermà l'execuziun +filterAction12=stizzà dal server POP3 +filterAction13=laschà sin il server POP3 +filterAction14=puncts da nungiavischà +filterAction15=retschavì il corp dal messadi dal server POP3 +filterAction16=copià en l'ordinatur +filterAction17=etichettà +filterAction18=ignorà il suttema +filterAction19=marcà sco nunlegì +# LOCALIZATION NOTE(filterAutoNameStr) +# %1$S=Header or item to match, e.g. "From", "Tag", "Age in days", etc. +# %2$S=Operator, e.g. "Contains", "is", "is greater than", etc. +# %3$S=Value, e.g. "Steve Jobs", "Important", "42", etc. +filterAutoNameStr=%1$S %2$S: %3$S diff --git a/l10n-rm/mail/chrome/messenger/folderProps.dtd b/l10n-rm/mail/chrome/messenger/folderProps.dtd new file mode 100644 index 0000000000..024e0b492e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/folderProps.dtd @@ -0,0 +1,74 @@ +<!-- 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/. --> + +<!ENTITY folderProps.windowtitle.label "Caracteristicas"> + +<!ENTITY generalInfo.label "Infurmaziuns generalas"> +<!ENTITY folderCharsetFallback2.label "Codaziun da text predefinida:"> +<!ENTITY folderCharsetFallback2.accesskey "C"> +<!ENTITY folderCharsetEnforce2.label "Applitgar il standard a tut ils messadis en l'ordinatur (la codaziun da text definida individualmain e la determinaziun automatica vegnan ignoradas)"> +<!ENTITY folderCharsetEnforce2.accesskey "s"> +<!ENTITY folderRebuildSummaryFileTip2.label "Reconstruir l'index da la datoteca da resumaziun"> +<!ENTITY folderRebuildSummaryFile2.label "Reparar l'ordinatur"> +<!ENTITY folderRebuildSummaryFile2.accesskey "R"> +<!ENTITY folderRebuildSummaryFile.explanation "I po capitar che la datoteca dad index dals ordinaturs (.msf) vegn donnegiada. Sco consequenza pon messadis apparentamain sparir u messadis stizzads vegnir mussads vinavant. Cun reparar ils ordinaturs pon quests problems probablamain vegnir schliads."> +<!ENTITY folderIncludeInGlobalSearch.label "Includer ils messadis en quest ordinatur en ils resultats da tschertgas globalas"> +<!ENTITY folderIncludeInGlobalSearch.accesskey "I"> + +<!ENTITY retention.label "Reglas da retenziun"> +<!ENTITY retentionUseAccount.label "Utilisar ils parameters da conto"> +<!ENTITY retentionUseAccount.accesskey "U"> +<!ENTITY daysOld.label "dis vegls"> +<!ENTITY message.label "messadis"> +<!ENTITY retentionCleanup.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar."> +<!ENTITY retentionCleanupImap.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar - schebain copias localas sco era ils originals sin il server IMAP."> +<!ENTITY retentionCleanupPop.label "Stizzar definitivamain messadis vegls, per render disponibel capacitad da memorisar - inclusiv ils originals sin il server POP."> +<!ENTITY retentionDeleteMsg.label "Stizzar messadis ch'èn pli vegls che"> +<!ENTITY retentionDeleteMsg.accesskey "m"> +<!ENTITY retentionKeepAll.label "Stizzar nagins messadis"> +<!ENTITY retentionKeepAll.accesskey "a"> +<!ENTITY retentionKeepRecent.label "Stizzar tuts, exclus ils pli actuals"> +<!ENTITY retentionKeepRecent.accesskey "l"> +<!ENTITY retentionApplyToFlagged.label "Adina preservar messadis segnads"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> + +<!ENTITY folderSynchronizationTab.label "Sincronisaziun"> +<!ENTITY folderCheckForNewMessages2.label "Adina controllar quest ordinatur, sche novs messadis per quest conto arrivan"> +<!ENTITY folderCheckForNewMessages2.accesskey "c"> + +<!ENTITY offlineFolder.check.label "Tscherner quest ordinatur per l'utilisaziun en il modus senza connexiun"> +<!ENTITY offlineFolder.check.accesskey "S"> +<!ENTITY offlineFolder.button.label "Telechargiar ussa"> +<!ENTITY offlineFolder.button.accesskey "T"> + +<!ENTITY selectofflineNewsgroup.check.label "Tscherner questa gruppa da discussiun per l'utilisaziun en il modus senza connexiun"> +<!ENTITY selectofflineNewsgroup.check.accesskey "s"> +<!ENTITY offlineNewsgroup.button.label "Telechargiar ussa"> +<!ENTITY offlineNewsgroup.button.accesskey "T"> + +<!ENTITY folderProps.name.label "Num:"> +<!ENTITY folderProps.name.accesskey "N"> +<!ENTITY folderProps.color.label "Colur da l'icona:"> +<!ENTITY folderProps.color.accesskey "i"> +<!ENTITY folderProps.reset.tooltip "Restaurar la colur da standard"> +<!ENTITY folderProps.location.label "Adressa:"> +<!ENTITY folderProps.location.accesskey "A"> + +<!ENTITY folderSharingTab.label "Cundivider"> +<!ENTITY privileges.button.label "Privilegis…"> +<!ENTITY privileges.button.accesskey "P"> +<!ENTITY permissionsDesc.label "Ti has ils suandants permess:"> +<!ENTITY folderOtherUsers.label "Autras persunas cun access a quest ordinatur:"> +<!ENTITY folderType.label "Tip dad ordinatur:"> + +<!ENTITY folderQuotaTab.label "Quota"> +<!ENTITY folderQuotaUsage.label "Occupaziun:"> +<!ENTITY folderQuotaStatus.label "Status:"> + +<!ENTITY numberOfMessages.label "Dumber da messadis:"> +<!-- LOCALIZATION NOTE: When the number of messages can't be determined, this string is displayed as the number --> +<!ENTITY numberUnknown.label "nunenconuschent"> +<!ENTITY sizeOnDisk.label "Grondezza occupada:"> +<!-- LOCALIZATION NOTE: When the size can't be determined, this string is displayed as the size --> +<!ENTITY sizeUnknown.label "nunenconuschent"> diff --git a/l10n-rm/mail/chrome/messenger/folderWidgets.properties b/l10n-rm/mail/chrome/messenger/folderWidgets.properties new file mode 100644 index 0000000000..874557772d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/folderWidgets.properties @@ -0,0 +1,12 @@ +# 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(globalInbox) +# %S=name of the Local folders account +globalInbox=Posta entrada globala (%S) +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S sin %2$S +chooseFolder=Tscherner l'ordinatur… +chooseAccount=Tscherner in conto… +noFolders=Nagins ordinaturs disponibels diff --git a/l10n-rm/mail/chrome/messenger/folderpane.dtd b/l10n-rm/mail/chrome/messenger/folderpane.dtd new file mode 100644 index 0000000000..6300d05bd2 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/folderpane.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> +<!ENTITY nameColumn.label "Num"> +<!ENTITY unreadColumn.label "Nunlegì"> +<!ENTITY totalColumn.label "Total"> +<!ENTITY folderSizeColumn.label "Grondezza"> diff --git a/l10n-rm/mail/chrome/messenger/gloda.properties b/l10n-rm/mail/chrome/messenger/gloda.properties new file mode 100644 index 0000000000..d23830c816 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/gloda.properties @@ -0,0 +1,175 @@ +# 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 (*.facetNameLabel): These are the labels used to label the facet +# displays in the global search facet display mechanism. They should be +# compact descriptions of the facet type (e.g. "Folder", and don't need to +# refer to the objects being faceted (e.g. "Message" or "Mail"). + +# LOCALIZATION NOTE (*.includeLabel): The label to use for the included group +# in the facet display. If not provided, we will fall back to +# "glodaFacetView.facets.included.fallbackLabel". + +# LOCALIZATION NOTE (*.excludeLabel): The label to use for the excluded group +# in the facet display. If not provided, we will fall back to +# "glodaFacetView.facets.excluded.fallbackLabel". + +# LOCALIZATION NOTE (*.remainderLabel): The label to use for the remaining items +# that are neither part of the included group or the excluded group in the +# facet display. If not provided, we will fall back to +# "glodaFacetView.facets.remainder.fallbackLabel". + +# LOCALIZATION NOTE (*.mustMatchLabel): The label to use for the popup menu +# to indicate that the results should be restricted to messages which match +# a particular value. If not provided, we will fall back to +# "glodaFacetView.facets.mustMatch.fallbackLabel". #1, if present, is +# replaced by the value of the facet (name, folder, mailing list, etc.) + +# LOCALIZATION NOTE (*.cantMatchLabel): The label to use for the popup menu +# to indicate that the results should be restricted to messages which match +# a particular value. If not provided, we will fall back to +# "glodaFacetView.facets.cantMatch.fallbackLabel". #1, if present, is +# replaced by the value of the facet (name, folder, mailing list, etc.) + +# LOCALIZATION NOTE (*.mayMatchLabel): The label to use for the popup menu +# to indicate that the results should no longer be restricted relative to +# this particular facet value. If not provided, we will fall back to +# "glodaFacetView.facets.mayMatch.fallbackLabel". #1, if present, is +# replaced by the value of the facet (name, folder, mailing list, etc.) + +# LOCALIZATION NOTE (*.mustMatchSomeLabel): The label to use for the popup menu +# to indicate that the results should be restricted to messages which have +# _some_ value (e.g. at least one tag is set). If not provided, we will fall +# back to "glodaFacetView.facets.mustMatchSome.fallbackLabel". #1, if present, +# is replaced by the value of the facet (name, folder, mailing list, etc.) + +# LOCALIZATION NOTE (*.mustMatchNoneLabel): The label to use for the popup menu +# to indicate that the results should be restricted to messages which have _no_ +# value (e.g. no tags are set). If not provided, we will fall back to +# "glodaFacetView.facets.mustMatchNoneLabel.fallbackLabel". #1, if present, is +# replaced by the value of the facet (name, folder, mailing list, etc.) + +# LOCALIZATION NOTE (*.mayMatchAnyLabel): The label to use for the popup menu +# to indicate that the results should not be restricted to messages which have +# any or no value (e.g. no requirements on any tags are set). If not provided, +# we will fall back to "glodaFacetView.facets.mayMatchAnyLabel.fallbackLabel". +# #1, if present, is replaced by the value of the facet (name, folder, mailing +# list, etc.) + +# LOCALIZATION NOTE (gloda.message.attr.account.*): Stores the account in which +# a message's folder is located. +gloda.message.attr.account.facetNameLabel=Conto +gloda.message.attr.account.includeLabel=memorisà en in da: +gloda.message.attr.account.excludeLabel=betg memorisà en: +gloda.message.attr.account.remainderLabel=auters contos: +gloda.message.attr.account.mustMatchLabel=sto esser en #1 +gloda.message.attr.account.cantMatchLabel=na po betg esser en #1 + +# LOCALIZATION NOTE (gloda.message.attr.folder.*): Stores the message folder in +# which the message is stored. +gloda.message.attr.folder.facetNameLabel=Ordinatur +gloda.message.attr.folder.includeLabel=memorisà en in da: +gloda.message.attr.folder.excludeLabel=betg memorisà en: +gloda.message.attr.folder.remainderLabel=auters ordinaturs: +gloda.message.attr.folder.mustMatchLabel=sto esser en #1 +gloda.message.attr.folder.cantMatchLabel=na po betg esser en #1 + +# LOCALIZATION NOTE (gloda.message.attr.fromMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.fromMe.facetNameLabel=Da mai + +# LOCALIZATION NOTE (gloda.message.attr.toMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.toMe.facetNameLabel=A mai + +# LOCALIZATION NOTE (gloda.message.attr.involves.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.involves.facetNameLabel=Persunas +gloda.message.attr.involves.includeLabel=includa: +gloda.message.attr.involves.excludeLabel=n'includa betg: +gloda.message.attr.involves.remainderLabel=auters participants: +gloda.message.attr.involves.mustMatchLabel=cun '#1' +gloda.message.attr.involves.cantMatchLabel=senza '#1' + +# LOCALIZATION NOTE (gloda.message.attr.date.*): Stores the date of the message. +# Thunderbird normally stores the date the message claims it was composed +# according to the "Date" header. This is not the same as when the message +# was sent or when it was eventually received by the user. In the future we +# may change this to be one of the other dates, but not anytime soon. +gloda.message.attr.date.facetNameLabel=Data + +# LOCALIZATION NOTE (gloda.message.attr.attachmentTypes.*): Stores the list of +# MIME types (ex: image/png, text/plain) of real attachments (not just part of +# the message content but explicitly named attachments) on the message. +# Although we hope to be able to provide localized human-readable explanations +# of the MIME type (ex: "PowerPoint document"), I don't know if that is going +# to happen. +gloda.message.attr.attachmentTypes.facetNameLabel=Agiuntas + +# LOCALIZATION NOTE (gloda.message.attr.mailing-list.*): Stores the mailing +# lists detected in the message. This will normally be the e-mail address of +# the mailing list and only be detected in messages received from the mailing +# list. Extensions may contribute additional detected mailing-list-like +# things. +gloda.message.attr.mailing-list.facetNameLabel=Glista d'e-mail +gloda.message.attr.mailing-list.noneLabel=Nagina +gloda.message.attr.mailing-list.includeLabel=retschavì dad ina da: +gloda.message.attr.mailing-list.excludeLabel=betg retschavì dad ina da: +gloda.message.attr.mailing-list.remainderLabel=autras glistas dad e-mail: +gloda.message.attr.mailing-list.mustMatchLabel=sto esser en #1 +gloda.message.attr.mailing-list.cantMatchLabel=na po betg esser en #1 +gloda.message.attr.mailing-list.mustMatchSomeLabel=en ina glista dad e-mail +gloda.message.attr.mailing-list.mustMatchNoneLabel=betg en ina glista dad e-mail + +# LOCALIZATION NOTE (gloda.message.attr.tag.*): Stores the tags applied to the +# message. Notably, gmail's labels are not currently exposed via IMAP and we +# do not do anything clever with gmail, so this is independent of gmail labels +# This may change in the future, but it's a safe bet it's not happening on +# Thunderbird's side prior to 3.0. +gloda.message.attr.tag.facetNameLabel=Etichettas +gloda.message.attr.tag.noneLabel=Nagin +gloda.message.attr.tag.includeLabel=cun ina da questas etichettas: +gloda.message.attr.tag.excludeLabel=senza l'etichetta: +gloda.message.attr.tag.remainderLabel=autras etichettas: +gloda.message.attr.tag.mustMatchLabel=etichettà cun '#1' +gloda.message.attr.tag.cantMatchLabel=betg etichettà cun '#1' +gloda.message.attr.tag.mustMatchSomeLabel=sto esser etichettà +gloda.message.attr.tag.mustMatchNoneLabel=na po betg esser etichettà + +# LOCALIZATION NOTE (gloda.message.attr.star.*): Stores whether the message is +# starred or not, as indicated by a pretty star icon. In the past, the icon +# used to be a flag. The IMAP terminology continues to be "flagged". +gloda.message.attr.star.facetNameLabel=Cun staila + +# LOCALIZATION NOTE (gloda.message.attr.read.*): Stores whether the user has +# read the message or not. +gloda.message.attr.read.facetNameLabel=Legì + +# LOCALIZATION NOTE (gloda.message.attr.repliedTo.*): Stores whether we believe +# the user has ever replied to the message. We normally show a little icon in +# the thread pane when this is the case. +gloda.message.attr.repliedTo.facetNameLabel=Respundì + +# LOCALIZATION NOTE (gloda.message.attr.forwarded.*): Stores whether we believe +# the user has ever forwarded the message. We normally show a little icon in +# the thread pane when this is the case. +gloda.message.attr.forwarded.facetNameLabel=Renvià + +# LOCALIZATION NOTE (gloda.mimetype.category.*.label): Map categories of MIME +# types defined in MimeTypeCategories.jsm to labels. +# LOCALIZATION NOTE (gloda.mimetype.category.archives.label): Archive is +# referring to things like zip files, tar files, tar.gz files, etc. +gloda.mimetype.category.archives.label=Archivs +gloda.mimetype.category.documents.label=Documents +gloda.mimetype.category.images.label=Maletgs +# LOCALIZATION NOTE (gloda.mimetype.category.media.label): Media is meant to +# encompass both audio and video. This is because video and audio streams are +# frequently stored in the same type of container and we cannot rely on the +# sending e-mail client to have been clever enough to figure out what was +# really in the file. So we group them together. +gloda.mimetype.category.media.label=Media (audio, video) +gloda.mimetype.category.pdf.label=Datotecas da PDF +# LOCALIZATION NOTE (gloda.mimetype.category.other.label): Other is the category +# for MIME types that we don't really know what it is. +gloda.mimetype.category.other.label=Auter diff --git a/l10n-rm/mail/chrome/messenger/glodaComplete.properties b/l10n-rm/mail/chrome/messenger/glodaComplete.properties new file mode 100644 index 0000000000..423e8f848c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/glodaComplete.properties @@ -0,0 +1,19 @@ +# 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 (glodaComplete.messagesTagged.label): The label used +# in the autocomplete widget to refer to a query for all messages tagged +# by a particular tag (replacing #1). +glodaComplete.messagesTagged.label=Messadis cun l'etichetta "#1" + +# LOCALIZATION NOTE (glodaComplete.messagesMentioning.label): The label used +# in the autocomplete widget to refer to a search for all messages mentioning +# a particular word (replacing #1). +glodaComplete.messagesMentioning.label=Messadis cun "#1" + +# LOCALIZATION NOTE (glodaComplete.messagesWithMany.label): The label used +# in the autocomplete widget to refer to a search for all messages mentioning +# a set of words, or a phrase containing multiple words (e.g. "red pepper") +# We use the same words in en-US, but maybe that's not always true. +glodaComplete.messagesMentioningMany.label=Messadis cun "#1" diff --git a/l10n-rm/mail/chrome/messenger/glodaFacetView.dtd b/l10n-rm/mail/chrome/messenger/glodaFacetView.dtd new file mode 100644 index 0000000000..f1b937c6e1 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/glodaFacetView.dtd @@ -0,0 +1,29 @@ +<!-- 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 (glodaFacetView.filters.label): Label at the top of the + faceting sidebar. Serves as a header both for the checkboxes under it as + well for labeled facets with multiple options. --> +<!ENTITY glodaFacetView.filters.label "Filters"> + +<!-- LOCALIZATION NOTE (glodaFacetView.loading.label): Label that appears when + the search results take a long time to appear. --> +<!ENTITY glodaFacetView.loading.label "Tschertgar…"> + +<!-- LOCALIZATION NOTE (glodaFacetView.empty.label): Label that appears when + there are no results that match the search query. --> +<!ENTITY glodaFacetView.empty.label "Nagins messadis che correspundan a tia tschertga"> + +<!-- LOCALIZATION NOTE (glodaFacetView.pageMore.label): Label at the bottom + of the results list to show more hits. --> +<!ENTITY glodaFacetView.pageMore.label "Dapli »"> + +<!-- LOCALIZATION NOTE(glodaFacetView.results.message.openEmailAsList.label2): The + label for the button/link that causes us to display all of the emails in + the active set in a new thread pane display tab. --> +<!ENTITY glodaFacetView.openEmailAsList.label "Mussar ils resultats sco glista"> + +<!-- LOCALIZATION NOTE(glodaFacetView.results.message.openEmailAsList.tooltip): + The tooltip to display when hovering over the openEmailAsList label. --> +<!ENTITY glodaFacetView.openEmailAsList.tooltip "Mussar tut ils messadis d'e-mail en la gruppa actuala en in nov tab"> diff --git a/l10n-rm/mail/chrome/messenger/glodaFacetView.properties b/l10n-rm/mail/chrome/messenger/glodaFacetView.properties new file mode 100644 index 0000000000..63109ea449 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/glodaFacetView.properties @@ -0,0 +1,171 @@ +# 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 (glodaFacetView.tab.query.label): +# The tab title to display for tabs that are based on a gloda (global database) +# query or collection rather than a user search. At some point we might try +# and explain what the query/collection is in automatic fashion, but not today. +glodaFacetView.tab.query.label=Tschertgar + +# LOCALIZATION NOTE (glodaFacetView.tab.search.label): +# The tab title to display for tabs with a new gloda (global database) +# user search (rather than a query or collection) without a search string. +# After the search has been started, we just display the search string entered +# by the user. +glodaFacetView.tab.search.label=Tschertga + +# LOCALIZATION NOTE(glodaFacetView.search.label2): +# The heading for the search page. +# A short description of user's search query will be appended. +glodaFacetView.search.label2=Resultats per: + +# LOCALIZATION NOTE(glodaFacetView.constraints.query.fulltext.label): +# The label to display to describe when our base query was a fulltext search +# across messages. The value is displayed following the label. +glodaFacetView.constraints.query.fulltext.label=Tschertgar '#1' +glodaFacetView.constraints.query.fulltext.andJoinWord=e +glodaFacetView.constraints.query.fulltext.orJoinWord=u + +# LOCALIZATION NOTE(glodaFacetView.constraints.query.initial): +# The label to display to describe when our base query is not a full-text +# search. Additional labels are appended describing each constraint. +glodaFacetView.constraints.query.initial=Tschertgar messadis + +# LOCALIZATION NOTE(glodaFacetView.constraints.query.involves.label): +# The label to display to describe when our base query was on messages +# involving a given contact from the address book. The value is displayed +# where the #1 is. +glodaFacetView.constraints.query.involves.label=cun #1 + +# LOCALIZATION NOTE(glodaFacetView.constraints.query.contact.label): +# The label to display to describe when our base query was on messages +# tagged with a specific tag. The tag is displayed following the label. +glodaFacetView.constraints.query.tagged.label=etichettà: + + +# LOCALIZATION NOTE (glodaFacetView.facets.mode.top.listAllLabel): The label to +# use when we are only displaying the top entries for a facet. When the +# label is clicked on, it results in us displaying all of the values for that +# facet. The value "#1" (if present) is replaced with the total number of +# values that will be displayed (rather than the number currently hidden). +# This string supports pluralization. See +# https://developer.mozilla.org/en/Localization_and_Plurals for details on +# how this stuff works. +glodaFacetView.facets.mode.top.listAllLabel=Mussar #1 resultat;Mussar tut ils #1 resultats + +# LOCALIZATION NOTE (glodaFacetView.facets.included.fallbackLabel): The label to +# use for groups in a facet that have been explicitly included by the user if +# there is no explicit attribute "includeLabel" defined. (The explicit label +# would be named "gloda.message.attr.ATTRIBUTE.includeLabel".) +glodaFacetView.facets.included.fallbackLabel=inclus: +# LOCALIZATION NOTE (glodaFacetView.facets.excluded.fallbackLabel): The label to +# use for groups in a facet that have been explicitly excluded by the user if +# there is no explicit attribute "excludeLabel" defined. (The explicit label +# would be named "gloda.message.attr.ATTRIBUTE.excludeLabel".) +glodaFacetView.facets.excluded.fallbackLabel=exceptà: +# LOCALIZATION NOTE (glodaFacetView.facets.remainder.fallbackLabel): The label +# to use for groups in a facet that are neither part of the included group or +# the excluded group if there is no explicit attribute "remainderLabel" +# defined. (The explicit label would be named +# "gloda.message.attr.ATTRIBUTE.remainderLabel".) +glodaFacetView.facets.remainder.fallbackLabel=auter: + +# LOCALIZATION NOTE (glodaFacetView.facets.mustMatchLabel.fallbackLabel): The label +# to use to restrict a facet by a particular value if there is no explicit +# attribute "mustMatchLabel" defined. (The explicit label would be named +# "gloda.message.attr.ATTRIBUTE.mustMatchLabel".) +glodaFacetView.facets.mustMatchLabel.fallbackLabel=sto coincider cun #1 +glodaFacetView.facets.mustMatchNoneLabel.fallbackLabel=na po betg avair ina valur + +# LOCALIZATION NOTE (glodaFacetView.facets.cantMatchLabel.fallbackLabel): The label +# to use to restrict a facet by the absence of a particular value if there is +# no explicit attribute "cantMatchLabel" defined. (The explicit label would be +# named "gloda.message.attr.ATTRIBUTE.cantMatchLabel".) +glodaFacetView.facets.cantMatchLabel.fallbackLabel=na po betg coincidir cun #1 +glodaFacetView.facets.mustMatchSomeLabel.fallbackLabel=sto avair ina valur + +# LOCALIZATION NOTE (glodaFacetView.facets.mayMatchLabel.fallbackLabel): The label +# to use to undo the restriction of a facet by a particular value if there is +# no explicit attribute "mayMatchLabel" defined. (The explicit label would be +# named "gloda.message.attr.ATTRIBUTE.mayMatchLabel".) +glodaFacetView.facets.mayMatchLabel.fallbackLabel=eliminar quest criteri +glodaFacetView.facets.mayMatchAnyLabel.fallbackLabel=eliminar quest criteri + +# LOCALIZATION NOTE (glodaFacetView.facets.noneLabel): The text to display when +# a facet needs to indicate that an attribute omitted a value or was otherwise +# empty. +glodaFacetView.facets.noneLabel=Nagina + +# LOCALIZATION NOTE (glodaFacetView.facets.filter.attachmentTypes.allLabel): +# The label to use when all types of attachments are being displayed. +glodaFacetView.facets.filter.attachmentTypes.allLabel=Tuttas sorts + +# LOCALIZATION NOTE (glodaFacetView.result.message.fromLabel): Used in the +# faceted search message display to indicate the author of a message. +# An example usage is "from: Bob". +glodaFacetView.result.message.fromLabel=da: + +# LOCALIZATION NOTE (glodaFacetView.result.message.toLabel): Used in the +# faceted search message display to indicate the recipients of a message. +# An example usage is "to: Bob, Chuck, Don". +glodaFacetView.result.message.toLabel=a: + +# LOCALIZATION NOTE (glodaFacetView.result.message.noSubject): Used in the +# faceted search message display to act as a click target for messages with +# no subject. +glodaFacetView.result.message.noSubject=(nagin object) + +# LOCALIZATION NOTE(glodaFacetView.results.header.countLabel): +# This label is displayed above the list of result messages; it tells the user +# how many messages we are displaying in the list out of the total number of +# messages in the active set (the set of messages remaining after the +# application of the facet constraints.) +# The goal of the various sub-parts here is to make a label along the lines of +# "M of N". Because there are two numbers, this is split into two parts, +# 'NMessages' for what in English is just the first number and 'ofN' for the +# "of N" part. We then use 'grouping' to decide how to combine the two. This +# was suggested by Rimas Kudelis. +# LOCALIZATION NOTE(glodaFacetView.results.header.countLabel.NMessages): +# The first part of the countLabel string (although you can change the order +# in 'grouping'). This is pluralized using the mechanism described at +# https://developer.mozilla.org/en/Localization_and_Plurals. We replace +# "#1" with the number of messages being shown in the result list. +glodaFacetView.results.header.countLabel.NMessages=#1;#1 +# LOCALIZATION NOTE(glodaFacetView.results.header.countLabel.ofN): +# The second part of the countLabel string (although you can change the order +# in 'grouping'). This is pluralized using the mechanism described at +# https://developer.mozilla.org/en/Localization_and_Plurals. We replace +# "#1" with the total number of messagse in the active set. +glodaFacetView.results.header.countLabel.ofN=dad #1;da #1 +# LOCALIZATION NOTE(glodaFacetView.results.header.countLabel.grouping): +# Combines the pluralized +# "glodaFacetView.results.header.countLabel.NMessages" string (as #1) with +# the pluralized "glodaFacetView.results.header.countLabel.ofN" (as #2) +# to make a single label. +glodaFacetView.results.header.countLabel.grouping=#1 #2 + +glodaFacetView.results.message.timeline.label=Activar/deactivar la cronologia +# LOCALIZATION NOTE(glodaFacetView.results.message.sort.relevance2): +# a clickable label causing the sort to be done by most relevant messages first. +glodaFacetView.results.message.sort.relevance2=Zavrar tenor relevanza +# LOCALIZATION NOTE(glodaFacetView.results.message.sort.date2): +# a clickable label causing the sort to be done by most recent messages first. +glodaFacetView.results.message.sort.date2=Zavrar tenor data + +# LOCALIZATION NOTE(glodaFacetView.results.message.recipientSeparator): This is +# the string in between the names of recipients (see +# glodaFacetView.results.message.andOthers for more information). The \u0020 +# character is a Unicode space character, which is needed as otherwise the +# trailing whitespace is trimmed before it gets to the code. +glodaFacetView.results.message.recipientSeparator=,\u0020 + +# LOCALIZATION NOTE(glodaFacetView.results.message.andOthers): +# When a message has too many recipients, we only show the first few and then +# display this label to express how many are not displayed. So if a message +# has 5 recipients, we might only show the first 3, and then use this label +# to indicate that there are 2 that are not displayed. This string can be +# pluralized; see https://developer.mozilla.org/en/Localization_and_Plurals +# for details on how to do that. Note that in English, we use the "serial +# comma", but other languages may not need a leading separator there. +glodaFacetView.results.message.andOthers=, ed #1 auter;, e #1 auters diff --git a/l10n-rm/mail/chrome/messenger/imAccountWizard.dtd b/l10n-rm/mail/chrome/messenger/imAccountWizard.dtd new file mode 100644 index 0000000000..202e459f0e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/imAccountWizard.dtd @@ -0,0 +1,32 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Assistent per contos da chat"> + +<!ENTITY accountProtocolTitle.label "Rait da chat"> +<!ENTITY accountProtocolInfo.label "Tscherna per plaschair la rait da tes conto da chat."> +<!ENTITY accountProtocolField.label "Rait:"> +<!ENTITY accountProtocolGetMore.label "Dapli…"> + +<!ENTITY accountUsernameTitle.label "Num d'utilisader"> +<!ENTITY accountUsernameDuplicate.label "Quest conto è gia configurà!"> + +<!ENTITY accountPasswordTitle.label "Pled-clav"> +<!ENTITY accountPasswordInfo.label "Endatescha per plaschair tes pled-clav en il champ sutvart."> +<!ENTITY accountPasswordField.label "Pled-clav:"> +<!ENTITY accountPasswordManager.label "Il pled-clav endatà qua vegn memorisà en l'administratur da pleds-clav. Lascha vid quest champ sche tes pled-clav duai vegnir dumandà mintga giada che ti connecteschas."> + +<!ENTITY accountAdvancedTitle.label "Opziuns extendidas"> +<!ENTITY accountAdvancedInfo.label "Ti pos sursiglir quest pass sche ti vuls."> +<!ENTITY accountAdvanced.newMailNotification.label "M'infurmar davart novs e-mails"> +<!ENTITY accountAliasGroupbox.caption "Alias local"> +<!ENTITY accountAliasField.label "Alias:"> +<!ENTITY accountAliasInfo.label "Quai cumpara mo en tia conversaziun, tes contacts na vegnan betg a vesair quai."> +<!ENTITY accountProxySettings.caption "Parameters da Proxy"> +<!ENTITY accountProxySettings.change.label "Midar…"> +<!ENTITY accountProxySettings.change.accessKey "M"> + +<!ENTITY accountSummaryTitle.label "Resumaziun"> +<!ENTITY accountSummaryInfo.label "Ina resumaziun da las infurmaziuns endatadas vegn mussada sutvart. La controllescha avant che crear il conto."> +<!ENTITY accountSummary.connectNow.label "Colliar ussa quest conto."> diff --git a/l10n-rm/mail/chrome/messenger/imAccounts.properties b/l10n-rm/mail/chrome/messenger/imAccounts.properties new file mode 100644 index 0000000000..b621dc3474 --- /dev/null +++ b/l10n-rm/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=Opziuns da %S +accountUsername=Num d'utilisader: +# 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=Endatescha il num d'utilisader per tes conto da %S. +# LOCALIZATION NOTE (accountUsernameInfoWithDescription): +# %1$S is a hint for the expected format of the username +# %2$S is the name of a protocol +accountUsernameInfoWithDescription=Endatescha il num d'utilisader (%1$S) per tes conto da %2$S. + +# LOCALIZATION NOTE (account.connection.error): +# %S is the error message. +account.connection.error=Errur: %S +# LOCALIZATION NOTE (account.connection.errorUnknownPrpl) +# %S is the id (not very user friendly; hence the quotes) of the missing plugin. +account.connection.errorUnknownPrpl=Nagin plug-in per il protocol '%S'. +account.connection.errorEnteringPasswordRequired=Per connectar cun quest conto stos ti endatar in pled-clav. +account.connection.errorCrashedAccount=I ha dà in collaps durant connectar cun quest conto. +# LOCALIZATION NOTE (account.connection.progress): +# %S is a message indicating progress of the connection process +account.connection.progress=Connectar: %S… +account.connecting=Connectar… +account.connectedForSeconds=Connectà dapi in pèr secundas. +# 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=Connectà dapi %1$S %2$S e %3$S %4$S. +account.connectedForSingle=Connectà dapi circa %1$S %2$S. +account.reconnectInDouble=Reconnectar en %1$S %2$S e %3$S %4$S. +account.reconnectInSingle=Reconnectar en %1$S %2$S. + +requestAuthorizeTitle=Dumonda dad autorisaziun +# LOCALIZATION NOTE (requestAuthorizeAllow, requestAuthorizeDeny): +# the & symbol indicates the position of the character that should be +# used as the accesskey for this button. +requestAuthorizeAllow=&Permetter +requestAuthorizeDeny=&Refusar +# LOCALIZATION NOTE (requestAuthorizeText): +# %S is a contact username. +requestAuthorizeText=%S ha agiuntà tai a sia glista da collegas, vuls ti permetter ad el(la) da vesair tai? + +accountsManager.notification.button.accessKey=C +accountsManager.notification.button.label=Connectar ussa +accountsManager.notification.userDisabled.label=Ti has deactivà la connexiun automatica. +accountsManager.notification.safeMode.label=Ils parameters per connectar automaticamain èn vegnids ignorads perquai che l'applicaziun è actualmain en il modus segirà. +accountsManager.notification.startOffline.label=Ils parameters per connectar automaticamain èn vegnids ignorads perquai che l'applicaziun è aviada en il modus offline. +accountsManager.notification.crash.label=L'ultima execuziun è interrutta durant connectar. Ils parameters per connectar automaticamain èn vegnids deactivads per ta dar la pussaivladad da midar ils parameters. +# 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=L'ultima execuziun è interrutta nunspetgadamain durant connectar ad in conto nov u modifitgà. I n'è betg vegnì connectà per il mument, uschia che ti pos modifitgar ils parameters.;L'ultima execuziun è interrutta nunspetgadamain durant connectar a #1 contos novs u modifitgads. I n'è betg vegnì connectà per il mument, uschia che ti pos modifitgar ils parameters. +accountsManager.notification.other.label=La configuraziun da la connexiun automatica è vegnida deactivada. diff --git a/l10n-rm/mail/chrome/messenger/imapMsgs.properties b/l10n-rm/mail/chrome/messenger/imapMsgs.properties new file mode 100644 index 0000000000..8c726d87f7 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/imapMsgs.properties @@ -0,0 +1,266 @@ +# 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/. + +# +# The following are used by the imap code to display progress/status/error messages +# + +#LOCALIZATION NOTE(imapAlertDialogTile): Do not translate the word "%S" +# below. Place the word %S where the account name should appear. +imapAlertDialogTitle=Avertiment per il conto %S + +# Status - opening folder +imapStatusSelectingMailbox=Avrir l'ordinatur %S… + +# Status - create folder +imapStatusCreatingMailbox=Crear l'ordinatur… + +# Status - deleting a folder +# LOCALIZATION NOTE (imapStatusDeletingMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being deleted. +imapStatusDeletingMailbox=Stizzar l'ordinatur %S… + +# Status - renaming mailbox +# LOCALIZATION NOTE (imapStatusRenamingMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being renamed. +imapStatusRenamingMailbox=Renumnar l'ordinatur %S… + +# Status - looking for mailboxes +imapStatusLookingForMailbox=Tschertgar ordinaturs… + +# Status - subscribing to mailbox +# LOCALIZATION NOTE (imapStatusSubscribeToMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being subscribed to. +imapStatusSubscribeToMailbox=Abunar l'ordinatur %S… + +# Status - unsubscribing from mailbox +# LOCALIZATION NOTE (imapStatusUnsubscribeMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being unsubscribed from. +imapStatusUnsubscribeMailbox=Annullar l'abunament da l'ordinatur %S… + +# Status - searching imap folder +imapStatusSearchMailbox=Tschertgar l'ordinatur… + +# Status - closing a folder +imapStatusCloseMailbox=Serrar l'ordinatur… + +# Status - compacting a folder +imapStatusExpungingMailbox=Cumprimer l'ordinatur… + +# Status - logging out +imapStatusLoggingOut=Sortir… + +# Status - checking server capabilities +imapStatusCheckCompat=Verifitgar las funcziunalitads dal server… + +# Status - logging on +imapStatusSendingLogin==Trametter las infurmaziuns d'annunzia… + +# Status - auth logon +imapStatusSendingAuthLogin=Trametter las infurmaziuns d'annunzia… + +imapDownloadingMessage=Telechargiar il messadi… + +# LOCALIZATION NOTE (imapGettingACLForFolder): Do not translate the word "ACL" below. +imapGettingACLForFolder=Obtegnair la glista da controlla d'access (ACL) da l'ordinatur… + +imapGettingServerInfo=Obtegnair las infurmaziuns davart la configuraziun dal server… + +imapGettingMailboxInfo=Obtegnair las infurmaziuns davart la configuraziun da la chascha da brevs… + +imapEmptyMimePart=Il cuntegn da quest messadi vegn telechargià sin dumonda. + +# LOCALIZATION NOTE (imapReceivingMessageHeaders3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the header being downloaded should appear. +# Place the word %2$S in your translation where the total number of headers to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Joe's Account: Downloading message header 100 of 1000 in Drafts…" +imapReceivingMessageHeaders3=Telechargiar il chau-pagina dal messadi %1$S da %2$S en %3$S… + +# LOCALIZATION NOTE (imapReceivingMessageFlags3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the flag being downloaded should appear. +# Place the word %2$S in your translation where the total number of flags to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Jim's Account: Downloading message flag 100 of 1000 in INBOX…" +imapReceivingMessageFlags3=Telechargiar l'etichetta dal messadi %1$S da %2$S en %3$S… + +imapDeletingMessages=Stizzar ils messadis… + +imapDeletingMessage=Stizzar il messadi… + +# LOCALIZATION NOTE (imapMovingMessages): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapMovingMessages=Spustar ils messadis en %S… + +# LOCALIZATION NOTE (imapMovingMessage): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapMovingMessage=Spustar il messadi en %S… + +# LOCALIZATION NOTE (imapCopyingMessages): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapCopyingMessages=Copiar ils messadis en %S… + +# LOCALIZATION NOTE (imapCopyingMessage): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapCopyingMessage=Copiar il messadi en %S… + +# LOCALIZATION NOTE (imapFolderReceivingMessageOf3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the message being downloaded should appear. +# Place the word %2$S in your translation where the total number of messages to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Juan's Account: Downloading message 100 of 1000 in Sent…" +imapFolderReceivingMessageOf3=Telechargiar il messadi %1$S da %2$S en %3$S… + +# LOCALIZATION NOTE (imapDiscoveringMailbox): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapDiscoveringMailbox=Chattà l'ordinatur: %S + +# LOCALIZATION NOTE (imapEnterServerPasswordPrompt): Do not translate the words %1$S and %2$S below. +# Place the word %1$S in your translation where the username should appear. +# Place the word %2$S in your translation where the servername should appear. +imapEnterServerPasswordPrompt=Endatescha il pled-clav per "%1$S" sin "%2$S": + +# LOCALIZATION NOTE (imapServerNotImap4): Do not translate the word "IMAP4" below. +imapServerNotImap4=Il server dad e-mail %S n'è betg in server dal tip IMAP4. + +# This is intentionally left blank. +imapDone= + +# LOCALIZATION NOTE (imapEnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +imapEnterPasswordPromptTitleWithUsername=Endatescha tes pled-clav per %1$S + +imapUnknownHostError=I n'è betg reussì da connectar cun il server %S. +imapOAuth2Error=L'autentificaziun n'è betg reussida durant connectar cun il server %S. + +imapConnectionRefusedError=Impussibel da connectar cun il server dad e-mail %S; la connexiun è vegnida refusada. + +imapNetTimeoutError=Surpassà la limita da temp da la connexiun al server %S. + +imapTlsError=Ina errur da TLS che na sa lascha betg recuvrir è succedida. Errur da handshake u probablamain versiun incumpatibla da TLS u dal certificat utilisà dal server %S. + +# Status - no messages to download +imapNoNewMessages=Nagins messadis novs sin il server. + +imapDefaultAccountName=Messadis per %S + +imapSpecialChar2=Il caracter %S è reservà sin quest server IMAP. Tscherna per plaschair in auter num. + +imapPersonalSharedFolderTypeName=Ordinatur persunal + +imapPublicFolderTypeName=Ordinatur public + +imapOtherUsersFolderTypeName=Ordinatur d'in auter utilisader + +imapPersonalFolderTypeDescription=Quest è in ordinatur persunal che na vegn betg cundividì. + +imapPersonalSharedFolderTypeDescription=Quest è in ordinatur persunal che vegn cundividì. + +imapPublicFolderTypeDescription=Quest è in ordinatur public. + +imapOtherUsersFolderTypeDescription=Quest è in ordinatur dad e-mail cundividì da l'utilisader '%S'. + +imapAclFullRights=Controlla cumplaina + +imapAclLookupRight=Tschertgar + +imapAclReadRight=Leger + +imapAclSeenRight=Definir il status legì/nunlegì + +imapAclWriteRight=Scriver + +imapAclInsertRight=Inserir (copiar en) + +imapAclPostRight=Trametter (post) + +imapAclCreateRight=Crear in sutordinatur + +imapAclDeleteRight=Stizzar messadis + +imapAclAdministerRight=Administrar l'ordinatur + +imapServerDoesntSupportAcl=Quest server na sustegna betg ordinaturs cundividids. + +imapAclExpungeRight=Svidar + +imapServerDisconnected= Il server %S ha interrut la connexiun. U ch'il server na funcziuna betg pli u ch'i dat problems cun la rait. + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the imap folder. +imapSubscribePrompt=Vuls ti abunar %1$S? + +imapServerDroppedConnection=Impussibel da connectar cun il server IMAP. Ti has eventualmain surpassà il dumber maximal da connexiuns permessas a medem temp cun quest server. Sche quai è il cas, utilisescha la fanestra da dialog dals parameters extendids dal server IMAP per reducir il dumber da connexiuns preservadas en il cache. + +# This will occur when a folder that has never been imap selected or opened +# (left-clicked) is first right-clicked to access quota properties. +imapQuotaStatusFolderNotOpen=Infurmaziuns davart la quota da la capacitad da memorisar n'èn betg disponiblas perquai che l'ordinatur n'è betg avert. + +# The imap capability response reports that QUOTA is not supported. +imapQuotaStatusNotSupported=Quest server na fa betg indicaziuns davart la quota da la capacitad da memorisar. + +# The getqutaroot command succeeded but reported no quota information. +imapQuotaStatusNoQuota2=Quest ordinatur na furnescha naginas infurmaziuns davart la quota. + +# Folder properties were requested by the user (right-click) before the getquotaroot +# command was sent. +imapQuotaStatusInProgress=Las infurmaziun davart la quota n'èn anc betg disponiblas. + +# Out of memory +imapOutOfMemory=Il program n'ha nagina capacitad da memorisar pli. + +# LOCALIZATION NOTE (imapCopyingMessageOf2): Do not translate the word "%S" below. +# Place the word %3$S in your translation where the name of the destination folder should appear. +# Place the word %1$S where the currently copying message should appear. +# Place the word %2$S where the total number of messages should appear. +imapCopyingMessageOf2=Copiar il messadi %1$S da %2$S a %3$S… + +# LOCALIZATION NOTE (imapMoveFolderToTrash): Do not translate the word %S below. +# "%S" is the the name of the folder. +imapMoveFolderToTrash=Vuls ti propi stizzar l'ordinatur '%S'? + +# LOCALIZATION NOTE (imapDeleteNoTrash): Do not translate the word %S below. +# "%S" is the the name of the folder. +imapDeleteNoTrash=Sche ti stizzas quest ordinatur na pos ti betg revocar quest pass. Tut ils messadis che l'ordinatur cuntegna vegnan stizzads, inclus ils sutordinaturs. Vuls ti propi stizzar l'ordinatur '%S'? + +imapDeleteFolderDialogTitle=Stizzar l'ordinatur + +imapDeleteFolderButtonLabel=&Stizzar l'ordinatur + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainSSL): %S is the server hostname +imapAuthChangeEncryptToPlainSSL=Il server IMAP %S para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav normal» en ils parameters dal conto | parameters dal server. Sche ti n'has fin ussa mai gì problems en quest reguard e la funcziun disdescha nunspetgadamain, contactescha per plaschair tes administratur u purschider dad e-mail. + +# LOCALIZATION NOTE (imapAuthChangePlainToEncrypt): %S is the server hostname +imapAuthChangePlainToEncrypt=Il server IMAP %S na permetta betg pleds-clav betg criptads. Emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav criptà» en ils parameters dal conto | parameters dal server. + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainNoSSL): %S is the server hostname +imapAuthChangeEncryptToPlainNoSSL=Il server IMAP %S para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav, transmetter betg segirà» enils parameters dal conto | parameters dal server. Sche ti n'has fin ussa mai gì problems en quest reguard e la funcziun disdescha nunspetgadamain è quai in indizi per l'emprova dad engular tes pled-clav. + +# LOCALIZATION NOTE (imapAuthMechNotSupported): %S is the server hostname +imapAuthMechNotSupported=Il server IMAP %S na sustegna betg la metoda d'autentificaziun tschernida. Mida per plaschair la «Metoda d'autentificaziun» en ils parameters dal conto | parameters dal server. + +# LOCALIZATION NOTE (imapAuthGssapiFailed): %S is the server hostname +imapAuthGssapiFailed=Il server IMAP %S n'ha betg acceptà il ticket Kerberos/GSSAPI. Controllescha per plaschair che ti es annunzià a Kerberos/GSSAPI realm. + +# LOCALIZATION NOTE (imapServerCommandFailed): +# Place the word %1$S in your translation where the name of the account name should appear. +# Place the word %2$S in your translation where the server response should appear. +imapServerCommandFailed=Il cumond actual n'è betg reussì. Il server dad e-mail dal conto %1$S ha respundì: %2$S + +# LOCALIZATION NOTE (imapFolderCommandFailed): Do not translate the word %S below. +# Place the word %1$S in your translation where the name of the account should appear. +# Place the word %2$S in your translation where the name of the folder should appear. +# Place the word %3$S in your translation where the server response should appear. +imapFolderCommandFailed=L'operaziun actuala cun «%2$S» n'è betg reussida. Il server dad e-mail dal conto %1$S ha respundì: %3$S + +# LOCALIZATION NOTE (imapServerAlert): +# Place the word %1$S in your translation where the name of the account should appear. +# Place the word %2$S in your translation where the alert from the server should appear. +imapServerAlert=Avertiment dal conto %1$S: %2$S diff --git a/l10n-rm/mail/chrome/messenger/importDialog.dtd b/l10n-rm/mail/chrome/messenger/importDialog.dtd new file mode 100644 index 0000000000..034d909adc --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/importDialog.dtd @@ -0,0 +1,59 @@ +<!-- 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 : 'Communicator 4.x' is the used for previous versions of +Netscape Communicator, Please translate using the brandname in respective +languages for Netscape Communicator 4 releases. +LOCALIZATION NOTE : Do not translate any of the occurrences of the word +"&brandShortName;" below. +--> + +<!-- +LOCALIZATION NOTE : 'Communicator 4.x' is the used for previous versions of +Netscape Communicator, Please translate using the brandname in respective +languages for Netscape Communicator 4 releases. +LOCALIZATION NOTE : Do not translate any of the occurrences of the word +"&brandShortName;" below. +--> + +<!ENTITY importDialog.windowTitle "Import"> +<!ENTITY importAll.label "Importar tut"> +<!ENTITY importAll.accesskey "I"> +<!ENTITY importMail.label "E-mail"> +<!ENTITY importMail.accesskey "M"> +<!ENTITY importFeeds.label "Abunaments da feeds"> +<!ENTITY importFeeds.accesskey "d"> +<!ENTITY importAddressbook.label "Cudeschets d'adressas"> +<!ENTITY importAddressbook.accesskey "A"> +<!ENTITY importSettings.label "Parameters"> +<!ENTITY importSettings.accesskey "S"> +<!ENTITY importFilters.label "Filters"> +<!ENTITY importFilters.accesskey "F"> + +<!ENTITY window.width "40em"> +<!ENTITY window.macWidth "45em"> + +<!ENTITY importTitle.label "Assistent d'importaziun da &brandShortName;"> +<!ENTITY importShortDesc.label "Importar messadis, cudeschets d'adressas, configuraziuns e filters dad auters programs"> + +<!ENTITY importDescription1.label "Quest assistent importescha messadis, endataziuns da cudeschets d'adressas, abunaments da feeds, preferenzas e/u filters dad autras applicaziuns dad e-mail e formats frequents da cudeschets d'adressas en &brandShortName;."> +<!ENTITY importDescription2.label "Silsuenter pos ti lavurar cun las datas importadas en &brandShortName;."> + +<!ENTITY selectDescription.label "Tscherna per plaschair il tip da datoteca dal qual i duai vegnir importà:"> +<!ENTITY selectDescriptionB.label "Tscherna in conto existent u creescha in nov conto:"> +<!ENTITY selectDescription.accesskey "P"> +<!ENTITY acctName.label "Num:"> +<!ENTITY acctName.accesskey "N"> +<!ENTITY noModulesFound.label "Chattà nagina applicaziun u datoteca da la quala datas pon vegnir importadas."> + +<!ENTITY back.label "< Enavos"> +<!ENTITY forward.label "Enavant >"> +<!ENTITY finish.label "Terminar"> +<!ENTITY cancel.label "Interrumper"> + +<!ENTITY select.label "u tscherna il tip da material che duai vegnir importà:"> + +<!ENTITY title.label "Titel"> +<!ENTITY processing.label "Importar..."> diff --git a/l10n-rm/mail/chrome/messenger/importMsgs.properties b/l10n-rm/mail/chrome/messenger/importMsgs.properties new file mode 100644 index 0000000000..9231ecb7a9 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/importMsgs.properties @@ -0,0 +1,307 @@ +# 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/. + +# The following are used by the import code to display status/error +# and informational messages + +# The following are used by the import code to display status/error +# and informational messages + +# Success message when no address books are found to import +## @name IMPORT_NO_ADDRBOOKS +## @loc None +2000=Betg chattà cudeschets d'adressas per importar. + +# Error: Address book import not intialized +## @name IMPORT_ERROR_AB_NOTINITIALIZED +## @loc None +2001=Impussibel dad importar cudeschets d'adressas: errur dad inizialisaziun. + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_AB_NOTHREAD +## @loc None +2002=Impussibel dad importar cudeschets d'adressas: betg pussaivel da crear in thread d'importaziun. + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_GETABOOK +## @loc None +# LOCALIZATION NOTE (Error 2003): Do not translate the word "%S" below. +2003=Errur cun importar %S: impussibel da crear in cudeschet d'adressas. + +# Success message when no mailboxes are found to import +## @name IMPORT_NO_MAILBOXES +## @loc None +2004=Betg chattà chaschas da brevs per importar + +# Error: Mailbox import not intialized +## @name IMPORT_ERROR_MB_NOTINITIALIZED +## @loc None +2005=Impussibel dad importar chaschas da brevs, errur d'inizialisaziun + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_MB_NOTHREAD +## @loc None +2006=Impussibel dad importar chaschas da brevs, betg pussaivel da crear in thread d'importaziun + +# Error: Unable to create the proxy object for importing mailboxes +## @name IMPORT_ERROR_MB_NOPROXY +## @loc None +2007=Impussibel dad importar chaschas da brevs, betg pussaivel da crear in object proxy per las chaschas da brevs da destinaziun + +# Error: Error creating destination mailboxes +## @name IMPORT_ERROR_MB_FINDCHILD +## @loc None +# LOCALIZATION NOTE (Error 2008): Do not translate the word "%S" below. +# Place %S in your translation where the name of the mailbox should appear. +2008=Errur cun crear las chaschas da brevs da destinaziun, impussibel da chattar la chascha da brevs %S + +# Error: Error creating destination mailboxes +## @name IMPORT_ERROR_MB_CREATE +## @loc None +# LOCALIZATION NOTE (Error 2009): Do not translate the word "%S" below. +# Place %S in your translation where the name of the mailbox should appear. +2009=Errur cun importar la chascha da brevs %S, impussibel da crear la chascha da brevs da destinaziun + +# Error: No destination folder to import mailboxes +## @name IMPORT_ERROR_MB_NODESTFOLDER +## @loc None +2010=Impussibel da crear in ordinatur per importar ils messadis + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_START +## @loc None +2100=Prenum + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2101=Num da famiglia + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2102=Num mussà + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2103=Surnum + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2104=E-mail principal + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2105=E-mail secundar + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2106=Telefon lavur + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2107=Telefon privat + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2108=Numer da fax + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2109=Numer da pager + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2110=Numer da telefonin + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2111=Adressa privata + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2112=Adressa privata 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2113=Lieu (privat) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2114=Chantun (privat) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2115=Numer postal (privat) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2116=Pajais (privat) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2117=Adressa da fatschenta + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2118=Adressa da fatschenta 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2119=Lieu (fatschenta) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2120=Chantun (fatschenta) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2121=Numer postal (fatschenta) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2122=Pajais (fatschenta) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2123=Funcziun/titel + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2124=Partiziun + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2125=Organisaziun + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2126=Pagina web 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2127=Pagina web 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2128=Onn da naschientscha + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2129=Mais da naschientscha + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2130=Di da naschientscha + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2131=Persunalisà 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2132=Persunalisà 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2133=Persunalisà 3 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2134=Persunalisà 4 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2135=Remartgas + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_END +## @loc None +2136=Num da messenger + +#Error strings +ImportAlreadyInProgress=Ina operaziun dad importaziun vegn gist exequida. Emprova anc ina giada cura che l'importaziun actuala è terminada. + +#Error strings for settings import +ImportSettingsBadModule=Impussibel da chargiar il modul da configuraziuns +ImportSettingsNotFound=Impussibel da chattar las configuraziuns. Controllescha sche l'applicaziun è propi installada sin quest computer. +ImportSettingsFailed=Ina errur è cumparida cun importar las configuraziuns. Eventualmain èn mo intginas u naginas configuraziuns vegnidas importadas. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportSettingsSuccess=Las configuraziuns èn vegnidas importadas da %S + +#Error string for mail import +ImportMailBadModule=Impussibel da chargiar il modul d'import da messadis +ImportMailNotFound=Impussibel da chattar messadis per importar. Controllescha sche l'applicaziun è propi installada sin quest computer. +ImportEmptyAddressBook=Impussibel d'importar il cudeschet d'adressas vid %S. +# LOCALIZATION NOTE: Do not translate the word "%S" below. +ImportMailFailed=Errur cun importar ils messadis dad %S +# LOCALIZATION NOTE: Do not translate the word "%S" below. +ImportMailSuccess=Importà cun success ils messadis da %S + +# Error string for address import +ImportAddressBadModule=Impussibel da chargiar il modul d'importziun da cudeschets d'adressas. +ImportAddressNotFound=Betg chattà in cudeschet d'adressas per importar. Controllescha sche l'applicaziun u il format tschernì è propi installà sin quest computer. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressFailed=Errur cun importar ina adressa da %S. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressSuccess=Las adressas èn vegnidas importadas cun success da %S. + +# Error string for filters import +ImportFiltersBadModule=Impussibel da chargiar il modul d'import da filters. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersFailed=Ina errur è cumparida cun importar ils filters da %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersSuccess=Ils filters èn vegnids importads cun success da %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersPartial=Ils filters èn vegnids importads parzialmain da %S. Ils avertiments suondan: + +#Progress strings +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MailProgressMeterText=Converter las chaschas da brevs da %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +AddrProgressMeterText=Converter cudeschets d'adressas da %S + +#Import file dialog strings +ImportSelectSettings=Tscherner ina datoteca da configuraziuns +ImportSelectMailDir=Tscherner l'ordinatur da messadis +ImportSelectAddrDir=Tscherner l'ordinatur da cudeschets d'adressas +ImportSelectAddrFile=Tscherner ina datoteca da cudeschet d'adressas + +# Folder Names for imported Mail +DefaultFolderName=Messadis importads +# LOCALIZATION NOTE: Do not translate the word "%S" below. +ImportModuleFolderName=Importaziun %S diff --git a/l10n-rm/mail/chrome/messenger/joinChat.dtd b/l10n-rm/mail/chrome/messenger/joinChat.dtd new file mode 100644 index 0000000000..a0b2ff8c67 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/joinChat.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> + +<!ENTITY joinChatWindow.title "Participar al chat"> +<!ENTITY name.label "Local"> +<!ENTITY optional.label "(opziunal)"> +<!ENTITY account.label "Conto"> +<!ENTITY autojoin.label "Entrar automaticamain en quest local"> +<!ENTITY autojoin.accesskey "A"> diff --git a/l10n-rm/mail/chrome/messenger/junkLog.dtd b/l10n-rm/mail/chrome/messenger/junkLog.dtd new file mode 100644 index 0000000000..e61799486f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/junkLog.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> + +<!ENTITY adaptiveJunkLog.title "Protocol dad e-mails nungiavischads"> +<!ENTITY adaptiveJunkLogInfo.label "Protocol da las activitads dal filter intelligent per e-mails nungiavischads."> +<!ENTITY clearLog.label "Svidar il protocol"> +<!ENTITY clearLog.accesskey "s"> +<!ENTITY closeLog.label "Serrar"> +<!ENTITY closeLog.accesskey "r"> diff --git a/l10n-rm/mail/chrome/messenger/junkMailInfo.dtd b/l10n-rm/mail/chrome/messenger/junkMailInfo.dtd new file mode 100644 index 0000000000..d43487bd5f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/junkMailInfo.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY window.title "Davart messadis nungiavischads"> +<!ENTITY window.width "450"> +<!ENTITY info1a.label "&brandShortName; dispona d'in filter spezial che identifitgescha messadis nungiavischads (Junk/Spam) cun intercurir tut ils messadis che entran e silsuenter assortir els. Messadis che paran tenor &brandShortName; dad esser nungiavischads vegnan marcads cun in simbol correspundent"> +<!ENTITY info1b.label "."> +<!ENTITY info2.label "&brandShortName; po vegnir trenà uschia ch'il program cumenza cun il temp ad identifitgar meglier ed independentamain messadis nungiavischads. Utilisescha per quest intent il buttun correspundent en la trav da simbols. Marca per plaschair mintga messadi che n'è betg classifitgà correctamain sco "Nungiavischà" u "Betg nungiavischà". Suenter in tschert temp vegn il filter a funcziunar meglier."> +<!ENTITY info3.label "Ina giada che &brandShortName; identifitgescha correctamain messadis nungiavischads pos ti duvrar las controllas da posta nungiavischada per spustar automaticamain messadis nungiavischads che entran en l'ordinatur per messadis nungiavischads."> +<!ENTITY info4.label "Clicca sin il buttun d'agid per ulteriuras infurmaziuns."> diff --git a/l10n-rm/mail/chrome/messenger/localMsgs.properties b/l10n-rm/mail/chrome/messenger/localMsgs.properties new file mode 100644 index 0000000000..9c4e348d6c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/localMsgs.properties @@ -0,0 +1,149 @@ +# 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/. + +# +# The following are used by the local mail code to display progress/status/error messages +# + +# LOCALIZATION NOTE(pop3ErrorDialogTitle): Do not translate the word "%S" +# below. Place the word %S where the account name should appear. +pop3ErrorDialogTitle=Errur cun il conto %S + +# LOCALIZATION NOTE (pop3EnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +pop3EnterPasswordPromptTitleWithUsername=Endatescha tes pled-clav per %1$S + +# LOCALIZATION NOTE(pop3EnterPasswordPrompt): Do not translate the words "%1$S" +# and "%2$S" below. Place the word %1$S where the user name should appear, and +# %2$S where the host name should appear. +pop3EnterPasswordPrompt=Endatescha per plaschair il pled-clav per "%1$S" sin "%2$S": + +# LOCALIZATION NOTE(pop3PreviouslyEnteredPasswordIsInvalidPrompt): Do not +# translate the words "%1$S" and "%2$S" below. Place the word %1$S where the +# user name should appear, and %2$S where the host name should appear. +pop3PreviouslyEnteredPasswordIsInvalidPrompt=Endatescha per plaschair in nov pled-clav per l'utilisader %1$S sin %2$S: + +# Status - Downloading message n of m +# LOCALIZATION NOTE (receivingMessages): Do not translate %1$S or %2$S in the following lines. +# Place the word %1$S where the number of messages downloaded so far should appear. +# Place the word %2$S where the total number of messages to receive should appear; +receivingMessages=Telechargiar messadi %1$S da %2$S… + +# Status - connecting to host +hostContact=Contactà il host, trametter las infurmaziuns d'annunzia… + +# Status - no messages to download +noNewMessages=I na dat nagins messadis novs. + +# Status - messages received after the download +#LOCALIZATION NOTE : Do not translate %1$S or %2$S in the following line. +# %1$S will receive the number of messages received +# %2$S will receive the total number of messages +receivedMsgs=Retschavì %1$S da %2$S messadis + +# Status - parsing folder +#LOCALIZATION NOTE (buildingSummary): Do not translate %S in the following line. +# Place the word %S where the name of the mailbox should appear +buildingSummary=La datoteca da resumaziun per %S vegn creada… + +# Status - parsing folder +localStatusDocumentDone=Terminà + +# Status - pop3 server error +#LOCALIZATION NOTE (pop3ServerError): Do not translate POP3 in the following line. +pop3ServerError=I ha dà in problem cun il server dad e-mail POP3. + +# Status - pop3 user name failed +pop3UsernameFailure=Errur cun trametter il num d'utilisader. + +# Status - password failed +#LOCALIZATION NOTE (pop3PasswordFailed): Do not translate "%1$S" below. +# Place the word %1$S where the user name should appear. +pop3PasswordFailed=Errur cun trametter il pled-clav per l'utilisader %1$S. + +# Status - write error occurred +pop3MessageWriteError=Impussibel da memorisar l'e-mail en la chascha da brevs. Controllescha sche il sistem da datotecas ta permetta da scriver e sche la capacitad da memorisar è suffizienta. + +# Status - retr failure from the server +pop3RetrFailure=Il cumond RETR n'è betg reussì. Errur cun retschaiver in messadi. + +# Status - password undefined +pop3PasswordUndefined=Errur cun retschaiver il pled-clav dad e-mail. + +# Status - username undefined +pop3UsernameUndefined=Ti n'has betg inditgà in num d'utilisader per quest server. Endatescha per plaschair in tal en la configuraziun dals contos ed emprova anc ina giada. + +# Status - list failure +pop3ListFailure=Il cumond LIST n'è betg reussì. Errur cun leger la ID e la grondezza dad in messadi. + +# Status - delete error +pop3DeleFailure=Il cumond DELE n'è betg reussì. Errur cun marcar in messadi sco stizzà. + +# Status - stat failed +pop3StatFail=Il cumond STAT n'è betg reussì. Errur cun leger il dumber da messadis e lur grondezzas. + +#LOCALIZATION NOTE (pop3ServerSaid): Do not remove the leading space during translation. +pop3ServerSaid= Il server dad e-mail %S ha respundì: + +copyingMessagesStatus=Copiar il messadi %S da %S a %S + +movingMessagesStatus=Spustar il messadi %S da %S a %S + +# Status - pop3 server or folder busy +# LOCALIZATION NOTE (pop3ServerBusy): Do not translate the word "%S" below. +# Place %S where the account name should appear. +pop3ServerBusy=Il conto %S è en elavuraziun. Spetga per plaschair fin ch'il process è terminà per retschaiver messadis. + +movemailCantOpenSpoolFile=Impussibel dad avrir la datoteca da spool d'e-mail %S. + +movemailCantCreateLock=Impussibel da crear la datoteca da fixaziun %S. Per che movemail funcziuneschia, ston datotecas da fixaziun vegnir creadas en l'ordinatur da spool d'e-mail. Sin ils blers sistems fan ins quai il pli simpel cun definir il modus 01777 en l'ordinatur da spool. + +movemailCantDeleteLock=Impussibel da stizzar la datoteca da fixaziun %S. + +movemailCantTruncateSpoolFile=Impussibel da reducir la datoteca da spool %S. + +movemailSpoolFileNotFound=Impussibel da chattar la datoteca da spool d'e-mail. + +#LOCALIZATION NOTE (movemailCantParseSpool): %S is file name +movemailCantParseSpool=Impussibel dad elavurar la datoteca da spool %S. La datoteca pudess esser donnegiada u nunvalida. + +pop3TmpDownloadError==I ha dà ina errur cun telechargiar il suandant messadi: \nDa: %S\n Object: %S\n Quest messadi pudess cuntegnair in virus u che la capacitad da memorisar è insuffizenta. Sursiglir quest messadi? + +# Status - the server doesn't support UIDL… +# LOCALIZATION NOTE(pop3ServerDoesNotSupportUidlEtc): The following sentence should be translated in this way: +# Do not translate "POP3" +# Do not translate "%S". Place %S in your translation where the name of the server should appear. +# Do not translate "UIDL" +pop3ServerDoesNotSupportUidlEtc=Il server dad e-mail POP3 (%S) na sustegna betg ils cumonds UIDL u XTND XLST. Per quest motiv na stattan las opziuns ``Laschar sin il server'', ``Messadis ch'èn pli gronds che ... KB'' e ``Telechargiar be ils chaus-pagina'' betg a disposiziun. Per telechargiar tes e-mails, deactivescha questas opziuns en la configuraziun che pertutga tes server dad e-mail en la fanestra da configuraziun dals contos. + +# Status - the server doesn't support the top command +# LOCALIZATION NOTE(pop3ServerDoesNotSupportTopCommand): The following sentence should be translated in this way: +# Do not translate "POP3" +# Do not translate "%S". Place %S in your translation where the name of the server should appear. +# Do not translate "TOP" +pop3ServerDoesNotSupportTopCommand=Il server dad e-mail POP3 (%S) na sustegna betg il cumond TOP. Per quest motiv na stat l'opziun ``Messadis ch'èn pli gronds che ... KB'' u ``Telechargiar be ils chaus-pagina'' betg a disposiziun. Questa opziun è vegnida deactivada ed ils messadis vegnan telechargiads independentamain da lur grondezza. + +nsErrorCouldNotConnectViaTls=Impussibel da stabilir ina connexiun TLS al server POP3. Eventualmain na funcziunescha il server betg u ch'el n'è betg configurà endretg. Controllescha per plaschair la configuraziun da tes server dad e-mail en la fanestra da la configuraziun dals contos ed emprova anc ina giada. + +# LOCALIZATION NOTE (pop3MoveFolderToTrash): Do not translate the word %S below. +# "%S" is the the name of the folder. +pop3MoveFolderToTrash=Vuls ti propi stizzar l'ordinatur '%S'? + +pop3DeleteFolderDialogTitle=Stizzar l'ordinatur + +pop3DeleteFolderButtonLabel=&Stizzar l'ordinatur + +pop3AuthInternalError=Errur interna da status durant l'autentificaziun per il server POP3. I sa tracta d'ina errur interna, nunspetgada da l'applicaziun. Annunzia per plaschair il sbagl sco «bug». + +pop3AuthChangeEncryptToPlainNoSSL=Quest server POP3 para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav, transmetter betg segirà» en las configuraziuns dal conto / configuraziuns dal server. Sche ti n'has fin ussa mai gì problems en quest reguard e la funcziun disdescha nunspetgadamain è quai in indizi per l'emprova dad engular tes pled-clav. + +pop3AuthChangeEncryptToPlainSSL=Quest server POP3 para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav normal» en las configuraziuns dal conto / configuraziuns dal server. Sche ti n'has fin ussa mai gì problems en quest reguard e la funcziun disdescha nunspetgadamain, contactescha per plaschair tes administratur u purschider dad e-mail. + +pop3AuthChangePlainToEncrypt=Quest server POP3 na permetta betg pleds-clav betg criptads. Emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav criptà» en las configuraziuns dal conto / configuraziuns dal server. + +# Authentication server caps and pref don't match +pop3AuthMechNotSupported=Il server na sustegna betg la metoda d'autentificaziun tschernida. Mida per plaschair la «Metoda d'autentificaziun» en las configuraziuns dal conto / configuraziuns dal server. + +# Status - Could not log in to GSSAPI, and it was the only method +pop3GssapiFailure=Il server POP n'ha betg acceptà il ticket Kerberos/GSSAPI. Controllescha per plaschair che ti es annunzià a Kerberos/GSSAPI realm. diff --git a/l10n-rm/mail/chrome/messenger/mailEditorOverlay.dtd b/l10n-rm/mail/chrome/messenger/mailEditorOverlay.dtd new file mode 100644 index 0000000000..410187ef86 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mailEditorOverlay.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY sendPage.label "Trametter la pagina"> +<!ENTITY sendPage.accesskey "g"> diff --git a/l10n-rm/mail/chrome/messenger/mailOverlay.dtd b/l10n-rm/mail/chrome/messenger/mailOverlay.dtd new file mode 100644 index 0000000000..464d4591b0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mailOverlay.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY newMessageCmd2.key "N"> +<!ENTITY newMessageCmd.key "M"> +<!ENTITY newMessageCmd.label "Messadi"> +<!ENTITY newMessageCmd.accesskey "M"> + +<!ENTITY newContactCmd.label "Contact…"> +<!ENTITY newContactCmd.accesskey "C"> diff --git a/l10n-rm/mail/chrome/messenger/mailViewList.dtd b/l10n-rm/mail/chrome/messenger/mailViewList.dtd new file mode 100644 index 0000000000..7b9178f1b0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mailViewList.dtd @@ -0,0 +1,8 @@ +<!-- 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 msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY mailViewListTitle.label "Persunalisar vistas da messadis"> + diff --git a/l10n-rm/mail/chrome/messenger/mailViewSetup.dtd b/l10n-rm/mail/chrome/messenger/mailViewSetup.dtd new file mode 100644 index 0000000000..71455a6f6a --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mailViewSetup.dtd @@ -0,0 +1,11 @@ +<!-- 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 msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY mailViewSetupTitle.label "Configuraziun da la vista da messadis"> +<!ENTITY mailViewHeading.label "Num da la vista da messadis:"> +<!ENTITY mailViewHeading.accesskey "e"> +<!ENTITY searchTermCaption.label "Sche questa vista è tschernida, mussar mo messadis che:"> + diff --git a/l10n-rm/mail/chrome/messenger/mailviews.properties b/l10n-rm/mail/chrome/messenger/mailviews.properties new file mode 100644 index 0000000000..6d19e48897 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mailviews.properties @@ -0,0 +1,13 @@ +# 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/. + +# +# Mail Views +# + +mailViewPeopleIKnow=En il cudeschet d'adressas persunal +mailViewRecentMail=Messadis actuals +mailViewLastFiveDays=Ultims 5 dis +mailViewNotJunk=Betg nungiavischà +mailViewHasAttachments=Messadis cun agiuntas diff --git a/l10n-rm/mail/chrome/messenger/markByDate.dtd b/l10n-rm/mail/chrome/messenger/markByDate.dtd new file mode 100644 index 0000000000..3d195a58f3 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/markByDate.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY messageMarkByDate.label "Marcar ils messadis sco legids tenor data"> +<!ENTITY markByDateLower.label "Marcar ils messadis sco legids a partir da:"> +<!ENTITY markByDateLower.accesskey "d"> +<!ENTITY markByDateUpper.label "Enfin:"> +<!ENTITY markByDateUpper.accesskey "E"> diff --git a/l10n-rm/mail/chrome/messenger/messenger.dtd b/l10n-rm/mail/chrome/messenger/messenger.dtd new file mode 100644 index 0000000000..a7d93ea706 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messenger.dtd @@ -0,0 +1,973 @@ +<!-- 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/. --> + +<!ENTITY titledefault.label "&brandFullName;"> +<!ENTITY titleSeparator.label " - "> + +<!-- File Menu --> +<!ENTITY newFolderCmd.label "Ordinatur…"> +<!ENTITY newFolderCmd.accesskey "d"> +<!ENTITY closeTabCmd2.label "Serrar il tab"> +<!ENTITY closeTabCmd2.accesskey "e"> +<!ENTITY closeOtherTabsCmd2.label "Serrar ils auters tabs"> +<!ENTITY closeOtherTabsCmd2.accesskey "l"> +<!ENTITY recentlyClosedTabsCmd.label "Tabs serrads dacurt"> +<!ENTITY recentlyClosedTabsCmd.accesskey "r"> + +<!ENTITY undoCloseTabCmd.commandkey "T"> +<!-- LOCALIZATION NOTE (moveToNewWindow.label): + Menu option to cause the current tab to be migrated to a new Thunderbird + window. + --> +<!ENTITY moveToNewWindow.label "Spustar en ina nova fanestra"> +<!ENTITY moveToNewWindow.accesskey "n"> +<!ENTITY newVirtualFolderCmd.label "Tschertga memorisada…"> +<!ENTITY newVirtualFolderCmd.accesskey "S"> +<!ENTITY newOtherAccountsCmd.label "Auters contos…"> +<!ENTITY newOtherAccountsCmd.accesskey "O"> +<!ENTITY newCreateEmailAccountCmd.label "Ir per in nov conto…"> +<!ENTITY newCreateEmailAccountCmd.accesskey "R"> +<!ENTITY newExistingEmailAccountCmd.label "In conto dad e-mail existent…"> +<!ENTITY newExistingEmailAccountCmd.accesskey "E"> +<!ENTITY newIMAccountCmd.label "Conto da chat…"> +<!ENTITY newIMAccountCmd.accesskey "C"> +<!ENTITY newFeedAccountCmd.label "Conto da feeds…"> +<!ENTITY newFeedAccountCmd.accesskey "d"> +<!ENTITY newIMContactCmd.label "Contact da chat…"> +<!ENTITY newIMContactCmd.accesskey "h"> +<!ENTITY newMessageCmd2.key "N"> +<!ENTITY newMessageCmd.key "M"> +<!ENTITY newMessageCmd.label "Messadi"> +<!ENTITY newMessageCmd.accesskey "m"> +<!ENTITY newContactCmd.label "Contact en il cudeschet d'adressas…"> +<!ENTITY newContactCmd.accesskey "C"> +<!ENTITY openMenuCmd.label "Avrir"> +<!ENTITY openMenuCmd.accesskey "A"> +<!ENTITY openMessageFileCmd.label "Avrir ina datoteca…"> +<!ENTITY openMessageFileCmd.accesskey "O"> +<!ENTITY saveAsMenu.label "Memorisar sco"> +<!ENTITY saveAsMenu.accesskey "S"> +<!ENTITY saveAsFileCmd.label "Datoteca"> +<!ENTITY saveAsFileCmd.accesskey "D"> +<!ENTITY saveAsFileCmd.key "s"> +<!ENTITY saveAsTemplateCmd.label "Model"> +<!ENTITY saveAsTemplateCmd.accesskey "M"> +<!ENTITY getNewMsgForCmd.label "Retschaiver messadis per"> +<!ENTITY getNewMsgForCmd.accesskey "v"> +<!ENTITY getAllNewMsgCmdPopupMenu.label "Tut ils contos"> +<!ENTITY getAllNewMsgCmdPopupMenu.accesskey "T"> +<!ENTITY getNewMsgCurrentAccountCmdPopupMenu.label "Conto actual"> +<!ENTITY getNewMsgCurrentAccountCmdPopupMenu.accesskey "C"> +<!ENTITY getNextNMsgCmd2.label "Mussar ils proxims messadis da novitads"> +<!ENTITY getNextNMsgCmd2.accesskey "t"> +<!ENTITY sendUnsentCmd.label "Trametter ils messadis betg tramess"> +<!ENTITY sendUnsentCmd.accesskey "d"> +<!ENTITY subscribeCmd.label "Abunar…"> +<!ENTITY subscribeCmd.accesskey "b"> +<!ENTITY deleteFolder.label "Stizzar l'ordinatur"> +<!ENTITY deleteFolder.accesskey "u"> +<!ENTITY renameFolder.label "Renumnar l'ordinatur…"> +<!ENTITY renameFolder.accesskey "n"> +<!ENTITY renameFolder.key "VK_F2"> +<!ENTITY compactFolders.label "Cumprimer ils ordinaturs"> +<!ENTITY compactFolders.accesskey "p"> +<!ENTITY emptyTrashCmd.label "Svidar il chanaster da palpiri"> +<!ENTITY emptyTrashCmd.accesskey "h"> +<!ENTITY offlineMenu.label "Offline"> +<!ENTITY offlineMenu.accesskey "l"> +<!ENTITY offlineGoOfflineCmd.label "Lavurar offline"> +<!ENTITY offlineGoOfflineCmd.accesskey "l"> +<!ENTITY synchronizeOfflineCmd.label "Telechargiar/sincronisar ussa…"> +<!ENTITY synchronizeOfflineCmd.accesskey "S"> +<!ENTITY settingsOfflineCmd2.label "Configuraziun dal modus offline"> +<!ENTITY settingsOfflineCmd2.accesskey "e"> +<!ENTITY downloadSelectedCmd.label "Retschaiver ils messadis marcads"> +<!ENTITY downloadSelectedCmd.accesskey "l"> +<!ENTITY downloadStarredCmd.label "Retschaiver ils messadis cun staila"> +<!ENTITY downloadStarredCmd.accesskey "a"> +<!ENTITY printCmd.label "Stampar…"> +<!ENTITY printCmd.accesskey "P"> +<!ENTITY printCmd.key "P"> +<!ENTITY printPreviewCmd.label "Prevista da stampa"> +<!ENTITY printPreviewCmd.accesskey "v"> +<!ENTITY printSetupCmd.label "Organisar la pagina…"> +<!ENTITY printSetupCmd.accesskey "g"> + +<!-- Edit Menu --> +<!ENTITY deleteMsgCmd.label "Stizzar il messadi"> +<!ENTITY deleteMsgCmd.accesskey "z"> +<!ENTITY undeleteMsgCmd.label "Restaurar il messadi"> +<!ENTITY undeleteMsgCmd.accesskey "R"> +<!ENTITY deleteMsgsCmd.label "Stizzar ils messadis marcads"> +<!ENTITY deleteMsgsCmd.accesskey "i"> +<!ENTITY undeleteMsgsCmd.label "Restaurar ils messadis marcads"> +<!ENTITY undeleteMsgsCmd.accesskey "c"> +<!ENTITY deleteFolderCmd.label "Stizzar l'ordinatur"> +<!ENTITY deleteFolderCmd.accesskey "z"> +<!ENTITY unsubscribeNewsgroupCmd.label "Annullar l'abunament"> +<!ENTITY unsubscribeNewsgroupCmd.accesskey "A"> +<!ENTITY selectMenu.label "Tscherner"> +<!ENTITY selectMenu.accesskey "h"> +<!ENTITY all.label "Tuts"> +<!ENTITY all.accesskey "u"> +<!ENTITY selectThreadCmd.label "Tema"> +<!ENTITY selectThreadCmd.accesskey "T"> +<!ENTITY selectThreadCmd.key "a"> +<!ENTITY selectFlaggedCmd.label "Messadis cun staila"> +<!ENTITY selectFlaggedCmd.accesskey "S"> +<!ENTITY menuFavoriteFolder.label "Ordinatur da favurits"> +<!ENTITY menuFavoriteFolder.accesskey "v"> +<!ENTITY folderPropsCmd2.label "Caracteristicas"> +<!ENTITY folderPropsFolderCmd2.label "Caracteristicas da l'ordinatur"> +<!ENTITY folderPropsNewsgroupCmd2.label "Caracteristicas da la gruppa da discussiun"> +<!ENTITY folderPropsCmd.accesskey "r"> +<!ENTITY undoDeleteMsgCmd.label "Revocar: Stizzar il messadi"> +<!ENTITY redoDeleteMsgCmd.label "Repeter: Stizzar il messadi"> +<!ENTITY undoMoveMsgCmd.label "Revocar: Spustar il messadi"> +<!ENTITY redoMoveMsgCmd.label "Repeter: Spustar il messadi"> +<!ENTITY undoCopyMsgCmd.label "Revocar: Copiar il messadi"> +<!ENTITY redoCopyMsgCmd.label "Repeter: Copiar il messadi"> +<!ENTITY undoMarkAllCmd.label "Revocar: Marcar tuts sco legids"> +<!ENTITY redoMarkAllCmd.label "Repeter: Marcar tuts sco legids"> +<!ENTITY undoDefaultCmd.label "Revocar"> +<!ENTITY undoDefaultCmd.accesskey "R"> +<!ENTITY redoDefaultCmd.label "Restituir"> +<!ENTITY redoDefaultCmd.accesskey "t"> + +<!-- View Menu --> +<!ENTITY menubarCmd.label "Trav da menu"> +<!ENTITY menubarCmd.accesskey "m"> +<!ENTITY showMessengerToolbarCmd.label "Trav d'utensils da messadi"> +<!ENTITY showMessengerToolbarCmd.accesskey "u"> +<!ENTITY customizeToolbar.label "Modifitgar…"> +<!ENTITY customizeToolbar.accesskey "m"> + +<!ENTITY messagePaneLayoutStyle.label "Disposiziun"> +<!ENTITY messagePaneLayoutStyle.accesskey "D"> +<!ENTITY messagePaneClassic.label "Vista classica"> +<!ENTITY messagePaneClassic.accesskey "C"> +<!ENTITY messagePaneWide.label "Vista lada"> +<!ENTITY messagePaneWide.accesskey "l"> +<!ENTITY messagePaneVertical.label "Vista a 3 colonnas"> +<!ENTITY messagePaneVertical.accesskey "3"> +<!ENTITY showFolderPaneCmd.label "Trav dad ordinaturs"> +<!ENTITY showFolderPaneCmd.accesskey "T"> +<!ENTITY showFolderPaneColsCmd.label "Colonnas en la trav dad ordinaturs"> +<!ENTITY showFolderPaneColsCmd.accesskey "v"> +<!ENTITY showMessageCmd.label "Zona da prevista dals messadis"> +<!ENTITY showMessageCmd.accesskey "p"> + +<!ENTITY folderView.label "Ordinaturs"> +<!ENTITY folderView.accesskey "O"> +<!ENTITY unifiedFolders.label "Gruppà"> +<!ENTITY unifiedFolders.accesskey "G"> +<!ENTITY allFolders.label "Tuts"> +<!ENTITY allFolders.accesskey "U"> +<!ENTITY unreadFolders.label "Nunlegì"> +<!ENTITY unreadFolders.accesskey "N"> +<!ENTITY favoriteFolders.label "Favurits"> +<!ENTITY favoriteFolders.accesskey "F"> +<!ENTITY recentFolders.label "Ultims ordinaturs"> +<!ENTITY recentFolders.accesskey "L"> +<!ENTITY compactVersion.label "Vista cumpacta"> +<!ENTITY compactVersion.accesskey "C"> +<!ENTITY folderPaneBar.label "Trav d'utensils da la panela d'ordinaturs"> +<!ENTITY folderPaneBar.accesskey "e"> + +<!-- Sort Menu --> +<!ENTITY sortMenu.label "Zavrar tenor"> +<!ENTITY sortMenu.accesskey "Z"> +<!ENTITY sortByDateCmd.label "Data"> +<!ENTITY sortByDateCmd.accesskey "D"> +<!ENTITY sortByReceivedCmd.label "Retschavì"> +<!ENTITY sortByReceivedCmd.accesskey "v"> +<!ENTITY sortByStarCmd.label "Staila"> +<!ENTITY sortByStarCmd.accesskey "S"> +<!ENTITY sortByAttachmentsCmd.label "Agiuntas"> +<!ENTITY sortByAttachmentsCmd.accesskey "A"> +<!ENTITY sortByPriorityCmd.label "Prioritad"> +<!ENTITY sortByPriorityCmd.accesskey "P"> +<!ENTITY sortBySizeCmd.label "Grondezza"> +<!ENTITY sortBySizeCmd.accesskey "z"> +<!ENTITY sortByStatusCmd.label "Status"> +<!ENTITY sortByStatusCmd.accesskey "u"> +<!ENTITY sortByTagsCmd.label "Etichettas"> +<!ENTITY sortByTagsCmd.accesskey "E"> +<!ENTITY sortByJunkStatusCmd.label "Status da nungiavischà"> +<!ENTITY sortByJunkStatusCmd.accesskey "g"> +<!ENTITY sortBySubjectCmd.label "Object"> +<!ENTITY sortBySubjectCmd.accesskey "b"> +<!ENTITY sortByFromCmd.label "Da"> +<!ENTITY sortByFromCmd.accesskey "a"> +<!ENTITY sortByRecipientCmd.label "Destinatur"> +<!ENTITY sortByRecipientCmd.accesskey "D"> +<!ENTITY sortByCorrespondentCmd.label "Correspundents"> +<!ENTITY sortByCorrespondentCmd.accesskey "e"> +<!ENTITY sortByUnreadCmd.label "Legì"> +<!ENTITY sortByUnreadCmd.accesskey "L"> +<!ENTITY sortByOrderReceivedCmd.label "Successiun d'entrada"> +<!ENTITY sortByOrderReceivedCmd.accesskey "s"> +<!ENTITY sortAscending.label "Ascendent"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendent"> +<!ENTITY sortDescending.accesskey "D"> +<!ENTITY sortThreaded.label "Gruppà tenor tema"> +<!ENTITY sortThreaded.accesskey "T"> +<!ENTITY sortUnthreaded.label "Betg gruppà"> +<!ENTITY sortUnthreaded.accesskey "b"> +<!ENTITY groupBySort.label "Gruppà tenor urden"> +<!ENTITY groupBySort.accesskey "G"> +<!ENTITY msgsMenu.label "Infurmaziuns"> +<!ENTITY msgsMenu.accesskey "M"> +<!ENTITY threads.label "Temas"> +<!ENTITY threads.accesskey "e"> +<!ENTITY allMsgsCmd.label "Tuts"> +<!ENTITY allMsgsCmd.accesskey "u"> +<!ENTITY expandAllThreadsCmd.label "Mussar tut ils temas"> +<!ENTITY expandAllThreadsCmd.accesskey "E"> +<!ENTITY expandAllThreadsCmd.key "*"> +<!ENTITY collapseAllThreadsCmd.label "Zuppentar tut ils temas"> +<!ENTITY collapseAllThreadsCmd.accesskey "p"> +<!ENTITY collapseAllThreadsCmd.key "\"> +<!ENTITY unreadMsgsCmd.label "Nunlegì"> +<!ENTITY unreadMsgsCmd.accesskey "N"> +<!ENTITY threadsWithUnreadCmd.label "Temas cun nunlegids"> +<!ENTITY threadsWithUnreadCmd.accesskey "c"> +<!ENTITY watchedThreadsWithUnreadCmd.label "Temas observads cun nunlegids"> +<!ENTITY watchedThreadsWithUnreadCmd.accesskey "O"> +<!ENTITY ignoredThreadsCmd.label "Temas ignorads"> +<!ENTITY ignoredThreadsCmd.accesskey "I"> + +<!ENTITY headersMenu.label "Chaus-pagina"> +<!ENTITY headersMenu.accesskey "H"> +<!ENTITY headersAllCmd.label "Tut"> +<!ENTITY headersAllCmd.accesskey "u"> +<!ENTITY headersNormalCmd.label "Normal"> +<!ENTITY headersNormalCmd.accesskey "N"> +<!ENTITY bodyMenu.label "Text dal messadi sco"> +<!ENTITY bodyMenu.accesskey "t"> +<!ENTITY bodyAllowHTML.label "HTML original"> +<!ENTITY bodyAllowHTML.accesskey "H"> +<!ENTITY bodySanitized.label "HTML simplifitgà"> +<!ENTITY bodySanitized.accesskey "S"> +<!ENTITY bodyAsPlaintext.label "Text senza formataziun"> +<!ENTITY bodyAsPlaintext.accesskey "T"> +<!ENTITY bodyAllParts.label "Tut las parts dal corp"> +<!ENTITY bodyAllParts.accesskey "A"> + +<!ENTITY bodyMenuFeed.label "Feed cun il text dal messadi sco"> +<!ENTITY bodyMenuFeed.accesskey "e"> +<!ENTITY viewFeedWebPage.label "Pagina web"> +<!ENTITY viewFeedWebPage.accesskey "W"> +<!ENTITY viewFeedSummary.label "Resumaziun"> +<!ENTITY viewFeedSummary.accesskey "m"> +<!ENTITY viewFeedSummaryFeedPropsPref.label "Format predefinì"> +<!ENTITY viewFeedSummaryFeedPropsPref.accesskey "D"> + +<!ENTITY viewAttachmentsInlineCmd.label "Mussar las agiuntas cun incorporar"> +<!ENTITY viewAttachmentsInlineCmd.accesskey "A"> + +<!ENTITY pageSourceCmd.label "Text da funtuna dal messadi"> +<!ENTITY pageSourceCmd.accesskey "f"> +<!ENTITY pageSourceCmd.key "u"> +<!ENTITY getNewMessagesCmd.key "y"> +<!ENTITY getAllNewMessagesCmd.key "Y"> + +<!-- Search Menu --> +<!ENTITY findMenu.label "Tschertgar"> +<!ENTITY findMenu.accesskey "T"> +<!ENTITY findCmd.label "Tschertgar en quest messadi…"> +<!ENTITY findCmd.accesskey "e"> +<!ENTITY findCmd.key "f"> +<!ENTITY findAgainCmd.label "Tschertgar vinavant"> +<!ENTITY findAgainCmd.accesskey "v"> +<!ENTITY findAgainCmd.key "g"> +<!ENTITY findAgainCmd.key2 "VK_F3"> +<!ENTITY findPrevCmd.key "g"> +<!ENTITY findPrevCmd.key2 "VK_F3"> +<!ENTITY searchMailCmd.label "Tschertgar messadis…"> +<!ENTITY searchMailCmd.accesskey "M"> +<!ENTITY searchMailCmd.key "f"> +<!ENTITY glodaSearchCmd.label "Tschertga globala…"> +<!ENTITY glodaSearchCmd.accesskey "T"> +<!ENTITY searchAddressesCmd.label "Tschertgar adressas…"> +<!ENTITY searchAddressesCmd.accesskey "a"> + +<!-- Go Menu --> +<!ENTITY goMenu.label "Navigaziun"> +<!ENTITY goMenu.accesskey "N"> +<!ENTITY nextMenu.label "Proxim"> +<!ENTITY nextMenu.accesskey "x"> +<!ENTITY nextMsgCmd.label "Messadi"> +<!ENTITY nextMsgCmd.accesskey "M"> +<!ENTITY nextMsgCmd.key "f"> +<!ENTITY nextUnreadMsgCmd.label "Messadi nunlegì"> +<!ENTITY nextUnreadMsgCmd.accesskey "U"> +<!ENTITY nextUnreadMsgCmd.key "n"> +<!ENTITY nextStarredMsgCmd.label "Messadi cun staila"> +<!ENTITY nextStarredMsgCmd.accesskey "S"> +<!ENTITY nextUnreadThread.label "Tema nunlegì"> +<!ENTITY nextUnreadThread.accesskey "T"> +<!ENTITY nextUnreadThread.key "t"> +<!ENTITY prevMenu.label "Precedent"> +<!ENTITY prevMenu.accesskey "c"> +<!ENTITY prevMsgCmd.label "Messadi"> +<!ENTITY prevMsgCmd.accesskey "M"> +<!ENTITY prevMsgCmd.key "b"> +<!ENTITY prevUnreadMsgCmd.label "Messadi nunlegì"> +<!ENTITY prevUnreadMsgCmd.accesskey "U"> +<!ENTITY prevUnreadMsgCmd.key "P"> +<!ENTITY goForwardCmd.label "Enavant"> +<!ENTITY goForwardCmd.accesskey "A"> +<!ENTITY goForwardCmd.commandKey "]"> +<!ENTITY goBackCmd.label "Enavos"> +<!ENTITY goBackCmd.accesskey "O"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goChatCmd.label "Chat"> +<!ENTITY goChatCmd.accesskey "c"> +<!ENTITY goChatCmd2.key "H"> +<!ENTITY prevStarredMsgCmd.label "Messadi cun staila"> +<!ENTITY prevStarredMsgCmd.accesskey "S"> +<!ENTITY folderMenu.label "Ordinatur"> +<!ENTITY folderMenu.accesskey "o"> +<!ENTITY goRecentlyClosedTabs.label "Tabs serrads dacurt"> +<!ENTITY goRecentlyClosedTabs.accesskey "r"> +<!ENTITY startPageCmd.label "Pagina da partenza"> +<!ENTITY startPageCmd.accesskey "P"> + +<!-- Message Menu --> +<!ENTITY msgMenu.label "Messadi"> +<!ENTITY msgMenu.accesskey "M"> +<!ENTITY newMsgCmd.label "Nov messadi"> +<!ENTITY newMsgCmd.accesskey "N"> +<!ENTITY newNewMsgCmd.label "Messadi"> +<!ENTITY newNewMsgCmd.accesskey "M"> +<!ENTITY archiveMsgCmd.label "Archivar"> +<!ENTITY archiveMsgCmd.accesskey "A"> +<!ENTITY archiveMsgCmd.key "a"> +<!ENTITY cancelNewsMsgCmd.label "Annullar il messadi"> +<!ENTITY cancelNewsMsgCmd.accesskey "A"> +<!ENTITY replyMsgCmd.label "Respunder"> +<!ENTITY replyMsgCmd.accesskey "R"> +<!ENTITY replyMsgCmd.key "r"> +<!ENTITY replySenderCmd.label "Respunder mo al speditur"> +<!ENTITY replySenderCmd.accesskey "R"> +<!ENTITY replyNewsgroupCmd2.label "Followup a la gruppa da discussiun"> +<!ENTITY replyNewsgroupCmd2.accesskey "w"> +<!ENTITY replyToAllMsgCmd.label "Respunder a tuts"> +<!ENTITY replyToAllMsgCmd.accesskey "p"> +<!ENTITY replyToAllMsgCmd.key "r"> +<!ENTITY replyToListMsgCmd.label "Respunder a la glista"> +<!ENTITY replyToListMsgCmd.accesskey "L"> +<!ENTITY replyToListMsgCmd.key "l"> +<!ENTITY forwardMsgCmd.label "Renviar"> +<!ENTITY forwardMsgCmd.accesskey "R"> +<!ENTITY forwardMsgCmd.key "l"> +<!ENTITY forwardAsMenu.label "Renviar sco"> +<!ENTITY forwardAsMenu.accesskey "s"> +<!ENTITY forwardAsInline.label "Incorporà"> +<!ENTITY forwardAsInline.accesskey "I"> +<!ENTITY forwardAsAttachmentCmd.label "Agiunta"> +<!ENTITY forwardAsAttachmentCmd.accesskey "A"> +<!ENTITY editAsNewMsgCmd.label "Modifitgar sco nov messadi"> +<!ENTITY editAsNewMsgCmd.accesskey "E"> +<!ENTITY editAsNewMsgCmd.key "e"> +<!ENTITY editDraftMsgCmd.label "Modifitgar il sboz dal messadi"> +<!ENTITY editDraftMsgCmd.accesskey "s"> +<!ENTITY editTemplateMsgCmd.label "Modifitgar il model"> +<!ENTITY editTemplateMsgCmd.accesskey "t"> +<!ENTITY newMsgFromTemplateCmd.label "Nov messadi cun agid dad in model"> +<!ENTITY newMsgFromTemplateCmd.keycode "VK_RETURN"><!-- do not change "VK_RETURN" --> +<!ENTITY createFilter.label "Crear in filter or dal messadi…"> +<!ENTITY createFilter.accesskey "a"> +<!ENTITY moveMsgToMenu.label "Spustar a"> +<!ENTITY moveMsgToMenu.accesskey "u"> +<!ENTITY moveCopyMsgRecentMenu.label "Ultims ordinaturs"> +<!ENTITY moveCopyMsgRecentMenu.accesskey "R"> +<!ENTITY copyMessageLocation.label "Copiar la URL dal messadi"> +<!ENTITY copyMessageLocation.accesskey "M"> +<!ENTITY copyMsgToMenu.label "Copiar a"> +<!ENTITY copyMsgToMenu.accesskey "C"> +<!ENTITY moveToFolderAgain.label "Spustar danovamain"> +<!ENTITY moveToFolderAgain.accesskey "i"> +<!ENTITY moveToFolderAgainCmd.key "m"> +<!ENTITY killThreadMenu.label "Ignorar il tema"> +<!ENTITY killThreadMenu.accesskey "I"> +<!ENTITY killThreadMenu.key "k"> +<!ENTITY killSubthreadMenu.label "Ignorar il suttema"> +<!ENTITY killSubthreadMenu.accesskey "S"> +<!ENTITY killSubthreadMenu.key "k"> +<!ENTITY watchThreadMenu.label "Observar il tema"> +<!ENTITY watchThreadMenu.accesskey "t"> +<!ENTITY watchThreadMenu.key "w"> +<!ENTITY tagMenu.label "Etichetta"> +<!ENTITY tagMenu.accesskey "E"> +<!ENTITY tagCmd0.key "0"> +<!ENTITY tagCmd1.key "1"> +<!ENTITY tagCmd2.key "2"> +<!ENTITY tagCmd3.key "3"> +<!ENTITY tagCmd4.key "4"> +<!ENTITY tagCmd5.key "5"> +<!ENTITY tagCmd6.key "6"> +<!ENTITY tagCmd7.key "7"> +<!ENTITY tagCmd8.key "8"> +<!ENTITY tagCmd9.key "9"> +<!ENTITY markMenu.label "Marcar"> +<!ENTITY markMenu.accesskey "m"> +<!ENTITY toggleReadCmd.key "m"> +<!ENTITY markAsReadCmd.label "Sco legì"> +<!ENTITY markAsReadCmd.accesskey "s"> +<!ENTITY markAsUnreadCmd.label "Sco nunlegì"> +<!ENTITY markAsUnreadCmd.accesskey "n"> +<!ENTITY markThreadAsReadCmd.label "Tema sco legì"> +<!ENTITY markThreadAsReadCmd.accesskey "T"> +<!ENTITY markThreadAsReadCmd.key "r"> +<!ENTITY markReadByDateCmd.label "Sco legì tenor data…"> +<!ENTITY markReadByDateCmd.accesskey "D"> +<!ENTITY markReadByDateCmd.key "c"> +<!ENTITY markAllReadCmd.label "Tuts legids"> +<!ENTITY markAllReadCmd.accesskey "u"> +<!ENTITY markAllReadCmd.key "c"> +<!ENTITY markStarredCmd.label "staila"> +<!ENTITY markStarredCmd.accesskey "t"> +<!ENTITY markStarredCmd.key "S"> +<!ENTITY markAsJunkCmd.label "Sco nungiavischà"> +<!ENTITY markAsJunkCmd.accesskey "n"> +<!ENTITY markAsJunkCmd.key "j"> +<!ENTITY markAsNotJunkCmd.label "Sco betg nungiavischà"> +<!ENTITY markAsNotJunkCmd.accesskey "N"> +<!ENTITY markAsNotJunkCmd.key "j"> +<!ENTITY recalculateJunkScoreCmd.label "Exequir il filter per e-mails nungiavischads"> +<!ENTITY recalculateJunkScoreCmd.accesskey "C"> +<!ENTITY openMessageWindowCmd.label "Avrir il messadi"> +<!ENTITY openMessageWindowCmd.accesskey "v"> +<!ENTITY openMessageWindowCmd.key "o"> +<!ENTITY openInConversationCmd.label "Avrir sco conversaziun"> +<!ENTITY openInConversationCmd.accesskey "s"> +<!ENTITY openInConversationCmd.key "o"> +<!ENTITY openAttachmentListCmd.label "Agiuntas"> +<!ENTITY openAttachmentListCmd.accesskey "A"> +<!ENTITY openFeedMessage1.label "Cun avrir messadis da feed"> +<!ENTITY openFeedMessage1.accesskey "A"> +<!ENTITY openFeedWebPage.label "Avrir sco pagina d'internet"> +<!ENTITY openFeedWebPage.accesskey "W"> +<!ENTITY openFeedSummary.label "Avrir sco resumaziun"> +<!ENTITY openFeedSummary.accesskey "S"> +<!ENTITY openFeedWebPageInMP.label "Midar en la zona da prevista dals messadis tranter pagina web e resumaziun"> +<!ENTITY openFeedWebPageInMP.accesskey "T"> + +<!-- Windows Menu --> +<!ENTITY windowMenu.label "Fanestra"> + +<!-- Tools Menu --> +<!ENTITY tasksMenu.label "Utensils"> +<!ENTITY tasksMenu.accesskey "U"> +<!ENTITY messengerCmd.label "E-mail & gruppas da discussiun"> +<!ENTITY messengerCmd.accesskey "g"> +<!ENTITY addressBookCmd.label "Cudeschet d'adressas"> +<!ENTITY addressBookCmd.accesskey "C"> +<!ENTITY addressBookCmd.key "B"> +<!ENTITY addons.label "Supplements"> +<!ENTITY addons.accesskey "S"> +<!ENTITY addonPrefs.label "Preferenzas dals supplements"> +<!ENTITY addonPrefs.accesskey "P"> +<!ENTITY addonPrefsUnix.label "Preferenzas dals supplements"> +<!ENTITY addonPrefsUnix.accesskey "P"> +<!ENTITY addonNoPrefs.label "Chattà naginas preferenzas da supplements."> +<!ENTITY activitymanager.label "Activitads"> +<!ENTITY activitymanager.accesskey "v"> +<!ENTITY imAccountsStatus.label "Status da chat"> +<!ENTITY imAccountsStatus.accesskey "C"> +<!ENTITY imStatus.available "Disponibel"> +<!ENTITY imStatus.unavailable "Occupà"> +<!ENTITY imStatus.offline "Offline"> +<!ENTITY imStatus.showAccounts "Mussar ils contos…"> +<!ENTITY joinChatCmd.label "Acceder il chat…"> +<!ENTITY joinChatCmd.accesskey "c"> +<!ENTITY savedFiles.label "Datotecas memorisadas"> +<!ENTITY savedFiles.accesskey "m"> +<!ENTITY savedFiles.key "j"> +<!ENTITY filtersCmd2.label "Filters da messadis"> +<!ENTITY filtersCmd2.accesskey "F"> +<!ENTITY filtersApply.label "Exequir ils filters en l'ordinatur"> +<!ENTITY filtersApply.accesskey "R"> +<!ENTITY filtersApplyToSelection.label "Exequir ils filters per ils messadis tschernids"> +<!ENTITY filtersApplyToSelection.accesskey "u"> +<!ENTITY filtersApplyToMessage.label "Exequir ils filters per il messadi"> +<!ENTITY filtersApplyToMessage.accesskey "u"> +<!ENTITY runJunkControls.label "Exequir il filter per e-mails nungiavischads en l'ordinatur"> +<!ENTITY runJunkControls.accesskey "C"> +<!ENTITY deleteJunk.label "Stizzar ils messadis nungiavischads en quest ordinatur"> +<!ENTITY deleteJunk.accesskey "D"> +<!ENTITY importCmd.label "Importar…"> +<!ENTITY importCmd.accesskey "m"> +<!ENTITY clearRecentHistory.label "Stizzar la cronologia pli nova…"> +<!ENTITY clearRecentHistory.accesskey "c"> +<!ENTITY accountManagerCmd2.label "Configuraziun da contos"> +<!ENTITY accountManagerCmd2.accesskey "S"> +<!-- LOCALIZATION NOTE (accountManagerCmdUnix.accesskey): + Belongs to accountManagerCmd.label, which is placed under the Edit menu + on Unix systems + --> +<!ENTITY accountManagerCmdUnix2.accesskey "c"> + +<!-- Developer Tools Submenu --> +<!ENTITY devtoolsMenu.label "Utensils per sviluppaders"> +<!ENTITY devtoolsMenu.accesskey "p"> +<!ENTITY devToolboxCmd.label "Chascha d'utensils per sviluppaders"> +<!ENTITY devToolboxCmd.accesskey "t"> +<!ENTITY devToolboxCmd.commandkey "i"> +<!ENTITY debugAddonsCmd.label "Debugar ils supplements"> +<!ENTITY debugAddonsCmd.accesskey "a"> +<!ENTITY tabsDebugCmd.label "Debugadi per il rom da cuntegn"> +<!ENTITY tabsDebugCmd.accesskey "c"> +<!ENTITY errorConsoleCmd.label "Consola d'errurs"> +<!ENTITY errorConsoleCmd.accesskey "E"> +<!ENTITY errorConsoleCmd.commandkey "j"> + +<!-- Mail Toolbar --> +<!ENTITY getMsgButton1.label "Retschaiver messadis"> +<!ENTITY newMsgButton.label "Scriver"> +<!ENTITY replyButton.label "Respunder"> +<!ENTITY replyAllButton.label "Respunder a tuts"> +<!ENTITY replyListButton.label "Respunder a la glista"> +<!ENTITY forwardButton.label "Vinavant"> +<!ENTITY fileButton.label "Datoteca"> +<!ENTITY archiveButton.label "Archivar"> +<!ENTITY openConversationButton.label "Conversaziun"> +<!ENTITY nextButton.label "Enavant"> +<!ENTITY nextButtonToolbarItem.label "Proxim nunlegì"> +<!ENTITY nextMsgButton.label "Proxim"> +<!ENTITY previousButton.label "Enavos"> +<!ENTITY previousButtonToolbarItem.label "Nunlegì precedent"> +<!ENTITY previousMsgButton.label "Precedent"> +<!ENTITY backButton1.label "Enavos"> +<!ENTITY goForwardButton1.label "Enavant"> +<!ENTITY deleteItem.title "Stizzar"> +<!ENTITY deleteButton.label "Stizzar"> +<!ENTITY undeleteButton.label "Restaurar"> +<!ENTITY markButton.label "Marcar"> +<!ENTITY printButton.label "Stampar"> +<!ENTITY stopButton.label "Fermar"> +<!ENTITY throbberItem.title "Indicaziun da l'activitad"> +<!ENTITY junkItem.title "Nungiavischà"> +<!ENTITY junkButton.label "Nungiavischà"> +<!ENTITY notJunkButton.label "Betg nungiavischà"> +<!ENTITY addressBookButton.label "Cudeschet d'adressas"> +<!ENTITY chatButton.label "Chat"> +<!ENTITY glodaSearch.title "Tschertga globala"> +<!ENTITY searchItem.title "Tschertga svelta"> +<!ENTITY mailViewsToolbarItem.title "Vistas"> +<!ENTITY folderLocationToolbarItem.title "Posiziun da l'ordinatur"> +<!ENTITY tagButton.label "Etichetta"> +<!ENTITY compactButton.label "Cumprimer"> +<!ENTITY appmenuButton.label "Menu cumpact"> + +<!-- Mail Toolbar Tooltips--> +<!ENTITY advancedButton.tooltip "Tschertga da messadis avanzada"> +<!ENTITY getMsgButton.tooltip "Retschaiver novs messadis"> +<!ENTITY getAllNewMsgCmd.label "Retschaiver tut ils messadis novs"> +<!ENTITY getAllNewMsgCmd.accesskey "n"> +<!ENTITY newMsgButton.tooltip "Scriver in nov messadi"> +<!ENTITY replyButton.tooltip "Respunder quest messadi"> +<!ENTITY replyAllButton.tooltip "Respunder al speditur ed a tut ils destinaturs"> +<!ENTITY replyListButton.tooltip "Respunder a la glista dad e-mail"> +<!ENTITY forwardButton.tooltip "Renviar il messadi tschernì"> +<!ENTITY forwardAsInline.tooltip "Trametter vinavant il messadi selecziunà sco text integrà"> +<!ENTITY forwardAsAttachment.tooltip "Trametter vinavant il messadi selecziunà sco agiunta"> +<!ENTITY fileButton.tooltip "Archivar il messadi tschernì"> +<!ENTITY archiveButton.tooltip "Archivar ils messadis tschernids"> +<!ENTITY openMsgConversationButton.tooltip "Mussar la conversaziun dal messadi tschernì"> +<!ENTITY nextButton.tooltip "Ir al proxim messadi nunlegì"> +<!ENTITY nextMsgButton.tooltip "Ir al proxim messadi"> +<!ENTITY previousButton.tooltip "Ir al messadi nunlegì precedent"> +<!ENTITY previousMsgButton.tooltip "Ir al messadi precedent"> +<!ENTITY goForwardButton.tooltip "Ir al proxim messadi"> +<!ENTITY goBackButton.tooltip "Ir al messadi precedent"> +<!ENTITY deleteButton.tooltip "Stizzar il messadi u l'ordinatur tschernì"> +<!ENTITY undeleteButton.tooltip "Restaurar il messadi tschernì"> +<!ENTITY markButton.tooltip "Marcar il(s) messadi(s)"> +<!ENTITY printButton.tooltip "Stampar quest messadi"> +<!ENTITY stopButton.tooltip "Fermar la transmissiun actuala"> +<!ENTITY junkButton.tooltip "Marcar ils messadis tschernids sco nungiavischads"> +<!ENTITY notJunkButton.tooltip "Betg pli marcar ils messadis tschernids sco nungiavischads"> +<!ENTITY addressBookButton.tooltip "Avrir il cudeschet d'adressas"> +<!ENTITY chatButton.tooltip "Mussar il tab da chat"> +<!ENTITY tagButton.tooltip "(De)etichettar ils messadis"> +<!ENTITY compactButton.tooltip "Eliminar definitivamain ils messadis stizzads da l'ordinatur tschernì"> +<!ENTITY appmenuButton1.tooltip "Mussar il menu da &brandShortName;"> +<!ENTITY addonsButton.tooltip "Administrar ils supplements"> + +<!-- Toolbar Button Popup --> +<!ENTITY buttonMenuForwardAsInline.label "Trametter vinavant integrà"> +<!ENTITY buttonMenuForwardAsAttachment.label "Trametter vinavant sco agiunta"> + +<!-- Remote Content Button Popup --> +<!ENTITY remoteContentOptionsAllowForMsg.label "Mussar il cuntegn extern en quest messadi"> +<!ENTITY remoteContentOptionsAllowForMsg.accesskey "S"> +<!ENTITY editRemoteContentSettings.label "Modifitgar las preferenzas per cuntegn extern…"> +<!ENTITY editRemoteContentSettings.accesskey "E"> +<!ENTITY editRemoteContentSettingsUnix.label "Modifitgar las preferenzas per cuntegn extern…"> +<!ENTITY editRemoteContentSettingsUnix.accesskey "E"> + +<!-- Phishing Button Popup --> +<!ENTITY phishingOptionIgnore.label "Ignorar l'avertiment per quest messadi"> +<!ENTITY phishingOptionIgnore.accesskey "n"> +<!ENTITY phishingOptionSettings.label "Modifitgar las preferenzas per chattar scam…"> +<!ENTITY phishingOptionSettings.accesskey "d"> +<!ENTITY phishingOptionSettingsUnix.label "Modifitgar las preferenzas per chattar scam…"> +<!ENTITY phishingOptionSettingsUnix.accesskey "d"> + +<!-- AppMenu Popup --> +<!ENTITY appmenuNewMsgCmd.label "Nov messadi"> +<!ENTITY appmenuNewContactCmd.label "Contact en il cudeschet d'adressas…"> +<!ENTITY appmenuEditMenu.label "Modifitgar"> +<!ENTITY appmenuToolbarLayout.label "Design da las travs d'utensils…"> +<!ENTITY appmenuSelectThread.label "Tscherner in tema"> +<!ENTITY appmenuSelectFlagged.label "Tscherner messadis cun staila"> + +<!-- Tags Menu Popup --> +<!ENTITY addNewTag.label "Nova etichetta…"> +<!ENTITY addNewTag.accesskey "N"> +<!ENTITY manageTags.label "Administrar las etichettas…"> +<!ENTITY manageTags.accesskey "M"> + +<!-- Folder Pane --> +<!ENTITY folderNameColumn.label "Num"> +<!ENTITY folderUnreadColumn.label "Nunlegì"> +<!ENTITY folderTotalColumn.label "Total"> +<!ENTITY folderSizeColumn.label "Grondezza"> + +<!-- Folder Pane Context Menu --> +<!ENTITY folderContextGetMessages.label "Retschaiver messadis"> +<!ENTITY folderContextGetMessages.accesskey "R"> +<!ENTITY folderContextMarkAllFoldersRead.label "Marcar tut ils ordinaturs sco legids"> +<!ENTITY folderContextPauseAllUpdates.label "Metter en pausa tut las actualisaziuns"> +<!ENTITY folderContextPauseUpdates.label "Metter en pausa las actualisaziuns"> +<!ENTITY folderContextPauseUpdates.accesskey "u"> +<!ENTITY folderContextOpenInNewWindow.label "Avrir en ina nova fanestra"> +<!ENTITY folderContextOpenInNewWindow.accesskey "A"> +<!ENTITY folderContextOpenNewTab.label "Avrir en in nov tab"> +<!ENTITY folderContextOpenNewTab.accesskey "T"> +<!ENTITY folderContextNew.label "Nov sutordinatur…"> +<!ENTITY folderContextNew.accesskey "N"> +<!ENTITY folderContextRename.label "Renumnar…"> +<!ENTITY folderContextRename.accesskey "R"> +<!ENTITY folderContextRemove.label "Stizzar"> +<!ENTITY folderContextRemove.accesskey "z"> +<!ENTITY folderContextCompact.label "Cumprimer"> +<!ENTITY folderContextCompact.accesskey "C"> +<!ENTITY folderContextEmptyTrash.label "Svidar il chanaster da palpiri"> +<!ENTITY folderContextEmptyTrash.accesskey "h"> +<!ENTITY folderContextEmptyJunk.label "Svidar l'ordinatur per messadis nungiavischads"> +<!ENTITY folderContextEmptyJunk.accesskey "n"> +<!ENTITY folderContextSendUnsentMessages.label "Trametter ils messadis betg tramess"> +<!ENTITY folderContextSendUnsentMessages.accesskey "t"> +<!ENTITY folderContextUnsubscribe.label "Annullar l'abunament"> +<!ENTITY folderContextUnsubscribe.accesskey "U"> +<!ENTITY folderContextMarkNewsgroupRead.label "Marcar la gruppa da discussiun sco legida"> +<!ENTITY folderContextMarkNewsgroupRead.accesskey "g"> +<!ENTITY folderContextMarkMailFolderRead.label "Marcar l'ordinatur sco legì"> +<!ENTITY folderContextMarkMailFolderRead.accesskey "M"> +<!ENTITY folderContextSubscribe.label "Abunar…"> +<!ENTITY folderContextSubscribe.accesskey "b"> +<!ENTITY folderContextSearchForMessages.label "Tschertgar messadis…"> +<!ENTITY folderContextSearchForMessages.accesskey "S"> +<!ENTITY folderContextProperties2.label "Caracteristicas"> +<!ENTITY folderContextProperties2.accesskey "C"> +<!ENTITY folderContextFavoriteFolder.label "Ordinatur da favurits"> +<!ENTITY folderContextFavoriteFolder.accesskey "a"> +<!ENTITY folderContextSettings2.label "Preferenzas"> +<!ENTITY folderContextSettings2.accesskey "P"> + +<!-- Search Bar --> +<!ENTITY SearchNameOrEmail.label "Il num u il messadi cuntegna:"> +<!ENTITY SearchNameOrEmail.accesskey "N"> + +<!-- Gloda Search Bar --> +<!ENTITY glodaSearchBar.placeholder "Tschertgar messadis…"> + +<!-- Quick Search Menu Bar --> +<!ENTITY searchSubjectMenu.label "Object"> +<!ENTITY searchFromMenu.label "Da"> +<!ENTITY searchSubjectOrFromMenu.label "Object u speditur"> +<!ENTITY searchRecipient.label "A u cc"> +<!ENTITY searchSubjectOrRecipientMenu.label "Object, a u cc"> +<!ENTITY searchMessageBody.label "Text dal messadi"> +<!ENTITY saveAsVirtualFolderMenu.label "Memorisar sco ordinatur virtual…"> + +<!-- Thread Pane --> +<!ENTITY selectColumn.label "Tscherner ils messadis"> +<!ENTITY threadColumn.label "Tema"> +<!ENTITY fromColumn.label "Da"> +<!ENTITY recipientColumn.label "Destinatur"> +<!ENTITY correspondentColumn.label "Correspundents"> +<!ENTITY subjectColumn.label "Object"> +<!ENTITY dateColumn.label "Data"> +<!ENTITY priorityColumn.label "Prioritad"> +<!ENTITY tagsColumn.label "Etichetta"> +<!ENTITY accountColumn.label "Conto"> +<!ENTITY statusColumn.label "Status"> +<!ENTITY sizeColumn.label "Grondezza"> +<!ENTITY junkStatusColumn.label "Status da nungiavischà"> +<!ENTITY unreadColumn.label "Nunlegì"> +<!ENTITY totalColumn.label "Total"> +<!ENTITY readColumn.label "Legì"> +<!ENTITY receivedColumn.label "Retschavì"> +<!ENTITY starredColumn.label "Cun staila"> +<!ENTITY locationColumn.label "Adressa"> +<!ENTITY idColumn.label "Successiun dad entrada"> +<!ENTITY attachmentColumn.label "Agiuntas"> + +<!ENTITY deleteColumn.label "Stizzar"> + +<!-- Thread Pane Tooltips --> +<!ENTITY columnChooser2.tooltip "Tscherner las colonnas che duain vegnir mussadas"> +<!ENTITY selectColumn.tooltip "(De)selecziunar tut ils messadis"> +<!ENTITY threadColumn2.tooltip "Mussar gruppà tenor tema"> +<!ENTITY fromColumn2.tooltip "Zavrar tenor speditur"> +<!ENTITY recipientColumn2.tooltip "Zavrar tenor destinatur"> +<!ENTITY correspondentColumn2.tooltip "Zavrar tenor correspundents"> +<!ENTITY subjectColumn2.tooltip "Zavrar tenor object"> +<!ENTITY dateColumn2.tooltip "Zavrar tenor data"> +<!ENTITY priorityColumn2.tooltip "Zavrar tenor prioritad"> +<!ENTITY tagsColumn2.tooltip "Zavrar tenor etichettas"> +<!ENTITY accountColumn2.tooltip "Zavrar tenor conto"> +<!ENTITY statusColumn2.tooltip "Zavrar tenor status"> +<!ENTITY sizeColumn2.tooltip "Zavrar tenor grondezza"> +<!ENTITY junkStatusColumn2.tooltip "Zavrar tenor il status da nungiavischà"> +<!ENTITY unreadColumn2.tooltip "Dumber da messadis nunlegids en il tema"> +<!ENTITY totalColumn2.tooltip "Dumber total da messadis en il tema"> +<!ENTITY readColumn2.tooltip "Zavrar tenor 'Legì'"> +<!ENTITY receivedColumn2.tooltip "Zavrar tenor la data da retschavida"> +<!ENTITY starredColumn2.tooltip "Zavrar tenor staila"> +<!ENTITY locationColumn2.tooltip "Zavrar tenor lieu"> +<!ENTITY idColumn2.tooltip "Zavrar tenor successiun da retschavida"> +<!ENTITY attachmentColumn2.tooltip "Zavrar tenor agiuntas"> + +<!ENTITY deleteColumn.tooltip "Stizzar in messadi"> + +<!-- Thread Pane Context Menu --> +<!ENTITY contextNewMsgFromTemplate.label "Nov messadi cun agid dad in model"> +<!ENTITY contextOpenNewWindow.label "Avrir il messadi en ina nova fanestra"> +<!ENTITY contextOpenNewWindow.accesskey "f"> +<!-- The contextOpenNewTab.accesskey ("T") potentially conflicts with + cutCmd.accessKey which is defined in textcontext.dtd from toolkit. Right + now, both menu items can't be visible at the same time, but should someone + enable copy/paste of message, this key would probably need to be changed. --> +<!ENTITY contextOpenNewTab.label "Avrir il messadi en in nov tab"> +<!ENTITY contextOpenNewTab.accesskey "t"> +<!ENTITY contextOpenConversation.label "Avrir il messadi sco conversaziun"> +<!ENTITY contextOpenConversation.accesskey "v"> +<!ENTITY contextOpenContainingFolder.label "Avrir il messadi en l'ordinatur che cuntegna el"> +<!ENTITY contextOpenContainingFolder.accesskey "n"> +<!ENTITY contextEditMsgAsNew.label "Modifitgar sco nov messadi"> +<!ENTITY contextEditMsgAsNew.accesskey "M"> +<!ENTITY contextEditDraftMsg.label "Modifitgar il sboz dal messadi"> +<!ENTITY contextEditTemplate.label "Modifitgar il model"> +<!ENTITY contextEditTemplate.accesskey "m"> +<!ENTITY contextArchive.label "Archivar"> +<!ENTITY contextArchive.accesskey "A"> +<!ENTITY contextReplySender.label "Respunder mo al speditur"> +<!ENTITY contextReplySender.accesskey "R"> +<!ENTITY contextReplyNewsgroup2.label "Followup a la gruppa da discussiun"> +<!ENTITY contextReplyNewsgroup2.accesskey "d"> +<!ENTITY contextReplyAll.label "Respunder a tuts"> +<!ENTITY contextReplyAll.accesskey "a"> +<!ENTITY contextReplyList.label "Respunder a la glista"> +<!ENTITY contextReplyList.accesskey "g"> +<!ENTITY contextForward.label "Renviar"> +<!ENTITY contextForward.accesskey "F"> +<!ENTITY contextForwardAsMenu.label "Renviar sco"> +<!ENTITY contextForwardAsMenu.accesskey "o"> +<!ENTITY contextForwardAsInline.label "Integrà"> +<!ENTITY contextForwardAsInline.accesskey "I"> +<!ENTITY contextForwardAsAttachmentItem.label "Agiunta"> +<!ENTITY contextForwardAsAttachmentItem.accesskey "A"> +<!ENTITY contextMultiForwardAsAttachment.label "Renviar sco agiuntas"> +<!ENTITY contextMultiForwardAsAttachment.accesskey "o"> +<!ENTITY contextMoveMsgMenu.label "Spustar a"> +<!ENTITY contextMoveMsgMenu.accesskey "p"> +<!ENTITY contextMoveCopyMsgRecentMenu.label "Ultims ordinaturs"> +<!ENTITY contextMoveCopyMsgRecentMenu.accesskey "U"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.label "Favurits"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.accesskey "F"> +<!ENTITY contextCopyMsgMenu.label "Copiar en"> +<!ENTITY contextCopyMsgMenu.accesskey "C"> +<!ENTITY contextKillThreadMenu.label "Ignorar quest tema"> +<!ENTITY contextKillSubthreadMenu.accesskey "b"> +<!ENTITY contextKillThreadMenu.accesskey "I"> +<!ENTITY contextKillSubthreadMenu.label "Ignorar quest suttema"> +<!ENTITY contextWatchThreadMenu.label "Observar quest tema"> +<!-- LOCALIZATION NOTE (contextWatchThreadMenu.accesskey): + In the en-US locale we ran out of access keys, so there is an empty access key for + Watch Thread. Localizers can pick a suitable key + --> +<!ENTITY contextWatchThreadMenu.accesskey "t"> +<!ENTITY contextSaveAs.label "Memorisar sut…"> +<!ENTITY contextSaveAs.accesskey "S"> +<!ENTITY contextPrint.label "Stampar…"> +<!ENTITY contextPrint.accesskey "P"> +<!ENTITY contextPrintPreview.label "Prevista da stampa"> +<!ENTITY contextPrintPreview.accesskey "t"> + +<!-- LOCALIZATION NOTE (columnPicker.applyTo.label): + This option in the thread pane column picker pops up a sub-menu containing + the "columnPicker.applyToFolder.label" and + "columnPicker.applyToFolderAndChildren.label" options. This item indicates + a desire to apply the currently displayed set of columns to some other + folder(s). The sub-menu items indicate whether we want to apply it to just + a folder or also its children. + --> +<!ENTITY columnPicker.applyTo.label "Applitgar las colonnas a…"> +<!-- LOCALIZATION NOTE (columnPicker.applyToFolder.label): + This option in the thread pane column picker is found on a sub-menu beneath + the "columnPicker.applyTo.label" alongside + "columnPicker.applyToFolderAndChildren.label". It indicates a desire to + apply the currently display thread pane column settings to a single folder + that the user selects using the same widget as the move to/copy to + mechanism (via a series of popups). + --> +<!ENTITY columnPicker.applyToFolder.label "Ordinatur"> +<!-- LOCALIZATION NOTE (columnPicker.applyToFolderAndChildren.label): + This option in the thread pane column picker is found on a sub-menu beneath + the "columnPicker.applyTo.label" alongside + "columnPicker.applyToFolder.label". It indicates a desire to + apply the currently display thread pane column settings to a folder and all + of its descendents. The user selects the folder using the same widget as the + move to/copy to mechanism (via a series of popups). + --> +<!ENTITY columnPicker.applyToFolderAndChildren.label "Ordinatur e ses sutordinaturs…"> +<!-- LOCALIZATION NOTE (columnPicker.thisFolder.label): + This is used in the folder selection widget for the + "columnPicker.applyToFolder.label" and + "columnPicker.applyToFolderAndChildren.label" menu options. Whenever + a folder has children, it results in a menu popup; the first menu item + in that popup is given this label to indicate that that folder should be + selected. For example, if folder "A" has two children, "B" and "C", then + when the user hovers over "A", a new popup menu will be displayed whose + items are "This folder", "B", and "C". This is the equivalent of the + "File here" option for the move to/copy to widget. + --> +<!ENTITY columnPicker.thisFolder.label "Quest ordinatur"> + +<!-- Media (video/audio) controls --> +<!ENTITY contextPlay.label "Fa ir"> +<!ENTITY contextPlay.accesskey "F"> +<!ENTITY contextPause.label "Pausa"> +<!ENTITY contextPause.accesskey "P"> +<!ENTITY contextMute.label "Senza tun"> +<!ENTITY contextMute.accesskey "z"> +<!ENTITY contextUnmute.label "Cun tun"> +<!ENTITY contextUnmute.accesskey "t"> + +<!-- Quick Search Bar --> +<!-- LOCALIZATION NOTE (quickSearchCmd.key): + This is actually the key used for the global message search box; we have + not changed + --> +<!ENTITY quickSearchCmd.key "k"> +<!-- LOCALIZATION NOTE (search.label.base1): + This is the base of the empty text for the global search box. We replace + #1 with the contents of the appropriate search.keyLabel.* value for the + platform. + The goal is to convey to the user that typing in the box will allow them + to search for messages globally and that there is a hotkey they can press + to get to the box faster. If the global indexer is disabled, the search + box will be collapsed and the user will never see this message. + --> +<!ENTITY search.label.base1 "Tschertgar #1"> +<!-- LOCALIZATION NOTE (search.keyLabel.nonmac): + The description of the key-binding to get into the global search box on + windows and linux (which use the control key). We use the key defined in + the quickSearchCmd.key entity defined above, the letter should match it. + --> +<!ENTITY search.keyLabel.nonmac "<Ctrl+K>"> +<!-- LOCALIZATION NOTE (search.keyLabel.mac): + The description of the key-binding to get into the global search box on mac + systems. We use the key defined in the quickSearchCmd.key entity defined + above, the letter should match it. + --> +<!ENTITY search.keyLabel.mac "<⌘K>"> + +<!-- Message Header Context Menu --> +<!ENTITY AddToAddressBook.label "Agiuntar al cudeschet d'adressas…"> +<!ENTITY AddToAddressBook.accesskey "g"> +<!ENTITY AddDirectlyToAddressBook.label "Agiuntar al cudeschet d'adressas"> +<!ENTITY AddDirectlyToAddressBook.accesskey "g"> +<!ENTITY EditContact1.label "Modifitgar il contact…"> +<!ENTITY EditContact1.accesskey "M"> +<!ENTITY ViewContact.label "Mussar il contact"> +<!ENTITY ViewContact.accesskey "c"> +<!ENTITY SubscribeToNewsgroup.label "Abunar ina gruppa da discussiun"> +<!ENTITY SubscribeToNewsgroup.accesskey "N"> +<!ENTITY SendMessageTo.label "Scriver in messadi a"> +<!ENTITY SendMessageTo.accesskey "s"> +<!ENTITY CopyEmailAddress.label "Copiar l'adressa dad e-mail"> +<!ENTITY CopyEmailAddress.accesskey "C"> +<!ENTITY CopyNameAndEmailAddress.label "Copiar il num e l'adressa dad e-mail"> +<!ENTITY CopyNameAndEmailAddress.accesskey "n"> +<!ENTITY CopyNewsgroupName.label "Copiar il num da la gruppa da discussiun"> +<!ENTITY CopyNewsgroupName.accesskey "C"> +<!ENTITY CopyNewsgroupURL.label "Copiar l'URL da la gruppa da discussiun"> +<!ENTITY CopyNewsgroupURL.accesskey "U"> +<!ENTITY CreateFilterFrom.label "Crear in filter or da…"> +<!ENTITY CreateFilterFrom.accesskey "F"> +<!ENTITY reportPhishingURL.label "Rapportar ina emprova d'engion…"> +<!ENTITY reportPhishingURL.accesskey "o"> + +<!-- Spell checker context menu items --> +<!ENTITY spellAddDictionaries.label "Agiuntar dicziunaris…"> +<!ENTITY spellAddDictionaries.accesskey "A"> + +<!-- Content Pane Context Menu --> +<!ENTITY saveLinkAsCmd.label "Memorisar la destinaziun sut…"> +<!ENTITY saveLinkAsCmd.accesskey "d"> +<!ENTITY saveImageAsCmd.label "Memorisar la grafica sut…"> +<!ENTITY saveImageAsCmd.accesskey "M"> +<!ENTITY copyLinkCmd.label "Copiar l'adressa da la colliaziun"> +<!ENTITY copyLinkCmd.accesskey "C"> +<!ENTITY copyImageAllCmd.label "Copiar la grafica"> +<!ENTITY copyImageAllCmd.accesskey "I"> +<!ENTITY copyEmailCmd.label "Copiar l'adressa dad e-mail"> +<!ENTITY copyEmailCmd.accesskey "E"> +<!ENTITY stopCmd.label "Fermar"> +<!ENTITY stopCmd.accesskey "F"> +<!ENTITY reloadCmd.label "Rechargiar"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY openInBrowser.label "Avrir en il navigatur"> +<!ENTITY openInBrowser.accesskey "A"> +<!ENTITY openLinkInBrowser.label "Avrir la colliaziun en il navigatur"> +<!ENTITY openLinkInBrowser.accesskey "O"> + +<!-- Statusbar --> +<!ENTITY statusText.label "Terminar"> + +<!-- Mac OS X Window Menu --> +<!ENTITY minimizeWindow.label "Minimar"> +<!ENTITY minimizeWindow.key "m"> +<!ENTITY bringAllToFront.label "Prender tuts enavant"> +<!ENTITY zoomWindow.label "Zoom"> + +<!-- Mac OS X Application Menu (Cocoa widgets) --> +<!ENTITY preferencesCmdMac2.label "Preferenzas"> +<!ENTITY preferencesCmdMac.commandkey ","> +<!ENTITY preferencesCmdMac.modifiers "accel"> +<!ENTITY servicesMenuMac.label "Servetschs"> +<!ENTITY hideThisAppCmdMac.label "Zuppentar &brandShortName;"> +<!ENTITY hideThisAppCmdMac.commandkey "H"> +<!ENTITY hideThisAppCmdMac.modifiers "accel"> +<!ENTITY hideOtherAppsCmdMac.label "Zuppentar il rest"> +<!ENTITY hideOtherAppsCmdMac.commandkey "H"> +<!ENTITY hideOtherAppsCmdMac.modifiers "accel,alt"> +<!ENTITY showAllAppsCmdMac.label "Mussar tut"> + +<!-- Mac OS X Dock Icon pop-up menu --> +<!ENTITY dockOptions.label "Opziuns da l'icona da l'applicaziun…"> +<!ENTITY writeNewMessageDock.label "Scriver in nov messadi"> +<!ENTITY openAddressBookDock.label "Avrir il cudeschet d'adressas"> + +<!-- Content tab Navigation buttons --> +<!ENTITY browseBackButton.tooltip "A la pagina precedenta"> +<!ENTITY browseForwardButton.tooltip "A la proxima pagina"> diff --git a/l10n-rm/mail/chrome/messenger/messenger.properties b/l10n-rm/mail/chrome/messenger/messenger.properties new file mode 100644 index 0000000000..f1583db2d5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messenger.properties @@ -0,0 +1,804 @@ +# 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/. + +# The following are used by the messenger application +# + +# LOCALIZATION NOTE(statusMessage): +# Do not translate the words %1$S and %2$S below. Place the word %1$S where the +# account name should appear and %2$S where the status message should appear. +# EXAMPLE: Jim's Account: Downloading messages... +statusMessage=%1$S: %2$S + +removeAccount=Stizzar il conto… +newFolderMenuItem=Ordinatur +newSubfolderMenuItem=Sutordinatur… +newFolder=Nov ordinatur… +newSubfolder=Nov sutordinatur… +markFolderRead=Marcar l'ordinatur sco legì;Marcar ils ordinaturs sco legids +markNewsgroupRead=Marcar la gruppa da discussiun sco legida;Marcar las gruppas da discussiun sco legidas +folderProperties=Caracteristicas da l'ordinatur +newTag=Nova etichetta… +# LOCALIZATION NOTE (getNextNewsMessages): Semi-colon list of plural forms. +# #1 is the number of news messages to get. +getNextNewsMessages=Retschaiver il proxim messadi da novitads;Retschaiver ils proxims #1 messadis da novitads +advanceNextPrompt=Ir al proxim messadi nunlegì en %S? +titleNewsPreHost=ils +replyToSender=Respunder al speditur +reply=Respunder +EMLFiles=Datotecas dad e-mail +OpenEMLFiles=Avrir il messadi +# LOCALIZATION NOTE(defaultSaveMessageAsFileName): Do not translate ".eml" +# in the line below. Also, the complete file name should be 8.3. +defaultSaveMessageAsFileName=messadi.eml +# LOCALIZATION NOTE(longMsgSubjectTruncator): A suffix string appended to the filename +# (created from message subject) if it needed to be truncated due to length. +longMsgSubjectTruncator=... +SaveMailAs=Memorisar il messadi sut +SaveAttachment=Memorisar l'agiunta +SaveAllAttachments=Memorisar tut las agiuntas +DetachAttachment=Statgar l'agiunta +DetachAllAttachments=Statgar tut las agiuntas +ChooseFolder=Tscherner in ordinatur +LoadingMessageToPrint=Chargiar il messadi per stampar… +MessageLoaded=Chargià il messadi… +PrintingMessage=Stampar il messadi… +PrintPreviewMessage=Prevista da stampa dal messadi… +PrintingContact=Stampar il contact… +PrintPreviewContact=Prevista da stampa dal contact… +PrintingAddrBook=Stampar il cudeschet d'adressas… +PrintPreviewAddrBook=Prevista da stampa dal cudeschet d'adressas… +PrintingComplete=Terminà. +PreviewTitle=%S - %S +LoadingMailMsgForPrint=(Chargiar il cuntegn per stampar) +LoadingMailMsgForPrintPreview=(Chargiar il cuntegn per la prevista da stampa) +saveAttachmentFailed=Impussibel da memorisar l'agiunta. Controllescha per plaschair il num da datoteca ed emprova pli tard anc ina giada. +saveMessageFailed=Impussibel da memorisar il messadi. Controllescha per plaschair il num da datoteca ed emprova pli tard anc ina giada. +fileExists=%S exista gia. Vuls ti remplazzar la datoteca? +# LOCALIZATION NOTE(failedToReadFile): %1$S is replaced by the file name, %2$S is replaced by the reason the file load failed. +failedToReadFile=Errur cun leger la datoteca: %1$S, motiv: %2$S + +downloadingNewsgroups=Telechargiar las gruppas da discussiun per leger senza connexiun +downloadingMail=Telechargiar ils messadis per leger senza connexiun +sendingUnsent=Trametter ils messadis en la posta sortida + +folderExists=In ordinatur cun quest num exista gia. Endatescha per plaschair in auter num. +# LOCALIZATION NOTE(confirmDuplicateFolderRename): %1$S is name of folder being moved, %2$S is parent folder name, %3$S is proposed new folder name +confirmDuplicateFolderRename=In sutordinatur cun il num '%1$S' exista gia en l'ordinatur '%2$S'. Vuls ti spustar quest ordinatur ed al numnar '%3$S'? +folderCreationFailed=Impussibel da crear l'ordinatur perquai ch'il num da l'ordinatur che ti has definì cuntegna in caracter nunenconuschent. Endatescha per plaschair in auter num ed emprova anc ina giada. + +compactingFolder=Cumprimer l'ordinatur %S… +# LOCALIZATION NOTE(compactingDone): %1$S is the compaction gain. +compactingDone=Terminà da cumprimer (spargnà ca. %1$S). +autoCompactAllFoldersTitle=Cumprimer ils ordinaturs + +# LOCALIZATION NOTE(autoCompactAllFoldersMsg): %1$S will be replaced by size gain of the compaction (including the unit), %2$S will be replaced by application name +autoCompactAllFoldersMsg=Ils messadis che ti has stizzà, pon vegnir eliminads dal disc dir. Questa operaziun deliberescha ca. %1$S capacitad da memorisar. Sche l'opziun sutvart è tschernida, exequescha %2$S mintgamai automaticamain l'operaziun, senza ta dumandar. +autoCompactNeverAskCheckbox=Eliminar automaticamain messadis stizzads, senza ma dumandar. +proceedButton=&Cuntinuar + +confirmFolderDeletionForFilter=Cun stizzar l'ordinatur '%S' vegnan ils filters associads deactivads. Es ti segir che ti vuls stizzar l'ordinatur? +alertFilterChanged=Filters associads cun quest ordinatur vegnan actualisads. +filterDisabled=Impussibel da chattar l'ordinatur "%S", perquai vegnan ils filters associads cun quest ordinatur deactivads. Verifitgescha che l'ordinatur exista e ch'ils filters sa refereschan ad ordinaturs da destinaziun valids. +filterFolderDeniedLocked=Ils messadis n'han betg pudì vegnir filtrads en l'ordinatur "%S" perquai ch'ina autra operaziun vegn exequida. +parsingFolderFailed=Impussibel dad avrir l'ordinatur "%S" perquai ch'el vegn utilisà dad ina autra operaziun. Spetga per plaschair fin che l'operaziun è terminada ed emprova lura anc ina giada. +deletingMsgsFailed=Impussibel da stizzar messadis en l'ordinatur "%S" perquai ch'el vegn utilisà dad ina autra operaziun. Spetga per plaschair fin che l'operaziun è terminada ed emprova lura anc ina giada. +alertFilterCheckbox=Betg pli m'avertir danovamain. +compactFolderDeniedLock=L'ordinatur '%S' na po betg vegnir cumprimì perquai ch'ina autra operaziun vegn exequida. Emprova per plaschair pli tard anc ina giada. +compactFolderWriteFailed=Impussibel da cumprimer l'ordinatur "%S" perquai ch'i n'è betg reussì da scriver en quest ordinatur. Verifitgescha che ti has ils dretgs per scriver sin il sistem e che la capacitad da memorisar a disposiziun è suffizienta. Emprova lura anc ina giada. +compactFolderInsufficientSpace=Tscherts ordinaturs (p.ex. '%S') na pon betg vegnir cumprimids perquai che la capacitad da memorisar manca. Stizza p.pl. intginas datotecas ed emprova anc ina giada. +filterFolderHdrAddFailed=Impussibel da spustar ils messadis en l'ordinatur '%S' perquai ch'i n'è betg reussì da l'agiuntar messadis. Controllescha che l'ordinatur vegn mussà endretg u emprova d'al reparar en las Caracteristicas da l'ordinatur. +filterFolderWriteFailed=Impussibel da filtrar ils messadis en l'ordinatur "%S" perquai ch'i n'è betg reussì da scriver en quest ordinatur. Verifitgescha che ti has ils dretgs per scriver sin il sistem e che la capacitad da memorisar a disposiziun è suffizienta. Emprova lura anc ina giada. +copyMsgWriteFailed=Impussibel da spustar u copiar ils messadis en l'ordinatur "%S" perquai ch'i n'è betg reussì da scriver en quest ordinatur. Per gudagnar capacitiad da memorisar, clicca sin "Datoteca", lura sin "Svidar il chanaster da palpiri" e sin "Cumprimer ils ordinaturs". Emprova lura anc ina giada. +cantMoveMsgWOBodyOffline=Cun lavurar en il modus offline na pos ti betg spustar u copiar messadis che n'èn betg vegnids telechargiads per l'utilisaziun senza connexiun. Avra il menu "Datoteca", tscherna "Offline" e deactivescha "Lavurar offline" (per midar en il modus cun connexiun). Emprova lura anc ina giada. +operationFailedFolderBusy=L'operaziun n'è betg reussida perquai ch'ina autra operaziun utilisescha l'ordinatur. Spetga per plaschair fin che l'operaziun è terminada ed emprova lura anc ina giada. +folderRenameFailed=Impussibel da renumnar l'ordinatur. Eventualmain vegn el gist creà da nov u il num nov n'è betg in num valid per ordinaturs. +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S sin %2$S +# LOCALIZATION NOTE(filterFolderTruncateFailed): %1$S is replaced by the folder name, %2$S is replaced by the brandShortName +filterFolderTruncateFailed=I ha dà ina errur cun elavurar la posta entrada suenter ch'in messadi è vegnì spustà dad in filter en l'ordinatur "%1$S". Eventualmain èsi necessari da serrar %2$S e da stizzar la datoteca pertutgada "INBOX.msf" (ella vegn silsuenter puspè creada automaticamain). + +mailboxTooLarge=Impussibel da memorisar ulteriurs messadis en l'ordinatur "%S", el è plain.\n\nStizza messadis vegls u creescha sutordinaturs en il quals ti pos reparter ils messadis avant maun. Suenter avair cumprimì l'ordinatur stat a disposiziun dapli capacitad da memorisar. +outOfDiskSpace=La capacitad da memorisar è nunsuffizienta per telechargiar novs messadis. Emprova da stizzar e-mails vegls, svidar il chanaster da palpiri e cumprimer tes ordinaturs dad e-mail ed emprova lura anc ina giada. +errorGettingDB=Impussibel da crear la datoteca dad index per %S. Eventualmain è l'entira via d'access memia lunga u ch'i sa tracta dad ina errur da scriver/leger. +defaultServerTag=(Predefinì) + +# Used in message database list view to provide a text value for graphic based cells. +messageUnread=Nunlegì +messageHasFlag=Cun staila +messageHasAttachment=Cun agiunta +messageJunk=Nungiavischà +messageExpanded=Extendì +messageCollapsed=Reducì + +# Used in the SMTP Account Settings panel when a server value has no properties +smtpServerList-NotSpecified=<betg inditgà> +smtpServer-ConnectionSecurityType-0=Nagina +smtpServer-ConnectionSecurityType-1=STARTTLS, sche disponibel +smtpServer-ConnectionSecurityType-2=STARTTLS +smtpServer-ConnectionSecurityType-3=SSL/TLS +smtpServers-confirmServerDeletionTitle=Stizzar il server +smtpServers-confirmServerDeletion=Es ti segir che ti vuls stizzar il server: \n %S? + +# Account Settings - Both Incoming and SMTP server +authNo=Nagina autentificaziun +authOld=Pled-clav, metoda originala (betg segir) +authPasswordCleartextInsecurely=Pled-clav, transmetter betg segirà +authPasswordCleartextViaSSL=Pled-clav normal +authPasswordEncrypted=Pled-clav criptà +authKerberos=Kerberos / GSSAPI +authExternal=Certificat TLS +authNTLM=NTLM +authOAuth2=OAuth2 +authAnySecure=X-ina metoda segira (antiquà) +authAny=X-ina metoda (betg segir) + +# OAuth2 window title +# LOCALIZATION NOTE(oauth2WindowTitle): +# %1$S is the username (or full email address) used for authentication. +# %2$S is the hostname of the account being authenticated. +oauth2WindowTitle=Endatescha las infurmaziuns d'annunzia per %1$S sin %2$S + +# LOCALIZATION NOTE(serverType-nntp): Do not translate "NNTP" in the line below +serverType-nntp=Server da news (NNTP) +# LOCALIZATION NOTE(serverType-pop3): Do not translate "POP" in the line below +serverType-pop3=Server dad e-mail POP +# LOCALIZATION NOTE(serverType-imap): Do not translate "IMAP" in the line below +serverType-imap=Server dad e-mail IMAP +serverType-none=Memoria locala da messadis +# LOCALIZATION NOTE(serverType-movemail): DONT_TRANSLATE +serverType-movemail=Unix Movemail + +sizeColumnTooltip2=Zavrar tenor grondezza +sizeColumnHeader=Grondezza +linesColumnTooltip2=Zavrar tenor lingias +linesColumnHeader=Lingias + +# LOCALIZATION NOTE (getMsgButtonTooltip): Do not translate the word "%S" below. +# Place the word "%S" in your translation where the name of the comma separated accounts should appear. +getMsgButtonTooltip=Controllar novs messadis per %S +# Used to separate email addresses in a list. Note the trailing space ', ' +getMsgButtonTooltip.listSeparator=,\u0020 + +# status feedback stuff +documentDone= +documentLoading=Chargiar il messadi… + +# LOCALIZATION NOTE (autosyncProgress): Do not translate the word "%1$S" or "%2$S" below. +# Place the word %1$S in your translation where the name of the comma separated folders should appear. +# Place the word %2$S in your translation where the name of the comma separated accounts should appear. +autosyncProgress=Sincronisar ils messadis en l'ordinatur "%1$S" dal conto "%2$S"… + +unreadMsgStatus=Nunlegids: %S +selectedMsgStatus=Tschernids: %S +totalMsgStatus=Total: %S + +# localized folder names + +localFolders=Ordinaturs locals + +# LOCALIZATION NOTE (inboxFolderName): OK to translate all foldernames, bugzilla #57440 & bugzilla #23625 fixed +inboxFolderName=Posta entrada +trashFolderName=Chanaster da palpiri +sentFolderName=Tramess +draftsFolderName=Sbozs +templatesFolderName=Models +outboxFolderName=Posta sortida +junkFolderName=Nungiavischà +archivesFolderName=Archivs + +# "Normal" priority is often blank, +# depending on the consumers of these strings +priorityLowest=Il pli bass +priorityLow=Bass +priorityNormal=Normal +priorityHigh=Aut +priorityHighest=Il pli aut + +#Group by date thread pane titles +today=Oz +yesterday=Ier +lastWeek=Ultima emna +last7Days=Ultims 7 dis +twoWeeksAgo=Avant duas emnas +last14Days=Ultims 14 dis +older=Messadis pli vegls +futureDate=Futur + +#Grouped By Tags +untaggedMessages=Messadis senza etichetta + +# Grouped by status +messagesWithNoStatus=Nagin status + +#Grouped by priority +noPriority=Nagina prioritad + +#Grouped by has attachments +noAttachments=Naginas agiuntas +attachments=Agiuntas + +#Grouped by starred +notFlagged=Senza staila +groupFlagged=Cun staila + +# defaults descriptions for tag prefs listed in mailnews.js +# (we keep the .labels. names for backwards compatibility) +mailnews.tags.remove=Allontanar tut las etichettas +mailnews.labels.description.1=Impurtant +mailnews.labels.description.2=Lavur +mailnews.labels.description.3=Persunal +mailnews.labels.description.4=Da far +mailnews.labels.description.5=Pli tard + +# Format definition tag menu texts. +# This is necessary in order to get the accesskeys to be the on the first +# character of the menu text instead of after the menu text. +# If a key definition exists for the tag at index n, that key's key will be +# taken as the accesskey, eg. +# <key id="key_tag3" key="&tagCmd3.key;" oncommand="ToggleMessageTagKey(3);"/> +# makes the third tag have the accesskey &tagCmd3.key;. +# In the menuitem's label, this accesskey appears at %1$S below; %2$S will be +# replaced by the tag label. +mailnews.tags.format=%1$S %2$S + +replied=Respundì +forwarded=Renvià +new=Nov +read=Legì +flagged=Cun staila + +# for junk status picker in search and mail views +junk=Nungiavischà + +# for junk score origin picker in search and mail views +junkScoreOriginPlugin=Plug-in +junkScoreOriginFilter=Filter +junkScoreOriginWhitelist=Glista alva +junkScoreOriginUser=Utilisader +junkScoreOriginImapFlag=Bandiera IMAP + +# for the has attachment picker in search and mail views +hasAttachments=Messadis cun agiuntas + +# for the Tag picker in search and mail views. +tag=Etichettas + +# LOCALIZATION NOTE(andOthers): +# for multiple authors, add this abbreviation to the first author to indicate +# there are more; for the From column in the threadpane message list. +andOthers=et al. + +# mailnews.js +mailnews.send_default_charset=UTF-8 +mailnews.view_default_charset=ISO-8859-1 + +# whether to generate display names in last first order +# LOCALIZATION NOTE(mail.addr_book.displayName.lastnamefirst): +# the only valid values are: true OR false (choose from the untranslated English words) +mail.addr_book.displayName.lastnamefirst=false + +# whether to also show phonetic fields in the addressbook +# LOCALIZATION NOTE(mail.addr_book.show_phonetic_fields): +# the only valid values are: true OR false (choose from the untranslated English words) +mail.addr_book.show_phonetic_fields=false + +# valid format options are: +# 1: yyyy/mm/dd +# 2: yyyy/dd/mm +# 3: mm/dd/yyyy +# 4: mm/yyyy/dd +# 5: dd/mm/yyyy +# 6: dd/yyyy/mm +# +# 0: auto-detect the current locale format +# a separator has to be either '/', '-', '.' and the year in Christian year +# otherwise mm/dd/yyyy (option 3) is used +# +mailnews.search_date_format=0 +# separator for search date (e.g. "/", "-"), or empty when search_date_format is zero +mailnews.search_date_separator= +# leading zeros for day and month values, not used if mailnews.search_date_format is not zero +mailnews.search_date_leading_zeros=true + +# offline msg +nocachedbodybody2=Il corp da quest messadi n'è betg vegnì telechargià dal \ +server per leger offline. Per leger quest messadi \ +stos ti reconnectar cun la rait: tscherna 'Offline' dal \ +menu 'Datoteca' e deactivescha il punct 'Lavurar offline'. \ +Per l'avegnir pos ti tscherner ils messadis u ordinaturs che ti vuls leger offline. Per far \ +quai, tscherna 'Offline' dal menu 'Datoteca' e tscherna lura 'Telechargiar/Sincronisar ussa...' \ +Ti pos adattar la preferenza 'Capacitad da memorisar' per impedir che messadis \ +gronds vegnian telechargiads. + +# LOCALIZATION NOTE(acctCentralTitleFormat): %1$S is brand, %2$S is account type, %3$S is account name +acctCentralTitleFormat=%1$S %2$S - %3$S +mailAcctType=E-mail +newsAcctType=News +feedsAcctType=Feeds + +# LOCALIZATION NOTE(nocachedbodytitle): Do not translate "<TITLE>" or "</TITLE>" in the line below +nocachedbodytitle=<TITLE>Connectar cun l'internet per vesair quest messadi</TITLE>\n + +# mailWindowOverlay.js +confirmUnsubscribeTitle=Confermar l'annullaziun da l'abunament +confirmUnsubscribeText=Es ti segir che ti vuls annullar l'abunament da %S? +confirmUnsubscribeManyText=Es ti segir che ti vuls annullar l'abunament da questas gruppas da discussiun? +restoreAllTabs=Restaurar tut ils tabs + +confirmMarkAllFoldersReadTitle=Marcar tut ils ordinaturs sco legids +confirmMarkAllFoldersReadMessage=Vuls ti propi marcar tut ils messadis en tut ils ordinaturs da quest conto sco legids? + +# LOCALIZATION NOTE(junkBarMessage): %S is brand +junkBarMessage=%S ha classifitgà quest messadi sco nungiavischà. +junkBarButton=Betg nungiavischà +junkBarButtonKey=N +junkBarInfoButton=Ulteriuras infurmaziuns +junkBarInfoButtonKey=L + +# LOCALIZATION NOTE(remoteContentBarMessage): %S is brand +remoteContentBarMessage=Per proteger tia sfera privata ha %S bloccà cuntegns externs incorporads en quest messadi. +remoteContentPrefLabel=Preferenzas +remoteContentPrefAccesskey=P +remoteContentPrefLabelUnix=Preferenzas +remoteContentPrefAccesskeyUnix=P + +# LOCALIZATION NOTE(remoteAllowResource): %S is origin +remoteAllowResource=Permetter cuntegn extern da %S +# LOCALIZATION NOTE(remoteAllowAll): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# #1 is the number of origins +remoteAllowAll=Permetter cuntegn extern da l'adressa en la glista survart;Permetter cuntegn extern da las #1 adressas en la glista survart + +phishingBarMessage=Quest messadi pudess esser ina emprova d'engion (phishing). +phishingBarPrefLabel=Preferenzas +phishingBarPrefAccesskey=P +phishingBarPrefLabelUnix=Preferenzas +phishingBarPrefAccesskeyUnix=P + +mdnBarIgnoreButton=Ignorar la dumonda +mdnBarIgnoreButtonKey=n +mdnBarSendReqButton=Trametter la conferma +mdnBarSendReqButtonKey=T + +draftMessageMsg=Quest messadi è in sboz. +draftMessageButton=Modifitgar +draftMessageButtonKey=M + +# msgHdrViewOverlay.js +openLabel=Avrir +openLabelAccesskey=O +saveLabel=Memorisar sut… +saveLabelAccesskey=A +detachLabel=Statgar… +detachLabelAccesskey=D +deleteLabel=Stizzar +deleteLabelAccesskey=e +openFolderLabel=Mussar l'ordinatur da destinaziun +openFolderLabelAccesskey=d +deleteAttachments=Las suandantas agiuntas vegnan stizzadas definitivamain ord quest messadi:\n%S\nQuesta acziun na po betg vegnir revocada. Vuls ti cuntinuar? +detachAttachments=Las suandantas agiuntas èn vegnidas memorisadas cun success e vegnan ussa stizzadas definitivamain ord quest messadi::\n%S\nQuesta acziun na po betg vegnir revocada. Vuls ti cuntinuar? +deleteAttachmentFailure=I n'è betg reussì da stizzar las agiuntas tschernidas. +emptyAttachment=Questa agiunta para dad esser vida.\nDumonda per plaschair il speditur.\nEn firmas destrueschan savens firewalls e programs dad antivirus las agiuntas. +externalAttachmentNotFound=La datoteca statgada u l'agiunta da colliaziun n'è betg vegnida chattada u n'è betg pli disponibla en quest lieu. + +# LOCALIZATION NOTE (attachmentCount): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# #1 number of attachments +attachmentCount=#1 agiunta;#1 agiuntas + +# LOCALIZATION NOTE (attachmentCountSingle): This is the format for the +# attachment header when a message has only one attachment. This is separate +# from attachmentCount above, since attachmentCountSingle typically ends with a +# colon. +attachmentCountSingle=1 agiunta: + +# LOCALIZATION NOTE (attachmentSizeUnknown): The string to show for the total +# size of all attachments when none of the attachments' sizes can be detected. +attachmentSizeUnknown=grondezza nunenconuschenta + +# LOCALIZATION NOTE (attachmentSizeAtLeast): The string to show for the total +# size of all attachments when at least one (but not all) of the attachments' +# sizes can't be detected. %1$S is the formatted size. +attachmentSizeAtLeast=almain %1$S + +# This is the format for prepending accesskeys to the +# each of the attachments in the file|attachments menu: +# ie: 1 file.txt +# 2 another file.txt +attachmentDisplayNameFormat=%S %S + +# This is the heading for the attachment summary when printing an email +attachmentsPrintHeader=Agiuntas: + +# Connection Error Messages +# LOCALIZATION NOTE(unknownHostError): %S is the server name +unknownHostError=I n'è betg reussì da connectar cun il server %S. +# LOCALIZATION NOTE(connectionRefusedError): %S is the server name +connectionRefusedError=I n'è betg reussì da connectar cun il server %S; la connexiun è vegnida refusada. +# LOCALIZATION NOTE(netTimeoutError): %S is the server name +netTimeoutError=Surpassà la limita da temp da la connexiun al server %S. +# LOCALIZATION NOTE(netResetError): %S is the server name +netResetError=La connexiun cun il server %S è vegnida reinizialisada. +# LOCALIZATION NOTE(netInterruptError): %S is the server name +netInterruptError=La connexiun cun il server %S è vegnida interrutta. + +recipientSearchCriteria=Object u destinatur cuntegna: +fromSearchCriteria=Object u speditur cuntegna: + +# LOCALIZATION NOTE(biffNotification): %1$S is the number of new messages +biffNotification_message=ha %1$S nov messadi +biffNotification_messages=ha %1$S novs messadis + +# LOCALIZATION NOTE(newMailNotification_message): %1$S is the name of the account %2$S is the number of new messages +newMailNotification_message=%1$S ha retschavì %2$S nov messadi + +# LOCALIZATION NOTE(newMailNotification_messages): %1$S is the name of the account %2$S is the number of new messages +newMailNotification_messages=%1$S ha retschavì %2$S novs messadis + +# LOCALIZATION NOTE(newMailNotification_messagetitle): %1$S is subject of new message and %2$S is sender of new message. +# This is UNIX only +newMailNotification_messagetitle=%1$S da %2$S + +# LOCALIZATION NOTE(newMailAlert_message): +# Semi-colon list of plural forms. See: +# https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the name of the account, #2 is the number of new messages +newMailAlert_message=#1 ha retschavì #2 nov messadi;#1 ha retschavì #2 novs messadis + +# LOCALIZATION NOTE(macBiffNotification is Mac only): +# %1$S is the number of new messages +# %2$S is a list of names and/or email addresses separated by biffNotification_separator +# %3$S is the number of new messages not displayed in the biff alert +macBiffNotification_message=%1$S nov messadi da %2$S. +macBiffNotification_messages=%1$S novs messadis da %2$S. +macBiffNotification_messages_extra=%1$S novs messadis da %2$S e %3$S auters. +# Used to separate names/email addresses in a list. Note the trailing space ', ' +macBiffNotification_separator=,\u0020 + +# For the Quota tab in the mail folder properties dialog +quotaPercentUsed=Occupà %S%% +# for quota in main window (commandglue.js) +percent=%S%% + +quotaTooltip2=Quota IMAP: utilisà %S da %S en total. Cliccar per detagls. + +# for message views +confirmViewDeleteTitle=Confermar +confirmViewDeleteMessage=Es ti segir che ti vuls stizzar questa vista? + +# for virtual folders +confirmSavedSearchTitle=Confermar per stizzar +confirmSavedSearchDeleteMessage=Duai quest ordinatur virtual propi vegnir stizzà? + +## @name ENTER_PASSWORD_PROMPT +## @loc None +# LOCALIZATION NOTE (passwordPrompt): Do not translate the word %S below. +# Place the word "%S" in your translation where the email address +# or the username should appear +passwordPrompt=Endatescha per plaschair il pled-clav per "%1$S" sin "%2$S": + +## @name ENTER_PASSWORD_PROMPT_TITLE +## @loc None +passwordTitle=Pretenda il pled-clav per il server dad e-mail + +# for checking if the user really wants to open lots of messages in separate windows. +openWindowWarningTitle=Confermar +# LOCALIZATION NOTE (openWindowWarningConfirmation): Semi-colon list of plural forms. +# #1 is the number of messages the user is attempting to open. +openWindowWarningConfirmation=Avrir #1 messadi pudess durar in mument. Cuntinuar?;Avrir #1 messadis pudess durar in mument. Cuntinuar? + +# for checking if the user really wants to open lots of messages in tabs. +openTabWarningTitle=Confermar +# LOCALIZATION NOTE (openTabWarningConfirmation): Semi-colon list of plural forms. +# #1 is the number of messages the user is attempting to open. +openTabWarningConfirmation=Avrir #1 messadi pudess durar in mument. Cuntinuar?;Avrir #1 messadis pudess durar in mument. Cuntinuar? + +# for warning the user that a tag they're trying to create already exists +tagExists=Ina etichetta cun quest num exista gia. + +# title of the edit tag dialog +editTagTitle=Modifitgar l'etichetta + +# for the virtual folder list dialog title +# %S is the name of the saved search folder +editVirtualFolderPropertiesTitle=Modifitgar las caracteristicas da l'ordinatur virtual %S +# LOCALIZATION NOTE (foldersChosen): #1 number of chosen folders +virtualFolderSourcesChosen=Tschernì #1 ordinatur;Tschernì #1 ordinaturs + +#alert to inform the user to choose one or more folders to search for a saved search folder +alertNoSearchFoldersSelected=Ti stos tscherner almain in ordinatur che duai vegnir retschertgà. + +# These are displayed in the message and folder pane windows +# LOCALIZATION NOTE %.*f is the abbreviated size in the appropriate units +byteAbbreviation2=%.*f bytes +kiloByteAbbreviation2=%.*f KB +megaByteAbbreviation2=%.*f MB +gigaByteAbbreviation2=%.*f GB + +teraByteAbbreviation2=%.*f TB +petaByteAbbreviation2=%.*f PB + +## LOCALIZATION NOTE(folderWithAccount): +## This is used to show folder name together with an account name. +## %1$S = folder name +## %2$S = account name +folderWithAccount=%1$S - %2$S +## LOCALIZATION NOTE(folderWithUnreadMsgs): +## This is a concatenation of two strings to compose a folder label with unread messages. +## %1$S = folder name +## %2$S = count of unread messages +folderWithUnreadMsgs=%1$S (%2$S) +## LOCALIZATION NOTE(summarizedValue): +## This string shows an indication that the value shown is actually a summary +## accumulated from all subfolders. +## %S = summarized value from all subfolders +folderSummarizedSymbolValue=▾%S +## LOCALIZATION NOTE(subfoldersExplanation): +## This is a tooltip message shown on the values in the numeric folder pane columns. +## %1$S = is the count of messages having the respective property, found in the folder under mouse cursor +## %2$S = is the count of messages having the respective property, found in subfolders of the folder under mouse cursor +subfoldersExplanation=%1$S en quest ordinatur, %2$S en sutordinaturs + +# Error message if message for a message id wasn't found +errorOpenMessageForMessageIdTitle=Errur cun avrir la ID dal messadi +errorOpenMessageForMessageIdMessage=Betg chattà il messadi correspundent da la ID da messadi %S + +# Warnings to alert users about phishing urls +confirmPhishingTitle=Avertiment dad ina emprova d'engion (phishing) +linkMismatchTitle=Chattà ina problem cun la colliaziun +#LOCALIZATION NOTE %1$S is the brand name, %2$S is the host name of the url being visited +confirmPhishingUrl=%1$S classifitgescha quest messadi sco suspectus!\n\nColliaziuns en quest messadi mainan eventualmain ad ina website che engiona cun imitar opticamain ina autra pagina web. Forsa vul ella rubar datas sensiblas (p.ex. PIN, nums d'utilisader, pleds-clav etc.).\n\nVuls ti propi visitar la suandanta pagina web?\n%2$S +#LOCALIZATION NOTE %1$S is the host name of indicated host, %2$S is the host name of the actual host. +confirmPhishingUrlAlternate=La colliaziun, sin la quala ti has gist cliccà, para dad avair in'autra website da destinaziun che quai ch'il text da la colliaziun inditgescha. Quai succeda mintgatant per controllar sche ti has cliccà sin il link, ma i pudess era esser in engion.\n\nIl text da la colliaziun ha inditgà ch'ella mainia a %1$S, ma ella maina a %2$S. +#LOCALIZATION NOTE $1$S is the host name of the indicated host. +confirmPhishingGoAhead=Tuttina visitar %1$S +#LOCALIZATION NOTE %1$S is the host name that was displayed to the user. +confirmPhishingGoDirect=Visitar %1$S + +# Check for Updates +# LOCALIZATION NOTE (updatesItem_*): these are alternative labels for Check for Update item in Help menu. +# Which one is used depends on Update process state. +updatesItem_default=Tschertgar actualisaziuns… +updatesItem_defaultFallback=Tschertgar actualisaziuns… +updatesItem_default.accesskey=C +updatesItem_downloading=Telechargiar %S… +updatesItem_downloadingFallback=L'actualisaziun vegn telechargiada… +updatesItem_downloading.accesskey=D +updatesItem_resume=Cuntinuar da telechargiar da %S… +updatesItem_resumeFallback=Cuntinuar da telechargiar las actualisaziuns… +updatesItem_resume.accesskey=D +updatesItem_pending=Installar ussa l'actualisaziun telechargiada… +updatesItem_pendingFallback=Installar ussa l'actualisaziun telechargiada… +updatesItem_pending.accesskey=D + +# Folder Pane Header Title Strings +folderPaneModeHeader_all=Tut ils ordinaturs +folderPaneModeHeader_unread=Ordinaturs nunlegids +folderPaneModeHeader_unread_compact=Ordinaturs nunlegids - Vista cumpacta +folderPaneModeHeader_favorite=Ordinaturs preferids +folderPaneModeHeader_favorite_compact=Ordinaturs preferids - Vista cumpacta +folderPaneModeHeader_recent=Ultims ordinaturs +folderPaneModeHeader_recent_compact=Ultims ordinaturs - Vista cumpacta +folderPaneModeHeader_smart=Ordinaturs gruppads +unifiedAccountName=Ordinaturs gruppads + +# Copy / Move to Folder Again +#LOCALIZATION NOTE %1$S is the name of the folder we will move to. moveToFolderAgainAccessKey +# should have the same value as copyToFolderAgainAccessKey as they are the same menu item in the UI +# moveToFolderAgainAccessKey should also be a letter that occurs before %1$S +moveToFolderAgain=Spustar puspè a "%1$S" +moveToFolderAgainAccessKey=t +#LOCALIZATION NOTE %1$S is the name of the folder we will copy to +# copyToFolderAgainAccessKey +# should have the same value as moveToFolderAgainAccessKey as they are the same menu item in the UI +# copyToFolderAgainAccessKey should also be a letter that occurs before %1$S +copyToFolderAgain=Copiar puspè a "%1$S" +copyToFolderAgainAccessKey=t + +#LOCALIZATION NOTE(mdnBarMessageNormal) %1$S is the name of the sender +mdnBarMessageNormal=%1$S ha dumandà da vegnir infurmà cura che ti legias quest messadi. +#LOCALIZATION NOTE(mdnBarMessageAddressDiffers) %1$S is the name of the sender, %2$S is the address(es) to send return receipt to +mdnBarMessageAddressDiffers=%1$S ha dumandà da vegnir infurmà (sin %2$S) cura che ti legias quest messadi. + +# mailCommands.js +emptyJunkFolderTitle=Svidar "%S" +emptyJunkFolderMessage=Vuls ti stizzar tut ils messadis e sutordinaturs en l'ordinatur da messadis nungiavischads? +emptyJunkDontAsk=Betg pli dumandar. +emptyTrashFolderTitle=Svidar "%S" +emptyTrashFolderMessage=Vuls ti stizzar tut ils messadis e sutordinaturs en il chanaster da palpiri? +emptyTrashDontAsk=Betg pli dumandar. + +# junkCommands.js +junkAnalysisPercentComplete=Terminà l'analisa per e-mails nungiavischads per %S +processingJunkMessages=Elavurar ils messadis nungiavischads + +# Messenger bootstrapping messages +fileNotFoundTitle = Impussibel da chattar la datoteca +#LOCALIZATION NOTE(fileNotFoundMsg): %S is the filename +fileNotFoundMsg = La datoteca %S n'exista betg. + +fileEmptyTitle = Datoteca vida +#LOCALIZATION NOTE(fileEmptyMsg): %S is the filename +fileEmptyMsg = La datoteca %S è vida. + +# LOCALIZATION NOTE (headerMoreAddrs): semicolon separated list of plural +# forms of the word "more" as used after the number of addresses +# currently hidden while displaying a header such as "to", "cc", or "bcc" +# in the message header box. English has two identical forms here, so it will +# construct strings that look like (for example) "1 more" or "20 more". +# <https://developer.mozilla.org/en/Localization_and_Plurals> has details +# on this mechanism. +headerMoreAddrs=#1 ulteriur;#1 ulteriurs + +# LOCALIZATION NOTE (headerMoreAddrsTooltip): semicolon separated list of +# plural forms of the phrase ", and #1 more" as used in the tooltip text +# of the more widget displayed in the header pane (see headerMoreAddrs). +# English has two identical forms here, so it will construct strings that +# look like (for example) ", and 1 more" or ", and 20 more". +# <https://developer.mozilla.org/en/Localization_and_Plurals> has details +# on this mechanism. +headerMoreAddrsTooltip=ed #1 ulteriur; e #1 ulteriurs + +# LOCALIZATION NOTE (headertoFieldMe): first person prepositional object +# pronoun used in the "to" header of the message header pane. This is also +# used for the fallback case if a header-specific localization is not +# available. +headertoFieldMe=Mai + +# LOCALIZATION NOTE (headerfromFieldMe): first person prepositional object +# pronoun used in the "from" header of the message header pane. +headerfromFieldMe=Mai + +# LOCALIZATION NOTE (headerreply-toFieldMe): first person prepositional +# object pronoun used in the "reply-to" header of the message header pane. +headerreply-toFieldMe=Mai + +# LOCALIZATION NOTE (headerccFieldMe): first person prepositional object +# pronoun used in the "cc" header of the message header pane. +headerccFieldMe=Mai + +# LOCALIZATION NOTE (headerbccFieldMe): first person prepositional object +# pronoun used in the "bcc" header of the message header pane. +headerbccFieldMe=Mai + +expandAttachmentPaneTooltip=Mussar la zona dad agiuntas +collapseAttachmentPaneTooltip=Zuppentar la zona dad agiuntas + +# Shown when content tabs are being loaded. +loadingTab=Chargiar… + +confirmMsgDelete.title=Confermar il stizzar +confirmMsgDelete.collapsed.desc=Uschia vegnan stizzads messadis en temas reducids. Es ti segir che ti vuls cuntinuar? +confirmMsgDelete.deleteNoTrash.desc=Uschia vegnan ils messadis stizzads directamain, senza copiar els en il chanaster da palpiri. Es ti segir che ti vuls cuntinuar? +confirmMsgDelete.deleteFromTrash.desc=Uschia vegnan ils messadis en il chanaster da palpiri stizzads definitivamain. Es ti segir che ti vuls cuntinuar? +confirmMsgDelete.dontAsk.label=Betg pli dumandar. +confirmMsgDelete.delete.label=Stizzar + +mailServerLoginFailedTitle=Annunzia betg reussida +# LOCALIZATION NOTE (mailServerLoginFailedTitleWithAccount): +# "%S" is the account name. +mailServerLoginFailedTitleWithAccount=L'annunzia al conto «%S» n'è betg reussida +# LOCALIZATION NOTE (mailServerLoginFailed2): +# %1$S is the host name of the server, %2$S is the user name. +mailServerLoginFailed2=L'annunzia al server «%1$S» cun il num d'utilisader «%2$S» n'è betg reussida. +mailServerLoginFailedRetryButton=&Empruvar danovamain +mailServerLoginFailedEnterNewPasswordButton=Endatar in &nov pled-clav + +# LOCALIZATION NOTE (threadPane.columnPicker.confirmFolder.noChildren.title): +# When the user selects a folder to apply the currently displayed columns to +# via the "columnPicker.applyToFolder.label" menu option, this is the title of +# the confirmation dialog used to verify they selected the correct folder. This +# is the case in which we apply the columns only to the folder and not to any of +# its children. +threadPane.columnPicker.confirmFolder.noChildren.title=Applitgar las modificaziuns? +# LOCALIZATION NOTE (threadPane.columnPicker.confirmFolder.noChildren.message): +# When the user selects a folder to apply the currently displayed columns to +# via the "columnPicker.applyToFolder.label" menu option, this is the text of +# the confirmation dialog used to verify they selected the correct folder. The +# string '%S' is replaced with the name of the folder the user selected in +# order to help them confirm they picked what they thought they picked. This +# is the case in which we apply the columns only to the folder and not to any of +# its children. +threadPane.columnPicker.confirmFolder.noChildren.message=Duain las configuraziuns da las colonnas dad ordinaturs actualas vegnir applitgadas a %S? + +# LOCALIZATION NOTE (threadPane.columnPicker.confirmFolder.withChildren.title): +# When the user selects a folder to apply the currently displayed columns to via +# the "columnPicker.applyToFolderAndChildren.label" menu option, this is the +# title of the confirmation dialog used to verify they selected the correct +# folder. This is the case in which we apply the columns to the folder and all +# of its children. +threadPane.columnPicker.confirmFolder.withChildren.title=Applitgar las modificaziuns? +# LOCALIZATION NOTE (threadPane.columnPicker.confirmFolder.withChildren.message): +# When the user selects a folder to apply the currently displayed columns to via +# the "columnPicker.applyToFolderAndChildren.label" menu option, this is the +# text of the confirmation dialog used to verify they selected the correct +# folder. The string '%S' is replaced with the name of the folder the user +# selected in order to help them confirm they picked what they thought they +# picked. This is the case in which we apply the columns to the folder and all +# of its children. +threadPane.columnPicker.confirmFolder.withChildren.message=Duain las configuraziuns da las colonnas dad ordinaturs actualas vegnir applitgadas a %S e ses sutordinaturs? + +# LOCALIZATION NOTE (lwthemeInstallRequest.message): %S will be replaced with +# the host name of the site. +lwthemeInstallRequest.message=Questa website (%S) ha empruvà dad installar in design. +lwthemeInstallRequest.allowButton=Permetter +lwthemeInstallRequest.allowButton.accesskey=A + +lwthemePostInstallNotification.message=In nov design è vegnì installà. +lwthemePostInstallNotification.undoButton=Revocar +lwthemePostInstallNotification.undoButton.accesskey=U +lwthemePostInstallNotification.manageButton=Administrar ils designs… +lwthemePostInstallNotification.manageButton.accesskey=M + +# safeModeRestart +safeModeRestartPromptTitle=Deactivar ils supplements e reaviar +safeModeRestartPromptMessage=Es ti segir che ti vuls deactivar tut ils supplements e reaviar? +safeModeRestartButton=Reaviar + +# LOCALIZATION NOTE (downloadAndInstallButton.label): %S is replaced by the +# version of the update: "Update to 28.0". +update.downloadAndInstallButton.label=Actualisar a %S +update.downloadAndInstallButton.accesskey=A + +# Sanitize +# LOCALIZATION NOTE (sanitizeDialog2.everything.title): When "Time range to +# clear" is set to "Everything", the Clear Recent History dialog's title is +# changed to this. See UI mockup and comment 11 at bug 480169 --> +sanitizeDialog2.everything.title=Stizzar l'entira cronologia +sanitizeButtonOK=Stizzar ussa +# LOCALIZATION NOTE (sanitizeEverythingWarning2): Warning that appears when +# "Time range to clear" is set to "Everything" in Clear Recent History dialog, +# provided that the user has not modified the default set of history items to clear. +sanitizeEverythingWarning2=L'entira cronologia vegn stizzada. +# LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears when +# "Time range to clear" is set to "Everything" in Clear Recent History dialog, +# provided that the user has modified the default set of history items to clear. +sanitizeSelectedWarning=Tut ils elements tschernids vegnan stizzads. + +learnMoreAboutIgnoreThread=Ulteriuras infurmaziuns… +learnMoreAboutIgnoreThreadAccessKey = L +undoIgnoreThread=Revocar dad ignorar mintgamai il tema +undoIgnoreThreadAccessKey=R +undoIgnoreSubthread=Revocar dad ignorar mintgamai il suttema +undoIgnoreSubthreadAccessKey=R +# LOCALIZATION NOTE (ignoredThreadFeedback): #1 is the message thread title +ignoredThreadFeedback=Respostas cun il tema "#1" na vegnan betg mussadas. +# LOCALIZATION NOTE (ignoredSubthreadFeedback): #1 is the message subthread title +ignoredSubthreadFeedback=Respostas cun il suttema "#1" na vegnan betg mussadas. +# LOCALIZATION NOTE (ignoredThreadsFeedback): Semi-colon list of plural forms. +# #1 is the number of threads +ignoredThreadsFeedback=Respostas dal tema selecziunà na vegnan betg mussadas.;Respostas dals #1 temas selecziunads na vegnan betg mussadas. +# LOCALIZATION NOTE (ignoredSubthreadsFeedback): Semi-colon list of plural forms. +# #1 is number of subthreads +ignoredSubthreadsFeedback=Respostas dal suttema selecziunà na vegnan betg mussadas.;Respostas dals #1 suttemas selecziunads na vegnan betg mussadas. +# LOCALIZATION NOTE (saveAsType): replace %S with the extension of the file to be saved. +saveAsType=Datoteca da %S + +# LOCALIZATION NOTE (openSearch.label): The label used in the autocomplete +# widget to refer to a search on the web for a short string containing at most +# 15 characters. %1$S is the search provider to use. %2$S is the string to +# search for. +openSearch.label=Tschertgar "%2$S" cun agid da %1$S + +# LOCALIZATION NOTE (openSearch.label.truncated): The label used in the +# autocomplete widget to refer to a search on the web for a short string +# containing more than 15 characters. %1$S is the search provider to use. %2$S +# is the string to search for, truncated to 15 characters. +openSearch.label.truncated=Tschertgar "%2$S…" cun agid da %1$S + +# LOCALIZATION NOTE (aboutDialog.architecture.*): +# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the +# current Thunderbird build: 32-bit or 64-bit. These strings are used in parentheses +# after the Thunderbird version in the About dialog, +# e.g.: "48.0.2 (32-bit)" or "51.0a1 (2016-09-05) (64-bit)". +aboutDialog.architecture.sixtyFourBit = 64 bits +aboutDialog.architecture.thirtyTwoBit = 32 bits + +errorConsoleTitle = Consola d'errurs + +# LOCALIZATION NOTE (panel.back): +# This is used by screen readers to label the "back" button in various browser +# popup panels, including the sliding subviews of the appmenu. +panel.back = Enavos diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EdAdvancedEdit.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..0a7dbdd83d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EdAdvancedEdit.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY WindowTitle.label "Caracteristicas avanzadas"> +<!ENTITY AttName.label "Attribut: "> +<!ENTITY AttValue.label "Valur: "> +<!ENTITY PropertyName.label "Caracteristica: "> +<!ENTITY currentattributesfor.label "Caracteristicas actualas per: "> +<!ENTITY tree.attributeHeader.label "Attribut"> +<!ENTITY tree.propertyHeader.label "Caracteristica"> +<!ENTITY tree.valueHeader.label "Valur"> +<!ENTITY tabHTML.label "Attributs HTML"> +<!ENTITY tabCSS.label "Inline style (CSS)"> +<!ENTITY tabJSE.label "Eveniments JavaScript"> + +<!ENTITY editAttribute.label "Clicca sin in element survart per midar sia valur"> +<!ENTITY removeAttribute.label "Allontanar"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EdColorPicker.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EdColorPicker.dtd new file mode 100644 index 0000000000..6478a2aaaf --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EdColorPicker.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Colur"> +<!ENTITY lastPickedColor.label "Colur tschernida l'ulitma giada"> +<!ENTITY lastPickedColor.accessKey "L"> +<!ENTITY chooseColor1.label "Tscherna ina colur:"> +<!ENTITY chooseColor2.label "Endatar in code da colur HTML"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(p.ex.: "#0000ff" u "blue"):"> +<!ENTITY default.label "Standard"> +<!ENTITY default.accessKey "S"> +<!ENTITY palette.label "Paletta:"> +<!ENTITY standardPalette.label "Standard"> +<!ENTITY webPalette.label "Tut las colurs da web"> +<!ENTITY background.label "Fund davos da la:"> +<!ENTITY background.accessKey "F"> +<!ENTITY table.label "Tabella"> +<!ENTITY table.accessKey "t"> +<!ENTITY cell.label "Cella(s)"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd new file mode 100644 index 0000000000..ff2e388576 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Convertir ad ina tabella"> +<!ENTITY instructions1.label "Composer creascha ina nova colonna da tabella per mintga paragraph ch'è marcà."> +<!ENTITY instructions2.label "Tscherna in segn ch'è utilisà per seperar il text marcà en colonnas:"> +<!ENTITY commaRadio.label "Comma"> +<!ENTITY spaceRadio.label "Spazi"> +<!ENTITY otherRadio.label "Auter segn:"> +<!ENTITY deleteCharCheck.label "Stizzar il segn da separaziun"> +<!ENTITY collapseSpaces.label "Ignorar plirs spazis"> +<!ENTITY collapseSpaces.tooltip "Converter spazis cunfinants en in separader"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EdDialogOverlay.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EdDialogOverlay.dtd new file mode 100644 index 0000000000..d14e184daf --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EdDialogOverlay.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!ENTITY AdvancedEditButton.label "Avanzà…"> +<!ENTITY AdvancedEditButton.accessKey "A"> +<!ENTITY AdvancedEditButton.tooltip "Agiunta u modifitgescha attributs da HTML, stils ed JavaScript"> +<!ENTITY chooseFileButton.label "Tscherner datoteca…"> +<!ENTITY chooseFileButton.accessKey "T"> +<!ENTITY chooseFileLinkButton.label "Tscherner datoteca…"> +<!ENTITY chooseFileLinkButton.accessKey "T"> +<!ENTITY makeUrlRelative.label "Tractar la URL sco relativa a l'adressa da la pagina"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Midar tranter URL relativa ed URL absoluta. Ti stos memorisar la pagina, avant che ti pos midar questa caracteristica."> + +<!ENTITY LinkURLEditField2.label "Endatescha ina adressa web, il num dad ina datoteca locala u tscherna ina ancra cun num u in chau-pagina dal menu contextual dal champ:"> +<!ENTITY LinkURLEditField2.accessKey "w"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EdNamedAnchorProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..f76f48541f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EdNamedAnchorProperties.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Caracteristicas da la ancra cun num"> +<!ENTITY anchorNameEditField.label "Num da l'ancra:"> +<!ENTITY anchorNameEditField.accessKey "D"> +<!ENTITY nameInput.tooltip "Endatescha in num univoc per questa ancra cun num (destinaziun)"> + + diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorColorProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorColorProperties.dtd new file mode 100644 index 0000000000..d8cd3127e5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorColorProperties.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Fund davos e colurs da la pagina"> +<!ENTITY pageColors.label "Colurs da la pagina"> +<!ENTITY defaultColorsRadio.label "Colurs predefinidas dal lectur (betg fixar las colurs en la pagina)"> +<!ENTITY defaultColorsRadio.accessKey "i"> +<!ENTITY defaultColorsRadio.tooltip "Utilisar sulettamain ils parameters da colur dal navigatur dal lectur"> +<!ENTITY customColorsRadio.label "Utilisar questas colurs:"> +<!ENTITY customColorsRadio.accessKey "U"> +<!ENTITY customColorsRadio.tooltip "Quests parameters da colur valan, ils parameters dal navigatur dal visitader vegnan ignorads"> + +<!ENTITY normalText.label "Text normal"> +<!ENTITY normalText.accessKey "n"> +<!ENTITY linkText.label "Text da la colliaziun"> +<!ENTITY linkText.accessKey "c"> +<!ENTITY activeLinkText.label "Text activ da la colliaziun"> +<!ENTITY activeLinkText.accessKey "a"> +<!ENTITY visitedLinkText.label "Text da colliaziun visità"> +<!ENTITY visitedLinkText.accessKey "v"> +<!ENTITY background.label "Fund davos:"> +<!ENTITY background.accessKey "F"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Maletg dal fund davos:"> +<!ENTITY backgroundImage.accessKey "m"> +<!ENTITY backgroundImage.tooltip "Utilisar ina datoteca da grafica sco fund davos per tia pagina"> +<!ENTITY backgroundImage.shortenedDataURI "Datas URI scursanidas (cun copiar vegn l'entir URI plazzà en l'archiv provisoric)"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorHLineProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorHLineProperties.dtd new file mode 100644 index 0000000000..4f6e187bef --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Caracteristicas da la lingia orizontala"> + +<!ENTITY dimensionsBox.label "Dimensiuns"> +<!ENTITY heightEditField.label "Autezza:"> +<!ENTITY heightEditField.accessKey "Z"> +<!ENTITY widthEditField.label "Largezza:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY pixelsPopup.value "pixels"> +<!ENTITY alignmentBox.label "Alingiament"> +<!ENTITY leftRadio.label "A sanestra"> +<!ENTITY leftRadio.accessKey "L"> +<!ENTITY centerRadio.label "Entamez"> +<!ENTITY centerRadio.accessKey "M"> +<!ENTITY rightRadio.label "A dretga"> +<!ENTITY rightRadio.accessKey "a"> + +<!ENTITY threeDShading.label "Sumbriva 3D"> +<!ENTITY threeDShading.accessKey "K"> +<!ENTITY saveSettings.label "Utilisar sco standard"> +<!ENTITY saveSettings.accessKey "i"> +<!ENTITY saveSettings.tooltip "Memorisar quests parameters per utilisar els cun inserir novas lingias orizontalas"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..a5ea15c4c5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Caracteristicas da la grafica"> + +<!ENTITY pixelsPopup.value "pixels"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Adressa da la grafica:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Endatescha il num u l'adressa da la datoteca"> +<!ENTITY locationEditField.shortenedDataURI "Datas URI scursanidas (cun copiar vegn l'entir URI plazzà en l'archiv provisoric)"> +<!ENTITY title.label "Titel:"> +<!ENTITY title.accessKey "t"> +<!ENTITY title.tooltip "L'attribut HTML 'title' che vegn mussà sco nivletta"> +<!ENTITY altText.label "Text alternativ:"> +<!ENTITY altText.accessKey "a"> +<!ENTITY altTextEditField.tooltip "Endatescha il text che duai vegnir mussà empè da la grafica"> +<!ENTITY noAltText.label "Betg utilisar il text alternativ"> +<!ENTITY noAltText.accessKey "B"> + +<!ENTITY previewBox.label "Prevista da la grafica"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Grondezza actuala:"> +<!ENTITY actualSizeRadio.label "Grondezza actuala"> +<!ENTITY actualSizeRadio.accessKey "a"> +<!ENTITY actualSizeRadio.tooltip "Turnar a la grondezza originala da la grafica"> +<!ENTITY customSizeRadio.label "Grondezza persunalisada"> +<!ENTITY customSizeRadio.accessKey "p"> +<!ENTITY customSizeRadio.tooltip "Midar la grondezza da la grafica sco ella vegn mussada sin la pagina"> +<!ENTITY heightEditField.label "Autezza:"> +<!ENTITY heightEditField.accessKey "Z"> +<!ENTITY widthEditField.label "Largezza:"> +<!ENTITY widthEditField.accessKey "l"> +<!ENTITY constrainCheckbox.label "Mantegnair las proporziuns"> +<!ENTITY constrainCheckbox.accessKey "M"> +<!ENTITY constrainCheckbox.tooltip "Mantegnair las proporziuns da la grafica"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Charta da grafica"> +<!ENTITY removeImageMapButton.label "Allontanar"> +<!ENTITY removeImageMapButton.accessKey "l"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Alingiar il text a la grafica"> +<!ENTITY bottomPopup.value "Sut"> +<!ENTITY topPopup.value "Sura"> +<!ENTITY centerPopup.value "Amez"> +<!ENTITY wrapRightPopup.value "Interrumper a dretga"> +<!ENTITY wrapLeftPopup.value "Interrumper a sanestra"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Spazi"> +<!ENTITY leftRightEditField.label "A sanestra ed a dretga:"> +<!ENTITY leftRightEditField.accessKey "A"> +<!ENTITY topBottomEditField.label "Sura e sut:"> +<!ENTITY topBottomEditField.accessKey "S"> +<!ENTITY borderEditField.label "Bordura solida:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Mussar ina bordura enturn la grafica cun colliaziun"> +<!ENTITY showImageLinkBorder.accessKey "M"> +<!ENTITY LinkAdvancedEditButton.label "Modifitgar la colliaziun a moda extendida…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Agiuntar u modifitgar JavaScript ed attributs da HTML e da stil"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formular"> +<!ENTITY imageLocationTab.label "Adressa"> +<!ENTITY imageDimensionsTab.label "Dimensiuns"> +<!ENTITY imageAppearanceTab.label "Apparientscha"> +<!ENTITY imageLinkTab.label "Colliaziun"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertChars.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertChars.dtd new file mode 100644 index 0000000000..c0945c6395 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertChars.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Inserir in caracter"> +<!ENTITY category.label "Categoria"> +<!ENTITY letter.label "Letra:"> +<!ENTITY letter.accessKey "L"> +<!ENTITY character.label "Caracter:"> +<!ENTITY character.accessKey "C"> +<!ENTITY accentUpper.label "Maiusclas accentuadas"> +<!ENTITY accentLower.label "Minusclas accentuadas"> +<!ENTITY otherUpper.label "Autras maiusclas"> +<!ENTITY otherLower.label "Autras minusclas"> +<!ENTITY commonSymbols.label "Simbols usuals"> +<!ENTITY insertButton.label "Inserir"> +<!ENTITY closeButton.label "Serrar"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd new file mode 100644 index 0000000000..724a127a91 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Inserir furmlas matematicas"> + +<!ENTITY sourceEditField.label "Endatescha il code da funtauna LaTeX:"> + +<!ENTITY options.label "Opziuns"> +<!ENTITY optionInline.label "Modus integrà"> +<!ENTITY optionInline.accesskey "N"> +<!ENTITY optionDisplay.label "Modus da visualisaziun"> +<!ENTITY optionDisplay.accesskey "D"> +<!ENTITY optionLTR.label "Direcziun 'da sanester a dretga'"> +<!ENTITY optionLTR.accesskey "s"> +<!ENTITY optionRTL.label "Direcziun 'da dretg a sanestra'"> +<!ENTITY optionRTL.accesskey "d"> + +<!ENTITY insertButton.label "Inserir"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd new file mode 100644 index 0000000000..d69a8ab4db --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Inserir HTML"> +<!ENTITY sourceEditField.label "Endatar tags da HTML e text:"> +<!ENTITY example.label "Exempel: "> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "Olla mund!"> +<!ENTITY insertButton.label "Inserir"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTOC.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTOC.dtd new file mode 100644 index 0000000000..6303fabcc8 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!ENTITY Window.title "Cuntegn"> +<!ENTITY buildToc.label "Crear ina tavla da cuntegn ord:"> +<!ENTITY tag.label "Tag:"> +<!ENTITY class.label "Classa:"> +<!ENTITY header1.label "Livel 1"> +<!ENTITY header2.label "Livel 2"> +<!ENTITY header3.label "Livel 3"> +<!ENTITY header4.label "Livel 4"> +<!ENTITY header5.label "Livel 5"> +<!ENTITY header6.label "Livel 6"> +<!ENTITY makeReadOnly.label "Definir la tavla da cuntegn «mo per lectura»"> +<!ENTITY orderedList.label "Numerar tut las endataziuns da la tavla da cuntegn"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTable.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTable.dtd new file mode 100644 index 0000000000..0e8a00ba29 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorInsertTable.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Inserir tabella"> + +<!ENTITY size.label "Grondezza"> +<!ENTITY numRowsEditField.label "Lingias:"> +<!ENTITY numRowsEditField.accessKey "L"> +<!ENTITY numColumnsEditField.label "Colonnas:"> +<!ENTITY numColumnsEditField.accessKey "C"> +<!ENTITY widthEditField.label "Largezza:"> +<!ENTITY widthEditField.accessKey "g"> +<!ENTITY borderEditField.label "Bordura:"> +<!ENTITY borderEditField.accessKey "B"> +<!ENTITY borderEditField.tooltip "Endatescha in dumber per la bordura da la tabella u endatescha nulla (0) per nagina bordura"> +<!ENTITY pixels.label "pixels"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorLinkProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorLinkProperties.dtd new file mode 100644 index 0000000000..2e9b75fee4 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Caracteristicas da la colliaziun"> +<!ENTITY LinkURLBox.label "Adressa da la colliaziun"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorListProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorListProperties.dtd new file mode 100644 index 0000000000..3becc749fe --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "Caracteristicas da la glista"> + +<!ENTITY ListType.label "Tip d'enumeraziun"> +<!ENTITY bulletStyle.label "Simbol d'enumeraziun:"> +<!ENTITY startingNumber.label "Cumenzar cun:"> +<!ENTITY startingNumber.accessKey "C"> +<!ENTITY none.value "Nagina"> +<!ENTITY bulletList.value "Glista betg numerada"> +<!ENTITY numberList.value "Glista numerada"> +<!ENTITY definitionList.value "Glista da definiziuns"> +<!ENTITY changeEntireListRadio.label "Midar l'entira enumeraziun"> +<!ENTITY changeEntireListRadio.accessKey "M"> +<!ENTITY changeSelectedRadio.label "Mo midar elements tschernids"> +<!ENTITY changeSelectedRadio.accessKey "I"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorPersonalDictionary.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..293222ba7d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorPersonalDictionary.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Dicziunari persunal"> + +<!ENTITY wordEditField.label "Nov pled:"> +<!ENTITY wordEditField.accessKey "D"> +<!ENTITY AddButton.label "Agiuntar"> +<!ENTITY AddButton.accessKey "Ü"> +<!ENTITY DictionaryList.label "Pleds en il dicziunari:"> +<!ENTITY DictionaryList.accessKey "W"> +<!ENTITY RemoveButton.label "Allontanar"> +<!ENTITY RemoveButton.accessKey "r"> + +<!ENTITY CloseButton.label "Serrar"> +<!ENTITY CloseButton.accessKey "M"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorReplace.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorReplace.dtd new file mode 100644 index 0000000000..75832ae853 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorReplace.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!-- extracted from EdReplace.xul --> + +<!-- extracted from EdReplace.xhtml --> + +<!ENTITY replaceDialog.title "Tschertgar e remplazzar"> +<!ENTITY findField.label "Tschertgar il text:"> +<!ENTITY findField.accesskey "T"> +<!ENTITY replaceField.label "Remplazzar cun:"> +<!ENTITY replaceField.accesskey "R"> +<!ENTITY caseSensitiveCheckbox.label "Resguardar maiusclas/minusclas"> +<!ENTITY caseSensitiveCheckbox.accesskey "m"> +<!ENTITY wrapCheckbox.label "Cumenzar danovamain, cura che la fin dal document è cuntanschida"> +<!ENTITY wrapCheckbox.accesskey "C"> +<!ENTITY backwardsCheckbox.label "Tschertgar vers ensi"> +<!ENTITY backwardsCheckbox.accesskey "e"> +<!ENTITY findNextButton.label "Tschertgar vinavant"> +<!ENTITY findNextButton.accesskey "v"> +<!ENTITY replaceButton.label "Remplazzar"> +<!ENTITY replaceButton.accesskey "z"> +<!ENTITY replaceAndFindButton.label "Remplazzar e tschertgar"> +<!ENTITY replaceAndFindButton.accesskey "t"> +<!ENTITY replaceAllButton.label "Remplazzar tut"> +<!ENTITY replaceAllButton.accesskey "u"> +<!ENTITY closeButton.label "Serrar"> +<!ENTITY closeButton.accesskey "a"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd new file mode 100644 index 0000000000..b9bd2a7b7f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Controllar l'ortografia"> + +<!ENTITY misspelledWord.label "Pled cun sbagl(s):"> +<!ENTITY wordEditField.label "Remplazzar cun:"> +<!ENTITY wordEditField.accessKey "R"> +<!ENTITY checkwordButton.label "Controllar il pled"> +<!ENTITY checkwordButton.accessKey "t"> +<!ENTITY suggestions.label "Propostas:"> +<!ENTITY suggestions.accessKey "P"> +<!ENTITY ignoreButton.label "Ignorar"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorar tut"> +<!ENTITY ignoreAllButton.accessKey "g"> +<!ENTITY replaceButton.label "Remplazzar"> +<!ENTITY replaceButton.accessKey "z"> +<!ENTITY replaceAllButton.label "Remplazzar tut"> +<!ENTITY replaceAllButton.accessKey "u"> +<!ENTITY stopButton.label "Fermar"> +<!ENTITY stopButton.accessKey "F"> +<!ENTITY userDictionary.label "Dicziunari persunal:"> +<!ENTITY moreDictionaries.label "Telechargiar ulteriurs dicziunaris…"> +<!ENTITY addToUserDictionaryButton.label "Agiuntar il pled"> +<!ENTITY addToUserDictionaryButton.accessKey "A"> +<!ENTITY editUserDictionaryButton.label "Modifitgar…"> +<!ENTITY editUserDictionaryButton.accessKey "M"> +<!ENTITY recheckButton2.label "Controllar anc ina giada il text"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Serrar"> +<!ENTITY closeButton.accessKey "S"> +<!ENTITY sendButton.label "Trametter"> +<!ENTITY sendButton.accessKey "e"> +<!ENTITY languagePopup.label "Lingua:"> +<!ENTITY languagePopup.accessKey "L"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/EditorTableProperties.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/EditorTableProperties.dtd new file mode 100644 index 0000000000..58ff035862 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- 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/. --> + +<!ENTITY tableWindow.title "Caracteristicas da la tabella"> +<!ENTITY applyButton.label "Applitgar"> +<!ENTITY applyButton.accesskey "A"> +<!ENTITY closeButton.label "Serrar"> +<!ENTITY tableTab.label "Tabella"> +<!ENTITY cellTab.label "Cellas"> +<!ENTITY tableRows.label "Lingias:"> +<!ENTITY tableRows.accessKey "L"> +<!ENTITY tableColumns.label "Colonnas:"> +<!ENTITY tableColumns.accessKey "C"> +<!ENTITY tableHeight.label "Autezza:"> +<!ENTITY tableHeight.accessKey "z"> +<!ENTITY tableWidth.label "Largezza:"> +<!ENTITY tableWidth.accessKey "g"> +<!ENTITY tableBorderSpacing.label "Borduras e distanzas"> +<!ENTITY tableBorderWidth.label "Bordura:"> +<!ENTITY tableBorderWidth.accessKey "B"> +<!ENTITY tableSpacing.label "Distanza ordaifer:"> +<!ENTITY tableSpacing.accessKey "o"> +<!ENTITY tablePadding.label "Distanza entaifer:"> +<!ENTITY tablePadding.accessKey "e"> +<!ENTITY tablePxBetwCells.label "pixels tranter las cellas"> +<!ENTITY tablePxBetwBrdrCellContent.label "pixels tranter bordura e cuntegn"> +<!ENTITY tableAlignment.label "Orientaziun da la tabella:"> +<!ENTITY tableAlignment.accessKey "i"> +<!ENTITY tableCaption.label "Titel:"> +<!ENTITY tableCaption.accessKey "T"> +<!ENTITY tableCaptionAbove.label "Sur la tabella"> +<!ENTITY tableCaptionBelow.label "Sut la tabella"> +<!ENTITY tableCaptionLeft.label "A sanestra da la tabella"> +<!ENTITY tableCaptionRight.label "A dretga da la tabella"> +<!ENTITY tableCaptionNone.label "Nagin"> +<!ENTITY tableInheritColor.label "(Tabella transparenta)"> + +<!ENTITY cellSelection.label "Tscherna"> +<!ENTITY cellSelectCell.label "Cella"> +<!ENTITY cellSelectRow.label "Lingia"> +<!ENTITY cellSelectColumn.label "Colonna"> +<!ENTITY cellSelectNext.label "Enavant "> +<!ENTITY cellSelectNext.accessKey "a"> +<!ENTITY cellSelectPrevious.label "Enavos "> +<!ENTITY cellSelectPrevious.accessKey "o"> +<!ENTITY applyBeforeChange.label "Modificaziuns actualas vegnan applitgadas avant che la selecziun vegn midada."> +<!ENTITY cellContentAlignment.label "Alingiament dal cuntegn"> +<!ENTITY cellHorizontal.label "Orizontal:"> +<!ENTITY cellHorizontal.accessKey "z"> +<!ENTITY cellVertical.label "Vertical:"> +<!ENTITY cellVertical.accessKey "V"> +<!ENTITY cellStyle.label "Stil da la cella:"> +<!ENTITY cellStyle.accessKey "S"> +<!ENTITY cellNormal.label "Normal"> +<!ENTITY cellHeader.label "Chau-pagina"> +<!ENTITY cellTextWrap.label "Midada automatica da lingia:"> +<!ENTITY cellTextWrap.accessKey "t"> +<!ENTITY cellWrap.label "Midar la lingia"> +<!ENTITY cellNoWrap.label "Betg midar la lingia"> +<!ENTITY cellAlignTop.label "Sura"> +<!ENTITY cellAlignMiddle.label "Da mez"> +<!ENTITY cellAlignBottom.label "Sut"> +<!ENTITY cellAlignJustify.label "En bloc"> +<!ENTITY cellInheritColor.label "(Permetter che la colur da la tabella splendura tras)"> +<!ENTITY cellUseCheckboxHelp.label "Utilisescha las chaschettas da controlla per definir tge caracteristicas che duain vegnir applitgadas a tut las cellas"> + +<!-- Used in both Table and Cell panels --> +<!ENTITY size.label "Grondezza"> +<!ENTITY pixels.label "pixels"> +<!ENTITY backgroundColor.label "Colur dal fund davos:"> +<!ENTITY backgroundColor.accessKey "L"> +<!ENTITY AlignLeft.label "A sanestra"> +<!ENTITY AlignCenter.label "Entamez"> +<!ENTITY AlignRight.label "A dretga"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.dtd new file mode 100644 index 0000000000..be612a4b52 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.dtd @@ -0,0 +1,20 @@ +<!-- 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 askSendFormat.dtd UI for dialog that asks the user, which format to use for sending a message --> +<!ENTITY windowTitle.label "Dumonda e-mail HTML"> + +<!ENTITY recipient.label "In u plis destinaturs n'èn tenor la glista betg abels da retschaiver e-mails HTML."> + +<!ENTITY question.label "Vuls ti converter il messadi en text brut u tuttina trametter el sco HTML?"> + +<!ENTITY plainTextAndHtml.label "Trametter en text brut e HTML"> +<!ENTITY plainTextAndHtml.accesskey "a"> +<!ENTITY plainTextOnly.label "Mo trametter en text brut"> +<!ENTITY plainTextOnly.accesskey "b"> +<!ENTITY htmlOnly.label "Mo trametter en HTML"> +<!ENTITY htmlOnly.accesskey "H"> + +<!ENTITY send.label "Trametter"> +<!ENTITY send.accesskey "T"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.properties b/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.properties new file mode 100644 index 0000000000..ebd5a258ef --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/askSendFormat.properties @@ -0,0 +1,8 @@ +# 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/. + +convertibleYes=Tes messadi po vegnir convertì en text brut senza perder infurmaziuns. +convertibleAltering=Tes messadi po vegnir convertì en text brut senza perder infurmaziuns impurtantas. Dentant po la versiun en text brut avair ina autra apparientscha che la versiun che ti has vis cun scriver il messadi. +convertibleNo=Ti has utilisà formataziuns (p.ex. colurs) che van a perder cun converter en text brut. +recommended=(recumandà) diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/composeMsgs.properties b/l10n-rm/mail/chrome/messenger/messengercompose/composeMsgs.properties new file mode 100644 index 0000000000..b0dce07855 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/composeMsgs.properties @@ -0,0 +1,493 @@ +# 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/. + +# +# The following are used by the compose back end +# +## LOCALIZATION NOTE (unableToOpenFile, unableToOpenTmpFile): +## %S will be replaced with the name of file that could not be opened +unableToOpenFile=Impussibel dad avrir la datoteca %S. +unableToOpenTmpFile=Impussibel dad avrir la datoteca temporara %S. Controllescha la configuraziun «Ordinatur temporar». +unableToSaveTemplate=Impussibel da memorisar tes messadi sco model. +unableToSaveDraft=Impussibel da memorisar tes messadi sco sboz. +couldntOpenFccFolder=Impussibel dad avrir l'ordinatur per ils e-mails tramess. Controllescha per plaschair las configuraziuns dals contos. +noSender=Betg inditgà in speditur. Endatescha per plaschair tia adressa dad e-mail en la 'Configuraziun da conto' (sut 'Utensils'). +noRecipients=Betg inditgà in destinatur. Endatescha per plaschair in destinatur u ina gruppa da discussiun en il champ d'adressas. +errorWritingFile=Errur cun scriver ina datoteca temporara. + +## LOCALIZATION NOTE (errorSendingFromCommand): argument %s is the Outgoing server (SMTP) response +errorSendingFromCommand=Ina errur è cumparida cun trametter il messadi. Il server dad e-mail ha respundì: %s. Controllescha per plaschair che tia adressa dad e-mail è endatada correctamain en la configuraziun da contos ed emprova anc ina giada. + +## LOCALIZATION NOTE (errorSendingDataCommand): argument %s is the Outgoing server (SMTP) response +errorSendingDataCommand=Ina errur dal server per messadis che sortan (SMTP) è cumparida cun trametter il messadi. Il server dad e-mail ha respundì: %s. + +## LOCALIZATION NOTE (errorSendingMessage): argument %s is the Outgoing server (SMTP) response +errorSendingMessage=Ina errur è cumparida cun trametter il messadi. Il server dad e-mail ha respundì: %s. Controllescha per plaschair il messadi ed emprova anc ina giada. +postFailed=Il messadi n'ha betg pudì vegnir publitgà. U ch'il server da news n'è betg disponibel u ch'el refusescha la connexiun. Controllescha per plaschair che tia configuraziun dal server da news è correcta ed emprova anc ina giada. +errorQueuedDeliveryFailed=Errur cun trametter ils messadis ord la posta sortida. +sendFailed=Betg reussì da trametter il messadi. + +## LOCALIZATION NOTE (sendFailedUnexpected): argument %X is a hex error code value +sendFailedUnexpected=Betg reussì causa ina errur nunspetgada %X. Nagina descripziun disponibla. + +## LOCALIZATION NOTE (smtpSecurityIssue): argument %S is the Outgoing server (SMTP) response +smtpSecurityIssue=La configuraziun en connex cun %S sto vegnir curregida. + +## LOCALIZATION NOTE (smtpServerError): argument %s is the Outgoing server (SMTP) response +smtpServerError=Ina errur è cumparida cun trametter l'e-mail: errur da server SMTP. Il server ha respundì: %s. +unableToSendLater=Impussibel da memorisar tes messadi per al trametter pli tard. + +## LOCALIZATION NOTE (communicationsError): argument %d is the error code +communicationsError=Errur da communicaziun: %d. Emprova per plaschair anc ina giada. +dontShowAlert=QUAI È MO IN TEGNAPLAZZA. TI NA STUESSAS MAI VEGNIR A VESAIR QUEST TEXT. + +couldNotGetUsersMailAddress2=Cun trametter l'e-mail è succedida ina errur: l'adressa d'e-mail dal speditur (Da:) è nunvalida. Controllescha per plaschair che questa adressa dad e-mail saja correcta ed emprova anc ina giada. +couldNotGetSendersIdentity=Cun trametter l'e-mail è succedida ina errur: l'identitad dal speditur è nunvalida. Controllescha per plaschair la configuraziun da tia identitad ed emprova anc ina giada. + +mimeMpartAttachmentError=Errur da l'agiunta. +failedCopyOperation=Il messadi è vegnì tramess cun success, ma el na po betg vegnir copià en l'ordinatur dals messadis tramess. +nntpNoCrossPosting=Ti na pos betg trametter in messadi a plirs servers da news a medem temp. +msgCancelling=Interrumper… +sendFailedButNntpOk=Tes messadi è vegnì tramess a la gruppa da discussiun, dentant betg a l'auter destinatur. +errorReadingFile=Errur cun leger la datoteca. +followupToSenderMessage=L'autur da quest messadi ha supplitgà da mo respunder a l'adressa da l'autur. Sche ti vuls era respunder a la gruppa da discussiun, agiunta ina nova lingia al champ d'adressas, tscherna "Gruppa da discussiun:" empè da "a:" da la glista da destinaturs ed endatescha il num da la gruppa da discussiun. + +## LOCALIZATION NOTE (errorAttachingFile): argument %S is the file name/URI of the object to be attached +errorAttachingFile=I ha dà ina errur cun agiuntar %S. Controllescha per plaschair sche ti has ils dretgs d'access necessaris per la datoteca. + +## LOCALIZATION NOTE (incorrectSmtpGreeting): argument %s is the Outgoing server (SMTP) greeting +incorrectSmtpGreeting=Errur cun trametter il messadi: Il server dad e-mail n'ha betg tramess in salid correct: %s. + +## LOCALIZATION NOTE (errorSendingRcptCommand): argument %1$S is the Outgoing server (SMTP) response, argument %2$S is the intended message recipient. +errorSendingRcptCommand=Errur cun trametter il messadi. Il server dad e-mail ha respundì: \n%1$S.\n Controllescha per plaschair il destinatur "%2$S" ed emprova anc ina giada. + +## LOCALIZATION NOTE (startTlsFailed): argument %S is the Outgoing server (SMTP) +startTlsFailed=Errur cun trametter il messadi: Impussibel da stabilir ina connexiun segira al server SMTP %S cun utilisar STARTTLS perquai ch'il server n'inditgescha betg questa funcziunalitad. Deactivescha STARTTLS per quest server u contactescha tes provider da servetschs. + +## LOCALIZATION NOTE (smtpPasswordUndefined): argument %S is the Outgoing server (SMTP) account +smtpPasswordUndefined=Errur cun trametter il messadi: Il pled-clav per %S n'è betg disponibel. Il messadi n'è betg vegnì tramess. + +## LOCALIZATION NOTE (smtpSendNotAllowed): argument %s is the Outgoing server (SMTP) response +smtpSendNotAllowed=Ina errur è succedida durant trametter l'e-mail. Il server dad e-mail ha respundì:\n%s.\nControllescha per plaschair che ti utiliseschias l'identitad correcta per trametter e che la metoda d'autentificaziun saja endretga. Fa la segira che ti hajas il dretg da trametter via quest server SMTP cun las infurmaziuns d'annunzia actualas da tia rait actuala. + +## LOCALIZATION NOTE (smtpTempSizeExceeded): argument %s is the Outgoing server (SMTP) response +smtpTempSizeExceeded=Il messadi che ti vuls trametter surpassa ina limita da grondezza temporara dal server. Il messadi n'è betg vegnì tramess; emprova da reducir la grondezza dal messadi u spetga in'urella ed emprova anc ina giada. Il server ha respundì: %s. + +## LOCALIZATION NOTE (smtpClientid): argument %s is the Outgoing server (SMTP) response +smtpClientid=Il server per messadis che sortan (SMTP) ha chattà ina errur en il cumond CLIENTID. Il messadi n'è betg vegnì tramess. Il server ha respundì: %s + +## LOCALIZATION NOTE (smtpClientidPermission): argument %s is the Outgoing server (SMTP) response +smtpClientidPermission=La resposta dal server per messadis che sortan (SMTP) al cumond CLIENTID inditgescha che tes apparat na dastga betg trametter e-mails. Il server ha respundì: %s + +## LOCALIZATION NOTE (smtpPermSizeExceeded1): argument %d is the Outgoing server (SMTP) size limit +smtpPermSizeExceeded1=Il messadi che ti vuls trametter surpassa la limita da grondezza globala (%d bytes) dal server. Il messadi n'è betg vegnì tramess; reducescha la grondezza dal messadi ed emprova anc ina giada. + +## LOCALIZATION NOTE (smtpPermSizeExceeded2): argument %s is the Outgoing server (SMTP) response +smtpPermSizeExceeded2=Il messadi che ti vuls trametter surpassa la limita da grondezza globala dal server. Il messadi n'è betg vegnì tramess; reducescha la grondezza dal messadi ed emprova anc ina giada. Il server ha respundì: %s. + +## LOCALIZATION NOTE (smtpSendFailedUnknownServer): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownServer=Errur cun trametter il messadi: Il server SMTP %S è nunenconuschent. Il server n'è eventualmain betg configurà endretg. Controllescha p.pl. tia configuraziun per il server SMTP ed emprova anc ina giada. + +## LOCALIZATION NOTE (smtpSendRequestRefused): argument %S is the Outgoing server (SMTP) +smtpSendRequestRefused=Il messadi n'ha betg pudì vegnir tramess perquai ch'i n'è betg reussì da connectar cun il server da sortida (SMTP) %S. Eventualmain n'è il server betg disponibel u ch'el refusescha connexiuns SMTP. Controllescha p.pl. che la configuraziun dal server da sortida (SMTP) saja correcta ed emprova anc ina giada. + +## LOCALIZATION NOTE (smtpSendInterrupted): argument %S is the Outgoing server (SMTP) +smtpSendInterrupted=I n'è betg reussì da trametter il messadi perquai che la connexiun al server SMTP %S è interruta amez la transmissiun. Emprova anc ina giada. + +## LOCALIZATION NOTE (smtpSendTimeout): argument %S is the Outgoing server (SMTP) +smtpSendTimeout=I n'è betg reussì da trametter il messadi perquai che la connexiun al server SMTP %S ha surpassà la limita da temp (timeout). Emprova anc ina giada. + +## LOCALIZATION NOTE (smtpSendFailedUnknownReason): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownReason=Il messadi n'ha betg pudì vegnir tramess cun utilisar il server SMTP %S. Il motiv n'è betg enconuschent. Controllescha per plaschair tia configuraziun per il server SMTP ed emprova anc ina giada. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainNoSsl): %S is the server hostname +smtpHintAuthEncryptToPlainNoSsl=Il server SMTP %S para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav, transmetter betg segirà» en la 'configuraziun dal conto | Server per posta che sorta (SMTP)'. Sche ti n'has fin ussa mai gì problems en quest reguard e la funcziun disdescha nunspetgadamain è quai in indizi per l'emprova dad engular tes pled-clav. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainSsl): %S is the server hostname +smtpHintAuthEncryptToPlainSsl=Il server SMTP %S para da betg sustegnair pleds-clav criptads. Sche ti has gist configurà quest conto, emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav normal» en la 'configuraziun dal conto | Server per posta che sorta (SMTP)'. + +# LOCALIZATION NOTE (smtpHintAuthPlainToEncrypt): %S is the server hostname +smtpHintAuthPlainToEncrypt=Il server SMTP %S na permetta betg pleds-clav betg criptads. Emprova per plaschair da midar la «Metoda d'autentificaziun» a «Pled-clav criptà» en la 'configuraziun dal conto | Server per posta che sorta (SMTP)'. + +# LOCALIZATION NOTE (smtpAuthFailure): %S is the server hostname +smtpAuthFailure=Impussibel dad autentificar per il server SMTP %S. Controllescha per plaschair il pled-clav e la «Metoda d'autentificaziun» en la 'configuraziun dal conto | Server per posta che sorta (SMTP)'. + +# LOCALIZATION NOTE (smtpAuthGssapi): %S is the server hostname +smtpAuthGssapi=Il server SMTP %S n'ha betg acceptà il ticket Kerberos/GSSAPI. Controllescha per plaschair che ti es annunzià a Kerberos/GSSAPI realm. + +# LOCALIZATION NOTE (smtpAuthMechNotSupported): %S is the server hostname +smtpAuthMechNotSupported=Il server SMTP %S na sustegna betg la metoda d'autentificaziun tschernida. Mida per plaschair la «Metoda d'autentificaziun» en la 'configuraziun dal conto | server da sortida (SMTP)'. + +# LOCALIZATION NOTE (errorIllegalLocalPart): %s is an email address with an illegal localpart +errorIllegalLocalPart=La part locala da l'adressa dal destinatur %s cuntegna caracters che n'èn betg ASCII. Quai na vegn anc betg sustegnì. Mida l'adressa ed emprova anc ina giada. + +# LOCALIZATION NOTE (errorIllegalLocalPart2): %s is an email address with an illegal localpart +errorIllegalLocalPart2=La part locala da l'adressa dal destinatur %s cuntegna caracters che na fan betg part dad ASCII e tes server na sustegna betg SMTPUTF8. Mida per plaschair questa adressa ed emprova anc ina giada. + +## Strings used for the save message dialog shown when the user closes a message compose window +saveDlogTitle=Memorisar il messadi + +## LOCALIZATION NOTE (saveDlogMessages3): Do not translate the words %1$S and \n. +## %1$S is replaced by the folder name configured for saving drafts (typically the "Drafts" folder). +## Translate "Write" to match the translation of item "windowTitleWrite" below. +saveDlogMessages3=Memorisar quest messadi en l'ordinatur dals sbozs (%1$S) e serrar la fanestra da scriver? +discardButtonLabel=&Ignorar las midadas + +## generics string +defaultSubject=(nagin object) +chooseFileToAttach=Agiuntar datoteca(s) +genericFailureExplanation=Verifitgescha per plaschair che tia configuraziun da conto è correcta ed emprova anc ina giada. + +## LOCALIZATION NOTE (undisclosedRecipients): this string must use only US_ASCII characters +undisclosedRecipients=destinaturs-zuppads + +# LOCALIZATION NOTE (chooseFileToAttachViaCloud): %1$S is the cloud +# provider to save the file to. +chooseFileToAttachViaCloud=Agiuntar datoteca(s) cun %1$S + +## Window titles +# LOCALIZATION NOTE (windowTitleWrite): +# %1$S is the message subject. +# %2$S is the application name. +# Example: Write: Re: Invitation - Thunderbird +windowTitleWrite=Rediger: %1$S - %2$S +# LOCALIZATION NOTE (windowTitlePrintPreview): +# %1$S is the message subject. +# %2$S is the application name. +# Example: Print Preview: Re: Invitation - Thunderbird +windowTitlePrintPreview=Prevista da stampa: %1$S - %2$S + +## From field +msgIdentityPlaceholder=Endatescha ina adressa da speditur che duai vegnir utilisada empè da %S +customizeFromAddressTitle=Midar l'adressa da speditur +customizeFromAddressWarning=Sche tes purschider dad e-mail sustegna questa funcziun, pos ti midar l'adressa da speditur senza che ti stoppias crear ina nova identitad en la configuraziun dal conto. In exempel: Sche tia adressa da speditur è Gion Cadieli <gion@example.com> la pos ti midar en Gion Cadieli <gion+cadieli@example.com> u Gion <gion@example.com>. +customizeFromAddressIgnore=Mai pli m'infurmar davart questa funcziun + +## Strings used by the empty subject dialog +subjectEmptyTitle=Promemoria per l'object +subjectEmptyMessage=Tes messadi n'ha nagin object. +sendWithEmptySubjectButton=&Trametter senza object +cancelSendingButton=&Betg trametter + +## Strings used by the dialog that informs about the lack of newsgroup support. +noNewsgroupSupportTitle=Gruppas da discussiun na vegnan betg sustegnidas +recipientDlogMessage=Quest conto sustegna mo destinaturs dad e-mail. Gruppas da discussiun vegnan ignoradas. + +## Strings used by the alert that tells the user that an e-mail address is invalid. +addressInvalidTitle=Adressa da destinatur nunvalida +addressInvalid=%1$S n'è betg ina adressa dad e-mail valida perquai ch'ella na correspunda betg a la furma utilisader@server. Ti stos curreger ella per pudair trametter l'e-mail. + +## String used by the dialog that asks the user to attach a web page +attachPageDlogTitle=Endatescha per plaschair l'adressa +attachPageDlogMessage=Pagina web (URL): + +## String used for attachment pretty name, when the attachment is a message +messageAttachmentSafeName=Messadi sco agiunta + +## String used for attachment pretty name, when the attachment is a message part +partAttachmentSafeName=Part dal messadi sco agiunta + +# LOCALIZATION NOTE (attachmentBucketAttachFilesTooltip): +# This tooltip should be same as attachFile.label in messengercompose.dtd, +# but without ellipsis (…). +attachmentBucketAttachFilesTooltip=Agiuntar datoteca(s) +attachmentBucketClearSelectionTooltip=Stizzar la selecziun +attachmentBucketHeaderShowTooltip=Mussar la zona dad agiuntas +attachmentBucketHeaderMinimizeTooltip=Reducir la zona dad agiuntas +attachmentBucketHeaderRestoreTooltip=Restaurar la zona dad agiuntas + +## String used by the Initialization Error dialog +initErrorDlogTitle=Scriver in messadi +initErrorDlgMessage=Errur cun crear ina fanestra da rediger messadis. Emprova per plaschair anc ina giada. + +## String used if a file to attach does not exist when passed as +## a command line argument +errorFileAttachTitle=Agiuntar ina datoteca + +## LOCALIZATION NOTE (errorFileAttachMessage): %1$S will be replaced by the non-existent file name. +errorFileAttachMessage=La datoteca %1$S n'exista betg e n'ha perquai betg pudì vegnir agiuntada al messadi. + +## String used if a file to serve as message body does not exist or cannot be loaded when passed +## as a command line argument +errorFileMessageTitle=Datoteca da messadi + +## LOCALIZATION NOTE (errorFileMessageMessage): %1$S will be replaced by the non-existent file name. +errorFileMessageMessage=La datoteca %1$S n'exista betg e n'ha perquai betg pudì vegnir utilisada sco corp dal messadi. + +## LOCALIZATION NOTE (errorLoadFileMessageMessage): %1$S will be replaced by the name of the file that can't be loaded. +errorLoadFileMessageMessage=Impussibel da chargiar la datoteca %1$S sco corp dal messadi. + +## Strings used by the Save as Draft/Template dialog +SaveDialogTitle=Memorisar il messadi + +## LOCALIZATION NOTE (SaveDialogMsg): %1$S is the folder name, %2$S is the host name +SaveDialogMsg=Tes messadi è vegnì memorisà en l'ordinatur %1$S en %2$S. +CheckMsg=Betg pli mussar questa fanestra da dialog + +## Strings used by the prompt when Quitting while in progress +quitComposeWindowTitle=Il messadi vegn tramess + +## LOCALIZATION NOTE (quitComposeWindowMessage2): don't translate \n +quitComposeWindowMessage2=%1$S trametta gist in messadi.\nVuls ti spetgar cun serrar fin ch'il messadi è vegnì tramess u vuls ti serrar immediat? +quitComposeWindowQuitButtonLabel2=Exit +quitComposeWindowWaitButtonLabel2=&Spetgar +quitComposeWindowSaveTitle=Memorisar il messadi + +## LOCALIZATION NOTE (quitComposeWindowSaveMessage): don't translate \n +quitComposeWindowSaveMessage=%1$S memorisescha actualmain in messadi.\nVuls ti spetgar fin ch'il messadi è vegnì memorisà avant che terminar u terminar ussa? + +## Strings used by the prompt for Ctrl-Enter check before sending message +sendMessageCheckWindowTitle=Trametter il messadi +sendMessageCheckLabel=Es ti segir che ti es pront da trametter quest messadi? +sendMessageCheckSendButtonLabel=Trametter +assemblingMessageDone=Cumbinar il messadi… Terminà +assemblingMessage=Cumbinar il messadi… +smtpDeliveringMail=Trametter il messadi… +smtpMailSent=Reussì da trametter l'e-mail +assemblingMailInformation=Rimnar las infurmaziuns da messadi… + +## LOCALIZATION NOTE (gatheringAttachment): argument %S is the file name/URI of attachment +gatheringAttachment=Agiuntar %S… +creatingMailMessage=Crear il messadi dad e-mail… + +## LOCALIZATION NOTE (copyMessageStart): argument %S is the folder name +copyMessageStart=Copiar il messadi en l'ordinatur %S… +copyMessageComplete=Terminà il copiar. +copyMessageFailed=Impussibel da copiar. +filterMessageComplete=Finì da filtrar. +filterMessageFailed=Errur cun filtrar. + +## LOCALIZATION NOTE (largeMessageSendWarning): +## Do not translate %S. It is the size of the message in user-friendly notation. +largeMessageSendWarning=Attenziun! Il messadi che ti vuls trametter ha ina grondezza da %S. Vuls ti propi far quai? +sendingMessage=Trametter il messadi… +sendMessageErrorTitle=Errur cun trametter il messadi +postingMessage=Trametter il messadi… +sendLaterErrorTitle=Errur cun trametter pli tard +saveDraftErrorTitle=Errur cun memorisar sco sboz +saveTemplateErrorTitle=Errur cun memorisar sco model + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSaving): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSaving=I ha dà in problem cun includer la datoteca %.200S en il messadi. Vuls ti cuntinuar a memorisar il messadi senza questa datoteca? + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSending): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSending=I ha dà in problem cun agiuntar la datoteca %.200S al messadi. Vuls ti cuntinuar a trametter il messadi senza questa datoteca? +returnToComposeWindowQuestion=Vuls ti turnar a la fanestra da rediger? + +## reply header in composeMsg +## LOCALIZATION NOTE (mailnews.reply_header_authorwrotesingle): #1 is the author (name of the person replying to) +mailnews.reply_header_authorwrotesingle=#1 ha scrit: + +## LOCALIZATION NOTE (mailnews.reply_header_ondateauthorwrote): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_ondateauthorwrote=Ils #2 a las #3 ha #1 scrit: + +## LOCALIZATION NOTE (mailnews.reply_header_authorwroteondate): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_authorwroteondate=#1 ha scrit ils #2 a las #3: + +## reply header in composeMsg +## user specified +mailnews.reply_header_originalmessage=-------- Messadi original -------- + +## forwarded header in composeMsg +## user specified +mailnews.forward_header_originalmessage=-------- Messadi renvià -------- + +## Strings used by the rename attachment dialog +renameAttachmentTitle=Renumnar l'agiunta +renameAttachmentMessage=Nov num da l'agiunta: + +## Attachment Reminder +## LOCALIZATION NOTE (mail.compose.attachment_reminder_keywords): comma separated +## words that should trigger an attachment reminder. +mail.compose.attachment_reminder_keywords=.doc,.pdf,.xls,.ppt,.rtf,.pps,agiunta,agiuntar,agiuntà,agiuntada,curriculum,brev,foto,aschunta,aschuntau,aschuntada,curiculum,Anhang,angehängt,anhang,attachment,attach,attached,attaching,CV + +addAttachmentButton=Agiuntar ina datoteca… +addAttachmentButton.accesskey=a +remindLaterButton=Ma regurdar pli tard +remindLaterButton.accesskey=t +disableAttachmentReminderButton=Deactivar l'avis areguard l'agiunta per quest messadi +attachmentReminderTitle=Promemoria per agiuntas +attachmentReminderMsg=Has ti emblidà dad agiuntar ina datoteca? + +# LOCALIZATION NOTE (attachmentReminderKeywordsMsgs): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# #1 number of keywords +attachmentReminderKeywordsMsgs=Chattà in chavazzin d'agiunta:;Chattà #1 chavazzins d'agiunta: +attachmentReminderOptionsMsg=Ils chavazzins da la promemoria per agiuntas pon vegnir adattads en las preferenzas +attachmentReminderYesIForgot=Gea! +attachmentReminderFalseAlarm=Na, trametter ussa + +# Strings used by the Filelink offer notification bar. +learnMore.label=Ulteriuras infurmaziuns… +learnMore.accesskey=m + +# LOCALIZATION NOTE (bigFileDescription): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# #1 number of big attached files +bigFileDescription=Quai è ina gronda datoteca. Forsa fissi pli simpel dad utilisar in servetsch per memorisar datotecas.;Quai èn grondas datotecas. Forsa fissi pli simpel dad utilisar in servetsch per memorisar datotecas. +bigFileShare.label=Colliar +bigFileShare.accesskey=l +bigFileAttach.label=Ignorar +bigFileAttach.accesskey=i +bigFileChooseAccount.title=Tscherner in conto +bigFileChooseAccount.text=Tscherner il conto al qual ti vuls transferir las datotecas +bigFileHideNotification.title=Betg transferir mias datotecas +bigFileHideNotification.text=Ti na vegns betg pli infurmà sche ti agiunteschas ulteriuras datotecas grondas a quest messadi. +bigFileHideNotification.check=Mai pli m'infurmar davart questa funcziun. + +# LOCALIZATION NOTE(cloudFileUploadingTooltip): Do not translate the string +# %S. %S is the display name for the cloud account the attachment is being +# uploaded to. +cloudFileUploadingTooltip=Chargiar sin %S… + +# LOCALIZATION NOTE(cloudFileUploadedTooltip): Do not translate the string +# %S. %S is the display name for the cloud account the attachment was uploaded +# to. +cloudFileUploadedTooltip=Chargià sin %S +cloudFileUploadingNotification=Tia datoteca vegn colliada. La colliaziun vegn a cumparair en il corp dal messadi sche la datoteca è chargiada.;Tias datotecas vegnan colliadas. La colliaziun vegn a cumparair en il corp dal messadi sche las datotecas èn chargiadas. +cloudFileUploadingCancel.label=Interrumper +cloudFileUploadingCancel.accesskey=r +cloudFilePrivacyNotification=La datoteca è colliada. Considerescha che agiuntas colliadas èn accessiblas a persunas che vesan u engiavinan la colliaziun. + +## LOCALIZATION NOTE(smtpEnterPasswordPrompt): Do not translate the +## word %S. Place the word %S where the host name should appear. +smtpEnterPasswordPrompt=Endatescha tes pled-clav per %S: + +## LOCALIZATION NOTE(smtpEnterPasswordPromptWithUsername): Do not translate the +## words %1$S and %2$S. Place the word %1$S where the host name should appear, +## and %2$S where the user name should appear. +smtpEnterPasswordPromptWithUsername=Endatescha tes pled-clav per %2$S sin %1$S: +## LOCALIZATION NOTE(smtpEnterPasswordPromptTitleWithHostname): Do not translate the +## word %1$S. Place the word %1$S where the server host name should appear. +smtpEnterPasswordPromptTitleWithHostname=I dovra in pled-clav per il server da posta che sorta (SMTP) %1$S + +# LOCALIZATION NOTE (removeAttachmentMsgs): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +removeAttachmentMsgs=Allontanar l'agiunta;Allontanar las agiuntas + +## LOCALIZATION NOTE(promptToSaveSentLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved sent messages (typically the "Sent" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +## Translate "Write" to match the translation of item "windowTitleWrite" above. +promptToSaveSentLocally2=Tes messadi è vegnì tramess ma i n'è betg reussì da memorisar ina copia en tes ordinatur da messadis tramess (%1$S) - pervia dad in problem d'access a la rait u a la datoteca.\nTi pos empruvar anc ina giada u memorisar localmain il messadi en %3$S/%1$S-%2$S. +errorFilteringMsg=Tes messadi è vegni tramess e memorisà. Igl è dentant succedì ina errur cun exequir filters sin il messadi. +errorCloudFileAuth.title=Errur d'autentificaziun + +## LOCALIZATION NOTE(promptToSaveDraftLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved draft messages (typically the "Drafts" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +promptToSaveDraftLocally2=I n'è betg reussì da memorisar tes sboz en l'ordinatur da sbozs (%1$S) - pervia dad in problem d'access a la rait u a la datoteca.\nTi pos empruvar anc ina giada u memorisar localmain il messadi en %3$S/%1$S-%2$S. +buttonLabelRetry2=&Reempruvar + +## LOCALIZATION NOTE(promptToSaveTemplateLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved templates (typically the "Templates" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +promptToSaveTemplateLocally2=I n'è betg reussì da memorisar tes model en l'ordinatur da models (%1$S) - pervia dad in problem d'access a la rait u a la datoteca.\nTi pos empruvar anc ina giada u memorisar localmain il messadi en %3$S/%1$S-%2$S. + +## LOCALIZATION NOTE(saveToLocalFoldersFailed): Message appears after normal +## save fails (e.g., to Sent) and save to Local Folders also fails. This could +## occur if network is down and filesystem problems are present such as disk +## full, permission issues or hardware failure. +saveToLocalFoldersFailed=Impussibel da memorisar tes messadi en l'ordinatur local. Eventualmain nagina memoria libra. + +## LOCALIZATION NOTE(errorCloudFileAuth.message): +## %1$S is the name of the online storage service against which the authentication failed. +errorCloudFileAuth.message=Impussibel dad autentifitgar tar %1$S. +errorCloudFileUpload.title=Errur cun transferir + +## LOCALIZATION NOTE(errorCloudFileUpload.message): +## %1$S is the name of the online storage service against which the uploading failed. +## %2$S is the name of the file that failed to upload. +errorCloudFileUpload.message=Impussibel da transferir %2$S a %1$S. +errorCloudFileQuota.title=Errur da quota + +## LOCALIZATION NOTE(errorCloudFileQuota.message): +## %1$S is the name of the online storage service being uploaded to. +## %2$S is the name of the file that could not be uploaded due to exceeding the storage limit. +errorCloudFileQuota.message=Transferir %2$S a %1$S surpassass tia quota da memoria. +errorCloudFileNameLimit.title=Errur cun il num da datoteca + +## LOCALIZATION NOTE(errorCloudFileNameLimit.message): +## %1$S is the name of the online storage service being uploaded to. +## %2$S is the name of the file that could not be uploaded due to the excess file name length +errorCloudFileNameLimit.message=Il num da la datoteca '%2$S' che ti vuls transferir a %1$S cuntegna dapli che 120 caracters. Mida il num, per ch'el na cuntegna betg dapli che 120 caracters ed emprova anc ina giada. +errorCloudFileLimit.title=Errur da la grondezza da datoteca + +## LOCALIZATION NOTE(errorCloudFileLimit.message): +## %1$S is the name of the online storage service being uploaded to. +## %2$S is the name of the file that could not be uploaded due to size restrictions. +errorCloudFileLimit.message=%2$S surpassa la grondezza maximala per datotecas sin %1$S. +errorCloudFileOther.title=Errur nunenconuschenta + +## LOCALIZATION NOTE(errorCloudFileOther.message): +## %1$S is the name of the online storage service that cannot be communicated with. +errorCloudFileOther.message=Ina errur nunenconuschenta è cumparida durant communitgar cun %1$S. +errorCloudFileDeletion.title=Errur cun stizzar + +## LOCALIZATION NOTE(errorCloudFileDeletion.message): +## %1$S is the name of the online storage service that the file is to be deleted from. +## %2$S is the name of the file that failed to be deleted. +errorCloudFileDeletion.message=I ha dà in problem cun stizzar %2$S da %1$S. +errorCloudFileUpgrade.label=Actualisar + +## LOCALIZATION NOTE(cloudAttachmentCountHeader): A line of text describing how +## many uploaded files have been appended to this message. Emphasis should be +## on sharing as opposed to attaching. This item is used as a header to a list, +## hence the colon. This header is only displayed in HTML emails. +## Using PluralForm (so don't replace the #1). +cloudAttachmentCountHeader=Jau hai collià #1 datoteca cun quest e-mail:;Jau hai collià #1 datotecas cun quest e-mail: + +## LOCALIZATION NOTE(cloudAttachmentListFooter): %1$S is a link, whose text +## contents are the brandFullName of this application. +cloudAttachmentListFooter=Cun %1$S èsi pli simpel da cundivider grondas datotecas cun e-mail. + +## LOCALIZATION NOTE(cloudAttachmentListItem): A line of text describing a cloud +## attachment to be inserted into the message body. Do not translate the words +## %1$S, %2$S, %3$S, or %4$S. %1$S is the attachment name, %2$S is its size, +## %3$S is the name of the cloud storage service, and %4$S is the link to the +## attachment. +cloudAttachmentListItem=* %1$S (%2$S) è chargià sin %3$S: %4$S + +## LOCALIZATION NOTE(stopShowingUploadingNotification): This string is used in the Filelink +## upload notification bar to allow the user to dismiss the notification permanently. +stopShowingUploadingNotification.accesskey=M +stopShowingUploadingNotification.label=Mai pli mussar quai +replaceButton.label=Remplazzar… +replaceButton.accesskey=l +replaceButton.tooltip=Mussar la fanestra per tschertgar e remplazzar + +## LOCALIZATION NOTE(blockedAllowResource): %S is the URL to load. +blockedAllowResource=Debloccar %S +## LOCALIZATION NOTE (blockedContentMessage): Semi-colon list of plural forms. +## See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +## %S will be replaced by brandShortName. +## Files must be unblocked individually, therefore the plural form reads: +## Unblocking a file (one of several) will include it (that one file) in your sent message. +## In other words: +## Unblocking one/several file(s) will include it/them in your message. +blockedContentMessage=%S ha impedì ch'ina datoteca en quest messadi vegnia chargiada. Cun debloccar la datoteca vegn ella integrada en tes messadi tramess.;%S ha impedì che pliras datotecas en quest messadi vegnian chargiadas. Cun debloccar ina datoteca vegn ella integrada en tes messadi tramess. + +blockedContentPrefLabel=Opziuns +blockedContentPrefAccesskey=O + +blockedContentPrefLabelUnix=Preferenzas +blockedContentPrefAccesskeyUnix=P + +## Identity matching warning notification bar. +## LOCALIZATION NOTE(identityWarning): %S will be replaced with the identity name. +identityWarning=Betg chattà ina identitad unica che correspunda a l'adressa «da» . Il messadi vegn tramess cun utilisar il champ «da» actual cun ils parameters actuals da l'identitad %S. + +## Recipient pills fields. +## LOCALIZATION NOTE(confirmRemoveRecipientRowTitle2): %S will be replaced with the field name. +confirmRemoveRecipientRowTitle2=Allontanar las adressas %S +## LOCALIZATION NOTE(confirmRemoveRecipientRowBody2): %S will be replaced with the field name. +confirmRemoveRecipientRowBody2=Vuls ti propi allontanar las adressas %S? +confirmRemoveRecipientRowButton=Allontanar + +## LOCALIZATION NOTE headersSpaceStyle is for aligning label of a newly create recipient row. +## It should be larger than the largest Header label and identical to &headersSpace2.style; +headersSpaceStyle=width: 8em diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/editor.properties b/l10n-rm/mail/chrome/messenger/messengercompose/editor.properties new file mode 100644 index 0000000000..8376293e67 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/editor.properties @@ -0,0 +1,208 @@ +# 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 FILE: embedded "\n" represent HTML breaks (<br>) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=Na +Save=Memorisar las midadas +More=Dapli +Less=Damain +MoreProperties=Dapli caracteristicas +FewerProperties=Damain caracteristicas +PropertiesAccessKey=w +None=Nagina +none=nagin +OpenHTMLFile=Avrir la datoteca HTML +OpenTextFile=Avrir ina datoteca da text +SelectImageFile=Tscherner ina datoteca da grafica +SaveDocument=Memorisar la pagina +SaveDocumentAs=Memorisar la pagina sut +SaveTextAs=Memorisar il text sut +EditMode=Modus da redacziun +Preview=Prevista +Publish=Publitgar +PublishPage=Publitgar la pagina +DontPublish=Betg publitgar +SavePassword=Utilisar l'administratur da pleds-clav per memorisar quest pled-clav +CorrectSpelling=(ortografia correcta) +NoSuggestedWords=(nagins pleds proponids) +NoMisspelledWord=Nagins pleds cun sbagls ortografics +CheckSpellingDone=La controlla ortografica è terminada. +CheckSpelling=Controllar l'ortografia +InputError=Errur +Alert=Avertiment +CantEditFramesetMsg=Il Composer na po betg editar framesets da HTML u paginas cun inline-frames. Emprova en il cas da framesets d'elavurar individualmain la pagina da mintga frame. En il cas dad iframes: memorisescha ina copia da la pagina e stizza il tag <iframe>. +CantEditMimeTypeMsg=Quest tip da pagina na po betg vegnir elavurà. +CantEditDocumentMsg=Questa pagina na po betg vegnir elavurada per in motiv nunenconuschent. +BeforeClosing=avant che serrar +BeforePreview=avant che avrir en il navigatur +BeforeValidate=avant che validar il document +# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") +SaveFilePrompt=Memorisar las midadas en "%title%" %reason%? +PublishPrompt=Memorisar las midadas en "%title%" %reason%? +SaveFileFailed=I n'è betg reussì da memorisar la datoteca! + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +FileNotFound=Betg chattà %file%. +SubdirDoesNotExist=Il subordinatur "%dir%" n'exista betg sin questa website u il num da datoteca "%file%" vegn gia utilisà dad in auter subordinatur. +FilenameIsSubdir=Il num da datoteca "%file%" vegn gia utilisà dad in auter subordinatur. +ServerNotAvailable=Il server n'è betg disponibel. Controllescha tia connexiun ed emprova pli tard anc ina giada. +Offline=Ti n'es betg collià cun la rait per il mument. Clicca sin il simbol datiers dal chantun giusut a dretga da tge fanestra ch'i saja per connectar cun la rait. +DiskFull=Betg avunda capacitad sin il purtader da datas per memorisar la datoteca %file%." +NameTooLong=Il num da la datoteca u dal subordinatur è memia lung. +AccessDenied=Ti n'as betg ils dretgs necessaris per publitgar en questa adressa. +UnknownPublishError=I ha dà ina errur da publicaziun nunenconuschenta. +PublishFailed=Il publitgar n'è betg reussì. +PublishCompleted=La publicaziun è terminada. +AllFilesPublished=Publitgà tut las datotecas +# LOCALIZATION NOTE Don't translate %x% or %total% +FailedFileMsg=%x% da %total% datotecas n'han betg pudì vegnir publitgadas. +# End-Publishing error strings +Prompt=Invit +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +PromptFTPUsernamePassword=Endatescha il num d'utilisader ed il pled-clav per il server FTP %host% +RevertCaption=Turnar a l'ultima versiun memorisada +Revert=Enavos +SendPageReason=avant che trametter questa pagina +Send=Trametter +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +PublishProgressCaption=Publitgond: %title% +PublishToSite=Publitgond sin la website: %title% +AbandonChanges=Ignorar las midadas betg memorisadas da "%title%" e rechargiar la pagina? +DocumentTitle=Titel da la pagina +NeedDocTitle=Endatescha per plaschair in titel per la pagina actuala. +DocTitleHelp=Quest titel identifitgescha la pagina en il titel da la fanestra ed en ils segnapaginas. +CancelPublishTitle=Interrumper la publicaziun? +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +CancelPublishMessage=Interrumper durant la publicaziun po avair per consequenza datotecas transmessas incumplettamain. Vuls ti cuntinuar u interrumper? +CancelPublishContinue=Vinavant +MissingImageError=Inditgescha per plaschair in maletg dal tip gif, jpg u png. +EmptyHREFError=Endatescha per plaschair in'adressa (URL) per crear ina nova colliaziun. +LinkText=Text da la colliaziun +LinkImage=Grafica da la colliaziun +MixedSelection=[Selecziun maschadada] +Mixed=(maschadà) +# LOCALIZATION NOTE (NotInstalled): %S is the name of the font +NotInstalled=%S (betg installà) +EnterLinkText=Endatescha il text che duai vegnir mussà cun la colliaziun: +EnterLinkTextAccessKey=t +EmptyLinkTextError=Endatescha per plaschair in zichel text per questa colliaziun. +EditTextWarning=Qua tras vegnan cuntegns actuals remplazzads. +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +ValidateRangeMsg=Il dumber che ti has endatà (%n%) na sa chatta betg en il rom lubì. +ValidateNumberMsg=Endatescha per plaschair in dumber tranter %min% e %max%. +MissingAnchorNameError=Endatescha per plaschair in num per questa ancra. +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +DuplicateAnchorNameError="%name%" exista gia en questa pagina. Endatescha per plaschair in auter num. +BulletStyle=Simbol d'enumeraziun +SolidCircle=Rudè emplenì +OpenCircle=Rudè vid +SolidSquare=Quadrat emplenì +NumberStyle=Stil da la numeraziun +Automatic=Automatic +Style_1=1, 2, 3… +Style_I=I, II, III… +Style_i=i, ii, iii… +Style_A=A, B, C… +Style_a=a, b, c… +Pixels=pixels +Percent=pertschient +PercentOfCell=% da la cella +PercentOfWindow=% da la fanestra +PercentOfTable=% da la tabella +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=senza titel - %S +untitledDefaultFilename=senza titel +ShowToolbar=Mussar la trav da simbols +HideToolbar=Zuppentar la trav da simbols +ImapError=Impussibel da chargiar la grafica +ImapCheck=\nTscherna per plaschair ina nova adressa (URL) ed emprova anc ina giada. +SaveToUseRelativeUrl=URLs relativs pon be vegnir utilisads en paginas gia memorisadas +NoNamedAnchorsOrHeadings=(Questa pagina na cuntegna naginas ancras cun num u titels) +TextColor=Colur dal text +HighlightColor=Colur dal text relevà +PageColor=Colur dal fund davos da la pagina +BlockColor=Colur dal fund davos dal bloc +TableColor=Colur dal fund davos da la tabella +CellColor=Colur dal fund davos da la cella +TableOrCellColor=Colur da la tabella u da la cella +LinkColor=Colur dal text da las colliaziuns +ActiveLinkColor=Colur da las colliaziuns activas +VisitedLinkColor=Colur da las colliaziuns visitadas +NoColorError=Clicca sin ina colur u endatescha in term da colur HTML valid +Table=Tabella +TableCell=Cella da tabella +NestedTable=Tabella ignivada +HLine=Lingia orizontala +Link=Colliaziun +Image=Grafica +ImageAndLink=Grafica e colliaziun +NamedAnchor=Ancra cun num +List=Far ina glista +ListItem=Element da glista +Form=Formular +InputTag=Champ da formular +InputImage=Grafica da formular +TextArea=Champ da text +Select=Glista da selecziun +Button=Buttun +Label=Etichetta +FieldSet=Garnitura da champs +Tag=Chavazzin +MissingSiteNameError=Endatescha per plaschair in num per questa site da publicaziun. +MissingPublishUrlError=Endatescha per plaschair ina adressa per publitgar questa pagina. +MissingPublishFilename=Endatescha per plaschair in num da datoteca per la pagina actuala. +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +DuplicateSiteNameError="%name%" exista gia. Endatescha per plaschair in auter num da website. +AdvancedProperties=Caracteristicas extendidas… +AdvancedEditForCellMsg=L'elavuraziun avanzada n'è betg disponibla sche pliras cellas èn selecziunadas +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +ObjectProperties=Caracteristicas: %obj%… +# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu +ObjectPropertiesAccessKey=e +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinSelectedCells=Unir las cellas selecziunadas +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellToRight=Unir cun la cella a dretga +JoinCellAccesskey=U +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +TableSelectKey=Ctrl+ +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +XulKeyMac=Cmd+ +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=Stizzar +DeleteCells=Stizzar las cellas +DeleteTableTitle=Stizzar cellas u colonnas +DeleteTableMsg=Reducir il dumber da lingias u colonnas stizza cellas da la tabella inclus il cuntegn. Vuls ti propi far quai? +Clear=Stizzar +#Mouse actions +Click=Cliccar +Drag=Trair +Unknown=betg enconuschent +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=x +RemoveTextStyles=Allontanar tut ils stils da text +StopTextStyles=Annular ils stils da text +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=n +RemoveLinks=Stizzar las colliaziuns +StopLinks=Annular la colliaziun +# +NoFormAction=Igl è recumandabel d'inditgar ina acziun per quest formular. La tecnica da formulars da trametter a sasez (self-posting) è nova e na vegn eventualmain betg sustegnida da tut ils navigaturs. +NoAltText=Sche la grafica è relevanta per il cuntegn dal document, stos ti endatar in text alternativ che cumpara en navigaturs mo da text u en auters navigaturs durant che la grafica vegn chargiada u sche l'opziun da betg chargiar graficas è activada. +# +Malformed=Il text da funtauna n'ha betg pudì vegnir reintegrà en il document perquai ch'el na furma betg in XHTML valid. +NoLinksToCheck=I na dat nagins elements cun colliaziuns che duain vegnir controlladas diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/editorOverlay.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/editorOverlay.dtd new file mode 100644 index 0000000000..ea9fee08d4 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/editorOverlay.dtd @@ -0,0 +1,303 @@ +<!-- 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/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "Encollar senza formataziuns"> +<!ENTITY pasteNoFormatting.accesskey "s"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAsQuotationCmd.label "Encollar sco citat"> +<!ENTITY pasteAsQuotationCmd.accesskey "i"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "Inserir"> +<!ENTITY insertMenu.accesskey "I"> +<!ENTITY insertLinkCmd2.label "Colliaziun…"> +<!ENTITY insertLinkCmd2.accesskey "l"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "Ancra cun num…"> +<!ENTITY insertAnchorCmd.accesskey "A"> +<!ENTITY insertImageCmd.label "Grafica…"> +<!ENTITY insertImageCmd.accesskey "G"> +<!ENTITY insertHLineCmd.label "Lingia orizontala"> +<!ENTITY insertHLineCmd.accesskey "o"> +<!ENTITY insertTableCmd.label "Tabella…"> +<!ENTITY insertTableCmd.accesskey "T"> +<!ENTITY insertHTMLCmd.label "HTML…"> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "Matematica…"> +<!ENTITY insertMathCmd.accesskey "M"> +<!ENTITY insertCharsCmd.label "Caracters e simbols…"> +<!ENTITY insertCharsCmd.accesskey "C"> +<!ENTITY insertBreakAllCmd.label "Nova lingia sut la(s) grafica(s)"> +<!ENTITY insertBreakAllCmd.accesskey "n"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "Crear ina colliaziun…"> +<!ENTITY createLinkCmd.accesskey "c"> +<!ENTITY editLinkCmd.label "Editar la colliaziun en ina nova fanestra dal Composer"> +<!ENTITY editLinkCmd.accesskey "i"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.tooltip "Tscherner ina scrittira"> +<!ENTITY fontfaceMenu.label "Scrittira"> +<!ENTITY fontfaceMenu.accesskey "S"> +<!ENTITY fontVarWidth.label "Largezza variabla"> +<!ENTITY fontVarWidth.accesskey "V"> +<!ENTITY fontFixedWidth.label "Largezza fixa"> +<!ENTITY fontFixedWidth.accesskey "x"> +<!ENTITY fontFixedWidth.key "t"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.tooltip "Tscherna la grondezza da scrittira"> +<!ENTITY decreaseFontSize.label "Pli pitschen"> +<!ENTITY decreaseFontSize.accesskey "p"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "Pli grond"> +<!ENTITY increaseFontSize.accesskey "g"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "Grondezza"> +<!ENTITY fontSizeMenu.accesskey "G"> +<!ENTITY size-tinyCmd.label "Pitschnin"> +<!ENTITY size-tinyCmd.accesskey "t"> +<!ENTITY size-smallCmd.label "pitschen"> +<!ENTITY size-smallCmd.accesskey "p"> +<!ENTITY size-mediumCmd.label "mesaun"> +<!ENTITY size-mediumCmd.accesskey "m"> +<!ENTITY size-largeCmd.label "grond"> +<!ENTITY size-largeCmd.accesskey "g"> +<!ENTITY size-extraLargeCmd.label "Fitg grond"> +<!ENTITY size-extraLargeCmd.accesskey "F"> +<!ENTITY size-hugeCmd.label "Extrem grond"> +<!ENTITY size-hugeCmd.accesskey "x"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "Stil da la scrittira"> +<!ENTITY fontStyleMenu.accesskey "t"> +<!ENTITY styleBoldCmd.label "Grass"> +<!ENTITY styleBoldCmd.accesskey "G"> +<!ENTITY styleBoldCmd.key "B"> +<!ENTITY styleItalicCmd.label "Cursiv"> +<!ENTITY styleItalicCmd.accesskey "C"> +<!ENTITY styleItalicCmd.key "I"> +<!ENTITY styleUnderlineCmd.label "Suttastritgà"> +<!ENTITY styleUnderlineCmd.accesskey "S"> +<!ENTITY styleUnderlineCmd.key "U"> +<!ENTITY styleStrikeThruCmd.label "Stritgà"> +<!ENTITY styleStrikeThruCmd.accesskey "t"> +<!ENTITY styleSuperscriptCmd.label "Elevà"> +<!ENTITY styleSuperscriptCmd.accesskey "e"> +<!ENTITY styleSubscriptCmd.label "Sbassà"> +<!ENTITY styleSubscriptCmd.accesskey "b"> +<!ENTITY styleNonbreakingCmd.label "Senza sigl da lingia"> +<!ENTITY styleNonbreakingCmd.accesskey "N"> +<!ENTITY styleEm.label "Relevà"> +<!ENTITY styleEm.accesskey "R"> +<!ENTITY styleStrong.label "Relevà fermamain"> +<!ENTITY styleStrong.accesskey "f"> +<!ENTITY styleCite.label "Citat"> +<!ENTITY styleCite.accesskey "i"> +<!ENTITY styleAbbr.label "Abreviaziun"> +<!ENTITY styleAbbr.accesskey "A"> +<!ENTITY styleAcronym.label "Acronim"> +<!ENTITY styleAcronym.accesskey "m"> +<!ENTITY styleCode.label "Code"> +<!ENTITY styleCode.accesskey "o"> +<!ENTITY styleSamp.label "Exempel dal resultat"> +<!ENTITY styleSamp.accesskey "l"> +<!ENTITY styleVar.label "Variabel"> +<!ENTITY styleVar.accesskey "V"> + +<!ENTITY formatFontColor.label "Colur dal text…"> +<!ENTITY formatFontColor.accesskey "C"> +<!ENTITY tableOrCellColor.label "Colur dal fund davos da la tabella u da la cella…"> +<!ENTITY tableOrCellColor.accesskey "f"> + +<!ENTITY formatRemoveStyles.key "Y"> +<!ENTITY formatRemoveLinks.key "K"> +<!ENTITY formatRemoveNamedAnchors.label "Allontanar las ancras cun num"> +<!ENTITY formatRemoveNamedAnchors.accesskey "R"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "Paragraf"> +<!ENTITY paragraphMenu.accesskey "P"> +<!ENTITY paragraphParagraphCmd.label "Paragraf"> +<!ENTITY paragraphParagraphCmd.accesskey "P"> +<!ENTITY heading1Cmd.label "Titel 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "Titel 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "Titel 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "Titel 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "Titel 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "Titel 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "Adressa"> +<!ENTITY paragraphAddressCmd.accesskey "A"> +<!ENTITY paragraphPreformatCmd.label "Preformatà"> +<!ENTITY paragraphPreformatCmd.accesskey "f"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "Far ina glista"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "Nagina glista"> +<!ENTITY noneCmd.accesskey "N"> +<!ENTITY listBulletCmd.label "Betg numerà"> +<!ENTITY listBulletCmd.accesskey "B"> +<!ENTITY listNumberedCmd.label "Numerà"> +<!ENTITY listNumberedCmd.accesskey "m"> +<!ENTITY listTermCmd.label "Term"> +<!ENTITY listTermCmd.accesskey "T"> +<!ENTITY listDefinitionCmd.label "Definiziun"> +<!ENTITY listDefinitionCmd.accesskey "D"> +<!ENTITY listPropsCmd.label "Caracteristicas da la glista…"> +<!ENTITY listPropsCmd.accesskey "C"> + +<!ENTITY ParagraphSelect.tooltip "Tscherna in format da paragraf"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "Text normal"> +<!ENTITY bodyTextCmd.accesskey "T"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "Alingiar"> +<!ENTITY alignMenu.accesskey "A"> +<!ENTITY alignLeft.label "A sanestra"> +<!ENTITY alignLeft.accesskey "s"> +<!ENTITY alignLeft.tooltip "Alingiar a sanestra"> +<!ENTITY alignCenter.label "Centrà"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "Alingiar centrà"> +<!ENTITY alignRight.label "A dretga"> +<!ENTITY alignRight.accesskey "d"> +<!ENTITY alignRight.tooltip "Alingiar a dretga"> +<!ENTITY alignJustify.label "En bloc"> +<!ENTITY alignJustify.accesskey "b"> +<!ENTITY alignJustify.tooltip "Alingiar en bloc"> + +<!ENTITY increaseIndent.label "Augmentar l'incisiun"> +<!ENTITY increaseIndent.accesskey "A"> +<!ENTITY increaseIndent.key "]"> +<!ENTITY decreaseIndent.label "Diminuir l'incisiun"> +<!ENTITY decreaseIndent.accesskey "D"> +<!ENTITY decreaseIndent.key "["> + +<!ENTITY colorsAndBackground.label "Colur e fund davos da la pagina…"> +<!ENTITY colorsAndBackground.accesskey "C"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "Tabella"> +<!ENTITY tableMenu.accesskey "T"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "Tscherner"> +<!ENTITY tableSelectMenu.accesskey "S"> + +<!ENTITY tableSelectMenu2.label "Selecziunar ina tabella"> +<!ENTITY tableSelectMenu2.accesskey "S"> +<!ENTITY tableInsertMenu2.label "Inserir ina tabella"> +<!ENTITY tableInsertMenu2.accesskey "I"> +<!ENTITY tableDeleteMenu2.label "Stizzar la tabella"> +<!ENTITY tableDeleteMenu2.accesskey "t"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "Inserir"> +<!ENTITY tableInsertMenu.accesskey "I"> +<!ENTITY tableTable.label "Tabella"> +<!ENTITY tableTable.accesskey "T"> +<!ENTITY tableRow.label "Lingia"> +<!ENTITY tableRows.label "Lingia(s)"> +<!ENTITY tableRow.accesskey "L"> +<!ENTITY tableRowAbove.label "Lingia sura"> +<!ENTITY tableRowAbove.accesskey "l"> +<!ENTITY tableRowBelow.label "Lingia sut"> +<!ENTITY tableRowBelow.accesskey "g"> +<!ENTITY tableColumn.label "Colonna"> +<!ENTITY tableColumns.label "Colonna(s)"> +<!ENTITY tableColumn.accesskey "o"> +<!ENTITY tableColumnBefore.label "Colonna avant"> +<!ENTITY tableColumnBefore.accesskey "a"> +<!ENTITY tableColumnAfter.label "Colonna suenter"> +<!ENTITY tableColumnAfter.accesskey "s"> +<!ENTITY tableCell.label "Cella"> +<!ENTITY tableCells.label "Cella(s)"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "Cuntegn da la cella"> +<!ENTITY tableCellContents.accesskey "n"> +<!ENTITY tableAllCells.label "Tut las cellas"> +<!ENTITY tableAllCells.accesskey "u"> +<!ENTITY tableCellBefore.label "Cella avant"> +<!ENTITY tableCellBefore.accesskey "C"> +<!ENTITY tableCellAfter.label "Cella suenter"> +<!ENTITY tableCellAfter.accesskey "e"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "Stizzar"> +<!ENTITY tableDeleteMenu.accesskey "z"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "u"> +<!ENTITY tableJoinCells.accesskey "u"> +<!ENTITY tableSplitCell.label "Divider la cella"> +<!ENTITY tableSplitCell.accesskey "D"> +<!ENTITY convertToTable.label "Crear ina tabella da la selecziun"> +<!ENTITY convertToTable.accesskey "r"> +<!ENTITY tableProperties.label "Caracteristicas da la tabella…"> +<!ENTITY tableProperties.accesskey "C"> + +<!ENTITY imageToolbarCmd.label "Grafica"> +<!ENTITY imageToolbarCmd.tooltip "Inserir ina nova grafica u modifitgar las caracteristicas da la grafica selecziunada"> +<!ENTITY hruleToolbarCmd.label "Lingia"> +<!ENTITY hruleToolbarCmd.tooltip "Inserir ina nova lingia orizontala u modifitgar las caracteristicas da la lingia orizontala selecziunada"> +<!ENTITY tableToolbarCmd.label "Tabella"> +<!ENTITY tableToolbarCmd.tooltip "Inserir ina nova tabella u modifitgar las caracteristicas da la tabella selecziunada"> +<!ENTITY linkToolbarCmd.label "Colliaziun"> +<!ENTITY linkToolbarCmd.tooltip "Inserir ina nova colliaziun u modifitgar las caracteristicas da la colliaziun selecziunada"> +<!ENTITY anchorToolbarCmd.label "Ancra"> +<!ENTITY anchorToolbarCmd.tooltip "Inserir ina nova ancra cun num u modifitgar las caracteristicas da l'ancra selecziunada"> +<!ENTITY TextColorButton.tooltip "Tscherner ina colur per il text"> +<!ENTITY BackgroundColorButton.tooltip "Tscherner ina colur per il fund davos"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Definir la grondezza da scrittira"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Empitschnir la grondezza da scrittira"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "Engrondir la grondezza da scrittira"> +<!ENTITY boldToolbarCmd.tooltip "Grass"> +<!ENTITY italicToolbarCmd.tooltip "Cursiv"> +<!ENTITY underlineToolbarCmd.tooltip "Suttastritgà"> +<!ENTITY bulletListToolbarCmd.tooltip "Applitgar u allontanar la "glista betg numerada""> +<!ENTITY numberListToolbarCmd.tooltip "Applitgar u allontanar la "glista numerada""> +<!ENTITY outdentToolbarCmd.tooltip "Diminuir l'incisiun da text (stumplar a sanestra)"> +<!ENTITY indentToolbarCmd.tooltip "Augmentar l'incisiun da text (stumplar a dretga)"> +<!ENTITY AlignPopupButton.tooltip "Definir l'alingiament dal text"> +<!ENTITY InsertPopupButton.tooltip "Inserir ina colliaziun, in'ancra, ina grafica, ina lingia orizontala u ina tabella"> +<!ENTITY alignLeftButton.tooltip "Alingiar il text a l'ur sanester"> +<!ENTITY alignCenterButton.tooltip "Centrar il text"> +<!ENTITY alignRightButton.tooltip "Alingiar il text a l'ur dretg"> +<!ENTITY alignJustifyButton.tooltip "Alingiar il text a l'ur sanester ed a l'ur dretg"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "Inserir"> +<!ENTITY insertTOC.accesskey "I"> +<!ENTITY updateTOC.label "Actualisar"> +<!ENTITY updateTOC.accesskey "c"> +<!ENTITY removeTOC.label "Allontanar"> +<!ENTITY removeTOC.accesskey "A"> +<!ENTITY tocMenu.label "Tavla da cuntegn"> +<!ENTITY tocMenu.accesskey "v"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd new file mode 100755 index 0000000000..73d926e360 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY attachImageSource.label "Agiuntar questa grafica al messadi"> +<!ENTITY attachImageSource.accesskey "s"> + +<!ENTITY attachLinkSource.label "Agiuntar il text da funtauna da questa colliaziun al messadi"> +<!ENTITY attachLinkSource.accesskey "s"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/messengercompose.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/messengercompose.dtd new file mode 100644 index 0000000000..864ef6f1cf --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/messengercompose.dtd @@ -0,0 +1,348 @@ +<!-- 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 messengercompose.dtd Main UI for message composition --> +<!ENTITY msgComposeWindow.title "Scriver: (nagin object)"> + +<!-- File Menu --> +<!ENTITY fileMenu.label "Datoteca"> +<!ENTITY fileMenu.accesskey "D"> +<!ENTITY newMenu.label "Nov"> +<!ENTITY newMenu.accesskey "N"> +<!ENTITY newMessage.label "Messadi"> +<!ENTITY newMessage.key "M"> +<!ENTITY newMessageCmd2.key "N"> +<!ENTITY newMessage.accesskey "M"> +<!ENTITY newContact.label "Contact…"> +<!ENTITY newContact.accesskey "C"> +<!ENTITY attachMenu.label "Agiuntar"> +<!ENTITY attachMenu.accesskey "t"> +<!ENTITY attachFileCmd.label "Datoteca(s)…"> +<!ENTITY attachFileCmd.accesskey "D"> +<!ENTITY attachFileCmd.key "A"> +<!ENTITY attachCloudCmd.label "Servetschs per memorisar datotecas"> +<!ENTITY attachCloudCmd.accesskey "i"> +<!ENTITY attachPageCmd.label "Pagina web…"> +<!ENTITY attachPageCmd.accesskey "W"> +<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' --> +<!ENTITY attachVCardCmd.label "Carta da visita (vCard)"> +<!ENTITY attachVCardCmd.accesskey "C"> +<!ENTITY remindLater.label "Ma regurdar pli tard"> +<!ENTITY remindLater.accesskey "L"> +<!ENTITY closeCmd.label "Serrar"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "S"> +<!ENTITY saveCmd.label "Memorisar las midadas"> +<!ENTITY saveCmd.key "S"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "Memorisar sut"> +<!ENTITY saveAsCmd.accesskey "m"> +<!ENTITY saveAsFileCmd.label "Datoteca…"> +<!ENTITY saveAsFileCmd.accesskey "D"> +<!ENTITY saveAsDraftCmd.label "Sboz"> +<!ENTITY saveAsDraftCmd.accesskey "S"> +<!ENTITY saveAsTemplateCmd.label "Model"> +<!ENTITY saveAsTemplateCmd.accesskey "M"> +<!ENTITY sendNowCmd.label "Trametter ussa"> +<!ENTITY sendCmd.keycode "VK_RETURN"> +<!ENTITY sendNowCmd.accesskey "T"> +<!ENTITY sendLaterCmd.label "Trametter pli tard"> +<!ENTITY sendLaterCmd.keycode "VK_RETURN"> +<!ENTITY sendLaterCmd.accesskey "d"> +<!ENTITY printSetupCmd.label "Organisar la pagina…"> +<!ENTITY printSetupCmd.accesskey "O"> +<!ENTITY printPreviewCmd.label "Prevista da stampa"> +<!ENTITY printPreviewCmd.accesskey "v"> +<!ENTITY printCmd.label "Stampar…"> +<!ENTITY printCmd.key "P"> +<!ENTITY printCmd.accesskey "P"> + +<!-- Edit Menu --> +<!ENTITY editMenu.label "Modifitgar"> +<!ENTITY editMenu.accesskey "M"> +<!ENTITY undoCmd.label "Revocar"> +<!ENTITY undoCmd.key "Z"> +<!ENTITY undoCmd.accesskey "v"> +<!ENTITY redoCmd.label "Restituir"> +<!ENTITY redoCmd.key "Y"> +<!ENTITY redoCmd.accesskey "s"> +<!ENTITY cutCmd.key "X"> +<!ENTITY copyCmd.key "C"> +<!ENTITY pasteCmd.key "V"> +<!ENTITY pasteNoFormattingCmd.key "V"> +<!ENTITY pasteAsQuotationCmd.key "o"> +<!ENTITY editRewrapCmd.accesskey "g"> +<!ENTITY deleteCmd.label "Stizzar"> +<!ENTITY deleteCmd.accesskey "z"> +<!ENTITY editRewrapCmd.label "Reformatar ils sigls da lingia"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY renameAttachmentCmd.label "Renumnar l'agiunta…"> +<!ENTITY renameAttachmentCmd.accesskey "e"> +<!ENTITY reorderAttachmentsCmd.label "Reordinar las agiuntas…"> +<!ENTITY reorderAttachmentsCmd.accesskey "s"> +<!ENTITY reorderAttachmentsCmd.key "x"> +<!ENTITY toggleAttachmentPaneCmd.label "Zona d'agiuntas"> +<!-- LOCALIZATION NOTE (toggleAttachmentPaneCmd.accesskey): + For better mnemonics, toggleAttachmentPaneCmd.accesskey should be the same + as attachments.accesskey. --> +<!ENTITY toggleAttachmentPaneCmd.accesskey "A"> +<!ENTITY selectAllCmd.accesskey "A"> +<!ENTITY findBarCmd.label "Tschertgar…"> +<!ENTITY findBarCmd.accesskey "F"> +<!ENTITY findBarCmd.key "F"> +<!ENTITY findReplaceCmd.label "Tschertgar e remplazzar…"> +<!ENTITY findReplaceCmd.accesskey "h"> +<!ENTITY findReplaceCmd.key "H"> +<!ENTITY findAgainCmd.label "Tschertgar engiu"> +<!ENTITY findAgainCmd.accesskey "g"> +<!ENTITY findAgainCmd.key "G"> +<!ENTITY findAgainCmd.key2 "VK_F3"> +<!ENTITY findPrevCmd.label "Tschertgar ensi"> +<!ENTITY findPrevCmd.accesskey "i"> +<!ENTITY findPrevCmd.key "G"> +<!ENTITY findPrevCmd.key2 "VK_F3"> + +<!-- Reorder Attachment Panel --> +<!ENTITY reorderAttachmentsPanel.label "Reordinar agiuntas"> +<!ENTITY moveAttachmentTopPanelBtn.label "Plazzar sisum"> +<!ENTITY moveAttachmentUpPanelBtn.label "Spustar ensi"> +<!ENTITY moveAttachmentBundleUpPanelBtn.label "Spustar ensemen"> +<!ENTITY moveAttachmentDownPanelBtn.label "Spustar engiu"> +<!ENTITY moveAttachmentBottomPanelBtn.label "Plazzar giusut"> + +<!-- LOCALIZATION NOTE (sortAttachmentsPanelBtn.Sort.AZ.label): + Please ensure that this translation matches + sortAttachmentsPanelBtn.Sort.ZA.label, except for the sort direction. --> +<!ENTITY sortAttachmentsPanelBtn.Sort.AZ.label "Zavrar: A - Z"> +<!ENTITY sortAttachmentsPanelBtn.Sort.ZA.label "Zavrar: Z - A"> +<!-- LOCALIZATION NOTE (sortAttachmentsPanelBtn.SortSelection.AZ.label): + Please ensure that this translation matches + sortAttachmentsPanelBtn.SortSelection.ZA.label, except for the sort direction. --> +<!ENTITY sortAttachmentsPanelBtn.SortSelection.AZ.label "Zavrar la selecziun: A - Z"> +<!ENTITY sortAttachmentsPanelBtn.SortSelection.ZA.label "Zavrar la selecziun: Z - A"> +<!ENTITY sortAttachmentsPanelBtn.key "-"> + +<!-- View Menu --> +<!ENTITY viewMenu.label "Vista"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY viewToolbarsMenuNew.label "Travs d'utensils"> +<!ENTITY viewToolbarsMenuNew.accesskey "T"> +<!ENTITY menubarCmd.label "Trav da menu"> +<!ENTITY menubarCmd.accesskey "m"> +<!ENTITY showCompositionToolbarCmd.label "Trav d'utensils per rediger"> +<!ENTITY showCompositionToolbarCmd.accesskey "r"> +<!ENTITY showFormattingBarCmd.label "Trav da formataziun"> +<!ENTITY showFormattingBarCmd.accesskey "f"> +<!ENTITY showTaskbarCmd.label "Trav da status"> +<!ENTITY showTaskbarCmd.accesskey "s"> +<!ENTITY customizeToolbar.label "Modifitgar…"> +<!ENTITY customizeToolbar.accesskey "M"> + +<!ENTITY addressSidebar.label "Trav laterala da contacts"> +<!ENTITY addressSidebar.accesskey "o"> + +<!-- Format Menu --> +<!ENTITY formatMenu.label "Format"> +<!ENTITY formatMenu.accesskey "o"> + +<!-- Options Menu --> +<!ENTITY optionsMenu.label "Opziuns"> +<!ENTITY optionsMenu.accesskey "O"> +<!ENTITY checkSpellingCmd2.label "Controlla da l'ortografia…"> +<!ENTITY checkSpellingCmd2.key "P"> +<!ENTITY checkSpellingCmd2.key2 "VK_F7"> +<!ENTITY checkSpellingCmd2.accesskey "o"> +<!ENTITY enableInlineSpellChecker.label "Controllar l'ortografia cun tippar"> +<!ENTITY enableInlineSpellChecker.accesskey "t"> +<!ENTITY quoteCmd.label "Citar il messadi"> +<!ENTITY quoteCmd.accesskey "i"> + +<!--LOCALIZATION NOTE attachVCard.label Don't translate the term 'vCard' --> +<!ENTITY attachVCard.label "Agiuntar la carta da visita (vCard)"> +<!ENTITY attachVCard.accesskey "v"> + +<!ENTITY returnReceiptMenu.label "Pretender ina conferma da retschavida (MDN)"> +<!ENTITY returnReceiptMenu.accesskey "m"> +<!ENTITY dsnMenu.label "Dumandar il status da transmissiun (DSN)"> +<!ENTITY dsnMenu.accesskey "D"> +<!ENTITY deliveryFormatMenu.label "Format da transmissiun"> +<!ENTITY deliveryFormatMenu.accesskey "F"> +<!ENTITY autoFormatCmd.label "Determinar automaticamain"> +<!ENTITY autoFormatCmd.accesskey "a"> +<!ENTITY plainTextFormatCmd.label "Mo text senza formataziun"> +<!ENTITY plainTextFormatCmd.accesskey "s"> +<!ENTITY htmlFormatCmd.label "Mo rich text (HTML)"> +<!ENTITY htmlFormatCmd.accesskey "r"> +<!ENTITY bothFormatCmd.label "Text senza formataziun e rich text (HTML)"> +<!ENTITY bothFormatCmd.accesskey "e"> +<!ENTITY priorityMenu.label "Prioritad"> +<!ENTITY priorityMenu.accesskey "P"> +<!ENTITY priorityButton.title "Prioritad"> +<!ENTITY priorityButton.tooltiptext "Midar la prioritad dal messadi"> +<!ENTITY priorityButton.label "Prioritad:"> +<!ENTITY lowestPriorityCmd.label "La pli bassa"> +<!ENTITY lowestPriorityCmd.accesskey "s"> +<!ENTITY lowPriorityCmd.label "Bassa"> +<!ENTITY lowPriorityCmd.accesskey "b"> +<!ENTITY normalPriorityCmd.label "Normala"> +<!ENTITY normalPriorityCmd.accesskey "N"> +<!ENTITY highPriorityCmd.label "Auta"> +<!ENTITY highPriorityCmd.accesskey "A"> +<!ENTITY highestPriorityCmd.label "La pli auta"> +<!ENTITY highestPriorityCmd.accesskey "t"> +<!ENTITY fileCarbonCopyCmd.label "Memorisar ina copia en"> +<!ENTITY fileCarbonCopyCmd.accesskey "M"> +<!ENTITY fileHereMenu.label "Spustar nà qua"> + +<!-- Tools Menu --> +<!ENTITY tasksMenu.label "Utensils"> +<!ENTITY tasksMenu.accesskey "U"> +<!ENTITY messengerCmd.label "E-mail & gruppas da discussiun"> +<!ENTITY messengerCmd.accesskey "M"> +<!ENTITY messengerCmd.commandkey "1"> +<!ENTITY addressBookCmd.label "Cudeschet d'adressas"> +<!ENTITY addressBookCmd.accesskey "A"> +<!ENTITY addressBookCmd.key "B"> +<!ENTITY accountManagerCmd2.label "Configuraziun dals contos"> +<!ENTITY accountManagerCmd2.accesskey "C"> +<!ENTITY accountManagerCmdUnix2.accesskey "C"> +<!ENTITY preferencesCmd2.label "Preferenzas"> +<!ENTITY preferencesCmd2.accesskey "P"> +<!ENTITY preferencesCmdUnix.label "Preferenzas"> +<!ENTITY preferencesCmdUnix.accesskey "P"> + +<!-- Mac OS X Window Menu --> +<!ENTITY minimizeWindow.key "m"> +<!ENTITY minimizeWindow.label "Minimar"> +<!ENTITY bringAllToFront.label "Prender tuts enavant"> +<!ENTITY zoomWindow.label "Zoom"> +<!ENTITY windowMenu.label "Fanestra"> + +<!-- Mail Toolbar --> +<!ENTITY sendButton.label "Trametter"> +<!ENTITY quoteButton.label "Citar"> +<!ENTITY addressButton.label "Contacts"> +<!ENTITY attachButton.label "Agiuntar"> +<!ENTITY spellingButton.label "Ortografia"> +<!ENTITY saveButton.label "Memorisar"> +<!ENTITY printButton.label "Stampar"> + +<!-- Mail Toolbar Tooltips --> +<!ENTITY sendButton.tooltip "Trametter ussa quest messadi"> +<!ENTITY sendlaterButton.tooltip "Trametter pli tard quest messadi"> +<!ENTITY quoteButton.tooltip "Citar il messadi precedent"> +<!ENTITY addressButton.tooltip "Tscherner in destinatur ord in cudeschet d'adressas"> +<!ENTITY attachButton.tooltip2 "Agiuntar ina datoteca"> +<!ENTITY spellingButton.tooltip "Controllar l'ortografia da la part selecziunada u da l'entir messadi"> +<!ENTITY saveButton.tooltip "Memorisar quest messadi"> +<!ENTITY cutButton.tooltip "Tagliar ora"> +<!ENTITY copyButton.tooltip "Copiar"> +<!ENTITY pasteButton.tooltip "Encollar"> +<!ENTITY printButton.tooltip "Stampar quest messadi"> + +<!-- Headers --> +<!--LOCALIZATION NOTE headersSpaces.style is for aligning the From:, To: and + Subject: rows. It should be larger than the largest Header label --> +<!ENTITY headersSpace2.style "width: 8em;"> +<!ENTITY extraRecipients.tooltip "Auters tips da champs da destinaturs"> +<!ENTITY fromAddr2.label "Da"> +<!ENTITY fromAddr.accesskey "D"> +<!ENTITY toAddr2.label "A"> +<!ENTITY ccAddr2.label "Cc"> +<!ENTITY bccAddr2.label "Bcc"> +<!ENTITY replyAddr2.label "Respunder a"> +<!ENTITY newsgroupsAddr2.label "Gruppa da discussiun"> +<!ENTITY followupAddr2.label "Followup a"> +<!ENTITY subject2.label "Object"> +<!ENTITY subject.accesskey "O"> +<!ENTITY attachmentBucketCloseButton.tooltip "Zuppentar la zona dad agiuntas"> + +<!-- Format Toolbar, imported from editorAppShell.xhtml --> +<!ENTITY SmileButton.tooltip "Inserir in fatscha surrienta"> +<!ENTITY smiley1Cmd.label "Surrir"> +<!ENTITY smiley2Cmd.label "Rubagliar il frunt"> +<!ENTITY smiley3Cmd.label "Tschegnar"> +<!ENTITY smiley4Cmd.label "Chatschar ora la lieunga"> +<!ENTITY smiley5Cmd.label "Rir"> +<!ENTITY smiley6Cmd.label "Embarassà"> +<!ENTITY smiley7Cmd.label "Indecis"> +<!ENTITY smiley8Cmd.label "Surprais"> +<!ENTITY smiley9Cmd.label "Bitsch"> +<!ENTITY smiley10Cmd.label "Sbragir"> +<!ENTITY smiley11Cmd.label "Cool"> +<!ENTITY smiley12Cmd.label "Bucca cun daners"> +<!ENTITY smiley13Cmd.label "Pe en la bucca"> +<!ENTITY smiley14Cmd.label "Innocent"> +<!ENTITY smiley15Cmd.label "Bragir"> +<!ENTITY smiley16Cmd.label "Lefs serrads"> + +<!-- Message Pane Context Menu --> +<!ENTITY spellCheckNoSuggestions.label "Chattà naginas propostas"> +<!ENTITY spellCheckIgnoreWord.label "Ignorar quest pled"> +<!ENTITY spellCheckIgnoreWord.accesskey "I"> +<!ENTITY spellCheckAddToDictionary.label "Agiuntar al dicziunari da l'utilisader"> +<!ENTITY spellCheckAddToDictionary.accesskey "n"> +<!ENTITY undo.label "Revocar"> +<!ENTITY undo.accesskey "v"> +<!ENTITY cut.label "Tagliar ora"> +<!ENTITY cut.accesskey "t"> +<!ENTITY copy.label "Copiar"> +<!ENTITY copy.accesskey "C"> +<!ENTITY paste.label "Encollar"> +<!ENTITY paste.accesskey "e"> +<!ENTITY pasteQuote.label "Encollar sco citat"> +<!ENTITY pasteQuote.accesskey "l"> + +<!-- Attachment Item and List Context Menus --> +<!ENTITY openAttachment.label "Avrir"> +<!ENTITY openAttachment.accesskey "A"> +<!ENTITY delete.label "Stizzar"> +<!ENTITY delete.accesskey "z"> +<!ENTITY removeAttachment.label "Allontanar l'agiunta"> +<!ENTITY removeAttachment.accesskey "l"> +<!ENTITY renameAttachment.label "Renumnar…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY reorderAttachments.label "Reordinar las agiuntas…"> +<!ENTITY reorderAttachments.accesskey "s"> +<!ENTITY removeAllAttachments.label "Allontanar tut las agiuntas"> +<!ENTITY removeAllAttachments.accesskey "o"> +<!ENTITY selectAll.label "Marcar tut"> +<!ENTITY selectAll.accesskey "u"> +<!ENTITY attachFile.label "Agiuntar datoteca(s)…"> +<!ENTITY attachFile.accesskey "d"> +<!ENTITY attachCloud.label "Servetschs per memorisar datotecas…"> +<!ENTITY attachCloud.accesskey "i"> +<!ENTITY convertCloud.label "Convertir en…"> +<!ENTITY convertCloud.accesskey "C"> +<!ENTITY cancelUpload.label "Interrumper il transferiment"> +<!ENTITY cancelUpload.accesskey "n"> +<!ENTITY convertRegularAttachment.label "Agiunta normala"> +<!ENTITY convertRegularAttachment.accesskey "A"> +<!ENTITY attachPage.label "Agiuntar ina pagina web…"> +<!ENTITY attachPage.accesskey "W"> + +<!-- Attachment Pane Header Bar Context Menu --> +<!-- LOCALIZATION NOTE (initiallyShowAttachmentPane.label): + Should use the same wording as startExpandedCmd.label + in msgHdrViewOverlay.dtd. --> +<!ENTITY initiallyShowAttachmentPane.label "Mussar tenor standard la zona d'agiuntas"> +<!ENTITY initiallyShowAttachmentPane.accesskey "g"> + +<!-- Spell checker context menu items --> +<!ENTITY spellAddDictionaries.label "Agiuntar dicziunaris…"> +<!ENTITY spellAddDictionaries.accesskey "A"> + +<!-- Title for the address picker panel --> +<!ENTITY addressesSidebarTitle.label "Contacts"> + +<!-- Identity popup customize menuitem --> +<!ENTITY customizeFromAddress.label "Midar l'adressa da speditur…"> +<!ENTITY customizeFromAddress.accesskey "a"> + +<!-- Accessibility name for the document --> +<!ENTITY aria.message.bodyName "Text dal messadi"> + +<!-- Status Bar --> +<!ENTITY languageStatusButton.tooltip "Lingua per la controlla ortografica"> +<!ENTITY encodingStatusPanel.tooltip "Codaziun dal text"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.dtd b/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.dtd new file mode 100644 index 0000000000..0b3f7a67c4 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.dtd @@ -0,0 +1,8 @@ +<!-- 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 sendprogress.dtd Main UI for Send Message Progress Dialog --> +<!ENTITY sendDialog.title "Elavurar il messadi"> +<!ENTITY status.label "Status:"> +<!ENTITY progress.label "Progress:"> diff --git a/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.properties b/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.properties new file mode 100644 index 0000000000..6415dc8b14 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/messengercompose/sendProgress.properties @@ -0,0 +1,21 @@ +# 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 (titleSendMsgSubject): +# %S will be replaced by the message subject. +titleSendMsgSubject=Trametter il messadi - %S +titleSendMsg=Trametter il messadi +# LOCALIZATION NOTE (titleSaveMsgSubject): +# %S will be replaced by the message subject. +titleSaveMsgSubject=Memorisar il messadi - %S +titleSaveMsg=Memorisar il messadi + +# LOCALIZATION NOTE (percentMsg): +# This string is used to format the text to the right of the progress meter. +# %S will be replaced by the percentage of the file that has been saved. +# %% will be replaced a single % sign. +percentMsg=%S%% + +messageSent=Tes messadi è vegnì tramess. +messageSaved=Tes messadi è vegnì memorisà. diff --git a/l10n-rm/mail/chrome/messenger/migration/migration.dtd b/l10n-rm/mail/chrome/messenger/migration/migration.dtd new file mode 100644 index 0000000000..f29c2743c5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/migration/migration.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + + +<!ENTITY migrationWizard.title "Assistent per importar"> + +<!ENTITY importFromWin.label "Importar configuraziuns, contos, cudeschets d'adressas, filters ed autras datas da:"> +<!ENTITY importFromNonWin.label "Importar preferenzas, contos, cudeschets d'adressas, filters ed autras datas da:"> +<!ENTITY importSourceNotFound.label "Chattà nagina applicaziun da la quala datas pon vegnir importadas."> + +<!ENTITY importFromNothing.label "Importar nagut"> +<!ENTITY importFromNothing.accesskey "n"> +<!ENTITY importFromSeamonkey3.label "SeaMonkey 2 u pli nov"> +<!ENTITY importFromSeamonkey3.accesskey "S"> +<!ENTITY importFromOutlook.label "Outlook"> +<!ENTITY importFromOutlook.accesskey "O"> + +<!ENTITY importSource.title "Importar configuraziuns ed ordinaturs dad e-mail"> +<!ENTITY importItems.title "Datas che duain vegnir importadas"> +<!ENTITY importItems.label "Tscherna per plaschair las datas che duain vegnir importadas:"> + +<!ENTITY migrating.title "Importar..."> +<!ENTITY migrating.label "Las suandantas datas vegnan importadas actualmain:"> + +<!ENTITY selectProfile.title "Tscherner in profil d'utilisader"> +<!ENTITY selectProfile.label "Ils suandants profils stattan a disposiziun per l'import:"> + +<!ENTITY done.title "L'import è terminà"> +<!ENTITY done.label "Las suandantas datas èn vegnidas importadas cun success:"> diff --git a/l10n-rm/mail/chrome/messenger/migration/migration.properties b/l10n-rm/mail/chrome/messenger/migration/migration.properties new file mode 100644 index 0000000000..987070e3de --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/migration/migration.properties @@ -0,0 +1,25 @@ +# 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/. + +profileName_format=%S %S + +# Import Sources +1_seamonkey=Preferenzas + +2_seamonkey=Opziuns dal conto +2_outlook=Opziuns dal conto + +4_seamonkey=Cudeschets d'adressas +4_outlook=Cudeschet d'adressas + +8_seamonkey=Datas da trenament dal filter per e-mails nungiavischads + +16_seamonkey=Pleds-clav memorisads + +32_seamonkey=Autras datas + +64_seamonkey=Ordinaturs da gruppas da discussiun + +128_seamonkey=Ordinaturs dad e-mail +128_outlook=Ordinaturs dad e-mail diff --git a/l10n-rm/mail/chrome/messenger/mime.properties b/l10n-rm/mail/chrome/messenger/mime.properties new file mode 100644 index 0000000000..d3ee4606dd --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mime.properties @@ -0,0 +1,154 @@ +# 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/. + +# +# The following are used by libmime to emit header display in HTML +# + +# Mail subject +## @name MIME_MHTML_SUBJECT +## @loc None +1000=Object + +# Resent-Comments +## @name MIME_MHTML_RESENT_COMMENTS +## @loc +1001=Commentaris dad enviament + +# Resent-Date +## @name MIME_MHTML_RESENT_DATE +## @loc +1002=Data dad enviament + +# Resent-Sender +## @name MIME_MHTML_RESENT_SENDER +## @loc +1003=Speditur dad enviament + +# Resent-From +## @name MIME_MHTML_RESENT_FROM +## @loc +1004=Da (enviament) + +# Resent-To +## @name MIME_MHTML_RESENT_TO +## @loc +1005=A (enviament) + +# Resent-CC +## @name MIME_MHTML_RESENT_CC +## @loc +1006=Cc (enviament) + +# Date +## @name MIME_MHTML_DATE +## @loc +1007=Data + +# Sender +## @name MIME_MHTML_SENDER +## @loc +1008=Speditur + +# From +## @name MIME_MHTML_FROM +## @loc +1009=Da + +# Reply-To +## @name MIME_MHTML_REPLY_TO +## @loc +1010=Respunder a + +# Organization +## @name MIME_MHTML_ORGANIZATION +## @loc +1011=Organisaziun + +# To +## @name MIME_MHTML_TO +## @loc +1012=A + +# CC +## @name MIME_MHTML_CC +## @loc +1013=CC + +# Newsgroups +## @name MIME_MHTML_NEWSGROUPS +## @loc +1014=Gruppas da discussiun + +# Followup-To +## @name MIME_MHTML_FOLLOWUP_TO +## @loc +1015=Followup-To + +# References +## @name MIME_MHTML_REFERENCES +## @loc +1016=Referenzas + +# Message ID +## @name MIME_MHTML_MESSAGE_ID +## @loc +1021=ID dal messadi + +# BCC +## @name MIME_MHTML_BCC +## @loc +1023=BCC + +# Link to doc +## @name MIME_MSG_LINK_TO_DOCUMENT +## @loc +1026=Colliaziun al document + +# Get Doc info +## @name MIME_MSG_DOCUMENT_INFO +## @loc +1027=<B>Infurmaziuns davart il document:</B> + +# Msg Attachment +## @name MIME_MSG_ATTACHMENT +## @loc +1028=Agiunta + +# default attachment name +## @name MIME_MSG_DEFAULT_ATTACHMENT_NAME +## @loc +# LOCALIZATION NOTE (1040): Do not translate "%s" below. +# Place the %s where you wish the part number of the attachment to appear +1040=Part %s + +# default forwarded message prefix +## @name MIME_FORWARDED_MESSAGE_HTML_USER_WROTE +## @loc +1041=-------- Messadi original -------- + +# Partial Message Truncated +## @name MIME_MSG_PARTIAL_TRUNCATED +## @loc +MIME_MSG_PARTIAL_TRUNCATED=Incumplet! + +# Partial Message Truncated Explanation +## @name MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION=Quest messadi surpassa la grondezza maximala per messadis definida en la configuraziun dals contos, perquai èn mo las emprimas lingias vegnidas telechargiadas dal server dad e-mail. + +# Partial Message Not Downloaded +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED=Betg telechargià + +# Partial Message Not Downloaded Explanation +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION=Mo ils chaus-pagina da quest messadi èn vegnids telechargiads dal server dad e-mail. + +# MIME_MSG_PARTIAL_CLICK_FOR_REST +## @name MIME_MSG_PARTIAL_CLICK_FOR_REST +## @loc +MIME_MSG_PARTIAL_CLICK_FOR_REST=Telechargiar il rest dal messadi. diff --git a/l10n-rm/mail/chrome/messenger/mimeheader.properties b/l10n-rm/mail/chrome/messenger/mimeheader.properties new file mode 100644 index 0000000000..0e4ad095d5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/mimeheader.properties @@ -0,0 +1,35 @@ +# 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/. + +# +# The following are used by libmime for header display in XML & HTML +# +TO=A +BCC=BCC +CC=CC +DATE=Data +DISTRIBUTION=Distribuziun +FCC=FCC +FOLLOWUP-TO=Followup-To +FROM=Da +STATUS=Status +LINES=Lingias +MESSAGE-ID=ID dal messadi +MIME-VERSION=Versiun MIME +NEWSGROUPS=Gruppas da discussiun +ORGANIZATION=Organisaziun +REFERENCES=Referenzas +REPLY-TO=Respunder a +RESENT-COMMENTS=Commentaris dad enviament +RESENT-DATE=Data dad enviament +RESENT-FROM=Da (enviament) +RESENT-MESSAGE-ID=ID da messadi dad enviament +RESENT-SENDER=Speditur dad enviament +RESENT-TO=A (enviament) +RESENT-CC=Cc (enviament) +SENDER=Speditur +SUBJECT=Object +APPROVED-BY=Approvà da +USER-AGENT=Agent utilisader +FILENAME=Num da datoteca diff --git a/l10n-rm/mail/chrome/messenger/morkImportMsgs.properties b/l10n-rm/mail/chrome/messenger/morkImportMsgs.properties new file mode 100644 index 0000000000..b8d1ef725c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/morkImportMsgs.properties @@ -0,0 +1,18 @@ +# 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/. + +# +# The following are used by the Mork import code to display status/error +# and informational messages. +# + +MABFiles = Cudeschets d'adressas Mork + +# Short name of import module +morkImportName = Banca da datas Mork (.mab) + +# Description of import module +morkImportDescription = Importar in cudeschet d'adressas da SeaMonkey u da versiuns precedentas da Thunderbird. + +morkImportSuccess = Operaziun reussida. diff --git a/l10n-rm/mail/chrome/messenger/msgAccountCentral.dtd b/l10n-rm/mail/chrome/messenger/msgAccountCentral.dtd new file mode 100644 index 0000000000..553f61dc22 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgAccountCentral.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!ENTITY emailSectionHdr.label "E-mail"> +<!ENTITY readMsgsLink.label "Messadis legids"> +<!ENTITY composeMsgLink.label "Scriver in nov messadi"> + +<!ENTITY newsSectionHdr.label "Gruppas da discussiun"> +<!ENTITY subscribeNewsLink.label "Administrar abunaments da gruppas da discussiun"> + +<!ENTITY feedsSectionHdr.label "Feeds"> +<!ENTITY subscribeFeeds.label "Administrar ils abunaments"> + +<!ENTITY chat.label "Chat"> +<!ENTITY movemail.label "Movemail"> + +<!ENTITY accountsSectionHdr.label "Contos"> +<!ENTITY subscribeImapFolders.label "Administrar abunaments dad ordinaturs"> +<!ENTITY settingsLink.label "Vesair la configuraziun da quest conto"> +<!ENTITY setupNewAcct.label "Configurar in conto:"> + +<!ENTITY advFeaturesSectionHdr.label "Funcziunalitads avanzadas"> +<!ENTITY searchMsgsLink.label "Tschertgar messadis"> +<!ENTITY filtersLink.label "Administrar ils filters da messadis"> +<!ENTITY junkSettings.label "Configuraziun dal filter per messadis nungiavischads"> +<!ENTITY offlineLink.label "Configuraziuns offline"> diff --git a/l10n-rm/mail/chrome/messenger/msgHdrViewOverlay.dtd b/l10n-rm/mail/chrome/messenger/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..d27bedbba4 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgHdrViewOverlay.dtd @@ -0,0 +1,114 @@ +<!-- 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/. --> + +<!ENTITY toField4.label "A"> +<!ENTITY fromField4.label "Da"> +<!ENTITY senderField4.label "Speditur"> +<!ENTITY author.label "Autur(a)"> +<!ENTITY organizationField4.label "Organisaziun"> +<!ENTITY replyToField4.label "Respunder a"> + +<!ENTITY subjectField4.label "Object"> +<!ENTITY ccField4.label "Cc"> +<!ENTITY bccField4.label "Bcc"> +<!ENTITY newsgroupsField4.label "Gruppas da discussiun"> +<!ENTITY followupToField4.label "Followup-to"> +<!ENTITY tagsHdr4.label "Etichettas"> +<!ENTITY dateField4.label "Data"> +<!ENTITY userAgentField4.label "User-agent"> +<!ENTITY referencesField4.label "Referenzas"> +<!ENTITY messageIdField4.label "ID dal messadi"> +<!ENTITY inReplyToField4.label "Sco resposta a"> +<!ENTITY originalWebsite4.label "pagina web"> + +<!ENTITY hdrArchiveButton1.label "Archivar"> +<!ENTITY hdrArchiveButton1.tooltip "Archivar quest messadi"> +<!ENTITY hdrSmartReplyButton1.label "Respunder smart"> +<!ENTITY hdrReplyButton1.label "Respunder"> +<!ENTITY hdrReplyButton2.tooltip "Respunder al speditur da quest messadi"> +<!ENTITY hdrReplyAllButton1.label "Respunder a tuts"> +<!ENTITY hdrReplyAllButton1.tooltip "Respunder al speditur ed a tut ils destinaturs"> +<!ENTITY hdrReplyListButton1.label "Respunder a la glista"> +<!ENTITY hdrReplyListButton1.tooltip "Respunder a la glista dad e-mail"> +<!ENTITY hdrFollowupButton1.label "Followup"> +<!ENTITY hdrFollowupButton1.tooltip "Trametter in followup a questa gruppa da discussiun"> +<!ENTITY hdrForwardButton1.label "Renviar"> +<!ENTITY hdrForwardButton1.tooltip "Renviar quest messadi"> +<!ENTITY hdrJunkButton1.label "Nungiavischà"> +<!ENTITY hdrJunkButton1.tooltip "Marcar quest messadi sco nungiavischà"> +<!ENTITY hdrTrashButton1.label "Stizzar"> +<!ENTITY hdrTrashButton1.tooltip "Stizzar quest messadi"> + +<!ENTITY hdrViewToolbarShowFull.label "Mussar las iconas ed il text"> +<!ENTITY hdrViewToolbarShowFull.accesskey "a"> +<!ENTITY hdrViewToolbarShowIcons.label "Mussar mo las iconas"> +<!ENTITY hdrViewToolbarShowIcons.accesskey "I"> +<!ENTITY hdrViewToolbarShowText.label "Mussar mo il text"> +<!ENTITY hdrViewToolbarShowText.accesskey "T"> +<!ENTITY hdrViewToolbarAlwaysReplySender.label "Adina mussar respunder al speditur"> +<!ENTITY hdrViewToolbarAlwaysReplySender.accesskey "R"> + +<!ENTITY otherActionsButton2.label "Dapli"> +<!ENTITY otherActionsButton.tooltip "Ulteriuras acziuns"> +<!ENTITY otherActionsOpenConversation1.label "Avrir sco conversaziun"> +<!ENTITY otherActionsOpenConversation1.accesskey "c"> +<!ENTITY otherActionsOpenInNewWindow1.label "Avrir en ina nova fanestra"> +<!ENTITY otherActionsOpenInNewWindow1.accesskey "A"> +<!ENTITY otherActionsOpenInNewTab1.label "Avrir en in nov tab"> +<!ENTITY otherActionsOpenInNewTab1.accesskey "t"> +<!ENTITY markAsReadMenuItem1.label "Marcar sco legì"> +<!ENTITY markAsReadMenuItem1.accesskey "r"> +<!ENTITY markAsUnreadMenuItem1.label "Marcar sco nunlegì"> +<!ENTITY markAsUnreadMenuItem1.accesskey "r"> +<!ENTITY saveAsMenuItem1.label "Memorisar sut…"> +<!ENTITY saveAsMenuItem1.accesskey "s"> +<!ENTITY viewSourceMenuItem1.label "Vesair il text da funtauna"> +<!ENTITY viewSourceMenuItem1.accesskey "V"> +<!ENTITY otherActionsPrint1.label "Stampar…"> +<!ENTITY otherActionsPrint1.accesskey "p"> + +<!-- Attachment bar context menu items --> +<!ENTITY startExpandedCmd.label "Mussar sco standard la trav d'agiuntas"> +<!ENTITY startExpandedCmd.accesskey "S"> + +<!-- Attachment context menu items --> +<!ENTITY openAttachmentCmd.label "Avrir"> +<!ENTITY openAttachmentCmd.accesskey "A"> +<!ENTITY saveAsAttachmentCmd.label "Memorisar sut…"> +<!ENTITY saveAsAttachmentCmd.accesskey "s"> +<!ENTITY detachAttachmentCmd.label "Statgar…"> +<!ENTITY detachAttachmentCmd.accesskey "t"> +<!ENTITY deleteAttachmentCmd.label "Stizzar"> +<!ENTITY deleteAttachmentCmd.accesskey "z"> +<!ENTITY openAllAttachmentsCmd.label "Avrir tuts…"> +<!ENTITY openAllAttachmentsCmd.accesskey "v"> +<!ENTITY saveAllAttachmentsCmd.label "Memorisar tuts…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "S"> +<!ENTITY detachAllAttachmentsCmd.label "Statgar tuts…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "t"> +<!ENTITY deleteAllAttachmentsCmd.label "Stizzar tuts…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "u"> + +<!ENTITY openAttachment.tooltip "Avrir la datoteca agiuntada"> + +<!ENTITY detachedAttachmentFolder.show.label "Mussar l'ordinatur da destinaziun"> +<!ENTITY detachedAttachmentFolder.show.accesskey "o"> +<!ENTITY detachedAttachmentFolder.showMac.label "Mussar en il finder"> +<!ENTITY detachedAttachmentFolder.showMac.accesskey "F"> + +<!-- Attachment toolbar items --> +<!ENTITY saveAttachmentButton1.label "Memorisar"> +<!ENTITY saveAttachmentButton1.tooltip "Memorisar la datoteca agiuntada"> +<!ENTITY saveAllAttachmentsButton1.label "Memorisar tuts"> +<!ENTITY saveAllAttachmentsButton1.tooltip "Memorisar tut las datotecas agiuntadas"> + +<!ENTITY copyLinkCmd.label "Copiar l'adressa da la colliaziun"> +<!ENTITY copyLinkCmd.accesskey "C"> + +<!ENTITY CopyMessageId.label "Copiar la ID dal messadi…"> +<!ENTITY CopyMessageId.accesskey "C"> +<!ENTITY OpenMessageForMsgId.label "Avrir il messadi che correspunda a la ID"> +<!ENTITY OpenMessageForMsgId.accesskey "A"> +<!ENTITY OpenBrowserWithMsgId.label "Avrir il navigatur cun la ID da messadi correspundenta"> +<!ENTITY OpenBrowserWithMsgId.accesskey "n"> diff --git a/l10n-rm/mail/chrome/messenger/msgPrintEngine.dtd b/l10n-rm/mail/chrome/messenger/msgPrintEngine.dtd new file mode 100644 index 0000000000..9ccc3ccb86 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgPrintEngine.dtd @@ -0,0 +1,16 @@ +<!-- 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 (printCmd.key, closeCmd.key): + As defined in msgPrintEngine.xul, Ctrl plus the command keys defined here + will be the keyboard shortcuts effective in print preview, e.g. Ctrl+P + --> + +<!-- LOCALIZATION NOTE (printCmd.key, closeCmd.key): + As defined in msgPrintEngine.xhtml, Ctrl plus the command keys defined here + will be the keyboard shortcuts effective in print preview, e.g. Ctrl+P + --> + +<!ENTITY printCmd.key "P"> +<!ENTITY closeCmd.key "W"> diff --git a/l10n-rm/mail/chrome/messenger/msgSynchronize.dtd b/l10n-rm/mail/chrome/messenger/msgSynchronize.dtd new file mode 100644 index 0000000000..d816a0d63b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgSynchronize.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!-- extracted from MsgSynchronize.xul and msgSelectOffline.xul--> + +<!-- extracted from MsgSynchronize.xul and msgSelectOfflineFolders.xul--> + +<!-- extracted from MsgSynchronize.xhtml and msgSelectOfflineFolders.xhtml--> + +<!ENTITY MsgSynchronize.label "Telechargiar e sinchronisar messadis"> +<!ENTITY MsgSelect.label "Objects per l'utilisaziun en il modus offline"> +<!ENTITY MsgSyncDesc.label "Sche ti has gia tschernì ordinaturs da messadis u gruppas da discussiun per pudair leger els senza connexiun, als pos ti ussa telechargiar e/u sincronisar. Clicca uschiglio sin il buttun "Tscherner…" per pussibilitar da leger tschertas gruppas da discussiun e tscherts ordinaturs en il modus offline."> +<!ENTITY MsgSyncDirections.label "Telechargiar e/u sincronisar il suandant:"> +<!ENTITY syncTypeMail.label "Messadis dad e-mail"> +<!ENTITY syncTypeMail.accesskey "M"> +<!ENTITY syncTypeNews.label "Messadis da gruppas da discussiun"> +<!ENTITY syncTypeNews.accesskey "N"> +<!ENTITY sendMessage.label "Trametter ils messadis betg tramess"> +<!ENTITY sendMessage.accesskey "S"> +<!ENTITY workOffline.label "Lavurar senza connexiun suenter avair telechargià e sincronisà"> +<!ENTITY workOffline.accesskey "x"> +<!ENTITY selectButton.label "Tscherner…"> +<!ENTITY selectButton.accesskey "e"> +<!ENTITY MsgSelectDesc.label "Tscherna ordinaturs dad e-mail e gruppas da discussiun per l'utilisaziun en il modus senza connexiun."> +<!ENTITY MsgSelectInd.label "Telechargiar"> +<!ENTITY MsgSelectItems.label "Ordinaturs e gruppas da discussiun"> diff --git a/l10n-rm/mail/chrome/messenger/msgViewPickerOverlay.dtd b/l10n-rm/mail/chrome/messenger/msgViewPickerOverlay.dtd new file mode 100644 index 0000000000..e5c5f5d683 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgViewPickerOverlay.dtd @@ -0,0 +1,22 @@ +<!-- 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 msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY viewPicker.label "Vista:"> +<!ENTITY viewPicker.accesskey "i"> +<!ENTITY viewAll.label "Tuts"> +<!ENTITY viewAll.accesskey "T"> +<!ENTITY viewUnread.label "Nunlegì"> +<!ENTITY viewUnread.accesskey "U"> +<!ENTITY viewNotDeleted.label "Betg stizzads"> +<!ENTITY viewNotDeleted.accesskey "D"> +<!ENTITY viewTags.label "Etichettas"> +<!ENTITY viewTags.accesskey "T"> +<!ENTITY viewCustomViews.label "Vistas persunalisadas"> +<!ENTITY viewCustomViews.accesskey "V"> +<!ENTITY viewVirtualFolder.label "Memorisar la vista sco ordinatur…"> +<!ENTITY viewVirtualFolder.accesskey "S"> +<!ENTITY viewCustomizeView.label "Modifitgar…"> +<!ENTITY viewCustomizeView.accesskey "M"> diff --git a/l10n-rm/mail/chrome/messenger/msgmdn.properties b/l10n-rm/mail/chrome/messenger/msgmdn.properties new file mode 100644 index 0000000000..6c9e68a91f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/msgmdn.properties @@ -0,0 +1,18 @@ +# 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/. +## Msg Mdn Report strings +MsgMdnDisplayed=Remartga: Questa conferma da retschavida rapporta mo ch'il messadi è vegnì mussà sin il computer dal destinatur. I na dat nagina garanzia ch'il destinatur ha legì u chapì il cuntegn dal messadi. +MsgMdnDispatched=U ch'il messadi è vegnì stampà, tramess per fax u renvià senza vegnir mussà al destinatur. I na dat nagina garanzia ch'il destinatur vegn a leger pli tard il messadi. +MsgMdnProcessed=Il messadi è vegnì elavurà da l'applicaziun dad e-mail dal destinatur senza vegnir mussà. I na dat nagina garanzia ch'il messadi vegn legì pli tard. +MsgMdnDeleted=Il messadi è vegnì stizzà. Eventualmain ha il destinatur vis el, u era betg. Forsa restaurescha el il messadi or dal chanaster da palpiri ed al legia pli tard. +MsgMdnDenied=Il destinatur dal messadi na vul betg trametter ina conferma da retschavida. +MsgMdnFailed=I ha dà ina errur. Ina conferma da retschavida adattada n'ha betg pudì vegnir creada u tramessa a tai. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MsgMdnMsgSentTo=Quai è ina conferma da retschavida per l'e-mail che ti has tramess a %S. +MdnDisplayedReceipt=Conferma da retschavida (mussà) +MdnDispatchedReceipt=Conferma da retschavida (tramess) +MdnProcessedReceipt=Conferma da retschavida (elavurà) +MdnDeletedReceipt=Conferma da retschavida (stizzà) +MdnDeniedReceipt=Conferma da retschavida (refusà) +MdnFailedReceipt=Conferma da retschavida (betg reussì) diff --git a/l10n-rm/mail/chrome/messenger/multimessageview.dtd b/l10n-rm/mail/chrome/messenger/multimessageview.dtd new file mode 100644 index 0000000000..70041a5237 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/multimessageview.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY window.title "Resumaziun da messadi"> +<!ENTITY selectedmessages.label "Messadis selecziunads"> +<!ENTITY archiveButton.label "Archivar"> +<!ENTITY deleteButton.label "Stizzar"> diff --git a/l10n-rm/mail/chrome/messenger/multimessageview.properties b/l10n-rm/mail/chrome/messenger/multimessageview.properties new file mode 100644 index 0000000000..01f2106374 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/multimessageview.properties @@ -0,0 +1,66 @@ +# 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 (numConversations): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of conversations (threads or solitary messages) selected. #1 is the +# number of conversations. +numConversations=#1 conversaziun; #1 conversaziuns + +# LOCALIZATION NOTE (atLeastNumConversations): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of conversations (threads or solitary messages) selected. #1 is the +# number of conversations. We use this when we didn't actually scan the entire +# list of selected messages, so there may be more conversations than reported +# (or maybe not!). +atLeastNumConversations=#1+ conversaziun; #1+ conversaziuns + +# LOCALIZATION NOTE (numMessages): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of messages in a thread. #1 is the number of messages. +numMessages=#1 messadi;#1 messadis + +# LOCALIZATION NOTE (numUnread): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of unread messages in a thread; meant to be appended to +# "numMessages". #1 is the number of unread messages. +numUnread=, #1 nunlegì;, #1 nunlegids + +# LOCALIZATION NOTE (numIgnored): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of ignored messages in a thread; meant to be appended to +# "numMessages". #1 is the number of ignored messages. +numIgnored=, ignorà #1;, ignorà #1 + +# LOCALIZATION NOTE (atLeastNumIgnored): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# The number of ignored messages in a thread; meant to be appended to +# "numMessages". #1 is the number of ignored messages. We use this when we +# didn't actually scan the entire list of selected messages, so there may be +# more ignored messages than reported (or maybe not!). +atLeastNumIgnored=, ignorà #1+;, ignorà #1+ + +# LOCALIZATION NOTE (noSubject): What to display for a message if it has no +# subject. +noSubject=(nagin object) + +# LOCALIZATION NOTE (messagesTotalSize): A message indicating the total size on +# disk of the selected messages. #1 is the size, e.g. "123 KB". +messagesTotalSize=Quests messadis dovran #1. + +# LOCALIZATION NOTE (messagesTotalSizeMoreThan): A message indicating the total +# size on disk of the selected messages. #1 is the size, e.g. "123 KB". We use +# this when we didn't actually scan the entire list of selected messages, so +# this is a *minimum* size. +messagesTotalSizeMoreThan=Quests messadis dovran dapli che #1. + +# LOCALIZATION NOTE (maxCountExceeded): A message to let the user know that not +# all of the selected messages were summarized. #1 is the total number of +# messages selected and #2 is the number of messages actually shown. +maxCountExceeded= (Avis: #1 messadis èn tschernids, ils prims #2 vegnan mussads) + +# LOCALIZATION NOTE (maxThreadCountExceeded): A message to let the user know that +# not all of the selected thread were summarized. #1 is the total number of +# threads selected and #2 is the number of threads actually shown. +maxThreadCountExceeded= (Avis: #1 conversaziuns èn tschernidas, las emprimas #2 vegnan mussadas) diff --git a/l10n-rm/mail/chrome/messenger/newFolderDialog.dtd b/l10n-rm/mail/chrome/messenger/newFolderDialog.dtd new file mode 100644 index 0000000000..643da9c543 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/newFolderDialog.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY newFolderDialog.title "Agiuntar in ordinatur"> +<!ENTITY name.label "Num:"> +<!ENTITY name.accesskey "N"> +<!ENTITY description.label "Crear sco sutordinatur da:"> +<!ENTITY description.accesskey "C"> +<!ENTITY folderRestriction1.label "Quest server accepta mo dus tips spezials dad ordinaturs."> +<!ENTITY folderRestriction2.label "L'ordinatur nov dastga cuntegnair il suandant:"> +<!ENTITY foldersOnly.label "Mo ordinaturs"> +<!ENTITY messagesOnly.label "Mo messadis"> +<!ENTITY accept.label "Crear in ordinatur"> +<!ENTITY accept.accesskey "r"> diff --git a/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.dtd b/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.dtd new file mode 100644 index 0000000000..d6f40f4498 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.dtd @@ -0,0 +1,43 @@ +<!-- 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/. --> + +<!ENTITY window.title "Bainvegni a &brandShortName;"> +<!ENTITY header2.label "Vuls ti ina nova adressa dad e-mail?"> +<!ENTITY other.languages "Nus mussain be purschiders che offreschan adressas en tia regiun. Clicca qua per mussar tut ils purschiders."> +<!ENTITY error.line1 "Perstgisa, nus n'avain chattà naginas propostas per adressas d'e-mail."> +<!ENTITY error.line2 "Ti pos empruvar da tschertgar surnums u mintga auter term per chattar dapli adressas"> + +<!-- LOCALIZATION NOTE(error.suggest.before, error.suggest.middle, error.suggest.after): + error.suggest.before, error.suggest.middle, and error.suggest.after all go into + one line with error.suggest.middle that links to a site which provides download + of free account alternatives. --> +<!ENTITY error.suggest.before "Forsa vuls ti era empruvar ina da las "> +<!ENTITY error.suggest.middle "alternativas gratuitas"> +<!ENTITY error.suggest.after "."> + +<!-- LOCALIZATION NOTE(success.title.before, success.title.after): + success.title.before and success.title.after all go into one line, wrapping + around the name that the user has typed in to the search input. --> +<!ENTITY success.title.before "Olla "> +<!ENTITY success.title.after ", suandantas adressas dad e-mail èn disponiblas:"> +<!ENTITY success.tip "(Ti pos era tschertgar surnums u mintga auter term per chattar dapli adressas)"> +<!ENTITY partnership.description "En collavuraziun cun differents providers po &brandShortName; ta porscher in nov conto dad e-mails. Endatescha be tes prenum e num u mintga auter pled en il champ survart per cumenzar."> +<!ENTITY existing.header "Has ti gia ina adressa che ti vuls utilisar?"> +<!ENTITY tinyheader.title "Gia ina adressa?"> +<!ENTITY tinyheader.existing "Interrumper ed utilisar mia adressa existenta"> +<!ENTITY content.close "Jau vi configurar pli tard mes conto."> +<!ENTITY successful.title "Gratulaziun!"> +<!ENTITY successful.successMessage "Ti has configurà cun success tes conto."> +<!ENTITY successful.write "Scriver in pèr e-mails"> +<!ENTITY successful.write.desc "Fa savair tes amis e tia famiglia che ti has ina nova adressa.<br/> Perquai has ti ina nova adressa, u betg?"> +<!ENTITY successful.customize "Persunalisescha &brandShortName; cun cools supplements"> +<!ENTITY successful.customize.desc "I dat millis da supplements che ta laschan persunalisar &brandShortName; per ch'el correspunda a tes agens basegns."> +<!ENTITY successful.attach "Agiuntar ina signatura persunala a mes e-mails"> +<!ENTITY successful.attach.desc "Ti pos agiuntar automaticamain in citat u insatge davart tai a la fin da mintga messadi che ti tramettas."> +<!ENTITY successful.close "Serrar questa fanestra."> +<!ENTITY input.namePlaceholder "Tes num u surnum"> +<!ENTITY input.search "Tschertgar"> +<!ENTITY search_engine.title "Persunalisescha tia maschina da tschertgar"> +<!ENTITY search_engine.message "Tes purschider dad e-mails ta po era porscher servetschs da tschertgar en la rait."> +<!ENTITY search_engine.button "Terminar"> diff --git a/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.properties b/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.properties new file mode 100644 index 0000000000..6a0bf88813 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/newmailaccount/accountProvisioner.properties @@ -0,0 +1,32 @@ +# 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 (free): +# This will be shown instead of a price when displaying free email accounts +free=Gratuit +# LOCALIZATION NOTE (price): +# %S will be the price per year charged to the user for the account. +price=%S per onn +# LOCALIZATION NOTE (moreOptions): Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/Localization_and_Plurals +# #1 is the number of additional email addresses available for registration. +# This line is shown when there are more than two suggested email +# addresses available. +moreOptions=+#1 ulteriura…;+#1 ulteriuras… +# LOCALIZATION NOTE (sepAnd): +# \u0020 is a space, and should be included before and after. +sepAnd=\u0020e\u0020 +# LOCALIZATION NOTE (sepComma): +# \u0020 is a space, and should be included after. +sepComma=,\u0020 +# LOCALIZATION NOTE (privacyDisclaimer): +# #1 will be a link for the Mozilla Privacy policy page. +# #2 will be a list of providers with links to their ToS and Privacy policies, separated by the 'sepComma' delimiter. +privacyDisclaimer=Ils terms da tschertga utilisads vegnan tramess a Mozilla (#1) ed a purschiders da servetschs dad e-mail #2 per chattar adressas dad e-mail disponiblas. +privacyPolicy=Directivas per la protecziun da datas +tos=Contract da licenza +# LOCALIZATION NOTE (searchEngineDesc): +# %S will be the selected search engine. +searchEngineDesc=Utilisar %S sco maschina da tschertgar da standard +cannotConnect=Perstgisa, i n'è betg pussaivel da cuntanscher noss server d'annunzia. Controllescha per plaschair tia connexiun a l'internet. diff --git a/l10n-rm/mail/chrome/messenger/news.properties b/l10n-rm/mail/chrome/messenger/news.properties new file mode 100644 index 0000000000..53bffc8015 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/news.properties @@ -0,0 +1,56 @@ +# 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/. +downloadHeadersTitlePrefix=Telechargiar ils chaus-pagina per: +downloadHeadersInfoText=I dat %S chaus-pagina da messadis novs da questa gruppa da discussiun per telechargiar. +cancelDisallowed=Quest messadi na para betg dad esser da tai. Ti pos mo annullar tias atgnas contribuziuns, betg quellas dad auters. +cancelConfirm=Es ti segir che ti vuls stizzar quest messadi? +messageCancelled=Annullà il messadi. +enterUserPassTitle=Il num d'utilisader ed il pled-clav per il server da gruppas da discussiun vegnan dumandads +# LOCALIZATION NOTE (enterUserPassServer): %S is the server being accessed +enterUserPassServer=Endatescha per plaschair in num d'utilisader ed in pled-clav per %S: +# LOCALIZATION NOTE (enterUserPassGroup): %1$S is a specific newsgroup to set +# the password for; %2$S is the server from which the newsgroup is accessed +enterUserPassGroup=Endatescha per plaschair in num d'utilisader ed in pled-clav per %1$S sin %2$S: +okButtonText=Telechargiar + +noNewMessages=Nagins messadis novs sin il server. +# LOCALIZATION NOTE (newNewsgroupHeaders): %1$S is the number of the current +# header being downloaded, %2$S is the number of headers to be downloaded, and +# %3$S is the newsgroup whose headers are being downloaded. +newNewsgroupHeaders=Telechargiar il chau-pagina %1$S da %2$S per %3$S +# LOCALIZATION NOTE (newNewsgroupFilteringHeaders): %1$S is the name of the MIME +# header being filtered on, %2$S is the number of the current header being +# downloaded, %3$S is the number of headers to be downloaded, and %4$S is the +# newsgroup whose headers are being downloaded. +newNewsgroupFilteringHeaders=Telechargiar ils chaus-pagina per ils filters: %1$S (%2$S/%3$S) da la gruppa da discussiun %4$S +downloadingArticles=Telechargiar ils artitgels %S-%S +bytesReceived=Telechargiar gruppas da discussiun: retschavì %S (legì %SKB cun %SKB/sec) +downloadingArticlesForOffline=Telechargiar ils artitgels %S-%S en %S + +# LOCALIZATION NOTE (autoUnsubscribeText): %1$S is the newsgroup and %2$S is the newsgroup-server it is being removed from. +autoUnsubscribeText=La gruppa da discussiun %1$S na para betg dad exister sin il server %2$S. Vuls ti annullar l'abunament? + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the newsgroup. +autoSubscribeText=Vuls ti abunar %1$S? + +# LOCALIZATION NOTE (Error -304): In the following item, don't translate "NNTP" +# Error - server error +## @name NNTP_ERROR_MESSAGE +## @loc None +-304=Errur cun las gruppas da discussiun (NNTP): + +# Error - newsgroup scan error +## @name NNTP_NEWSGROUP_SCAN_ERROR +## @loc None +-305=I ha dà ina errur cun las gruppas da discussiun. Il scan da tut las gruppas da discussiun n'è betg cumplet. Emprova dad anc ina giada far mussar tut las gruppas da discussiun. + +# Error - NNTP authinfo failure +## @name NNTP_AUTH_FAILED +## @loc None +-260=Errur dad autorisaziun. Emprova per plaschair dad endatar danovamain tes num e/u il pled-clav. + +# Error - TCP error +## @name TCP_ERROR +## @loc None +-206=Errur da communicaziun. Emprova da connectar anc ina giada. Errur TCP: diff --git a/l10n-rm/mail/chrome/messenger/newsError.dtd b/l10n-rm/mail/chrome/messenger/newsError.dtd new file mode 100644 index 0000000000..20699b7a1a --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/newsError.dtd @@ -0,0 +1,31 @@ +<!-- 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 (newsError.title): The title of the news error page. + Not generally visible. --> +<!ENTITY newsError.title "Errur cun chargiar l'artitgel"> + +<!-- LOCALIZATION NOTE (articleNotFound.title): The main heading for the news + error page. --> +<!ENTITY articleNotFound.title "Impussibel da chattar l'artitgel"> + +<!-- LOCALIZATION NOTE (articleNotFound.desc): A longer description for the news + error page. --> +<!ENTITY articleNotFound.desc "Il server da gruppas da discussiun annunzia ch'el na chattia betg l'artitgel."> + +<!-- LOCALIZATION NOTE (serverResponded.title): A string preceding the text + response from the newsgroup server describing the error. --> +<!ENTITY serverResponded.title "Il server da gruppas da discussiun ha respundì:"> + +<!-- LOCALIZATION NOTE (articleExpired.title): A string explaining that the + article may have expired. --> +<!ENTITY articleExpired.title "Forsa è l'artitgel scrudà?"> + +<!-- LOCALIZATION NOTE (trySearching.title): A string preceding the message's + ID. --> +<!ENTITY trySearching.title "Emprova da tschertgar l'artitgel:"> + +<!-- LOCALIZATION NOTE (removeExpiredArticles.title): The label for the button + to remove all expired articles from the newsgroup. --> +<!ENTITY removeExpiredArticles.title "Allontanar tut ils artitgels scrudads"> diff --git a/l10n-rm/mail/chrome/messenger/oeImportMsgs.properties b/l10n-rm/mail/chrome/messenger/oeImportMsgs.properties new file mode 100644 index 0000000000..2d956fef56 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/oeImportMsgs.properties @@ -0,0 +1,81 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name OEIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Outlook Express + +# Description of import module +## @name OEIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2011): In this item, don't translate "Outlook Express" +2011=Outlook Express: E-mails, cudeschets d'adressas e configuraziuns + +# Success message +## @name OEIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%S" or "%d" +## The variable %S will contain the name of the Mailbox +## The variable %d will contain the number of messages +2002=Chascha da brevs %S, importà %d messadis + +# Error message +## @name OEIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Surdà in parameter nuncorrect per l'import da la chascha da brevs. + +# Error message +## @name OEIMPORT_MAILBOX_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2004=Errur cun acceder la datoteca per la chascha da brevs %S. + +# Error message +## @name OEIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2005=Errur cun importar la chascha da brevs %S, eventualmain n'èn betg tut ils messadis vegnids importads. + +# Default name of imported addressbook +## @name OEIMPORT_DEFAULT_NAME +## @loc None +2006=Cudeschet d'adressas dad Outlook Express + +# Autofind description +## @name OEIMPORT_AUTOFIND +## @loc None +2007=Cudeschet d'adressas dad Outlook Express (cudeschet d'adressas da Windows) + +# Description +## @name OEIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Importà il cudeschet d'adressas %S + +# Error message +## @name OEIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Errur cun importar il cudeschet d'adressas %S, eventualman n'èn betg tut las adressas vegnidas importadas. + +# Error message +## @name OEIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Ils parameters surdads per importar il cudeschet d'adressas èn nuncorrects. diff --git a/l10n-rm/mail/chrome/messenger/offline.properties b/l10n-rm/mail/chrome/messenger/offline.properties new file mode 100644 index 0000000000..ab7c1582d6 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/offline.properties @@ -0,0 +1,28 @@ +# 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/. + +# Download Messages Prompt +downloadMessagesWindowTitle1=Retschaiver messadis +downloadMessagesLabel1=Vuls ti telechargiar messadis per als leger offline avant che deconnectar? +downloadMessagesCheckboxLabel1=Adina ma dumandar cun midar en il modus offline +downloadMessagesNow2=&Telechargiar ussa + +# Send Messages Prompt +sendMessagesWindowTitle1=Messadis betg tramess +sendMessagesLabel2=Vuls ti ussa trametter ils messadis en la posta sortida? +sendMessagesCheckboxLabel1=Adina ma dumandar cun midar en il modus online +sendMessagesNow2=&Trametter ussa + +processMessagesLater2=&Pli tard + +# GetMessages While Offline Prompt +getMessagesOfflineWindowTitle1=Retschaiver messadis +getMessagesOfflineLabel1=Ti es actualmain en il modus offline. Vuls ti connectar per retschaiver novs messadis? + +# Send Messages Offline Prompt +sendMessagesOfflineWindowTitle1=Messadis betg tramess +sendMessagesOfflineLabel1=Ti es actualmain en il modus offline. Vuls ti connectar per trametter ils messadis en la posta sortida? + +offlineTooltip=Ti es actualmain en il modus offline. +onlineTooltip=Ti es actualmain en il modus online. diff --git a/l10n-rm/mail/chrome/messenger/offlineStartup.properties b/l10n-rm/mail/chrome/messenger/offlineStartup.properties new file mode 100644 index 0000000000..2af66ea546 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/offlineStartup.properties @@ -0,0 +1,8 @@ +# 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/. + +title=Lavurar online +desc=Vuls ti ussa connectar cun l'internet?\n\n(Sche ti decidas da lavurar offline, pos ti connectar pli tard - tscherna `Offline' en il menu `Datoteca' e deactivescha lura `Lavurar offline'.) +workOnline=Lavurar online +workOffline=Lavurar offline diff --git a/l10n-rm/mail/chrome/messenger/outlookImportMsgs.properties b/l10n-rm/mail/chrome/messenger/outlookImportMsgs.properties new file mode 100644 index 0000000000..ebd55f898d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/outlookImportMsgs.properties @@ -0,0 +1,77 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name OUTLOOKIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Outlook + +# Description of import module +## @name OUTLOOKIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2010): In this item, don't translate "Outlook" +2010=E-mails, cudeschets d'adressas e configuraziuns dad Outlook + +# Success message +## @name OUTLOOKIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%S" or "%d" +## The variable %S will receive the name of the mailbox +## The variable %d will receive the number of messages +2002=Chascha da brevs %S, importà %d messadis + +# Error message +## @name OUTLOOKIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Surdà in parameter nuncorrect per l'import da la chascha da brevs. + +# Error message +## @name OUTLOOKIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will receive the name of the mailbox +2004=Errur cun importar la chascha da brevs %S, eventualmain n'èn betg tut ils messadis vegnids importads. + +# Address book name +## @name OUTLOOKIMPORT_ADDRNAME +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "Outlook" +2005=Cudeschets d'adressas dad Outlook + +# Description +## @name OUTLOOKIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2006=Importà il cudeschet d'adressas %S + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_BADPARAM +## @loc None +2007=Surdà in parameter nuncorrect per l'import dal cudeschet d'adressas. + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2008): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Errur cun acceder la datoteca per il cudeschet d'adressas %S. + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Errur cun importar il cudeschet d'adressas %S, eventualman n'èn betg tut las adressas vegnidas importadas. diff --git a/l10n-rm/mail/chrome/messenger/pgpmime.properties b/l10n-rm/mail/chrome/messenger/pgpmime.properties new file mode 100644 index 0000000000..471d70477d --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/pgpmime.properties @@ -0,0 +1,10 @@ +# 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/. + +# +# The following are used by the pgpmime content type handler +# + +# LOCALIZATION NOTE(pgpMimeNeedsAddon): The text can contain HTML tags. +pgpNotAvailable=Quai è in messadi criptà cun OpenPGP, ma il decriptadi da messadis OpenPGP n'è betg disponibel. diff --git a/l10n-rm/mail/chrome/messenger/preferences/applicationManager.properties b/l10n-rm/mail/chrome/messenger/preferences/applicationManager.properties new file mode 100644 index 0000000000..25fe0d296c --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/preferences/applicationManager.properties @@ -0,0 +1,13 @@ +# 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 +# in descriptionApplications, %S will be replaced by one of the 3 following strings +descriptionApplications=Las suandantas applicaziuns pon ins utilisar per elavurar %S. + +handleProtocol=Colliaziuns %S +handleFile=Cuntegns da %S + +descriptionWebApp=Questa applicaziun dal web vegn administrada da: +descriptionLocalApp=Questa applicaziun è memorisada sut: diff --git a/l10n-rm/mail/chrome/messenger/preferences/applications.properties b/l10n-rm/mail/chrome/messenger/preferences/applications.properties new file mode 100644 index 0000000000..968e7c5914 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/preferences/applications.properties @@ -0,0 +1,13 @@ +# 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 (dialog_removeAccount): +# %S will be replaced with the user-defined name of a storage account. +dialog_removeAccount=Es ti segir che ti vuls allontanar il conto "%S"? + +# LOCALIZATION NOTE (addProvider): +# %S will be replace with the display name of a provider, e.g. DropBox +addProvider=Agiuntar %S + +notConfiguredYet=Quest conto n'è anc betg configurà diff --git a/l10n-rm/mail/chrome/messenger/preferences/messagestyle.properties b/l10n-rm/mail/chrome/messenger/preferences/messagestyle.properties new file mode 100644 index 0000000000..864b569c56 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/preferences/messagestyle.properties @@ -0,0 +1,13 @@ +# 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/. + +# Content of preview conversation for chat message styles +default=Standard +nick1=Flurin +buddy1=flurin@im.instantbird.org +nick2=Anna +buddy2=anna@im.instantbird.org +message1=Ueila! ;-) +message2=Co vai? +message3=Jau experimentesch cun Thunderbird! ;-) diff --git a/l10n-rm/mail/chrome/messenger/preferences/preferences.properties b/l10n-rm/mail/chrome/messenger/preferences/preferences.properties new file mode 100644 index 0000000000..51213a3a29 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/preferences/preferences.properties @@ -0,0 +1,118 @@ +# 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/. + +#### Add HTML and Plain Text Domain Names for sendOption +html_domainsAddDomainTitle=Agiuntar in num da domena HTML +html_domainsAddDomain=Num da domena HTML: +plaintext_domainsAddDomainTitle=Agiuntar in num da domena da text senza formataziun +plaintext_domainsAddDomain=Num da domena da text senza formataziun: + +domainNameErrorTitle=Errur dal num da domena +#### LOCALIZATION NOTE: do not translate %S +domainDuplicationError=Il num da domena %S exista gia en las glistas da HTML u da text senza formataziun. + +#### Junk +confirmResetJunkTrainingTitle=Confermar +confirmResetJunkTrainingText=Es ti segir che ti vuls stizzar las datas da trenament dal filter intelligent rimnadas fin ussa? + +#### Downloads +desktopFolderName=Desktop +myDownloadsFolderName=Atgnas telechargiadas +chooseAttachmentsFolderTitle=Tscherner in ordinatur + +#### Applications + +fileEnding=Datoteca %S +saveFile=Memorisar la datoteca + +# LOCALIZATION NOTE (useApp, useDefault): %S = Application name +useApp=Utilisar %S +useDefault=Utilisar %S (standard) + +useOtherApp=Autra applicaziun... +fpTitleChooseApp=Tscherner in'applicaziun externa +manageApp=Detagls davart l'applicaziun... +alwaysAsk=Dumandar mintga giada +delete=Stizzar l'acziun +confirmDeleteTitle=Stizzar l'acziun +confirmDeleteText=Es ti segir che ti vuls stizzar questa acziun? + +# LOCALIZATION NOTE (typeDescriptionWithDetails): +# %1$S = type description (for example "Portable Document Format") +# %2$S = details (see below, for example "(application/pdf: .pdf, .pdfx)") +typeDescriptionWithDetails=%1$S %2$S + +# LOCALIZATION NOTE (typeDetailsWithTypeOrExt): +# %1$S = type or extensions (for example "application/pdf", or ".pdf, .pdfx") +typeDetailsWithTypeOrExt=(%1$S) + +# LOCALIZATION NOTE (typeDetailsWithTypeAndExt): +# %1$S = type (for example "application/pdf") +# %2$S = extensions (for example ".pdf, .pdfx") +typeDetailsWithTypeAndExt=(%1$S: %2$S) + +#### Sound Notifications +soundFilePickerTitle=Tscherner in tun + +#### Search Engine Picker +searchEnginePickerTitle=Tscherner ina maschina da tschertgar +searchEngineType2=Maschinas da tschertgar + +#### Remote content +imagepermissionstext=Ti pos inditgar las paginas d'internet da las qualas maletgs ed auter cuntegn extern po vegnir chargià. Ti pos era lubir tut il cuntegn extern sin basa da l'adressa dal speditur. Tippa l'adressa da la pagina u l'adressa dad e-mail che ti vuls administrar e clicca lura sin Bloccar u Permetter. +imagepermissionstitle=Excepziuns - Cuntegn extern + +#### Cookies +cookiepermissionstitle=Excepziuns - cookies +cookiepermissionstext=Ti pos definir a tge websites che ti permettas adina u mai da duvrar cookies. Inditgescha l'adressa exacta da la website che ti vuls administrar e clicca sin 'Bloccar', 'Permetter per questa sesida' u 'Adina permetter'. + +#### Cookie Viewer +hostColon=Host: +domainColon=Domena: +forSecureOnly=Mo connexiuns criptadas +forAnyConnection=Mintga tip da connexiun +expireAtEndOfSession=A la fin da la sesida + +noCookieSelected=<Betg tschernì in cookie> +cookiesAll=Actualmain èn arcunads ils suandants cookies sin tes computer: +cookiesFiltered=Ils suandants cookies correspundan a tes criteris da tschertgar: +# LOCALIZATION NOTE (removeSelectedCookies): +# Semicolon-separated list of plural forms. See: +# https://developer.mozilla.org/en/docs/Localization_and_Plurals +# If you need to display the number of selected elements in your language, +# you can use #1 in your localization as a placeholder for the number. +# For example this is the English string with numbers: +# removeSelectedCookies=Remove #1 Selected;Remove #1 Selected +removeSelectedCookies=Allontanar il tschernì;Allontanar ils tschernids +defaultUserContextLabel=Nagin + +####Preferences::Advanced::Network +#LOCALIZATION NOTE: The next string is for the disk usage of the cache. +# e.g., "Your cache is currently using 200 MB" +# %1$S = size +# %2$S = unit (MB, KB, etc.) +actualDiskCacheSize=Tes chache utilisescha actualmain %1$S %2$S da la memoria +actualDiskCacheSizeCalculated=Calculaziun da la grondezza dal cache… + +# LOCALIZATION NOTE (labelDefaultFont): %S = font name +labelDefaultFont=Standard (%S) +labelDefaultFontUnnamed=Standard + +# LOCALIZATION NOTE (appLocale.label): %S = Name of the application locale, +# e.g. English (United States) +appLocale.label=Lingua da l'applicaziun: %S +appLocale.accesskey=p +# LOCALIZATION NOTE (rsLocale.label): %S = Name of the locale chosen in regional settings, +# e.g. German (Germany) +rsLocale.label=Lingua per ils parameters regiunals: %S +rsLocale.accesskey=g + +#### Master Password (Moved to Fluent in M-C in bug 1435915) +pw_change2empty_in_fips_mode=Ti es actualmain en il modus FIPS. FIPS pretenda in pled-clav universal (betg vid). +pw_change_failed_title=Betg reussì da midar il pled-clav + +applications-type-pdf = Portable Document Format (PDF) + +# LOCALIZATION NOTE (previewInApp): %S = brandShortName +previewInApp=Prevista en %S diff --git a/l10n-rm/mail/chrome/messenger/prefs.properties b/l10n-rm/mail/chrome/messenger/prefs.properties new file mode 100644 index 0000000000..3d62f6b96b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/prefs.properties @@ -0,0 +1,90 @@ +# 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/. + +# The following are used by the Account Wizard +# +enterValidEmail=Endatescha per plaschair ina adressa dad e-mail valida. +accountNameExists=In conto cun quest num exista gia. Endatescha in auter num da conto. +accountNameEmpty=Il num da conto na po betg restar vid. +modifiedAccountExists=In conto cun quest num d'utilisader e quest num da server exista gia. Endatescha per plaschair in auter num d'utilisader e/u da server. +userNameChanged=Il num d'utilisader è vegnì midà. Eventualmain stos ti era midar tia adressa dad e-mail e/u il num d'utilisader associà a quest conto. +serverNameChanged=Il num da server è sa midà en la configuraziun. Controllescha per plaschair che tut ils ordinaturs che vegnan utilisads da filters existian sin il nov server. +# LOCALIZATION NOTE (junkSettingsBroken): %1$S is the account name +junkSettingsBroken=La configuraziun per e-mails nungiavischads dal conto "%1$S" fa eventualmain problems. La vuls ti repassar avant che memorisar la configuraziun dal conto? +# LOCALIZATION NOTE (localDirectoryChanged): %1$S is program name (&brandShortName;) +localDirectoryChanged=%1$S sto vegnir reavià per applitgar la midada da la configuraziun da l'ordinatur local. +localDirectoryRestart=Reaviar +userNameEmpty=Il num d'utilisader dastga betg esser vid. +# LOCALIZATION NOTE (localDirectoryInvalid): %1$S is path to folder +localDirectoryInvalid=Il percurs da l'ordinatur local "%1$S" è nunvalid. Tscherna in auter ordinatur. +# LOCALIZATION NOTE (localDirectoryNotAllowed): %1$S is path to folder +localDirectoryNotAllowed=Il percurs da l'ordinatur local "%1$S" na po betg vegnir utilisà per memorisar messadis. Tscherna in auter ordinatur. +# if the user chooses to cancel the wizard when no accounts are there throw a message +# LOCALIZATION NOTE (cancelWizard) +# do not localize "\n\n" +cancelWizard=Es ti segir che ti vuls bandunar l'assistent per contos?\n\nSche ti al serras, van las infurmaziuns endatadas a perder ed il conto na vegn betg creà. +accountWizard=Assistent per contos +WizardExit=Serrar +WizardContinue=Interrumper +# when the wizard already has a domain (Should we say something different?) +enterValidServerName=Endatescha per plaschair in num da server valid. +failedRemoveAccount=I n'è betg reussì d'allontanar quest conto. +#LOCALIZATION NOTE: accountName: %1$S is server name, %2$S is user name +accountName=%1$S - %2$S + +# LOCALIZATION NOTE: confirmDeferAccountWarning: do not localize "\n\n", it means a new empty line in the string. +confirmDeferAccountWarning=Sche ti memoriseschas ils novs e-mails da quest conto en la posta entrada dad in auter conto, n'has ti betg pli access als ordinaturs ed als messadis che ti has gia telechargià da quest conto. Sche ti has memorisà messadis en quest conto, als copiescha avant en in auter conto.\n\nSch'i dat filters che spostan/copieschan messadis en quest conto, lura deactivescha els u mida l'ordinatur da destinaziun!\n\nSche auters contos utiliseschan ordinaturs spezials da quest conto (Tramess, Sbozs, Models, Archivs, Nungiavischà) duessas ti midar la configuraziun uschia che quests ordinaturs sa chattan en in auter conto.\n\nVuls ti ussa propi memorisar ils e-mails da quest conto en in auter conto? +confirmDeferAccountTitle=Deviar il conto? + +directoryAlreadyUsedByOtherAccount=L'ordinatur specifitgà en la configuraziun dals ordinaturs locals vegn gia utilisà dal conto "%S". Tscherna p.pl. in auter ordinatur. +directoryParentUsedByOtherAccount=In ordinatur surordinà a l'ordinatur specifitgà en la configuraziun dals ordinaturs locals vegn gia utilisà dal conto "%S". Tscherna p.pl. in auter ordinatur. +directoryChildUsedByOtherAccount=In ordinatur sutordinà a l'ordinatur specifitgà en la configuraziun dals ordinaturs locals vegn gia utilisà dal conto "%S". Tscherna p.pl. in auter ordinatur. +#Provide default example values for sample email address +exampleEmailUserName=utilisader +exampleEmailDomain=exempel.ch +emailFieldText=Adressa d'e-mail: +#LOCALIZATION NOTE: defaultEmailText: %1$S is user name, %2$S is domain +defaultEmailText=Endatescha tia adressa dad e-mail. Quai è l'adressa che auters vegnan ad utilisar per ta trametter e-mails (per exempel: "%1$S@%2$S"). +#LOCALIZATION NOTE: customizedEmailText: %1$S is provider, %2$S is email username, %3$S is sample email, %4$S is sample username +customizedEmailText=Endatescha tes %1$S %2$S. (In exempel: Sche tia adressa dad e-mail %1$S è "%3$S", è tes %2$S "%4$S"). + +# account manager stuff +prefPanel-server=Parameters dal server +prefPanel-copies=Copias & ordinaturs +prefPanel-synchronization=Sincronisaziun & capacitad da memoriar +prefPanel-diskspace=Capacitad da memorisar +prefPanel-addressing=Scriver & adressar +prefPanel-junk=E-mails nungiavischads +## LOCALIZATION NOTE (prefPanel-smtp): Don't translate "SMTP" +prefPanel-smtp=Server per posta che sorta (SMTP) + +# account manager multiple identity support +#LOCALIZATION NOTE: accountName: %1$S +identity-list-title=Identitads per %1$S + +identityDialogTitleAdd=Nova identitad +## LOCALIZATION NOTE (identityDialogTitleEdit): %S is the identity name +identityDialogTitleEdit=Modifitgar %S + +identity-edit-req=Ti stos specifitgar ina adressa dad e-mail valida per questa identitad. +identity-edit-req-title=Errur cun crear l'identitad + +## LOCALIZATION NOTE (identity-delete-confirm): %S is the identity name +# and should be put on a new line. The new line is produced with the "\n" string. +identity-delete-confirm=Es ti segir che ti vuls stizzar l'identitad\n%S? +## LOCALIZATION NOTE (identity-delete-confirm-title): %S is the account name +identity-delete-confirm-title=Stizzar l'identitad per %S +identity-delete-confirm-button=Stizzar + +choosefile=Tscherner ina datoteca + +forAccount=Per il conto "%S" + +removeFromServerTitle=Confermar il stizzar permanent ed automatic da messadis +removeFromServer=Questa configuraziun vegn a stizzar definitivamain messadis vegls sin il server lontan ED en la memoria locala. Es ti segir che ti vuls cuntinuar? + +confirmSyncChangesTitle=Confermar las modificaziuns da sincronisaziun +confirmSyncChanges=Las preferenzas da sincronisaziun dals messadis èn vegnidas midadas.\n\nLas vuls ti memorisar? +confirmSyncChangesDiscard=Annullar + diff --git a/l10n-rm/mail/chrome/messenger/quickFilterBar.dtd b/l10n-rm/mail/chrome/messenger/quickFilterBar.dtd new file mode 100644 index 0000000000..019e529bf2 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/quickFilterBar.dtd @@ -0,0 +1,276 @@ +<!-- 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 (quickFilterBar.qfbShowFilterBar.label): + The label for the button on the tab bar that toggles the visibility of + the quick filter bar. + --> +<!ENTITY quickFilterBar.qfbShowFilterBar.label + "Filtrar svelt"> + +<!-- LOCALIZATION NOTE (quickFilterBar.toggleBarVisibility.menu.label): + The label to display for the "View... Toolbars..." menu item that controls + whether the quick filter bar is visible. + --> +<!ENTITY quickFilterBar.toggleBarVisibility.menu.label + "Trav per filtrar svelt"> + +<!-- LOCALIZATION NOTE (quickFilterBar.toggleBarVisibility.menu.accesskey): + The access key for the "View... Toolbars..." menu item label that controls + whether the quick filter bar is visible. + --> +<!ENTITY quickFilterBar.toggleBarVisibility.menu.accesskey + "s"> + +<!-- LOCALIZATION NOTE (quickFilterBar.toggleBarVisibility.appmenu.label): + The label to display for the "App Menu... Preferences..." menu item that + controls whether the quick filter bar is visible. + --> +<!ENTITY quickFilterBar.toggleBarVisibility.appmenu.label + "Trav per filtrar svelt"> + +<!-- LOCALIZATION NOTE (quickFilterBar.toggleBarVisibility.button.tooltip): + The tooltip to display when hovering over the button on the tab bar that + toggles the visibility of the quick filter bar. + --> +<!ENTITY quickFilterBar.toggleBarVisibility.button.tooltip + "Mussar/zuppentar la trav per filtrar svelt"> + +<!-- LOCALIZATION NOTE (quickFilterBar.sticky.tooltip): + The tooltip to display when the user hovers over the sticky button + (currently displayed as a push-pin). When active, the sticky button + causes the current filter settings to be retained when the user changes + folders or opens new tabs. (When inactive, only the state of the text + filters are propagated between folder changes and when opening new tabs.) + --> +<!ENTITY quickFilterBar.sticky.tooltip + "Laschar activà ils criteris dals filters cun midar l'ordinatur"> + +<!-- LOCALIZATION NOTE (quickFilterBar.unread.label): + The label for the filter button that causes us to filter results to only + include unread messages. + --> +<!ENTITY quickFilterBar.unread.label + "Nunlegì"> + +<!-- LOCALIZATION NOTE (quickFilterBar.unread.tooltip): + The tooltip for the filter button that causes us to filter results to only + include unread messages. + --> +<!ENTITY quickFilterBar.unread.tooltip + "Mussar mo ils messadis nunlegids"> + +<!-- LOCALIZATION NOTE (quickFilterBar.starred.label): + The label for the filter button that causes us to filter results to only + include messages that have been starred/flagged. + --> +<!ENTITY quickFilterBar.starred.label + "Cun staila"> + +<!-- LOCALIZATION NOTE (quickFilterBar.starred.tooltip): + The tooltip for the filter button that causes us to filter results to only + include messages that have been starred/flagged. + --> +<!ENTITY quickFilterBar.starred.tooltip + "Mussar mo messadis cun staila"> + +<!-- LOCALIZATION NOTE (quickFilterBar.inaddrbook.label): + The label for the filter button that causes us to filter results to only + include messages from contacts in one of the user's non-remote address + books. + --> +<!ENTITY quickFilterBar.inaddrbook.label + "Contact"> + +<!-- LOCALIZATION NOTE (quickFilterBar.inaddrbook.tooltip): + The tooltip for the filter button that causes us to filter results to only + include messages from contacts in one of the user's non-remote address + books. + --> +<!ENTITY quickFilterBar.inaddrbook.tooltip + "Mussar mo messadis da spediturs memorisads en il cudeschet d'adressas"> + +<!-- LOCALIZATION NOTE (quickFilterBar.tags.label): + The label for the filter button that causes us to filter results to only + include messages with at least one tag on them. + --> +<!ENTITY quickFilterBar.tags.label + "Etichettà"> + +<!-- LOCALIZATION NOTE (quickFilterBar.tags.tooltip): + The tooltip for the filter button that causes us to filter results to only + include messages with at least one tag on them. + --> +<!ENTITY quickFilterBar.tags.tooltip + "Mussar mo messadis cun etichettas"> + +<!-- LOCALIZATION NOTE (quickFilterBar.attachment.label): + The label for the filter button that causes us to filter results to only + include messages with attachments. + --> +<!ENTITY quickFilterBar.attachment.label + "Agiunta"> + +<!-- LOCALIZATION NOTE (quickFilterBar.attachment.tooltip): + The tooltip for the filter button that causes us to filter results to only + include messages with attachments. + --> +<!ENTITY quickFilterBar.attachment.tooltip + "Mussar mo messadis cun agiuntas"> + +<!-- LOCALIZATION NOTE (quickFilterBar.resultsLabel.some.formatString): + This is used to populate the results box; it either displays the + number of messages found using this string, that there are no messages + (using quickFilterBar.resultsLabel.none), or the box is hidden. + This is a pluralizable string used to express the number of messages in + the results. We replace the '#1' with the number of messages, otherwise + see the following URL For more information: + https://developer.mozilla.org/En/Localization_and_Plurals + --> +<!ENTITY quickFilterBar.resultsLabel.some.formatString + "#1 messadi;#1 messadis"> + +<!-- LOCALIZATION NOTE (quickFilterBar.resultsLabel.none): + The contents of the results box when there is a filter active but there + are no messages matching the filter. + --> +<!ENTITY quickFilterBar.resultsLabel.none + "Nagins resultats"> + +<!-- LOCALIZATION NOTE (quickFilterBar.resultsLabel.minWidth): + The minimum width, in pixels, of the results label. Please size this + so that a 3 or 4 digit number of messages in the results can be displayed + without growing the size of the box. You can tell this has been + accomplished if adding a filter constraint that changes the displayed + string to your "no results" string does not result in any changes to the + size of the text box to the label's right. (If your string for + "no results" is longer than the "#### messages" case, then size for that. + --> +<!ENTITY quickFilterBar.resultsLabel.minWidth + "100"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textbox.emptyText.base1): + This is the base of the empty text for the text search box. We replace + #1 with the contents of the appropriate + quickFilterBar.textbox.emptyText.keyLabel.* value for the platform. + The goal is to convey to the user that typing in the box will filter + the messages and that there is a hotkey they can press to get to the + box faster. + --> +<!ENTITY quickFilterBar.textbox.emptyText.base1 + "Filtrar quests messadis #1"> + +<!-- LOCALIZATION NOTE (quickFilterBar.show.key2): + This is the key used to show the quick filter bar. --> +<!ENTITY quickFilterBar.show.key2 + "k"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textbox.emptyText.keyLabel.nonmac): + The description of the key-binding to get into the box on windows and + linux (which use the control key). This should match the value of + quickFilterBar.show.key above. + --> +<!ENTITY quickFilterBar.textbox.emptyText.keyLabel2.nonmac + "<Ctrl+Shift+K>"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textbox.emptyText.keyLabel.mac): + The description of the key-binding to get into the box on mac systems. + This should match the value of quickFilterBar.show.key above. + --> +<!ENTITY quickFilterBar.textbox.emptyText.keyLabel2.mac + "<⇧⌘K>"> + +<!-- LOCALIZATION NOTE (quickFilterBar.booleanMode.tooltip): + Tooltip of the Any of / All of tagging mode selector. + --> +<!ENTITY quickFilterBar.booleanMode.tooltip "Modus da filtrar etichettas"> + +<!-- LOCALIZATION NOTE (quickFilterBar.booleanModeAny.label): + Tooltip of the Any of / All of tagging mode selector. + --> +<!ENTITY quickFilterBar.booleanModeAny.label "Tuts da"> + +<!-- LOCALIZATION NOTE (quickFilterBar.booleanModeAny.tooltip): + Tooltip of the Any of / All of tagging mode selector. + --> +<!ENTITY quickFilterBar.booleanModeAny.tooltip "Almain in dals criteris d'etichettas tschernids sto correspunder"> + +<!-- LOCALIZATION NOTE (quickFilterBar.booleanModeAll.label): + Tooltip of the Any of / All of tagging mode selector. + --> +<!ENTITY quickFilterBar.booleanModeAll.label "Tuts"> + +<!-- LOCALIZATION NOTE (quickFilterBar.booleanModeAll.tooltip): + Tooltip of the Any of / All of tagging mode selector. + --> +<!ENTITY quickFilterBar.booleanModeAll.tooltip "Tut ils criteris d'etichettas tschernids ston correspunder"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textbox.idealWidth): + The number of pixels for the ideal width of the quick filter box textbox. + Choose this value so that the emptyText fits nicely with a little bit of + extra whitespace. + --> +<!ENTITY quickFilterBar.textbox.idealWidth + "320"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textbox.minWidth): + The minimum width of the quick filter textbox in pixels. This is the size + which we should refuse to flex below. When we hit this size, the buttons + with labels will have their labels collapsed. + --> +<!ENTITY quickFilterBar.textbox.minWidth + "280"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textFilter.explanation.label): + This label explains what the sender/recipients/subject/body buttons do. + This string should ideally be kept short because the label and the text + filter buttons share their bar (that appears when there is text in the text + filter box) with the list of tags when the tag filter is active, and the + tag sub-bar wants as much space as possible. (Overflow is handled by an + arrow scroll box.) + --> +<!ENTITY quickFilterBar.textFilter.explanation.label + "Filtrar ils messadis tenor:"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textFilter.sender.label): + The button label that toggles whether the text filter searches the message + sender for the string. + --> +<!ENTITY quickFilterBar.textFilter.sender.label + "Speditur"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textFilter.recipients.label): + The button label that toggles whether the text filter searches the message + recipients (to, cc) for the string. + --> +<!ENTITY quickFilterBar.textFilter.recipients.label + "Destinaturs"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textFilter.subject.label): + The button label that toggles whether the text filter searches the message + subject for the string. + --> +<!ENTITY quickFilterBar.textFilter.subject.label + "Object"> + +<!-- LOCALIZATION NOTE (quickFilterBar.textFilter.body.label): + The button label that toggles whether the text filter searches the message + body for the string. + --> +<!ENTITY quickFilterBar.textFilter.body.label + "Text dal messadi"> + +<!-- LOCALIZATION NOTE (quickFilterBar.glodaUpsell.continueSearch): + The first line of the panel popup that tells the user we found no matches + but we can convert to a global search for them. + --> +<!ENTITY quickFilterBar.glodaUpsell.continueSearch + "Repeter questa tschertga per tut ils ordinaturs"> + +<!-- LOCALIZATION NOTE (quickFilterBar.glodaUpsell.pressEnterAndCurrent): + The second line of the panel popup that tells the user we found no matches. + This line will have #1 replaced with what the user has typed so far. + --> +<!ENTITY quickFilterBar.glodaUpsell.pressEnterAndCurrent + "Smatga anc ina giada «Enter» per extender la tschertga da: #1"> diff --git a/l10n-rm/mail/chrome/messenger/removeAccount.dtd b/l10n-rm/mail/chrome/messenger/removeAccount.dtd new file mode 100644 index 0000000000..02e8b5e83f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/removeAccount.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY dialogTitle "Allontanar il conto e las datas"> +<!ENTITY removeButton.label "Allontanar"> +<!ENTITY removeButton.accesskey "A"> +<!ENTITY removeAccount.label "Allontanar las infurmaziuns dal conto"> +<!ENTITY removeAccount.accesskey "a"> +<!ENTITY removeAccount.desc "Questa acziun stizza mo las datas da &brandShortName; davart quest conto. Quai na pertutga betg il conto sco tal sin il server."> +<!ENTITY removeData.label "Stizzar las datas dals messadis"> +<!ENTITY removeData.accesskey "d"> +<!ENTITY removeDataChat.label "Stizzar las datas da las conversaziuns"> +<!ENTITY removeDataChat.accesskey "d"> +<!ENTITY removeDataLocalAccount.desc "Stizza tut ils messadis, ordinaturs e filters associads cun quest conto da tes disc dir local. Quai na pertutga betg tscherts messadis che restan eventualmain sin il server. Na tscherna betg questa opziun sche ti vuls archivar las datas localas u las reutilisar pli tard en &brandShortName;."> +<!ENTITY removeDataServerAccount.desc "Stizza tut ils messadis, ordinaturs e filters associads cun quest conto da tes disc dir local. Tes messadis ed ordinaturs restan preservads sin il server."> +<!ENTITY removeDataChatAccount.desc "Stizza tut las registraziuns da conversaziuns memorisadas sin tes disc dir local ch'èn associadas cun quest conto."> +<!ENTITY showData.label "Mussar la posiziun da las datas"> +<!ENTITY showData.accesskey "s"> +<!ENTITY progressPending "Stizzar las datas tschernidas…"> +<!ENTITY progressSuccess "Stizzà cun success."> +<!ENTITY progressFailure "Betg reussì da stizzar."> diff --git a/l10n-rm/mail/chrome/messenger/removeAccount.properties b/l10n-rm/mail/chrome/messenger/removeAccount.properties new file mode 100644 index 0000000000..0d40ff22b0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/removeAccount.properties @@ -0,0 +1,5 @@ +# 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/. + +removeQuestion=Vuls ti propi allontanar il conto «%S»? diff --git a/l10n-rm/mail/chrome/messenger/renameFolderDialog.dtd b/l10n-rm/mail/chrome/messenger/renameFolderDialog.dtd new file mode 100644 index 0000000000..7844e229cb --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/renameFolderDialog.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY renameFolderDialog.title "Renumnar l'ordinatur"> +<!ENTITY rename.label "Endatescha il nov num per l'ordinatur:"> +<!ENTITY rename.accesskey "E"> +<!ENTITY accept.label "Renumnar"> +<!ENTITY accept.accesskey "R"> diff --git a/l10n-rm/mail/chrome/messenger/safeMode.dtd b/l10n-rm/mail/chrome/messenger/safeMode.dtd new file mode 100644 index 0000000000..bf04b494a5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/safeMode.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> + +<!ENTITY safeModeDialog.title "&brandShortName; Modus segirà"> +<!ENTITY window.width "37em"> + +<!ENTITY safeModeDescription.label "&brandShortName; vegn ussa exequì en il modus segirà. Quel deactivescha temporarmain tias configuraziuns persunalisadas, ils themes e las extensiuns."> +<!ENTITY safeModeDescription2.label "Ti pos far daventar permanentas intginas u tuttas questas midadas:"> + +<!ENTITY disableAddons.label "Deactivar tut ils supplements"> +<!ENTITY disableAddons.accesskey "D"> + +<!ENTITY resetToolbars.label "Reinizialisar las travs d'utensils"> +<!ENTITY resetToolbars.accesskey "R"> + +<!ENTITY changeAndRestartButton.label "Exequir las midadas e reaviar"> +<!ENTITY changeAndRestartButton.accesskey "M"> + +<!ENTITY continueButton.label "Cuntinuar en il modus segirà"> +<!ENTITY continueButton.accesskey "C"> diff --git a/l10n-rm/mail/chrome/messenger/sanitize.dtd b/l10n-rm/mail/chrome/messenger/sanitize.dtd new file mode 100644 index 0000000000..4298a8c4a9 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/sanitize.dtd @@ -0,0 +1,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/. --> + +<!ENTITY sanitizeDialog2.title "Stizzar la cronologia pli nova"> + +<!-- XXX rearrange entities to match physical layout when l10n isn't an issue --> +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" dropdown. + See UI mockup at bug 480169 --> +<!ENTITY clearTimeDuration.label "Perioda per stizzar: "> +<!ENTITY clearTimeDuration.accesskey "T"> +<!ENTITY clearTimeDuration.lastHour "L'ultima ura"> +<!ENTITY clearTimeDuration.last2Hours "Las ultimas duas uras"> +<!ENTITY clearTimeDuration.last4Hours "Las ultimas quatter uras"> +<!ENTITY clearTimeDuration.today "Oz"> +<!ENTITY clearTimeDuration.everything "Tut"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for languages +that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (detailsProgressiveDisclosure.*): Labels and accesskeys + of the "Details" progressive disclosure button. See UI mockup at bug + 480169 --> +<!ENTITY detailsProgressiveDisclosure.label "Detagls"> +<!ENTITY detailsProgressiveDisclosure.accesskey "e"> + + +<!ENTITY historyGroup.label "Cronologia"> + +<!ENTITY itemHistory.label "Cronologia"> +<!ENTITY itemHistory.accesskey "C"> +<!ENTITY itemCookies.label "Cookies"> +<!ENTITY itemCookies.accesskey "o"> +<!ENTITY itemCache.label "Cache"> +<!ENTITY itemCache.accesskey "a"> + +<!-- LOCALIZATION NOTE (sanitizeEverythingUndoWarning): Second warning paragraph + that appears when "Time range to clear" is set to "Everything". See UI + mockup at bug 480169 --> +<!ENTITY sanitizeEverythingUndoWarning "Attenziun: Ins na po betg revocar questa acziun."> + +<!ENTITY dialog.width "28em"> diff --git a/l10n-rm/mail/chrome/messenger/seamonkeyImportMsgs.properties b/l10n-rm/mail/chrome/messenger/seamonkeyImportMsgs.properties new file mode 100644 index 0000000000..7b3c8be9e8 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/seamonkeyImportMsgs.properties @@ -0,0 +1,18 @@ +# 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/. +# +# The following are used by the seamonkey import code to display status/error +# and informational messages + +# Short name of import module +SeamonkeyImportName=SeaMonkey + +# Description of import module +SeamonkeyImportDescription=Importar cudeschets d'adressas, e-mails e contos da SeaMonkey. + +# Success Message for addressbook import +SeamonkeyImportAddressSuccess=Ils cudeschets d'adressas èn vegnids importads cun success. + +# Success Message for mail import +SeamonkeyImportSettingsSuccess=Ils messadis e contos locals èn vegnids importads cun success. diff --git a/l10n-rm/mail/chrome/messenger/search-attributes.properties b/l10n-rm/mail/chrome/messenger/search-attributes.properties new file mode 100644 index 0000000000..2a661b525b --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/search-attributes.properties @@ -0,0 +1,45 @@ +# 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/. + +#these need to match nsMsgSearchAttrib interface in nsMsgSearchCore.idl +#and nsMsgSearchAttribMap in nsMsgSearchAdapter.cpp +Subject=Object +From=Da +Body=Text dal messadi +Date=Data +Priority=Prioritad +Status=Status +To=A +Cc=CC +ToOrCc=A u cc +AgeInDays=Vegliadetgna en dis +SizeKB=Grondezza (KB) +Tags=Etichettas +# for AB and LDAP +AnyName=X-in num +DisplayName=Num mussà +Nickname=Surnum +ScreenName=Num da messenger +Email=E-mail +AdditionalEmail=Adressa d'e-mail supplementara +AnyNumber=X-in dumber +WorkPhone=Telefon lavur +HomePhone=Telefon privat +Fax=Fax +Pager=Pager +Mobile=Mobil +City=Lieu +Street=Via +Title=Titel +Organization=Organisaziun +Department=Partiziun +# more mailnews +FromToCcOrBcc=Da, a, cc u bcc +JunkScoreOrigin=Origin da la classificaziun sco nungiavischà +JunkPercent=Pertschient nungiavischà +AttachmentStatus=Status dad agiuntas +JunkStatus=Status da nungiavischà +Label=Etichetta +Customize=Modifitgar... +MissingCustomTerm=Cundiziun persunalisada manca diff --git a/l10n-rm/mail/chrome/messenger/search-operators.properties b/l10n-rm/mail/chrome/messenger/search-operators.properties new file mode 100644 index 0000000000..e817c6905e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/search-operators.properties @@ -0,0 +1,31 @@ +# 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/. + +0=cuntegna +1=na cuntegna betg +2=è +3=n'è betg +4=è vid + +5=è avant +6=è suenter + +7=è pli auta che +8=è pli bassa che + +9=cumenza cun +10=finescha cun + +11=tuna sco +12=LdapDwim + +13=è pli gronda che +14=è pli pitschna che + +15=CumplettarNum +16=è en mes cudeschet d'adressas +17=n'è betg en mes cudeschet d'adressas +18=n'è betg vid +19=correspunda a +20=na correspunda betg a diff --git a/l10n-rm/mail/chrome/messenger/search.properties b/l10n-rm/mail/chrome/messenger/search.properties new file mode 100644 index 0000000000..59cf3de804 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/search.properties @@ -0,0 +1,27 @@ +# 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/. + +# these are the fields that get inserted in the search line +# for "and" searches, this looks like: +# +# searchAnd0 <attribute> searchAnd1 <operator> searchAnd2 <value> searchAnd4 +# +# for example, in english this looks like: +# and the [Sender ] [doesn't contain] [John] +# +# TODO: need to special-case the first line (filterindex==0) + +# filter stuff + +searchingMessage=Tschertgar… +# LOCALIZATION NOTE (matchesFound): #1 number of matches found +matchesFound=Chattà #1 congrugenza;Chattà #1 congrugenzas +noMatchesFound=Chattà naginas congruenzas +labelForStopButton=Fermar +labelForSearchButton=Tschertgar +labelForStopButton.accesskey=S +labelForSearchButton.accesskey=S + +moreButtonTooltipText=Agiuntar ina nova regla +lessButtonTooltipText=Allontanar questa regla diff --git a/l10n-rm/mail/chrome/messenger/searchTermOverlay.dtd b/l10n-rm/mail/chrome/messenger/searchTermOverlay.dtd new file mode 100644 index 0000000000..97570c8c11 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/searchTermOverlay.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> + +<!ENTITY matchAll.label "Correspunda a tut ils criteris"> +<!ENTITY matchAll.accesskey "C"> +<!ENTITY matchAny.label "Correspunda ad almain in criteri"> +<!ENTITY matchAny.accesskey "o"> +<!ENTITY matchAllMsgs.label "Nagins criteris"> +<!ENTITY matchAllMsgs.accesskey "N"> + +<!-- LOCALIZATION NOTE + The values below are used to control the widths of the search widgets. + Change the values only when the localized strings in the popup menus + are truncated in the widgets. + --> +<!ENTITY searchTermListAttributesFlexValue "5"> +<!ENTITY searchTermListOperatorsFlexValue "5"> +<!ENTITY searchTermListValueFlexValue "5"> diff --git a/l10n-rm/mail/chrome/messenger/shutdownWindow.properties b/l10n-rm/mail/chrome/messenger/shutdownWindow.properties new file mode 100644 index 0000000000..332e7ab380 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/shutdownWindow.properties @@ -0,0 +1,10 @@ +# 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/. + + +# These strings are loaded and represented by the XUL dialog. +shutdownDialogTitle=Fanestra da progress da serrar +taskProgress=Elavurar l'incumbensa %1$S da %2$S + +# These strings are loaded by the individual shutdown tasks. diff --git a/l10n-rm/mail/chrome/messenger/smime.properties b/l10n-rm/mail/chrome/messenger/smime.properties new file mode 100644 index 0000000000..d1e376b336 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/smime.properties @@ -0,0 +1,13 @@ +# 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/. + +# +# The following are used by the smime content type handler +# + +## @name NS_MSG_UNABLE_TO_OPEN_FILE +## LOCALIZATION NOTE: the text can contain HTML tags. +1000=Quai è in messadi <B>CRIPTÀ</B> u <B>SUTTASCRIT</B>.<br> Questa applicaziun dad e-mail na sustegna betg e-mails criptads u suttascrits. + + diff --git a/l10n-rm/mail/chrome/messenger/smtpEditOverlay.dtd b/l10n-rm/mail/chrome/messenger/smtpEditOverlay.dtd new file mode 100644 index 0000000000..0c2fd29c6a --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/smtpEditOverlay.dtd @@ -0,0 +1,24 @@ +<!-- 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/. --> + +<!ENTITY settings.caption "Preferenzas"> +<!ENTITY security.caption "Segirezza ed autentificaziun"> +<!ENTITY serverName.label "Num dal server:"> +<!ENTITY serverName.accesskey "S"> +<!ENTITY serverDescription.label "Descripziun:"> +<!ENTITY serverDescription.accesskey "D"> +<!ENTITY serverPort.label "Port:"> +<!ENTITY serverPort.accesskey "P"> +<!ENTITY userName.label "Num d'utilisader:"> +<!ENTITY userName.accesskey "m"> +<!ENTITY connectionSecurity.label "Segirezza da connexiun:"> +<!ENTITY connectionSecurity.accesskey "n"> +<!ENTITY connectionSecurityType-0.label "Nagina"> +<!ENTITY connectionSecurityType-1.label "STARTTLS, sche disponibel"> +<!ENTITY connectionSecurityType-2.label "STARTTLS"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY smtpEditTitle.label "Server SMTP"> +<!ENTITY serverPortDefault.label "Predefinì:"> +<!ENTITY authMethod.label "Metoda d'autentificaziun:"> +<!ENTITY authMethod.accesskey "i"> diff --git a/l10n-rm/mail/chrome/messenger/subscribe.dtd b/l10n-rm/mail/chrome/messenger/subscribe.dtd new file mode 100644 index 0000000000..883b4f13c5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/subscribe.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY subscribeDialog.title "Abunar"> +<!ENTITY subscribeButton.label "Abunar"> +<!ENTITY subscribeButton.accesskey "A"> +<!ENTITY unsubscribeButton.label "Annullar l'abunament"> +<!ENTITY unsubscribeButton.accesskey "n"> +<!ENTITY newGroupsTab.label "Novas gruppas da news"> +<!ENTITY newGroupsTab.accesskey "N"> +<!ENTITY refreshButton.label "Actualisar"> +<!ENTITY refreshButton.accesskey "t"> +<!ENTITY stopButton.label "Fermar"> +<!ENTITY stopButton.accesskey "F"> +<!ENTITY server.label "Conto:"> +<!ENTITY server.accesskey "C"> +<!ENTITY subscribedHeader.label "Abunar"> +<!-- commenting out until bug 38906 is fixed +<!ENTITY messagesHeader.label "Messages"> --> +<!ENTITY namefield.label "Mussar elements che cuntegnan:"> +<!ENTITY namefield.accesskey "M"> diff --git a/l10n-rm/mail/chrome/messenger/subscribe.properties b/l10n-rm/mail/chrome/messenger/subscribe.properties new file mode 100644 index 0000000000..4787885f7f --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/subscribe.properties @@ -0,0 +1,13 @@ +# 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/. + +subscribeLabel-nntp=Tscherna las gruppas da discussiun che duain vegnir abunadas: +subscribeLabel-imap=Tscherna ils ordinaturs che duain vegnir abunads: +currentListTab-nntp.label=Glista da las gruppas actualas +currentListTab-nntp.accesskey=L +currentListTab-imap.label=Glista dad ordinaturs +currentListTab-imap.accesskey=L +pleaseWaitString=Spetgar per plaschair... +offlineState=Ti n'es betg connectà. Impussibel da retschaiver ils elements dal server. +errorPopulating=Errur cun retschaiver ils elements dal server. diff --git a/l10n-rm/mail/chrome/messenger/tabmail.dtd b/l10n-rm/mail/chrome/messenger/tabmail.dtd new file mode 100644 index 0000000000..d9e1bf45aa --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/tabmail.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY closeTab.label "Serrar il tab"> +<!ENTITY listAllTabs.label "Far ina glista cun tut ils tabs"> +<!-- LOCALIZATION NOTE(defaultTabTitle.label): This is the default tab + title to show when the tab has no title. --> +<!ENTITY defaultTabTitle.label "Partenza"> diff --git a/l10n-rm/mail/chrome/messenger/taskbar.properties b/l10n-rm/mail/chrome/messenger/taskbar.properties new file mode 100644 index 0000000000..0c6ce04ea0 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/taskbar.properties @@ -0,0 +1,8 @@ +# 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/. + +taskbar.tasks.composeMessage.label=Scriver in nov messadi +taskbar.tasks.composeMessage.description=Scriver in nov messadi. +taskbar.tasks.openAddressBook.label=Avrir il cudeschet d'adressas +taskbar.tasks.openAddressBook.description=Avrir tes cudeschet d'adressas. diff --git a/l10n-rm/mail/chrome/messenger/telemetry.properties b/l10n-rm/mail/chrome/messenger/telemetry.properties new file mode 100644 index 0000000000..09c463cb50 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/telemetry.properties @@ -0,0 +1,13 @@ +# 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/. + +# Telemetry prompt +# LOCALIZATION NOTE (telemetryText): %1$S will be replaced by brandFullName, +# and %2$S by the value of the toolkit.telemetry.server_owner preference. +telemetryText = Vuls ti gidar a meglierar %1$S cun trametter automaticamain datas davart l'utilisaziun da la capacitad da memorisar, la prestaziun ed il funcziunament a %2$S? +telemetryLinkLabel = Ulteriuras infurmaziuns +telemetryYesButtonLabel = Gea +telemetryYesButtonAccessKey = G +telemetryNoButtonLabel = Na +telemetryNoButtonAccessKey = N diff --git a/l10n-rm/mail/chrome/messenger/templateUtils.properties b/l10n-rm/mail/chrome/messenger/templateUtils.properties new file mode 100644 index 0000000000..686c05e904 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/templateUtils.properties @@ -0,0 +1,7 @@ +# 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 yesterday: used in various places where we compute +# a "friendly" date, e.g. displaying that a message was from yesterday. +yesterday=ier diff --git a/l10n-rm/mail/chrome/messenger/textImportMsgs.properties b/l10n-rm/mail/chrome/messenger/textImportMsgs.properties new file mode 100644 index 0000000000..4229a20724 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/textImportMsgs.properties @@ -0,0 +1,48 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name TEXTIMPORT_NAME +## @loc None +2000=Datoteca da text (LDIF, .tab, .csv, .txt) + +# Description of import module +## @name TEXTIMPORT_DESCRIPTION +## @loc None +2001=Importar in cudeschet d'adressas ord ina datoteca da text. Per exempel: LDIF (.ldif, .ldi) u formats che separeschan cun tabulaturs (.tab, .txt) u cun comma (.csv). + +# Description of import module +## @name TEXTIMPORT_ADDRESS_NAME +## @loc None +2002=Cudeschet d'adressas en furma da text + +# Description +## @name TEXTIMPORT_ADDRESS_SUCCESS +## @loc None +2003=Importà il cudeschet d'adressas %S + +# Error message +## @name TEXTIMPORT_ADDRESS_BADPARAM +## @loc None +2004=Surdà in parameter nuncorrect per l'import dal cudeschet d'adressas. + +# Error message +## @name TEXTIMPORT_ADDRESS_BADSOURCEFILE +## @loc None +2005=Errur cun acceder la datoteca per il cudeschet d'adressas %S. + +# Error message +## @name TEXTIMPORT_ADDRESS_CONVERTERROR +## @loc None +2006=Errur cun importar il cudeschet d'adressas %S, eventualman n'èn betg tut las adressas vegnidas importadas. diff --git a/l10n-rm/mail/chrome/messenger/vCardImportMsgs.properties b/l10n-rm/mail/chrome/messenger/vCardImportMsgs.properties new file mode 100644 index 0000000000..f46c675c37 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/vCardImportMsgs.properties @@ -0,0 +1,26 @@ +# 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/. + +# +# The following are used by the vCard import code to display status, error, and +# informational messages +# + +vCardImportName=Datoteca vCard (.vcf) + +vCardImportDescription=Importar in cudeschet d'adressas dal format vCard + +vCardImportAddressName=Cudeschet d'adressas da vCard + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressSuccess=Importà il cudeschet d'adressas %S + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressBadSourceFile=Ina errur è cumparida cun acceder la datoteca dal cudeschet d'adressas %S. + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressConvertError=Ina errur è cumparida cun importar il cudeschet d'adressas %S, eventualmain n'èn betg tut las adressas vegnidas importadas. diff --git a/l10n-rm/mail/chrome/messenger/viewLog.dtd b/l10n-rm/mail/chrome/messenger/viewLog.dtd new file mode 100644 index 0000000000..30b6df2e69 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/viewLog.dtd @@ -0,0 +1,12 @@ +<!-- 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/. --> + +<!ENTITY viewLog.title "Protocol da filters"> +<!ENTITY viewLogInfo.text "Il protocol da filters è ina datoteca che documentescha tge filters ch'èn vegnids exequids per quest conto. Utilisescha la chaschetta da controlla sutvart per activar la registraziun."> +<!ENTITY clearLog.label "Svidar il protocol"> +<!ENTITY clearLog.accesskey "C"> +<!ENTITY enableLog.label "Activar il protocol da filters"> +<!ENTITY enableLog.accesskey "E"> +<!ENTITY closeLog.label "Serrar"> +<!ENTITY closeLog.accesskey "S"> diff --git a/l10n-rm/mail/chrome/messenger/viewSource.dtd b/l10n-rm/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..7ecde40765 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,90 @@ +<!-- 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/. --> + +<!-- extracted from content/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "Funtauna da: "> + +<!ENTITY editMenu.label "Modifitgar"> +<!ENTITY editMenu.accesskey "M"> +<!ENTITY fileMenu.label "Datoteca"> +<!ENTITY fileMenu.accesskey "D"> +<!ENTITY savePageCmd.label "Memorisar la pagina sut…"> +<!ENTITY savePageCmd.accesskey "s"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Organisar la pagina…"> +<!ENTITY pageSetupCmd.accesskey "O"> +<!ENTITY printPreviewCmd.label "Prevista da stampa"> +<!ENTITY printPreviewCmd.accesskey "v"> +<!ENTITY printCmd.label "Stampar…"> +<!ENTITY printCmd.accesskey "p"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Serrar"> +<!ENTITY closeCmd.accesskey "r"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "Siglir a la lingia…"> +<!ENTITY goToLineCmd.accesskey "g"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "Vista"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY reloadCmd.label "Rechargiar"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Divider lingias lungas"> +<!ENTITY menu_wrapLongLines.accesskey "l"> +<!ENTITY menu_highlightSyntax.label "Relevar la sintaxa"> +<!ENTITY menu_highlightSyntax.accesskey "x"> +<!ENTITY menu_textSize.label "Grondezza da la scrittira"> +<!ENTITY menu_textSize.accesskey "G"> +<!ENTITY menu_textEnlarge.label "Engrondir"> +<!ENTITY menu_textEnlarge.accesskey "E"> +<!ENTITY menu_textReduce.label "Empitschnir"> +<!ENTITY menu_textReduce.accesskey "h"> +<!ENTITY menu_textReset.label "Normal"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Tschertgar en la pagina…"> +<!ENTITY findOnCmd.accesskey "T"> +<!ENTITY findOnCmd.commandkey "t"> +<!ENTITY findAgainCmd.label "Tschertgar vinavant"> +<!ENTITY findAgainCmd.accesskey "g"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Enavos"> +<!ENTITY backCmd.accesskey "E"> +<!ENTITY forwardCmd.label "Enavant"> +<!ENTITY forwardCmd.accesskey "v"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Copiar l'adressa da la colliaziun"> +<!ENTITY copyLinkCmd.accesskey "C"> +<!ENTITY copyEmailCmd.label "Copiar l'adressa dad e-mail"> +<!ENTITY copyEmailCmd.accesskey "a"> diff --git a/l10n-rm/mail/chrome/messenger/viewSource.properties b/l10n-rm/mail/chrome/messenger/viewSource.properties new file mode 100644 index 0000000000..4c115f1b14 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/viewSource.properties @@ -0,0 +1,17 @@ +# 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/. + +goToLineTitle = Siglir a la lingia +goToLineText = Endatar il numer da lingia +invalidInputTitle = Endataziun nunvalida +invalidInputText = Il numer da lingia inditgà è nunvalid. +outOfRangeTitle = Impussibel da chattar la lingia +outOfRangeText = Impussibel da chattar la lingia inditgada. +viewSelectionSourceTitle = Funtauna DOM da la selecziun +viewMathMLSourceTitle = Funtauna DOM MathML + +context_goToLine_label = Ir a la lingia… +context_goToLine_accesskey = l +context_wrapLongLines_label = Divider lingias lungas +context_highlightSyntax_label = Relevar la sintaxa diff --git a/l10n-rm/mail/chrome/messenger/viewZoomOverlay.dtd b/l10n-rm/mail/chrome/messenger/viewZoomOverlay.dtd new file mode 100644 index 0000000000..8847c95363 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/viewZoomOverlay.dtd @@ -0,0 +1,30 @@ +<!-- 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 : +fullZoomEnlargeCmd.commandkey3, fullZoomReduceCmd.commandkey2 and +fullZoomResetCmd.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY fullZoomEnlargeCmd.label "Engrondir"> +<!ENTITY fullZoomEnlargeCmd.accesskey "n"> +<!ENTITY fullZoomEnlargeCmd.commandkey "+"> +<!ENTITY fullZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards --> +<!ENTITY fullZoomEnlargeCmd.commandkey3 ""> + +<!ENTITY fullZoomReduceCmd.label "Empitschnir"> +<!ENTITY fullZoomReduceCmd.accesskey "m"> +<!ENTITY fullZoomReduceCmd.commandkey "-"> +<!ENTITY fullZoomReduceCmd.commandkey2 ""> + +<!ENTITY fullZoomResetCmd.label "Redefinir"> +<!ENTITY fullZoomResetCmd.accesskey "R"> +<!ENTITY fullZoomResetCmd.commandkey "0"> +<!ENTITY fullZoomResetCmd.commandkey2 ""> + +<!ENTITY fullZoomToggleCmd.label "Mo zoomar il text"> +<!ENTITY fullZoomToggleCmd.accesskey "T"> +<!ENTITY fullZoom.label "Zoom"> +<!ENTITY fullZoom.accesskey "Z"> diff --git a/l10n-rm/mail/chrome/messenger/virtualFolderListDialog.dtd b/l10n-rm/mail/chrome/messenger/virtualFolderListDialog.dtd new file mode 100644 index 0000000000..af1593d92e --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/virtualFolderListDialog.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY virtualFolderListTitle.title "Tscherner ordinatur(s)"> +<!ENTITY virtualFolderDesc.label "Tscherner ils ordinaturs per tschertgar:"> +<!ENTITY folderName.label "Num da l'ordinatur"> +<!ENTITY folderSearch.label "Tschertgar"> diff --git a/l10n-rm/mail/chrome/messenger/virtualFolderProperties.dtd b/l10n-rm/mail/chrome/messenger/virtualFolderProperties.dtd new file mode 100644 index 0000000000..d14372e8d5 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/virtualFolderProperties.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY virtualFolderProperties.title "Nov orinatur da tschertgas memorisadas"> +<!ENTITY name.label "Num:"> +<!ENTITY name.accesskey "N"> +<!ENTITY description.label "Crear sco sutordinatur da:"> +<!ENTITY description.accesskey "C"> + +<!ENTITY searchTermCaption.label "Configurar ils criteris da tschertga per quest ordinatur da tschertgas memoridadas: "> + +<!ENTITY folderSelectionCaption.label "Tscherner ils ordinaturs per tschertgar: "> +<!ENTITY chooseFoldersButton.label "Tschertgar en..."> +<!ENTITY chooseFoldersButton.accesskey "h"> + +<!ENTITY searchOnline.label "Tschertgar online (furnescha resultats actuals da contos dad IMAP e da novitads, ma dovra dapli temp per avrir l'ordinatur)"> +<!ENTITY searchOnline.accesskey "S"> +<!ENTITY newFolderButton.label "Crear"> +<!ENTITY newFolderButton.accesskey "r"> +<!ENTITY editFolderButton.label "Actualisar"> +<!ENTITY editFolderButton.accesskey "U"> diff --git a/l10n-rm/mail/chrome/messenger/wmImportMsgs.properties b/l10n-rm/mail/chrome/messenger/wmImportMsgs.properties new file mode 100644 index 0000000000..83fe9ea7a8 --- /dev/null +++ b/l10n-rm/mail/chrome/messenger/wmImportMsgs.properties @@ -0,0 +1,76 @@ +# 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/. + +# +# The following are used by the windows live mail import code to display status/error +# and informational messages +# + +# Short name of import module +## @name WMIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Windows Live Mail + +# Description of import module +## @name WMIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2001): In this item, don't translate "Windows Live Mail" +2001=Parameters da Windows Live Mail + +# Success message +## @name WMIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%1$S" or "%2$d" +## The variable %1$S will contain the name of the Mailbox +## The variable %2$d will contain the number of messages +2002=Chascha da brevs %1$S, importà %2$d messadis + +# Error message +## @name WMIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Surdà in parameter nuncorrect per l'import da la chascha da brevs. + +# Error message +## @name WMIMPORT_MAILBOX_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2004=Errur cun acceder la datoteca per la chascha da brevs %S. + +# Error message +## @name WMIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2005=Errur cun importar la chascha da brevs %S, eventualmain n'èn betg tut ils messadis vegnids importads. + +# Default name of imported addressbook +## @name WMIMPORT_DEFAULT_NAME +## @loc None +2006=Cudeschet d'adressas Windows Live Mail + +# Autofind description +## @name WMIMPORT_AUTOFIND +## @loc None +2007=Cudeschet d'adressas Windows Live Mail (cudeschet d'adressas da Windows) + +# Description +## @name WMIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Importà il cudeschet d'adressas %S + +# Error message +## @name WMIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Errur cun importar il cudeschet d'adressas %S, eventualman n'èn betg tut las adressas vegnidas importadas. + +# Error message +## @name WMIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Ils parameters surdads per importar il cudeschet d'adressas èn nuncorrects. diff --git a/l10n-rm/mail/chrome/mozldap/ldap.properties b/l10n-rm/mail/chrome/mozldap/ldap.properties new file mode 100644 index 0000000000..4891abd5ba --- /dev/null +++ b/l10n-rm/mail/chrome/mozldap/ldap.properties @@ -0,0 +1,272 @@ +# +# 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/. + +# +# 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/. + +# The following two strings are used when prompting the user for authentication +# information: + +## @name AUTH_PROMPT_TITLE +## @loc none +authPromptTitle=Il server LDAP pretenda in pled-clav + +## @name AUTH_PROMPT_TEXT +## @loc %1$S should not be localized. It is the hostname of the LDAP server. +authPromptText=Endatescha per plaschair tes pled-clav per %1$S. + +# These are string versions of all the errors defined in +# nsILDAPErrors.idl, as well as the nsresult codes based on those +# errors. See that file for the genesis of these codes, as well as +# for info about how to get documentation about their precise +# meanings. + +# These are string versions of all the errors defined in +# nsILDAPErrors.idl, as well as the nsresult codes based on those +# errors. See that file for the genesis of these codes, as well as +# for info about how to get documentation about their precise +# meanings. + +## @name OPERATIONS_ERROR +## @loc none +1=Errur dad operaziuns + +## @name PROTOCOL_ERROR +## @loc none +2=Errur da protocol + +## @name TIMELIMIT_EXCEEDED +## @loc none +3=Surpassà la limita da temp + +## @name SIZELIMIT_EXCEEDED +## @loc none +4=Surpassà la limita da grondezza + +## @name COMPARE_FALSE +## @loc none +5=Cumparegliaziun fallada + +## @name COMPARE_TRUE +## @loc none +6=Cumparegliaziun vardaivla + +## @name STRONG_AUTH_NOT_SUPPORTED +## @loc none +7=Metoda d'autentificaziun betg sustegnida + +## @name STRONG_AUTH_REQUIRED +## @loc none +8=Autentificaziun ferma obligatoria + +## @name PARTIAL_RESULTS +## @loc none +9=Recepì resultats parzials e referenza + +## @name REFERRAL +## @loc none +10=Obtegnì ina referenza + +## @name ADMINLIMIT_EXCEEDED +## @loc none +11=Surpassà la limita administrativa + +## @name UNAVAILABLE_CRITICAL_EXTENSION +## @loc none +12=Extensiun critica betg disponibla + +## @name CONFIDENTIALITY_REQUIRED +## @loc none +13=Confidenzialitad necessaria + +## @name SASL_BIND_IN_PROGRESS +## @loc none +14=SASL-binding en progress + +## @name NO_SUCH_ATTRIBUTE +## @loc none +16=Nagin tal attribut + +## @name UNDEFINED_TYPE +## @loc none +17=Tip d'attribut nundefinì + +## @name INAPPROPRIATE MATCHIN +## @loc none +18=Correspundenza inadattada + +## @name CONSTRAINT_VIOLATION +## @loc none +19=Violaziun da restricziuns + +## @name TYPE_OR_VALUE_EXISTS +## @loc none +20=Il tip u la valur exista + +## @name INVALID_SYNTAX +## @loc none +21=Sintaxa nunvalida + +## @name NO_SUCH_OBJECT +## @loc none +32=Nagin tal object + +## @name ALIAS_PROBLEM +## @loc none +33=Problem cun l'alias + +## @name INVALID_DN_ SYNTAX +## @loc none +34=Sintaxa da DN nunvalida + +## @name IS_LEAF +## @loc none +35=L'object è in fegl + +## @name ALIAS_DEREF_PROBLEM +## @loc none +36=Problem da dereferenziar l'alias + +## @name INAPPROPRIATE_AUTH +## @loc none +48=Autentificaziun inadattada + +## @name INVALID_CREDENTIALS +## @loc none +49=Infurmaziuns d'annunzia nunvalidas + +## @name INSUFFICIENT_ACCESS +## @loc none +50=Access insuffizient + +## @name BUSY +## @loc none +51=Il server LDAP è occupà + +## @name UNAVAILABLE +## @loc none +52=Il server LDAP n'è betg disponibel + +## @name UNWILLING_TO_PERFORM +## @loc none +53=Il server LDAP refusa dad exequir + +## @name LOOP_DETECT +## @loc none +54=Scuvert in cirquit + +## @name SORT_CONTROL_MISSING +## @loc none +60=La controlla da zavrada manca + +## @name INDEX_RANGE_ERROR +## @loc none +61=Ils resultats da la tschertga surpassan l'interval specifitgà dals spustaments + +## @name NAMING_VIOLATION +## @loc none +64=Violaziun da denominaziun + +## @name OBJECT_CLASS_VIOLATION +## @loc none +65=Violaziun da classa d'object + +## @name NOT_ALLOWED_ON_NONLEAF +## @loc none +66=Operaziun betg permessa sin in betg-fegl + +## @name NOT_ALLOWED_ON_RDN +## @loc none +67=Operaziun betg permessa sin RDN + +## @name ALREADY_EXISTS +## @loc none +68=Exista gia + +## @name NO_OBJECT_CLASS_MODS +## @loc none +69=Impussibel da modifitgar la classa d'object + +## @name RESULTS_TOO_LARGE +## @loc none +70=Resultats memia gronds + +## @name AFFECTS_MULTIPLE_DSAS +## @loc none +71=Pertutga plirs servers + +## @name OTHER +## @loc none +80=Errur nunenconuschenta + +## @name SERVER_DOWN +## @loc none +81=Impussibel da contactar il server LDAP + +## @name LOCAL_ERROR +## @loc none +82=Errur locala + +## @name ENCODING_ERROR +## @loc none +83=Errur da codaziun + +## @name DECODING_ERROR +## @loc none +84=Errur da decodaziun + +## @name TIMEOUT +## @loc none +85=Il server LDAP ha surpassà il temp + +## @name AUTH_UNKNOWN +## @loc none +86=Metoda d'autentificaziun nunenconuschenta + +## @name FILTER_ERROR +## @loc none +87=Filter da tschertga nunvalid + +## @name USER_CANCELLED +## @loc none +88=L'utilisader ha interrut l'operaziun + +## @name PARAM_ERROR +## @loc none +89=Parameters incorrects per ina rutina LDAP + +## @name NO_MEMORY +## @loc none +90=Nagina capacitad da memorisar pli + +## @name CONNECT_ERROR +## @loc none +91=Impussibel da connectar cun il server LDAP + +## @name NOT_SUPPORTED +## @loc none +92=Betg sustegnì da questa versiun dal protocol LDAP + +## @name CONTROL_NOT_FOUND +## @loc none +93=Betg chattà l'element da controlla LDAP dumandà + +## @name NO_RESULTS_RETURNED +## @loc none +94=Returnà nagins resultats + +## @name MORE_RESULTS_TO_RETURN +## @loc none +95=Ulteriurs resultats da returnar + +## @name CLIENT_LOOP +## @loc none +96=Il client ha scuvrì in circuit + +## @name REFERRAL_LIMIT_EXCEEDED +## @loc none +97=Surpassà la limita da sigls da referiment diff --git a/l10n-rm/mail/chrome/overrides/netError.dtd b/l10n-rm/mail/chrome/overrides/netError.dtd new file mode 100644 index 0000000000..9b45516d57 --- /dev/null +++ b/l10n-rm/mail/chrome/overrides/netError.dtd @@ -0,0 +1,149 @@ +<!-- 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/. --> + +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; + +<!ENTITY loadError.label "Errur cun chargiar la pagina"> +<!ENTITY retry.label "Empruvar anc ina giada"> + +<!-- Specific error messages --> + +<!ENTITY connectionFailure.title "Connexiun betg reussida"> +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> + +<!ENTITY deniedPortAccess.title "Il port è bloccà per motivs da segirezza"> +<!ENTITY deniedPortAccess.longDesc ""> + +<!ENTITY dnsNotFound.title "Impussibel da chattar l'adressa"> +<!ENTITY dnsNotFound.longDesc "<ul> + <li>Controllescha sche l'adressa cuntegna sbagls da tippar sco + <strong>ww</strong>.example.com empè da <strong>www</strong>.example.com</li> + <li>Sche ti na pos era betg chargiar in'autra website, controllescha per plaschair la connexiun a l'internet.</li> + <li>Sch'il computer u la rait èn protegids dad ina firewall u dad in proxy, controllescha che + &brandShortName; haja ils dretgs necessaris per acceder al web.</li> +</ul>"> + +<!ENTITY fileNotFound.title "Impussibel da chattar la datoteca"> +<!ENTITY fileNotFound.longDesc "<ul><li>Forsa è l'endataziun vegnida renumnada, stizzada u spustada? </li><li>Cuntegna l'adressa in sbagl ortografic, in sbagl da scripziun grond e pitschen u in auter sbagl da scriver? </li><li>Has ti ils dretgs d'access correspundents per chargiar l'endataziun dumandada?</li></ul>"> + +<!ENTITY fileAccessDenied.title "Refusà l'access a la datoteca"> +<!ENTITY fileAccessDenied.longDesc " +<ul> + <li>Ella è eventualmain vegnida allontanada, spustada u che las permissiuns da datoteca impedeschan l'access.</li> +</ul> +"> + +<!ENTITY generic.title "Impussibel d'exequir la dumonda"> +<!ENTITY generic.longDesc " +<p>&brandShortName; na po betg chargiar questa pagina per tscherts motivs.</p> +"> + +<!ENTITY malformedURI.title "Adressa nunvalida"> +<!ENTITY malformedURI.longDesc "<p>L'adressa inditgada ha in format nunenconuschent. Controllescha per plaschair, sche l'adressa cuntegna errurs ed emprova anc ina giada.</p>"> + +<!ENTITY netInterrupt.title "La transmissiun da datas è interrutta"> +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> + +<!ENTITY notCached.title "Document scrudà"> +<!ENTITY notCached.longDesc "<p>Il document dumandà n'è betg disponibel en il cache.</p><ul><li>Sco mesira da protecziun na rechargia &brandShortName; betg automaticamain documents sensibels.</li><li>Clicca sin 'Empruvar danovamain' per rechargiar il document da la website.</li></ul>"> + +<!ENTITY netOffline.title "Modus offline"> +<!ENTITY netOffline.longDesc2 "<ul> + <li>Clicca sin "Empruvar anc ina giada" per midar en il modus online e rechargiar la pagina.</li> +</ul> +"> + +<!ENTITY contentEncodingError.title "Cuntegns cun codaziun nunvalida"> +<!ENTITY contentEncodingError.longDesc "<p>La pagina dumandada na po betg vegnir mussada, perquai ch'ella utilisescha ina furma da cumpressiun nunvalida u betg cumpatibla.</p><ul><li>Contactescha per plaschair l'administratur da la website per infurmar el davart quest problem.</li></ul>"> + +<!ENTITY unsafeContentType.title "Tip da datoteca malsegir"> +<!ENTITY unsafeContentType.longDesc "<p>La pagina dumandada na po betg vegnir mussada, perquai ch'ella utilisescha ina furma da cumpressiun nunvalida u betg cumpatibla.</p><ul><li>Contactescha per plaschair l'administratur da la website per infurmar el davart quest problem.</li></ul>"> + +<!ENTITY netReset.title "La connexiun è interrutta"> +<!ENTITY netReset.longDesc "&sharedLongDesc;"> + +<!ENTITY netTimeout.title "Il temp da la rait è surpassà"> +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> + +<!ENTITY unknownProtocolFound.title "Protocol nunenconuschent"> +<!ENTITY unknownProtocolFound.longDesc " +<ul> + <li>Ti stos eventualmain installar ulteriura software per avrir questa adressa.</li> +</ul> +"> + +<!ENTITY proxyConnectFailure.title "Il proxy server refusescha la connexiun"> +<!ENTITY proxyConnectFailure.longDesc "<p>Il navigatur è vegnì configurà per l'utilisaziun d'in proxy server, ma il proxy refusescha la connexiun.</p><ul><li>Èn las configuraziuns dal proxy correctas? Controllescha per plaschair las configuraziuns ed emprova anc ina giada.</li><li>Permetta il servetsch da proxy connexiuns or da questa rait?</li><li>Na funcziuneschi anc adina betg? Contactescha l'administratur da la rait u il provider e dumonda agid.</li></ul>"> + +<!ENTITY proxyResolveFailure.title "Impussibel da chattar il proxy server"> +<!ENTITY proxyResolveFailure.longDesc " +<ul> + <li>Controllescha ch'ils parameters dal proxy server sajan corrects.</li> + <li>Controllescha che la connexiun dal computer cun la rait funcziuneschia.</li> + <li>Sch'il computer u la rait èn protegids dad ina firewall u dad in proxy, + controllescha che &brandShortName; haja ils dretgs necessaris per acceder al web.</li> + </ul>"> + +<!ENTITY redirectLoop.title "Cirquit da sviament"> +<!ENTITY redirectLoop.longDesc "<p>L'emprova da connectar cun l'adressa dumandada è vegnida interrutta. La website dumandada sviescha la dumonda uschia ch'ella na po mai vegnir terminada.</p><ul><li>Has ti bloccà u deactivà cookies indispensabels per questa website?</li><li><em>AVIS</em>: Per cas ch'i na gida betg d'acceptar ils cookies ed ils problems cun l'adressa dumandada persistan, sa tracti probablamain d'ina configuraziun fallada dal server e betg d'in problem da tes computer.</li></ul>"> + +<!ENTITY unknownSocketType.title "Resposta nuncorrecta"> +<!ENTITY unknownSocketType.longDesc "<p>La website dumandada ha respundì a moda nunspetgada, uschia che la connexiun na po betg vegnir mantegnida.</p>"> + +<!ENTITY nssFailure2.title "La connexiun segira n'è betg reussida"> +<!ENTITY nssFailure2.longDesc2 "<ul> + <li>La pagina dumandada na po betg vegnir mussada perquai che l'autenticitad da las datas na po betg vegnir verifitgada.</li> + <li>Contactescha per plaschair ils administraturs da la website per infurmar els davart quest problem.</li> +</ul> +"> + +<!ENTITY nssBadCert.title "La connexiun segira n'è betg reussida"> +<!ENTITY nssBadCert.longDesc2 "<ul> +<li>Quai pudess esser in problem cun la configuraziun dal server, u insatgi vul sa dar per quest server.</li> +<li>Sche ti has connectà cun success cun quest server en il passà, sa tracti eventualmain mo d'ina errur temporara e ti pos empruvar pli tard anc ina giada.</li> +</ul>"> + +<!ENTITY sharedLongDesc "<ul> +<li>Eventualmain n'è la website temporarmain betg cuntanschibla. Emprova per plaschair pli tard anc ina giada.</li> +<li>Sche ti na pos era betg chargiar in'autra website, controllescha per plaschair la connexiun a l'internet / a la rait.</li> +<li>Sche tes computer u tia rait èn protegids d'ina firewall u d'in proxy, controllescha per plaschair schebain &brandShortName; dastga acceder a l'internet.</li> +</ul>"> + +<!ENTITY cspBlocked.title "Bloccà da las directivas per la segirezza dal cuntegn"> +<!ENTITY cspBlocked.longDesc "<p>&brandShortName; ha impedì che questa pagina chargia en tala maniera perquai che la pagina cuntegna directivas per la segirezza dal cuntegn (content security policy) che scumondan quai.</p>"> + +<!ENTITY xfoBlocked.title "Bloccà dad ina directiva X-Frame-Options"> +<!ENTITY xfoBlocked.longDesc "<p>&brandShortName; ha impedì che questa pagina chargia en quest context perquai che la pagina cuntegna ina directiva X-Frame-Options che scumonda quai.</p>"> + +<!ENTITY corruptedContentErrorv2.title "Errur da cuntegn donnegià"> +<!ENTITY corruptedContentErrorv2.longDesc "<p>Impussibel da visualisar la pagina che ti vuls chargiar perquai ch'ina errur è sa mussada en la transmissiun da datas.</p><ul><li>Contactescha per plaschair ils possessurs da la website per als infurmar davart quest problem.</li></ul>"> + +<!ENTITY securityOverride.linkText "Ti pos era agiuntar ina regla d'excepziun..."> +<!ENTITY securityOverride.getMeOutOfHereButton "Bandunar questa pagina"> +<!ENTITY securityOverride.exceptionButtonLabel "Agiuntar in'excepziun..."> + +<!-- LOCALIZATION NOTE (securityOverride.warningContent) - Do not translate the +contents of the <button> tags. It uses strings already defined above. The +button is included here (instead of netError.xhtml) because it exposes +functionality specific to thunderbird. --> + +<!ENTITY securityOverride.warningContent "<p>Ti na duessas betg agiuntar in'excepziun, sche ti na ta fidas betg absolutamain da la segirezza da la connexiun actuala u sche ti n'has fin ussa betg retschavì in avertiment per quest server.</p> + +<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button> +<button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button> +"> + +<!ENTITY remoteXUL.title "Remote-XUL"> +<!ENTITY remoteXUL.longDesc "<p><ul><li>Infurmescha per plaschair il possessur da la website davart quest problem.</li></ul></p>"> + +<!ENTITY inadequateSecurityError.title "Tia connexiun n'è betg segira"> +<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate + "NS_ERROR_NET_INADEQUATE_SECURITY". --> +<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> utilisescha tecnologia da segirezza ch'è obsoleta e qua tras vulnerabla. In attatgader pudess revelar a moda simpla infurmaziuns che ti has considerà sco segiradas. L'administratur da la website vegn a stuair metter en urden ses server avant che ti possias visitar la website.</p><p>Code d'errur: NS_ERROR_NET_INADEQUATE_SECURITY</p>"> + +<!ENTITY blockedByPolicy.title "Pagina bloccada"> + +<!ENTITY networkProtocolError.title "Errur dal protocol da rait"> +<!ENTITY networkProtocolError.longDesc "<p>Impussibel da mussar la pagina che ti emprovas da chargiar perquai ch'igl è succedida ina errur en il protocol da rait.</p><ul><li>Contactescha per plaschair il possessur da la website per al infurmar davart quest problem.</li></ul>"> diff --git a/l10n-rm/mail/chrome/overrides/profileDowngrade.dtd b/l10n-rm/mail/chrome/overrides/profileDowngrade.dtd new file mode 100644 index 0000000000..202627befc --- /dev/null +++ b/l10n-rm/mail/chrome/overrides/profileDowngrade.dtd @@ -0,0 +1,20 @@ +<!-- 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: + This UI can be most easily shown by modifying the version in compatibility.ini + to a newer version and then starting Thunderbird. + For this feature, "installation" is used to mean "this discrete download of + Thunderbird" and "version" is used to mean "the specific revision number of a + given Thunderbird channel". These terms are not synonymous. +--> +<!ENTITY window.title "Ti has avià ina versiun pli veglia da &brandProductName;"> +<!ENTITY window.style "width: 490px;"> + +<!ENTITY window.nosync2 "Ina versiun pli nova da &brandProductName; ha probablamain midà tes profil uschia ch'el è ussa incumpatibel cun questa versiun pli veglia. Utilisescha quest profil mo cun la versiun pli nova u creescha in nov profil per questa installaziun da &brandShortName;. Crear in nov profil vul era dir configurar da nov ils contos, chalenders e supplements."> + +<!ENTITY window.moreinfo "Ulteriuras infurmaziuns…"> +<!ENTITY window.create "Crear in nov profil"> +<!ENTITY window.quit-win "Terminar"> +<!ENTITY window.quit-nonwin "Terminar"> diff --git a/l10n-rm/mail/chrome/overrides/settingsChange.dtd b/l10n-rm/mail/chrome/overrides/settingsChange.dtd new file mode 100644 index 0000000000..9e47f5f66d --- /dev/null +++ b/l10n-rm/mail/chrome/overrides/settingsChange.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY settingsChangePreferences.label "Ils parameters pon ins modifitgar en la fanestra d'agiuntas da las preferenzas da &brandShortName;."> +<!ENTITY settingsChangeOptions.label "Las opziuns pon ins modifitgar en la fanestra d'agiuntas da las preferenzas da &brandShortName;."> diff --git a/l10n-rm/mail/defines.inc b/l10n-rm/mail/defines.inc new file mode 100755 index 0000000000..72ee22520d --- /dev/null +++ b/l10n-rm/mail/defines.inc @@ -0,0 +1,9 @@ +#filter emptyLines + +#define MOZ_LANGPACK_CREATOR mozilla.org + +# If non-English locales wish to credit multiple contributors, uncomment this +# variable definition and use the format specified. +#define MOZ_LANGPACK_CONTRIBUTORS <em:contributor>Joe Solon</em:contributor> <em:contributor>Suzy Solon</em:contributor> + +#unfilter emptyLines diff --git a/l10n-rm/mail/installer/custom.properties b/l10n-rm/mail/installer/custom.properties new file mode 100755 index 0000000000..015827951b --- /dev/null +++ b/l10n-rm/mail/installer/custom.properties @@ -0,0 +1,85 @@ +# 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: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +REG_APP_DESC=$BrandShortName è in'applicaziun dad e-mail cumpletta. $BrandShortName sustegna tant ils protocols dad e-mail IMAP e POP sco era la formataziun HTML. In filter per messadis nungiavischads, il sustegniment da RSS, funcziuns effizientas per tschertgar, ina controlla immediada da l'ortografia, la posta entrada globala e funcziuns da filtraziun avanzadas perfecziuneschan la purschida da funcziuns modernischma da $BrandShortName. +CONTEXT_OPTIONS=&Opziuns da $BrandShortName +CONTEXT_SAFE_MODE=&Modus segirà da $BrandShortName +OPTIONS_PAGE_TITLE=Tip d'installaziun +OPTIONS_PAGE_SUBTITLE=Tscherna las opziuns d'installaziun +SHORTCUTS_PAGE_TITLE=Crear scursanidas per il program +SHORTCUTS_PAGE_SUBTITLE=Crear simbols per il program +COMPONENTS_PAGE_TITLE=Installar cumponentas opziunalas +COMPONENTS_PAGE_SUBTITLE=Cumponentas opziunalas recumandadas +OPTIONAL_COMPONENTS_DESC=Il 'Servetsch da mantegniment' lubescha dad actualisar $BrandShortName automaticamain senza interrumper la lavur. +MAINTENANCE_SERVICE_CHECKBOX_DESC=Installar il &Servetsch da mantegniment +SUMMARY_PAGE_TITLE=Resumaziun +SUMMARY_PAGE_SUBTITLE=Pront per cumenzar l'installaziun da $BrandShortName +SUMMARY_INSTALLED_TO=$BrandShortName vegn installà en il suandant ordinatur: +SUMMARY_REBOOT_REQUIRED_INSTALL=Eventualmain èsi necessari da reaviar il computer per terminar l'installaziun. +SUMMARY_REBOOT_REQUIRED_UNINSTALL=Eventualmain èsi necessari da reaviar il computer per terminar la deinstallaziun. +SUMMARY_TAKE_DEFAULTS=Utili&sar $BrandShortName sco applicaziun dad e-mail predefinida +SUMMARY_INSTALL_CLICK=Clicca sin «Installar» per cuntinuar. +SUMMARY_UPGRADE_CLICK=Clicca sin «Actualisar» per cuntinuar. +SURVEY_TEXT=&Ans di tge che ti pensas da $BrandShortName +LAUNCH_TEXT=Aviar ussa $BrandFullName +CREATE_ICONS_DESC=Crear simbols per $BrandShortName: +ICONS_DESKTOP=Sin mes &desktop +ICONS_STARTMENU=En l'ordinatur &Programs dal menu Start +ICONS_QUICKLAUNCH=En mia &trav per aviar svelt +WARN_MANUALLY_CLOSE_APP_INSTALL=$BrandShortName sto vegnir serrà per cuntinuar l'installaziun.\n\nSerra per plaschair $BrandShortName per proceder. +WARN_MANUALLY_CLOSE_APP_UNINSTALL=$BrandShortName sto vegnir serrà per cuntinuar la deinstallaziun.\n\nSerra per plaschair $BrandShortName per proceder. +WARN_MANUALLY_CLOSE_APP_LAUNCH=$BrandShortName è gia activ.\n\nSerra per plaschair $BrandShortName avant che aviar la versiun gist installada. +WARN_WRITE_ACCESS=Ti n'has betg ils dretgs necessaris per scriver en l'ordinatur d'installaziun.\n\nClicca sin "OK" per tscherner in auter ordinatur. +WARN_DISK_SPACE=Ti n'has betg avunda capacitad per exequir l'installaziun en quest lieu.\n\nClicca sin "OK" e tscherna in auter lieu. +WARN_MIN_SUPPORTED_OSVER_MSG=Perstgisa, impussibel dad installar $BrandShortName. Questa versiun da $BrandShortName pretenda almain la versiun ${MinSupportedVer}. Clicca p.pl. sin il buttun OK per ulteriuras infurmaziuns. +WARN_MIN_SUPPORTED_CPU_MSG=Perstgisa, impussibel dad installar $BrandShortName. Questa versiun da $BrandShortName pretenda in processur che sustegna ${MinSupportedCPU}. Clicca p.pl. sin il buttun OK per ulteriuras infurmaziuns. +WARN_MIN_SUPPORTED_OSVER_CPU_MSG=Perstgisa, impussibel dad installar $BrandShortName. Questa versiun da $BrandShortName pretenda almain la versiun ${MinSupportedVer} ed in processur che sustegna ${MinSupportedCPU}. Clicca p.pl. sin il buttun OK per ulteriuras infurmaziuns. +WARN_RESTART_REQUIRED_UNINSTALL=Tes computer sto vegnir reavià per terminar la deinstallaziun da $BrandShortName. Reaviar ussa? +WARN_RESTART_REQUIRED_UPGRADE=Tes computer sto vegnir reavià per terminar in'actualisaziun da $BrandShortName precedenta. Vuls ti reaviar ussa? +ERROR_CREATE_DIRECTORY_PREFIX=Errur cun crear l'ordinatur: +ERROR_CREATE_DIRECTORY_SUFFIX=Clicca sin "Interrumper" per fermar l'installaziun u\n"Repeter" per empruvar anc ina giada. + +UN_CONFIRM_PAGE_TITLE=Deinstallar $BrandFullName +UN_CONFIRM_PAGE_SUBTITLE=Allontanar $BrandFullName da tes computer. +UN_CONFIRM_UNINSTALLED_FROM=$BrandShortName vegn deinstallà dal suandant lieu: +UN_CONFIRM_CLICK=Clicca sin "Deinstallar" per cuntinuar. + +BANNER_CHECK_EXISTING=Verificaziun da l'installaziun existenta… + +STATUS_INSTALL_APP=Installar $BrandShortName… +STATUS_INSTALL_LANG=Installar las datotecas da lingua (${AB_CD})… +STATUS_UNINSTALL_MAIN=Deinstallar $BrandShortName… +STATUS_CLEANUP=Far urden… + +# _DESC strings support approximately 65 characters per line. +# One line +OPTIONS_SUMMARY=Tscherna il tip d'installaziun che ti prefereschas e clicca lura sin "Enavant". +# One line +OPTION_STANDARD_DESC=$BrandShortName vegn installà cun las cumponentas las pli usualas dal program. +OPTION_STANDARD_RADIO=&Standard +# Two lines +OPTION_CUSTOM_DESC=Ti pos tscherner las opziuns individualas che duain vegnir installadas. Recumandà per utilisaders avanzads. +OPTION_CUSTOM_RADIO=&Persunalisà + +# LOCALIZATION NOTE: +# The following text replaces the Install button text on the summary page. +# Verify that the access key for InstallBtn (in override.properties) and +# UPGRADE_BUTTON is not already used by SUMMARY_TAKE_DEFAULTS. +UPGRADE_BUTTON=&Actualisar diff --git a/l10n-rm/mail/installer/mui.properties b/l10n-rm/mail/installer/mui.properties new file mode 100755 index 0000000000..9593d9e927 --- /dev/null +++ b/l10n-rm/mail/installer/mui.properties @@ -0,0 +1,60 @@ +# 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/. + +# To make the l10n tinderboxen see changes to this file you can change a value +# name by adding - to the end of the name followed by chars (e.g. Branding-2). + +# LOCALIZATION NOTE: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. +MUI_TEXT_WELCOME_INFO_TITLE=Bainvegni a l'assistent d'installaziun da $BrandFullNameDA +MUI_TEXT_WELCOME_INFO_TEXT=Bainvegni a l'assistent d'installaziun da $BrandFullNameDA +MUI_TEXT_COMPONENTS_TITLE=Bainvegni a l'assistent d'installaziun da $BrandFullNameDA +MUI_TEXT_COMPONENTS_SUBTITLE=Tscherna las cumponentas da $BrandFullNameDA che ti vuls installar. +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE=Descripziun +MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO=Posiziunescha il punctader da la mieur sin ina cumponenta per vesair sia descripziun. +MUI_TEXT_DIRECTORY_TITLE=Tscherna il lieu d'installaziun +MUI_TEXT_DIRECTORY_SUBTITLE=Tscherna l'ordinatur, en il qual $BrandFullNameDA duai vegnir installà. +MUI_TEXT_INSTALLING_TITLE=Installar… +MUI_TEXT_INSTALLING_SUBTITLE=Spetga per plaschair durant che $BrandFullNameDA vegn installà. +MUI_TEXT_FINISH_TITLE=L'installaziun è terminada +MUI_TEXT_FINISH_SUBTITLE=L'installaziun è terminada cun success. +MUI_TEXT_ABORT_TITLE=Installaziun interrutta +MUI_TEXT_ABORT_SUBTITLE=L'installaziun è terminada cun success. +MUI_BUTTONTEXT_FINISH=&Terminar +MUI_TEXT_FINISH_INFO_TITLE=Terminà l'assistent d'installaziun da $BrandFullNameDA +MUI_TEXT_FINISH_INFO_TEXT=$BrandFullNameDA è vegnì installà sin tes computer.\n\nClicca sin "Terminar" per serrar l'assistent d'installaziun. +MUI_TEXT_FINISH_INFO_REBOOT=Tes computer sto vegnir reavià per pudair terminar l'installaziun da $BrandFullNameDA. Vuls ti reaviar el ussa? +MUI_TEXT_FINISH_REBOOTNOW=Reaviar ussa +MUI_TEXT_FINISH_REBOOTLATER=Reaviar pli tard manualmain +MUI_TEXT_STARTMENU_TITLE=Tscherner l'ordinatur dal menu Start +MUI_TEXT_STARTMENU_SUBTITLE=Definescha in ordinatur dal menu Start per las scursanidas da $BrandFullNameDA. +MUI_INNERTEXT_STARTMENU_TOP=Tscherna l'ordinatur, en il qual las scursanidas al program duain vegnir creadas. Ti pos era endatar in num per crear in ordinatur nov. +MUI_TEXT_ABORTWARNING=Vuls ti propi interrumper l'installaziun da $BrandFullName? +MUI_UNTEXT_WELCOME_INFO_TITLE=Bainvegni a l'assistent da deinstallaziun da $BrandFullNameDA +MUI_UNTEXT_WELCOME_INFO_TEXT=Quest assistent ta gida cun la deinstallaziun da $BrandFullNameDA.\n\nControllescha che $BrandFullNameDA n'è betg pli activ avant che cumenzar la deinstallaziun.\n\n$_CLICK +MUI_UNTEXT_CONFIRM_TITLE=Deinstallar $BrandFullNameDA +MUI_UNTEXT_CONFIRM_SUBTITLE=Allontanar $BrandFullNameDA da tes computer. +MUI_UNTEXT_UNINSTALLING_TITLE=Deinstallar +MUI_UNTEXT_UNINSTALLING_SUBTITLE=Spetga per plaschair durant che $BrandFullNameDA vegn deinstallà. +MUI_UNTEXT_FINISH_TITLE=La deinstallaziun è terminada +MUI_UNTEXT_FINISH_SUBTITLE=La deinstallaziun è terminada cun success. +MUI_UNTEXT_ABORT_TITLE=La deinstallaziun è interrutta +MUI_UNTEXT_ABORT_SUBTITLE=La deinstallaziun n'è betg terminada cun success. +MUI_UNTEXT_FINISH_INFO_TITLE=Terminar l'assistent da deinstallaziun da $BrandFullNameDA +MUI_UNTEXT_FINISH_INFO_TEXT=$BrandFullNameDA è vegnì deinstallà da tes computer.\n\nClicca sin "Terminar" per serrar quest assistent. +MUI_UNTEXT_FINISH_INFO_REBOOT=Il computer sto vegnir reavià per terminar la deinstallaziun da $BrandFullNameDA. Vuls ti reaviar ussa il computer? +MUI_UNTEXT_ABORTWARNING=Vuls ti propi interrumper la deinstallaziun da $BrandFullName? diff --git a/l10n-rm/mail/installer/override.properties b/l10n-rm/mail/installer/override.properties new file mode 100755 index 0000000000..a20d312bc4 --- /dev/null +++ b/l10n-rm/mail/installer/override.properties @@ -0,0 +1,86 @@ +# 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: + +# This file must be saved as UTF8 + +# Accesskeys are defined by prefixing the letter that is to be used for the +# accesskey with an ampersand (e.g. &). + +# Do not replace $BrandShortName, $BrandFullName, or $BrandFullNameDA with a +# custom string and always use the same one as used by the en-US files. +# $BrandFullNameDA allows the string to contain an ampersand (e.g. DA stands +# for double ampersand) and prevents the letter following the ampersand from +# being used as an accesskey. + +# You can use \n to create a newline in the string but only when the string +# from en-US contains a \n. + +# Strings that require a space at the end should be enclosed with double +# quotes and the double quotes will be removed. To add quotes to the beginning +# and end of a string enclose the strin with an additional double quote +# (e.g. ""This will include quotes""). + +SetupCaption=Installaziun da $BrandFullName +UninstallCaption=Deinstallaziun da $BrandFullName +BackBtn=< &Enavos +NextBtn=&Enavant > +AcceptBtn=Jau &accept las cundiziuns dal contract da licenza +DontAcceptBtn=Jau n'accept betg las cundiziuns dal contract da licenza +InstallBtn=&Installar +UninstallBtn=&Deinstallar +CancelBtn=Interrumper +CloseBtn=S&errar +BrowseBtn=N&avigar +ShowDetailsBtn=Mussar ils &detagls +ClickNext=Clicca sin Enavant per cuntinuar. +ClickInstall=Clicca sin "Installar" per cumenzar l'installaziun. +ClickUninstall=Clicca sin "Deinstallar" per cumenzar la deinstallaziun. +Completed=Terminà +LicenseTextRB=Legia per plaschair il contract da licenza avant che installar $BrandFullNameDA. Sche ti acceptas tut las cundiziuns dal contract da licenza, tscherna l'emprima da las suandantas opziuns. $_CLICK +ComponentsText=Fa in crutschet tar las cumponentas che ti vuls installar resp. allontanescha il crutschet tar las cumponentas che ti na vuls betg installar. $_CLICK +ComponentsSubText2_NoInstTypes=Tscherna las cumponentas che ti vuls installar: +DirText=Il program d'installaziun vegn ad installar $BrandFullNameDA en il suandant ordinatur. Sche ti vuls installar en in auter ordinatur, clicca sin Navigar e tscherna in auter. $_CLICK +DirSubText=Ordinatur da destinaziun +DirBrowseText=Tscherna l'ordinatur, en il qual ti vuls installar $BrandFullNameDA: +SpaceAvailable="Capacitad disponibla: " +SpaceRequired="Capacitad basegnada: " +UninstallingText=$BrandFullNameDA vegn a vegnir deinstallà dal suandant ordinatur. $_CLICK +UninstallingSubText=Deinstallar da: +FileError=Errur cun avrir la datoteca cun il dretg da scriver: \r\n\r\n$0\r\n\r\nClicca sin "Interrumper" per fermar l'installaziun,\r\n"Repeter" per empruvar anc ina giada u\r\n"Ignorar" per sursiglir questa datoteca. +FileError_NoIgnore=Errur cun avrir la datoteca cun il dretg da scriver: \r\n\r\n$0\r\n\r\nClicca sin "Repeter" per empruvar anc ina giada u sin\r\n"Interrumper" per fermar l'installaziun. +CantWrite="Impussibel da scriver: " +CopyFailed=Betg reussì da copiar +CopyTo="Copiar en " +Registering="Registrar: " +Unregistering="Deregistrar: " +SymbolNotFound="Impussibel da chattar il simbol: " +CouldNotLoad="Impussibel da chargiar: " +CreateFolder="Crear in ordinatur: " +CreateShortcut="Crear ina scursanida: " +CreatedUninstaller="Creà in program da deinstallaziun: " +Delete="Stizzar la datoteca: " +DeleteOnReboot="Stizzar cun reaviar: " +ErrorCreatingShortcut="Errur cun crear la scursanida: " +ErrorCreating="Errur cun crear: " +ErrorDecompressing=Errur cun decumprimer las datas. Eventualmain è il program d'installaziun donnegià. +ErrorRegistering=Errur cun registrar la DLL +ExecShell="Exequir en la lingia da commandos: " +Exec="Exequir: " +Extract="Extrair: " +ErrorWriting="Extrair: errur cun scriver en la datoteca " +InvalidOpcode=Program d'installaziun donnegià: opcode nunvalid +NoOLE="Nagin OLE per: " +OutputFolder="Ordinatur da destinaziun: " +RemoveFolder="Stizzar l'ordinatur: " +RenameOnReboot="Renumnar cun reaviar: " +Rename="Renumnar: " +Skipped="Sursiglì: " +CopyDetails=Copiar detagls en l'archiv provisoric +LogInstall=Protocollar il process d'installaziun +Byte=B +Kilo=K +Mega=M +Giga=G diff --git a/l10n-rm/mail/messenger/aboutProfilesExtra.ftl b/l10n-rm/mail/messenger/aboutProfilesExtra.ftl new file mode 100644 index 0000000000..6ab6a2afea --- /dev/null +++ b/l10n-rm/mail/messenger/aboutProfilesExtra.ftl @@ -0,0 +1,5 @@ +# 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/. + +profiles-launch-profile-plain = Aviar il profil diff --git a/l10n-rm/mail/messenger/aboutRights.ftl b/l10n-rm/mail/messenger/aboutRights.ftl new file mode 100644 index 0000000000..4ee3198858 --- /dev/null +++ b/l10n-rm/mail/messenger/aboutRights.ftl @@ -0,0 +1,34 @@ +# 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/. + +rights-title = Davart tes dretgs +rights-intro = { -brand-full-name } è ina software libra cun in code avert, creada d'ina communitad da millis persunas da tut il mund. I dat in pèr chaussas che ti stuessas savair: +rights-intro-point-1 = { -brand-short-name } è disponibel tenor las cundiziuns da la <a data-l10n-name="mozilla-public-license-link">Mozilla Public License</a>. Quai munta che ti pos utilisar, copiar e dar vinavant { -brand-short-name } ad auters. Ti dastgas era midar il code da funtauna da { -brand-short-name } ed al adattar a tes basegns. La Mozilla Public License ta dat era il dretg da distribuir tia versiun modifitgada. +rights-intro-point-2 = + Mozilla na ta conceda nagins dretgs e naginas licenzas per las marcas + da la Mozilla Foundation u dad in'autra partida; quai vala era senza limitaziun + per il num ed il logo da Thunderbird. Ulteriuras infurmaziuns davart las marcas + chatt'ins <a data-l10n-name="mozilla-trademarks-link">qua</a>. +rights-intro-point-3 = Tschertas funcziuns da { -brand-short-name }, sco las annunzias da collaps, ta porschan la pussaivladad da dar in resun a { -vendor-short-name }. Cun la decisiun da trametter il resun lubeschas ti a { -vendor-short-name } dad utilisar il resun per meglierar ses products, da publitgar il resun sin sias paginas d'internet e da distribuir il resun. +rights-intro-point-4 = Co che nus utilisain tias infurmaziuns persunalas ed ils resuns che ti tramettas a { -vendor-short-name } entras { -brand-short-name } è descrit en las <a data-l10n-name="mozilla-privacy-policy-link">Directivas per la protecziun da datas da { -brand-short-name }</a>. +rights-intro-point-4-unbranded = Tut las directivas areguard la protecziun da datas che concernan quest product duessan esser enumeradas qua. +rights-intro-point-5 = Tschertas funcziuns da { -brand-short-name } utiliseschan servetschs d'infurmaziun a basan dal web. Nus na pudain betg garantir che quellas èn 100% correctas e senza sbagls. Ulteriurs detagls, inclus las infurmaziuns co deactivar las funcziuns che utiliseschan quests servetschs pos ti chattar en las <a data-l10n-name="mozilla-service-terms-link">cundiziuns da servetsch</a>. +rights-intro-point-5-unbranded = Sche quest product cuntegna servetschs da web, duessan tut las cundiziuns da servetsch valaivlas per il(s) servetsch(s) esser colliadas cun il champ <a data-l10n-name="mozilla-website-services-link">Servetschs da websites</a>. +rights-intro-point-6 = Per far ir tscherts tips da cuntegn da video telechargia { -brand-short-name } moduls da terzas partidas per decriptar il cuntegn. +rights-webservices-header = Servetschs d'infurmaziun da { -brand-full-name } a basa dal web +rights-webservices = { -brand-full-name } utilisescha servetschs d'infurmaziun a basa dal web ("Servetschs") per ta porscher tschertas funcziuns che stattan a disposiziun en questa versiun binaria da { -brand-short-name } tenor las cundiziuns descrittas sutvart. Sche ti na vuls betg utilisar in u plirs da quests servetschs ni sche ti na sas betg acceptar las cundiziuns sutvart pos ti deactivar las funcziuns u ils servetschs. Instrucziuns che mussan co deactivar las funcziuns u ils servetschs pos ti chattar <a data-l10n-name="mozilla-disable-service-link">qua</a>. Autras funcziuns e servetschs pon vegnir deactivads en las preferenzas da l'applicaziun. +rights-locationawarebrowsing = <strong>Navigar cun resguardar tia posiziun (Location Aware Browsing): </strong>è adina facultativ. Nagina infurmaziun davart tia posiziun vegn tramessa senza tes consentiment. Sche ti vuls deactivar cumplettamain questa funcziun, suonda ils suandants pass: +rights-locationawarebrowsing-term-1 = Scriva en la trav d'adressas <code>about:config</code> +rights-locationawarebrowsing-term-2 = Entdatescha geo.enabled +rights-locationawarebrowsing-term-3 = Clicca dubel sin la preferenza geo.enabled +rights-locationawarebrowsing-term-4 = Location-Aware Browsing è ussa deactivà +rights-webservices-unbranded = Qua duess cumparair ina survista davart ils servetschs da website utilisads ed in'instrucziun che mussa co deactivar els, sche quai è necessari. +rights-webservices-term-unbranded = Tut las cundiziuns che concernan ils servetschs utilisads da quest product duessan esser enumeradas qua. +rights-webservices-term-1 = { -vendor-short-name } e ses contribuents, concessiunaris e partenaris sa sprovan da porscher ils servetschs ils pli actuals ed exacts. Nus na pudain dentant betg garantir che questas infurmaziuns èn cumplettas e senza sbagls. Per exempel èsi pussaivel ch'il servetsch da SafeBrowsing n'identifitgescha betg tschertas paginas privlusas u ch'el identifitgescha paginas segiras sco privlusas. Era las posiziuns returnadas da noss purschiders dals servetschs che esguardan tia posiziun geografica èn stimadas e nus na pudain betg (era noss purschiders na pon betg) garantir che las posiziuns inditgadas èn correctas. +rights-webservices-term-2 = { -vendor-short-name } po sistir u midar ils servetschs tenor agen giudizi. +rights-webservices-term-3 = Ti dastgas far diever da quests servetschs cun la versiun correspundenta da { -brand-short-name }, e { -vendor-short-name } ta garantescha che ti has tut ils dretgs necessaris per far quai. { -vendor-short-name } e ses concessiunaris sa resalvan tut ils auters dretgs. Questas cundiziuns na vulan betg restrenscher dretgs che vegnan concedids da licenzas da code avert (Open-Source) e concernan { -brand-short-name } resp. versiuns correspundentas che sa basan sin il code da funtauna da { -brand-short-name }. +rights-webservices-term-4 = <strong>Quests servetschs vegnan mess a disposiziun "senza garanzia per defects". { -vendor-short-name }, ses contribuents, concessiunaris e distributurs refusan tut las garanzias, explicitas u implicitas, per quests servetschs. Ti surpiglias la cumplaina responsabladad per ils servetschs che ti tschernas per tes basegns e per lur qualitad e prestaziun. Tschertas giurisdicziuns na permettan nagina exclusiun u limitaziun da garanzias implicitas, uschia che questa liberaziun da la responsabladad na vala eventualmain betg per tai.</strong> +rights-webservices-term-5 = <strong>Nun che la lescha vertenta pretendia, na pon ni ils { -vendor-short-name }, ni ses contribuents, ni ses concessiunaris u distributurs esser responsabels per inquals donns indirects u spezials, donns entras effects laterals u donns che resultan da l'utilisaziun da { -brand-short-name } u dals servetschs. La responsabladad globala sa restrenscha a maximalmain $500 (tschintgtschient dollars). Tschertas giurisdicziuns na permettan betg l'exclusiun u la limitaziun da tscherts donns, uschia che questas exclusiuns u limitaziuns na pertutgan eventualmain betg tai.</strong> +rights-webservices-term-6 = { -vendor-short-name } po actualisar questas cundiziuns da temp en tempen cas da basegn. Questas cundiziuns na pon betg vegnir midadas u annulladas senza ina conferma en scrit da { -vendor-short-name }. +rights-webservices-term-7 = Questas cundiziuns vegnan protegidas da las leschas dal stadi da California, USA, exclus las normas giuridicas che stattan en conflict cun quellas. Sche singulas disposiziuns da questas cundiziuns avessan dad esser senza effect u nunpratitgablas, valan vinavant las ulteriuras cundiziuns. En cas d'in conflict tranter la versiun translatada e la versiun englaisa da questas cundiziuns, vala la versiun englaisa. diff --git a/l10n-rm/mail/messenger/aboutSupportMail.ftl b/l10n-rm/mail/messenger/aboutSupportMail.ftl new file mode 100644 index 0000000000..d0c2ea50ab --- /dev/null +++ b/l10n-rm/mail/messenger/aboutSupportMail.ftl @@ -0,0 +1,20 @@ +# 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/. + +accounts-title = Contos dad e-mail e da gruppas da discussiun +show-private-data-main-text = Includer ils nums da conto +show-private-data-explanation-text = (eventualmain ina infurmaziun che t'identifitgescha) +accounts-ID = ID +accounts-name = Num +accounts-incoming-server = Server d'entrada +accounts-outgoing-servers = Servers da sortida +accounts-server-name = Num +accounts-conn-security = Segirezza da la connexiun +accounts-auth-method = Metoda d'autentificaziun +accounts-default = Standard? +identity-name = Identitad + +send-via-email = Trametter via e-mail + +app-basics-telemetry = Datas da telemetria diff --git a/l10n-rm/mail/messenger/accountCentral.ftl b/l10n-rm/mail/messenger/accountCentral.ftl new file mode 100644 index 0000000000..03aa44f4ef --- /dev/null +++ b/l10n-rm/mail/messenger/accountCentral.ftl @@ -0,0 +1,73 @@ +# 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-central-title = Bainvegni en { -brand-full-name } +account-settings = Parameters dal conto + +# $accounts (Number) - the number of configured accounts +setup-title = + { $accounts -> + [0] Tscherna tge configurar + [one] Configurar in auter conto + *[other] Configurar auters contos + } +about-title = Davart { -brand-full-name } +resources-title = Resursas + +release-notes = + .title = Davart { -brand-full-name } + +email-label = E-mail + .aria-label = Connectar cun tes conto d'e-mail existent +email-description = Cun { -brand-short-name } pos ti ta connectar cun tes conto d'e-mail existent per leger tes e-mails a moda pratica ed effizienta direct en l'applicaziun. + +calendar-label = Chalender + .aria-label = Crear in nov chalender +calendar-description = Cun { -brand-short-name } pos ti gestir eveniments e t'organisar. Ta connectescha cun in chalender per sincronisar tut tes eveniments sin mintgin da tes apparats. + +chat-label = Chat + .aria-label = Ta connectescha cun tes conto da chat +chat-description = Cun { -brand-short-name } pos ti ta connectar cun plirs contos da messadis immediats. Uschia è garantì il sustegn da diversas plattafurmas. + +filelink-label = Filelink + .aria-label = Configurar Filelink +filelink-description = Cun { -brand-short-name } pos ti configurar in conto pratic da filelink en la cloud per trametter a moda simpla grondas agiuntas. + +addressbook-label = Cudeschet d'adressas + .aria-label = Crear in nov cudeschet d'adressas +addressbook-description = Cun { -brand-short-name } pos ti organisar tut tes contacts en in cudeschet d'adressas. Ti pos era ta connectar cun in cudeschet d'adressas lontan per garantir che tut tes contacts vegnian sincronisads. + +feeds-label = Feeds + .aria-label = Ta connecta cun feeds +feeds-description = Cun { -brand-short-name } pos ti ta connectar cun feeds da RSS/Atom per retschaiver novitads da tut il mund. + +newsgroups-label = Gruppas da discussiun + .aria-label = Ta connectar cun ina gruppa da discussiun +newsgroups-description = Cun { -brand-short-name } pos ti ta connectar cun tut las gruppas da discussiun giavischadas. + +import-title = Importar dad in auter program +import-paragraph = { -brand-short-name } ta permetta dad importar messadis, endataziuns da cudeschets d'adressas, abunaments da feeds, parameters e/u filters dad auters programs dad e-mail e formats frequents da cudeschets d'adressas. + +import-label = Importar + .aria-label = Importar datas dad auters programs + +about-paragraph = Thunderbird è il pli impurtant program open-source dad e-mail e chalender per pliras plattafurmas – gratuit per l'utilisaziun privata ed en fatschentas. Nus vulain che Thunderbird restia segir e daventia anc meglier. Ina donaziun ans permetta dad emploiar sviluppaders, pajar l'infrastructura e perfecziunar il program. + +about-paragraph-2 = <b>Thunderbird vegn finanzià dad utilisaders sco tai! Sche Thunderbird ta plascha, considerescha da far ina donaziun.</b> La meglra pussaivladad per tai da garantir che Thunderbird stettia era a disposiziun en futur è da +about-donation = far ina donaziun + +about-paragraph-consider-donation = <strong>Thunderbird vegn finanzià grazia ad utilisaders sco ti! Sche Thunderbird ta plascha, considerescha per plaschair da far ina donaziun.</strong> Sche ti vuls far la segira che Thunderbird existia vinavant, <a class="more" href="%(donate)s">fa ina donaziun</a>. + +explore-link = Scuvrir las funcziuns +support-link = Agid +involved-link = Ta participescha +developer-link = Documentaziun per sviluppaders + +read = Leger ils messadis +compose = Scriver in nov messadi +search = Tschertgar messadis +filter = Administrar ils filters da messadis +nntp-subscription = Administrar ils abunaments da gruppas da discussiun +rss-subscription = Administrar ils abunaments da feeds +e2e = Criptadi fin-a-fin diff --git a/l10n-rm/mail/messenger/addressbook/abCardDAVDialog.ftl b/l10n-rm/mail/messenger/addressbook/abCardDAVDialog.ftl new file mode 100644 index 0000000000..4abe7894de --- /dev/null +++ b/l10n-rm/mail/messenger/addressbook/abCardDAVDialog.ftl @@ -0,0 +1,45 @@ +# 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/. + +carddav-window = + .title = Nov cudeschet d'adressas CardDAV + +carddav-dialog = + .buttonlabelaccept = Cuntinuar + .buttonaccesskeyaccept = C + +carddav-experimental-warning = Il sustegn da cudeschets d'adressas CardDAV è experimental e po potenzialmain donnegiar tias datas. Utilisar sin agen quint e ristga. + +carddav-provider-label = + .value = Purschider CardDAV: + .accesskey = P + +carddav-provider-option-other = Auter purschider… + +carddav-url-label = + .value = URL CardDAV: + .accesskey = V + +carddav-username-label = + .value = Num d'utilisader: + .accesskey = u +carddav-username-input = + .placeholder = ti@example.com + +carddav-password-label = + .value = Pled-clav: + .accesskey = v +carddav-password-input = + .placeholder = Pled-clav + +carddav-remember-password = + .label = Memorisar il pled-clav + .accesskey = m + +carddav-loading = Tschertgar la configuraziun… +carddav-connection-error = Connexiun betg reussida. +carddav-none-found = Chattà nagins cudeschets d'adressas per agiuntar per il conto inditgà. +carddav-already-added = Tut ils cudeschets d'adressas dal conto inditgà èn gia vegnids agiuntads. + +carddav-available-books = Cudeschets d'adressas disponibels: diff --git a/l10n-rm/mail/messenger/addressbook/abCardDAVProperties.ftl b/l10n-rm/mail/messenger/addressbook/abCardDAVProperties.ftl new file mode 100644 index 0000000000..b643b78b00 --- /dev/null +++ b/l10n-rm/mail/messenger/addressbook/abCardDAVProperties.ftl @@ -0,0 +1,29 @@ +# 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/. + +carddav-url-label = + .value = URL CardDAV: + .accesskey = V +carddav-refreshinterval-label = + .label = Sincronisar: + .accesskey = S +# Variables: +# $minutes (integer) - Number of minutes between address book synchronizations +carddav-refreshinterval-minutes-value = + .label = + { $minutes -> + [one] mintga minuta + *[other] mintga { $minutes } minutas + } +# Variables: +# $hours (integer) - Number of hours between address book synchronizations +carddav-refreshinterval-hours-value = + .label = + { $hours -> + [one] mintga ura + *[other] mintga { $hours } uras + } +carddav-readonly-label = + .label = Mo per lectura + .accesskey = r diff --git a/l10n-rm/mail/messenger/menubar.ftl b/l10n-rm/mail/messenger/menubar.ftl new file mode 100644 index 0000000000..a00f61ae37 --- /dev/null +++ b/l10n-rm/mail/messenger/menubar.ftl @@ -0,0 +1,25 @@ +# 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/. + + +## View Menu + +menu-view-charset = + .label = Codaziun dal text + .accesskey = C + +## Mail Toolbar + +toolbar-junk-button = + .label = Nungiavischà + .tooltiptext = Marcar ils messadis tschernids sco nungiavischads +toolbar-not-junk-button = + .label = Betg nungiavischà + .tooltiptext = Betg marcar ils messadis tschernids sco nungiavischads +toolbar-delete-button = + .label = Stizzar + .tooltiptext = Stizzar ils messadis tschernids u l'ordinatur +toolbar-undelete-button = + .label = Revocar il stizzar + .tooltiptext = Revocar l'eliminaziun dals messadis tschernids diff --git a/l10n-rm/mail/messenger/messenger.ftl b/l10n-rm/mail/messenger/messenger.ftl new file mode 100644 index 0000000000..d18d6d573d --- /dev/null +++ b/l10n-rm/mail/messenger/messenger.ftl @@ -0,0 +1,36 @@ +# 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/. + +about-rights-notification-text = { -brand-short-name } è in program gratuit ed open-source, realisà dad ina communitad da millis persunas da tut il mund. + +## Folder Pane + +folder-pane-toolbar = + .toolbarname = Trav d'utensils da la panela d'ordinaturs + .accesskey = T +folder-pane-header-label = Ordinaturs + +## Folder Toolbar Header Popup + +folder-toolbar-hide-toolbar-toolbarbutton = + .label = Zuppentar la trav d'utensils + .accesskey = Z +show-all-folders-label = + .label = Tut ils ordinaturs + .accesskey = a +show-unread-folders-label = + .label = Ordinaturs nunlegids + .accesskey = n +show-favorite-folders-label = + .label = Ordinaturs preferids + .accesskey = f +show-smart-folders-label = + .label = Ordinaturs gruppads + .accesskey = u +show-recent-folders-label = + .label = Ultims ordinaturs + .accesskey = r +folder-toolbar-toggle-folder-compact-view = + .label = Vista cumpacta + .accesskey = c diff --git a/l10n-rm/mail/messenger/messengercompose/messengercompose.ftl b/l10n-rm/mail/messenger/messengercompose/messengercompose.ftl new file mode 100644 index 0000000000..75fafefcbb --- /dev/null +++ b/l10n-rm/mail/messenger/messengercompose/messengercompose.ftl @@ -0,0 +1,66 @@ +# 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/. + + +# Addressing widget + +# $type (String) - the type of the addressing row +remove-address-row-type = Allontanar il champ { $type } +# $type (String) - the type of the addressing row +remove-address-row-type-label = + .tooltiptext = Allontanar il champ { $type } +# $type (String) - the type of the addressing row +# $count (Number) - the number of address pills currently present in the addressing row +address-input-type-aria-label = + { $count -> + [0] { $type } + [one] { $type } cun ina adressa, duvrar la tasta cun frizza a sanestra per focussar. + *[other] { $type } cun { $count } adressas, duvrar la tasta cun frizza a sanestra per focussar. + } +# $email (String) - the email address +# $count (Number) - the number of address pills currently present in the addressing row +pill-aria-label = + { $count -> + [one] { $email }: smatgar Enter per modifitgar, Delete per allontanar. + *[other] { $email }, 1 da { $count }: smatgar Enter per modifitgar, Delete per allontanar. + } +# $email (String) - the email address +pill-tooltip-invalid-address = { $email } n'è betg ina adressa d'e-mail valida +# $email (String) - the email address +pill-tooltip-not-in-address-book = { $email } na sa chatta betg en tes cudeschet d'adressas +pill-action-edit = + .label = Modifitgar l'adressa + .accesskey = e +pill-action-move-to = + .label = Spustar a «a» + .accesskey = a +pill-action-move-cc = + .label = Spustar a «cc» + .accesskey = c +pill-action-move-bcc = + .label = Spustar a «bcc» + .accesskey = b +# $count (Number) - the number of attachments in the attachment bucket +attachment-bucket-count = + .value = + { $count -> + [1] { $count } agiunta + [one] { $count } agiunta + *[other] { $count } agiuntas + } + .accesskey = n +# $count (Number) - the number of attachments in the attachment bucket +attachments-placeholder-tooltip = + .tooltiptext = + { $count -> + [1] { $count } agiunta + [one] { $count } agiunta + *[other] { $count } agiuntas + } +# { attachment-bucket-count.accesskey } - Do not localize this message. +key-toggle-attachment-pane = + .key = { attachment-bucket-count.accesskey } +button-return-receipt = + .label = Retschavida + .tooltiptext = Dumandar ina conferma da retschavida per quest messadi diff --git a/l10n-rm/mail/messenger/newInstall.ftl b/l10n-rm/mail/messenger/newInstall.ftl new file mode 100644 index 0000000000..2d0905eda4 --- /dev/null +++ b/l10n-rm/mail/messenger/newInstall.ftl @@ -0,0 +1,9 @@ +# 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/. + +connection-window = + .title = Novas impurtantas +continue-button = + .label = Cuntinuar +main-text = Questa installaziun da { -brand-short-name } ha in nov profil. Ella na cundivida naginas datas dad e-mail, nagins pleds-clav, parameters da l'utilisader e cudeschets d'adressas cun autras installaziuns da { -brand-product-name } (inclus { -brand-product-name }, { -brand-product-name } Beta e { -brand-product-name } Daily) sin quest computer. diff --git a/l10n-rm/mail/messenger/newInstallPage.ftl b/l10n-rm/mail/messenger/newInstallPage.ftl new file mode 100644 index 0000000000..6926e80f07 --- /dev/null +++ b/l10n-rm/mail/messenger/newInstallPage.ftl @@ -0,0 +1,15 @@ +# 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/. + +title = Novas impurtantas +heading = Midadas en tes profil da { -brand-short-name } +changed-title = Tge è sa midà? +changed-desc-profiles = Questa installaziun da { -brand-short-name } ha in nov profil. In profil è ina gruppa da datotecas en las qualas { -brand-product-name } memorisescha infurmaziuns sco datas dad e-mail, pleds-clav, parameters da l'utilisader e cudeschets d'adressas. +changed-desc-dedicated = Per simplifitgar e render pli segir la midada tranter installaziuns da { -brand-product-name } (inclus { -brand-product-name }, { -brand-product-name } Beta e { -brand-product-name } Daily) ha questa installaziun ussa in agen profil. Ella na cundivida betg automaticamain tias infurmaziuns memorisadas cun autras installaziuns da { -brand-product-name }. +lost = <b>Ti n'has pers naginas datas persunalas u configuraziuns persunalisadas.</b> Sche ti has gia memorisà infurmaziuns en { -brand-product-name } sin quest computer, èn ellas anc adina disponiblas en in'autra installaziun da { -brand-product-name }. +options-title = Tge opziuns hai jau? +options-do-nothing = Sche ti na fas nagut vegnan las datas da tes profil da { -brand-short-name } ad esser differentas da las datas utilisadas dad autras installaziuns da { -brand-product-name }. +resources = Resursas +about-pofiles-link = Laschar mussar ed administrar tes profils +support-link = Utilisar l'administraziun da profils – Artitgel d'agid diff --git a/l10n-rm/mail/messenger/openpgp/backupKeyPassword.ftl b/l10n-rm/mail/messenger/openpgp/backupKeyPassword.ftl new file mode 100644 index 0000000000..d5c1ba4ce1 --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/backupKeyPassword.ftl @@ -0,0 +1,20 @@ +# 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/. + +set-password-window = + .title = Tscherna in pled-clav per far ina copia da segirezza da tia clav OpenPGP + +set-password-legend = Tscherner in pled-clav + +set-password-message = Il pled-clav che ti defineschas qua protegia la datoteca da la copia da segirezza da la clav secreta OpenPGP che ti vuls crear. Ti stos definir quest pled-clav per cuntinuar cun la copia da segirezza. + +set-password-backup-pw = + .value = Pled-clav per la copia da segirezza da la clav secreta: + +set-password-repeat-backup-pw = + .value = Pled-clav per la copia da segirezza da la clav secreta (anc ina giada): + +set-password-reminder = <b>Impurtant!</b> Sche ti emblidas tes pled-clav da la copia da segirezza da la clav secreta, na pos ti pli tard betg pli restaurar questa copia da segirezza. Al notescha per plaschair en in lieu segir. + +password-quality-meter = Valitaziun da la qualitad dal pled-clav diff --git a/l10n-rm/mail/messenger/openpgp/changeExpiryDlg.ftl b/l10n-rm/mail/messenger/openpgp/changeExpiryDlg.ftl new file mode 100644 index 0000000000..ee010417fa --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/changeExpiryDlg.ftl @@ -0,0 +1,22 @@ +# 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/. + +openpgp-change-key-expiry-title = + .title = Midar la data da scadenza da la clav + +info-will-expire = Questa clav è actualmain configurada uschia ch'ella scada ils { $date }. +info-already-expired = Questa clav è gia scadida. +info-does-not-expire = Questa clav è actualmain configurada uschia ch'ella na scada mai. + +info-explanation-1 = <b>Suenter la scadenza dad ina clav</b> na po ella betg pli vegnir utilisada per il criptadi u la signatura digitala. + +info-explanation-2 = Per utilisar questa clav per ina perioda pli lunga, mida sia data da scadenza e cundivida lura anc ina giada la clav publica cun tes partenaris da conversaziun. + +expire-dont-change = + .label = Betg midar la data da scadenza +expire-never-label = + .label = La clav na scada mai +expire-in-label = + .label = La clav scada en: +expire-in-months = mais diff --git a/l10n-rm/mail/messenger/openpgp/composeKeyStatus.ftl b/l10n-rm/mail/messenger/openpgp/composeKeyStatus.ftl new file mode 100644 index 0000000000..73099bdb8f --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/composeKeyStatus.ftl @@ -0,0 +1,16 @@ +# 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/. + +openpgp-compose-key-status-intro-need-keys = Per trametter in messadi criptà da fin a fin, stos ti retschaiver ed acceptar ina clav publica per mintga destinatur. +openpgp-compose-key-status-keys-heading = Disponibladad da las clavs OpenPGP: +openpgp-compose-key-status-title = + .title = Segirezza da messadis OpenPGP +openpgp-compose-key-status-recipient = + .label = Destinatur +openpgp-compose-key-status-status = + .label = Status +openpgp-compose-key-status-open-details = Administrar las clavs dal destinatur tschernì… +openpgp-recip-good = ok +openpgp-recip-missing = nagina clav disponibla +openpgp-recip-none-accepted = nagina clav acceptada diff --git a/l10n-rm/mail/messenger/openpgp/keyWizard.ftl b/l10n-rm/mail/messenger/openpgp/keyWizard.ftl new file mode 100644 index 0000000000..ca14d1f9b1 --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/keyWizard.ftl @@ -0,0 +1,188 @@ +# 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/. + +# $identity (String) - the email address of the currently selected identity +key-wizard-dialog-window = + .title = Agiuntar ina clav OpenPGP persunala per { $identity } + +key-wizard-button = + .buttonlabelaccept = Cuntinuar + .buttonlabelhelp = Turnar + +key-wizard-warning = <b>Sche ti has ina clav persunala existenta</b> per questa adressa d'e-mail, la duessas ti importar. Autramain na vegns ti ni ad avair access a tes archivs dad e-mails criptads ni a pudair leger e-mails criptads che arrivan da persunas che utiliseschan anc tia clav existenta. + +key-wizard-learn-more = Ulteriuras infurmaziuns + +radio-create-key = + .label = Crear ina nova clav OpenPGP + .accesskey = C + +radio-import-key = + .label = Importar ina clav OpenPGP existenta + .accesskey = I + +radio-gnupg-key = + .label = Utilisar tia clav externa via GnuPG (p.ex. dad ina smartcard) + .accesskey = U + +## Generate key section + +openpgp-generate-key-title = Generar ina clav OpenPGP + +openpgp-generate-key-info = <b>La generaziun dad ina clav po durar pliras minutas.</b> Na terminescha betg l'applicaziun enfin che la generaziun da la clav n'è betg finida. Cun navigar activamain u exequir operaziuns exigentas per il disc dir durant la generaziun da la clav, pos ti augmentar il nivel da casualitad ed accelerar il process. Ti vegns infurmà uschespert ch'il process è terminà. + +openpgp-keygen-expiry-title = Scadenza da la clav + +openpgp-keygen-expiry-description = Definescha la data da scadenza da tia clav gist generada. Ti pos adattar pli tard la data da scadenza per la prolungar, sche necessari. + +radio-keygen-expiry = + .label = La clav scada en + .accesskey = e + +radio-keygen-no-expiry = + .label = La clav na scada mai + .accesskey = d + +openpgp-keygen-days-label = + .label = dis +openpgp-keygen-months-label = + .label = mais +openpgp-keygen-years-label = + .label = onns + +openpgp-keygen-advanced-title = Parameters avanzads + +openpgp-keygen-advanced-description = Controllescha ils parameters avanzads da tia clav OpenPGP. + +openpgp-keygen-keytype = + .value = Tip da clav: + .accesskey = T + +openpgp-keygen-keysize = + .value = Dimensiun da la clav: + .accesskey = s + +openpgp-keygen-type-rsa = + .label = RSA + +openpgp-keygen-type-ecc = + .label = ECC (curva elliptica) + +openpgp-keygen-button = Generar la clav + +openpgp-keygen-progress-title = Generar la nova clav OpenPGP… + +openpgp-keygen-import-progress-title = Importar tias clavs OpenPGP… + +openpgp-import-success = Importà cun success las clavs OpenPGP! + +openpgp-import-success-title = Conclusiun dal process d'importaziun + +openpgp-import-success-description = Per cumenzar ad utilisar tia clav OpenPGP importada per la criptaziun dad e-mails, serra quest dialog ed acceda a la configuraziun da contos per la tscherner. + +openpgp-keygen-confirm = + .label = Confermar + +openpgp-keygen-dismiss = + .label = Interrumper + +openpgp-keygen-cancel = + .label = Annullar il process… + +openpgp-keygen-import-complete = + .label = Serrar + .accesskey = S + +openpgp-keygen-missing-username = I n'è vegnì specifitgà nagin num per il conto actual. Endatescha per plaschair ina valur en il champ «Tes num» en la configuraziun da contos. +openpgp-keygen-long-expiry = I n'è betg pussaivel da crear clavs che scadan en dapli che 100 onns. +openpgp-keygen-short-expiry = Ti clav sto esser valida per almain in di. + +openpgp-keygen-ongoing = La generaziun da la clav è gia en lavur! + +openpgp-keygen-error-core = Impussibel d'inizialisar il servetsch principal da OpenPGP + +openpgp-keygen-error-failed = Ina errur nunspetgada ha impedì la generaziun da la clav OpenPGP + +# $identity (String) - the newly generate OpenPGP Key +openpgp-keygen-error-revocation = La clav OpenPGP è vegnida creada cun success, ma i n'è betg reussì dad obtegnair la revocaziun per la clav { $key } + +openpgp-keygen-abort-title = Interrumper la generaziun da la clav? +openpgp-keygen-abort = La generaziun da la clav OpenPGP è en lavur. La vuls ti propi interrumper? + +# $identity (String) - the name and email address of the currently selected identity +openpgp-key-confirm = Generar ina clav publica ed ina clav secreta per { $identity }? + +## Import Key section + +openpgp-import-key-title = Importar ina clav OpenPGP persunala existenta + +openpgp-import-key-legend = Tscherna ina datoteca da backup creada pli baud. + +openpgp-import-key-description = Igl è pussaivel dad importar clavs persunalas creadas cun in'autra software OpenPGP. + +openpgp-import-key-info = Autra software dovra eventualmain terminologia differenta per descriver la clav persunala. + +# $count (Number) - the number of keys found in the selected files +openpgp-import-key-list-amount = + { $count -> + [one] Thunderbird ha chattà ina clav che po vegnir importada. + *[other] Thunderbird ha chattà { $count } clavs che pon vegnir importadas. + } + +openpgp-import-key-list-description = Conferma tge clavs che pon vegnir consideradas sco tias clavs persunalas. Mo clavs che ti tez has creà e che mussan tia atgna identitad duessan vegnir utilisadas sco clavs persunalas. Ti pos midar questa opziun pli tard en il dialog «Caracteristicas da clavs». + +openpgp-import-key-list-caption = Las clavs marcadas sco clavs persunalas vegnan enumeradas en la secziun da criptadi da fin a fin. Tschellas stattan a disposiziun en l'administraziun da clavs. + +openpgp-passphrase-prompt-title = Frasa-clav obligatorica + +# $identity (String) - the id of the key being imported +openpgp-passphrase-prompt = Endatescha per plaschair la frasa-clav per debloccar la suandanta clav: { $key } + +openpgp-import-key-button = + .label = Tscherna la datoteca che duai vegnir importada… + .accesskey = T + +import-key-file = Importar ina datoteca da clav OpenPGP + +import-key-personal-checkbox = + .label = Considerar questa clav sco clav persunala + +gnupg-file = Datotecas GnuPG + +import-error-file-size = <b>Errur!</b> Datotecas che surpassan 5MB na vegnan betg sustegnidas. + +# $error (String) - the reported error from the failed key import method +import-error-failed = <b>Errur!</b> Betg reussì dad importar la datoteca. { $error } + +# $error (String) - the reported error from the failed key import method +openpgp-import-keys-failed = <b>Errur!</b> Betg reussì dad importar las clavs. { $error } + +openpgp-import-identity-label = Identitad + +openpgp-import-fingerprint-label = Impronta dal det + +openpgp-import-created-label = Data da creaziun + +openpgp-import-bits-label = Bits + +openpgp-import-key-props = + .label = Caracteristicas da clavs + .accesskey = C + +## External Key section + +openpgp-external-key-title = Clav GnuPG externa + +openpgp-external-key-description = Configurar ina clav GnuPG externa cun endatar l'ID da la clav + +openpgp-external-key-info = Ultra da quai stos ti utilisar l'administraziun da clavs per importar ed acceptar la clav publica correspundenta. + +openpgp-external-key-warning = <b>I n'è betg pussaivel da configurar dapli ch'ina clav GnuPG externa.</b> Tia endataziun precedenta vegn remplazzada. + +openpgp-save-external-button = Memorisar l'ID da la clav + +openpgp-external-key-label = ID da la clav secreta: + +openpgp-external-key-input = + .placeholder = 123456789341298340 diff --git a/l10n-rm/mail/messenger/openpgp/msgReadStatus.ftl b/l10n-rm/mail/messenger/openpgp/msgReadStatus.ftl new file mode 100644 index 0000000000..8b46cc48e3 --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/msgReadStatus.ftl @@ -0,0 +1,39 @@ +# 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/. + + +## Message Header Encryption Button + +message-header-show-security-info-key = S +# $type (String) - the shortcut key defined in the message-header-show-security-info-key +message-security-button = + .title = + { PLATFORM() -> + [macos] Mussar la segirezza dal messadi (⌘ ⌥ { message-header-show-security-info-key }) + *[other] Mussar la segirezza dal messadi (Ctrl+Alt+{ message-header-show-security-info-key }) + } +openpgp-view-signer-key = + .label = Mussar la clav dal signatari +openpgp-view-your-encryption-key = + .label = Mussar tia clav da decriptadi +openpgp-openpgp = OpenPGP +openpgp-no-sig = Nagina signatura digitala +openpgp-uncertain-sig = Signatura digitala intscherta +openpgp-invalid-sig = Signatura digitala nunvalida +openpgp-good-sig = Signatura digitala valida +openpgp-sig-uncertain-no-key = Quest messadi cuntegna ina signatura digitala. Igl è dentant intschert sch'ella è correcta. Per verifitgar la signatura stos ti obtegnair ina copia da la clav publica dal speditur. +openpgp-sig-uncertain-uid-mismatch = Quest messadi cuntegna ina signatura digitala. Igl è dentant sa mussada ina incumpatibilitad. Il messadi è vegnì tramess dad ina adressa d'e-mail che na correspunda betg a la clav publica dal signatari. +openpgp-sig-uncertain-not-accepted = Quest messadi cuntegna ina signatura digitala, ma ti n'has anc betg decidì sche ti vuls acceptar la clav dal signatari. +openpgp-sig-invalid-rejected = Quest messadi cuntegna ina signatura digitala, ma ti has decidì pli baud da refusar la clav dal signatari. +openpgp-sig-invalid-technical-problem = Quest messadi cuntegna ina signatura digitala. Igl è dentant succedida ina errur tecnica. U ch'il messadi è vegnì donnegià u ch'el è vegnì modifitgà dad insatgi auter. +openpgp-sig-valid-unverified = Quest messadi includa ina signatura digitala valida dad ina clav che ti has gia acceptà. Ti n'has dentant anc betg verifitgà che la clav appartegna propi al speditur. +openpgp-sig-valid-verified = Quest messadi includa ina signatura digitala valida dad ina clav verifitgada. +openpgp-sig-valid-own-key = Quest messadi includa ina signatura digitala valida da tia clav persunala. +openpgp-sig-key-id = ID da la clav dal signatari: { $key } +openpgp-sig-key-id-with-subkey-id = ID da la clav dal signatari: { $key } (ID subclav: { $subkey }) +openpgp-enc-key-id = ID da tia clav da decriptadi: { $key } +openpgp-enc-key-with-subkey-id = ID da tia clav da decriptadi: { $key } (ID subclav: { $subkey }) +openpgp-unknown-key-id = Clav nunenconuschenta +openpgp-other-enc-additional-key-ids = Ultra da quai è il messadi era vegnì decriptà per ils proprietaris da las suandantas clavs: +openpgp-other-enc-all-key-ids = Il messadi è vegnì criptà per ils proprietaris da las suandantas clavs: diff --git a/l10n-rm/mail/messenger/openpgp/oneRecipientStatus.ftl b/l10n-rm/mail/messenger/openpgp/oneRecipientStatus.ftl new file mode 100644 index 0000000000..28e05b23de --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/oneRecipientStatus.ftl @@ -0,0 +1,30 @@ +# 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/. + +openpgp-one-recipient-status-title = + .title = Segirezza da messadis OpenPGP +openpgp-one-recipient-status-status = + .label = Status +openpgp-one-recipient-status-key-id = + .label = ID da clav +openpgp-one-recipient-status-created-date = + .label = Data da creaziun +openpgp-one-recipient-status-expires-date = + .label = Data da scadenza +openpgp-one-recipient-status-open-details = + .label = Avrir ils detagls e modifitgar l'acceptaziun… +openpgp-one-recipient-status-discover = + .label = Tschertgar clavs actualisadas u novas + +openpgp-one-recipient-status-instruction1 = Per trametter in messadi criptà da fin a fin ad in destinatur, stos ti avair sia clav publica OpenPGP e la stos marcar sco acceptada. +openpgp-one-recipient-status-instruction2 = Per obtegnair sia clav publica, l'importescha dad in e-mail ch'el ha ta tramess e che includa la clav. Uschiglio pos ti empruvar da chattar sia clav publica en in register. + +openpgp-key-own = Acceptada (clav persunala) +openpgp-key-secret-not-personal = Betg utilisabla +openpgp-key-verified = Acceptada (verifitgada) +openpgp-key-unverified = Acceptada (betg verifitgada) +openpgp-key-undecided = Betg acceptada (betg decidì) +openpgp-key-rejected = Betg acceptada (refusada) + +openpgp-intro = Clavs publicas disponiblas per { $key } diff --git a/l10n-rm/mail/messenger/openpgp/openpgp-frontend.ftl b/l10n-rm/mail/messenger/openpgp/openpgp-frontend.ftl new file mode 100644 index 0000000000..a8aac53070 --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/openpgp-frontend.ftl @@ -0,0 +1,49 @@ +# 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/. + +openpgp-manage-keys-openpgp-cmd = + .label = Administraziun da clavs OpenPGP + .accesskey = O +openpgp-ctx-decrypt-open = + .label = Decriptar ed avrir + .accesskey = D +openpgp-ctx-decrypt-save = + .label = Decriptar e memorisar sut… + .accesskey = c +openpgp-ctx-import-key = + .label = Importar ina clav OpenPGP + .accesskey = I +openpgp-ctx-verify-att = + .label = Verifitgar la signatura + .accesskey = V +openpgp-has-sender-key = Quest messadi pretenda da cuntegnair la clav publica OpenPGP dal speditur. +openpgp-be-careful-new-key = Attenziun: La nova clav publica OpenPGP en quest messadi sa differenziescha da las clavs publicas che ti has acceptà pli baud per { $email }. +openpgp-import-sender-key = + .label = Importar… +openpgp-search-keys-openpgp = + .label = Tschertgar la clav OpenPGP +openpgp-missing-signature-key = Quest messadi è vegni signà cun ina clav che ti n'has anc betg. +openpgp-search-signature-key = + .label = Tschertgar… +# Don't translate the terms "OpenPGP" and "MS-Exchange" +openpgp-broken-exchange-opened = Quai è in messadi OpenPGP ch'è apparentamain vegnì donnegià da MS-Exchange e na po betg vegnir reparà perquai ch'el è vegni avert ord ina datoteca locala. Copiescha il messadi en in ordinatur dad e-mail per empruvar d'al reparar automaticamain. +openpgp-broken-exchange-info = Quai è in messadi OpenPGP ch'è apparentamain vegnì donnegià da MS-Exchange. Sch'ils cuntegns dal messadi na vegnan betg mussads sco spetgà, pos ti empruvar da laschar reparar automaticamain il messadi. +openpgp-broken-exchange-repair = + .label = Reparar il messadi +openpgp-broken-exchange-wait = Spetgar per plaschair... +openpgp-cannot-decrypt-because-mdc = + Quai è in messadi criptà che utilisescha in mecanissem vegl e vulnerabel. + I n'è betg exclus ch'el è vegnì modifitgà durant la transmissiun, cun l'intenziun dad engular ses cuntegn. + Per prevegnir a quest ristg na vegnan ils cuntegns betg mussads. +openpgp-cannot-decrypt-because-missing-key = La clav secreta necessaria per decriptar quest messadi n'è betg disponibla. +openpgp-partially-signed = + Mo ina part da quest messadi è signada digitalmain cun OpenPGP. + Sche ti cliccas sin il buttun «Verifitgar» vegnan las parts nunprotegidas zuppentadas ed il status da la signatura digitala vegn mussà. +openpgp-partially-encrypted = + Mo ina part da quest messadi è criptada cun agid da OpenPGP. + Las parts legiblas dal messadi che vegnan gia mussadas, n'èn betg criptadas. + Sche ti cliccas sin il buttun «Decriptar», vegn il cuntegn da las parts criptadas mussà. +openpgp-reminder-partial-display = Promemoria: Il messadi mussà sutvart è mo ina part dal messadi original. +openpgp-partial-verify-button = Verifitgar +openpgp-partial-decrypt-button = Decriptar diff --git a/l10n-rm/mail/messenger/openpgp/openpgp.ftl b/l10n-rm/mail/messenger/openpgp/openpgp.ftl new file mode 100644 index 0000000000..b2caefc125 --- /dev/null +++ b/l10n-rm/mail/messenger/openpgp/openpgp.ftl @@ -0,0 +1,638 @@ +# 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/. + +e2e-intro-description = Per trametter messadis criptads u signads a moda digitala, stos ti configurar ina tecnologia da criptadi, u OpenPGP u S/MIME. +e2e-intro-description-more = Tscherna tia clav persunala per pudair utilisar OpenPGP u tes certificat persunal per utilisar S/MIME. Ti stos avair la clav secreta associada cun la clav persunala u il certificat persunal. +openpgp-key-user-id-label = Conto / ID da l'utilisader +openpgp-keygen-title-label = + .title = Generar ina clav OpenPGP +openpgp-cancel-key = + .label = Interrumper + .tooltiptext = Interrumper la generaziun da la clav +openpgp-key-gen-expiry-title = + .label = Scadenza da la clav +openpgp-key-gen-expire-label = La clav scada en +openpgp-key-gen-days-label = + .label = dis +openpgp-key-gen-months-label = + .label = mais +openpgp-key-gen-years-label = + .label = onns +openpgp-key-gen-no-expiry-label = + .label = La clav na scada mai +openpgp-key-gen-key-size-label = Dimensiun da la clav +openpgp-key-gen-console-label = Generaziun da la clav +openpgp-key-gen-key-type-label = Tip da clav +openpgp-key-gen-key-type-rsa = + .label = RSA +openpgp-key-gen-key-type-ecc = + .label = ECC (curva elliptica) +openpgp-generate-key = + .label = Generar ina clav + .tooltiptext = Generescha ina nova clav confurma ad OpenPGP per criptadi e/u signatura +openpgp-advanced-prefs-button-label = + .label = Avanzà… +openpgp-keygen-desc = <a data-l10n-name="openpgp-keygen-desc-link">REMARTGA: La generaziun dad ina clav po durar pliras minutas.</a> Na terminescha betg l'applicaziun enfin che la generaziun da la clav n'è betg finida. Cun navigar activamain u exequir operaziuns exigentas per il disc dir durant la generaziun da la clav, pos ti augmentar il nivel da casualitad ed accelerar il process. Ti vegns infurmà uschespert ch'il process è terminà. +openpgp-key-expiry-label = + .label = Scadenza +openpgp-key-id-label = + .label = ID da clav +openpgp-cannot-change-expiry = Quai è ina clav cun ina structura cumplexa. La midada da sia data da scadenza na vegn betg sustegnida. +openpgp-key-man-title = + .title = Administraziun da clavs OpenPGP +openpgp-key-man-generate = + .label = Nov pèr da clavs + .accesskey = N +openpgp-key-man-gen-revoke = + .label = Certificat da revocaziun + .accesskey = r +openpgp-key-man-ctx-gen-revoke-label = + .label = Generar e memorisar in certificat da revocaziun +openpgp-key-man-file-menu = + .label = Datoteca + .accesskey = D +openpgp-key-man-edit-menu = + .label = Modifitgar + .accesskey = M +openpgp-key-man-view-menu = + .label = Mussar + .accesskey = u +openpgp-key-man-generate-menu = + .label = Generar + .accesskey = G +openpgp-key-man-keyserver-menu = + .label = Server da clavs + .accesskey = v +openpgp-key-man-import-public-from-file = + .label = Importar clav(s) publica(s) dad ina datoteca + .accesskey = I +openpgp-key-man-import-secret-from-file = + .label = Importar clav(s) secreta(s) dad ina datoteca +openpgp-key-man-import-sig-from-file = + .label = Importar revocaziun(s) dad ina datoteca +openpgp-key-man-import-from-clipbrd = + .label = Importar clav(s) da l'archiv provisoric + .accesskey = I +openpgp-key-man-import-from-url = + .label = Importar clav(s) dad in URL + .accesskey = L +openpgp-key-man-export-to-file = + .label = Exportar clav(s) publica(s) en ina datoteca + .accesskey = E +openpgp-key-man-send-keys = + .label = Trametter clav(s) publica(s) via e-mail + .accesskey = T +openpgp-key-man-backup-secret-keys = + .label = Far ina copia da segirezza dad ina u pliras clavs secretas en ina datoteca + .accesskey = F +openpgp-key-man-discover-cmd = + .label = Tschertgar clavs online + .accesskey = o +openpgp-key-man-discover-prompt = Per tschertgar clavs OpenPGP online – sin servers da clavs u cun agid dal protocol WKD – endatar ina adressa d'e-mail u ina ID da clav. +openpgp-key-man-discover-progress = Tschertgar… +openpgp-key-copy-key = + .label = Copiar la clav publica + .accesskey = C +openpgp-key-export-key = + .label = Exportar la clav publica en ina datoteca + .accesskey = E +openpgp-key-backup-key = + .label = Far ina copia da segirezza da la clav secreta + .accesskey = F +openpgp-key-send-key = + .label = Trametter la clav publica via e-mail + .accesskey = T +openpgp-key-man-copy-to-clipbrd = + .label = Copiar clav(s) publica(s) en l'archiv provisoric + .accesskey = o +openpgp-key-man-copy-key-ids = + .label = + { $count -> + [one] Copiar l'ID da clav en l'archiv provisoric + *[other] Copiar las IDs da clav en l'archiv provisoric + } + .accesskey = I +openpgp-key-man-copy-fprs = + .label = + { $count -> + [one] Copiar l'impronta en l'archiv provisoric + *[other] Copiar las improntas en l'archiv provisoric + } + .accesskey = m +openpgp-key-man-copy-to-clipboard = + .label = + { $count -> + [one] Copiar la clav publica en l'archiv provisoric + *[other] Copiar las clavs publicas en l'archiv provisoric + } + .accesskey = p +openpgp-key-man-ctx-expor-to-file-label = + .label = Exportar las clav en ina datoteca +openpgp-key-man-ctx-copy-to-clipbrd-label = + .label = Copiar las clavs publicas en l'archiv provisoric +openpgp-key-man-ctx-copy = + .label = Copiar + .accesskey = C +openpgp-key-man-ctx-copy-fprs = + .label = + { $count -> + [one] Impronta dal det + *[other] Improntas dal det + } + .accesskey = d +openpgp-key-man-ctx-copy-key-ids = + .label = + { $count -> + [one] ID da clav + *[other] IDs da clav + } + .accesskey = v +openpgp-key-man-ctx-copy-public-keys = + .label = + { $count -> + [one] Clav publica + *[other] Clavs publicas + } + .accesskey = b +openpgp-key-man-close = + .label = Serrar +openpgp-key-man-reload = + .label = Rechargiar il cache da las clavs + .accesskey = R +openpgp-key-man-change-expiry = + .label = Midar la data da scadenza + .accesskey = e +openpgp-key-man-del-key = + .label = Stizzar la(s) clav(s) + .accesskey = t +openpgp-delete-key = + .label = Stizzar la clav + .accesskey = z +openpgp-key-man-revoke-key = + .label = Revocar la clav + .accesskey = R +openpgp-key-man-key-props = + .label = Caracteristicas da la clav + .accesskey = i +openpgp-key-man-key-more = + .label = Dapli + .accesskey = D +openpgp-key-man-view-photo = + .label = Foto d'identitad + .accesskey = F +openpgp-key-man-ctx-view-photo-label = + .label = Mussar la foto d'identitad +openpgp-key-man-show-invalid-keys = + .label = Mussar las clavs nunvalidas + .accesskey = M +openpgp-key-man-show-others-keys = + .label = Mussar las clavs dad autras persunas + .accesskey = a +openpgp-key-man-user-id-label = + .label = Num +openpgp-key-man-fingerprint-label = + .label = Impronta +openpgp-key-man-select-all = + .label = Tscherner tut las clavs + .accesskey = a +openpgp-key-man-empty-tree-tooltip = + .label = Endatar ils terms da tschertga en il champ survart +openpgp-key-man-nothing-found-tooltip = + .label = Nagina clav na correspunda als terms tschertgads +openpgp-key-man-please-wait-tooltip = + .label = Spetga p.pl. durant che las clavs vegnan chargiadas… +openpgp-key-man-filter-label = + .placeholder = Tschertgar clavs +openpgp-key-man-select-all-key = + .key = A +openpgp-key-man-key-details-key = + .key = I +openpgp-key-details-title = + .title = Caracteristicas da la clav +openpgp-key-details-signatures-tab = + .label = Certificaziuns +openpgp-key-details-structure-tab = + .label = Structura +openpgp-key-details-uid-certified-col = + .label = ID da l'utilisader / Certifitgà da +openpgp-key-details-user-id2-label = Proprietari presumtiv da la clav +openpgp-key-details-id-label = + .label = ID +openpgp-key-details-key-type-label = Tip +openpgp-key-details-key-part-label = + .label = Part da la clav +openpgp-key-details-algorithm-label = + .label = Algoritmus +openpgp-key-details-size-label = + .label = Grondezza +openpgp-key-details-created-label = + .label = Data da creaziun +openpgp-key-details-created-header = Data da creaziun +openpgp-key-details-expiry-label = + .label = Data da scadenza +openpgp-key-details-expiry-header = Data da scadenza +openpgp-key-details-usage-label = + .label = Utilisaziun +openpgp-key-details-fingerprint-label = Impronta +openpgp-key-details-sel-action = + .label = Tscherner ina acziun… + .accesskey = s +openpgp-key-details-also-known-label = Identitads alternativas presumtivas dal proprietari principal da la clav: +openpgp-card-details-close-window-label = + .buttonlabelaccept = Serrar +openpgp-acceptance-label = + .label = Tia acceptaziun +openpgp-acceptance-rejected-label = + .label = Na, refusar questa clav. +openpgp-acceptance-undecided-label = + .label = Betg anc, forsa pli tard. +openpgp-acceptance-unverified-label = + .label = Gea, ma jau n'hai betg anc verifitgà ch'igl è la dretga clav. +openpgp-acceptance-verified-label = + .label = Gea, jau hai persunalmain verifitgà che l'impronta da questa clav è correcta. +key-accept-personal = + Per questa clav has ti tant la part publica sco la part secreta. Ti la pos utilisar sco clav persunala. + Sche ti has survegnì questa clav dad insatgi auter, na l'utilisescha betg sco clav persunala. +key-personal-warning = Has ti tez creà questa clav e sco proprietari da la clav es ti inditgà? +openpgp-personal-no-label = + .label = Na, betg l'utilisar sco mia clav persunala. +openpgp-personal-yes-label = + .label = Gea, considerar questa clav sco ina clav persunala. +openpgp-copy-cmd-label = + .label = Copiar + +## e2e encryption settings + +# $count (Number) - the number of configured keys associated with the current identity +# $identity (String) - the email address of the currently selected identity +openpgp-description = + { $count -> + [0] Thunderbird n'ha naginas clavs persunalas OpenPGP per <b>{ $identity }</b> + [one] Thunderbird ha chattà { $count } clav persunala OpenPGP associada cun <b>{ $identity }</b> + *[other] Thunderbird ha chattà { $count } clavs persunalas OpenPGP associadas cun <b>{ $identity }</b> + } +# $count (Number) - the number of configured keys associated with the current identity +# $key (String) - the currently selected OpenPGP key +openpgp-selection-status = + { $count -> + [0] Tscherna ina clav valida per activar il protocol OpenPGP. + [one] Tia configuraziun actuala utilisescha la clav cun l'ID <b>{ $key }</b> + *[other] Tia configuraziun actuala utilisescha la clav cun l'ID <b>{ $key }</b> + } +# $key (String) - the currently selected OpenPGP key +openpgp-selection-status-error = Tia configuraziun actuala utilisescha la clav <b>{ $key }</b> ch'è scadida. +openpgp-add-key-button = + .label = Agiuntar ina clav… + .accesskey = A +e2e-learn-more = Ulteriuras infurmaziuns +openpgp-keygen-success = La clav OpenPGP è vegnida creada cun success! +openpgp-keygen-import-success = Las clavs OpenPGP èn vegnidas importadas cun success! +openpgp-keygen-external-success = L'ID da la clav GnuPG externa è vegnida memorisada! + +## OpenPGP Key selection area + +openpgp-radio-none = + .label = Nagina +openpgp-radio-none-desc = Betg utilisar OpenPGP per questa identitad. +# $key (String) - the expiration date of the OpenPGP key +openpgp-radio-key-expires = Scada ils: { $date } +openpgp-key-expires-image = + .tooltiptext = La clav scada en pli pauc che 6 mais +# $key (String) - the expiration date of the OpenPGP key +openpgp-radio-key-expired = È scadì ils: { $date } +openpgp-key-expired-image = + .tooltiptext = Clav scadida +openpgp-key-expand-section = + .tooltiptext = Ulteriuras infurmaziuns +openpgp-key-revoke-title = Revocar la clav +openpgp-key-edit-title = Midar la clav OpenPGP +openpgp-key-edit-date-title = Prolungar la data da scadenza +openpgp-manager-description = Utilisescha l'administraziun da clavs OpenPGP per mussar ed administrar las clavs publicas da tes correspundents e tut tschellas clavs betg mussadas survart. +openpgp-manager-button = + .label = Administraziun da clavs OpenPGP + .accesskey = c +openpgp-key-remove-external = + .label = Allontanar l'ID da clav externa + .accesskey = e +key-external-label = Clav GnuPG externa +# Strings in keyDetailsDlg.xhtml +key-type-public = clav publica +key-type-primary = clav principala +key-type-subkey = sutclav +key-type-pair = pèr da clavs (clav secreta e clav publica) +key-expiry-never = mai +key-usage-encrypt = Criptar +key-usage-sign = Signar +key-usage-certify = Certifitgar +key-usage-authentication = Autentificaziun +key-does-not-expire = La clav na scada mai +key-expired-date = La clav è scadida ils { $keyExpiry } +key-expired-simple = La clav è scadida +key-revoked-simple = La clav è vegnida revocada +key-do-you-accept = Acceptas ti questa clav per verifitgar signaturas digitalas e per criptar messadis? +key-accept-warning = Fa la segira che ti acceptas mo clavs autenticas. Utilisescha in auter chanal da communicaziun che e-mail per verifitgar l'impronta da la clav da tes partenari da correspundenza. +# Strings enigmailMsgComposeOverlay.js +cannot-use-own-key-because = Impussibel da trametter il messadi. I dat in problem cun tia clav persunala. { $problem } +cannot-encrypt-because-missing = Impussibel da trametter quest messadi cun criptadi da fin a fin. I dat problems cun las clavs dals suandants destinaturs: { $problem } +window-locked = La fanestra da rediger è bloccada; spediziun annullada +# Strings in mimeDecrypt.jsm +mime-decrypt-encrypted-part-attachment-label = Part criptada dal messadi +mime-decrypt-encrypted-part-concealed-data = Quai è ina part criptada dal messadi. Ti stos l'avrir en ina fanestra separada cun cliccar sin l'agiunta. +# Strings in keyserver.jsm +keyserver-error-aborted = Interrut +keyserver-error-unknown = Ina errur nunenconuschenta è succedida +keyserver-error-server-error = Il server da clavs ha annunzià ina errur. +keyserver-error-import-error = I n'è betg reussì dad importar la clav telechargiada. +keyserver-error-unavailable = Il server da clavs n'è betg disponibel. +keyserver-error-security-error = Il server da clavs na sustegna betg l'access criptà. +keyserver-error-certificate-error = Il certificat dal server da clavs n'è betg valid. +keyserver-error-unsupported = Il server da clavs na vegn betg sustegnì. +# Strings in mimeWkdHandler.jsm +wkd-message-body-req = + Tes purschider dad e-mail ha elavurà tia dumonda da transferir tia clav publica en il OpenPGP Web Key Directory. + Conferma per plaschair per cumplettar la publicaziun da tia clav publica. +wkd-message-body-process = + Quest è in e-mail en connex cun l'elavuraziun automatica per transferir tia clav publica en il OpenPGP Web Key Directory. + I na dovra naginas intervenziuns manualas per il mument. +# Strings in persistentCrypto.jsm +converter-decrypt-body-failed = + Impussibel da decriptar il messadi cun l'object + { $subject }. + Vuls ti empruvar anc ina giada cun in'autra frasa-clav u sursiglir il messadi? +# Strings in gpg.jsm +unknown-signing-alg = Algoritmus da signatura nunenconuschent (ID: { $id }) +unknown-hash-alg = Hash criptografic nunenconuschent (ID: { $id }) +# Strings in keyUsability.jsm +expiry-key-expires-soon = + Tia clav { $desc } scada en damain che { $days } dis. + Nus ta recumandain da crear in nov pèr da clavs e configurar ils contos correspundents per l'utilisaziun. +expiry-keys-expire-soon = + Tia clavs suandantas scadan en damain che { $days } dis:{ $desc }. + Nus ta recumandain da crear novas clavs e configurar ils contos correspundents per las utilisar. +expiry-key-missing-owner-trust = + La fidaivladad n'è betg specifitgada per tia clav secreta { $desc }. + Nus ta recumandain da drizzar la «Fidaivladad dals certificats» sin «absoluta» en las caracteristicas da questa clav. +expiry-keys-missing-owner-trust = + La fidaivladad n'è betg specifitgada per tias clavs secretas suandantas: + { $desc }. + Nus ta recumandain da drizzar la «Fidaivladad dals certificats» sin «absoluta» en las caracteristicas da questas clavs. +expiry-open-key-manager = Avrir l'administraziun da clavs OpenPGP +expiry-open-key-properties = Avrir las caracteristicas da la clav +# Strings filters.jsm +filter-folder-required = Ti stos tscherner in ordinatur da destinaziun. +filter-decrypt-move-warn-experimental = + Attenziun! L'acziun dal filter «Decriptar permanent» po destruir messadis. + Nus recumandain dad exnum empruvar l'emprim il filter «Crear ina copia decriptada», lura controllar bain il resultat e pir cumenzar ad utilisar quest filter sch'il resultat satisfa. +filter-term-pgpencrypted-label = Criptà cun OpenPGP +filter-key-required = Ti stos tscherner ina clav dal destinatur. +filter-key-not-found = Impussibel da chattar ina clav da criptadi per «{ $desc }». +filter-warn-key-not-secret = + Attenziun! L'acziun dal filter «Criptar cun la clav» remplazza ils destinaturs. + Sche ti na possedas betg la clav secreta per «{ $desc }», na vegns ti betg pli a pudair leger ils e-mails. +# Strings filtersWrapper.jsm +filter-decrypt-move-label = Decriptar permanent (OpenPGP) +filter-decrypt-copy-label = Crear ina copia decriptada (OpenPGP) +filter-encrypt-label = Criptar cun la clav (OpenPGP) +# Strings in enigmailKeyImportInfo.js +import-info-title = + .title = Importà las clavs cun success +import-info-bits = Bits +import-info-created = Creà +import-info-fpr = Impronta +import-info-details = Mussar ils detagls ed administrar l'acceptaziun da las clavs +import-info-no-keys = Importà naginas clavs. +# Strings in enigmailKeyManager.js +import-from-clip = Vuls ti importar (ina) tscherta(s) clav(s) da l'archiv provisoric? +import-from-url = Telechargiar la clav publica da quest URL: +copy-to-clipbrd-failed = Impussibel da copiar la(s) clav(s) tschernida(s) en l'archiv provisoric. +copy-to-clipbrd-ok = Copià la(s) clav(s) en l'archiv provisoric +delete-secret-key = + Attenziun! Ti emprovas da stizzar ina clav secreta! + + Sche ti stizzas tia clav secreta na vegns ti ni a pudair decriptar messadis criptads cun questa clav ni revocar la clav. + + Vuls ti propi stizzar OMADUAS, la clav secreta e la clav publica + «{ $userId }»? +delete-mix = + Attenziun! Ti emprovas da stizzar clavs secretas! + Sche ti stizzas tia clav secreta, na vegns ti betg pli a pudair decriptar messadis criptads cun questa clav. + Vuls ti propi stizzar OMADUAS, las clavs secretas tschernidas e las clavs publicas? +delete-pub-key = + Vuls ti stizzar la clav publica + «{ $userId }»? +delete-selected-pub-key = Vuls ti stizzar las clavs publicas? +refresh-all-question = Ti n'has tschernì naginas clavs. Vuls ti actualisar TUT las clavs? +key-man-button-export-sec-key = Exportar las clavs &secretas +key-man-button-export-pub-key = Exportar mo las clavs &publicas +key-man-button-refresh-all = &Actualisar tut las clavs +key-man-loading-keys = Chargiar las clavs, p.pl. spetgar… +ascii-armor-file = Datotecas ASCII Armored (*.asc) +no-key-selected = Ti stos selecziunar almain ina clav per exequir l'operaziun tschernida +export-to-file = Exportar la clav publica en ina datoteca +export-keypair-to-file = Exportar la clav secreta e la clav publica en ina datoteca +export-secret-key = Vuls ti includer la clav secreta en la datoteca da clav OpenPGP memorisada? +save-keys-ok = Las clavs èn vegnidas memorisadas cun success +save-keys-failed = I n'è betg reussì da memorisar las clavs +default-pub-key-filename = clavs-publicas-exportadas +default-pub-sec-key-filename = copia-clavs-secretas +refresh-key-warn = Attenziun: Tut tenor il dumber da clavs e la sveltezza da la connexiun, poi durar ditg per actualisar tut las clavs! +preview-failed = Impussibel da leger la datoteca da la clav publica. +general-error = Errur: { $reason } +dlg-button-delete = &Stizzar + +## Account settings export output + +openpgp-export-public-success = <b>Exportà cun success la clav publica!</b> +openpgp-export-public-fail = <b>Impussibel dad exportar las clavs publicas tschernidas!</b> +openpgp-export-secret-success = <b>Exportà cun success la clav secreta!</b> +openpgp-export-secret-fail = <b>Impussibel dad exportar la clav secreta tschernida!</b> +# Strings in keyObj.jsm +key-ring-pub-key-revoked = La clav { $userId } (ID da clav { $keyId }) è vegnida revocada. +key-ring-pub-key-expired = La clav { $userId } (ID da clav { $keyId }) è scadida. +key-ring-key-disabled = La clav { $userId } (ID da clav { $keyId }) è deactivada e na po betg vegnir utilisada. +key-ring-key-invalid = La clav { $userId } (ID da clav { $keyId }) n'è betg valida. Considerescha per plaschair da la verifitgar correctamain. +key-ring-key-not-trusted = La clav { $userId } (ID da clav { $keyId }) n'ha betg in nivel da confidenza suffizient. Mida per plaschair il nivel da confidenza da tia clav sin «absolut» per pudair l'utilisar per signar. +key-ring-no-secret-key = I para che ti n'hajas betg la clav secreta per { $userId } (ID da clav { $keyId }) en tes rintg da clavs; ti na pos betg utilisar la clav per signar. +key-ring-pub-key-not-for-signing = La clav { $userId } (ID da clav { $keyId }) na po betg vegnir duvrada per signar. +key-ring-pub-key-not-for-encryption = La clav { $userId } (ID da clav { $keyId }) na po betg vegnir duvrada per criptar. +key-ring-sign-sub-keys-revoked = Tut las sutclavs da signatura da la clav { $userId } (ID da clav { $keyId }) èn vegnidas revocadas. +key-ring-sign-sub-keys-expired = Tut las sutclavs da signatura da la clav { $userId } (ID da clav { $keyId }) èn scadidas. +key-ring-sign-sub-keys-unusable = Tut las sutclavs da signatura da la clav { $userId } (ID da clav { $keyId }) èn vegnidas revocadas, èn scadidas u per in auter motiv betg utilisablas. +key-ring-enc-sub-keys-revoked = Tut las sutclavs da criptadi da la clav { $userId } (ID da clav { $keyId }) èn vegnidas revocadas. +key-ring-enc-sub-keys-expired = Tut las sutclavs da criptadi da la clav { $userId } (ID da clav { $keyId }) èn scadidas. +key-ring-enc-sub-keys-unusable = Tut las sutclavs da criptadi da la clav { $userId } (ID da clav { $keyId }) èn vegnidas revocadas, èn scadidas u per in auter motiv betg utilisablas. +# Strings in gnupg-keylist.jsm +keyring-photo = Foto +user-att-photo = Attribut utilisader (maletg JPEG) +# Strings in key.jsm +already-revoked = Questa clav è gia vegnida revocada. +# $identity (String) - the id and associated user identity of the key being revoked +revoke-key-question = + Ti es londervi da revocar la clav «{ $identity }». + Ti na vegns betg pli a pudair signar cun questa clav ed uschespert che la revocaziun è distribuida, na pon auters betg pli criptar cun questa clav. Igl è dentant era vinavant pussaivel da duvrar la clav per decriptar messadis vegls. + Vuls ti cuntinuar? +# $keyId (String) - the id of the key being revoked +revoke-key-not-present = + Ti n'has nagina clav (0x{ $keyId }) che correspunda a quest certificat da revocaziun! + Sche ti has pers tia clav, la stos ti importar (p.ex. dad in server da clavs) avant che importar il certificat da revocaziun! +# $keyId (String) - the id of the key being revoked +revoke-key-already-revoked = La clav 0x{ $keyId } è gia vegnida revocada. +key-man-button-revoke-key = &Revocar la clav +openpgp-key-revoke-success = Revocà la clav cun success. +after-revoke-info = + La clav è vegnida revocada. + Cundivida danovamain questa clav publica, via e-mail u cun la transferir sin servers da clavs, per far a savair tuts che ti has revocà la clav. + Uschespert che la software dad autras persunas vegn a savair da la revocaziun, na vegnan els betg pli a duvrar tia veglia clav. + Sche ti utiliseschas ina nova clav per la medema adressa d'e-mail ed agiunteschas la nova clav publica als e-mails che ti tramettas, lura vegn l'infurmaziun davart tia clav veglia revocada includida automaticamain. +# Strings in keyRing.jsm & decryption.jsm +key-man-button-import = &Importar +delete-key-title = Stizzar la clav OpenPGP +delete-external-key-title = Allontanar la clav externa GnuPG +delete-external-key-description = Vuls ti allontanar questa ID da clav GnuPG externa? +key-in-use-title = La clav OpenPGP vegn actualmain utilisada +delete-key-in-use-description = Impussibel da cuntinuar! La clav che ti has tschernì per stizzar vegn actualmain utilisada da questa identitad. Tscherna in'autra clav u na tscherna nagina ed emprova anc ina giada. +revoke-key-in-use-description = Impussibel da cuntinuar! La clav che ti has tschernì per la revocaziun vegn actualmain utilisada da questa identitad. Tscherna in'autra clav u na tscherna nagina ed emprova anc ina giada. +# Strings used in errorHandling.jsm +key-error-key-spec-not-found = L'adressa d'e-mail «{ $keySpec }» na correspunda a nagina clav da tes rintg da clavs. +key-error-key-id-not-found = L'ID da clav «{ $keySpec }» configurada na sa chatta betg en tes rintg da clavs. +key-error-not-accepted-as-personal = Ti n'has betg confermà che la clav cun l'ID «{ $keySpec }» è tia clav persunala. +# Strings used in enigmailKeyManager.js & windows.jsm +need-online = La funcziunalitad tschernida na stat betg da disposiziun en il modus offline. Ta connectescha cun l'internet ed emprova anc ina giada. +# Strings used in keyRing.jsm & keyLookupHelper.jsm +no-key-found = Impussibel da chattar ina clav che correspunda als criteris da tschertga inditgads. +# Strings used in keyRing.jsm & GnuPGCryptoAPI.jsm +fail-key-extract = Errur – il cumond d'extracziun da la clav n'è betg reussì +# Strings used in keyRing.jsm +fail-cancel = Errur – recepziun da clav annullada da l'utilisader +not-first-block = Errur – l'emprim bloc OpenPGP n'è betg in bloc da la clav publica +import-key-confirm = Importar la u las clavs publicas inclusas en il messadi? +fail-key-import = Errur – l'import da la clav n'è betg reussì +file-write-failed = Betg reussì da scriver en la datoteca { $output } +no-pgp-block = Errur – Chattà nagin bloc da datas OpenPGP armored valid +confirm-permissive-import = L'import n'è betg reussi. La clav che ti emprovas dad importar è eventualmain donnegiada u ch'ella utilisescha attributs nunenconuschents. Vuls ti empruvar dad importar las parts correctas? Quai po avair per consequenza che las clavs importadas èn nuncumplettas e betg utilisablas. +# Strings used in trust.jsm +key-valid-unknown = nunenconuschenta +key-valid-invalid = nunvalida +key-valid-disabled = deactivada +key-valid-revoked = revocada +key-valid-expired = scadida +key-trust-untrusted = betg fidada +key-trust-marginal = marginala +key-trust-full = fidada +key-trust-ultimate = absoluta +key-trust-group = (gruppa) +# Strings used in commonWorkflows.js +import-key-file = Importar ina datoteca da clav OpenPGP +import-rev-file = Importar ina datoteca da revocaziun OpenPGP +gnupg-file = Datotecas GnuPG +import-keys-failed = L'import da las clavs n'è betg reussì +passphrase-prompt = Endatescha per plaschair la frasa-clav che deblochescha la suandanta clav: { $key } +file-to-big-to-import = Questa datoteca è memia gronda. N'importescha per plaschair betg memia bleras clavs en ina. +# Strings used in enigmailKeygen.js +save-revoke-cert-as = Crear e memorisar in certificat da revocaziun +revoke-cert-ok = Il certificat da revocaziun è vegnì creà. Ti pos l'utilisar per invalidar tia clav publica, p.ex. en cas che ti perdas tia clav secreta. +revoke-cert-failed = Impussibel da crear il certificat da revocaziun. +gen-going = La generaziun da la clav è gia en lavur! +keygen-missing-user-name = I n'è vegnì specifitgà nagin num per l'identitad u il conto tschernì. Endatescha per plaschair ina valur en il champ «Tes num» en la configuraziun da contos. +expiry-too-short = Ti clav sto esser valida per almain in di. +expiry-too-long = I n'è betg pussaivel da crear clavs che scadan pir suenter dapli che 100 onns. +key-confirm = Generar ina clav publica ed ina clav secreta per «{ $id }»? +key-man-button-generate-key = &Generar ina clav +key-abort = Interrumper la generaziun da la clav? +key-man-button-generate-key-abort = &Annullar la generaziun da la clav +key-man-button-generate-key-continue = &Cuntinuar cun la generaziun da la clav + +# Strings used in enigmailMessengerOverlay.js + +failed-decrypt = Errur – decriptadi betg reussì +fix-broken-exchange-msg-failed = I n'è betg reussì da reparar il messadi. +attachment-no-match-from-signature = Impussibel d'associar la datoteca da signatura «{ $attachment }» cun ina agiunta +attachment-no-match-to-signature = Impussibel d'associar l'agiunta «{ $attachment }» cun ina datoteca da signatura +signature-verified-ok = La signatura per l'agiunta { $attachment } è vegnida verifitgada cun success +signature-verify-failed = Impussibel da verifitgar la signatura per l'agiunta { $attachment } +decrypt-ok-no-sig = + Attenziun + Il decriptadi è gartegià, ma i n'è betg reussì da verifitgar correctamain la signatura +msg-ovl-button-cont-anyway = Tuttina &cuntinuar +enig-content-note = *Las agiuntas da quest messadi n'èn ni signadas ni criptadas* +# Strings used in enigmailMsgComposeOverlay.js +msg-compose-button-send = &Trametter il messadi +msg-compose-details-button-label = Detagls… +msg-compose-details-button-access-key = D +send-aborted = Annullà l'operaziun da spediziun. +key-not-trusted = Il nivel da fidaivladad da la clav «{ $key }» è insuffizient +key-not-found = Betg chattà la clav «{ $key }» +key-revoked = Revocà la clav «{ $key }» +key-expired = La clav «{ $key }» è scadida +msg-compose-internal-error = Ina errur interna è succedida. +keys-to-export = Tscherna las clavs OpenPGP dad inserir +msg-compose-partially-encrypted-inlinePGP = + Il messadi al qual ti respundas cuntegna tant parts criptadas sco parts betg criptadas. Sch'il speditur n'ha oriundamain betg pudì decriptar tschertas parts dal messadi, reveleschas ti eventualmain infurmaziuns confidenzialas ch'il speditur n'ha oriundamain betg pudì decriptar. + Considerescha dad allontanar tut il text cità ord tia resposta a quest speditur. +msg-compose-cannot-save-draft = Errur cun memorisar il sboz +msg-compose-partially-encrypted-short = Far attenziun da betg revelar infurmaziuns sensiblas: l'e-mail è criptà parzialmain. +quoted-printable-warn = + Ti has activà la codaziun «quoted-printable» per trametter messadis. Quai po chaschunar errurs durant il decriptadi e/u la verificaziun da tes messadi. + Vuls ti deactivar ussa la spediziun da messadis «quoted-printable»? +minimal-line-wrapping = + Ti has definì il sigl da lingia suenter { $width } caracters. Per criptar e signar correctamain sto questa valur esser almain 68. + Vuls ti ussa definir il sigl da lingia suenter 68 caracters? +sending-hidden-rcpt = BCC (destinaturs zuppads) na po betg vegnir utilisà cun trametter messadis criptads. Per trametter quest messadi criptà, ubain allontanar ils destinaturs BCC ubain als spustar en il champ CC. +sending-news = + Annullà l'operaziun da spediziun criptada. + Quest messadi na po betg vegnir criptà perquai ch'el cuntegna destinaturs ch'èn gruppas da discussiun. Trametta per plaschair anc ina giada il messadi senza criptadi. +send-to-news-warning = + Attenziun! Ti londervi da trametter in e-mail criptà ad ina gruppa da discussiun. + Quai n'è betg recumandabel, perquai ch'i ha mo senn sche tut ils commembers da la gruppa pon decriptar il messadi. Damai sto il messadi esser criptà cun las clavs da tut ils commembers da la gruppa. Trametta per plaschair mo quest messadi sche ti sas exact tge che ti fas. + Cuntinuar? +save-attachment-header = Memorisar l'agiunta decriptada +no-temp-dir = + Impussibel da chattar in ordinatur temporar per scriver + Definescha per plaschair la variabla d'ambient TEMP +possibly-pgp-mime = Il messadi è probablamain criptà u signà cun PGP/MIME: utilisar la funcziun «Decriptar/verifitgar» +cannot-send-sig-because-no-own-key = Impussibel da signar digitalmain quest messadi perquai che ti n'has anc betg configurà il criptadi da fin a fin per <{ $key }> +cannot-send-enc-because-no-own-key = Impussibel da trametter quest messadi sco messadi criptà perquai che ti n'has anc betg configurà il criptadi da fin a fin per <{ $key }> +# Strings used in decryption.jsm +do-import-multiple = + Importar las suandantas clavs? + { $key } +do-import-one = Importar { $name } ({ $id })? +cant-import = Errur durant l'importaziun da la clav publica +unverified-reply = La part tschessada dal messadi (resposta) è probablamain vegnida modifitgada +key-in-message-body = Ina clav è vegnida chattada en il corp dal messadi. Cliccar sin «Importar la clav» per l'importar +sig-mismatch = Errur – la signatura na correspunda betg +invalid-email = Errur – adressa(s) d'e-mail nunvalida(s) +attachment-pgp-key = + L'agiunta «{ $name }» che ti avras, para dad esser ina datoteca da clav OpenPGP. + Cliccar sin «Importar» per importar las clavs cuntegnidas u «Mussar» per mussar il cuntegn da la datoteca en ina fanestra dal navigatur +dlg-button-view = &Mussar +# Strings used in enigmailMsgHdrViewOverlay.js +decrypted-msg-with-format-error = Messadi decriptà (restauraziun dad in format d'e-mail PGP donnegià, probablamain chaschunà dad in vegl Exchange server – il format n'è eventualmain betg cumplettamain legibel) +# Strings used in encryption.jsm +not-required = Errur – nagin criptadi necessari +# Strings used in windows.jsm +no-photo-available = Nagina foto disponibla +error-photo-path-not-readable = L'ordinatur «{ $photo }» da la fotografia n'è betg legibel +debug-log-title = Log da debugadi OpenPGP +# Strings used in dialog.jsm +repeat-prefix = Quest avertiment vegn repetì { $count } +repeat-suffix-singular = giada. +repeat-suffix-plural = giadas. +no-repeat = Quest avertiment na vegn betg pli mussà. +dlg-keep-setting = Tegnair endament mia resposta e betg pli ma dumandar +dlg-button-ok = &OK +dlg-button-close = &Serrar +dlg-button-cancel = &Interrumper +dlg-no-prompt = Betg pli ma mussar quest dialog +enig-prompt = Dialog OpenPGP +enig-confirm = Conferma OpenPGP +enig-alert = Avertiment OpenPGP +enig-info = Infurmaziun OpenPGP +# Strings used in persistentCrypto.jsm +dlg-button-retry = &Reempruvar +dlg-button-skip = &Sursiglir +# Strings used in enigmailCommon.js +enig-error = Errur OpenPGP +enig-alert-title = + .title = Avertiment OpenPGP diff --git a/l10n-rm/mail/messenger/otr/add-finger.ftl b/l10n-rm/mail/messenger/otr/add-finger.ftl new file mode 100644 index 0000000000..950819d2ea --- /dev/null +++ b/l10n-rm/mail/messenger/otr/add-finger.ftl @@ -0,0 +1,17 @@ +# 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/. + +otr-add-finger = + .title = Agiuntar l'impronta dad ina clav OTR + +# Variables: +# $name (String) - name of a chat contact person +# Do not translate 'OTR' (name of an encryption protocol) +otr-add-finger-description = Endatar l'impronta da la clav OTR per { $name }. + +otr-add-finger-fingerprint = Impronta dal det: +otr-add-finger-tooltip-error = Endatà in caracter nunvalid. Mo bustabs ABCDEF e cifras èn permess. + +otr-add-finger-input = + .placeholder = L'impronta da la clav OTR che dumbra 40 caracters diff --git a/l10n-rm/mail/messenger/otr/am-im-otr.ftl b/l10n-rm/mail/messenger/otr/am-im-otr.ftl new file mode 100644 index 0000000000..b3b5bcecda --- /dev/null +++ b/l10n-rm/mail/messenger/otr/am-im-otr.ftl @@ -0,0 +1,28 @@ +# 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-encryption = + .label = Criptadi fin-a-fin +account-otr-label = Messadis off-the-record (OTR) +account-otr-description = { -brand-short-name } sustegna il criptadi fin-a-fin da conversaziuns dad in ad in. Quai evitescha che terzas partidas possian leger la conversaziun. Il criptadi fin-a-fin po mo vegnir utilisà sche tschella persuna utilisescha era software che sustegna OTR. +otr-encryption-title = Criptadi verifitgà +otr-encryption-caption = Per permetter ad auters da verifitgar tia identitad en chats OTR, cundivida tia atgna impronta OTR sin in auter chanal da communicaziun («out-of-band»). +otr-fingerprint-label = Tia impronta dal det: +view-fingerprint-button = + .label = Administrar las improntas da contacts + .accesskey = A +otr-settings-title = Parameters OTR +otr-log = + .label = Includer messadis criptads OTR en la cronologia da las conversaziuns +otr-requireEncryption = + .label = Pretender in criptadi fin-a-fin per conversaziuns dad in ad in +otr-require-encryption-info = + Sch'ina criptaziun da fin-a-fin vegn pretendida, na vegnan messadis en conversaziuns + in-ad-in betg tramess sch'els na pon betg vegnir criptads. Messadis retschavids betg criptads + na vegnan betg mussads sco part da la conversaziun regulara e n'era betg protocollads. +otr-verifyNudge = + .label = Adina ma regurdar da verifitgar in contact betg verifitgà + +otr-notYetAvailable = anc betg disponibel + diff --git a/l10n-rm/mail/messenger/otr/auth.ftl b/l10n-rm/mail/messenger/otr/auth.ftl new file mode 100644 index 0000000000..0b65da8a76 --- /dev/null +++ b/l10n-rm/mail/messenger/otr/auth.ftl @@ -0,0 +1,59 @@ +# 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/. + +otr-auth = + .title = Verifitgar l'identitad dal contact + .buttonlabelaccept = Verifitgar + +# Variables: +# $name (String) - the screen name of a chat contact person +auth-title = Verifitgar l'identitad da(d) { $name } + +# Variables: +# $own_name (String) - the user's own screen name +auth-your-fp-value = Tia impronta, { $own_name }: + +# Variables: +# $their_name (String) - the screen name of a chat contact +auth-their-fp-value = L'impronta da { $their_name }: + +auth-help = Verifitgar l'identitad dad in contact gida a garantir che la conversaziun è propi privata. Uschia èsi fitg grev per ina terza partida da spiunar u da manipular la conversaziun. +auth-helpTitle = Agid per la verificaziun + +auth-questionReceived = Quai è la dumonda fatga da tes contact: + +auth-yes = + .label = Gea + +auth-no = + .label = Na + +auth-verified = Jau hai verifitgà ch'i sa tracta da la dretga impronta. + +auth-manualVerification = Verificaziun manuala da l'impronta. +auth-questionAndAnswer = Dumonda e resposta +auth-sharedSecret = Secret cundividì + +auth-manualVerification-label = + .label = { auth-manualVerification } + +auth-questionAndAnswer-label = + .label = { auth-questionAndAnswer } + +auth-sharedSecret-label = + .label = { auth-sharedSecret } + +auth-manualInstruction = Contactescha la persuna che duai far part a la conversaziun via in auter chanal autentifitgà, per exempel via e-mail signà cun OpenPGP u per telefon. Barattai lura vossas improntas. (Ina impronta è ina summa da controlla - «checksum» - che identifitgescha ina clav da criptadi.) Sche las improntas correspundan, inditgescha en il dialog sutvart che ti has verifitgà l'impronta. + +auth-how = Co vuls ti verifitgar l'identitad da tes contact? + +auth-qaInstruction = Pensa ad ina dumonda che mo ti e tes contact pudais respunder. Endatescha la dumonda e la resposta, spetga lura enfin che tes contact ha endatà la resposta. Sche las respostas na correspundan betg, vegn il chanal da communicaziun che vus utilisais eventualmain surveglià. + +auth-secretInstruction = Pensa ad in secret che mo ti e tes contact enconuschais. N'utilisescha betg la medema connexiun d'internet per discurrer davart il secret. Endatescha il secret e spetga lura enfin che tes contact al ha endatà. Sch'ils secrets na correspundan betg, vegn il chanal da communicaziun che vus utilisais eventualmain surveglià. + +auth-question = Endatescha ina dumonda: + +auth-answer = Endatescha la resposta (cun resguardar maiusclas/minusclas): + +auth-secret = Endatescha il secret: diff --git a/l10n-rm/mail/messenger/otr/chat.ftl b/l10n-rm/mail/messenger/otr/chat.ftl new file mode 100644 index 0000000000..8774c69113 --- /dev/null +++ b/l10n-rm/mail/messenger/otr/chat.ftl @@ -0,0 +1,19 @@ +# 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/. + +state-label = Status dal criptadi: + +start-text = Cumenzar ina conversaziun criptada + +start-label = + .label = { start-text } + +start-tooltip = + .tooltiptext = { start-text } + +end-label = + .label = Finir la conversaziun criptada + +auth-label = + .label = Verifitgar l'identitad da tes contact diff --git a/l10n-rm/mail/messenger/otr/finger-sync.ftl b/l10n-rm/mail/messenger/otr/finger-sync.ftl new file mode 100644 index 0000000000..6ebd002f54 --- /dev/null +++ b/l10n-rm/mail/messenger/otr/finger-sync.ftl @@ -0,0 +1,12 @@ +# 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/. + +finger-yes = Verifitgà +finger-no = Betg verifitgà + +finger-subset-title = Allontanar las improntas +finger-subset-message = Impussibel dad allontanar almain ina impronta perquai che la clav associada vegn gist duvrada en ina conversaziun activa. + +finger-remove-all-title = Allontanar tut las improntas +finger-remove-all-message = Vuls ti propi allontanar tut las improntas visas enfin ussa? Tut las verificaziuns d'identitad OTR existentas van uschia a perder. diff --git a/l10n-rm/mail/messenger/otr/finger.ftl b/l10n-rm/mail/messenger/otr/finger.ftl new file mode 100644 index 0000000000..9b14bc946f --- /dev/null +++ b/l10n-rm/mail/messenger/otr/finger.ftl @@ -0,0 +1,22 @@ +# 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/. + +otr-finger = + .buttonlabelaccept = Serrar + .title = Improntas OTR gia visas pli baud + +finger-intro = Improntas da clavs OTR dad anteriuras conversaziuns criptadas da fin-a-fin + +finger-screenName = + .label = Contact +finger-verified = + .label = Status da verificaziun +finger-fingerprint = + .label = Impronta + +finger-remove = + .label = Stizzar ils elements tschernids + +finger-remove-all = + .label = Stizzar tut diff --git a/l10n-rm/mail/messenger/otr/otr.ftl b/l10n-rm/mail/messenger/otr/otr.ftl new file mode 100644 index 0000000000..0e126675fe --- /dev/null +++ b/l10n-rm/mail/messenger/otr/otr.ftl @@ -0,0 +1,97 @@ +# 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/. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-encryption_required_part1 = Ti has empruvà da trametter in messadi betg criptà a { $name }. La directiva na permetta dentant betg messadis betg criptads. + +msgevent-encryption_required_part2 = Emprova da lantschar ina conversaziun privata. Tes messadi vegn anc tramess ina giada cura che la conversaziun cumenza. +msgevent-encryption_error = Ina errur è succedida durant criptar tes messadi. Il messadi n'è betg vegnì tramess. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-connection_ended = { $name } ha gia serrà sia connexiun criptada cun tai. Per evitar che ti tramettias senza vulair in messadi betg criptà, n'è tes messadi betg vegnì tramess. Serra per plaschair tia conversaziun betg criptada u reaviescha ella. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-setup_error = Ina errur è succedida durant stabilir ina conversaziun privata cun { $name }. + +# Do not translate 'OTR' (name of an encryption protocol) +msgevent-msg_reflected = Ti retschaivas tes agens messadis OTR. U che ti emprovas da discurrer cun tatez u ch'insatgi returna tes messadis a ti. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-msg_resent = L'ultim messadi a { $name } è vegnì tramess anc ina giada. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-rcvdmsg_not_private = Il messadi criptà retschavì da { $name } n'è betg legibel perquai che vus na communitgais betg a moda privata. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-rcvdmsg_unreadable = Ti has retschavì in messadi criptà betg legibel da { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-rcvdmsg_malformed = Ti has retschavì in messadi da datas nunvalid da { $name }. + +# A Heartbeat is a technical message used to keep a connection alive. +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-log_heartbeat_rcvd = Retschavì in messadi da battacor da { $name }. + +# A Heartbeat is a technical message used to keep a connection alive. +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-log_heartbeat_sent = Tramess in messadi da battacor a { $name }. + +# Do not translate 'OTR' (name of an encryption protocol) +msgevent-rcvdmsg_general_err = Ina errur nunspetgada è succedida durant l'emprova da proteger tia conversaziun cun agid dad OTR. + +# Variables: +# $name (String) - the screen name of a chat contact person +# $msg (string) - the message that was received. +msgevent-rcvdmsg_unencrypted = Il suandant messadi retschavì da { $name } n'è betg vegnì criptà: { $msg } + +# Do not translate 'OTR' (name of an encryption protocol) +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-rcvdmsg_unrecognized = Ti has retschavì in messadi OTR betg reconuschì da { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +msgevent-rcvdmsg_for_other_instance = { $name } ha tramess in messadi destinà ad in'autra sesida. Sche ti es annunzià pliras giadas, èsi pussaivel che in'autra sesida ha retschavì il messadi. + +# Variables: +# $name (String) - the screen name of a chat contact person +context-gone_secure_private = Ina conversaziun privata cun { $name } ha cumenzà. + +# Variables: +# $name (String) - the screen name of a chat contact person +context-gone_secure_unverified = Ina conversaziun criptada, ma betg verifitgada cun { $name } ha cumenzà. + +# Variables: +# $name (String) - the screen name of a chat contact person +context-still_secure = Actualisà cun success la conversaziun criptada cun { $name }. + +error-enc = Ina errur è succedida durant criptar il messadi. + +# Variables: +# $name (String) - the screen name of a chat contact person +error-not_priv = Ti has tramess datas criptadas a { $name } che n'ha betg spetgà in messadi criptà. + +error-unreadable = Ti has tramess in messadi criptà illegibel. +error-malformed = Ti has tramess in messadi da datas nunvalid. + +resent = [reenvià] + +# Variables: +# $name (String) - the screen name of a chat contact person +tlv-disconnected = { $name } ha terminà sia conversaziun criptada cun tai; ti duessas far il medem. + +# Do not translate "Off-the-Record" and "OTR" which is the name of an encryption protocol +# Make sure that this string does NOT contain any numbers, e.g. like "3". +# Variables: +# $name (String) - the screen name of a chat contact person +query-msg = { $name } ha dumandà ina conversaziun off-the-record (OTR) criptada cun tai. Ma ti na disponas betg dad in plug-in che sustegna questa funcziun. Vesair https://de.wikipedia.org/wiki/Off-the-Record_Messaging per ulteriuras infurmaziuns. diff --git a/l10n-rm/mail/messenger/otr/otrUI.ftl b/l10n-rm/mail/messenger/otr/otrUI.ftl new file mode 100644 index 0000000000..ecca78193a --- /dev/null +++ b/l10n-rm/mail/messenger/otr/otrUI.ftl @@ -0,0 +1,86 @@ +# 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/. + +start-label = Cumenzar ina conversaziun criptada +refresh-label = Actualisar la conversaziun criptada +auth-label = Verifitgar l'identitad da tes contact +reauth-label = Verifitgar anc ina giada l'identitad da tes contact + +auth-cancel = Interrumper +auth-cancelAccessKey = I + +auth-error = Ina errur è succedida durant verifitgar l'identitad da tes contact. +auth-success = La verificaziun da l'identitad da tes contact è terminada cun success. +auth-successThem = Tes contact ha verifitgà tia identitad cun success. Ti pos era verifitgar sia identitad cun dumandar tia atgna dumonda. +auth-fail = I n'è betg reussì da verifitgar l'identitad da tes contact. +auth-waiting = Spetgar ch'il contact cumpletteschia la verificaziun… + +finger-verify = Verifitgar +finger-verify-accessKey = V + +# Do not translate 'OTR' (name of an encryption protocol) +buddycontextmenu-label = Agiuntar ina impronta OTR + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-start = Emprova da cumenzar ina conversaziun criptada cun { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-refresh = Emprova dad actualisar la conversaziun criptada cun { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-gone_insecure = La conversaziun criptada cun { $name } è terminada. + +# Variables: +# $name (String) - the screen name of a chat contact person +finger-unseen = L'identitad da { $name } n'è anc betg vegnida verifitgada. Che la conversaziun vegnia spiunada mo per cas è exclus, ma cun in tschert effort èsi pussaivel. Prevegna a la surveglianza cun verifitgar l'identitad dal contact. + +# Variables: +# $name (String) - the screen name of a chat contact person +finger-seen = { $name } ta contactescha cun agid dad in computer betg reconuschì. Che la conversaziun vegnia spiunada mo per cas è exclus, ma cun in tschert effort èsi pussaivel. Prevegna a la surveglianza cun verifitgar l'identitad dal contact. + +state-not_private = La conversaziun actuala n'è betg privata. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-unverified = La conversaziun actuala è criptada ma betg privata, cunquai che l'identitad da { $name } n'è anc betg vegnida verifitgada. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-private = L'identitad da { $name } è vegnida verifitgada. La conversaziun actuala è criptada e privata. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-finished = { $name } ha terminà sia conversaziun criptada cun tai; ti duessas far il medem. + +state-not_private-label = Betg segirà +state-unverified-label = Betg verifitgà +state-private-label = Privat +state-finished-label = Terminà + +# Variables: +# $name (String) - the screen name of a chat contact person +verify-request = { $name } ha dumandà la verificaziun da tia identitad. + +# Variables: +# $name (String) - the screen name of a chat contact person +afterauth-private = Ti has verifitgà l'identitad da { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +afterauth-unverified = L'identitad da { $name } n'è betg vegnida verifitgada. + +verify-title = Verifitgar l'identitad da tes contact +error-title = Errur +success-title = Criptadi fin-a-fin +successThem-title = Verifitgar l'identitad da tes contact +fail-title = Impussibel da verifitgar +waiting-title = Tramess ina dumonda da verificaziun + +# Do not translate 'OTR' (name of an encryption protocol) +# Variables: +# $error (String) - contains an error message that describes the cause of the failure +otr-genkey-failed = La generaziun da la clav privata OTR n'è betg reussida: { $error } diff --git a/l10n-rm/mail/messenger/policies/aboutPolicies.ftl b/l10n-rm/mail/messenger/policies/aboutPolicies.ftl new file mode 100644 index 0000000000..04a0c38ff4 --- /dev/null +++ b/l10n-rm/mail/messenger/policies/aboutPolicies.ftl @@ -0,0 +1,17 @@ +# 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/. + +about-policies-title = Directivas d'interpresa + +# 'Active' is used to describe the policies that are currently active +active-policies-tab = Activ +errors-tab = Errurs +documentation-tab = Documentaziun + +no-specified-policies-message = Il servetsch Enterprise Policies è activ, ma naginas directivas n'èn activadas. +inactive-message = Il servetsch Enterprise Policies è inactiv. + +policy-name = Num da la directiva +policy-value = Valur da la directiva +policy-errors = Errurs da la directiva diff --git a/l10n-rm/mail/messenger/policies/policies-descriptions.ftl b/l10n-rm/mail/messenger/policies/policies-descriptions.ftl new file mode 100644 index 0000000000..28cec7c610 --- /dev/null +++ b/l10n-rm/mail/messenger/policies/policies-descriptions.ftl @@ -0,0 +1,147 @@ +# 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/. + + +## The Enterprise Policies feature is aimed at system administrators +## who want to deploy these settings across several Thunderbird installations +## all at once. This is traditionally done through the Windows Group Policy +## feature, but the system also supports other forms of deployment. +## These are short descriptions for individual policies, to be displayed +## in the documentation section in about:policies. + +policy-3rdparty = Definir directivas a las qualas WebExtensions pon acceder via chrome.storage.managed. + +policy-AppAutoUpdate = Activar u deactivar l'actualisaziun automatica da l'applicaziun. + +policy-AppUpdateURL = Definir in URL persunalisà per actualisar l'applicaziun. + +policy-Authentication = Configurar l'autentificaziun integrada per las websites che la sustegnan. + +policy-BlockAboutAddons = Bloccar l'access a l'administraziun da supplements (about:addons). + +policy-BlockAboutConfig = Bloccar l'access a la pagina about:config. + +policy-BlockAboutProfiles = Bloccar l'access a la pagina about:profiles. + +policy-BlockAboutSupport = Bloccar l'access a la pagina about:support. + +policy-CaptivePortal = Activar u deactivar il sustegn da captive portal. + +policy-CertificatesDescription = Agiuntar certificats u utilisar certificats integrads. + +policy-Cookies = Permetter u scumandar a websites da definir cookies. + +policy-DisabledCiphers = Deactivar la cifraziun. + +policy-DefaultDownloadDirectory = Definir l'ordinatur da standard per telechargiadas. + +policy-DisableAppUpdate = Impedir che { -brand-short-name } vegnia actualisà. + +policy-DisableDefaultClientAgent = Impedir ch'il client predefinì «default client agent» exequeschia x ina acziun. Funcziuna mo sin Windows; autras plattafurmas n'han betg l'agent. + +policy-DisableDeveloperTools = Bloccar l'access als utensils per sviluppaders. + +policy-DisableFeedbackCommands = Deactivar ils cumonds per trametter resuns en il menu d'agid (Trametter in resun e Rapportar ina pagina che engiona). + +policy-DisableForgetButton = Impedir l'access al buttun Emblidar. + +policy-DisableFormHistory = Betg memorisar las endataziuns en champs da tschertgar ed en formulars. + +policy-DisableMasterPasswordCreation = Sche activà, èsi impussibel da crear in pled-clav universal. + +policy-DisablePasswordReveal = Betg permetter da mussar pleds-clav en las infurmaziuns d'annunzia memorisadas. + +policy-DisableProfileImport = Deactivar il cumond da menu per importar datas dad in'autra applicaziun. + +policy-DisableSafeMode = Deactivar la funcziun da reaviar en il modus segirà. Remartga: la tasta per maiusclas che po servir per entrar en il modus segirà po mo vegnir deactivada en Windows cun agid da directivas da gruppa (Group Policy). + +policy-DisableSecurityBypass = Impedir che l'utilisader ignoreschia tscherts avis da segirezza. + +policy-DisableSystemAddonUpdate = Impedir che { -brand-short-name } installeschia ed actualiseschia supplements dal sistem. + +policy-DisableTelemetry = Deactivar la telemetria. + +policy-DisplayMenuBar = Mussar la trav da menu sco standard. + +policy-DNSOverHTTPS = Configurar DNS via HTTPS. + +policy-DontCheckDefaultClient = Impedir ch'i vegnia controllà tgenin ch'è il program da standard durant aviar. + +policy-DownloadDirectory = Definir l'ordinatur per telechargiadas ed impedir ulteriuras modificaziuns. + +# “lock” means that the user won’t be able to change this setting +policy-EnableTrackingProtection = Activar u deactivar la bloccada da cuntegn e tut tenor basegn impedir la modificaziun da l'opziun. + +# “lock” means that the user won’t be able to change this setting +policy-EncryptedMediaExtensions = Activar u deactivar Encrypted Media Extensions e tut tenor basegn impedir la modificaziun da l'opziun. + +# A “locked” extension can’t be disabled or removed by the user. This policy +# takes 3 keys (“Install”, ”Uninstall”, ”Locked”), you can either keep them in +# English or translate them as verbs. +policy-Extensions = Installar, deinstallar u bloccar extensiuns. L'opziun «Installar» pretenda URLs u percurs sco parameters. Las opziuns «Deinstallar» e «Bloccar» acceptan IDs dad extensiuns. + +policy-ExtensionSettings = Administrar tut ils aspects da l'installaziun dad extensiuns. + +policy-ExtensionUpdate = Activar u deactivar actualisaziuns automaticas dad extensiuns. + +policy-HardwareAcceleration = Sche «false», deactivar l'acceleraziun cun agid da la hardware. + +policy-InstallAddonsPermission = Permetter a tschertas websites dad installar supplements. + +policy-LegacyProfiles = Deactivar la funcziun che pretenda in profil separà per mintga installaziun. + +## Do not translate "SameSite", it's the name of a cookie attribute. + +policy-LegacySameSiteCookieBehaviorEnabled = Activar tenor standard il parameter da cumportament tradiziunal SameSite per ils cookies. + +policy-LegacySameSiteCookieBehaviorEnabledForDomainList = Revegnir al cumportament tradiziunal SameSite per ils cookies da tschertas websites specificas. + +## + +policy-LocalFileLinks = Permetter a websites specificas dad utilisar colliaziuns a datotecas localas. + +policy-NetworkPrediction = Activar u deactivar «network prediction» (prelectura DNS). + +policy-OfferToSaveLogins = Applitgar ils parameters che permettan a { -brand-short-name } da memorisar infurmaziuns d'annunzia. Omaduas valurs, «true» e «false», èn validas. + +policy-OfferToSaveLoginsDefault = Definir la valur da standard per permetter a { -brand-short-name } da proponer da memorisar infurmaziuns d'annunzia. Omaduas valurs, «true» e «false», èn validas. + +policy-OverrideFirstRunPage = Surscriver la pagina che vegn mussada suenter avair avià l'emprima giada. Definir questa directiva cun ina valur vida per deactivar la pagina. + +policy-OverridePostUpdatePage = Surscriver la pagina «Novaziuns» che vegn mussada suenter actualisaziuns. Definir questa directiva cun ina valur vida per impedir che la pagina vegnia mussada. + +policy-PasswordManagerEnabled = Activar la memorisaziun da pleds-clav en l'administraziun da pleds-clav. + +# PDF.js and PDF should not be translated +policy-PDFjs = Deactivar u configurar PDF.js, il lectur per PDFs integrà en { -brand-short-name }. + +policy-Permissions2 = Configurar permissiuns per camera, microfon, posiziun, notificaziuns e la reproducziun automatica. + +policy-Preferences = Definir e fixar la valur per ina subgruppa da preferenzas. + +policy-PromptForDownloadLocation = Dumandar nua memorisar datotecas cun telechargiar. + +policy-Proxy = Configurar ils parameters da proxy. + +policy-RequestedLocales = Definir, en la successiun da preferenza, la glista da las linguas («locales») dumandadas da l'applicaziun. + +policy-SanitizeOnShutdown2 = Stizzar las datas da navigaziun cun terminar. + +policy-SearchEngines = Configurar ils parameters da maschinas da tschertgar. Questa directiva è mo disponibla en la versiun Extended Support Release (ESR). + +policy-SearchSuggestEnabled = Activar u deactivar propostas da tschertga. + +# For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/PKCS11/Module_Installation +policy-SecurityDevices = Installar moduls PKCS #11. + +policy-SSLVersionMax = Definir la versiun maximala da SSL. + +policy-SSLVersionMin = Definir la versiun minimala da SSL. + +policy-SupportMenu = Agiuntar in element da menu persunalisà en il menu d'agid. + +policy-UserMessaging = Betg mussar tscherts messadis a l'utilisader. + +# “format” refers to the format used for the value of this policy. +policy-WebsiteFilter = Impedir l'access a tschertas websites. Consultar la documentaziun per ulteriuras infurmaziuns davart il format. diff --git a/l10n-rm/mail/messenger/preferences/am-im.ftl b/l10n-rm/mail/messenger/preferences/am-im.ftl new file mode 100644 index 0000000000..3341cb28ab --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/am-im.ftl @@ -0,0 +1,6 @@ +# 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-settingsTitle = Parameters d'autentificaziun +account-channelTitle = Chanals predefinids diff --git a/l10n-rm/mail/messenger/preferences/application-manager.ftl b/l10n-rm/mail/messenger/preferences/application-manager.ftl new file mode 100644 index 0000000000..486da7a24b --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/application-manager.ftl @@ -0,0 +1,11 @@ +# 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/. + +app-manager-window-dialog = + .title = Detagls davart l'applicaziun + .style = width: 30em; min-height: 20em; + +remove-app-button = + .label = Allontanar + .accesskey = R diff --git a/l10n-rm/mail/messenger/preferences/attachment-reminder.ftl b/l10n-rm/mail/messenger/preferences/attachment-reminder.ftl new file mode 100644 index 0000000000..db3ac99965 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/attachment-reminder.ftl @@ -0,0 +1,26 @@ +# 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/. + +attachment-reminder-window = + .title = Chavazzins da la promemoria per agiuntas + +attachment-reminder-label = { -brand-short-name } vegn a dumandar dad agiuntar ina datoteca, sche ti vuls trametter in messadi che cuntegna in dals suandants chavazzins, dentant nagina agiunta. + +keyword-new-button = + .label = Nov… + .accesskey = N + +keyword-edit-button = + .label = Modifitgar… + .accesskey = M + +keyword-remove-button = + .label = Stizzar + .accesskey = z + +new-keyword-title = Nov pled magic +new-keyword-label = Pled magic: + +edit-keyword-title = Modifitgar il pled magic +edit-keyword-label = Pled magic: diff --git a/l10n-rm/mail/messenger/preferences/colors.ftl b/l10n-rm/mail/messenger/preferences/colors.ftl new file mode 100644 index 0000000000..89423b2667 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/colors.ftl @@ -0,0 +1,52 @@ +# 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/. + +colors-dialog-window = + .title = Colurs + .style = + { PLATFORM() -> + [macos] width: 41em !important + *[other] width: 38em !important + } + +colors-dialog-legend = Text e fund davos + +text-color-label = + .value = Text: + .accesskey = T + +background-color-label = + .value = Fund davos: + .accesskey = F + +use-system-colors = + .label = Utilisar las colurs dal sistem + .accesskey = s + +colors-link-legend = Colurs da las colliaziuns + +link-color-label = + .value = Colliaziuns betg visitadas: + .accesskey = l + +visited-link-color-label = + .value = Colliaziuns visitadas: + .accesskey = v + +underline-link-checkbox = + .label = Suttastritgar colliaziuns + .accesskey = u + +override-color-label = + .value = Remplazzar las colurs specifitgadas dal cuntegn cun mia selecziun survart: + .accesskey = O + +override-color-always = + .label = Adina + +override-color-auto = + .label = Mo en designs cun grond cuntrast + +override-color-never = + .label = Mai diff --git a/l10n-rm/mail/messenger/preferences/connection.ftl b/l10n-rm/mail/messenger/preferences/connection.ftl new file mode 100644 index 0000000000..d267cea31f --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/connection.ftl @@ -0,0 +1,111 @@ +# 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/. + +connection-dns-over-https-url-resolver = Utilisar il purschider + .accesskey = r + +# Variables: +# $name (String) - Display name or URL for the DNS over HTTPS provider +connection-dns-over-https-url-item-default = + .label = { $name } (predefinì) + .tooltiptext = Utilisar l'URL da standard per resolver DNS via HTTPS + +connection-dns-over-https-url-custom = + .label = Persunalisà + .accesskey = P + .tooltiptext = Endatescha l'URL preferì per resolver DNS via HTTPS + +connection-dns-over-https-custom-label = Persunalisà + +connection-dialog-window = + .title = Preferenzas da connexiun + .style = + { PLATFORM() -> + [macos] width: 44em !important + *[other] width: 49em !important + } + +connection-proxy-legend = Configurar ils proxies per l'access a l'internet + +proxy-type-no = + .label = Nagin proxy + .accesskey = y + +proxy-type-wpad = + .label = Enconuscher automaticamain las preferenzas da proxy per questa rait + .accesskey = E + +proxy-type-system = + .label = Utilisar las preferenzas da proxy dal sistem + .accesskey = U + +proxy-type-manual = + .label = Configuraziun da proxy manuala + .accesskey = M + +proxy-http-label = + .value = Proxy HTTP: + .accesskey = H + +http-port-label = + .value = Port: + .accesskey = P + +proxy-http-sharing = + .label = Era utilisar quest proxy per HTTPS + .accesskey = x + +proxy-https-label = + .value = Proxy HTTPS: + .accesskey = S + +ssl-port-label = + .value = Port: + .accesskey = o + +proxy-socks-label = + .value = Host da SOCKS: + .accesskey = C + +socks-port-label = + .value = Port: + .accesskey = t + +proxy-socks4-label = + .label = SOCKS v4 + .accesskey = K + +proxy-socks5-label = + .label = SOCKS v5 + .accesskey = v + +proxy-type-auto = + .label = URL per la configuraziun da proxy automatica: + .accesskey = A + +proxy-reload-label = + .label = Rechargiar + .accesskey = R + +no-proxy-label = + .value = Nagin proxy per: + .accesskey = N + +no-proxy-example = Exempel: .mozilla.org, .giuru.ch, 192.168.1.0/24 + +# Note: Do not translate localhost, 127.0.0.1 and ::1. +no-proxy-localhost-label = Las connexiuns cun localhost, 127.0.0.1 ed ::1 na dovran mai in proxy. + +proxy-password-prompt = + .label = Betg pretender l'autentificaziun sch'il pled-clav è memorisà + .accesskey = i + .tooltiptext = Questa opziun t'autentifitgescha automaticamain tar proxies sche ti has memorisà las infurmaziuns d'annunzia correspundentas. L'autentificaziun manuala è mo necessaria sche l'autentificaziun automatica na reussescha betg. + +proxy-remote-dns = + .label = Utilisar in DNS proxy sche SOCKS v5 è activ + .accesskey = d + +proxy-enable-doh = + .label = Activar DNS via HTTPS + .accesskey = v diff --git a/l10n-rm/mail/messenger/preferences/cookies.ftl b/l10n-rm/mail/messenger/preferences/cookies.ftl new file mode 100644 index 0000000000..0c6da393f9 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/cookies.ftl @@ -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/. + +cookies-window-dialog = + .title = Cookies + .style = width: 36em; + +window-close-key = + .key = w + +window-focus-search-key = + .key = f + +window-focus-search-alt-key = + .key = k + +filter-search-label = + .value = Tschertgar + .accesskey = S + +cookies-on-system-label = Actualmain èn arcunads ils suandants cookies sin tes computer: + +treecol-site-header = + .label = Website + +treecol-name-header = + .label = Num dal cookie + +props-name-label = + .value = Num: +props-value-label = + .value = Infurmaziun: +props-domain-label = + .value = Host: +props-path-label = + .value = Percurs: +props-secure-label = + .value = Trametter per: +props-expires-label = + .value = Valid fin: +props-container-label = + .value = Container: + +remove-cookie-button = + .label = Allontanar il cookie + .accesskey = R + +remove-all-cookies-button = + .label = Stizzar tut ils cookies + .accesskey = A + +cookie-close-button = + .label = Serrar + .accesskey = S diff --git a/l10n-rm/mail/messenger/preferences/dock-options.ftl b/l10n-rm/mail/messenger/preferences/dock-options.ftl new file mode 100644 index 0000000000..66b571c200 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/dock-options.ftl @@ -0,0 +1,26 @@ +# 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/. + +dock-options-window-dialog = + .title = Opziuns da l'icona da l'applicaziun + .style = width: 35em; + +bounce-system-dock-icon = + .label = Animar l'icona da l'applicaziun cura ch'in nov messadi arriva + .accesskey = i + +dock-icon-legend = Dumbrader en l'icona + +dock-icon-show-label = + .value = Ladezza dal dumbrader en l'icona: + +count-unread-messages-radio = + .label = Il dumber da messadis nunlegids + .accesskey = u + +count-new-messages-radio = + .label = Il dumber da novs messadis + .accesskey = n + +notification-settings-info = Ti pos deactivar il dumbrader sin la panela dad avis en las preferenzas dal sistem. diff --git a/l10n-rm/mail/messenger/preferences/fonts.ftl b/l10n-rm/mail/messenger/preferences/fonts.ftl new file mode 100644 index 0000000000..8f88aecb40 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/fonts.ftl @@ -0,0 +1,151 @@ +# 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/. + +fonts-window-close = + .key = w + +# Variables: +# $name {string, "Arial"} - Name of the default font +fonts-label-default = + .label = Predefinì ({ $name }) +fonts-label-default-unnamed = + .label = Predefinì + +fonts-encoding-dialog-title = + .title = Scrittiras & codaziuns + +fonts-language-legend = + .value = Scrittiras per: + .accesskey = t + +fonts-proportional-label = + .value = Proporziunal: + .accesskey = P + +## Languages + +# Note: Translate "Latin" as the name of Latin (Roman) script, not as the name of the Latin language. +font-language-group-latin = + .label = Scrittira latina +font-language-group-japanese = + .label = Gipunais +font-language-group-trad-chinese = + .label = Chinais tradiziunal (Taiwan) +font-language-group-simpl-chinese = + .label = Chinais simplifitgà +font-language-group-trad-chinese-hk = + .label = Chinais tradiziunal (Hong Kong) +font-language-group-korean = + .label = Curd +font-language-group-cyrillic = + .label = Cirillic +font-language-group-el = + .label = Grec +font-language-group-other = + .label = Auters sistems da scrittira +font-language-group-thai = + .label = Tailandais +font-language-group-hebrew = + .label = Ebaric +font-language-group-arabic = + .label = Arab +font-language-group-devanagari = + .label = Devanagari +font-language-group-tamil = + .label = Tamil +font-language-group-armenian = + .label = Armen +font-language-group-bengali = + .label = Bengal +font-language-group-canadian = + .label = Unified Canadian Syllabary +font-language-group-ethiopic = + .label = Etiopic +font-language-group-georgian = + .label = Georgian +font-language-group-gujarati = + .label = Gujarati +font-language-group-gurmukhi = + .label = Gurmukhi +font-language-group-khmer = + .label = Khmer +font-language-group-malayalam = + .label = Malajalam +font-language-group-math = + .label = Matematica +font-language-group-odia = + .label = Odia +font-language-group-telugu = + .label = Telugu +font-language-group-kannada = + .label = Cannada +font-language-group-sinhala = + .label = Singalais +font-language-group-tibetan = + .label = Tibetan + +## Default font type + +default-font-serif = + .label = Cun serifas + +default-font-sans-serif = + .label = Senza serifas + +font-size-label = + .value = Grondezza + .accesskey = e + +font-size-monospace-label = + .value = Grondezza + .accesskey = i + +font-serif-label = + .value = Cun serifas: + .accesskey = s + +font-sans-serif-label = + .value = Senza serifas + .accesskey = n + +font-monospace-label = + .value = Largezza fixa: + .accesskey = L + +font-min-size-label = + .value = Grondezza minimala da la scrittira: + .accesskey = z + +min-size-none = + .label = Nagina + +## Fonts in message + +font-control-legend = Controlla da scrittiras + +use-document-fonts-checkbox = + .label = Permetter als messadis dad utilisar autras scrittiras + .accesskey = a + +use-fixed-width-plain-checkbox = + .label = Utilisar scrittiras a largezza fixa per messadis da text senza formataziun + .accesskey = x + +## Language settings + +text-encoding-legend = Codaziun dal text + +text-encoding-description = Codaziun da text predefinida per retschaiver e trametter e-mails + +font-outgoing-email-label = + .value = E-mails che sortan: + .accesskey = m + +font-incoming-email-label = + .value = E-mails che entran: + .accesskey = I + +default-font-reply-checkbox = + .label = Utilisar per respostas sche pussaivel la codaziun da text predefinida + .accesskey = h diff --git a/l10n-rm/mail/messenger/preferences/languages.ftl b/l10n-rm/mail/messenger/preferences/languages.ftl new file mode 100644 index 0000000000..90f0be6091 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/languages.ftl @@ -0,0 +1,45 @@ +# 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/. + +languages-customize-moveup = + .label = Spustar ensi + .accesskey = e + +languages-customize-movedown = + .label = Spustar engiu + .accesskey = g + +languages-customize-remove = + .label = Allontanar + .accesskey = A + +languages-customize-select-language = + .placeholder = Tscherna ina lingua per agiuntar… + +languages-customize-add = + .label = Agiuntar + .accesskey = g + +messenger-languages-window = + .title = Parameters da lingua da { -brand-short-name } + .style = width: 50em + +messenger-languages-description = { -brand-short-name } vegn a duvrar l'emprima lingua sco standard e sche necessari las linguas suandantas tenor lur successiun en la glista. + +messenger-languages-search = Tschertgar ulteriuras linguas… + +messenger-languages-searching = + .label = Tschertgar linguas… + +messenger-languages-downloading = + .label = Telechargiar… + +messenger-languages-select-language = + .label = Tscherner ina lingua per l'agiuntar… + .placeholder = Tscherner ina lingua per l'agiuntar… + +messenger-languages-installed-label = Linguas installadas +messenger-languages-available-label = Linguas disponiblas + +messenger-languages-error = { -brand-short-name } na po actualmain betg actualisar tias linguas. Controllescha tia connexiun cun l'internet u emprova pli tard anc ina giada. diff --git a/l10n-rm/mail/messenger/preferences/new-tag.ftl b/l10n-rm/mail/messenger/preferences/new-tag.ftl new file mode 100644 index 0000000000..b389bdb428 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/new-tag.ftl @@ -0,0 +1,14 @@ +# 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/. + +tag-dialog-window = + .title = Nova etichetta + +tag-name-label = + .value = Num e colur da la etichetta: + .accesskey = T + +tag-color-label = + .value = Colur: + .accesskey = C diff --git a/l10n-rm/mail/messenger/preferences/notifications.ftl b/l10n-rm/mail/messenger/preferences/notifications.ftl new file mode 100644 index 0000000000..e72f3d8839 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/notifications.ftl @@ -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/. + +notifications-dialog-window = + .title = Persunalisar l'avis ad in nov messadi + +customize-alert-description = Mussar il suandant en ils avis: + +preview-text-checkbox = + .label = Extract dal text + .accesskey = E + +subject-checkbox = + .label = Object + .accesskey = O + +sender-checkbox = + .label = Speditur + .accesskey = S + +## Note: open-time-label-before is displayed first, then there's a field where +## the user can enter a number, and open-time-label-after is displayed at the end +## of the line. The translations of the open-time-label-before and open-time-label-after +## parts don't have to mean the exact same thing as in English; please try instead +## to translate the whole sentence. + +open-time-label-before = + .value = Mussar l'avis da novs messadis durant + .accesskey = n + +open-time-label-after = + .value = secundas diff --git a/l10n-rm/mail/messenger/preferences/offline.ftl b/l10n-rm/mail/messenger/preferences/offline.ftl new file mode 100644 index 0000000000..21d9cc4436 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/offline.ftl @@ -0,0 +1,56 @@ +# 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 = Configuraziuns dal modus senza connexiun + +autodetect-online-label = + .label = Utilisar automaticamain il status identifitgà + .accesskey = d + +startup-label = Inditgar manualmain durant l'aviar: + +status-radio-remember = + .label = Sa regurdar dal davos status (online/offline) + .accesskey = R + +status-radio-ask = + .label = Dumandar mai per il status + .accesskey = d + +status-radio-always-online = + .label = Online + .accesskey = l + +status-radio-always-offline = + .label = Offline + .accesskey = f + +going-online-label = Trametter ils messadis anc betg tramess cun midar en il modus online? + +going-online-auto = + .label = Gea + .accesskey = G + +going-online-not = + .label = Na + .accesskey = N + +going-online-ask = + .label = Dumandar mai + .accesskey = D + +going-offline-label = Telechargiar ils messadis per l'utilisaziun en il modus offline avant che deconnectar? + +going-offline-auto = + .label = Gea + .accesskey = e + +going-offline-not = + .label = Na + .accesskey = a + +going-offline-ask = + .label = Dumandar mai + .accesskey = A diff --git a/l10n-rm/mail/messenger/preferences/passwordManager.ftl b/l10n-rm/mail/messenger/preferences/passwordManager.ftl new file mode 100644 index 0000000000..c6098365cd --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/passwordManager.ftl @@ -0,0 +1,85 @@ +# 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/. + +saved-logins = + .title = Infurmaziuns d'annunzia memorisadas +window-close = + .key = w +focus-search-shortcut = + .key = f +focus-search-altshortcut = + .key = k +copy-provider-url-cmd = + .label = Copiar l'URL + .accesskey = U +copy-username-cmd = + .label = Copiar il num d'utilisader + .accesskey = n +edit-username-cmd = + .label = Modifitgar il num d'utilisader + .accesskey = M +copy-password-cmd = + .label = Copiar il pled-clav + .accesskey = p +edit-password-cmd = + .label = Modifitgar il pled-clav + .accesskey = l +search-filter = + .accesskey = T + .placeholder = Tschertgar +column-heading-provider = + .label = Purschider +column-heading-username = + .label = Num d'utilisader +column-heading-password = + .label = Pled-clav +column-heading-time-created = + .label = Emprima utilisaziun +column-heading-time-last-used = + .label = Ultima utilisaziun +column-heading-time-password-changed = + .label = Ultima midada +column-heading-times-used = + .label = Dumber dad utilisaziuns +remove = + .label = Allontanar + .accesskey = o +import = + .label = Importar… + .accesskey = I +close-button = + .label = Serrar + .accesskey = e + +show-passwords = + .label = Mussar ils pleds-clav + .accesskey = M +hide-passwords = + .label = Zuppentar ils pleds-clav + .accesskey = Z +logins-description-all = Infurmaziuns d'annunzia per ils suandants purschiders èn memorisadas sin tes computer +logins-description-filtered = Las suandantas infurmaziuns d'annunzia correspundan a tes criteris da tschertga: +remove-all = + .label = Allontanar tuts + .accesskey = t +remove-all-shown = + .label = Allontanar tut ils mussads + .accesskey = d +remove-all-passwords-prompt = Vuls ti propi stizzar tut ils pleds-clav? +remove-all-passwords-title = Stizzar tut ils pleds-clav +no-master-password-prompt = Vuls ti propi laschar mussar tes pleds-clav? + +## OS Authentication dialog + +# This message can be seen by trying to show or copy the passwords. +password-os-auth-dialog-message = Verifitgescha tia identitad per laschar mussar ils pleds-clav memorisads. + +# This message can be seen by trying to show or copy the passwords. +# The macOS strings are preceded by the operating system with "Thunderbird is trying to " +# and includes subtitle of "Enter password for the user "xxx" to allow this." These +# notes are only valid for English. Please test in your locale. +password-os-auth-dialog-message-macosx = mussar ils pleds-clav memorisads + +# Don't change this label. +password-os-auth-dialog-caption = { -brand-full-name } diff --git a/l10n-rm/mail/messenger/preferences/permissions.ftl b/l10n-rm/mail/messenger/preferences/permissions.ftl new file mode 100644 index 0000000000..ab32d3881f --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/permissions.ftl @@ -0,0 +1,56 @@ +# 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/. + +permissions-reminder-window = + .title = Reglas d'excepziun + .style = width: 36em; + +window-close-key = + .key = w + +website-address-label = + .value = Adressa da la website + .accesskey = d + +block-button = + .label = Bloccar + .accesskey = B + +allow-session-button = + .label = Permetter per questa sesida + .accesskey = q + +allow-button = + .label = Permetter + .accesskey = P + +treehead-sitename-label = + .label = Website + +treehead-status-label = + .label = Status + +remove-site-button = + .label = Allontanar questa website da la glista + .accesskey = R + +remove-all-site-button = + .label = Allontanar tut las websites da la glista + .accesskey = e + +cancel-button = + .label = Interrumper + .accesskey = I + +save-button = + .label = Memorisar las midadas + .accesskey = M + +permission-can-label = Permetter +permission-can-access-first-party-label = Mo permetter per la domena principala +permission-can-session-label = Permetter per questa sesida +permission-cannot-label = Bloccar + +invalid-uri-message = Endatescha per plaschair in num da host valid +invalid-uri-title = Ti has endatà in num da host betg valid diff --git a/l10n-rm/mail/messenger/preferences/preferences.ftl b/l10n-rm/mail/messenger/preferences/preferences.ftl new file mode 100644 index 0000000000..d8a59fd04d --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/preferences.ftl @@ -0,0 +1,715 @@ +# 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/. + +close-button = + .aria-label = Serrar +preferences-title = + .title = + { PLATFORM() -> + [windows] Preferenzas + *[other] Preferenzas + } +category-list = + .aria-label = Categorias +pane-general-title = General +category-general = + .tooltiptext = { pane-general-title } +pane-compose-title = Scriver +category-compose = + .tooltiptext = Scriver +pane-privacy-title = Protecziun da datas & segirezza +category-privacy = + .tooltiptext = Protecziun da datas & segirezza +pane-chat-title = Chat +category-chat = + .tooltiptext = Chat +pane-calendar-title = Chalender +category-calendar = + .tooltiptext = Chalender +general-language-and-appearance-header = Lingua & apparientscha +general-incoming-mail-header = E-mails che entran +general-files-and-attachment-header = Datotecas & agiuntas +general-tags-header = Etichettas +general-reading-and-display-header = Lectura & visualisaziun +general-updates-header = Actualisaziuns +general-network-and-diskspace-header = Rait & capacitad da memorisar +general-indexing-label = Indexar +composition-category-header = Scriver +composition-attachments-header = Agiuntas +composition-spelling-title = Ortografia +compose-html-style-title = Stil HTML +composition-addressing-header = Adressar +privacy-main-header = Protecziun da datas +privacy-passwords-header = Pleds-clav +privacy-junk-header = Nungiavischà +collection-header = { -brand-short-name }: Collecziun ed utilisaziun da datas +collection-description = Nus ta laschain la tscherna e ramassain mo las infurmaziuns che nus duvrain per metter a disposiziun e meglierar { -brand-short-name } per tuts. Nus ta dumandain adina avant che rimnar datas persunalas. +collection-privacy-notice = Infurmaziuns davart la protecziun da datas +collection-health-report-telemetry-disabled = Ti na permettas betg pli a { -vendor-short-name } da registrar datas tecnicas e datas davart l'interacziun. Tut las datas dal passà vegnan stizzadas entaifer 30 dis. +collection-health-report-telemetry-disabled-link = Ulteriuras infurmaziuns +collection-health-report = + .label = Permetter a { -brand-short-name } da trametter datas tecnicas e datas d'interacziun a { -vendor-short-name } + .accesskey = p +collection-health-report-link = Ulteriuras infurmaziuns +# This message is displayed above disabled data sharing options in developer builds +# or builds with no Telemetry support available. +collection-health-report-disabled = Rapports da datas èn deactivads per questa configuraziun da compilaziun +collection-backlogged-crash-reports = + .label = Permetter a { -brand-short-name } da trametter automaticamain rapports da collaps anc betg tramess + .accesskey = c +collection-backlogged-crash-reports-link = Ulteriuras infurmaziuns +privacy-security-header = Segirezza +privacy-scam-detection-title = Chattar engions +privacy-anti-virus-title = Antivirus +privacy-certificates-title = Certificats +chat-pane-header = Chat +chat-status-title = Status +chat-notifications-title = Communicaziuns +chat-pane-styling-header = Stils +choose-messenger-language-description = Tscherna la lingua da menus, messadis ed avis da { -brand-short-name }. +manage-messenger-languages-button = + .label = Tscherner las alternativas… + .accesskey = l +confirm-messenger-language-change-description = Reaviar { -brand-short-name } per applitgar questas midadas +confirm-messenger-language-change-button = Applitgar e reaviar +update-setting-write-failure-title = Errur cun memorisar preferenzas per actualisaziuns +# Variables: +# $path (String) - Path to the configuration file +# The newlines between the main text and the line containing the path is +# intentional so the path is easier to identify. +update-setting-write-failure-message = + { -brand-short-name } è fruntà sin in problem e n'ha betg memorisà questa midada. Igl è necessari da pudair scriver en la datoteca sutvart per pudair definir quest parameter dad actualisaziuns. Eventualmain pos ti u l'administratur dal sistem schliar il problem cun permetter a la gruppa d'utilisaders l'access cumplain a questa datoteca. + + Impussibel da scriver en la datoteca: { $path } +update-in-progress-title = Actualisaziun en lavur +update-in-progress-message = Vuls ti che { -brand-short-name } cuntinueschia cun questa actualisaziun? +update-in-progress-ok-button = &Interrumper +# Continue is the cancel button so pressing escape or using a platform standard +# method of closing the UI will not discard the update. +update-in-progress-cancel-button = &Cuntinuar +account-button = Parameters dal conto +addons-button = Extensiuns & designs + +## OS Authentication dialog + +# This message can be seen by trying to add a Master Password. +master-password-os-auth-dialog-message-win = Per crear in pled-clav universal, endatescha tias datas d'annunzia per Windows. Quai gida a garantir la segirezza da tes contos. +# This message can be seen by trying to add a Master Password. +# The macOS strings are preceded by the operating system with "Thunderbird is trying to " +# and includes subtitle of "Enter password for the user "xxx" to allow this." These +# notes are only valid for English. Please test in your locale. +master-password-os-auth-dialog-message-macosx = crear in pled-clav universal +# This message can be seen by trying to add a Primary Password. +primary-password-os-auth-dialog-message-win = Per crear in pled-clav universal, endatescha tias datas d'annunzia per Windows. Quai gida a garantir la segirezza da tes contos. +# This message can be seen by trying to add a Primary Password. +# The macOS strings are preceded by the operating system with "Thunderbird is trying to " +# and includes subtitle of "Enter password for the user "xxx" to allow this." These +# notes are only valid for English. Please test in your locale. +primary-password-os-auth-dialog-message-macosx = crear in pled-clav universal +# Don't change this label. +master-password-os-auth-dialog-caption = { -brand-full-name } + +## General Tab + +focus-search-shortcut = + .key = f +focus-search-shortcut-alt = + .key = k +general-legend = Pagina da partenza da { -brand-short-name } +start-page-label = + .label = Mussar la pagina da partenza sche { -brand-short-name } vegn avià + .accesskey = P +location-label = + .value = Adressa: + .accesskey = A +restore-default-label = + .label = Restaurar il standard + .accesskey = R +default-search-engine = Maschina da tschertgar da standard +add-search-engine = + .label = Agiuntar cun datoteca + .accesskey = A +remove-search-engine = + .label = Allontanar + .accesskey = o +minimize-to-tray-label = + .label = Sche { -brand-short-name } è minimà, al spustar en la trav da notificaziuns + .accesskey = t +new-message-arrival = Sche in nov messadi arriva: +mail-play-sound-label = + .label = + { PLATFORM() -> + [macos] Far ir la suandanta datoteca da tun: + *[other] Far ir in tun + } + .accesskey = + { PLATFORM() -> + [macos] d + *[other] F + } +mail-play-button = + .label = Fa ir + .accesskey = i +change-dock-icon = Midar las preferenzas per l'icona da l'applicaziun +app-icon-options = + .label = Preferenzas per l'icona da l'applicaziun… + .accesskey = n +notification-settings = Avertiments ed il tun da standard pon vegnir deactivads sin la panela da communicaziuns en las preferenzas dal sistem. +animated-alert-label = + .label = Mussar in avis + .accesskey = S +customize-alert-label = + .label = Modifitgar… + .accesskey = M +tray-icon-label = + .label = Mussar ina icona en il tray + .accesskey = t +mail-system-sound-label = + .label = Tun predefinì dal sistem per novs e-mails + .accesskey = T +mail-custom-sound-label = + .label = Utilisar la suandanta datoteca da tun + .accesskey = U +mail-browse-sound-button = + .label = Tschertgar en… + .accesskey = e +enable-gloda-search-label = + .label = Activar la tschertga globala e l'indexaziun da messadis + .accesskey = E +datetime-formatting-legend = Format da data ed ura +language-selector-legend = Lingua +allow-hw-accel = + .label = Utilisar sche pussaivel l'acceleraziun cun hardware da grafica + .accesskey = h +store-type-label = + .value = Message Store Type for new accounts: + .accesskey = T +mbox-store-label = + .label = Ina datoteca per ordinatur (mbox) +maildir-store-label = + .label = Ina datoteca per messadi (maildir) +scrolling-legend = Defilada +autoscroll-label = + .label = Activar la defilada automatica + .accesskey = U +smooth-scrolling-label = + .label = Activar la defilada cuntinuanta + .accesskey = n +system-integration-legend = Integraziun en il sistem +always-check-default = + .label = Adina controllar cun aviar sche { -brand-short-name } è l'applicaziun dad e-mail predefinida + .accesskey = A +check-default-button = + .label = Tschertgar uss… + .accesskey = u +# Note: This is the search engine name for all the different platforms. +# Platforms that don't support it should be left blank. +search-engine-name = + { PLATFORM() -> + [macos] Spotlight + [windows] Tschertgader da Windows + *[other] { "" } + } +search-integration-label = + .label = Permetter a { search-engine-name } da retschertgar messadis + .accesskey = s +config-editor-button = + .label = Editur da configuraziuns… + .accesskey = C +return-receipts-description = Reglar co { -brand-short-name } duai tractar confermas da retschavida +return-receipts-button = + .label = Confermas da retschavida… + .accesskey = R +update-app-legend = Actualisaziuns da { -brand-short-name } +# Variables: +# $version (String): version of Thunderbird, e.g. 68.0.1 +update-app-version = Versiun { $version } +allow-description = Permetter a { -brand-short-name } da +automatic-updates-label = + .label = Installar automaticamain actualisaziuns (recumandà, pli segir) + .accesskey = I +check-updates-label = + .label = Tschertgar actualisaziuns, dentant dumandar sch'ellas duain vegnir installadas + .accesskey = T +update-history-button = + .label = Mussar la cronologia da las actualisaziuns + .accesskey = c +use-service = + .label = Utilisar in servetsch per installar actualisaziuns senza interrupziun + .accesskey = r +cross-user-udpate-warning = Quest parameter pertutga tut ils contos da Windows e tut ils profils da { -brand-short-name } che utiliseschan questa installaziun da { -brand-short-name }. +networking-legend = Connexiun +proxy-config-description = Definir la moda da connexiun da { -brand-short-name } cun l'internet +network-settings-button = + .label = Preferenzas… + .accesskey = P +offline-legend = Offline +offline-settings = Configurar il cumportament en il modus offline +offline-settings-button = + .label = Senza connexiun… + .accesskey = S +diskspace-legend = Capacitad da memorisar +offline-compact-folder = + .label = Cumprimer tut ils ordinaturs sche quai spargna dapli che + .accesskey = C +compact-folder-size = + .value = MB + +## Note: The entities use-cache-before and use-cache-after appear on a single +## line in preferences as follows: +## use-cache-before [ textbox for cache size in MB ] use-cache-after + +use-cache-before = + .value = I vegn utilisada ina capacitad da memorisar da fin + .accesskey = U +use-cache-after = MB sco cache + +## + +smart-cache-label = + .label = Betg utilisar la gestiun automatica dal cache + .accesskey = g +clear-cache-button = + .label = Svidar ussa + .accesskey = v +fonts-legend = Scrittiras & colurs +default-font-label = + .value = Scrittira da standard: + .accesskey = D +default-size-label = + .value = Grondezza + .accesskey = G +font-options-button = + .label = Avanzà… + .accesskey = A +color-options-button = + .label = Colurs + .accesskey = C +display-width-legend = Messadis da text senza formataziun +# Note : convert-emoticons-label 'Emoticons' are also known as 'Smileys', e.g. :-) +convert-emoticons-label = + .label = Mussar emoticons sco graficas + .accesskey = e +display-text-label = Cun mussar messadis da text senza formataziun cun citats: +style-label = + .value = Stil: + .accesskey = i +regular-style-item = + .label = Normal +bold-style-item = + .label = Grass +italic-style-item = + .label = Cursiv +bold-italic-style-item = + .label = Grass cursiv +size-label = + .value = Grondezza + .accesskey = G +regular-size-item = + .label = Normal +bigger-size-item = + .label = Pli grond +smaller-size-item = + .label = Pli pitschen +quoted-text-color = + .label = Colur: + .accesskey = C +search-input = + .placeholder = Tschertgar +type-column-label = + .label = Tip da datoteca + .accesskey = T +action-column-label = + .label = Acziun + .accesskey = A +save-to-label = + .label = Memorisar tut las datotecas en il suandant ordinatur: + .accesskey = S +choose-folder-label = + .label = + { PLATFORM() -> + [macos] Tschertgar en… + *[other] Tschertgar en… + } + .accesskey = + { PLATFORM() -> + [macos] e + *[other] e + } +always-ask-label = + .label = Dumandar mintga giada nua ch'ina datoteca duai vegnir memorisada + .accesskey = A +display-tags-text = Etichettas pon ins utilisar per categorisar messadis e definir lur prioritad. +new-tag-button = + .label = Nov… + .accesskey = N +edit-tag-button = + .label = Modifitgar… + .accesskey = M +delete-tag-button = + .label = Stizzar + .accesskey = z +auto-mark-as-read = + .label = Marcar automaticamain ils messadis sco legids + .accesskey = a +mark-read-no-delay = + .label = Immediat cun mussar + .accesskey = e + +## Note: This will concatenate to "After displaying for [___] seconds", +## using (mark-read-delay) and a number (seconds-label). + +mark-read-delay = + .label = Suenter avair mussà durant + .accesskey = t +seconds-label = secundas + +## + +open-msg-label = + .value = Avrir messadis en: +open-msg-tab = + .label = In nov tab + .accesskey = t +open-msg-window = + .label = Ina nova fanestra da messadis + .accesskey = n +open-msg-ex-window = + .label = Ina fanestra da messadis existenta + .accesskey = e +close-move-delete = + .label = Serrar la fanestra da messadis/il tab sch'il messadi vegn spustà u stizzà + .accesskey = S +display-name-label = + .value = Num mussà: +condensed-addresses-label = + .label = Mo mussar il 'Num per mussar' per persunas en mes cudeschet d'adressas + .accesskey = M + +## Compose Tab + +forward-label = + .value = Trametter vinavant messadis: + .accesskey = v +inline-label = + .label = Incorporà +as-attachment-label = + .label = Sco agiunta +extension-label = + .label = agiuntar la terminaziun al num da datoteca + .accesskey = e + +## Note: This will concatenate to "Auto Save every [___] minutes", +## using (auto-save-label) and a number (auto-save-end). + +auto-save-label = + .label = Memorisar automaticamain mintga + .accesskey = A +auto-save-end = minutas + +## + +warn-on-send-accel-key = + .label = Confermar, sche las tastas da scursanida vegnan utilisadas per trametter in messadi + .accesskey = C +spellcheck-label = + .label = Controllar l'ortografia avant che trametter + .accesskey = C +spellcheck-inline-label = + .label = Controllar l'ortografia gia cun tippar + .accesskey = t +language-popup-label = + .value = Lingua: + .accesskey = L +download-dictionaries-link = Telechargiar ulteriurs dicziunaris +font-label = + .value = Scrittira: + .accesskey = s +font-size-label = + .value = Grondezza: + .accesskey = z +default-colors-label = + .label = Utilisar las colurs predefinidas dal lectur + .accesskey = d +font-color-label = + .value = Colur dal text: + .accesskey = T +bg-color-label = + .value = Colur dal fund: + .accesskey = f +restore-html-label = + .label = Restaurar la successiun da standard + .accesskey = R +default-format-label = + .label = Utilisar sco standard il format da paragraf empè dal text da corp + .accesskey = p +format-description = Configurar il cumportament dal format da text +send-options-label = + .label = Opziuns da trametter… + .accesskey = o +autocomplete-description = Cun adressar messadis, tschertgar endataziuns correspundentas en: +ab-label = + .label = Cudeschets d'adressas locals + .accesskey = L +directories-label = + .label = Server da directory LDAP: + .accesskey = D +directories-none-label = + .none = Nagina +edit-directories-label = + .label = Modifitgar registers… + .accesskey = E +email-picker-label = + .label = Agiuntar automaticamain adressas dad e-mail dals e-mails sortents a: + .accesskey = A +default-directory-label = + .value = Ordinatur da standard cun avrir la fanestra dal cudeschet d'adressas: + .accesskey = s +default-last-label = + .none = Ultim ordinatur utilisà +attachment-label = + .label = Controllar sche agiuntas mancan + .accesskey = m +attachment-options-label = + .label = Chavazzins… + .accesskey = h +enable-cloud-share = + .label = Proponer da cundivider per datotecas pli grondas che +cloud-share-size = + .value = MB +add-cloud-account = + .label = Agiuntar… + .accesskey = A + .defaultlabel = Agiuntar… +remove-cloud-account = + .label = Allontanar + .accesskey = R +find-cloud-providers = + .value = Chattar ulteriurs purschiders… +cloud-account-description = Agiuntar in nov servetsch per memorisar datotecas + +## Privacy Tab + +mail-content = Cuntegn dad e-mail +remote-content-label = + .label = Lubir cuntegn extern en messadis + .accesskey = L +exceptions-button = + .label = Excepziuns… + .accesskey = E +remote-content-info = + .value = Ulteriuras infurmaziuns davart cuntegns externs ed il problem per la sfera privata +web-content = Cuntegn dal web +history-label = + .label = Memorisar paginas d'internet e colliaziun ch'jau hai visità + .accesskey = r +cookies-label = + .label = Acceptar ils cookies + .accesskey = c +third-party-label = + .value = Lubir cookies da terz: + .accesskey = c +third-party-always = + .label = Adina +third-party-never = + .label = Mai +third-party-visited = + .label = Da visitads +keep-label = + .value = Memorisar fin che: + .accesskey = M +keep-expire = + .label = els n'èn betg pli valids +keep-close = + .label = { -brand-short-name } vegn serrà +keep-ask = + .label = dumandar mintga giada +cookies-button = + .label = Mussar ils cookies… + .accesskey = o +do-not-track-label = + .label = Trametter a websites il signal «Do Not Track» per inditgar che ti na vuls betg vegnir fastizà + .accesskey = D +learn-button = + .label = Ulteriuras infurmaziuns +passwords-description = { -brand-short-name } po tegnair endament ils pleds-clav da tut tes contos. +passwords-button = + .label = Pleds-clav memorisads… + .accesskey = S +master-password-description = In pled-clav universal protegia tut tes pleds-clav, ma ti stos endatar el tar mintga sesida. +master-password-label = + .label = Utilisar in pled-clav universal + .accesskey = U +master-password-button = + .label = Midar il pled-clav universal… + .accesskey = C +primary-password-description = In pled-clav universal protegia tut tes pleds-clav, ma ti al stos endatar ina giada per sesida. +primary-password-label = + .label = Utilisar in pled-clav universal + .accesskey = U +primary-password-button = + .label = Midar il pled-clav universal… + .accesskey = c +forms-primary-pw-fips-title = Ti es actualmain en il modus FIPS. FIPS pretenda in pled-clav universal (betg vid). +forms-master-pw-fips-desc = I n'è betg reussì da midar il pled-clav +junk-description = Las suandantas configuraziuns areguard e-mails nungiavischads valan per tut ils contos. En la configuraziun dals contos pon ins definir supplementarmain configuraziuns specificas per mintga conto. +junk-label = + .label = Sche messadis vegnan marcads manualmain sco nungiavischads: + .accesskey = m +junk-move-label = + .label = Spustar els en l'ordinatur definì per e-mails nungiavischads + .accesskey = o +junk-delete-label = + .label = Stizzar quests messadis + .accesskey = D +junk-read-label = + .label = Marcar ils messadis nungiavischads sco legids + .accesskey = l +junk-log-label = + .label = Activar il protocol dal filter intelligent per e-mails nungiavischads + .accesskey = E +junk-log-button = + .label = Mussar il protocol + .accesskey = S +reset-junk-button = + .label = Stizzar las datas da trenament + .accesskey = R +phishing-description = { -brand-short-name } po far attent ad eventualas emprovas d'engion (phishing) cun intercurir messadis sin tecnicas enconuschentas che vegnan utilisadas per engianar. I po dentant era dar suspects nungiustifitgads cunquai che las tecnicas menziunadas pon era vegnir utilisadas per intenziuns nunproblematicas. +phishing-label = + .label = Intercurir messadis sin emprovas d'engion (phishing) + .accesskey = T +antivirus-description = { -brand-short-name } po pussibilitar a programs dad antivirus dad examinar messadis che entran ed eventualmain serrar tals en quarantina (u stizzar els) avant ch'els vegnan memorisads en la chascha da brevs. Tar contos POP po quest pass evitar che datas van a perder, el retardescha dentant il process da retschaiver e-mails. +antivirus-label = + .label = Permetter ad applicaziuns dad antivirus da serrar messadis che entran en quarantina + .accesskey = A +certificate-description = Sch'ina website dumonda il certificat da segirezza persunal: +certificate-auto = + .label = Tscherner automaticamain in + .accesskey = S +certificate-ask = + .label = Dumandar mintga giada + .accesskey = A +ocsp-label = + .label = Laschar confermar la validitad da certificats entras dumandar servers da OCSP + .accesskey = O +certificate-button = + .label = Administrar ils certificats… + .accesskey = A +security-devices-button = + .label = Apparats da segirezza… + .accesskey = s + +## Chat Tab + +startup-label = + .value = Sche { -brand-short-name } aviescha: + .accesskey = s +offline-label = + .label = Restar offline cun mes contos +auto-connect-label = + .label = Connectar automaticamain mes contos da chat + +## Note: idle-label is displayed first, then there's a field where the user +## can enter a number, and itemTime is displayed at the end of the line. +## The translations of the idle-label and idle-time-label parts don't have +## to mean the exact same thing as in English; please try instead to +## translate the whole sentence. + +idle-label = + .label = Laschar savair mes contacts ch'jau sun inactiv suenter + .accesskey = I +idle-time-label = minutas inactivitad + +## + +away-message-label = + .label = e midar mes status sin 'Absent' cun quest messadi da status: + .accesskey = A +send-typing-label = + .label = Trametter notificaziuns davart il tippar en conversaziuns + .accesskey = t +notification-label = Sch'in messadi adressà a tai arriva: +show-notification-label = + .label = Mussar in avis: + .accesskey = a +notification-all = + .label = cun il num dal speditur ed ina prevista dal messadi +notification-name = + .label = mo cun il num dal speditur +notification-empty = + .label = senza infurmaziuns +notification-type-label = + .label = + { PLATFORM() -> + [macos] Animar l'icona en il dock + *[other] Far sbrinzlar l'element en la taskbar + } + .accesskey = + { PLATFORM() -> + [macos] k + *[other] r + } +chat-play-sound-label = + .label = Far ir in tun + .accesskey = t +chat-play-button = + .label = Far ir + .accesskey = F +chat-system-sound-label = + .label = Tun da standard dal sistem per novs e-mails + .accesskey = d +chat-custom-sound-label = + .label = Utilisar questa datoteca da tun + .accesskey = U +chat-browse-sound-button = + .label = Navigar… + .accesskey = N +theme-label = + .value = Design: + .accesskey = e +style-thunderbird = + .label = Thunderbird +style-bubbles = + .label = Borlas +style-dark = + .label = Stgir +style-paper = + .label = Fegls da palpiri +style-simple = + .label = Simpel +preview-label = Prevista: +no-preview-label = Nagina prevista disponibla +no-preview-description = Quest design è nunvalid u actualmain indisponibel (supplement deactivà, modus segirà, …). +chat-variant-label = + .value = Varianta: + .accesskey = V +chat-header-label = + .label = Mussar il chau-pagina + .accesskey = c +# This is used to determine the width of the search field in about:preferences, +# in order to make the entire placeholder string visible +# +# Please keep the placeholder string short to avoid truncation. +# +# Notice: The value of the `.style` attribute is a CSS string, and the `width` +# is the name of the CSS property. It is intended only to adjust the element's width. +# Do not translate. +search-input-box = + .style = width: 16.4em + .placeholder = + { PLATFORM() -> + [windows] Tschertgar en las preferenzas + *[other] Tschertgar en las preferenzas + } + +## Preferences UI Search Results + +search-results-header = Resultats da tschertga +# `<span data-l10n-name="query"></span>` will be replaced by the search term. +search-results-empty-message = + { PLATFORM() -> + [windows] Perstgisa! Impussibel da chattar «<span data-l10n-name="query"></span>» en las preferenzas. + *[other] Perstgisa! Impussibel da chattar «<span data-l10n-name="query"></span>» en las preferenzas. + } +search-results-help-link = Dovras sustegn? Consultescha <a data-l10n-name="url">{ -brand-short-name }l'agid</a> diff --git a/l10n-rm/mail/messenger/preferences/receipts.ftl b/l10n-rm/mail/messenger/preferences/receipts.ftl new file mode 100644 index 0000000000..07d4c5523b --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/receipts.ftl @@ -0,0 +1,51 @@ +# 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/. + +receipts-dialog-window = + .title = Confermas da retschavida (MDN) + +return-receipt-checkbox = + .label = Adina pretender ina conferma da retschavida + .acceskey = A + +receipt-arrive-label = Sch'ina conferma da retschavida arriva: + +receipt-leave-radio = + .label = Laschar ella en mia posta entrada + .acceskey = i + +receipt-move-radio = + .label = Spustar ella en l'ordinatur "Tramess" + .acceskey = m + +receipt-request-label = Sch'i vegn dumandà da trametter ina conferma da retschavida: + +receipt-return-never-radio = + .label = Mai trametter ina conferma da retschavida + .acceskey = n + +receipt-return-some-radio = + .label = Permetter confermas da retschavida per tscherts messadis + .acceskey = r + +receipt-not-to-cc = + .value = Sche jau na figuresch betg en la lingia 'A:' u 'CC:' dal messadi: + .acceskey = f + +receipt-send-never-label = + .label = Mai trametter + +receipt-send-always-label = + .label = Adina trametter + +receipt-send-ask-label = + .label = Dumandar mai + +sender-outside-domain = + .value = Sch'il speditur è ordaifer mia domena: + .acceskey = t + +other-cases-label = + .value = En tut ils auters cas: + .acceskey = a diff --git a/l10n-rm/mail/messenger/preferences/sendoptions.ftl b/l10n-rm/mail/messenger/preferences/sendoptions.ftl new file mode 100644 index 0000000000..b8d7e94d00 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/sendoptions.ftl @@ -0,0 +1,50 @@ +# 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/. + +sendoptions-dialog-window = + .title = Opziuns da trametter + +send-mail-title = Format dal text + +auto-downgrade-label = + .label = Trametter ils messadis sco text brut sche pussaivel + .accesskey = t + +default-html-format-label = Cun trametter messadis en il format HTML ad in u plirs destinaturs che na pon u na vulan tenor la glista betg retschaiver HTML: + +html-format-ask = + .label = Dumandar tge far + .accesskey = D + +html-format-convert = + .label = Converter il messadi en text senza formataziun + .accesskey = C + +html-format-send-html = + .label = Tuttina trametter il messadi en HTML + .accesskey = S + +html-format-send-both = + .label = Trametter il messadi sco text senza formataziun ed era sco HTML + .accesskey = e + +default-html-format-info = Remartga: Dovra il cudeschet d'adressas per inditgar il format preferì dals singuls destinaturs. + +html-tab-label = + .label = Domenas HTML + .accesskey = H + +plain-tab-label = + .label = Domenas text senza formataziun + .accesskey = D + +send-message-domain-label = Sche ti tramettas in messadi ad ina adressa cun in dals suandants nums da domena, trametta { -brand-short-name } il messadi automaticamain en il dretg format. + +add-domain-button = + .label = Agiuntar… + .accesskey = A + +delete-domain-button = + .label = Stizzar + .accesskey = z diff --git a/l10n-rm/mail/messenger/preferences/system-integration.ftl b/l10n-rm/mail/messenger/preferences/system-integration.ftl new file mode 100644 index 0000000000..c9c64e6e46 --- /dev/null +++ b/l10n-rm/mail/messenger/preferences/system-integration.ftl @@ -0,0 +1,38 @@ +# 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/. + +system-integration-title = + .title = Integraziun en il sistem +system-integration-dialog = + .buttonlabelaccept = Definir sco standard + .buttonlabelcancel = Sursiglir l'integraziun + .buttonlabelcancel2 = Interrumper +default-client-intro = Duvrar { -brand-short-name } sco applicaziun predefinida per: +unset-default-tooltip = Impussibel dad allontanar { -brand-short-name } sco applicaziun da standard entaifer { -brand-short-name }. Per definir in'autra applicaziun sco applicaziun predefinida stos ti utilisar la funcziun 'Definir sco standard' en l'applicaziun correspundenta. +checkbox-email-label = + .label = E-mail + .tooltiptext = { unset-default-tooltip } +checkbox-newsgroups-label = + .label = Gruppas da discussiun + .tooltiptext = { unset-default-tooltip } +checkbox-feeds-label = + .label = Feeds + .tooltiptext = { unset-default-tooltip } +checkbox-calendar-label = + .label = Chalender + .tooltiptext = { unset-default-tooltip } +# Note: This is the search engine name for all the different platforms. +# Platforms that don't support it should be left blank. +system-search-engine-name = + { PLATFORM() -> + [macos] Spotlight + [windows] Tschertgader da Windows + *[other] { "" } + } +system-search-integration-label = + .label = Permetter a { system-search-engine-name } da retschertgar messadis + .accesskey = s +check-on-startup-label = + .label = Controllar mintga giada che { -brand-short-name } vegn avià + .accesskey = A diff --git a/l10n-rm/mail/updater/updater.ini b/l10n-rm/mail/updater/updater.ini new file mode 100644 index 0000000000..f302c5951e --- /dev/null +++ b/l10n-rm/mail/updater/updater.ini @@ -0,0 +1,8 @@ +# 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/. + +# This file is in the UTF-8 encoding +[Strings] +TitleText=Actualisaziun da %MOZ_APP_DISPLAYNAME% +InfoText=%MOZ_APP_DISPLAYNAME% installescha tias actualisaziuns e vegn ad aviar en pauc temp… |