]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Implement find on page. https://redmine.stoutner.com/issues/9
[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 <!-- `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, German is `de`. -->
30
31     <!-- MainWebViewActivity. -->
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="open_navigation">Open Navigation Drawer</string>
46     <string name="close_navigation">Close Navigation Drawer</string>
47
48     <!-- Save As. -->
49     <string name="save_as">Save as</string>
50     <string name="file_name">File name</string>
51     <string name="unknown_size">unknown size</string>
52     <string name="download">Download</string>
53
54     <!-- Custom App Bar. -->
55     <string name="favorite_icon">Favorite Icon</string>
56     <string name="url_or_search_terms">URL or Search Terms</string>
57
58     <!-- View SSL Certificate. -->
59     <string name="view_ssl_certificate">View SSL Certificate</string>
60     <string name="unencrypted_website">Unencrypted Website</string>
61     <string name="no_ssl_certificate">Communication with this website is not encrypted by an SSL certificate.</string>
62     <string name="ssl_certificate">SSL Certificate</string>
63     <string name="close">Close</string>
64     <string name="issued_to">Issued To</string>
65     <string name="issued_by">Issued By</string>
66     <string name="common_name">Common Name (CN):</string>
67     <string name="organization">Organization (O):</string>
68     <string name="organizational_unit">Organizational Unit (OU):</string>
69     <string name="valid_dates">Valid Dates</string>
70     <string name="start_date">Start Date:</string>
71     <string name="end_date">End Date:</string>
72
73     <!-- SSL Certificate Error. -->
74     <string name="ssl_certificate_error">SSL Certificate Error</string>
75     <string name="proceed">Proceed</string>
76     <string name="future_certificate">The certificate start date is in the future</string>
77     <string name="expired_certificate">The certificate is expired</string>
78     <string name="cn_mismatch">The Common Name does not match the hostname</string>
79     <string name="untrusted">The certificate authority is not trusted</string>
80     <string name="invalid_date">The date on the certificate is invalid</string>
81     <string name="invalid_certificate">The certificate is invalid</string>
82     <string name="url">URL</string>
83     <string name="url_label">URL:</string>
84
85     <!-- Main `WebView` Navigation Drawer. -->
86     <string name="navigation_drawer">Navigation Drawer</string>
87     <string name="navigation">Navigation</string>
88     <string name="home">Home</string>
89     <string name="back">Back</string>
90     <string name="forward">Forward</string>
91     <string name="bookmarks">Bookmarks</string>
92     <string name="downloads">Downloads</string>
93     <string name="settings">Settings</string>
94     <string name="guide">Guide</string>
95     <string name="about">About</string>
96     <string name="clear_and_exit">Clear and Exit</string>
97
98     <!-- Main `WebView` Options Menu. -->
99     <string name="javascript">JavaScript</string>
100     <string name="first_party_cookies">First-Party Cookies</string>
101     <string name="third_party_cookies">Third-Party Cookies</string>
102     <string name="dom_storage">DOM Storage</string>
103     <string name="form_data">Form Data</string>
104     <string name="clear_cookies">Clear Cookies</string>
105     <string name="clear_dom_storage">Clear DOM Storage</string>
106     <string name="clear_form_data">Clear Form Data</string>
107     <string name="font_size">Font Size</string>
108         <string name="fifty_percent">50%</string>
109         <string name="seventy_five_percent">75%</string>
110         <string name="one_hundred_percent">100%</string>
111         <string name="one_hundred_twenty_five_percent">125%</string>
112         <string name="one_hundred_fifty_percent">150%</string>
113         <string name="one_hundred_seventy_five_percent">175%</string>
114         <string name="two_hundred_percent">200%</string>
115     <string name="find_on_page">Find on Page</string>
116     <string name="share">Share</string>
117     <string name="add_to_home_screen">Add to Home Screen</string>
118     <string name="print">Print</string>
119         <string name="privacy_browser_web_page">Privacy Browser Web Page</string>
120     <string name="refresh">Refresh</string>
121
122     <!-- Find on Page. -->
123     <string name="zero_of_zero" translatable="false">0/0</string>
124     <string name="previous">Previous</string>
125     <string name="next">Next</string>
126
127     <!-- Create Home Screen Shortcut Alert Dialog. -->
128     <string name="create_shortcut">Create shortcut</string>
129     <string name="shortcut_name">Shortcut name</string>
130     <string name="cancel">Cancel</string>
131     <string name="create">Create</string>
132
133     <!-- Bookmarks. -->
134     <string name="database_view">Database View</string>
135     <string name="create_bookmark">Create bookmark</string>
136     <string name="create_folder">Create folder</string>
137     <string name="current_folder_icon">Current folder icon</string>
138     <string name="default_folder_icon">Default folder icon</string>
139     <string name="web_page_favorite_icon">Web page favorite icon</string>
140     <string name="folder_name">Folder name</string>
141     <string name="folder_names_must_be_unique">Folder names must be unique</string>
142     <string name="cannot_create_folder">Cannot create the folder because the name is not unique:</string>
143     <string name="cannot_rename_folder">Cannot rename the folder because the new name is not unique:</string>
144     <string name="cannot_move_bookmarks">Cannot move the selected bookmarks because no new folder was selected.</string>
145     <string name="edit_bookmark">Edit bookmark</string>
146     <string name="edit_folder">Edit folder</string>
147     <string name="move_to_folder">Move to Folder</string>
148     <string name="move">Move</string>
149     <string name="save">Save</string>
150     <string name="bookmark_name">Bookmark name</string>
151     <string name="bookmark_url">Bookmark URL</string>
152     <string name="current_bookmark_icon">Current bookmark icon</string>
153
154     <!-- Bookmarks Contextual App Bar. -->
155     <string name="selected">Selected</string>
156     <string name="move_up">Move Up</string>
157     <string name="move_down">Move Down</string>
158     <string name="edit">Edit</string>
159     <string name="delete">Delete</string>
160     <string name="select_all">Select All</string>
161     <string name="one_bookmark_deleted">1 Bookmark Deleted</string>
162     <string name="bookmarks_deleted">Bookmarks Deleted</string>
163     <string name="undo">Undo</string>
164
165     <!-- Bookmarks Database View. -->
166     <string name="bookmarks_database_view">Bookmarks Database View</string>
167     <string name="home_folder">Home Folder</string>
168
169     <!-- Guide. -->
170     <string name="privacy_browser_guide">Privacy Browser Guide</string>
171     <string name="overview">Overview</string>
172     <string name="local_storage">Local Storage</string>
173     <string name="tor">Tor</string>
174     <string name="tracking_ids">Tracking IDs</string>
175     <string name="planned_features">Planned Features</string>
176
177     <!-- Preferences. -->
178     <string name="privacy">Privacy</string>
179         <string name="javascript_preference">Enable JavaScript by default</string>
180         <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on your device.</string>
181         <string name="first_party_cookies_preference">Enable first-party cookies by default</string>
182         <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>
183         <string name="third_party_cookies_preference">Enable third-party cookies by default</string>
184         <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>
185         <string name="dom_storage_preference">Enable DOM storage by default</string>
186         <string name="dom_storage_preference_summary">JavaScript must be enabled for DOM storage to function.</string>
187         <string name="save_form_data_preference">Enable saving of form data by default</string>
188         <string name="save_form_data_preference_summary">Saved form data can auto-populate fields on websites.</string>
189         <string name="user_agent">User agent</string>
190         <string-array name="user_agent_entries">
191             <item>WebView Default</item>
192             <item>Privacy Browser 1.0</item>
193             <item>Firefox 48 on Android 6.0.1</item>
194             <item>Chrome 52 on Android 6.0.1</item>
195             <item>Safari on iOS 10</item>
196             <item>Firefox 45 on Linux</item>
197             <item>Chromium 52 on Linux</item>
198             <item>Konqueror 4.14.23 on Linux</item>
199             <item>Firefox 48 on Windows 10</item>
200             <item>Chrome 52 on Windows 10</item>
201             <item>Internet Explorer 11 on Windows 10</item>
202             <item>Edge 14 on Windows 10</item>
203             <item>Safari 9.1.2 on OS X 10.11.6</item>
204             <item>Custom</item>
205         </string-array>
206         <string-array name="user_agent_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
207             <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. -->
208             <item>PrivacyBrowser/1.0</item>
209             <item>Mozilla/5.0 (Android 6.0.1; Mobile; rv:48.0) Gecko/48.0 Firefox/48.0</item>
210             <item>Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MTC20F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36</item>
211             <item>Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A5345a Safari/602.1</item>
212             <item>Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0</item>
213             <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</item>
214             <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) konqueror/4.14.23 Safari/537.21</item>
215             <item>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0</item>
216             <item>Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</item>
217             <item>Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko</item>
218             <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>
219             <item>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7</item>
220             <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. -->
221         </string-array>
222         <string name="custom_user_agent">Custom user agent</string>
223         <string name="do_not_track">Do not track</string>
224         <string name="do_not_track_summary">Send the Do Not Track header which politely suggests that web servers not track this browser.</string>
225         <string name="proxy_through_orbot">Proxy through Orbot</string>
226         <string name="proxy_through_orbot_summary">Proxy all web traffic through Orbot on localhost:8118.</string>
227     <string name="search">Search</string>
228         <string name="javascript_disabled_search">JavaScript-disabled search</string>
229         <string-array name="javascript_disabled_search_entries">
230             <item>DuckDuckGo</item>
231             <item>Google</item>
232             <item>Bing</item>
233             <item>Yahoo</item>
234             <item>StartPage</item>
235             <item>Qwant</item>
236             <item>Custom</item>
237         </string-array>
238         <string-array name="javascript_disabled_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
239             <item>https://duckduckgo.com/html/?q=</item>
240             <item>https://www.google.com/search?q=</item>
241             <item>https://www.bing.com/search?q=</item>
242             <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>
243             <item>https://www.startpage.com/do/search?q=</item>
244             <item>https://lite.qwant.com/?q=</item>
245             <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. -->
246         </string-array>
247         <string name="javascript_disabled_search_custom_url">JavaScript-disabled search custom URL</string>
248         <string name="javascript_enabled_search">JavaScript-enabled search</string>
249         <string-array name="javascript_enabled_search_entries">
250             <item>DuckDuckGo</item>
251             <item>Google</item>
252             <item>Bing</item>
253             <item>Yahoo</item>
254             <item>StartPage</item>
255             <item>Qwant</item>
256             <item>Custom</item>
257         </string-array>
258         <string-array name="javascript_enabled_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
259             <item>https://duckduckgo.com/?q=</item>
260             <item>https://www.google.com/search?q=</item>
261             <item>https://www.bing.com/search?q=</item>
262             <item>https://search.yahoo.com/mobile/s?p=</item>
263             <item>https://www.startpage.com/do/search?q=</item>
264             <item>https://www.qwant.com/?q=</item>
265             <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. -->
266         </string-array>
267         <string name="javascript_enabled_search_custom_url">JavaScript-enabled search custom URL</string>
268         <string name="custom_url">Custom URL</string>
269     <string name="general">General</string>
270         <string name="homepage_preference">Homepage</string>
271         <string name="default_font_size">Default font size</string>
272         <string-array name="default_font_size_entries">
273             <item>50%</item>
274             <item>75%</item>
275             <item>100%</item>
276             <item>125%</item>
277             <item>150%</item>
278             <item>175%</item>
279             <item>200%</item>
280         </string-array>
281         <string-array name="default_font_size_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
282             <item>50</item>
283             <item>75</item>
284             <item>100</item>
285             <item>125</item>
286             <item>150</item>
287             <item>175</item>
288             <item>200</item>
289         </string-array>
290         <string name="swipe_to_refresh_enabled">Swipe to refresh</string>
291         <string name="swipe_to_refresh_enabled_summary">Some websites don\'t work well if swipe to refresh is enabled.</string>
292         <string name="display_additional_app_bar_icons">Display additional app bar icons</string>
293         <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>
294
295     <!-- Orbot. -->
296     <string name="orbot_proxy_not_installed">Orbot proxy will not work unless Orbot is installed.</string>
297
298     <!-- About Activity. -->
299     <string name="about_privacy_browser">About Privacy Browser</string>
300     <string name="version">Version</string>
301         <string name="version_code">version code</string>
302         <string name="hardware">Hardware</string>
303             <string name="brand">Brand:</string>
304             <string name="manufacturer">Manufacturer:</string>
305             <string name="model">Model:</string>
306             <string name="device">Device:</string>
307             <string name="bootloader">Bootloader:</string>
308             <string name="radio">Radio:</string>
309         <string name="software">Software</string>
310             <string name="android">Android:</string>
311             <string name="api">API</string>
312             <string name="build">Build:</string>
313             <string name="security_patch">Security Patch:</string>
314             <string name="webkit">WebKit:</string>
315             <string name="chrome">Chrome:</string>
316     <string name="permissions">Permissions</string>
317     <string name="privacy_policy">Privacy Policy</string>
318     <string name="changelog">Changelog</string>
319     <string name="licenses">Licenses</string>
320     <string name="contributors">Contributors</string>
321     <string name="links">Links</string>
322
323     <!-- Ad Control. -->
324     <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. -->
325 </resources>