diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-af/mail/chrome/messenger-newsblog | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-af/mail/chrome/messenger-newsblog')
3 files changed, 123 insertions, 0 deletions
diff --git a/l10n-af/mail/chrome/messenger-newsblog/am-newsblog.dtd b/l10n-af/mail/chrome/messenger-newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..947ac1dd68 --- /dev/null +++ b/l10n-af/mail/chrome/messenger-newsblog/am-newsblog.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 manageSubscriptions.label "Bestuur intekeninge…"> +<!ENTITY manageSubscriptions.accesskey "B"> + + diff --git a/l10n-af/mail/chrome/messenger-newsblog/feed-subscriptions.dtd b/l10n-af/mail/chrome/messenger-newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..4b3b63cc5c --- /dev/null +++ b/l10n-af/mail/chrome/messenger-newsblog/feed-subscriptions.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/. --> +<!-- Subscription Dialog --> + +<!ENTITY feedSubscriptions.label "Voerintekeninge"> + + + + + + + + + + +<!-- Account Settings and Subscription Dialog --> + + + + + + + +<!ENTITY quickMode.label "Wys die artikelopsomming in plaas daarvan om die webbladsy te laai"> +<!ENTITY quickMode.accesskey "s"> + + + + + +<!-- Subscription Dialog --> + +<!ENTITY button.addFeed.label "Voeg by"> +<!ENTITY button.addFeed.accesskey "V"> + + +<!ENTITY button.removeFeed.label "Verwyder"> +<!ENTITY button.removeFeed.accesskey "V"> +<!ENTITY button.importOPML.label "Invoer"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Uitvoer"> +<!ENTITY button.exportOPML.accesskey "i"> + + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Sluit"> diff --git a/l10n-af/mail/chrome/messenger-newsblog/newsblog.properties b/l10n-af/mail/chrome/messenger-newsblog/newsblog.properties new file mode 100644 index 0000000000..0fcacbc1ea --- /dev/null +++ b/l10n-af/mail/chrome/messenger-newsblog/newsblog.properties @@ -0,0 +1,65 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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=Verifieer tans die voer… +subscribe-cancelSubscription=Is u seker u wil die intekening op die huidige nuusvoer kanselleer? +subscribe-cancelSubscriptionTitle=Teken tans in op voer… +subscribe-feedAlreadySubscribed=U het alreeds 'n intekening vir hierdie nuusvoer. +subscribe-errorOpeningFile=Kon nie die lêer open nie. + +subscribe-OPMLImportTitle=Kies OPML-lêer om in te voer +## 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 + +subscribe-OPMLExportOPMLFilesFilterText=OPML-lêers +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. + +subscribe-confirmFeedDeletionTitle=Verwyder nuusvoer +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=Is u seker dat u van die nuusvoer wil afteken: \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=Laai tans voerartikels af (%S van %S)… + +newsblog-noNewArticlesForFeed=Daar is geen nuwe artikels vir hierdie nuusvoer nie. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=%S kon nie gevind word nie. Kontroleer die naam en probeer weer. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S is nie 'n geldige voer nie. +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-getNewMsgsCheck=Kontroleer tans voere vir nuwe items… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blogs en nuusvoere + +## 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. + |