Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!-- Name of the application -->
<string name="app_name" translatable="false">Firefox Fenix</string>
<string name="firefox" translatable="false">Firefox</string>
<!-- Preference for developers -->
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
<!--suppress CheckTagEmptyBody This is a default value for places where we don't want a string set-->
<string name="empty_string" translatable="false"></string>
<!-- GeckoView abbreviation used in AboutFragment -->
<string name="gecko_view_abbreviation" translatable="false">GV</string>
<!-- Application Services abbreviation used in AboutFragment -->
<string name="app_services_abbreviation" translatable="false">AS</string>
<!-- App preference label for keeping the debug menu (secret settings, secret debug info, nimbus experiments, etc.) permanently revealed -->
<string name="preferences_persistent_debug_menu" translatable="false">Keep Debug Menu revealed</string>
<!-- Secret Settings Strings -->
<!-- Label for the secret settings preference -->
<string name="preferences_debug_settings">Secret Settings</string>
<!-- Labels for secret settings preference categories -->
<string name="secret_settings_category_homepage_title" translatable="false">Homepage</string>
<string name="secret_settings_category_toolbar_title" translatable="false">Toolbar</string>
<string name="secret_settings_category_search_title" translatable="false">Search</string>
<string name="secret_settings_category_tabs_title" translatable="false">Tabs</string>
<string name="secret_settings_category_network_title" translatable="false">Network</string>
<string name="secret_settings_category_performance_title" translatable="false">Performance</string>
<string name="secret_settings_category_terms_of_service_title" translatable="false">Terms of Service</string>
<string name="secret_settings_category_features_title" translatable="false">Features</string>
<string name="secret_settings_category_debug_title" translatable="false">Debug</string>
<!-- Label for the secret settings preference -->
<string name="preferences_debug_info" translatable="false">Secret Debug Info</string>
<!-- Label for remote settings server preference -->
<string name="preferences_debug_settings_remote_settings_server_label" translatable="false">Remote Settings Server (requires restart)</string>
<!-- Label for Production server option -->
<string name="preferences_remote_settings_server_prod_label" translatable="false">Production</string>
<!-- Label for Staging server option -->
<string name="preferences_remote_settings_server_stage_label" translatable="false">Staging</string>
<!-- Label for Development server option -->
<string name="preferences_remote_settings_server_dev_label" translatable="false">Development</string>
<!-- Label for Production server with v2 route option -->
<string name="preferences_remote_settings_server_prod_label_v2" translatable="false">Production V2</string>
<!-- Label for Staging server with v2 route option -->
<string name="preferences_remote_settings_server_stage_label_v2" translatable="false">Staging V2</string>
<!-- Label for Development server with v2 route option -->
<string name="preferences_remote_settings_server_dev_label_v2" translatable="false">Development V2</string>
<!-- Toast message shown when starting to sync remote settings -->
<string name="preferences_remote_settings_syncing" translatable="false">Syncing remote settings…</string>
<!-- Toast message shown when remote settings sync completes successfully -->
<string name="preferences_remote_settings_synced" translatable="false">Remote settings synced successfully</string>
<!-- Toast message shown when remote settings sync fails. %s is replaced with the error message -->
<string name="preferences_remote_settings_sync_failed" translatable="false">Failed to sync remote settings: %s</string>
<!-- Label for allowing third party root certificates from the Android OS CA store preference -->
<string name="preferences_debug_settings_allow_third_party_root_certs">Use third party CA certificates</string>
<!-- Label for a longer description of allowing third party root certificates from the Android OS CA store preference -->
<string name="preferences_debug_settings_allow_third_party_root_certs_summary">Allows the use of third party certificates from the Android CA store</string>
<!-- Label for the Nimbus experiments preference -->
<string name="preferences_nimbus_experiments">Nimbus Experiments</string>
<!-- Label for the title section of active experiments the user is enrolled in. -->
<string name="preferences_nimbus_experiments_active">Active Experiments</string>
<!-- Label for an empty list of experiments. -->
<string name="preferences_nimbus_experiments_no_items">None</string>
<!-- Label for the title section of inactive experiments the user is not enrolled in. -->
<string name="preferences_nimbus_experiments_inactive">Inactive Experiments</string>
<!-- Label for using the nimbus collections preview -->
<string name="preferences_nimbus_use_preview_collection">Use Nimbus Preview Collection (requires restart)</string>
<!-- Label for custom Glean server URL -->
<string name="preferences_debug_settings_custom_glean_server_url" translatable="false">Custom Glean server URL (requires restart)</string>
<!-- Title of preference for sync debugging (only shown in the when the secret debug menu is enabled) -->
<string name="preferences_sync_debug">Sync Debug</string>
<!-- Preference to override the Push server -->
<string name="preferences_override_push_server">Custom Push server</string>
<!-- Preference to use the experimental React (The web framework) Mozilla Account page, used only in testing -->
<string name="preferences_use_react_fxa">Use New React Mozilla Account page</string>
<!-- Quit app button title for the Sync Debug preferences -->
<string name="preferences_sync_debug_quit_button_title">Stop Firefox</string>
<!-- Quit app button summary for the Sync Debug preferences -->
<string name="preferences_sync_debug_quit_button_summary">Custom server changes will take effect on the next Firefox run.</string>
<!-- Button title for simulating an FxA network error inside the Sync Debug menu -->
<string name="preferences_sync_debug_network_error_button_title">Simulate account network error</string>
<!-- Button title for simulating an FxA temporary auth error inside the Sync Debug menu -->
<string name="preferences_sync_debug_temporary_auth_error_button_title">Simulate temporary account auth error</string>
<!-- Button title for simulating an FxA permanent auth error inside the Sync Debug menu -->
<string name="preferences_sync_debug_permanent_auth_error_button_title">Simulate permanent account auth error</string>
<string name="preferences_sync_debug_scope_authorization_category">OAuth Scope Authorization</string>
<string name="preferences_sync_debug_scope_authorization_scopes_title">Scopes (space-separated)</string>
<string name="preferences_sync_debug_scope_authorization_entrypoint_title">Entrypoint</string>
<string name="preferences_sync_debug_scope_authorization_start_title">Start OAuth flow</string>
<string name="preferences_sync_debug_oauth_token_category">OAuth Access Token Fetch</string>
<string name="preferences_sync_debug_oauth_token_scopes_title">Scopes (space-separated)</string>
<string name="preferences_sync_debug_oauth_token_fetch_title">Fetch Token</string>
<string name="preferences_sync_debug_oauth_token_result_title">Result</string>
<!-- Label for enabling the Homepage Search Bar -->
<string name="preferences_debug_settings_homepage_searchbar" translatable="false">Enable Homepage Search Bar</string>
<!-- Label for enabling Homepage as a New Tab -->
<string name="preferences_debug_settings_homepage_as_new_tab" translatable="false">Enable Homepage as a New Tab</string>
<!-- Label for enabling Firefox Labs -->
<string name="preferences_debug_settings_firefox_labs" translatable="false">Enable Firefox Labs</string>
<!-- Label for enabling top sites pager layout -->
<string name="preferences_debug_settings_top_sites_pager" translatable="false">Enable Top Sites Pager</string>
<!-- Label for enabling Add Shortcuts improvement -->
<string name="preferences_debug_settings_add_shortcuts_improvement" translatable="false">Enable Add Shortcuts Improvement</string>
<!-- Label for enabling Merino Client -->
<string name="preferences_debug_settings_merino_client" translatable="false">Enable Merino Client</string>
<!-- Label for enabling Merino Manifest -->
<string name="preferences_debug_settings_merino_manifest" translatable="false">Enable Merino Manifest</string>
<!-- Label for enabling Mozilla Ads Client -->
<string name="preferences_debug_settings_mozilla_ads_client" translatable="false">Enable Mozilla Ads Client</string>
<!-- Label for enabling the custom tab extension -->
<string name="preferences_debug_settings_custom_tab_extensions" translatable="false">Enable Custom Tab Extension List</string>
<!-- Label for enabling Firefox Suggest -->
<string name="preferences_debug_settings_fxsuggest" translatable="false">Enable Firefox Suggest</string>
<!-- Label for the option of using a minimal bottom tolbar while entering text in a website -->
<string name="preferences_debug_settings_use_minimal_bottom_toolbar_while_entering_text" translatable="false">Use a minimal bottom toolbar while entering text in a website</string>
<!-- Label for the option of using new scroll data for animating the dynamic toolbar -->
<string name="preferences_debug_settings_use_scroll_data_for_dynamic_toolbar" translatable="false">Animate dynamic toolbars based on website scroll data</string>
<!-- Label for toggling Remote Crash Pull -->
<string name="preferences_crash_pull_never_show_again" translatable="false">Never show Crash Pull</string>
<!-- Label for enabling the Debug Drawer -->
<string name="preferences_debug_settings_debug_drawer" translatable="false">Enable Debug Drawer</string>
<!-- Label for enabling the Crash Dialog Preview -->
<string name="preferences_debug_crash_dialog_preview" translatable="false">Enable New Crash Flow</string>
<!-- Label for enabling the microsurvey feature -->
<string name="preferences_debug_settings_microsurvey_feature" translatable="false">Enable Microsurvey Feature</string>
<!-- Label for enabling shake to summarize -->
<string name="preferences_key_enable_shake_to_summarize" translatable="false">Enable Shake to Summarize Feature Flag</string>
<!-- Label for enabling Unified Trust Panel -->
<string name="preferences_debug_settings_unified_trust_panel" translatable="false">Enable Unified Trust Panel</string>
<!-- Label for enabling remote search configuration -->
<string name="preferences_debug_settings_remote_search_configuration" translatable="false">Enable Remote Search Configuration (requires restart)</string>
<!-- Label for enabling Address Sync -->
<string name="preferences_debug_settings_address_sync" translatable="false">Enable Address Sync for supported regions</string>
<!-- Label for enabling Settings Search-->
<string name="preferences_debug_settings_settings_search" translatable="false">Enable Settings Search</string>
<!-- Label for enabling the DNS over HTTPS settings -->
<string name="preferences_debug_settings_enable_doh_settings" translatable="false">Enable DNS over HTTPS settings</string>
<!-- Label for enabling the persistent onboarding -->
<string name="preferences_debug_settings_enable_persistent_onboarding" translatable="false">Show onboarding on each app cold open</string>
<!-- Label for enabling Homepage Sports Widget -->
<string name="preferences_debug_settings_homepage_sports_widget" translatable="false">Enable Homepage Sports Widget</string>
<!-- Label for enabling using Gecko's tracking protection database -->
<string name="preferences_settings_show_tracking_protection_dashboard" translatable="false">Show the tracking protection dashboard</string>
<!-- Search Optimization Secret Settings -->
<string name="preferences_debug_settings_search_optimization" translatable="false">Search Optimization Feature</string>
<string name="preferences_debug_settings_enable_search_optimization" translatable="false">Enable Search Optimization Feature</string>
<string name="preferences_debug_settings_enable_search_optimization_stock" translatable="false">Show Search Optimization Stock cards</string>
<string name="preferences_debug_settings_enable_search_optimization_sport" translatable="false">Show Search Optimization Sport cards</string>
<string name="preferences_debug_settings_enable_search_optimization_flight" translatable="false">Show Search Optimization Flight cards</string>
<string name="preferences_debug_settings_search_optimization_card_summary" translatable="false">This needs the Search Optimization Feature enabled</string>
<!-- Label for enabling Private Mode and Stories Entry Point -->
<string name="preferences_debug_settings_private_mode_and_stories_entry_point" translatable="false">Enable Private Mode and Stories Entry Point</string>
<!-- longfox secret setting -->
<string name="preferences_debug_settings_enable_longfox" translatable="false">Enable Longfox</string>
<!-- Search suggestions title for Firefox Suggest Online -->
<string name="firefox_suggest_online_header" translatable="false" tools:ignore="BrandUsage">Firefox Suggest Online</string>
<!-- Label for toggling the native android share sheet feature -->
<string name="preferences_debug_settings_native_android_share_sheet" translatable="false">Enable Native Android Share Sheet</string>
<!-- Google Lens prototype related strings -->
<string name="preferences_debug_settings_google_lens_integration" translatable="false">Enable Google Lens Integration</string>
<!-- Lens image search button content description -->
<string name="lens_search_content_description">Search with image</string>
<!-- Content description for the gallery picker button in the Lens camera screen -->
<string name="content_description_gallery">Choose from gallery to send to Google Lens</string>
<!-- Content description for the shutter button in the Lens camera screen -->
<string name="content_description_take_photo">Take photo and send to Google Lens</string>`
<!-- Image context menu entry that sends the long-pressed image to Google Lens -->
<string name="context_menu_open_image_with_google_lens">Search with Google Lens</string>
<!-- Toast shown when the user denies the camera permission requested by the Lens camera screen -->
<string name="lens_camera_permission_denied">Permission denied</string>
<!-- Title for the Google Lens AI feature toggle -->
<string name="ai_controls_google_lens_title">Google Lens</string>
<!-- Description for the Google Lens AI feature toggle -->
<string name="ai_controls_google_lens_description">Sends images and photos to Google for visual search.</string>
<!-- Label for toggling the Tab Groups feature -->
<string name="preferences_tab_groups_feature" translatable="false">Enable Tab Groups</string>
<string name="preferences_tab_groups_drag_and_drop" translatable="false">Enable Tab Groups Drag and Drop</string>
<!-- Label for toggling the Tab Manager opening animation -->
<string name="preferences_tab_manager_opening_animation" translatable="false">Enable Tab Manager opening animation</string>
<string name="preferences_terms_of_use_accepted" translatable="false">Terms of Use accepted</string>
<string name="preferences_terms_of_use_debug_timer" translatable="false">30s ToU timer enabled</string>
<string name="preferences_terms_of_use_latest_update_date" translatable="false">Set latest ToU update date to now</string>
<!-- Label for enabling IPProtection through secret settings -->
<string name="preferences_debug_settings_ip_protection" translatable="false">Enable IP Protection UI</string>
<!-- Label for enabling LNA blocking -->
<string name="preferences_debug_settings_enable_lna_blocking" translatable="false">Enable LNA request blocking</string>
<string name="preferences_debug_settings_enable_lna_tracker_blocking" translatable="false">Enable LNA tracker blocking</string>
<string name="preferences_debug_settings_enable_lna_feature" translatable="false">Enable LNA blocking feature overall (required for anything LNA)</string>
<!-- Label for enabling isolated content processes in secret settings. -->
<string name="preferences_debug_settings_isolated_process" translatable="false">Enable Isolated Content Process (requires restart)</string>
<string name="preferences_debug_settings_app_zygote" translatable="false">Enable Isolated Processes with Zygote Preloading (requires restart)</string>
<!-- Label for the defaults section and reset action in secret settings. -->
<string name="preferences_debug_settings_reset_defaults" translatable="false">Reset switches to defaults</string>
<string name="preferences_debug_settings_reset_defaults_message" translatable="false">This will reset all toggle switches to their defaults. Custom Glean Server and Remote Settings Server are not affected.</string>
<string name="preferences_debug_settings_reset_defaults_confirm" translatable="false">Reset</string>
<string name="preferences_debug_settings_reset_defaults_cancel" translatable="false">Cancel</string>
<!-- A secret menu option in the tabs tray for making a tab inactive for testing. -->
<string name="inactive_tabs_menu_item_2">Make tabs inactive</string>
<!-- Content description (not visible, for screen readers etc.) used to announce [LinkTextView]. -->
<string name="link_text_view_type_announcement" translatable="false">link</string>
<!-- Secret debug info strings -->
<string name="debug_info_region_home" translatable="false">Home region</string>
<string name="debug_info_region_current" translatable="false">Current region</string>
<string name="debug_info_distribution_id" translatable="false">Distribution ID</string>
<string name="debug_info_play_referrer" translatable="false">Play install referrer</string>
<string name="debug_info_run_query_provider_test" translatable="false">Run query provider test</string>
<!-- Profiler settings -->
<string name="preferences_start_profiler">Start Profiler</string>
<string name="profiler_stop">Stop Profiler</string>
<string name="profiler_active_notification" translatable="false">Profiler active</string>
<string name="profiler_notification_text" translatable="false">Profiling is active. Tap to stop profiler</string>
<string name="profiler_settings_title">Profiler Settings</string>
<string name="profiler_filter_firefox">Firefox</string>
<string name="profiler_running">Profiler is currently running</string>
<string name="profiler_filter_firefox_explain">Recommended preset for profiling Firefox</string>
<string name="profiler_filter_graphics">Graphics</string>
<string name="profiler_filter_graphics_explain">Preset for investigating graphics bugs in Firefox</string>
<string name="profiler_filter_media">Media</string>
<string name="profiler_filter_media_explain">Preset for investigating audio and video bugs in Firefox</string>
<string name="profiler_filter_networking">Networking</string>
<string name="profiler_filter_networking_explain">Preset for investigating networking bugs in Firefox</string>
<string name="profiler_filter_debug">Debug</string>
<string name="profiler_filter_debug_explain">Preset for debugging. High overhead, do not use for performance work but use for focusing on understanding browser behavior.</string>
<string name="profiler_filter_web_compat">Web Compat</string>
<string name="profiler_filter_web_compat_explain">Recommended preset for debugging web compatibility issues in websites, rather than tracking performance.</string>
<string name="profiler_start_dialog_started">Profiler started</string>
<string name="profiler_start_cancel">Cancel</string>
<string name="profiler_gathering">Gathering the profile</string>
<string name="profiler_stopping">Stopping the profiler</string>
<string name="profiler_no_info">No information was gathered</string>
<string name="profiler_waiting_start">Waiting for Profiler to start</string>
<string name="profiler_url_warning">⚠️ Warning: Profile Upload</string>
<string name="profiler_url_warning_explained">Performance profiles may contain sensitive information such as websites visited and screenshots of them. If you continue, your profile will be uploaded and made accessible to anyone with the link. Do you wish to continue?</string>
<string name="profiler_as_url">Upload profile</string>
<string name="profiler_error">Something went wrong with the profiler</string>
<string name="profiler_io_error">Something went wrong contacting the Profiler server.</string>
<string name="profiler_uploaded_url_to_clipboard">URL copied to clipboard successfully</string>
<string name="profiler_service_notification_channel_name" translatable="false">App Profiling Status</string>
<string name="profiler_service_description" translatable="false">App Profiling Status</string>
<!-- Debug drawer Homepage Sports Widget tool -->
<string name="debug_drawer_sports_widget_tool_title">Homepage Sports Widget Tool</string>
<string name="debug_drawer_sports_widget_tool_world_cup_started">World Cup has started</string>
<string name="debug_drawer_sports_widget_tool_one_week_to_world_cup">One week to World Cup</string>
<string name="debug_drawer_sports_widget_tool_skipped_follow_team">Skip follow your team</string>
<!-- Debug drawer "contextual feature recommendation" (CFR) tools -->
<!-- The description of the reset CFR section in CFR Tools -->
<string name="debug_drawer_cfr_tools_reset_cfr_description">Toggle off a CFR to reset it. Toggle on a CFR to mark it as shown.</string>
<!-- The text of the reset CFR timestamp button in CFR Tools -->
<string name="debug_drawer_cfr_tools_reset_cfr_timestamp">Reset last CFR shown timestamp</string>
<!-- The title of the tabs tray CFRs section in CFR Tools -->
<string name="debug_drawer_cfr_tools_tabs_tray_cfr_title">Tabs Tray CFRs</string>
<!-- The title of the toolbar CFRs section in CFR Tools -->
<string name="debug_drawer_cfr_tools_toolbar_cfr_title">Toolbar CFRs</string>
<!-- The title of the other CFRs section in CFR Tools -->
<string name="debug_drawer_cfr_tools_other_cfr_title">Other CFRs</string>
<!-- The inactive tabs CFR title in CFR Tools -->
<string name="debug_drawer_cfr_tools_inactive_tabs_title">Inactive Tabs</string>
<!-- The inactive tabs CFR description in CFR Tools -->
<string name="debug_drawer_cfr_tools_inactive_tabs_description">Displayed the first time the user gets an inactive tab and a CFR has not been shown in at least 3 days.</string>
<!-- The tab auto close banner title in CFR Tools -->
<string name="debug_drawer_cfr_tools_tab_auto_close_title">Tab Auto Close</string>
<!-- The tab auto close banner description in CFR Tools -->
<string name="debug_drawer_cfr_tools_tab_auto_close_description">Displayed the first time the user has at least 6 normal tabs or 6 private tabs open at once and a CFR has not been shown in at least 3 days.</string>
<!-- The open in app CFR title in CFR Tools -->
<string name="debug_drawer_cfr_tools_open_in_app_title">Open in App</string>
<!-- The open in app CFR description in CFR Tools -->
<string name="debug_drawer_cfr_tools_open_in_app_description">Displayed when the user has the “Open links in apps” setting set to “Never”, and it is the user’s first time visiting a website that can be opened in an installed native app.</string>
<!-- Glean debug tools -->
<!-- The title of the logging section in Glean debug tools -->
<string name="glean_debug_tools_logging_title">Logging</string>
<!-- The label of the log pings to console switch in Glean debug tools -->
<string name="glean_debug_tools_log_pings_to_console">Log pings to console</string>
<!-- The title of the debug view section in Glean debug tools -->
<string name="glean_debug_tools_debug_view_title">Debug View</string>
<!-- The debug view tag text placeholder in Glean debug tools -->
<string name="glean_debug_tools_debug_view_tag_placeholder">Enter the debug view tag here</string>
<!-- The debug view tag error message in Glean debug tools. The first parameter is the maximum
number of characters that can be in the debug view tag -->
<string name="glean_debug_tools_debug_view_tag_error">Exceeded the maximum number of characters (%1$s)</string>
<!-- The open debug view for a certain debug view tag button text in Glean debug tools. The
first parameter is the debug view tag. -->
<string name="glean_debug_tools_open_debug_view_debug_view_tag">Open recent pings for “%1$s” in debug view (in default browser)</string>
<!-- The copy debug view link for a certain debug view tag button text in Glean debug tools. The
first parameter is the debug view tag. -->
<string name="glean_debug_tools_copy_debug_view_link_debug_view_tag">Copy debug view link for recent pings for “%1$s” </string>
<!-- The open debug view button text in Glean debug tools -->
<string name="glean_debug_tools_open_debug_view">Open debug view (in default browser)</string>
<!-- The copy debug view link button text in Glean debug tools -->
<string name="glean_debug_tools_copy_debug_view_link">Copy debug view link</string>
<!-- The send ping button text in Glean debug tools -->
<string name="glean_debug_tools_send_ping_button_text">Send Ping</string>
<!-- The send pings toast message. The first parameter is the type of ping -->
<string name="glean_debug_tools_send_ping_toast_message">Sent %1$s ping</string>
<!-- The title of the debug drawer tab to help debug the crash reporter-->
<string name="crash_debug_tools_title">Crash Debug Tools</string>
<!-- The title of the debug drawer tab to help debug google play integrity-->
<string name="integrity_debug_tools_title">Play Integrity Tools</string>
<!-- Button text to trigger a app parent process crash -->
<string name="crash_debug_generic_crash_trigger">Trigger Crash Report</string>
<!-- Button text to reset crash deferral period (the deferral period is set after clicking close on the dialog to 5 days in the settings) from it's future value to 0 -->
<string name="crash_debug_deferral_button">Reset deferral settings</string>
<!-- Subtitle warning text for crash button -->
<string name="crash_debug_crash_app_warning">This will crash the app to start crash reporting flow. Please also ensure that the crash report option is set to "Ask before sending" in the data collections settings if you want the dialog to pop up.</string>
<!-- Timer text for deferral period %s is the timer string -->
<string name="crash_debug_deferral_timer">Current deferral period: %s</string>
<!-- Button text for enabling screen capture on private screens -->
<string name="autofill_debug_enable_screen_capture">Enable screen capture on secure screens</string>
<!-- Button text to show startup crash screen -->
<string name="crash_debug_show_startup_crash_screen">Show startup crash screen</string>
<!-- Subtitle warning text for crash button -->
<string name="crash_debug_startup_crash_warning">This will start the startup crash activity in a new process and terminate the current process.</string>
<!-- Firefox Labs -->
<!-- Firefox Labs is the name of a screen in Settings to allow users to learn about
experimental and in-development features, and turn those features on and off.
The "Labs" portion can be localized, "Firefox" must be treated as a brand and kept
in English. -->
<string name="firefox_labs_title" tools:ignore="BrandUsage">Firefox Labs</string>
<!-- Title text displayed in the banner at the top of the Firefox Labs screen. -->
<string name="firefox_labs_banner_title">Give our experimental features a try!</string>
<!-- Description text displayed in the banner at the top of the Firefox Labs screen. %s is the name of the app (for example "Firefox"). -->
<string name="firefox_labs_experimental_description">They’re in development and evolving, which could impact how %s works.</string>
<!-- Button text for restoring the default settings by turning off any experimental features in the Firefox Labs screen. -->
<string name="firefox_labs_restore_default_button_text">Restore Defaults</string>
<!-- Text displayed when no experimental features are available in the Firefox Labs screen. -->
<string name="firefox_labs_no_labs_available_description">No experimental features available</string>
<!-- The name of an experimental feature displayed in theFirefox Labs screen. This features allows the user to open the homepage as a new tab. -->
<string name="firefox_labs_homepage_as_a_new_tab">Homepage as a New Tab</string>
<!-- The description of the "Homepage as a New Tab" feature in the Firefox Labs screen. -->
<string name="firefox_labs_homepage_as_a_new_tab_description">With this feature enabled, Homepage will behave as a tab.</string>
<!-- The title used in a confirmation dialog when toggling on an experimental feature. -->
<string name="firefox_labs_enable_feature_dialog_title">Enable experimental feature?</string>
<!-- The title used in a confirmation dialog when toggling off an experimental feature. -->
<string name="firefox_labs_disable_feature_dialog_title">Disable experimental feature?</string>
<!-- The description that is displayed in the confirmation dialog for toggling on and off experimental features. -->
<string name="firefox_labs_enable_feature_dialog_message">Toggling this feature will restart %s.</string>
<!-- The text for the positive button in the dialog for toggling on and off experimental features. This prompts the user to confirm that they want to restart the app. -->
<string name="firefox_labs_dialog_restart_button">Restart</string>
<!-- The text for the negative button in the dialog for toggling on and off experimental features. -->
<string name="firefox_labs_dialog_cancel_button">Cancel</string>
<!-- The title used in a confirmation dialog when restoring the application to its defaults by turning off any experimental features. -->
<string name="firefox_labs_restore_defaults_dialog_title">Restore defaults?</string>
<!-- The description used in a confirmation dialog when restoring the application to its defaults by turning off any experimental features. -->
<string name="firefox_labs_restore_defaults_dialog_message">Resetting experimental features will restart %s.</string>
<!-- The link text shown when a feedback URL for a labs feature is available. The feedback URL page will allow users to provide opinions and suggestions. -->
<string name="firefox_labs_share_feedback">Share feedback</string>
<!-- Content description for the share feedback link on a labs feature. This text will be used by screen readers to provide more context on the feedback link. %s is the name of the labs feature. -->
<string name="firefox_labs_share_feedback_content_description">Share feedback for %s</string>
<!-- Debug drawer tab group tools -->
<!-- The title of the debug drawer tab to help populate tab groups-->
<string name="debug_drawer_tab_group_tools_title">Tab Group Tools</string>
<!-- The title of the tab group count section in Tab Group Tools. -->
<string name="debug_drawer_tab_group_tools_count_title">Tab Group Counts</string>
<!-- The label of the open tab group count category of the tab group count section in Tab Group Tools. -->
<string name="debug_drawer_tab_group_tools_count_open">Open Groups</string>
<!-- The label of the closed tab group count category of the tab group count section in Tab Group Tools. -->
<string name="debug_drawer_tab_group_tools_count_closed">Closed Groups</string>
<!-- The label of the total tab group count category of the tab group count section in Tab Group Tools. -->
<string name="debug_drawer_tab_group_tools_count_total">Total Groups</string>
<!-- The title for adding tab groups in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_tool_title">Add Tab Groups</string>
<!-- The label for specifying the quantity of tab groups to add in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_quantity_label">Number of Groups to add</string>
<!-- The label for specifying the number of tabs to add per tab group in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_tabs_label">Tabs per Group</string>
<!-- The error message of the text field in the tab group creation tool when the text field is empty. -->
<string name="debug_drawer_tab_group_tools_quantity_empty_error">Text field is empty</string>
<!-- The error message of the text field in the tab group creation tool when the text field has negative integers. -->
<string name="debug_drawer_tab_group_tools_quantity_non_digits_error">Please enter positive numbers only</string>
<!-- The error message of the text field in the tab group creation tool when the text field is 0. -->
<string name="debug_drawer_tab_group_tools_quantity_non_zero_error">Please enter a number greater than zero</string>
<!-- The error message of the text field in the tab group creation tool when the text field is a quantity greater
than the max tab groups. %1$s is the maximum number of tabs that can be generated in one operation. -->
<string name="debug_drawer_tab_group_tools_quantity_exceed_max_error">Exceeded the maximum number of tab groups (%1$s) that can be generated in one operation</string>
<!-- The button text to add an open tab group in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_button_open">Add open group</string>
<!-- The button text to add an closed tab group in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_button_closed">Add closed group</string>
<!-- The button text to generate example tab groups in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_button_auto_populate">Auto-populate tab groups</string>
<!-- The button text to close all tab groups in the tab group creation tool. -->
<string name="debug_drawer_tab_group_tools_creation_button_remove_all">Remove all tab groups</string>
<!-- Debug drawer tab process tools -->
<!-- The title of the Tab Process Exits feature in the Debug Drawer. -->
<string name="debug_drawer_tab_process_tools_title">Tab Process Exits</string>
<!-- Shown when the device does not support the ApplicationExitInfo API (requires Android 11+). -->
<string name="debug_drawer_tab_process_tools_unsupported">Process exit info requires Android 11 or later.</string>
<!-- Shown when no process exits have been recorded. -->
<string name="debug_drawer_tab_process_tools_empty">No process exits recorded.</string>
<!-- Import Bookmarks pref title -->
<string name="preferences_import_bookmarks">Import Bookmarks</string>
<!-- Label for the secret settings preference to enable Import Bookmarks -->
<string name="preferences_debug_settings_import_bookmarks">Enable Import Bookmarks</string>
<!-- Label for the secret settings preference to enable Import Passwords -->
<string name="preferences_debug_settings_import_passwords">Enable Import Passwords</string>
</resources>