diff options
Diffstat (limited to 'l10n-ro/suite/chrome/mailnews/newsblog')
3 files changed, 101 insertions, 0 deletions
diff --git a/l10n-ro/suite/chrome/mailnews/newsblog/am-newsblog.dtd b/l10n-ro/suite/chrome/mailnews/newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..7516600183 --- /dev/null +++ b/l10n-ro/suite/chrome/mailnews/newsblog/am-newsblog.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/. --> + +<!-- +# Translator(s): +# +# Alexandru Szasz <alexxed@gmail.com> +# janimo <jani@ubuntu.com> +# turcan <nicturcan@gmail.com> +# +--> + +<!ENTITY manageSubscriptions.label "Gestionare abonamente…"> +<!ENTITY manageSubscriptions.accesskey "m"> + +<!-- entities from rss.rdf --> +<!ENTITY feeds.accountName "Blogs & News Feeds"> +<!ENTITY feeds.wizardShortName "Feeds"> +<!ENTITY feeds.wizardLongName "Blogs & News Feeds"> +<!ENTITY feeds.wizardLongName.accesskey "F"> diff --git a/l10n-ro/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd b/l10n-ro/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..e533b1d21d --- /dev/null +++ b/l10n-ro/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd @@ -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/. --> + +<!-- +# Translator(s): +# +# evinteler <emil_vinteler2000@yahoo.com> +# Alexandru Szasz <alexxed@gmail.com> +# manuelciosici <manuelrciosici@gmail.com> +# stas <stas@nerd.ro> +# +--> +<!-- +# Reviewer(s): +# +# Alexandru Szasz <alexxed@gmail.com> +# +--> + +<!-- Subscription Dialog --> +<!ENTITY feedSubscriptions.label "Feed Subscriptions"> + +<!ENTITY feedTitle.label "Denumire:"> + +<!ENTITY button.addFeed.label "Adaugă"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.removeFeed.label "Eliminați"> +<!ENTITY button.removeFeed.accesskey "E"> +<!ENTITY button.importOPML.label "Preluare"> +<!ENTITY button.importOPML.accesskey "P"> +<!ENTITY button.exportOPML.label "Preluare"> +<!ENTITY button.exportOPML.accesskey "e"> + +<!ENTITY cmd.close.commandKey "w"> diff --git a/l10n-ro/suite/chrome/mailnews/newsblog/newsblog.properties b/l10n-ro/suite/chrome/mailnews/newsblog/newsblog.properties new file mode 100644 index 0000000000..4012e6853d --- /dev/null +++ b/l10n-ro/suite/chrome/mailnews/newsblog/newsblog.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/. + +# Translator(s): +# +# nicubunu <nicubunu@gmail.com> +# +# Reviewer(s): +# +# Alexandru Szasz <alexxed@gmail.com> +# +subscribe-validating-feed=Verifying the feed… +subscribe-cancelSubscription=Sunteți sigur că doriți să renunțați la abonarea la fluxul curent? +subscribe-cancelSubscriptionTitle=Abonare la un flux… +subscribe-feedAlreadySubscribed=Sunteți deja abonat la acest flux. +subscribe-errorOpeningFile=Nu pot deschide fișierul. + +subscribe-OPMLImportTitle=Selectați fișierul OPML pentru import +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): %S is the brandShortName +subscribe-OPMLExportFileDialogTitle=%S OPML Export +## LOCALIZATION NOTE(subscribe-OPMLExportDefaultFileName): %S is the brandShortName +subscribe-OPMLExportDefaultFileName=My%SFeeds.opml + +subscribe-OPMLExportOPMLFilesFilterText=Fișiere OPML + +subscribe-confirmFeedDeletionTitle=Eliminare flux +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=Sunteți sigur că doriți să vă dezabonați de la fluxul: \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=Downloading feed articles (%S of %S)… + +newsblog-noNewArticlesForFeed=Nu este nici un articol nou în acest flux. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=Nu s-a putut găsi %S. Vă rugăm verificați numele și încercați din nou. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S is not a valid feed. +newsblog-getNewMsgsCheck=Checking feeds for new items… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blogs & News Feeds + |