]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Remove unneeded Snackbars.
[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="settings">Settings</string>
47     <string name="about">About</string>
48     <string name="clear_and_exit">Clear and Exit</string>
49
50     <!-- Options Menu. -->
51     <string name="javascript">JavaScript</string>
52     <string name="first_party_cookies">First-Party Cookies</string>
53     <string name="third_party_cookies">Third-Party Cookies</string>
54     <string name="dom_storage">DOM Storage</string>
55     <string name="clear_cookies">Clear Cookies</string>
56     <string name="clear_dom_storage">Clear DOM Storage</string>
57     <string name="share">Share</string>
58     <string name="add_to_home_screen">Add to Home Screen</string>
59     <string name="refresh">Refresh</string>
60
61     <!-- Create Home Screen Shortcut Alert Dialog. -->
62     <string name="shortcut_name">Shortcut name</string>
63     <string name="cancel">Cancel</string>
64     <string name="create">Create</string>
65
66     <!-- Preferences. -->
67     <string name="privacy">Privacy</string>
68     <string name="javascript_preference">Enable JavaScript by default</string>
69     <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on your device.</string>
70     <string name="first_party_cookies_preference">Enable first-party cookies by default</string>
71     <string name="first_party_cookies_preference_summary">Cookies allow websites to store information on your device.
72         First-party cookies come from the server listed in the address bar.
73         Devices with versions of Android older than Lollipop (version 5.0) will also enable third-party cookies with this setting.</string>
74     <string name="third_party_cookies_preference">Enable third-party cookies by default</string>
75     <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.
76         This setting requires Android Lollipop (version 5.0) or higher.  This setting has no effect if first-party cookies are disabled.</string>
77     <string name="dom_storage_preference">Enable DOM storage by default</string>
78     <string name="dom_storage_preference_summary">Document Object Management storage, also called web storage, is an enhanced form of cookies
79         that allows websites to store larger and more complex types of information, like pictures, on your device.</string>
80     <string name="user_agent">User agent</string>
81     <string-array name="user_agent_entries">
82         <item>WebView Default</item>
83         <item>Privacy Browser 1.0</item>
84         <item>Firefox 46 on Android 6.0.1</item>
85         <item>Chrome 50 on Android 6.0.1</item>
86         <item>Firefox 46 on Linux</item>
87         <item>Chromium 50 on Linux</item>
88         <item>Konqueror 4.14 on Linux</item>
89         <item>Firefox 46 on Windows 10</item>
90         <item>Chrome 50 on Windows 10</item>
91         <item>Internet Explorer 11 on Windows 10</item>
92         <item>Edge 13 on Windows 10</item>
93         <item>Custom</item>
94     </string-array>
95     <string-array name="user_agent_entry_values">
96         <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.-->
97         <item>PrivacyBrowser/1.0</item>
98         <item>Mozilla/5.0 (Android 6.0.1; Mobile; rv:46.0) Gecko/46.0 Firefox/46.0</item>
99         <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>
100         <item>Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0</item>
101         <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36</item>
102         <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) konqueror/4.14.14 Safari/537.21</item>
103         <item>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0</item>
104         <item>Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36</item>
105         <item>Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko</item>
106         <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>
107         <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.-->
108     </string-array>
109     <string name="custom_user_agent">Custom user agent</string>
110     <string name="search">Search</string>
111     <string name="javascript_disabled_search">JavaScript-disabled search</string>
112     <string-array name="javascript_disabled_search_entries">
113         <item>DuckDuckGo</item>
114         <item>Google</item>
115         <item>Bing</item>
116         <item>Yahoo</item>
117         <item>Custom</item>
118     </string-array>
119     <string-array name="javascript_disabled_search_entry_values">
120         <item>https://duckduckgo.com/html/?q=</item>
121         <item>https://www.google.com/search?q=</item>
122         <item>https://www.bing.com/search?q=</item>
123         <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>
124         <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.-->
125     </string-array>
126     <string name="javascript_disabled_search_custom_url">JavaScript-disabled search custom URL</string>
127     <string name="javascript_enabled_search">JavaScript-enabled search</string>
128     <string-array name="javascript_enabled_search_entries">
129         <item>DuckDuckGo</item>
130         <item>Google</item>
131         <item>Bing</item>
132         <item>Yahoo</item>
133         <item>Custom</item>
134     </string-array>
135     <string-array name="javascript_enabled_search_entry_values">
136         <item>https://duckduckgo.com/?q=</item>
137         <item>https://www.google.com/search?q=</item>
138         <item>https://www.bing.com/search?q=</item>
139         <item>https://search.yahoo.com/mobile/s?p=</item>
140         <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.-->
141     </string-array>
142     <string name="javascript_enabled_search_custom_url">JavaScript-enabled search custom URL</string>
143     <string name="custom_url">Custom URL</string>
144     <string name="general">General</string>
145     <string name="homepage_preference">Homepage</string>
146     <string name="swipe_to_refresh_enabled">Swipe to refresh</string>
147     <string name="swipe_to_refresh_enabled_summary">Some websites don\'t work well if swipe to refresh is enabled.</string>
148
149     <!-- About Dialog. -->
150     <string name="about_privacy_browser">About Privacy Browser</string>
151     <string name="dismiss">Dismiss</string>
152 </resources>