tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

strings.xml (1950B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3  ~ This Source Code Form is subject to the terms of the Mozilla Public
      4  ~  License, v. 2.0. If a copy of the MPL was not distributed with this
      5  ~  file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6  -->
      7 
      8 <resources>
      9    <!-- Name for one of the font options available to use -->
     10    <string name="mozac_feature_readerview_sans_serif_font">Sans serif</string>
     11    <!-- Accessible description for the font option -->
     12    <string name="mozac_feature_readerview_sans_serif_font_desc">Sans Serif font</string>
     13    <!-- Name for one of the font options available to use -->
     14    <string name="mozac_feature_readerview_serif_font">Serif</string>
     15    <!-- Accessible description for the font option -->
     16    <string name="mozac_feature_readerview_serif_font_desc">Serif font</string>
     17 
     18    <!-- Accessible description for decreasing the font size -->
     19    <string name="mozac_feature_readerview_font_size_decrease_desc">Font size decrease</string>
     20 
     21    <!-- Accessible description for increasing the font size -->
     22    <string name="mozac_feature_readerview_font_size_increase_desc">Font size increase</string>
     23    <!-- Color option for the background -->
     24    <string name="mozac_feature_readerview_dark">Dark</string>
     25    <!-- Accessible description for the color option -->
     26    <string name="mozac_feature_readerview_dark_color_scheme_desc">Dark color scheme</string>
     27    <!-- Color option for the background -->
     28    <string name="mozac_feature_readerview_sephia">Sepia</string>
     29    <!-- Accessible description for the color option -->
     30    <string name="mozac_feature_readerview_sepia_color_scheme_desc">Sepia color scheme</string>
     31    <!-- Color option for the background -->
     32    <string name="mozac_feature_readerview_light">Light</string>
     33    <!-- Accessible description for the color option -->
     34    <string name="mozac_feature_readerview_light_color_scheme_desc">Light color scheme</string>
     35 </resources>