]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values/strings.xml
Release 3.12.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2015-2022 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android 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 Android 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 Android.  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     <!-- Providers. -->
27     <string name="file_provider" translatable="false">com.stoutner.privacybrowser.fileprovider.standard</string>
28     <string name="file_provider_directory" translatable="false">file_provider</string>
29
30     <!-- Activities. -->
31     <string name="privacy_browser">Privacy Browser</string>
32     <string name="short_name">Browser</string>
33     <!-- For translations, `android_asset_path` should be the localization abbreviation.  For example, Spanish is `es`.  This should not be translated unless the Guide and About sections are localized. -->
34     <string name="android_asset_path">en</string>
35
36     <!-- MainWebView. -->
37     <string name="privacy_mode">Privacy Mode</string>
38     <string name="javascript_enabled">JavaScript enabled</string>
39     <string name="javascript_disabled">JavaScript disabled</string>
40     <string name="cookies_enabled">Cookies enabled</string>
41     <string name="cookies_disabled">Cookies disabled</string>
42     <string name="dom_storage_enabled">DOM Storage enabled</string>
43     <string name="dom_storage_disabled">DOM Storage disabled</string>
44     <string name="form_data_enabled">Form Data enabled</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
45     <string name="form_data_disabled">Form Data disabled</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
46     <string name="cookies_deleted">Cookies deleted</string>
47     <string name="dom_storage_deleted">DOM Storage deleted</string>
48     <string name="form_data_deleted">Form Data deleted</string>
49     <string name="open_navigation_drawer">Open Navigation Drawer</string>
50     <string name="close_navigation_drawer">Close Navigation Drawer</string>
51     <string name="unrecognized_url">Unrecognized URL:</string>
52     <string name="add_tab">Add tab</string>
53     <string name="close_tab">Close Tab</string>
54     <string name="new_tab">New tab</string>
55     <string name="loading">Loading…</string>
56     <string name="error">Error:</string>
57     <string name="apply">Apply</string>
58
59     <!-- Loading Blocklists. -->
60     <string name="loading_easylist">Loading EasyList</string>
61     <string name="loading_easyprivacy">Loading EasyPrivacy</string>
62     <string name="loading_fanboys_annoyance_list">Loading Fanboy’s Annoyance List</string>
63     <string name="loading_fanboys_social_blocking_list">Loading Fanboy’s Social Blocking List</string>
64     <string name="loading_ultralist">Loading UltraList</string>
65     <string name="loading_ultraprivacy">Loading UltraPrivacy</string>
66
67     <!-- Custom App Bar. -->
68     <string name="favorite_icon">Favorite Icon</string>
69     <string name="url_or_search_terms">URL or Search Terms</string>
70
71     <!-- View SSL Certificate. -->
72     <string name="view_ssl_certificate">View SSL Certificate</string>
73     <string name="unencrypted_website">Unencrypted Website</string>
74     <string name="no_ssl_certificate">Communication with this website is not encrypted. This allows third parties to intercept information, track your browsing, and inject malicious content.</string>
75     <string name="ssl_certificate">SSL Certificate</string>
76     <string name="close">Close</string>
77     <string name="domain">Domain</string>
78     <string name="domain_label">Domain:</string>
79     <string name="ip_addresses">IP Addresses:</string>
80     <string name="issued_to">Issued To</string>
81     <string name="issued_by">Issued By</string>
82     <string name="common_name">Common Name (CN):</string>
83     <string name="organization">Organization (O):</string>
84     <string name="organizational_unit">Organizational Unit (OU):</string>
85     <string name="valid_dates">Valid Dates</string>
86     <string name="start_date">Start Date:</string>
87     <string name="end_date">End Date:</string>
88
89     <!-- SSL Certificate Error. -->
90     <string name="ssl_certificate_error">SSL Certificate Error</string>
91     <string name="proceed">Proceed</string>
92     <string name="future_certificate">The certificate start date is in the future</string>
93     <string name="expired_certificate">The certificate is expired</string>
94     <string name="cn_mismatch">The Common Name does not match the hostname</string>
95     <string name="untrusted">The certificate authority is not trusted</string>
96     <string name="invalid_date">The date on the certificate is invalid</string>
97     <string name="invalid_certificate">The certificate is invalid</string>
98     <string name="url">URL</string>
99     <string name="url_label">URL:</string>
100
101     <!-- Pinned Mismatch. -->
102     <string name="pinned_mismatch">Pinned Mismatch</string>
103     <string name="update">Update</string>
104     <string name="current">Current</string>
105     <string name="pinned">Pinned</string>
106
107     <!-- HTTP Authentication. -->
108     <string name="http_authentication">HTTP Authentication</string>
109     <string name="host">Host:</string>
110     <string name="username">Username</string>
111     <string name="password">Password</string>
112
113     <!-- MainWebViewActivity Navigation Menu. -->
114     <string name="navigation_drawer">Navigation Drawer</string>
115     <string name="clear_and_exit">Clear and Exit</string>
116     <string name="home">Home</string>
117     <string name="back">Back</string>
118     <string name="forward">Forward</string>
119     <string name="history">History</string>
120         <string name="clear_history">Clear History</string>
121     <string name="open">Open</string>
122     <string name="downloads">Downloads</string>
123         <string name="no_file_manager_detected">The system cannot detect a compatible file manager.</string>
124     <string name="settings">Settings</string>
125     <string name="import_export">Import/Export</string>
126     <string name="logcat">Logcat</string>
127     <string name="webview_devtools">WebView DevTools</string>
128     <string name="guide">Guide</string>
129     <string name="about">About</string>
130
131     <!-- MainWebViewActivity Options Menu. -->
132     <string name="javascript">JavaScript</string>
133     <string name="refresh">Refresh</string>
134     <string name="stop">Stop</string>
135     <string name="cookies">Cookies</string>
136     <string name="dom_storage">DOM Storage</string>
137     <string name="form_data">Form Data</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
138     <string name="clear_data">Clear Data</string>
139         <string name="clear_cookies">Clear Cookies</string>
140         <string name="clear_dom_storage">Clear DOM Storage</string>
141         <string name="clear_form_data">Clear Form Data</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
142         <string name="options_fanboys_annoyance_list">Fanboy’s Annoyance List</string>
143         <string name="options_fanboys_social_blocking_list">Fanboy’s Social Blocking List</string>
144         <string name="options_block_all_third_party_requests">Block All Third-Party Requests</string>
145     <string name="page">Page</string>
146         <string name="options_user_agent">User Agent</string>
147             <string name="user_agent_privacy_browser">Privacy Browser</string>
148             <string name="user_agent_webview_default">WebView Default</string>
149             <string name="user_agent_firefox_on_android">Firefox on Android</string>
150             <string name="user_agent_chrome_on_android">Chrome on Android</string>
151             <string name="user_agent_safari_on_ios">Safari on iOS</string>
152             <string name="user_agent_firefox_on_linux">Firefox on Linux</string>
153             <string name="user_agent_chromium_on_linux">Chromium on Linux</string>
154             <string name="user_agent_firefox_on_windows">Firefox on Windows</string>
155             <string name="user_agent_chrome_on_windows">Chrome on Windows</string>
156             <string name="user_agent_edge_on_windows">Edge on Windows</string>
157             <string name="user_agent_internet_explorer_on_windows">Internet Explorer on Windows</string>
158             <string name="user_agent_safari_on_macos">Safari on macOS</string>
159             <string name="user_agent_custom">Custom</string>
160         <string name="swipe_to_refresh_options_menu">Swipe to Refresh</string>
161         <string name="wide_viewport">Wide Viewport</string>
162         <string name="display_images">Display Images</string>
163         <string name="dark_webview">Dark WebView</string>
164         <string name="font_size">Font Size</string>
165         <string name="find_on_page">Find on Page</string>
166         <string name="print">Print</string>
167             <string name="privacy_browser_webpage">Privacy Browser Webpage</string>
168         <string name="save">Save</string>
169         <string name="add_to_home_screen">Add to Home Screen</string>
170         <string name="view_source">View Source</string>
171     <string name="share">Share</string>
172         <string name="share_message">Share Message</string>
173         <string name="share_url">Share URL</string>
174         <string name="open_with_app">Open with App</string>
175         <string name="open_with_browser">Open with Browser</string>
176     <string name="add_domain_settings">Add Domain Settings</string>
177     <string name="edit_domain_settings">Edit Domain Settings</string>
178
179     <!-- Context Menus. -->
180     <string name="open_in_new_tab">Open in New Tab</string>
181     <string name="open_in_background">Open in Background</string>
182     <string name="open_image_in_new_tab">Open Image in New Tab</string>
183     <string name="copy_url">Copy URL</string>
184     <string name="email_address">Email Address</string>
185     <string name="copy_email_address">Copy Email Address</string>
186     <string name="write_email">Write Email</string>
187     <string name="view_image">View Image</string>
188
189     <!-- Find on Page. -->
190     <string name="zero_of_zero" translatable="false">0/0</string>
191     <string name="previous">Previous</string>
192     <string name="next">Next</string>
193
194     <!-- Open Dialog. -->
195     <string name="file_is_mht">The file is an MHT web archive.</string>
196     <string name="mht_checkbox_explanation">Sometimes MIME Encapsulated HTML (MHT) web archives need to be manually specified to be opened correctly.</string>
197
198     <!-- Save Dialog.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
199         The `%*$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
200     <string name="save_dialog" translatable="false">Save Dialog</string>  <!-- This string is used to tag the save dialog.  It is never displayed to the user. -->
201     <string name="save_url">Save URL</string>
202     <string name="save_archive">Save Archive</string>
203     <string name="save_text">Save Text</string>
204     <string name="save_image">Save Image</string>
205     <string name="file_name">File name</string>
206     <string name="file">File</string>
207     <string name="bytes">bytes</string>
208     <string name="unknown_size">unknown size</string>
209     <string name="invalid_url">invalid URL</string>
210     <string name="saving_file">Saving file:</string>
211     <string name="saved">%1$s saved.</string>
212     <string name="processing_image">Processing image… :</string>
213     <string name="error_saving_file">Error saving %1$s: \u0020 %2$s</string>
214     <string name="unknown_error">Unknown error</string>
215
216     <!-- View Source. -->
217     <string name="request_headers">Request Headers</string>
218     <string name="response_message">Response Message</string>
219     <string name="response_headers">Response Headers</string>
220     <string name="response_body">Response Body</string>
221     <string name="content_metadata">Content Metadata</string>
222     <string name="content_data">Content Data</string>
223     <string name="untrusted_ssl_certificate">The SSL certificate is untrusted.</string>
224     <string name="load_anyway">Load anyway</string>
225     <string name="about_view_source">About View Source</string>
226     <string name="about_view_source_message">Because Android’s WebView does not expose the source information,
227         a separate request was made using system tools to gather the information displayed in this activity.
228         There may be some differences between this data and that used by the WebView in the main activity. This limitation will be removed in the 4.x series with the release of Privacy WebView.</string>
229
230     <!-- Create Home Screen Shortcut Alert Dialog. -->
231     <string name="create_shortcut">Create Shortcut</string>
232     <string name="shortcut_name">Shortcut name</string>
233     <string name="open_with_default_browser">Open with default browser.</string>
234     <string name="open_with_privacy_browser">Open with Privacy Browser.</string>
235     <string name="cancel">Cancel</string>
236     <string name="create">Create</string>
237
238     <!-- Bookmarks. -->
239     <string name="bookmarks">Bookmarks</string>
240     <string name="database_view">Database View</string>
241     <string name="create_bookmark">Create Bookmark</string>
242     <string name="create_folder">Create Folder</string>
243     <string name="current_bookmark_icon">Current bookmark icon</string>
244     <string name="current_folder_icon">Current folder icon</string>
245     <string name="default_folder_icon">Default folder icon</string>
246     <string name="webpage_favorite_icon">Webpage favorite icon</string>
247     <string name="bookmark_name">Bookmark name</string>
248     <string name="folder_name">Folder name</string>
249     <string name="bookmark_url">Bookmark URL</string>
250     <string name="folder_names_must_be_unique">Folder names must be unique</string>
251     <string name="edit_bookmark">Edit Bookmark</string>
252     <string name="edit_folder">Edit Folder</string>
253     <string name="move_to_folder">Move to Folder</string>
254     <string name="move">Move</string>
255
256     <!-- Bookmarks Contextual App Bar. -->
257     <string name="selected">Selected:</string>  <!--This is a plural adjective.-->
258     <string name="move_up">Move Up</string>
259     <string name="move_down">Move Down</string>
260     <string name="edit">Edit</string>
261     <string name="delete">Delete</string>
262     <string name="select_all">Select All</string>
263     <string name="bookmarks_deleted">Bookmarks Deleted:</string>
264     <string name="undo">Undo</string>
265
266     <!-- Bookmarks Database View. -->
267     <string name="bookmarks_database_view">Bookmarks Database View</string>
268     <string name="all_folders">All Folders</string>
269     <string name="home_folder">Home Folder</string>
270     <string name="sort">Sort</string>
271         <string name="sorted_by_database_id">Sorted by database ID.</string>
272         <string name="sorted_by_display_order">Sorted by display order.</string>
273     <string name="database_id">Database ID:</string>
274     <string name="folder">Folder:</string>
275     <string name="parent_folder">Parent folder:</string>
276     <string name="display_order">Display order:</string>
277     <string name="cannot_deselect_bookmark">A bookmark cannot be deselected while the parent folder is selected.</string>
278
279     <!-- Requests. -->
280     <string name="requests">Requests</string>
281     <string name="request_details">Request details</string>
282     <string name="disposition">Disposition</string>
283         <string name="all">All</string>
284         <string name="default_label">Default</string>
285         <string name="default_allowed">Default - Allowed</string>
286         <string name="allowed">Allowed</string>
287         <string name="allowed_plural">Allowed</string>
288         <string name="third_party_plural">Third-party</string>
289         <string name="third_party_blocked">Third-party - Blocked</string>
290         <string name="blocked">Blocked</string>
291         <string name="blocked_plural">Blocked</string>
292     <string name="blocklist">Blocklist</string>
293     <string name="sublist">Sublist</string>
294         <string name="main_whitelist">Main whitelist</string>
295         <string name="final_whitelist">Final whitelist</string>
296         <string name="domain_whitelist">Domain whitelist</string>
297         <string name="domain_initial_whitelist">Domain initial whitelist</string>
298         <string name="domain_final_whitelist">Domain final whitelist</string>
299         <string name="third_party_whitelist">Third-party whitelist</string>
300         <string name="third_party_domain_whitelist">Third-party domain whitelist</string>
301         <string name="third_party_domain_initial_whitelist">Third-party domain initial whitelist</string>
302         <string name="main_blacklist">Main blacklist</string>
303         <string name="initial_blacklist">Initial blacklist</string>
304         <string name="final_blacklist">Final blacklist</string>
305         <string name="domain_blacklist">Domain blacklist</string>
306         <string name="domain_initial_blacklist">Domain initial blacklist</string>
307         <string name="domain_final_blacklist">Domain final blacklist</string>
308         <string name="domain_regular_expression_blacklist">Domain regular expression blacklist</string>
309         <string name="third_party_blacklist">Third-party blacklist</string>
310         <string name="third_party_initial_blacklist">Third-party initial blacklist</string>
311         <string name="third_party_domain_blacklist">Third-party domain blacklist</string>
312         <string name="third_party_domain_initial_blacklist">Third-party domain initial blacklist</string>
313         <string name="third_party_regular_expression_blacklist">Third-party regular expression blacklist</string>
314         <string name="third_party_domain_regular_expression_blacklist">Third-party domain regular expression blacklist</string>
315         <string name="regular_expression_blacklist">Regular expression blacklist</string>
316     <string name="blocklist_entries">Blocklist entries</string>
317     <string name="blocklist_original_entry">Blocklist original entry</string>
318
319     <!-- Domains. -->
320     <string name="domains">Domains</string>
321     <string name="domain_settings">Domain Settings</string>
322     <string name="add_domain">Add Domain</string>
323     <string name="domain_name_already_exists">Domain name already exists</string>
324     <string name="add">Add</string>
325     <string name="domain_name">Domain name</string>
326     <string name="domain_deleted">Domain deleted</string>
327     <string name="domain_name_instructions">*. may be prepended to a domain to include all subdomains (eg. *.stoutner.com)</string>
328     <string-array name="font_size_array">
329         <item>System default</item>
330         <item>Custom font size</item>
331     </string-array>
332     <string-array name="swipe_to_refresh_array">
333         <item>System default</item>
334         <item>Swipe to refresh enabled</item>
335         <item>Swipe to refresh disabled</item>
336     </string-array>
337     <string-array name="webview_theme_array">
338         <item>System default</item>
339         <item>Light WebView theme</item>
340         <item>Dark WebView theme</item>
341     </string-array>
342     <string-array name="wide_viewport_array">
343         <item>System default</item>
344         <item>Wide viewport enabled</item>
345         <item>Wide viewport disabled</item>
346     </string-array>
347     <string-array name="display_webpage_images_array">
348         <item>System default</item>
349         <item>Images enabled</item>
350         <item>Images disabled</item>
351     </string-array>
352     <string name="pinned_ssl_certificate">Pinned SSL certificate</string>
353         <string name="saved_ssl_certificate">Saved SSL certificate</string>
354         <string name="current_website_ssl_certificate">Current website SSL certificate</string>
355         <string name="load_an_encrypted_website">Load an encrypted website before opening Domain Settings to populate the current website SSL certificate.</string>
356     <string name="pinned_ip_addresses">Pinned IP addresses</string>
357         <string name="saved_ip_addresses">Saved IP addresses</string>
358         <string name="current_ip_addresses">Current IP addresses</string>
359
360     <!-- Import/Export. -->
361     <string name="encryption">Encryption</string>
362     <string-array name="encryption_type">
363         <item>None</item>
364         <item>Password</item>
365         <item>OpenPGP</item>
366     </string-array>
367     <string name="openkeychain_required">OpenPGP encryption requires that OpenKeychain be installed.</string>
368     <string name="openkeychain_import_instructions">The unencrypted file will have to be imported in a separate step after it is decrypted.</string>
369     <string name="file_location">File Location</string>
370     <string name="browse">Browse</string>
371     <string name="export">Export</string>
372     <string name="import_button">Import</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
373     <string name="decrypt">Decrypt</string>
374     <string name="export_successful">Export successful.</string>
375     <string name="export_failed">Export failed:</string>
376     <string name="import_failed">Import failed:</string>
377
378     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
379         The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
380     <string name="copy_string">Copy</string>
381     <string name="clear">Clear</string>
382     <string name="logcat_copied">Logcat copied.</string>
383     <string name="privacy_browser_logcat_txt">Privacy Browser %1$s Logcat.txt</string>
384     <string name="error_saving_logcat">Error saving logcat: \u0020 %1$s</string>
385
386     <!-- Guide. -->
387     <string name="overview">Overview</string>
388     <string name="local_storage">Local Storage</string>
389     <string name="ssl_certificates">SSL Certificates</string>
390     <string name="proxies">Proxies</string>
391     <string name="tracking_ids">Tracking IDs</string>
392     <string name="gui">Interface</string>
393
394     <!-- Proxy. -->
395     <string name="proxy_not_installed_dialog" translatable="false">Proxy not installed dialog</string>  <!-- This string is used to tag the proxy not installed dialog.  It is never displayed to the user. -->
396     <string name="waiting_for_proxy_dialog" translatable="false">Waiting for proxy dialog</string>  <!-- This string is used to tag the waiting for proxy dialog.  It is never displayed to the user. -->
397     <string name="orbot_not_installed_title">Orbot Not Installed</string>
398     <string name="orbot_not_installed_message">Proxying through Orbot will not work unless the Orbot app is installed.</string>
399     <string name="i2p_not_installed_title">I2P Not Installed</string>
400     <string name="i2p_not_installed_message">Proxying through I2P will not work unless the I2P app is installed.</string>
401     <string name="waiting_for_orbot">Waiting for Orbot to connect.</string>
402     <string name="custom_proxy_invalid">The custom proxy URL is invalid.</string>
403
404     <!-- About Activity.  The `%*$*` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
405     <string name="about_privacy_browser">About Privacy Browser</string>
406     <string name="version">Version</string>
407         <string name="version_code">Version %1$s (version code %2$d)</string>
408         <string name="hardware">Hardware</string>
409             <string name="brand">Brand:</string>
410             <string name="manufacturer">Manufacturer:</string>
411             <string name="model">Model:</string>
412             <string name="device">Device:</string>
413             <string name="bootloader">Bootloader:</string>
414             <string name="radio">Radio:</string>
415         <string name="software">Software</string>
416             <string name="android">Android:</string>
417             <string name="api">%1$s (API %2$d)</string>
418             <string name="security_patch">Security Patch:</string>
419             <string name="build">Build:</string>
420             <string name="kernel">Kernel:</string>
421             <string name="webview_provider">WebView Provider:</string>
422             <string name="webview_version">WebView Version:</string>
423             <string name="orbot">Orbot:</string>
424             <string name="i2p">I2P:</string>
425                 <string name="fdroid_flavor">%1$s (F-Droid flavor)</string>
426                 <string name="google_play_flavor">%1$s (Google Play flavor)</string>
427             <string name="openkeychain">OpenKeychain:</string>
428         <string name="memory_usage">Memory Usage</string>
429             <string name="app_consumed_memory">App Consumed Memory:</string>
430             <string name="app_available_memory">App Available Memory:</string>
431             <string name="app_total_memory">App Total Memory:</string>
432             <string name="app_maximum_memory">App Maximum Memory:</string>
433             <string name="system_consumed_memory">System Consumed Memory:</string>
434             <string name="system_available_memory">System Available Memory:</string>
435             <string name="system_total_memory">System Total Memory:</string>
436             <string name="mebibyte">MiB</string>
437             <string name="easylist_label">EasyList:</string>
438             <string name="easyprivacy_label">EasyPrivacy:</string>
439             <string name="fanboys_annoyance_label">Fanboy’s Annoyance List:</string>
440             <string name="fanboys_social_label">Fanboy’s Social Blocking List:</string>
441             <string name="ultralist_label">UltraList:</string>
442             <string name="ultraprivacy_label">UltraPrivacy:</string>
443         <string name="package_signature">Package Signature</string>
444             <string name="issuer_dn">Issuer DN:</string>
445             <string name="subject_dn">Subject DN:</string>
446             <string name="certificate_version">Certificate Version:</string>
447             <string name="serial_number">Serial Number:</string>
448             <string name="signature_algorithm">Signature Algorithm:</string>
449         <string name="version_info_copied">Version info copied.</string>
450         <string name="privacy_browser_version_txt">Privacy Browser Version %1$s.txt</string>
451         <string name="privacy_browser_version_png">Privacy Browser Version %1$s.png</string>
452     <string name="permissions">Permissions</string>
453     <string name="privacy_policy">Privacy Policy</string>
454     <string name="changelog">Changelog</string>
455     <string name="licenses">Licenses</string>
456     <string name="contributors">Contributors</string>
457     <string name="links">Links</string>
458
459     <!-- Preferences. -->
460     <string name="privacy">Privacy</string>
461         <string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on the device.</string>
462         <string name="cookies_preference_summary">Cookies are an app level setting.
463             When the active tab has cookies enabled, any network request made in the background by another tab also has cookies enabled.</string>
464         <string name="dom_storage_preference">DOM storage</string>
465         <string name="dom_storage_preference_summary">JavaScript must be enabled for Document Object Model storage to function.</string>
466         <string name="save_form_data_preference">Form data</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
467         <string name="save_form_data_preference_summary">Saved form data can auto-populate fields on websites.</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
468         <string name="user_agent">User agent</string>
469         <string-array name="translated_user_agent_names">
470             <item>Privacy Browser</item>
471             <item>WebView Default</item>
472             <item>Firefox on Android</item>
473             <item>Chrome on Android</item>
474             <item>Safari on iOS</item>
475             <item>Firefox on Linux</item>
476             <item>Chromium on Linux</item>
477             <item>Firefox on Windows</item>
478             <item>Chrome on Windows</item>
479             <item>Edge on Windows</item>
480             <item>Safari on macOS</item>
481             <item>Custom</item>
482         </string-array>
483         <string-array name="translated_domain_settings_user_agent_names">  <!-- The translated names of the user agents with a System Default option for the domains spinner. -->
484             <item>System default</item>
485             <item>Privacy Browser</item>
486             <item>WebView Default</item>
487             <item>Firefox on Android</item>
488             <item>Chrome on Android</item>
489             <item>Safari on iOS</item>
490             <item>Firefox on Linux</item>
491             <item>Chromium on Linux</item>
492             <item>Firefox on Windows</item>
493             <item>Chrome on Windows</item>
494             <item>Edge on Windows</item>
495             <item>Safari on macOS</item>
496             <item>Custom</item>
497         </string-array>
498         <string-array name="user_agent_names" translatable="false">  <!-- The non-translated persistent names of the user agents.  These should not be translated because they are referenced in code.-->
499             <item>Privacy Browser</item>
500             <item>WebView Default</item>
501             <item>Firefox on Android</item>
502             <item>Chrome on Android</item>
503             <item>Safari on iOS</item>
504             <item>Firefox on Linux</item>
505             <item>Chromium on Linux</item>
506             <item>Firefox on Windows</item>
507             <item>Chrome on Windows</item>
508             <item>Edge on Windows</item>
509             <item>Safari on macOS</item>
510             <item>Custom user agent</item>
511         </string-array>
512         <string-array name="user_agent_data" translatable="false">  <!-- The data used to populate the actual user agents.  They should not be translated because they are referenced in code.-->
513             <item>PrivacyBrowser/1.0</item>
514             <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. -->
515             <item>Mozilla/5.0 (Android 13; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0</item>
516             <item>Mozilla/5.0 (Linux; Android 13; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36</item>
517             <item>Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1</item>
518             <item>Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0</item>
519             <item>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36</item>
520             <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0</item>
521             <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36</item>
522             <item>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35</item>
523             <item>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15</item>
524             <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. -->
525         </string-array>
526         <string name="custom_user_agent">Custom user agent</string>
527         <string name="system_default_user_agent" translatable="false">System default user agent</string>  <!-- This item is referenced in code.  It is never displayed on the screen. -->
528         <string name="incognito_mode">Incognito Mode</string>
529         <string name="incognito_mode_summary">Clear the history and cache after each webpage finishes loading. In Incognito Mode, back closes the tab (or the app if there is only one tab).</string>
530         <string name="allow_screenshots">Allow screenshots</string>
531         <string name="allow_screenshots_summary">Allow screenshots, video recording, and viewing on non-secure displays. Changing this setting will restart Privacy Browser.</string>
532     <string name="blocklists">Blocklists</string>
533         <string name="easylist">EasyList</string>
534         <string name="easylist_summary">Main ad blocking list.</string>
535         <string name="easyprivacy">EasyPrivacy</string>
536         <string name="easyprivacy_summary">Main tracker blocking list.</string>
537         <string name="fanboys_annoyance_list">Fanboy’s annoyance list</string>
538         <string name="fanboys_annoyance_list_summary">Block annoying popups and links.  Includes Fanboy’s social blocking lists.</string>
539         <string name="fanboys_social_blocking_list">Fanboy’s social blocking list</string>
540         <string name="fanboys_social_blocking_list_summary">Blocks third-party social media content.</string>
541         <string name="ultralist">UltraList</string>
542         <string name="ultralist_summary">UltraList blocks ads that EasyList doesn’t because doing so can break websites.</string>
543         <string name="ultraprivacy">UltraPrivacy</string>
544         <string name="ultraprivacy_summary">UltraPrivacy blocks trackers that EasyPrivacy doesn’t because doing so can break websites.</string>
545         <string name="block_all_third_party_requests">Block all third-party requests</string>
546         <string name="block_all_third_party_requests_summary">Blocking all third-party requests increases privacy, but it breaks many websites.</string>
547     <string name="url_modification">URL Modification</string>
548         <string name="tracking_queries">Tracking queries</string>
549         <string name="tracking_queries_summary">Remove known tracking queries from URLs.</string>
550         <string name="amp_redirects">AMP redirects</string>
551         <string name="amp_redirects_summary">Remove known AMP (Accelerated Mobil Pages) redirect queries from URLs.</string>
552     <string name="search">Search</string>
553         <string-array name="search_entries">
554             <item>Mojeek</item>
555             <item>Monocles</item>
556             <item>MetaGer</item>
557             <item>Google</item>
558             <item>Bing</item>
559             <item>Yahoo</item>
560             <item>Custom</item>
561         </string-array>
562         <string-array name="search_entry_values" translatable="false">  <!-- None of the items in this string array should be translated. -->
563             <item>https://www.mojeek.com/search?q=</item>
564             <item>https://monocles.de/search?q=</item>
565             <item>https://metager.org/meta/meta.ger3?eingabe=</item>
566             <item>https://www.google.com/search?q=</item>
567             <item>https://www.bing.com/search?q=</item>
568             <item>https://search.yahoo.com/mobile/s?p=</item>
569             <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. -->
570         </string-array>
571         <string name="custom_url_item" translatable="false">Custom URL</string>
572         <string name="custom_url">Custom URL</string>
573         <string name="search_custom_url">Search custom URL</string>
574     <string name="proxy">Proxy</string>
575         <string name="proxy_none">None</string>
576         <string name="proxy_tor">Tor</string>
577         <string name="proxy_i2p">I2P</string>
578         <string name="proxy_custom">Custom</string>
579         <string-array name="proxy_entries">
580             <item>None</item>
581             <item>Tor</item>
582             <item>I2P</item>
583             <item>Custom</item>
584         </string-array>
585         <string-array name="proxy_entry_values" translatable="false">  <!-- None of the items in this string array should be translated. They are referenced in the code and are never displayed on the screen.-->
586             <item>None</item>
587             <item>Tor</item>
588             <item>I2P</item>
589             <item>Custom</item>
590         </string-array>
591         <string name="no_proxy_enabled">None - connect directly to the internet.</string>
592         <string name="tor_enabled">Tor - connect through socks://localhost:9050.</string>
593         <string name="i2p_enabled">I2P - connect through http://localhost:4444.</string>
594         <string name="custom_proxy">Custom proxy</string>
595         <string name="proxy_custom_url">Proxy custom URL</string>
596     <string name="full_screen">Full Screen</string>
597         <string name="full_screen_browsing_mode">Full screen browsing mode</string>
598         <string name="full_screen_browsing_mode_summary">Double-tap to toggle full screen browsing mode.</string>
599         <string name="hide_app_bar">Hide the app bar</string>
600         <string name="hide_app_bar_summary">Hide the app bar that contains the URL.</string>
601     <string name="clear_everything">Clear everything</string>
602         <!-- The form data part of this string can be removed once the minimum API >= 26. -->
603         <string name="clear_everything_summary">Clears cookies, DOM storage, form data, the logcat, and WebView’s cache.  Then manually deletes the entire “app_webview” and “cache” directories.</string>
604         <string name="clear_cookies_preference">Clear cookies</string>
605         <string name="clear_cookies_summary">Clears cookies.</string>
606         <string name="clear_dom_storage_preference">Clear DOM storage</string>
607         <string name="clear_dom_storage_summary">Clears DOM storage.</string>
608         <string name="clear_form_data_preference">Clear form data</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
609         <string name="clear_form_data_summary">Clears form data.</string>  <!-- The form data strings can be removed once the minimum API >= 26. -->
610         <string name="clear_logcat">Clear logcat</string>
611         <string name="clear_logcat_summary">Clears the logcat.</string>
612         <string name="clear_cache">Clear cache</string>
613         <string name="clear_cache_summary">Clears WebView’s cache.</string>
614     <string name="general">General</string>
615         <string name="homepage">Homepage</string>
616         <string name="font_size_preference">Font size</string>
617         <string name="open_intents_in_new_tab">Open intents in new tab</string>
618         <string name="open_intents_in_new_tab_summary">Intents are links sent from other apps.</string>
619         <string name="swipe_to_refresh">Swipe to refresh</string>
620         <string name="swipe_to_refresh_summary">Some websites don’t work well if swipe to refresh is enabled.</string>
621         <string name="download_with_external_app">Download with external app</string>
622         <string name="download_with_external_app_summary">External apps will not honor Privacy Browser’s proxy settings and will not have access to cookies
623             (meaning that it is unlikely that files downloaded from sites that require a login will work).</string>
624         <string name="scroll_app_bar">Scroll the app bar</string>
625         <string name="scroll_app_bar_summary">Scroll the app bar off the top of the screen when the WebView scrolls down.</string>
626         <string name="bottom_app_bar">Bottom app bar</string>
627         <string name="bottom_app_bar_summary">Move the app bar to the bottom of the screen. Changing this setting will restart Privacy Browser.</string>
628         <string name="display_additional_app_bar_icons">Display additional app bar icons</string>
629         <string name="display_additional_app_bar_icons_summary">Display icons in the app bar for refreshing the WebView and, if there is room, for opening the bookmarks drawer and toggling cookies.</string>
630         <string name="app_theme">App theme</string>
631         <string-array name="app_theme_entries">
632             <item>System default</item>
633             <item>Light</item>
634             <item>Dark</item>
635         </string-array>
636         <string-array name="app_theme_entry_values" translatable="false">  <!-- None of the items in this string array should be translated. -->
637             <item>System default</item>
638             <item>Light</item>
639             <item>Dark</item>
640         </string-array>
641         <string name="webview_theme">WebView theme</string>
642         <string-array name="webview_theme_entries">
643             <item>System default</item>
644             <item>Light</item>
645             <item>Dark</item>
646         </string-array>
647         <string-array name="webview_theme_entry_values" translatable="false">  <!-- None of the items in this string array should be translated. -->
648             <item>System default</item>
649             <item>Light</item>
650             <item>Dark</item>
651         </string-array>
652         <string name="wide_viewport_preference">Wide viewport</string>
653         <string name="wide_viewport_summary">Using a wide viewport makes some webpages layout more like the desktop site.</string>
654         <string name="display_webpage_images">Display webpage images</string>
655         <string name="display_webpage_images_summary">Disable to conserve bandwidth.</string>
656
657     <!-- Non-translatable preference keys. -->
658     <string name="allow_screenshots_key" translatable="false">allow_screenshots</string>
659     <string name="amp_redirects_key" translatable="false">amp_redirects</string>
660     <string name="app_theme_key" translatable="false">app_theme</string>
661     <string name="block_all_third_party_requests_key" translatable="false">block_all_third_party_requests</string>
662     <string name="bottom_app_bar_key" translatable="false">bottom_app_bar</string>
663     <string name="cookies_key" translatable="false">cookies</string>
664     <string name="clear_and_exit_category_key" translatable="false">clear_and_exit</string>
665     <string name="clear_cache_key" translatable="false">clear_cache</string>
666     <string name="clear_cookies_key" translatable="false">clear_cookies</string>
667     <string name="clear_dom_storage_key" translatable="false">clear_dom_storage</string>
668     <string name="clear_everything_key" translatable="false">clear_everything</string>
669     <string name="clear_form_data_key" translatable="false">clear_form_data</string>  <!-- The clear form data string can be removed once the minimum API >= 26. -->
670     <string name="clear_logcat_key" translatable="false">clear_logcat</string>
671     <string name="custom_user_agent_key" translatable="false">custom_user_agent</string>
672     <string name="display_additional_app_bar_icons_key" translatable="false">display_additional_app_bar_icons</string>
673     <string name="display_webpage_images_key" translatable="false">display_webpage_images</string>
674     <string name="dom_storage_key" translatable="false">dom_storage</string>
675     <string name="download_with_external_app_key" translatable="false">download_with_external_app</string>
676     <string name="easylist_key" translatable="false">easylist</string>
677     <string name="easyprivacy_key" translatable="false">easyprivacy</string>
678     <string name="fanboys_annoyance_list_key" translatable="false">fanboys_annoyance_list</string>
679     <string name="fanboys_social_blocking_list_key" translatable="false">fanboys_social_blocking_list</string>
680     <string name="font_size_key" translatable="false">font_size</string>
681     <string name="full_screen_browsing_mode_key" translatable="false">full_screen_browsing_mode</string>
682     <string name="hide_app_bar_key" translatable="false">hide_app_bar</string>
683     <string name="homepage_key" translatable="false">homepage</string>
684     <string name="incognito_mode_key" translatable="false">incognito_mode</string>
685     <string name="javascript_key" translatable="false">javascript</string>
686     <string name="open_intents_in_new_tab_key" translatable="false">open_intents_in_new_tab</string>
687     <string name="privacy_category_key" translatable="false">privacy</string>
688     <string name="proxy_key" translatable="false">proxy</string>
689     <string name="proxy_custom_url_key" translatable="false">proxy_custom_url</string>
690     <string name="save_form_data_key" translatable="false">save_form_data</string>  <!--The form data string can be removed once the minimum API >= 26. -->
691     <string name="scroll_app_bar_key" translatable="false">scroll_app_bar</string>
692     <string name="search_custom_url_key" translatable="false">search_custom_url</string>
693     <string name="search_key" translatable="false">search</string>
694     <string name="swipe_to_refresh_key" translatable="false">swipe_to_refresh</string>
695     <string name="tracking_queries_key" translatable="false">tracking_queries</string>
696     <string name="ultralist_key" translatable="false">ultralist</string>
697     <string name="ultraprivacy_key" translatable="false">ultraprivacy</string>
698     <string name="user_agent_key" translatable="false">user_agent</string>
699     <string name="webview_theme_key" translatable="false">webview_theme</string>
700     <string name="wide_viewport_key" translatable="false">wide_viewport</string>
701
702     <!-- Non-translatable preference default values. -->
703     <string name="app_theme_default_value" translatable="false">System default</string>
704     <string name="custom_user_agent_default_value" translatable="false">PrivacyBrowser/1.0</string>
705     <string name="font_size_default_value" translatable="false">100</string>
706     <string name="homepage_default_value" translatable="false">https://www.mojeek.com/</string>
707     <string name="proxy_custom_url_default_value" translatable="false">socks://localhost:9050</string>
708     <string name="proxy_default_value" translatable="false">None</string>
709     <string name="search_custom_url_default_value" translatable="false" />
710     <string name="search_default_value" translatable="false">https://www.mojeek.com/search?q=</string>
711     <string name="user_agent_default_value" translatable="false">Privacy Browser</string>
712     <string name="webview_theme_default_value" translatable="false">System default</string>
713 </resources>