diff options
Diffstat (limited to 'l10n-en-CA/mail/chrome/messenger-newsblog/feed-subscriptions.dtd')
-rw-r--r-- | l10n-en-CA/mail/chrome/messenger-newsblog/feed-subscriptions.dtd | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/l10n-en-CA/mail/chrome/messenger-newsblog/feed-subscriptions.dtd b/l10n-en-CA/mail/chrome/messenger-newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..0df7f953aa --- /dev/null +++ b/l10n-en-CA/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 "Feed Subscriptions"> +<!ENTITY learnMore.label "Learn more about Feeds"> + +<!ENTITY feedTitle.label "Title:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "Feed URL:"> +<!ENTITY feedLocation.accesskey "F"> +<!ENTITY feedLocation2.placeholder "Enter a valid feed url"> +<!ENTITY locationValidate.label "Validate"> +<!ENTITY validateText.label "Check validation and retrieve a valid url."> + +<!ENTITY feedFolder.label "Store Articles in:"> +<!ENTITY feedFolder.accesskey "S"> + +<!-- Account Settings and Subscription Dialog --> +<!ENTITY biffStart.label "Check for new articles every "> +<!ENTITY biffStart.accesskey "k"> +<!ENTITY biffMinutes.label "minutes"> +<!ENTITY biffMinutes.accesskey "n"> +<!ENTITY biffDays.label "days"> +<!ENTITY biffDays.accesskey "d"> +<!ENTITY recommendedUnits.label "Publisher recommends:"> + +<!ENTITY quickMode.label "Show the article summary instead of loading the web page"> +<!ENTITY quickMode.accesskey "h"> + +<!ENTITY autotagEnable.label "Automatically create tags from feed <category> names"> +<!ENTITY autotagEnable.accesskey "o"> +<!ENTITY autotagUsePrefix.label "Prefix tags with:"> +<!ENTITY autotagUsePrefix.accesskey "P"> +<!ENTITY autoTagPrefix.placeholder "Enter a tag prefix"> + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Add"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.verifyFeed.label "Verify"> +<!ENTITY button.verifyFeed.accesskey "V"> +<!ENTITY button.updateFeed.label "Update"> +<!ENTITY button.updateFeed.accesskey "U"> +<!ENTITY button.removeFeed.label "Remove"> +<!ENTITY button.removeFeed.accesskey "R"> +<!ENTITY button.importOPML.label "Import"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Export"> +<!ENTITY button.exportOPML.accesskey "X"> +<!ENTITY button.exportOPML.tooltip "Export Feeds with folder structure; ctrl click or ctrl enter to export Feeds as a list"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Close"> |