diff options
Diffstat (limited to 'l10n-it/mail/chrome/messenger-newsblog')
3 files changed, 162 insertions, 0 deletions
diff --git a/l10n-it/mail/chrome/messenger-newsblog/am-newsblog.dtd b/l10n-it/mail/chrome/messenger-newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..2110198bcb --- /dev/null +++ b/l10n-it/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 "Attiva aggiornamenti per tutti i feed"> +<!ENTITY biffAll.accesskey "A"> + +<!ENTITY newFeedSettings.label "Impostazioni predefinite per i nuovi feed"> + +<!ENTITY manageSubscriptions.label "Gestione sottoscrizioni…"> +<!ENTITY manageSubscriptions.accesskey "G"> + +<!ENTITY feedWindowTitle.label "Creazione nuovo account di feed"> +<!ENTITY feeds.accountName "Blog e feed delle news"> diff --git a/l10n-it/mail/chrome/messenger-newsblog/feed-subscriptions.dtd b/l10n-it/mail/chrome/messenger-newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..38a8044e40 --- /dev/null +++ b/l10n-it/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 "Sottoscrizioni ai feed"> +<!ENTITY learnMore.label "Maggiori informazioni sui Feed"> + +<!ENTITY feedTitle.label "Titolo:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "URL per il feed:"> +<!ENTITY feedLocation.accesskey "U"> +<!ENTITY feedLocation2.placeholder "Scrivere un indirizzo di feed valido"> +<!ENTITY locationValidate.label "Controllo"> +<!ENTITY validateText.label "Controlla la correttezza e ottieni un url valido."> + +<!ENTITY feedFolder.label "Memorizza gli articoli su:"> +<!ENTITY feedFolder.accesskey "o"> + +<!-- Account Settings and Subscription Dialog --> +<!ENTITY biffStart.label "Controlla la presenza di nuovi articoli ogni "> +<!ENTITY biffStart.accesskey "o"> +<!ENTITY biffMinutes.label "minuti"> +<!ENTITY biffMinutes.accesskey "n"> +<!ENTITY biffDays.label "giorni"> +<!ENTITY biffDays.accesskey "g"> +<!ENTITY recommendedUnits.label "L’editore consiglia:"> + +<!ENTITY quickMode.label "Mostra il sommario dell’articolo invece di caricare la pagina web"> +<!ENTITY quickMode.accesskey "r"> + +<!ENTITY autotagEnable.label "Creare automaticamente le etichette usando i nomi delle <categorie> dei feed"> +<!ENTITY autotagEnable.accesskey "c"> +<!ENTITY autotagUsePrefix.label "Utilizza questo prefisso per le etichette:"> +<!ENTITY autotagUsePrefix.accesskey "U"> +<!ENTITY autoTagPrefix.placeholder "Fornire il prefisso dell’etichetta"> + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Aggiungi"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.verifyFeed.label "Verifica"> +<!ENTITY button.verifyFeed.accesskey "V"> +<!ENTITY button.updateFeed.label "Aggiorna"> +<!ENTITY button.updateFeed.accesskey "A"> +<!ENTITY button.removeFeed.label "Elimina"> +<!ENTITY button.removeFeed.accesskey "E"> +<!ENTITY button.importOPML.label "Importa"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Esporta"> +<!ENTITY button.exportOPML.accesskey "s"> +<!ENTITY button.exportOPML.tooltip "Esporta i feed con la struttura delle cartelle; ctrl clic o ctrl invio per esportare i feed come lista"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Chiudi"> diff --git a/l10n-it/mail/chrome/messenger-newsblog/newsblog.properties b/l10n-it/mail/chrome/messenger-newsblog/newsblog.properties new file mode 100644 index 0000000000..999b160d25 --- /dev/null +++ b/l10n-it/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=Verifica del feed… +subscribe-cancelSubscription=Annullare la sottoscrizione al feed corrente? +subscribe-cancelSubscriptionTitle=Sottoscrizione al feed… +subscribe-feedAlreadySubscribed=Questo feed è già stato sottoscritto. +subscribe-errorOpeningFile=Impossibile aprire il file. +subscribe-feedAdded=Feed aggiunto. +subscribe-feedUpdated=Feed aggiornato. +subscribe-feedMoved=Sottoscrizione al feed spostata. +subscribe-feedCopied=Sottoscrizione al feed copiata. +subscribe-feedRemoved=Feed eliminato. +subscribe-feedNotValid=L’URL del feed non è un feed valido. +subscribe-feedVerified=L’URL del Feed è stato verificato. +subscribe-networkError=URL del feed non trovato. Controllare il nome e riprovare. +subscribe-noAuthError=L’URL del feed non è autorizzato. +subscribe-loading=Caricamento in corso, attendere… + +subscribe-OPMLImportTitle=Selezionare il file OPML da importare +## LOCALIZATION NOTE(subscribe-OPMLExportTitleList): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleList=Esporta %S come file OPML - lista di feed +## LOCALIZATION NOTE(subscribe-OPMLExportTitleStruct): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleStruct=Esporta %S come file OPML - feed con una struttura a cartelle +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): +## %1$S is the brandShortName, %2$S is the name of the feed account folder name. +subscribe-OPMLExportFileDialogTitle=Esportazione OPML di %1$S - %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=IMieiFeed%1$S-%2$S.opml +## LOCALIZATION NOTE(subscribe-OPMLImportInvalidFile): %S is the name of the OPML file the user tried to import. +subscribe-OPMLImportInvalidFile=Il file %S sembra non essere un file OPML valido. +## 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=Importato #1 nuovo feed.;Importati #1 nuovi feed. +## LOCALIZATION NOTE(subscribe-OPMLImportUniqueFeeds): Semi-colon list of plural forms. +## #1 is the count of new imported entries +subscribe-OPMLImportUniqueFeeds=Importato #1 nuovo feed non ancora sottoscritto;Importati #1 nuovi feed non ancora sottoscritti +## LOCALIZATION NOTE(subscribe-OPMLImportFoundFeeds): +## #1 is total number of elements found in the file +subscribe-OPMLImportFoundFeeds=(di #1 voce trovata);(di #1 voci trovate) +## 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=File OPML +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. +subscribe-OPMLExportDone=I feed di questo account sono stati esportati in %S. + +subscribe-confirmFeedDeletionTitle=Eliminazione del feed +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=Rimuovere la sottoscrizione al feed %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=Ricezione articoli feed (%S di %S)… + +newsblog-noNewArticlesForFeed=Non ci sono nuovi articoli per questo feed. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=Impossibile trovare %S. Controllare il nome e ritentare. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S non è un feed valido. +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +newsblog-badCertError=%S usa un certificato di sicurezza non valido. +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-noAuthError=%S non è autorizzato. +newsblog-getNewMsgsCheck=Ricerca nuovi elementi dei feed… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blog e feed delle news + +## LOCALIZATION NOTE(externalAttachmentMsg): Content in the MIME part for external link attachments. +externalAttachmentMsg=Questo allegato MIME viene memorizzato separatamente dal messaggio. + +## Import wizard. +ImportFeedsCreateNewListItem=* Nuovo account * +ImportFeedsNewAccount=Creare e importare in un account feed esistente +ImportFeedsExistingAccount=Importazione in un account feed esistente +## 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=nuovo +ImportFeedsExisting=esistente +ImportFeedsDone=L’importazione delle sottoscrizioni dei feed dal file %1$S nell’account %2$S “%3$S” si è conclusa. |