diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /toolkit/locales/en-US/chrome/global/aboutReader.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/aboutReader.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutReader.properties | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutReader.properties b/toolkit/locales/en-US/chrome/global/aboutReader.properties new file mode 100644 index 000000000..8826630c2 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/aboutReader.properties @@ -0,0 +1,32 @@ +# 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/. + +#LOCALIZATION NOTE (aboutReader.loading2): +# Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +aboutReader.loading2=Loading… +aboutReader.loadError=Failed to load article from page + +aboutReader.colorScheme.light=Light +aboutReader.colorScheme.dark=Dark +aboutReader.colorScheme.sepia=Sepia +aboutReader.colorScheme.auto=Auto + +# LOCALIZATION NOTE (aboutReader.fontType.serif, aboutReader.fontType.sans-serif): +# These are the styles of typeface that are options in the reader view controls. +aboutReader.fontType.serif=Serif +aboutReader.fontType.sans-serif=Sans-serif + +# LOCALIZATION NOTE (aboutReader.fontTypeSample): String used to sample font types. +aboutReader.fontTypeSample=Aa + +aboutReader.toolbar.close=Close Reader View +aboutReader.toolbar.typeControls=Type controls + +# These are used for the Reader View toolbar button and the menuitem within the +# View menu. +readerView.enter=Enter Reader View +readerView.enter.accesskey=R +readerView.close=Close Reader View +readerView.close.accesskey=R |