diff options
Diffstat (limited to 'l10n-nn-NO/suite/chrome/mailnews/newsblog')
3 files changed, 98 insertions, 0 deletions
diff --git a/l10n-nn-NO/suite/chrome/mailnews/newsblog/am-newsblog.dtd b/l10n-nn-NO/suite/chrome/mailnews/newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..3c25adf309 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/mailnews/newsblog/am-newsblog.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/. --> + + + + +<!-- entities from rss.rdf --> +<!ENTITY feeds.accountName "Bloggar og nyheitskjelder"> +<!ENTITY feeds.wizardLongName "Bloggar og nyheitskjelder"> diff --git a/l10n-nn-NO/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd b/l10n-nn-NO/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..2040938a71 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd @@ -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/. --> + +<!-- Subscription Dialog --> +<!ENTITY feedSubscriptions.label "Abonnement på nyheitskjelder"> +<!ENTITY learnMore.label "Les meir om nyheitskjelder"> + +<!ENTITY feedTitle.label "Tittel:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "Kjelde-URL:"> +<!ENTITY feedLocation.accesskey "K"> +<!ENTITY locationValidate.label "Valider"> + + +<!-- Account Settings and Subscription Dialog --> + + + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Legg til"> +<!ENTITY button.addFeed.accesskey "L"> +<!ENTITY button.updateFeed.label "Oppdater"> +<!ENTITY button.updateFeed.accesskey "O"> +<!ENTITY button.removeFeed.label "Slett"> +<!ENTITY button.removeFeed.accesskey "S"> +<!ENTITY button.importOPML.label "Importer"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Eksporter"> +<!ENTITY button.exportOPML.accesskey "E"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Lat att"> diff --git a/l10n-nn-NO/suite/chrome/mailnews/newsblog/newsblog.properties b/l10n-nn-NO/suite/chrome/mailnews/newsblog/newsblog.properties new file mode 100644 index 0000000000..34599ace7a --- /dev/null +++ b/l10n-nn-NO/suite/chrome/mailnews/newsblog/newsblog.properties @@ -0,0 +1,54 @@ +# 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(subscribe-OPMLExportTitleList): +## %S is the name of the feed account folder name. +## LOCALIZATION NOTE(subscribe-OPMLExportTitleStruct): +## %S is the name of the feed account folder name. +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): +## %1$S is the brandShortName, %2$S is the name of the feed account folder name. +## 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. +## LOCALIZATION NOTE(subscribe-OPMLImportInvalidFile): %S is the name of the OPML file the user tried to import. +## 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. +## LOCALIZATION NOTE(subscribe-OPMLImportUniqueFeeds): Semi-colon list of plural forms. +## #1 is the count of new imported entries +## LOCALIZATION NOTE(subscribe-OPMLImportFoundFeeds): +## #1 is total number of elements found in the file +## 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 + +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. + +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. + +## LOCALIZATION NOTE(subscribe-gettingFeedItems): +## - The first %S is the number of articles processed so far; +## - The second %S is the total number of items + +newsblog-noNewArticlesForFeed=Det er ingen nye artiklar i denne kjelda. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S er ikkje ei gyldig kjelde. +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-getNewMsgsCheck=Ser om kjeldene har nye oppdateringar… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Bloggar og nyheitskjelder + +## LOCALIZATION NOTE(externalAttachmentMsg): Content in the MIME part for external link attachments. + +## Import wizard. +## 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. + |