]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Create a TabLayout for About and populate the Version tab.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <resources>
22     <!-- Activities. -->
23     <string name="privacy_browser">Privacy Browser</string>
24     <string name="privacy_browser_settings">Privacy Browser Settings</string>
25
26     <!-- MainWebViewActivity. -->
27     <string name="download_started">Download started</string>
28     <string name="privacy_mode">Privacy Mode</string>
29     <string name="javascript_enabled">JavaScript enabled</string>
30     <string name="javascript_disabled">JavaScript disabled</string>
31     <string name="cookies_deleted">Cookies deleted</string>
32     <string name="dom_storage_deleted">DOM Storage deleted</string>
33     <string name="open_navigation">Open Navigation Drawer</string>
34     <string name="close_navigation">Close Navigation Drawer</string>
35
36     <!-- Custom App Bar. -->
37     <string name="favorite_icon">Favorite Icon</string>
38
39     <!-- Navigation Drawer. -->
40     <string name="navigation_drawer">Navigation Drawer</string>
41     <string name="navigation">Navigation</string>
42     <string name="home">Home</string>
43     <string name="back">Back</string>
44     <string name="forward">Forward</string>
45     <string name="downloads">Downloads</string>
46     <string name="guide">Guide</string>
47     <string name="settings">Settings</string>
48     <string name="about">About</string>
49     <string name="clear_and_exit">Clear and Exit</string>
50
51     <!-- Options Menu. -->
52     <string name="javascript">JavaScript</string>
53     <string name="first_party_cookies">First-Party Cookies</string>
54     <string name="third_party_cookies">Third-Party Cookies</string>
55     <string name="dom_storage">DOM Storage</string>
56     <string name="clear_cookies">Clear Cookies</string>
57     <string name="clear_dom_storage">Clear DOM Storage</string>
58     <string name="share">Share</string>
59     <string name="add_to_home_screen">Add to Home Screen</string>
60     <string name="refresh">Refresh</string>
61
62     <!-- Create Home Screen Shortcut Alert Dialog. -->
63     <string name="shortcut_name">Shortcut name</string>
64     <string name="cancel">Cancel</string>
65     <string name="create">Create</string>
66
67     <!-- Preferences. -->
68     <string name="privacy">Privacy</string>
69     <string name="javascript_preference">Enable JavaScript by default</string>
70     <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on your device.</string>
71     <string name="first_party_cookies_preference">Enable first-party cookies by default</string>
72     <string name="first_party_cookies_preference_summary">Cookies allow websites to store information on your device.
73         First-party cookies come from the server listed in the address bar.
74         Devices with versions of Android older than Lollipop (version 5.0) will also enable third-party cookies with this setting.</string>
75     <string name="third_party_cookies_preference">Enable third-party cookies by default</string>
76     <string name="third_party_cookies_summary">Third-party cookies allow parts of websites that aren\'t the main website, like advertisements, to store information on your device.
77         This setting requires Android Lollipop (version 5.0) or higher.  This setting has no effect if first-party cookies are disabled.</string>
78     <string name="dom_storage_preference">Enable DOM storage by default</string>
79     <string name="dom_storage_preference_summary">Document Object Management storage, also called web storage, is an enhanced form of cookies
80         that allows websites to store larger and more complex types of information, like pictures, on your device.</string>
81     <string name="user_agent">User agent</string>
82     <string-array name="user_agent_entries">
83         <item>WebView Default</item>
84         <item>Privacy Browser 1.0</item>
85         <item>Firefox 46 on Android 6.0.1</item>
86         <item>Chrome 50 on Android 6.0.1</item>
87         <item>Firefox 46 on Linux</item>
88         <item>Chromium 50 on Linux</item>
89         <item>Konqueror 4.14 on Linux</item>
90         <item>Firefox 46 on Windows 10</item>
91         <item>Chrome 50 on Windows 10</item>
92         <item>Internet Explorer 11 on Windows 10</item>
93         <item>Edge 13 on Windows 10</item>
94         <item>Custom</item>
95     </string-array>
96     <string-array name="user_agent_entry_values">  <!-- None of the items in this string-array should be translated. -->
97         <item>Default user agent</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
98         <item>PrivacyBrowser/1.0</item>
99         <item>Mozilla/5.0 (Android 6.0.1; Mobile; rv:46.0) Gecko/46.0 Firefox/46.0</item>
100         <item>Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36</item>
101         <item>Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0</item>
102         <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36</item>
103         <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) konqueror/4.14.14 Safari/537.21</item>
104         <item>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0</item>
105         <item>Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36</item>
106         <item>Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko</item>
107         <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586</item>
108         <item>Custom user agent</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
109     </string-array>
110     <string name="custom_user_agent">Custom user agent</string>
111     <string name="search">Search</string>
112     <string name="javascript_disabled_search">JavaScript-disabled search</string>
113     <string-array name="javascript_disabled_search_entries">
114         <item>DuckDuckGo</item>
115         <item>Google</item>
116         <item>Bing</item>
117         <item>Yahoo</item>
118         <item>Custom</item>
119     </string-array>
120     <string-array name="javascript_disabled_search_entry_values">  <!-- None of the items in this string-array should be translated. -->
121         <item>https://duckduckgo.com/html/?q=</item>
122         <item>https://www.google.com/search?q=</item>
123         <item>https://www.bing.com/search?q=</item>
124         <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>
125         <item>Custom URL</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
126     </string-array>
127     <string name="javascript_disabled_search_custom_url">JavaScript-disabled search custom URL</string>
128     <string name="javascript_enabled_search">JavaScript-enabled search</string>
129     <string-array name="javascript_enabled_search_entries">
130         <item>DuckDuckGo</item>
131         <item>Google</item>
132         <item>Bing</item>
133         <item>Yahoo</item>
134         <item>Custom</item>
135     </string-array>
136     <string-array name="javascript_enabled_search_entry_values">  <!-- None of the items in this string-array should be translated. -->
137         <item>https://duckduckgo.com/?q=</item>
138         <item>https://www.google.com/search?q=</item>
139         <item>https://www.bing.com/search?q=</item>
140         <item>https://search.yahoo.com/mobile/s?p=</item>
141         <item>Custom URL</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
142     </string-array>
143     <string name="javascript_enabled_search_custom_url">JavaScript-enabled search custom URL</string>
144     <string name="custom_url">Custom URL</string>
145     <string name="general">General</string>
146     <string name="homepage_preference">Homepage</string>
147     <string name="swipe_to_refresh_enabled">Swipe to refresh</string>
148     <string name="swipe_to_refresh_enabled_summary">Some websites don\'t work well if swipe to refresh is enabled.</string>
149
150     <!-- About Activity. -->
151     <string name="about_privacy_browser">About Privacy Browser</string>
152     <string name="version">Version</string>
153         <string name="version_code">Version Code</string>
154         <string name="hardware">Hardware</string>
155             <!-- Blank spaces at the end of strings are stripped out, so you have to replace them with the Unicode literal \u00A0. -->
156             <string name="brand">Brand:\u00A0</string>
157             <string name="manufacturer">Manufacturer:\u00A0</string>
158             <string name="model">Model:\u00A0</string>
159             <string name="device">Device:\u00A0</string>
160             <string name="bootloader">Bootloader:\u00A0</string>
161             <string name="radio">Radio:\u00A0</string>
162         <string name="software">Software</string>
163             <string name="android">Android:\u00A0</string>
164             <string name="api">API</string>
165             <string name="build">Build:\u00A0</string>
166             <string name="security_patch">Security Patch:\u00A0</string>
167             <string name="webkit">WebKit:\u00A0</string>
168             <string name="chrome">Chrome:\u00A0</string>
169     <string name="permissions">Permissions</string>
170     <string name="changelog">Changelog</string>
171     <string name="license">License</string>
172     <string name="contributors">Contributors</string>
173     <string name="dismiss">Dismiss</string>
174
175     <!-- Ad Control. -->
176     <string name="ad_id">Null</string>  <!-- There are no ads in the standard flavor, but this string must exist because it is referenced in the code. -->
177 </resources>