blob: 68ed08d19215e0385ef9e717906f7f09bda6c873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 "Feed Subscriptions">
<!ENTITY feedTitle.label "Title:">
<!ENTITY feedTitle.accesskey "T">
<!ENTITY feedLocation.label "Feed URL:">
<!ENTITY feedLocation.accesskey "U">
<!ENTITY locationValidate.label "Validate">
<!ENTITY validateText.label "Check validation and retrieve a valid url.">
<!ENTITY feedFolder.label "Store Articles in:">
<!ENTITY feedFolder.accesskey "S">
<!ENTITY quickMode.label "Show the article summary instead of loading the web page">
<!ENTITY quickMode.accesskey "h">
<!ENTITY button.addFeed.label "Add">
<!ENTITY button.addFeed.accesskey "A">
<!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">
|