diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 20:49:37 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 20:49:37 -0700 |
commit | f9cab004186edb425a9b88ad649726605080a17c (patch) | |
tree | e2dae51d3144e83d097a12e7a1499e3ea93f90be /webbrowser/locales/en-US/chrome/browser/feeds | |
parent | f428692de8b59ab89a66502c079e1823dfda8aeb (diff) | |
download | webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.gz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.lz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.xz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.zip |
move browser to webbrowser/
Diffstat (limited to 'webbrowser/locales/en-US/chrome/browser/feeds')
-rw-r--r-- | webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd | 10 | ||||
-rw-r--r-- | webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties | 53 |
2 files changed, 63 insertions, 0 deletions
diff --git a/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd new file mode 100644 index 0000000..9e12419 --- /dev/null +++ b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.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/. --> + +<!ENTITY feedPage.title + "Viewing Feed"> +<!ENTITY feedSubscribeNow + "Subscribe Now"> +<!ENTITY feedLiveBookmarks + "Live Bookmarks"> diff --git a/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000..27cf505 --- /dev/null +++ b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties @@ -0,0 +1,53 @@ +# 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/. + +linkTitleTextFormat=Go to %S +addHandler=Add "%S" (%S) as a Feed Reader? +addHandlerAddButton=Add Feed Reader +addHandlerAddButtonAccesskey=A +handlerRegistered="%S" is already registered as a Feed Reader +liveBookmarks=Live Bookmarks +subscribeNow=Subscribe Now +chooseApplicationMenuItem=Choose Application… +chooseApplicationDialogTitle=Choose Application +alwaysUse=Always use %S to subscribe to feeds +mediaLabel=Media files + +# LOCALIZATION NOTE: The next string is for the size of the enclosed media. +# e.g. enclosureSizeText : "50.23 MB" +# %1$S = size (in bytes or megabytes, ...) +# %2$S = unit of measure (bytes, KB, MB, ...) +enclosureSizeText=%1$S %2$S + +bytes=bytes +kilobyte=KB +megabyte=MB +gigabyte=GB + +# LOCALIZATION NOTE: The next three strings explains to the user what they're +# doing. +# e.g. alwaysUseForVideoPodcasts : "Always use Miro to subscribe to video podcasts." +# %S = application to use (Miro, iTunes, ...) +alwaysUseForFeeds=Always use %S to subscribe to feeds. +alwaysUseForAudioPodcasts=Always use %S to subscribe to podcasts. +alwaysUseForVideoPodcasts=Always use %S to subscribe to video podcasts. + +subscribeFeedUsing=Subscribe to this feed using +subscribeAudioPodcastUsing=Subscribe to this podcast using +subscribeVideoPodcastUsing=Subscribe to this video podcast using + +feedSubscriptionFeed1=This is a "feed" of frequently changing content on this site. +feedSubscriptionAudioPodcast1=This is a "podcast" of frequently changing content on this site. +feedSubscriptionVideoPodcast1=This is a "video podcast" of frequently changing content on this site. + +feedSubscriptionFeed2=You can subscribe to this feed to receive updates when this content changes. +feedSubscriptionAudioPodcast2=You can subscribe to this podcast to receive updates when this content changes. +feedSubscriptionVideoPodcast2=You can subscribe to this video podcast to receive updates when this content changes. + +# Protocol Handling +# "Add %appName (%appDomain) as an application for %protocolType links?" +addProtocolHandler=Add %S (%S) as an application for %S links? +addProtocolHandlerAddButton=Add Application +# "%appName has already been added as an application for %protocolType links." +protocolHandlerRegistered=%S has already been added as an application for %S links. |