strings.xml (69634B)
1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <resources xmlns:moz="http://mozac.org/tools" xmlns:tools="http://schemas.android.com/tools"> 5 <!-- ####################################################################################### --> 6 <!-- ## Put only strings into this file that should be translated. Move all other strings ## --> 7 <!-- ## into a separate file like strings_references.xml ## --> 8 <!-- ####################################################################################### --> 9 10 <!-- Label used for buttons, e.g. in dialogs --> 11 <string name="action_cancel">Cancel</string> 12 <!-- Label used for buttons, e.g. in dialogs --> 13 <string name="action_ok">OK</string> 14 15 <string name="action_save">Save</string> 16 17 <!-- This text is shown in the URL bar when it's empty --> 18 <string name="urlbar_hint">Search or enter address</string> 19 20 <string name="teaser">Automatic private browsing.\nBrowse. Erase. Repeat.</string> 21 22 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session --> 23 <string name="feedback_erase">Your browsing history has been erased.</string> 24 <string name="feedback_erase2">Browsing history cleared</string> 25 26 <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session --> 27 <string name="feedback_erase_custom_tab">Tab’s browsing history has been erased.</string> 28 29 <!-- This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search. 30 %1$s is the text typed by the user. --> 31 <string name="search_hint">Search for %1$s</string> 32 33 <!-- Menu item: Share the currently visible page --> 34 <string name="menu_share">Share…</string> 35 36 <!-- Menu item: Report an issue on the current site --> 37 <string name="menu_report_site_issue">Report Site Issue</string> 38 39 <!-- Menu item: Switch to another browser to open the currently visible page. %1$s will be 40 replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some 41 links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" --> 42 <string name="menu_open_with_default_browser2">Open in %1$s</string> 43 44 <!-- Menu item: Switch to another browser to open the currently visible page. This menu item 45 will be shown if there are multiple browsers and we do not know which one is the default 46 browser or in case Focus is actually the default browser. Clicking this menu item will show 47 a screen with multiple browsers (or other apps that can open the current URL) to choose from. --> 48 <string name="menu_open_with_a_browser2">Open in…</string> 49 50 <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). --> 51 <string name="menu_add_to_home_screen">Add to Home screen</string> 52 53 <!-- Menu item: Add the current site as a shortcut on the Home screen --> 54 <string name="menu_add_to_shortcuts">Add to Shortcuts</string> 55 <!-- Menu item: Remove the current site as a shortcut from the Home screen --> 56 <string name="menu_remove_from_shortcuts">Remove from Shortcuts</string> 57 58 <!-- Menu item: Shows information about features and changes that are new to this version --> 59 <string name="menu_settings">Settings</string> 60 <string name="menu_about">About</string> 61 <string name="menu_help">Help</string> 62 63 <string name="menu_terms_of_use">Terms of Use</string> 64 65 <!-- Menu item: This is the label for a menu entry that shows how many trackers have been blocked 66 for the currently loaded website. The number of blocked trackers is shown below this label. 67 Next to this label is a switch that allows the user to temporarily enable / disable the 68 blocking of trackers for the current browsing session - for example if the current website 69 doesn't work correctly with blocked content. --> 70 <string name="menu_trackers_blocked_title">Trackers blocked</string> 71 72 <!-- Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many 73 trackers have been blocked for the currently loaded website. --> 74 <string name="menu_trackers_blocked_subtitle">Turning this off may fix some site problems</string> 75 76 <!-- Menu item: This is the label for turning off content blocking for the current website. --> 77 <string name="menu_content_blocking">Content Blocking</string> 78 <!-- This is the subtitle content blocking toggle --> 79 <string name="menu_content_blocking_subtitle">Turn off to fix some sites</string> 80 81 <!-- This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes. 82 See https://github.com/mozilla-mobile/focus-android/issues/2106 83 %1$s will be replaced by the app name (e.g. Firefox Focus) --> 84 <string name="menu_custom_tab_branding">Powered by %1$s</string> 85 86 <!-- This is the title of a dialog that shows all the share targets (apps or contacts) when 87 sharing an URL. --> 88 <string name="share_dialog_title">Share via</string> 89 90 <string name="notification_erase_title_android_14">Erase browsing history?</string> 91 92 <!-- Text shown in the notification description that pops up to remind the user that a browsing session is active 93 for Android 14+. --> 94 <string name="notification_erase_text_android_14_1">Tap or swipe this notification to securely erase your browsing history.</string> 95 96 <string name="notification_erase_text">Erase browsing history</string> 97 98 <!-- Notification action to open Focus and resume the current browsing session. --> 99 <string name="notification_action_open">Open</string> 100 101 <!-- Notification action to erase the current browsing session AND switch to Focus (bring it 102 to the foreground) --> 103 <string name="notification_action_erase_and_open">Erase and Open</string> 104 105 <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 106 This is the label for this shortcut. Android recommends a maximum length of 10 characters. --> 107 <string name="shortcut_erase_short_label">Erase</string> 108 109 <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 110 instead of the short title when it has enough space. Android recommends a maximum length 111 of 25 characters. --> 112 <string name="shortcut_erase_long_label">Erase browsing history</string> 113 114 115 <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen. 116 This is the label for this shortcut. Android recommends a maximum length of 10 characters. --> 117 <string name="shortcut_erase_and_open_short_label">Erase & open</string> 118 119 <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this 120 instead of the short title when it has enough space. Android recommends a maximum length 121 of 25 characters. 122 %1$s will be replaced by the app name (e.g. Firefox Focus) --> 123 <string name="shortcut_erase_and_open_long_label">Erase and open %1$s</string> 124 125 <!-- This is the label of an action we offer when the user selects text in other third-party apps. 126 Focus is hard coded since we can't use variables in this context. 127 Do not translate or transliterate Focus.--> 128 <string name="text_selection_search_action_focus" tools:ignore="BrandUsage">Search in Focus</string> 129 <!-- This is the label of an action we offer when the user selects text in other third-party apps. 130 Klar is hard coded since we can't use variables in this context. 131 Do not translate or transliterate Klar.--> 132 <string name="text_selection_search_action_klar" tools:ignore="BrandUsage">Search in Klar</string> 133 <!-- This is the label of an action we offer when the user selects text in other third-party apps. 134 Focus Beta is hard coded since we can't use variables in this context. 135 Do not translate or transliterate Focus Beta.--> 136 <string name="text_selection_search_action_focus_beta" tools:ignore="BrandUsage">Search in Focus Beta</string> 137 <!-- This is the label of an action we offer when the user selects text in other third-party apps. 138 Focus Nightly is hard coded since we can't use variables in this context. 139 Do not translate or transliterate Focus Nightly.--> 140 <string name="text_selection_search_action_focus_nightly" tools:ignore="BrandUsage">Search in Focus Nightly</string> 141 142 <!-- Content of about focus. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 143 %2$s is the url for the learn-more link. --> 144 <string name="about_content" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[<p>%1$s puts you in control.</p> 145 <p>Use it as a private browser: 146 <ul> 147 <li>Search and browse right in the app</li> 148 <li>Block trackers (or update settings to allow trackers)</li> 149 <li>Erase to delete cookies as well as search and browsing history</li> 150 </ul> 151 </p> 152 <p>%1$s is produced by Mozilla. Our mission is to foster a healthy, open Internet.<br/> 153 <a href="%2$s">Learn more</a></p>]]></string> 154 155 <!-- A link to SUMO at the bottom of About Focus screen. --> 156 <string name="about_screen_learn_more">Learn more</string> 157 158 <!-- Header for the Privacy and Security settings menu --> 159 <string name="preference_privacy_and_security_header">Privacy & Security</string> 160 161 <!-- Preference summary for settings related to privacy and security --> 162 <string name="preference_privacy_and_security_summary">Tracking, cookies, data choices</string> 163 164 <!-- Preference category description for settings related to search, set default 165 and autocomplete are settings a user can find and change inside the "search" settings screen --> 166 <string name="preference_search_summary">Set default, autocomplete</string> 167 168 <!-- Preference category description for settings screen for settings related to Mozilla --> 169 <!-- About the app and help are links that are inside this menu --> 170 <!-- %1$s will be replaced by the app name (e.g. Firefox Focus) --> 171 <string name="preference_mozilla_summary">About %1$s, help</string> 172 173 <!-- Preference category for ad blocking and enhanced tracking protection settings --> 174 <string name="preference_category_tracking_protection3">Enhanced Tracking Protection</string> 175 176 <!-- Preference category for settings related to controlling web content --> 177 <string name="preference_category_web_content">Web Content</string> 178 179 <!-- Preference category: stealth settings for while switching apps --> 180 <string name="preference_category_switching_apps">Switching Apps</string> 181 182 <!-- Preference category for General Settings --> 183 <string name="preference_category_general">General</string> 184 185 <!-- Preference summary for General Settings category; the two things users can find in this category --> 186 <string name="preference_general_summary2">Default browser, language</string> 187 188 <!-- Preference category for settings about sending usage data --> 189 <string name="preference_category_data_collection_use">Data Collection & Use</string> 190 191 <string name="preference_category_search">Search</string> 192 193 <!-- Title of "switch" preference that enables/disables search suggestions --> 194 <string name="preference_show_search_suggestions">Get search suggestions</string> 195 <!-- Description of the preference that enables/disables search suggestions 196 %1$s will be replaced by the app name (e.g. Firefox Focus) --> 197 <string name="preference_show_search_suggestions_summary">%1$s will send what you type in the address bar to your search engine</string> 198 199 <!-- This label is shown below the name of the default search engine in settings --> 200 <string name="preference_search_engine_default">Default</string> 201 202 <!-- This label is shown above the currently selected search engine in settings --> 203 <string name="preference_search_engine_label">Search engine</string> 204 205 <!-- Text that is shown below a "switch" preference that is enabled. --> 206 <string name="preference_state_on">On</string> 207 208 <!-- Text that is shown below a "switch" preference that is disabled. --> 209 <string name="preference_state_off">Off</string> 210 211 <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. --> 212 <string name="preference_subitem_autocomplete">URL Autocomplete</string> 213 214 <!-- Title of "switch" preference that enables/disables autocomplete for the default list --> 215 <string name="preference_switch_autocomplete_topsites">For top sites</string> 216 217 <!-- Summary for the toggle to enable autocomplete for the topsites list 218 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 219 <string name="preference_autocomplete_topsite_summary2">Enable to have %s autocomplete over 450 popular URLs in the address bar.</string> 220 221 <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list --> 222 <string name="preference_switch_autocomplete_user_list">For sites you add</string> 223 224 <!-- Summary for the toggle to enable autocomplete for the user-defined list 225 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 226 <string name="preference_autocomplete_user_list_summary2">Enable to have %s autocomplete your favorite URLs.</string> 227 228 <!-- Preference category: Manage (user-defined) sites --> 229 <string name="preference_category_autocomplete_manage_sites">Manage sites</string> 230 231 <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list--> 232 <string name="preference_autocomplete_subitem_manage_sites">Manage sites</string> 233 234 <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. --> 235 <string name="preference_autocomplete_action_add">+ Add custom URL</string> 236 237 <!-- Explanation text above the list of custom autocomplete URLs. --> 238 <string name="preference_autocomplete_explanation_text">Your autocomplete list:</string> 239 240 <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. --> 241 <string name="preference_autocomplete_action_add2">Add URL</string> 242 243 <!-- Title of the screen for adding custom autocomplete URLs. --> 244 <string name="preference_autocomplete_title_add">Add custom URL</string> 245 246 <!-- Label for the button to quick add custom autocomplete URLs. --> 247 <string name="custom_autocomplete_quick_add">Add custom URL</string> 248 249 <!-- Label for the button to quick add the current URL to the custom autocomplete list --> 250 <string name="add_custom_autocomplete_label">Add link to autocomplete</string> 251 252 <!-- Preference category for settings about cookies and site data --> 253 <string name="preference_category_cookies">Cookies and Site Data</string> 254 255 <!-- Preference category for settings about data choices --> 256 <string name="preference_category_data_choices">Data Choices</string> 257 258 <!-- Title of the screen for removing custom autocomplete URLs. --> 259 <string name="preference_autocomplete_title_remove">Remove custom URLs</string> 260 261 <!-- A link to SUMO at autocomplete settings. --> 262 <string name="preference_autocomplete_learn_more">Learn more</string> 263 264 <!-- Preference summary: Custom (user-defined) autocomplete URLs. --> 265 <string name="preference_autocomplete_custom_summary">Add and manage custom autocomplete URLs.</string> 266 267 <!-- Label for the "custom autocomplete URL" input field --> 268 <string name="preference_autocomplete_add_title">URL to add</string> 269 270 <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. --> 271 <string name="preference_autocomplete_add_hint">Paste or enter URL</string> 272 273 <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) --> 274 <string name="preference_autocomplete_add_example2">Example: mozilla.org</string> 275 276 <!-- To be removed once the new hint has been translated --> 277 <string name="preference_autocomplete_add_example">Example: example.com</string> 278 279 <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. --> 280 <string name="preference_autocomplete_add_confirmation">New custom URL added.</string> 281 282 <!-- Menu item to remove existing autocomplete URLs. --> 283 <string name="preference_autocomplete_menu_remove">Remove</string> 284 285 <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. --> 286 <string name="preference_autocomplete_action_remove_content_description">Remove</string> 287 288 <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. --> 289 <string name="preference_autocomplete_add_error">Double-check the URL you entered.</string> 290 291 <string name="preference_language">Language</string> 292 <!-- This is shown when the user hasn't set a focus specific language, i.e. when Focus 293 is using the system default language. --> 294 <string name="preference_language_systemdefault">System default</string> 295 296 <string name="preference_category_privacy">Privacy</string> 297 <string name="preference_privacy_block_ads">Block ad trackers</string> 298 <string name="preference_privacy_block_ads_summary">Some ads track site visits, even if you don’t click the ads</string> 299 <string name="preference_privacy_block_analytics">Block analytic trackers</string> 300 <string name="preference_privacy_block_analytics_summary">Used to collect, analyze and measure activities like tapping and scrolling</string> 301 <string name="preference_privacy_block_social">Block social trackers</string> 302 <string name="preference_privacy_block_social_summary">Embedded on sites to track your visits and to display functionality like share buttons</string> 303 <string name="preference_privacy_block_content">Block other content trackers</string> 304 <string name="preference_privacy_block_content_summary2">Enabling may cause some pages to behave unexpectedly</string> 305 <string name="preference_privacy_category_cookies">Block cookies</string> 306 307 <!-- Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies 308 only (Only 3rd-party Cookies Blocked), No (No cookies blocked) --> 309 <string name="preference_privacy_should_block_cookies_no_option2">No thanks</string> 310 <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">Block 3rd-party tracker cookies only</string> 311 <string name="preference_privacy_should_block_cookies_third_party_only_option">Block 3rd-party cookies only</string> 312 <string name="preference_privacy_should_block_cookies_cross_site_option">Block cross-site cookies</string> 313 <string name="preference_privacy_should_block_cookies_yes_option2">Yes please</string> 314 315 <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. --> 316 <string name="preference_security_biometric">Use fingerprint to unlock app</string> 317 <!-- Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL 318 open when the app was last run to ensure that only the phone's owner can view a previous session. 319 %s is the name of the app (for example "Firefox Focus" or "Firefox Klar") 320 Shortcuts is a feature that allows the user to pin his favorite websites to Focus home screen so he can quickly access them. --> 321 <string name="preference_security_biometric_summary2">Unlock using fingerprint if you’ve added Shortcuts or when a website is already open in %s.</string> 322 323 <!-- Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen 324 and prevents the user from taking screenshots or casting the app to other displays. --> 325 <string name="preference_privacy_secure_mode">Stealth</string> 326 <!-- Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the 327 app's content (in our case especially the content of webpages) to show up in the "recent apps" 328 screen. Additionally Android will prevent the user from taking screenshots or casting the app 329 to other displays. --> 330 <string name="preference_privacy_stealth_summary">Hide webpages when switching apps and block taking screenshots.</string> 331 332 <string name="preference_category_security">Security</string> 333 334 <string name="preference_category_performance">Performance</string> 335 <string name="preference_performance_block_webfonts">Block web fonts</string> 336 <!-- This text is shown below the setting for disabling web fonts. Some websites use icons/images from a font and those do not show up if fonts are blocked.--> 337 <string name="preference_performance_block_webfonts_summary">May result in missing icons or images</string> 338 339 <string name="preference_performance_block_javascript">Block JavaScript</string> 340 <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled --> 341 <string name="preference_performance_block_javascript_summary">Pages may load faster, but may also behave unexpectedly</string> 342 343 <!-- This preference does not set Focus as the default browser but instead links to Android's 344 "default apps" settings screen or if not supported by this Android version to a SUMO page describing 345 how to set Focus as a default browser. 346 %1$s will be replaced by the app name (e.g. Firefox Focus) --> 347 <string name="preference_default_browser2">Make %1$s default browser</string> 348 349 <string name="preference_category_mozilla">Mozilla</string> 350 <string name="preference_mozilla_telemetry2">Send usage data</string> 351 352 <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. --> 353 <string name="preference_mozilla_telemetry_summary">Learn more</string> 354 355 <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 356 <string name="preference_mozilla_telemetry_summary2">Mozilla strives to collect only what we need to provide and improve %1$s for everyone.</string> 357 358 <!-- Preference switch for daily usage ping data collection --> 359 <string name="preference_daily_usage_ping_title">Daily usage ping</string> 360 <string name="preference_daily_usage_ping_description">This helps Mozilla to estimate active users.</string> 361 <string name="preference_daily_usage_ping_learn_more">Learn more</string> 362 363 <!-- In-app link (in settings) to Focus privacy notice. --> 364 <string name="preference_privacy_notice">Privacy Notice</string> 365 366 <!-- In-app link (in settings) to Focus licensing information. --> 367 <string name="preference_licensing_info">Licensing information</string> 368 369 <!-- Link to Focus licensing information from other libraries that we use. --> 370 <string name="preference_libraries_we_use">Libraries that we use</string> 371 372 <!-- Link to Focus Crash reports list. --> 373 <string name="preference_crashes">Crashes</string> 374 375 <!-- Open Source Licenses page title. %s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 376 <string name="open_source_licenses_title">%s | OSS Libraries</string> 377 378 <!-- Item in Preferences that shows the about page. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 379 <string name="preference_about">About %1$s</string> 380 381 <!-- Header for the list of installed search engines --> 382 <string name="preference_search_installed_search_engines">Installed search engines</string> 383 384 <!-- Header for the list of installed search engines --> 385 <string name="preference_choose_search_engine">Choose search engine</string> 386 387 <!-- Action for restoring the default list of search engines --> 388 <string name="preference_search_restore">Restore default search engines</string> 389 390 <!-- Action for adding an additional search engine to the list. 391 The "+" is used to emphasize that this is an "add" action --> 392 <string name="preference_search_add2">+ Add another search engine</string> 393 <string name="preference_search_remove_title">Remove search engines</string> 394 <string name="preference_search_remove">Remove</string> 395 <!-- Action for dding an additional search engine to the list --> 396 <string name="preference_search_add3">Add another search engine</string> 397 <!-- Explanation text above the list of search engines--> 398 <string name="preference_select_preferred_engine">Select your preferred engine:</string> 399 400 <!-- Clickable action text that shows when user long-presses on a search engine search field (this is similar to paste or copy when long-pressing a text field) --> 401 <string name="action_option_add_search_engine">Add search engine</string> 402 403 <string name="search_add_manually_name_hint">Search engine name</string> 404 <string name="search_add_manually_string">Search string to use</string> 405 <string name="search_add_manually_save">Save</string> 406 407 <!-- Example of search engine url. %s represents the search query and should be kept as-is. --> 408 <string name="search_add_manually_example">Example: example.com/search/?q=%s</string> 409 410 <string name="search_add_confirmation">New search engine added.</string> 411 412 <string name="search_add_error_empty_name">Enter search engine name</string> 413 <string name="search_add_error_duplicate_name">An installed search engine is already using that name.</string> 414 415 <string name="search_add_error_empty_search">Enter search string</string> 416 417 <string name="search_add_error_format">Check that search string matches Example format</string> 418 419 <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar --> 420 <string name="content_description_clear_input">Clear input</string> 421 422 <!-- Content description (not visible, for screen readers etc.): Clicking on the website overlay 423 while in typing mode will dismiss and go back to the browser. This text will be read when the 424 overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 --> 425 <string name="content_description_dismiss_input">Dismiss</string> 426 427 <!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing 428 history and go back to the home screen. --> 429 <string name="content_description_erase">Erase browsing history</string> 430 431 <!-- If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open. 432 This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This 433 button will only be visible when there is more than one tab open (>= 2). --> 434 <string name="content_description_tab_counter">Tabs open: %1$s</string> 435 436 <!-- Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for 437 https pages.. --> 438 <string name="content_description_lock">Secure connection</string> 439 440 <!-- This text is not visible. Instead it will be read by the accessibility service once we start 441 loading a website --> 442 <string name="accessibility_announcement_loading">Loading</string> 443 444 <!-- This text is not visible. Instead it will be read by the accessibility service once we 445 finished loading a website --> 446 <string name="accessibility_announcement_loading_finished">Website loaded</string> 447 448 <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. --> 449 <string name="content_description_menu">More options</string> 450 451 <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button used 452 on home screen--> 453 <string name="indicator_content_description_menu">More options button</string> 454 455 <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) --> 456 <string name="content_description_forward">Navigate forward</string> 457 458 <!-- Content description (not visible, for screen readers etc.): Reload current website --> 459 <string name="content_description_reload">Reload website</string> 460 461 <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) --> 462 <string name="content_description_back">Navigate back</string> 463 464 <!-- Content description (not visible, for screen readers etc.): Stop loading the current website. This button will turn into the refresh button once loading has been completed (see content_description_reload) --> 465 <string name="content_description_stop">Stop loading website</string> 466 467 <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. --> 468 <string name="content_description_customtab_exit">Return to previous app</string> 469 470 <!-- Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays 471 the number of trackers blocked for the current session --> 472 <string name="content_description_trackers_blocked">Number of trackers blocked</string> 473 474 <!-- Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables 475 content blocking for the current session --> 476 <string name="content_description_blocking_switch">Block trackers</string> 477 478 <string name="your_rights">Your Rights</string> 479 480 <string name="external_app_prompt_title">Open link in another app</string> 481 <!-- This string is shown when the user has clicked a link that needs to be opened in a different app. 482 %2$s is the external app name, %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 483 <string name="external_app_prompt">You can leave %1$s to open this link in %2$s.</string> 484 <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. --> 485 <string name="external_app_prompt_no_app_title">Find an app that can open link</string> 486 <!-- This text is shown in a dialog if no app could be found for a custom link protocol. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar") and %2$s is the name of 487 the app store installed on the device (usually that's Google Play). --> 488 <string name="external_app_prompt_no_app">None of the apps on your device are able to open this link. You can leave %1$s to search %2$s for an app that can.</string> 489 <!-- This label is shown above a list of apps that can be used to open a given link --> 490 <string name="external_multiple_apps_matched_exit">Exit Private Browsing?</string> 491 492 <!-- Snackbar that will be displayed after a download has completed. %1$s is the file name. --> 493 <string name="download_snackbar_finished">%1$s finished</string> 494 495 <!-- Snackbar action to immediately open the successfully downloaded file. --> 496 <string name="download_snackbar_open">Open</string> 497 498 <!-- Snackbar that will be displayed after a website has been added to shortcuts. --> 499 <string name="snackbar_added_to_shortcuts">Added to shortcuts!</string> 500 501 <string name="error_hostLookup_title">Server not found</string> 502 503 <!-- New Onboarding flow first screen title --> 504 <!-- %1$s is the app name and build variant (for example "Firefox Focus", "Firefox Klar Nightly"). --> 505 <string name="onboarding_first_screen_title">Welcome to %1$s</string> 506 507 <!-- New Onboarding flow first screen subtitle the one that appears under title --> 508 <string name="onboarding_first_screen_subtitle">Fast. Private. No distractions.</string> 509 510 <!-- New Onboarding flow first screen 'terms of use' text --> 511 <!-- %1$s will be replaced by a link using onboarding_first_screen_terms_of_use_link as text --> 512 <string name="onboarding_first_screen_terms_of_use_text_2" tools:ignore="UnusedResources">By continuing, you agree to the %1$s.</string> 513 514 515 <!-- New Onboarding flow first screen 'terms of use link' --> 516 <!-- Text for the link used in onboarding_first_screen_terms_of_use_text --> 517 <string name="onboarding_first_screen_terms_of_use_link_2" tools:ignore="BrandUsage">Firefox Terms of Use</string> 518 519 <!-- New Onboarding flow first screen 'privacy notice' text --> 520 <!-- %1$s will be replaced by a link using onboarding_first_screen_privacy_notice_link as text --> 521 <string name="onboarding_first_screen_privacy_notice_text_2" tools:ignore="BrandUsage">Firefox cares about your privacy. Learn more in our %1$s.</string> 522 <!-- Text for the link used in onboarding_first_screen_privacy_notice_text --> 523 <string name="onboarding_first_screen_privacy_notice_link_2">Privacy Notice</string> 524 525 <!-- New Onboarding flow first screen button label --> 526 <string name="onboarding_first_screen_button_agree_and_continue_2">Continue</string> 527 528 <!-- In the first screen of new onboarding flow, additional accessibility description for content that contain urls. --> 529 <string name="a11y_link_available">Link available</string> 530 531 <!-- Onboarding second screen: Title --> 532 <!-- %1$s will be replaced by the app short name(Focus) --> 533 <string name="onboarding_second_screen_title">%1$s isn’t like other browsers</string> 534 535 <!-- New Onboarding flow second screen subtitle the one that appears under title --> 536 <string name="onboarding_second_screen_subtitle_one">We clear your history when you close the app for extra privacy.</string> 537 538 <!-- New Onboarding flow second screen subtitle two the one that appears under subtitle one --> 539 <!-- %1$s will be replaced by the app short name(Focus) --> 540 <string name="onboarding_second_screen_subtitle_two">Make %1$s your default to protect your data with every link you open.</string> 541 542 <!-- New Onboarding flow second screen make Focus default browser button label--> 543 <string name="onboarding_second_screen_default_browser_button_text">Set as default browser</string> 544 545 <!-- New Onboarding flow second screen skip onboarding button label--> 546 <string name="onboarding_second_screen_skip_button_text">Skip</string> 547 548 <!-- First run tour (Default browser): Title --> 549 <string name="firstrun_defaultbrowser_title">Power up your privacy</string> 550 <!-- First run tour (Default browser): Text. --> 551 <string name="firstrun_defaultbrowser_text2">Take private browsing to the next level. Block ads and other content that can track you across sites and bog down page load times.</string> 552 553 <!-- First run tour (Search): Title --> 554 <string name="firstrun_search_title">Your search, your way</string> 555 <!-- First run tour (Search): Text --> 556 <string name="firstrun_search_text">Searching for something different? Choose another default search engine in Settings.</string> 557 558 <!-- First run tour (Shortcut): Title --> 559 <string name="firstrun_shortcut_title">Add shortcuts to your home screen</string> 560 <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 561 <string name="firstrun_shortcut_text">Return to your favorite sites in %1$s quickly. Just select “Add to Home screen” from the %1$s menu.</string> 562 563 <!-- First run tour (Privacy): Title --> 564 <string name="firstrun_privacy_title">Make privacy a habit</string> 565 <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) --> 566 <string name="firstrun_privacy_text">Set %1$s as your default browser and get the benefits of private browsing when you open webpages from other apps.</string> 567 568 <string name="firstrun_close_button">OK, got it!</string> 569 <string name="firstrun_skip_button">Skip</string> 570 <string name="firstrun_next_button">Next</string> 571 572 <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers --> 573 <string name="content_blocking_disabled">-</string> 574 575 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 576 <string name="dialog_addtohomescreen_action_add">Add</string> 577 <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). --> 578 <string name="dialog_addtohomescreen_action_yes">YES</string> 579 580 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 581 <string name="dialog_addtohomescreen_action_cancel">Cancel</string> 582 <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). --> 583 <string name="dialog_addtohomescreen_action_no">NO</string> 584 585 <!-- When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to 586 let the user know that the shortcut will always be opened with enhanced tracking protection disabled. --> 587 <string name="dialog_addtohomescreen_tracking_protection2">Shortcut will open with Enhanced Tracking Protection disabled</string> 588 589 <!-- The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 590 The recommended maximum length is 40 characters; the value may be truncated if it is too long. 591 592 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 593 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 594 --> 595 <string name="notification_browsing_session_channel_name">Private browsing session</string> 596 597 <!-- The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active. 598 The recommended maximum length is 300 characters; the value may be truncated if it is too long. %1$s will be replaced with the name of the app (e.g. Firefox Focus). 599 600 * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels 601 * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723 602 --> 603 <string name="notification_browsing_session_channel_description">Notifications let you erase your %1$s session with a tap. You don’t need to open the app or see what’s running in your browser.</string> 604 605 <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). --> 606 <string name="tabs_tray_action_erase">Erase browsing history</string> 607 608 <!-- Label for the option in the Focus "tabs tray" to clos the other tabs except the current tab. --> 609 <string name="tabs_tray_action_erase_other">Close other tabs</string> 610 611 <!-- If the user decides to open the current page in another browser and if Firefox is not installed then we show this 612 item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). --> 613 <string name="download_firefox" tools:ignore="BrandUsage">Download Firefox</string> 614 615 <!-- Text shown in prompts for GeckoView --> 616 <string name="gv_prompt_username_hint">Username</string> 617 <string name="gv_prompt_password_hint">Password</string> 618 <string name="gv_prompt_clear">Clear</string> 619 620 <!-- Text shown in Security Information Popup --> 621 <!-- Text to denote secure or insecure connection --> 622 <string name="security_popup_secure_connection">Secure Connection</string> 623 <string name="security_popup_insecure_connection">Insecure Connection</string> 624 <!-- %1$s will be replaced with organization that granted the SSL certificate --> 625 <string name="security_popup_security_verified">Verified by: %1$s</string> 626 627 <!-- Content Description of Security Icon in toolbar --> 628 <string name="site_security_icon_content_description">Site Security</string> 629 <string name="preference_autocomplete_duplicate_url_error">URL already exists</string> 630 631 <!-- Label for the Find in page button --> 632 <string name="find_in_page">Find in Page</string> 633 634 <!-- Watermark/Hint for the find in page input field --> 635 <string name="find_in_page_input">Find in page</string> 636 637 <!-- String to show the number of results found in the page and the position 638 the user is at. %1$d is the position, %2$d is the total number of 639 results. --> 640 <string name="find_in_page_result">%1$d/%2$d</string> 641 <!-- String to be read by the accessibility service presenting the number of 642 results found in the page and the position the user is at. %1$d is the 643 position, %2$d is the total number of results. --> 644 <string name="accessibility_find_in_page_result">%1$d out of %2$d</string> 645 646 <!-- String to be read by the accessibility service when focusing the next result button --> 647 <string name="accessibility_next_result">Find next result</string> 648 <!-- String to be read by the accessibility service when focusing the previous result button --> 649 <string name="accessibility_previous_result">Find previous result</string> 650 <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI --> 651 <string name="accessibility_dismiss_find_in_page">Dismiss find in page</string> 652 653 <!-- Checkbox menu item text to request desktop site --> 654 <string name="preference_performance_request_desktop_site">Request desktop site</string> 655 656 <!-- Checkbox menu item text to request desktop site --> 657 <string name="preference_performance_request_desktop_site2">Desktop site</string> 658 659 <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL --> 660 <string name="custom_tab_copy_url_action">URL copied</string> 661 662 <!-- Description of what a user may find in the Advanced Setting category, used for debugging --> 663 <string name="preference_advanced_summary">Developer tools</string> 664 665 <!-- Preference for open links in third party apps --> 666 <string name="preferences_open_links_in_apps">Open links in apps</string> 667 668 <!-- Title of Advanced Setting category --> 669 <string name="preference_category_advanced">Advanced</string> 670 671 <!-- Preference for site permissions --> 672 <string name="preference_site_permissions">Site permissions</string> 673 674 <!-- Preference for cookie banner. The name of the item from settings screen and the title of the cookie banner screen. --> 675 <string name="preferences_cookie_banner">Cookie Banner Reduction</string> 676 677 <!-- Preference summary for the cookie banner. If the cookie banner option is not disabled. --> 678 <string name="preferences_cookie_banner_summary_on">On</string> 679 680 <!-- Preference summary for the cookie banner. If the cookie banner option is disabled. --> 681 <string name="preferences_cookie_banner_summary_off">Off</string> 682 683 <!-- Title preference inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. --> 684 <string name="cookie_banner_reject_all_option_title">Cookie Banner Reduction</string> 685 686 <!-- Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. --> 687 <string name="cookie_banner_reject_all_option_summary">See fewer banners by automatically rejecting cookie requests, when possible.</string> 688 689 <!-- Preference for removing cookie/consent banners from sites automatically, this is shown as part of the protections panel with the tracking protection toggle. --> 690 <string name="cookie_banner_exception_item_title">Cookie Banner Reduction</string> 691 692 <!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle. --> 693 <string name="cookie_banner_exception_item_description_state_on">ON for this site</string> 694 695 <!-- Text for indicating cookie reducer is not supported on the current site, this is shown as part of the protections panel with the tracking protection toggle. --> 696 <string name="cookie_banner_exception_site_not_supported">Site currently not supported</string> 697 698 <!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle. --> 699 <string name="cookie_banner_exception_item_description_state_off">OFF for this site</string> 700 701 <!-- Preference for removing cookie/consent banners from sites automatically, this is shown when the user enters in details after he clicks on the item from protection panel. --> 702 <string name="cookie_banner_exception_panel_switch_title">Cookie Banner Reduction</string> 703 704 <!-- Text for indicating cookie banner handling is off this site, this is shown when the user enters in details after he clicks on the item from protection panel. --> 705 <string name="cookie_banner_exception_panel_switch_state_off">OFF for this site</string> 706 707 <!-- Text for indicating cookie banner handling is on this site, this is shown when the user enters in details after he clicks on the item from protection panel. --> 708 <string name="cookie_banner_exception_panel_switch_state_on">ON for this site</string> 709 710 <!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. %1$s is a shortened URL of the current site. --> 711 <string name="cookie_banner_exception_panel_title_state_on_for_site">Turn on Cookie Banner Reduction for %1$s?</string> 712 713 <!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. %1$s is a shortened URL of the current site. --> 714 <string name="cookie_banner_exception_panel_title_state_off_for_site">Turn off Cookie Banner Reduction for %1$s?</string> 715 716 <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 717 <string name="cookie_banner_exception_panel_description_state_on_for_site">%1$s will clear this site’s cookies and refresh the page. Clearing all cookies may sign you out or empty shopping carts.</string> 718 719 <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). --> 720 <string name="cookie_banner_exception_panel_description_state_off_for_site2">%1$s can try to automatically reject cookie requests.</string> 721 722 <!-- Long text for a detail explanation indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. --> 723 <string name="cookie_banner_exception_panel_description_site_is_not_supported">This site is currently not supported by Cookie Banner Reduction. Would you like to request our team review this website and add support in the future?</string> 724 725 <!-- Text for cancel button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. --> 726 <string name="cookie_banner_exception_panel_site_is_not_supported_cancel_button">Cancel</string> 727 728 <!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. --> 729 <string name="cookie_banner_exception_panel_site_is_not_supported_request_support_button">Request support</string> 730 731 <!-- Label for the snackBar, after the user reports with success a website where cookie banner reducer did not work --> 732 <string name="cookie_banner_report_a_site_snackbar_label">Request to support site submitted.</string> 733 734 <!-- Label for cookie banner item from tracking protection, after the user reports with success a website where cookie banner reducer did not work --> 735 <string name="cookie_banner_the_site_was_reported">Request to support site submitted.</string> 736 737 <!-- Contextual Feature Recommendation Popups --> 738 <!-- CFR for Cookie Banner (Banner Info Message). %1$s will be replaced by the app name, %2$s will be an active link using the string cfr_cookie_banner_link as text. --> 739 <string name="cfr_cookie_banner">%1$s tries to reject cookie requests to dismiss annoying cookie banners.\n\nManage cookie banner preferences in %2$s.</string> 740 <!-- CFR for Cookie Banner (Banner Info Message). This string is used as text for a link in cfr_cookie_banner and takes the user to the app settings. --> 741 <string name="cfr_cookie_banner_link">settings</string> 742 743 <!-- Preference for autoplay --> 744 <string name="preference_autoplay">Autoplay</string> 745 746 <!-- Heading for the instructions to allow a permission --> 747 <string name="phone_feature_blocked_intro">To allow it:</string> 748 749 <!-- First step for the allowing a permission --> 750 <string name="phone_feature_blocked_step_settings">1. Go to Android Settings</string> 751 752 <!-- Second step for the allowing a permission --> 753 <string name="phone_feature_blocked_step_permissions"><![CDATA[2. Tap <b>Permissions</b>]]></string> 754 755 <!-- Button label that take the user to the Android App setting --> 756 <string name="phone_feature_go_to_settings">Go to Settings</string> 757 758 <!-- Third step for allowing a permission. %1$s is the permission name, for example, "Camera" --> 759 <string name="phone_feature_blocked_step_feature"><![CDATA[3. Toggle <b>%1$s</b> to ON]]></string> 760 761 <!-- Preference for altering the camera access for all websites --> 762 <string name="preference_phone_feature_camera">Camera</string> 763 764 <!-- Preference for altering the microphone access for all websites --> 765 <string name="preference_phone_feature_microphone">Microphone</string> 766 767 <!-- Preference for altering the location access for all websites --> 768 <string name="preference_phone_feature_location">Location</string> 769 770 <!-- Preference for altering the notification access for all websites --> 771 <string name="preference_phone_feature_notification">Notification</string> 772 773 <!-- Preference for altering the EME access for all websites --> 774 <string name="preference_phone_feature_media_key_system_access">DRM-controlled content</string> 775 776 <!-- Label that indicates that a permission must be asked always --> 777 <string name="preference_option_phone_feature_ask_to_allow">Ask to allow</string> 778 779 <!-- Label that indicates that a permission must be blocked --> 780 <string name="preference_option_phone_feature_blocked">Blocked</string> 781 782 <!-- Label that indicates that a permission must be allowed --> 783 <string name="preference_option_phone_feature_allowed">Allowed</string> 784 785 <!--Label that indicates a permission is by the Android OS--> 786 <string name="phone_feature_blocked_by_android">Blocked by Android</string> 787 788 <!-- Preference for allow autoplay audio and video--> 789 <string name="preference_allow_audio_video_autoplay">Allow audio and video</string> 790 791 <!-- Preference for block autoplay audio only--> 792 <string name="preference_block_autoplay_audio_only">Block audio only</string> 793 794 <!-- Preference summary for block autoplay audio only--> 795 <string name="preference_block_autoplay_audio_only_summary">Recommended</string> 796 797 <!-- Preference for block autoplay audio and video--> 798 <string name="preference_block_autoplay_audio_video">Block audio and video</string> 799 800 <!-- Preference to enable remote debugging of the app via USB or Wi-Fi --> 801 <string name="preference_remote_debugging">Remote debugging via USB/Wi-Fi</string> 802 803 <!-- Text Button for show biometric prompt --> 804 <string name="show_biometric_button_text">Unlock</string> 805 806 <!-- Title text for biometric prompt pop-up --> 807 <string name="biometric_prompt_title">Confirm Using Your Fingerprint</string> 808 809 <!-- Subtitle text for biometric prompt pop-up --> 810 <string name="biometric_prompt_subtitle">You can use your fingerprint to continue your current app session.</string> 811 812 <!-- Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app 813 while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. --> 814 <string name="biometric_auth_open_link_new_session">Open Link in New Session</string> 815 816 <!-- Description for the fingerprint authentication image. Used for accessibility purposes. --> 817 <string name="biometric_auth_image_description">Fingerprint icon</string> 818 819 <!-- Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app. 820 This is displayed during the authentication flow as the app launches. --> 821 <string name="biometric_auth_not_recognized_error">Fingerprint not recognized. Try again.</string> 822 823 <!-- Error text displayed when the user's fingerprint moved too quickly upon re-entering the app 824 This is displayed during the authentication flow as the app launches.--> 825 <string name="biometric_auth_moved_too_quickly">Finger moved too fast. Try again.</string> 826 827 <!-- Title for the prompt to enable search suggestions --> 828 <string name="enable_search_suggestion_title2">Show search suggestions?</string> 829 830 <!-- Description for the prompt to enable search suggestions 831 %1$s will be replaced by the app name (e.g. Firefox Focus) --> 832 <string name="enable_search_suggestion_description"> To get suggestions, %1$s needs to send what you type in the address bar to the search engine.</string> 833 834 <!-- Label used for the "NO button" for the prompt to enable search suggestions --> 835 <string name="enable_search_suggestions_no">No</string> 836 837 <!-- Label used for the "YES button" for the prompt to enable search suggestions --> 838 <string name="enable_search_suggestions_yes">Yes</string> 839 840 <!-- Message displayed when using a search engine that doesn't provide suggestions --> 841 <string name="no_suggestions_message">Some search engines cannot show suggestions.</string> 842 843 <!-- Button to dismiss the message displayed when using a search engine that doesn't provide suggestions--> 844 <string name="dismiss_no_suggestions_prompt_button">Dismiss</string> 845 846 <!-- Tips displayed on the home view --> 847 848 <!-- Tip displayed on home view explaining how to disable tracking protection 849 The new line here must be kept as the second half of the string is clickable for the user. --> 850 <string name="tip_disable_tracking_protection">Site behaving unexpectedly?\n 851 Try turning off Tracking Protection</string> 852 853 <!-- Tip displayed on home view explaining how to add sites to homescreen 854 %1$s is replaced with a line break in the application. --> 855 <string name="tip_add_to_homescreen"><![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]></string> 856 857 <!-- Tip displayed on home view explaining how to make Focus the default browser 858 %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"). 859 The new line here must be kept as the second half of the string is clickable for the user. --> 860 <string name="tip_set_default_browser">Open every link in %1$s\n 861 Set %1$s as default browser 862 </string> 863 864 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL 865 The new line here must be kept as the second half of the string is clickable for the user. --> 866 <string name="tip_autocomplete_url">Autocomplete URLs for sites you use most\n 867 Long-press any URL in the address bar 868 </string> 869 870 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL 871 The new line here must be kept as the second half of the string is clickable for the user. --> 872 <string name="tip_open_in_new_tab">Open a link in a new tab\n 873 Long-press any link on a page 874 </string> 875 876 <!-- Tip displayed on home view explaining how to add a custom autocomplete URL --> 877 <string name="tip_disable_tips2">Turn off tips on the start screen</string> 878 879 <!-- Label for the snackbar when a user opens a new tab --> 880 <string name="new_tab_opened_snackbar">New tab opened</string> 881 882 <!-- Label for the button in the snackbar that switches to the newly opened tab --> 883 <string name="open_new_tab_snackbar">Switch</string> 884 885 <!-- Preference for switching to a new tab immediately after opening --> 886 <string name="preference_open_new_tab">Switch to link in new tab immediately</string> 887 888 <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 889 <string name="preference_safe_browsing_title">Block potentially dangerous and deceptive sites</string> 890 <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware --> 891 <string name="preference_safe_browsing_summary">Block reported deceptive and attack sites, malware sites, and unwanted software sites.</string> 892 <!-- Title of the preference to enable "HTTPS-Only" mode --> 893 <string name="preference_https_only_title">HTTPS-Only Mode</string> 894 <!-- Description of the preference to enable "HTTPS-Only" mode. --> 895 <string name="preference_https_only_summary3">Automatically attempts to connect to sites using the HTTPS encryption protocol for increased security.</string> 896 897 <!-- Preference for exceptions tracking protection --> 898 <string name="preference_exceptions">Exceptions</string> 899 <!-- Description for the exceptions preference screen--> 900 <string name="preference_exceptions_description">You have disabled content blocking for these websites.</string> 901 <!-- Menu item to remove existing exceptions. --> 902 <string name="preference_exceptions_menu_remove">Remove</string> 903 <!-- Button to remove all websites from the exception list --> 904 <string name="preference_exceptions_remove_all_button_label">Remove all websites</string> 905 906 <!-- Title for Preference screen for cookie blocking for exceptions tracking protection --> 907 <string name="preference_block_cookies_title">Block Cookies</string> 908 909 <!-- Message for Preference screen for cookie blocking for exceptions tracking protection --> 910 <string name="preference_category_block_cookies">Would you like to block cookies?</string> 911 912 <!-- Title for the tab crash report screen--> 913 <string name="tab_crash_report_title">Tab Crashed</string> 914 <!-- Headline for the tab crash report screen --> 915 <string name="tab_crash_report_headline">Sorry. We’re having a problem with this tab.</string> 916 <!-- Subtitle for the tab crash report screen --> 917 <string name="tab_crash_report_description">As a private browser, we never save and cannot restore this tab.</string> 918 <!-- Label for button to close the tab--> 919 <string name="tab_crash_report_close_tab_button_label">Close Tab</string> 920 921 <!-- Label for the checkbox to send the tab crash report to Mozilla --> 922 <string name="crash_report_send_crash_label">Send crash report to Mozilla</string> 923 924 <!-- Tracking protection bottom sheet --> 925 926 <!-- Label for the total number of trackers blocked. %s is the app install date. --> 927 <string name="trackers_count_note">Trackers blocked since %s</string> 928 <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection. --> 929 <string name="content">Content</string> 930 <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection. --> 931 <string name="advertising">Advertising</string> 932 <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection. --> 933 <string name="social">Social</string> 934 <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection. --> 935 <string name="analytics">Analytics</string> 936 <!-- Preference title for enhanced tracking protection settings. --> 937 <string name="enhanced_tracking_protection">Enhanced Tracking Protection</string> 938 <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site. --> 939 <string name="enhanced_tracking_protection_state_off">Protections are OFF for this site</string> 940 <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site. --> 941 <string name="enhanced_tracking_protection_state_on">Protections are ON for this site</string> 942 <!-- Label that indicates a site is using a secure connection. --> 943 <string name="secure_connection">Connection is secure</string> 944 <!-- Label that indicates a site is using a insecure connection. --> 945 <string name="insecure_connection">Connection is not secure</string> 946 <!-- Title for the list of trackers enhanced tracking protection can block. --> 947 <string name="trackers_and_scripts">Trackers and Scripts to Block</string> 948 949 <!-- Content description (not visible, for screen readers etc.): Navigate back button description. --> 950 <string name="go_back">Go back</string> 951 952 <!-- Top Sites --> 953 <!-- Text for the menu button to remove a top site --> 954 <string name="remove_top_site">Remove</string> 955 <!-- Text for the menu item to remove a top site --> 956 <string name="rename_top_site_item">Rename</string> 957 <!-- Text for the dialog title for renaming a top site --> 958 <string name="rename_top_site">Rename</string> 959 <!-- Placeholder text for the input field of rename top site--> 960 <string name="placeholder_rename_top_site">Shortcut name</string> 961 962 <!-- Text for context menu additional note. 963 %1$s is a placeholder for the app name. --> 964 <string name="contextmenu_erased_images_note2">Saved and shared images <b>will not be</b> deleted when you erase %1$s history</string> 965 966 <!-- Theme Preferences --> 967 <!-- Preference category for changing default theme to dark or light mode --> 968 <string name="preferences_theme">Theme</string> 969 <!-- Preference for using light theme --> 970 <string name="preference_light_theme">Light</string> 971 <!-- Preference for using dark theme --> 972 <string name="preference_dark_theme">Dark</string> 973 <!-- Preference for using using dark or light theme automatically set by battery --> 974 <string name="preference_auto_battery_theme">Set by Battery Saver</string> 975 <!-- Preference for using following device theme --> 976 <string name="preference_follow_device_theme">Follow device theme</string> 977 978 <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on --> 979 <string name="errorpage_httpsonly_title2">This site doesn’t support HTTPS</string> 980 981 <!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s is the name of the app (for example "Firefox Focus" or "Firefox Klar"), 982 %2$s is a URL to a support article. Contains a button that will redirect the user to Privacy & Security Screen. --> 983 <string name="errorpage_httpsonly_message2" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[%1$s tries to use an HTTPS connection whenever possible for more security. 984 <a href="%2$s">Learn more</a> <br/><br/> 985 Change this setting in Settings > Privacy & Security > Security.]]></string> 986 987 <!-- The document title and heading of the error page shown when a website has an invalid or expired SSL certificate. --> 988 <string name="mozac_browser_errorpages_security_bad_cert_title">Connection not secure</string> 989 990 <!-- The error message shown when a website has an invalid or expired SSL certificate. --> 991 <string name="mozac_browser_errorpages_security_bad_cert_message" ><![CDATA[ 992 This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server. <br/><br/> 993 If you’ve connected to this server successfully in the past, the error may be temporary. 994 ]]></string> 995 996 <!-- The advanced certificate information shown when a website has an invalid SSL certificate. The %1$s will be replaced by the app name and %2$s will be replaced by website URL. It's only shown when a website has an invalid SSL certificate. --> 997 <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![CDATA[ 998 <label>Someone could be trying to impersonate the site and continuing could be risky.</label> 999 <br><br> 1000 <label>%1$s does not trust <b>%2$s</b> because its certificate issuer is unknown, the certificate is self-signed, or the server is not sending the correct intermediate certificates.</label> 1001 ]]></string> 1002 1003 <!-- Sessions List --> 1004 <!-- Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list --> 1005 <string name="close_tab">Close tab</string> 1006 1007 <!-- Contextual Feature Recommendation Popups --> 1008 <!-- CFR for Toolbar Shield Icon (Banner Info Message) --> 1009 <string name="cfr_for_toolbar_shield_icon2">Got ‘em! We stopped this site from spying on you. Tap the shield any time to see what we’re blocking.</string> 1010 1011 <!-- Content description (not visible, for screen readers etc.): Button that closes the CFR popup --> 1012 <string name="cfr_close_button_description">Close popup</string> 1013 1014 <!-- Tool Tip for: Privacy and Security Settings Screen task : https://github.com/mozilla-mobile/focus-android/issues/6211 --> 1015 <!-- Tool Tip Title --> 1016 <string name="tool_tip_title">You’re protected!</string> 1017 <!-- Tool Tip Message --> 1018 <string name="tool_tip_message">These default settings offer strong protection. But it’s easy to tweak the settings to meet your specific needs.</string> 1019 <!-- Tool Tip "X" button Content description (not visible, for screen readers etc.) :Button that closes the tool tip --> 1020 <string name="tool_tip_dismiss_button_content_description">Dismiss</string> 1021 1022 <!-- CFR for Toolbar Delete Icon (Banner Info Message) --> 1023 <string name="cfr_for_toolbar_delete_icon2">Tap here to trash it all — history, cookies, everything — and start fresh on a new tab.</string> 1024 1025 <!-- Promote SearchWidget Dialog --> 1026 1027 <!-- Content description (not visible, for screen readers etc.): This is the description for the 1028 close button from promote search widget dialog. --> 1029 <string name="promote_search_widget_dialog_content_description">Close</string> 1030 1031 <!-- Content description (not visible, for screen readers etc.): This is the description for 1032 picture of search widget from promote search widget dialog. --> 1033 <string name="promote_search_widget_dialog_picture_content_description">Search widget</string> 1034 1035 <!-- This is the title of promote search widget dialog. --> 1036 <string name="promote_search_widget_dialog_title">Browsing history cleared! 🎉</string> 1037 1038 <!-- Banner Info Message than will appear when user first enters in the app. The location is at the toolbar. --> 1039 <string name="cfr_for_start_browsing">Start your private browsing session, and we’ll block trackers and other bad stuff as you go.</string> 1040 1041 <!-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name 1042 of the app (e.g. "Focus") --> 1043 <string name="promote_search_widget_dialog_subtitle">We’ll leave you to your private browsing, but get a quicker start next time with the %1$s widget on your Home screen.</string> 1044 1045 <!-- This is te text from add search widget to home screen button .The button is located on 1046 promote search widget dialog. --> 1047 <string name="promote_search_widget_button_text">Add widget to home screen</string> 1048 1049 <!-- This is te text of the snackbar that appears after the search widget was added successfully 1050 to the home screen. --> 1051 <string name="promote_search_widget_snackbar_message">Widget added to home screen</string> 1052 1053 <!-- Messages explaining how to exit fullscreen mode --> 1054 <!-- Message shown to explain how to exit fullscreen mode when gesture navigation is enabled. --> 1055 <!-- This text should be as short as possible, max 68 chars --> 1056 <string name="exit_fullscreen_with_gesture_short">Drag from top & use back gesture to exit</string> 1057 <!-- Message shown to explain how to exit fullscreen mode when using back button navigation. --> 1058 <!-- This text should be as short as possible, max 68 chars --> 1059 <string name="exit_fullscreen_with_back_button_short">Drag from top & press back to exit</string> 1060 </resources>