]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Create a dark theme for `MainWebViewActivity`.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2015-2017 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 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
22 <resources
23     xmlns:tools="http://schemas.android.com/tools"
24     tools:ignore="MissingTranslation" >
25
26     <!-- Activities. -->
27     <string name="privacy_browser">Privacy Browser</string>
28     <string name="privacy_browser_settings">Privacy Browser Settings</string>
29     <string name="android_asset_path">en</string>  <!-- For translations, this should be the localization abbreviation.  For example, Spanish is `es`.  This should not be translated unless the Guide and About sections are localized. -->
30
31     <!-- MainWebView. -->
32     <string name="privacy_mode">Privacy Mode</string>
33     <string name="javascript_enabled">JavaScript enabled</string>
34     <string name="javascript_disabled">JavaScript disabled</string>
35     <string name="first_party_cookies_enabled">First-Party Cookies enabled</string>
36     <string name="first_party_cookies_disabled">First-Party Cookies disabled</string>
37     <string name="third_party_cookies_enabled">Third-Party Cookies enabled</string>
38     <string name="third_party_cookies_disabled">Third-Party Cookies disabled</string>
39     <string name="dom_storage_enabled">DOM Storage enabled</string>
40     <string name="dom_storage_disabled">DOM Storage disabled</string>
41     <string name="form_data_enabled">Form Data enabled</string>
42     <string name="form_data_disabled">Form Data disabled</string>
43     <string name="cookies_deleted">Cookies deleted</string>
44     <string name="dom_storage_deleted">DOM Storage deleted</string>
45     <string name="form_data_deleted">Form Data deleted</string>
46     <string name="open_navigation_drawer">Open Navigation Drawer</string>
47     <string name="close_navigation_drawer">Close Navigation Drawer</string>
48     <string name="no_title">No title</string>
49
50     <!-- Save As. -->
51     <string name="save_as">Save As</string>
52     <string name="save_image_as">Save Image As</string>
53     <string name="file_name">File name</string>
54     <string name="image_name">Image name</string>
55     <string name="unknown_size">unknown size</string>
56     <string name="download">Download</string>
57     <string name="cannot_download_file">This file cannot be downloaded because it does not have an HTTP or HTTPS URI.</string>
58     <string name="cannot_download_image">This image cannot be downloaded because it does not have an HTTP or HTTPS URI.</string>
59
60     <!-- Custom App Bar. -->
61     <string name="favorite_icon">Favorite Icon</string>
62     <string name="url_or_search_terms">URL or Search Terms</string>
63
64     <!-- View SSL Certificate. -->
65     <string name="view_ssl_certificate">View SSL Certificate</string>
66     <string name="unencrypted_website">Unencrypted Website</string>
67     <string name="no_ssl_certificate">Communication with this website is not encrypted by an SSL certificate.</string>
68     <string name="ssl_certificate">SSL Certificate</string>
69     <string name="close">Close</string>
70     <string name="issued_to">Issued To</string>
71     <string name="issued_by">Issued By</string>
72     <string name="common_name">Common Name (CN):</string>
73     <string name="organization">Organization (O):</string>
74     <string name="organizational_unit">Organizational Unit (OU):</string>
75     <string name="valid_dates">Valid Dates</string>
76     <string name="start_date">Start Date:</string>
77     <string name="end_date">End Date:</string>
78
79     <!-- SSL Certificate Error. -->
80     <string name="ssl_certificate_error">SSL Certificate Error</string>
81     <string name="proceed">Proceed</string>
82     <string name="future_certificate">The certificate start date is in the future</string>
83     <string name="expired_certificate">The certificate is expired</string>
84     <string name="cn_mismatch">The Common Name does not match the hostname</string>
85     <string name="untrusted">The certificate authority is not trusted</string>
86     <string name="invalid_date">The date on the certificate is invalid</string>
87     <string name="invalid_certificate">The certificate is invalid</string>
88     <string name="url">URL</string>
89     <string name="url_label">URL:</string>
90
91     <!-- MainWebViewActivity Navigation Drawer. -->
92     <string name="navigation_drawer">Navigation Drawer</string>
93     <string name="navigation">Navigation</string>
94     <string name="home">Home</string>
95     <string name="back">Back</string>
96     <string name="forward">Forward</string>
97     <string name="history">History</string>
98         <string name="clear_history">Clear History</string>
99     <string name="bookmarks">Bookmarks</string>
100     <string name="downloads">Downloads</string>
101     <string name="settings">Settings</string>
102     <string name="guide">Guide</string>
103     <string name="about">About</string>
104     <string name="clear_and_exit">Clear and Exit</string>
105
106     <!-- MainWebViewActivity Options Menu. -->
107     <string name="javascript">JavaScript</string>
108     <string name="first_party_cookies">First-Party Cookies</string>
109     <string name="third_party_cookies">Third-Party Cookies</string>
110     <string name="dom_storage">DOM Storage</string>
111     <string name="form_data">Form Data</string>
112     <string name="clear_cookies">Clear Cookies</string>
113     <string name="clear_dom_storage">Clear DOM Storage</string>
114     <string name="clear_form_data">Clear Form Data</string>
115     <string name="font_size">Font Size</string>
116         <string name="twenty_five_percent">25%</string>
117         <string name="fifty_percent">50%</string>
118         <string name="seventy_five_percent">75%</string>
119         <string name="one_hundred_percent">100%</string>
120         <string name="one_hundred_twenty_five_percent">125%</string>
121         <string name="one_hundred_fifty_percent">150%</string>
122         <string name="one_hundred_seventy_five_percent">175%</string>
123         <string name="two_hundred_percent">200%</string>
124     <string name="display_images">Display Images</string>
125     <string name="share">Share</string>
126     <string name="find_on_page">Find on Page</string>
127     <string name="print">Print</string>
128     <string name="add_to_home_screen">Add to Home Screen</string>
129         <string name="privacy_browser_web_page">Privacy Browser Web Page</string>
130     <string name="refresh">Refresh</string>
131
132     <!-- Context Menus. -->
133     <string name="load_url">Load URL</string>
134     <string name="copy_url">Copy URL</string>
135     <string name="email_address">Email Address</string>
136     <string name="copy_email_address">Copy Email Address</string>
137     <string name="write_email">Write Email</string>
138     <string name="view_image">View Image</string>
139     <string name="download_image">Download Image</string>
140
141     <!-- Find on Page. -->
142     <string name="zero_of_zero" translatable="false">0/0</string>
143     <string name="previous">Previous</string>
144     <string name="next">Next</string>
145
146     <!-- Create Home Screen Shortcut Alert Dialog. -->
147     <string name="create_shortcut">Create Shortcut</string>
148     <string name="shortcut_name">Shortcut name</string>
149     <string name="cancel">Cancel</string>
150     <string name="create">Create</string>
151
152     <!-- Bookmarks. -->
153     <string name="database_view">Database View</string>
154     <string name="create_bookmark">Create Bookmark</string>
155     <string name="create_folder">Create Folder</string>
156     <string name="current_bookmark_icon">Current bookmark icon</string>
157     <string name="current_folder_icon">Current folder icon</string>
158     <string name="default_folder_icon">Default folder icon</string>
159     <string name="web_page_favorite_icon">Web page favorite icon</string>
160     <string name="bookmark_name">Bookmark name</string>
161     <string name="folder_name">Folder name</string>
162     <string name="bookmark_url">Bookmark URL</string>
163     <string name="folder_names_must_be_unique">Folder names must be unique</string>
164     <string name="cannot_create_folder">Cannot create the folder because the name is not unique:</string>
165     <string name="cannot_save_folder">Cannot save the folder because the new name is not unique:</string>
166     <string name="cannot_move_bookmarks">Cannot move the selected bookmarks because no new folder was selected.</string>
167     <string name="edit_bookmark">Edit Bookmark</string>
168     <string name="edit_folder">Edit Folder</string>
169     <string name="move_to_folder">Move to Folder</string>
170     <string name="move">Move</string>
171     <string name="save">Save</string>
172
173     <!-- Bookmarks Contextual App Bar. -->
174     <string name="one_selected">1 Selected</string>
175     <string name="selected">Selected</string>  <!--This is a plural adjective.-->
176     <string name="move_up">Move Up</string>
177     <string name="move_down">Move Down</string>
178     <string name="edit">Edit</string>
179     <string name="delete">Delete</string>
180     <string name="select_all">Select All</string>
181     <string name="one_bookmark_deleted">1 Bookmark Deleted</string>
182     <string name="bookmarks_deleted">Bookmarks Deleted</string>
183     <string name="undo">Undo</string>
184
185     <!-- Bookmarks Database View. -->
186     <string name="bookmarks_database_view">Bookmarks Database View</string>
187     <string name="home_folder">Home Folder</string>
188
189     <!-- Domains. -->
190     <string name="domains">Domains</string>
191     <string name="domain_settings">Domain Settings</string>
192     <string name="add_domain">Add Domain</string>
193     <string name="add">Add</string>
194     <string name="domain_name">Domain name</string>
195     <string name="domain_settings_saved">Domain settings saved</string>
196     <string name="domain_deleted">Domain deleted</string>
197     <string name="domain_name_instructions">*. may be prepended to a domain to include all subdomains (eg. *.stoutner.com)</string>
198     <string-array name="display_website_images_array">
199         <item>System default</item>
200         <item>Images enabled</item>
201         <item>Images disabled</item>
202     </string-array>
203
204     <!-- Guide. -->
205     <string name="privacy_browser_guide">Privacy Browser Guide</string>
206     <string name="overview">Overview</string>
207     <string name="local_storage">Local Storage</string>
208     <string name="tracking_ids">Tracking IDs</string>
209     <string name="planned_features">Planned Features</string>
210
211     <!-- Preferences. -->
212     <string name="privacy">Privacy</string>
213         <string name="javascript_preference">Enable JavaScript by default</string>
214         <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on the device.</string>
215         <string name="first_party_cookies_preference">Enable first-party cookies by default</string>
216         <string name="first_party_cookies_preference_summary">Devices with versions of Android older than Lollipop (version 5.0) will also enable third-party cookies with this setting.</string>
217         <string name="third_party_cookies_preference">Enable third-party cookies by default</string>
218         <string name="third_party_cookies_summary">This setting requires Android Lollipop (version 5.0) or higher.  It has no effect if first-party cookies are disabled.</string>
219         <string name="dom_storage_preference">Enable DOM storage by default</string>
220         <string name="dom_storage_preference_summary">JavaScript must be enabled for DOM storage to function.</string>
221         <string name="save_form_data_preference">Enable saving of form data by default</string>
222         <string name="save_form_data_preference_summary">Saved form data can auto-populate fields on websites.</string>
223         <string name="user_agent">User agent</string>
224         <string-array name="user_agent_entries">
225             <item>Privacy Browser 1.0</item>
226             <item>WebView Default</item>
227             <item>Firefox 50 on Android 7.1.1</item>
228             <item>Chrome 55 on Android 7.1.1</item>
229             <item>Safari 10 on iOS 10.2.1</item>
230             <item>Firefox 45 on Linux</item>
231             <item>Chromium 55 on Linux</item>
232             <item>Konqueror 4.14.26 on Linux</item>
233             <item>Firefox 50 on Windows 10</item>
234             <item>Chrome 55 on Windows 10</item>
235             <item>Edge 14 on Windows 10</item>
236             <item>Internet Explorer 11 on Windows 10</item>
237             <item>Safari 10.0.2 on macOS 10.12.2</item>
238             <item>Custom</item>
239         </string-array>
240         <string-array name="user_agent_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
241             <item>PrivacyBrowser/1.0</item>
242             <item>WebView 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. -->
243             <item>Mozilla/5.0 (Android 7.1.1; Mobile; rv:50.0) Gecko/50.0 Firefox/50.0</item>
244             <item>Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6P Build/N4F26I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36</item>
245             <item>Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1</item>
246             <item>Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0</item>
247             <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36</item>
248             <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) konqueror/4.14.26 Safari/534.34</item>
249             <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0</item>
250             <item>Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36</item>
251             <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393</item>
252             <item>Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko</item>
253             <item>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12</item>
254             <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. -->
255         </string-array>
256         <string name="custom_user_agent">Custom user agent</string>
257         <string name="block_ads">Block ads</string>
258         <string name="block_ads_summary">Use the list of ad servers from pgl.yoyo.org to block ads.</string>
259         <string name="incognito_mode">Incognito Mode</string>
260         <string name="incognito_mode_summary">Clear the history and cache after each webpage finishes loading.</string>
261         <string name="do_not_track">Do Not Track</string>
262         <string name="do_not_track_summary">Send the Do Not Track header, which politely suggests that web servers not track this browser.</string>
263     <string name="tor">Tor</string>
264         <string name="proxy_through_orbot">Proxy through Orbot</string>
265         <string name="proxy_through_orbot_summary">Proxy all web traffic through Orbot on localhost:8118.</string>
266         <string name="tor_homepage">Tor homepage</string>
267         <string name="tor_search">Tor search</string>
268         <string-array name="tor_search_entries">
269             <item>DuckDuckGo - JavaScript disabled</item>
270             <item>DuckDuckGo - JavaScript enabled</item>
271             <item>Custom</item>
272         </string-array>
273         <string-array name="tor_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
274             <item>https://3g2upl4pq6kufc4m.onion/html/?q=</item>
275             <item>https://3g2upl4pq6kufc4m.onion/?q=</item>
276             <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. -->
277         </string-array>
278         <string name="tor_search_custom_url">Tor search custom URL</string>
279     <string name="search">Search</string>
280         <string-array name="search_entries">
281             <item>DuckDuckGo - JavaScript disabled</item>
282             <item>DuckDuckGo - JavaScript enabled</item>
283             <item>StartPage</item>
284             <item>Google</item>
285             <item>Bing</item>
286             <item>Yahoo - JavaScript disabled</item>
287             <item>Yahoo - JavaScript enabled</item>
288             <item>Qwant - JavaScript disabled</item>
289             <item>Qwant - JavaScript enabled</item>
290             <item>Custom</item>
291         </string-array>
292         <string-array name="search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
293             <item>https://duckduckgo.com/html/?q=</item>
294             <item>https://duckduckgo.com/?q=</item>
295             <item>https://www.startpage.com/do/search?query=</item>
296             <item>https://www.google.com/search?q=</item>
297             <item>https://www.bing.com/search?q=</item>
298             <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>
299             <item>https://search.yahoo.com/mobile/s?p=</item>
300             <item>https://lite.qwant.com/?q=</item>
301             <item>https://www.qwant.com/?q=</item>
302             <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. -->
303         </string-array>
304         <string name="search_custom_url">Search custom URL</string>
305         <string name="custom_url">Custom URL</string>
306     <string name="full_screen">Full Screen</string>
307         <string name="full_screen_browsing_mode">Full screen browsing mode</string>
308         <string name="full_screen_browsing_mode_summary">Double-tap to toggle full screen browsing mode.</string>
309         <string name="hide_system_bars">Hide system bars</string>
310         <string name="hide_system_bars_summary">Hide the status and navigation bars in full screen browsing mode. This doesn’t work well if the keyboard is displayed during full screen browsing mode.</string>
311         <string name="translucent_navigation_bar">Translucent navigation bar</string>
312         <string name="translucent_navigation_bar_summary">Make the navigation bar translucent in full screen browsing mode.</string>
313     <string name="clear_everything">Clear everything</string>
314     <string name="clear_everything_summary">Clears cookies, DOM storage, form data, and WebView’s cache.  Then manually deletes the entire “app_webview” and “cache” directories.</string>
315     <string name="clear_cookies_preference">Clear cookies</string>
316     <string name="clear_cookies_summary">Clears first and third-party cookies.</string>
317     <string name="clear_dom_storage_preference">Clear DOM storage</string>
318     <string name="clear_dom_storage_summary">Clears DOM storage.</string>
319     <string name="clear_form_data_preference">Clear form data</string>
320     <string name="clear_form_data_summary">Clears form data.</string>
321     <string name="clear_cache">Clear cache</string>
322     <string name="clear_cache_summary">Clears WebView’s cache.</string>
323     <string name="general">General</string>
324         <string name="homepage">Homepage</string>
325         <string name="default_font_size">Default font size</string>
326         <string-array name="default_font_size_entries">
327             <item>25%</item>
328             <item>50%</item>
329             <item>75%</item>
330             <item>100%</item>
331             <item>125%</item>
332             <item>150%</item>
333             <item>175%</item>
334             <item>200%</item>
335         </string-array>
336         <string-array name="default_font_size_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
337             <item>25</item>
338             <item>50</item>
339             <item>75</item>
340             <item>100</item>
341             <item>125</item>
342             <item>150</item>
343             <item>175</item>
344             <item>200</item>
345         </string-array>
346         <string name="swipe_to_refresh_enabled">Swipe to refresh</string>
347         <string name="swipe_to_refresh_enabled_summary">Some websites don’t work well if swipe to refresh is enabled.</string>
348         <string name="display_additional_app_bar_icons">Display additional app bar icons</string>
349         <string name="display_additional_app_bar_icons_summary">Display icons for toggling cookies, DOM storage, and form data in the app bar if there is room.</string>
350         <string name="dark_theme">Dark theme</string>
351         <string name="dark_theme_summary">Privacy Browser must be restarted for the new theme to take effect.</string>
352         <string name="display_webpage_images">Display webpage images</string>
353         <string name="display_webpage_images_summary">Disable to conserve bandwidth.</string>
354
355     <!-- Orbot. -->
356     <string name="orbot_proxy_not_installed">Orbot proxy will not work unless Orbot is installed.</string>
357     <string name="waiting_for_orbot">Waiting for Orbot to connect...</string>
358
359     <!-- About Activity. -->
360     <string name="about_privacy_browser">About Privacy Browser</string>
361     <string name="version">Version</string>
362         <string name="version_code">version code</string>
363         <string name="hardware">Hardware</string>
364             <string name="brand">Brand:</string>
365             <string name="manufacturer">Manufacturer:</string>
366             <string name="model">Model:</string>
367             <string name="device">Device:</string>
368             <string name="bootloader">Bootloader:</string>
369             <string name="radio">Radio:</string>
370         <string name="software">Software</string>
371             <string name="android">Android:</string>
372                 <string name="api">API</string>
373             <string name="build">Build:</string>
374             <string name="security_patch">Security Patch:</string>
375             <string name="webkit">WebKit:</string>
376             <string name="chrome">Chrome:</string>
377             <string name="orbot">Orbot:</string>
378         <string name="package_signature">Package Signature</string>
379             <string name="issuer_dn">Issuer DN:</string>
380             <string name="subject_dn">Subject DN:</string>
381             <string name="certificate_version">Certificate Version:</string>
382             <string name="serial_number">Serial Number:</string>
383             <string name="signature_algorithm">Signature Algorithm:</string>
384     <string name="permissions">Permissions</string>
385     <string name="privacy_policy">Privacy Policy</string>
386     <string name="changelog">Changelog</string>
387     <string name="licenses">Licenses</string>
388     <string name="contributors">Contributors</string>
389     <string name="links">Links</string>
390
391     <!-- Ad Control. -->
392     <string name="ad_id" translatable="false">Null</string>  <!-- There are no ads in the standard flavor, but this string must exist because it is referenced in the code. -->
393 </resources>