mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Import l10n. (#27260)
This commit is contained in:
parent
390201b9bc
commit
69849cafa4
@ -40,7 +40,9 @@
|
||||
|
||||
<!-- Home - Recently saved bookmarks -->
|
||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||
<string name="recent_bookmarks_title">Recent bookmarks</string>
|
||||
<string moz:RemovedIn="106" name="recent_bookmarks_title" tools:ignore="UnusedResources">Recent bookmarks</string>
|
||||
<!-- Title for the home screen section with recently saved bookmarks. -->
|
||||
<string name="recently_saved_title">Recently saved</string>
|
||||
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
|
||||
<string name="recently_saved_show_all_content_description_2">Show all saved bookmarks</string>
|
||||
|
||||
@ -77,6 +79,12 @@
|
||||
<!-- Content description for close button used in "contextual feature recommendation" (CFR) popups -->
|
||||
<string name="cfr_dismiss_button_default_content_description">Dismiss</string>
|
||||
|
||||
<!-- Total cookie protection "contextual feature recommendation" (CFR) -->
|
||||
<!-- Text for the message displayed in the contextual feature recommendation popup promoting the total cookie protection feature. -->
|
||||
<string name="tcp_cfr_message">Our most powerful privacy feature yet isolates cross-site trackers.</string>
|
||||
<!-- Text displayed that links to website containing documentation about the "Total cookie protection" feature. -->
|
||||
<string name="tcp_cfr_learn_more">Learn about Total Cookie Protection</string>
|
||||
|
||||
<!-- Text for the info dialog when camera permissions have been denied but user tries to access a camera feature. -->
|
||||
<string name="camera_permissions_needed_message">Camera access needed. Go to Android settings, tap permissions, and tap allow.</string>
|
||||
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
|
||||
@ -135,6 +143,8 @@
|
||||
<string name="recent_tabs_see_all_synced_tabs_button_text">See all synced tabs</string>
|
||||
<!-- Accessibility description for device icon used for recent synced tab -->
|
||||
<string name="recent_tabs_synced_device_icon_content_description">Synced device</string>
|
||||
<!-- Text for the dropdown menu to remove a recent synced tab from the homescreen -->
|
||||
<string name="recent_synced_tab_menu_item_remove">Remove</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recent_tab_menu_item_remove">Remove</string>
|
||||
@ -250,24 +260,47 @@
|
||||
|
||||
<!-- Home onboarding -->
|
||||
<!-- Onboarding home screen dialog title text. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_home_screen_title_3">What’s new in %1$s</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_title_3" tools:ignore="UnusedResources">What’s new in %1$s</string>
|
||||
<!-- Onboarding home screen dialog description text. -->
|
||||
<string name="onboarding_home_screen_description_2">It’s now easier to pick back up where you left off.</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_description_2" tools:ignore="UnusedResources">It’s now easier to pick back up where you left off.</string>
|
||||
<!-- Onboarding home screen dialog title text for the home section. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_home_screen_section_home_title_3">Personalized %1$s homepage</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_home_title_3" tools:ignore="UnusedResources">Personalized %1$s homepage</string>
|
||||
<!-- Onboarding home screen dialog description text for the home section. -->
|
||||
<string name="onboarding_home_screen_section_home_description_2">Jump to your open tabs, bookmarks and browsing history.</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_home_description_2" tools:ignore="UnusedResources">Jump to your open tabs, bookmarks and browsing history.</string>
|
||||
<!-- Onboarding home screen dialog description text for the tab tray section. -->
|
||||
<string name="onboarding_home_screen_section_cleaner_tab_tray_title_2">Clean, organized tabs</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_cleaner_tab_tray_title_2" tools:ignore="UnusedResources">Clean, organized tabs</string>
|
||||
<!-- Onboarding home screen dialog description text for the tab tray section. -->
|
||||
<string name="onboarding_home_screen_section_cleaner_tab_tray_description_2">Clear away tab clutter with improved layout and auto-closing tabs.</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_cleaner_tab_tray_description_2" tools:ignore="UnusedResources">Clear away tab clutter with improved layout and auto-closing tabs.</string>
|
||||
<!-- Onboarding home screen dialog description text for the history section. -->
|
||||
<string name="onboarding_home_screen_section_useful_history_title_2">Recent searches</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_useful_history_title_2" tools:ignore="UnusedResources">Recent searches</string>
|
||||
<!-- Onboarding home screen dialog description text for the history section. -->
|
||||
<string name="onboarding_home_screen_section_useful_history_description_2">Revisit your latest searches from your homepage and tabs.</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_section_useful_history_description_2" tools:ignore="UnusedResources">Revisit your latest searches from your homepage and tabs.</string>
|
||||
|
||||
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. Firefox is intentionally hardcoded. -->
|
||||
<string name="onboarding_home_screen_jump_back_contextual_hint" tools:ignore="UnusedResources">Your personalized Firefox homepage now makes it easier to pick up where you left off. Find your recent tabs, bookmarks and search results.</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_jump_back_contextual_hint" tools:ignore="UnusedResources">Your personalized Firefox homepage now makes it easier to pick up where you left off. Find your recent tabs, bookmarks and search results.</string>
|
||||
|
||||
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. -->
|
||||
<string name="onboarding_home_screen_jump_back_contextual_hint_2">Meet your personalized homepage. Recent tabs, bookmarks, and search results will appear here.</string>
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string moz:RemovedIn="106" name="onboarding_home_welcome_title" tools:ignore="UnusedResources">Welcome to an independent internet</string>
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string name="onboarding_home_welcome_title_2">Welcome to a more personal internet</string>
|
||||
<!-- Home onboarding dialog welcome screen description text. -->
|
||||
<string name="onboarding_home_welcome_description">More colours. Better privacy. Same commitment to people over profits.</string>
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string moz:RemovedIn="106" name="onboarding_home_sync_title_2" tools:ignore="UnusedResources">Hop from phone to laptop and back</string>
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string name="onboarding_home_sync_title_3">Switching screens is easier than ever</string>
|
||||
<!-- Home onboarding dialog sign into sync screen description text. -->
|
||||
<string name="onboarding_home_sync_description">Pick up where you left off with tabs from other devices now on your homepage.</string>
|
||||
<!-- Text for the button to continue the onboarding on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_get_started_button">Get started</string>
|
||||
<!-- Text for the button to navigate to the sync sign in screen on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_sign_in_button">Sign in</string>
|
||||
<!-- Text for the button to skip the onboarding on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_skip_button">Skip</string>
|
||||
<!-- Onboarding home screen sync popup dialog message, shown on top of Recent Synced Tabs in the Jump back in section. -->
|
||||
<string name="sync_cfr_message">Your tabs are syncing! Pick up where you left off on your other device.</string>
|
||||
|
||||
<!-- Search Widget -->
|
||||
<!-- Content description for searching with a widget. The first parameter is the name of the application.-->
|
||||
@ -357,8 +390,6 @@
|
||||
<!-- Preference for settings related to visual options -->
|
||||
<string name="preferences_customize">Customize</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">Sync bookmarks, history, and more with your Firefox Account</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string name="preferences_sign_in_description_2">Sign in to sync tabs, bookmarks, passwords, and more.</string>
|
||||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||||
<string name="preferences_account_default_name">Firefox Account</string>
|
||||
@ -443,10 +474,10 @@
|
||||
<!-- Snackbar label for action to view selected wallpaper -->
|
||||
<string name="wallpaper_updated_snackbar_action">View</string>
|
||||
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
|
||||
<string name="wallpaper_tap_to_change_switch_label_1">Change wallpaper by tapping Firefox homepage logo</string>
|
||||
<string moz:removedIn="105" name="wallpaper_tap_to_change_switch_label_1" tools:ignore="UnusedResources">Change wallpaper by tapping Firefox homepage logo</string>
|
||||
<!-- This is the accessibility content description for the wallpapers functionality. Users are
|
||||
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
|
||||
<string name="wallpaper_logo_content_description">Firefox logo - change the wallpaper, button</string>
|
||||
<string moz:removedIn="105" name="wallpaper_logo_content_description" tools:ignore="UnusedResources">Firefox logo - change the wallpaper, button</string>
|
||||
|
||||
<!-- Add-on Installation from AMO-->
|
||||
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
|
||||
@ -528,8 +559,6 @@
|
||||
<string name="preference_experiments_summary_2">Allows Mozilla to install and run studies</string>
|
||||
|
||||
<!-- Turn On Sync Preferences -->
|
||||
<!-- Header of the Turn on Sync preference view -->
|
||||
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Turn on Sync</string>
|
||||
<!-- Header of the Sync and save your data preference view -->
|
||||
<string name="preferences_sync_2">Sync and save your data</string>
|
||||
<!-- Preference for reconnecting to FxA sync -->
|
||||
@ -726,8 +755,6 @@
|
||||
<string name="open_tabs_menu">Open tabs menu</string>
|
||||
<!-- Open tabs menu item to save tabs to collection -->
|
||||
<string name="tabs_menu_save_to_collection1">Save tabs to collection</string>
|
||||
<!-- Content description (not visible, for screen readers etc.): Opens the tab menu when pressed -->
|
||||
<string moz:RemovedIn="103" name="tab_menu" tools:ignore="UnusedResources">Tab menu</string>
|
||||
<!-- Text for the menu button to delete a collection -->
|
||||
<string name="collection_delete">Delete collection</string>
|
||||
<!-- Text for the menu button to rename a collection -->
|
||||
@ -747,9 +774,6 @@
|
||||
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
|
||||
<string name="pwa_site_controls_title_private">%1$s (Private Mode)</string>
|
||||
|
||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||
<string moz:removedIn="104" name="tab_tray_header_title_1" tools:ignore="UnusedResources">Other tabs</string>
|
||||
|
||||
<!-- History -->
|
||||
<!-- Text for the button to search all history -->
|
||||
<string name="history_search_1">Enter search terms</string>
|
||||
@ -778,16 +802,16 @@
|
||||
<string name="history_empty_message">No history here</string>
|
||||
|
||||
<!-- Text for the button inside History screen that opens Synced History screen. History that is coming from other devices -->
|
||||
<string name="history_synced_from_other_devices">Synced from other devices</string>
|
||||
<string moz:removedIn="105" name="history_synced_from_other_devices" tools:ignore="UnusedResources">Synced from other devices</string>
|
||||
<!-- The page title for browsing history coming from other devices. -->
|
||||
<string name="history_from_other_devices">From other devices</string>
|
||||
<string moz:removedIn="105" name="history_from_other_devices" tools:ignore="UnusedResources">From other devices</string>
|
||||
|
||||
<!-- The synced history sign in dialog message -->
|
||||
<string name="history_sign_in_message">Sign in to see history synced from your other devices.</string>
|
||||
<string moz:removedIn="105" name="history_sign_in_message" tools:ignore="UnusedResources">Sign in to see history synced from your other devices.</string>
|
||||
<!-- The synced history sign in dialog button text -->
|
||||
<string name="history_sign_in_button">Sign in</string>
|
||||
<string moz:removedIn="105" name="history_sign_in_button" tools:ignore="UnusedResources">Sign in</string>
|
||||
<!-- The synced history sign in dialog create a new account link -->
|
||||
<string name="history_sign_in_create_account"><![CDATA[<u>Or create a Firefox account to start syncing</u>]]></string>
|
||||
<string moz:removedIn="105" name="history_sign_in_create_account" tools:ignore="UnusedResources"><![CDATA[<u>Or create a Firefox account to start syncing</u>]]></string>
|
||||
|
||||
<!-- Downloads -->
|
||||
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
|
||||
@ -1151,8 +1175,6 @@
|
||||
<!-- Action item in menu for the Delete browsing data on quit feature -->
|
||||
<string name="delete_browsing_data_on_quit_action">Quit</string>
|
||||
|
||||
<!-- Dialog message to the user asking to delete browsing data. -->
|
||||
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">This will delete all of your browsing data.</string>
|
||||
<!-- Title text of a delete browsing data dialog. -->
|
||||
<string name="delete_history_prompt_title">Time range to delete</string>
|
||||
<!-- Body text of a delete browsing data dialog. -->
|
||||
@ -1187,19 +1209,19 @@
|
||||
<!-- Onboarding -->
|
||||
<!-- Text for onboarding welcome message
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||
<string name="onboarding_header">Welcome to %s!</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_header" tools:ignore="UnusedResources">Welcome to %s!</string>
|
||||
<!-- text for the Firefox account onboarding sign in card header. The word "Firefox" should not be translated -->
|
||||
<string name="onboarding_account_sign_in_header_1">Sync Firefox between devices</string>
|
||||
<string moz:removedIn="106" name="onboarding_account_sign_in_header_1" tools:ignore="UnusedResources">Sync Firefox between devices</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_manual_sign_in_description_2">Bring bookmarks, history, and passwords to %1$s on this device.</string>
|
||||
<string moz:removedIn="106" name="onboarding_manual_sign_in_description_2" tools:ignore="UnusedResources">Bring bookmarks, history, and passwords to %1$s on this device.</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Sign up</string>
|
||||
<string moz:removedIn="106" name="onboarding_firefox_account_sign_in_1" tools:ignore="UnusedResources">Sign up</string>
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Sync is on</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Always-on privacy</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_header_3" tools:ignore="UnusedResources">Always-on privacy</string>
|
||||
<!-- text for the tracking protection card description. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_tracking_protection_description_4">%1$s automatically stops companies from secretly following you around the web.</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_description_4" tools:ignore="UnusedResources">%1$s automatically stops companies from secretly following you around the web.</string>
|
||||
<!-- text for tracking protection radio button option for standard level of blocking -->
|
||||
<string name="onboarding_tracking_protection_standard_button_2">Standard (default)</string>
|
||||
<!-- text for standard blocking option button description -->
|
||||
@ -1211,12 +1233,12 @@
|
||||
<!-- text for the toolbar position card header -->
|
||||
<string name="onboarding_toolbar_placement_header_1">Pick your toolbar placement</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description_1">Put the toolbar within easy reach. Keep it on the bottom, or move it to the top.</string>
|
||||
<string moz:removedIn="106" name="onboarding_toolbar_placement_description_1" tools:ignore="UnusedResources">Put the toolbar within easy reach. Keep it on the bottom, or move it to the top.</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header">Your privacy</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">Your privacy</string>
|
||||
<!-- text for the privacy notice onboarding card description
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) Substitute %s for long browser name. -->
|
||||
<string name="onboarding_privacy_notice_description2">We’ve designed %s to give you control over what you share online and what you share with us.</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_description2" tools:ignore="UnusedResources">We’ve designed %s to give you control over what you share online and what you share with us.</string>
|
||||
<!-- Text for the button to read the privacy notice -->
|
||||
<string name="onboarding_privacy_notice_read_button">Read our privacy notice</string>
|
||||
|
||||
@ -1306,6 +1328,8 @@
|
||||
<string name="preference_enhanced_tracking_protection_custom_cookies_3">All third-party cookies (may cause websites to break)</string>
|
||||
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
|
||||
<string name="preference_enhanced_tracking_protection_custom_cookies_4">All cookies (will cause websites to break)</string>
|
||||
<!-- Option for enhanced tracking protection for the custom protection settings for cookies-->
|
||||
<string name="preference_enhanced_tracking_protection_custom_cookies_5">Isolate cross-site cookies</string>
|
||||
<!-- Preference for enhanced tracking protection for the custom protection settings for tracking content -->
|
||||
<string name="preference_enhanced_tracking_protection_custom_tracking_content">Tracking content</string>
|
||||
<!-- Option for enhanced tracking protection for the custom protection settings for tracking content-->
|
||||
@ -1328,8 +1352,12 @@
|
||||
<string name="etp_social_media_trackers_description">Limits the ability of social networks to track your browsing activity around the web.</string>
|
||||
<!-- Category of trackers (cross-site tracking cookies) that can be blocked by Enhanced Tracking Protection -->
|
||||
<string name="etp_cookies_title">Cross-Site Tracking Cookies</string>
|
||||
<!-- Category of trackers (cross-site tracking cookies) that can be blocked by Enhanced Tracking Protection -->
|
||||
<string name="etp_cookies_title_2">Cross-Site Cookies</string>
|
||||
<!-- Description of cross-site tracking cookies that can be blocked by Enhanced Tracking Protection -->
|
||||
<string name="etp_cookies_description">Blocks cookies that ad networks and analytics companies use to compile your browsing data across many sites.</string>
|
||||
<!-- Description of cross-site tracking cookies that can be blocked by Enhanced Tracking Protection -->
|
||||
<string name="etp_cookies_description_2">Total Cookie Protection isolates cookies to the site you’re on so trackers like ad networks can’t use them to follow you across sites.</string>
|
||||
<!-- Category of trackers (cryptominers) that can be blocked by Enhanced Tracking Protection -->
|
||||
<string name="etp_cryptominers_title">Cryptominers</string>
|
||||
<!-- Description of cryptominers that can be blocked by Enhanced Tracking Protection -->
|
||||
|
@ -288,12 +288,16 @@
|
||||
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. -->
|
||||
<string name="onboarding_home_screen_jump_back_contextual_hint_2">Descubre tu página de inicio personalizada. Las pestañas recientes, marcadores y resultados de búsqueda aparecerán aquí.</string>
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string name="onboarding_home_welcome_title">Te damos la bienvenida a un internet independiente</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_welcome_title" tools:ignore="UnusedResources">Te damos la bienvenida a un internet independiente</string>
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string name="onboarding_home_welcome_title_2">Te damos la bienvenida a un Internet más personal</string>
|
||||
<!-- Home onboarding dialog welcome screen description text. -->
|
||||
<string name="onboarding_home_welcome_description">Más colores. Mejor privacidad. Mismo compromiso con las personas por encima de los beneficios.</string>
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string name="onboarding_home_sync_title_2">Salta del teléfono al ordenador y viceversa</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_sync_title_2" tools:ignore="UnusedResources">Salta del teléfono al ordenador y viceversa</string>
|
||||
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string name="onboarding_home_sync_title_3">Cambiar de pantalla es más fácil que nunca</string>
|
||||
<!-- Home onboarding dialog sign into sync screen description text. -->
|
||||
<string name="onboarding_home_sync_description">Continúa donde lo dejaste con pestañas de otros dispositivos ahora en tu página de inicio.</string>
|
||||
<!-- Text for the button to continue the onboarding on the home onboarding dialog. -->
|
||||
@ -395,8 +399,6 @@
|
||||
<!-- Preference for settings related to visual options -->
|
||||
<string name="preferences_customize">Personalizar</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">Sincroniza marcadores, historial y más con tu cuenta Firefox</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string name="preferences_sign_in_description_2">Inicia sesión para sincronizar pestañas, marcadores, contraseñas y más.</string>
|
||||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||||
<string name="preferences_account_default_name">Cuenta Firefox</string>
|
||||
@ -481,12 +483,35 @@
|
||||
<string name="wallpaper_updated_snackbar_message">¡Fondo de pantalla actualizado!</string>
|
||||
<!-- Snackbar label for action to view selected wallpaper -->
|
||||
<string name="wallpaper_updated_snackbar_action">Ver</string>
|
||||
<!-- Snackbar message for when wallpaper couldn't be downloaded -->
|
||||
<string name="wallpaper_download_error_snackbar_message">No se ha podido descargar el fondo de pantalla</string>
|
||||
<!-- Snackbar label for action to retry downloading the wallpaper -->
|
||||
<string name="wallpaper_download_error_snackbar_action">Reintentar</string>
|
||||
<!-- Snackbar message for when wallpaper couldn't be selected because of the disk error -->
|
||||
<string name="wallpaper_select_error_snackbar_message">No se ha podido cambiar el fondo de pantalla</string>
|
||||
<!-- Text displayed that links to website containing documentation about the "Limited Edition" wallpapers. -->
|
||||
<string name="wallpaper_learn_more">Saber más</string>
|
||||
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
|
||||
<string moz:removedIn="105" name="wallpaper_tap_to_change_switch_label_1" tools:ignore="UnusedResources">Cambia el fondo de pantalla tocando el logotipo de la página de inicio de Firefox</string>
|
||||
<!-- This is the accessibility content description for the wallpapers functionality. Users are
|
||||
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
|
||||
<string moz:removedIn="105" name="wallpaper_logo_content_description" tools:ignore="UnusedResources">Logotipo de Firefox - cambiar el fondo de pantalla, botón</string>
|
||||
|
||||
<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
|
||||
<string name="wallpaper_classic_title">%s clásico</string>
|
||||
<!-- Text for limited edition wallpapers title. -->
|
||||
<string name="wallpaper_limited_edition_title">Edición limitada</string>
|
||||
<!-- Description text for the limited edition wallpapers with learn more link. The first parameter is the learn more string defined in wallpaper_learn_more-->
|
||||
<string name="wallpaper_limited_edition_description_with_learn_more">La nueva colección Voces Independientes. %s</string>
|
||||
<!-- Description text for the limited edition wallpapers. -->
|
||||
<string name="wallpaper_limited_edition_description">La nueva colección Voces Independientes.</string>
|
||||
<!-- Wallpaper onboarding dialog header text. -->
|
||||
<string name="wallpapers_onboarding_dialog_title_text">Prueba un toque de color</string>
|
||||
<!-- Wallpaper onboarding dialog body text. -->
|
||||
<string name="wallpapers_onboarding_dialog_body_text">Elige un fondo de pantalla que te represente.</string>
|
||||
<!-- Wallpaper onboarding dialog learn more button text. The button navigates to the wallpaper settings screen. -->
|
||||
<string name="wallpapers_onboarding_dialog_explore_more_button_text">Explorar más fondos de pantalla</string>
|
||||
|
||||
<!-- Add-on Installation from AMO-->
|
||||
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
|
||||
<string name="addon_not_supported_error">El complemento no es compatible</string>
|
||||
@ -571,9 +596,6 @@
|
||||
<string name="preference_experiments_summary_2">Permite a Mozilla instalar y ejecutar estudios</string>
|
||||
|
||||
<!-- Turn On Sync Preferences -->
|
||||
<!-- Header of the Turn on Sync preference view -->
|
||||
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Activar Sync</string>
|
||||
|
||||
<!-- Header of the Sync and save your data preference view -->
|
||||
<string name="preferences_sync_2">Sincronizar y guardar tus datos</string>
|
||||
<!-- Preference for reconnecting to FxA sync -->
|
||||
@ -790,9 +812,6 @@
|
||||
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
|
||||
<string name="pwa_site_controls_title_private">%1$s (modo privado)</string>
|
||||
|
||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||
<string moz:removedIn="104" name="tab_tray_header_title_1" tools:ignore="UnusedResources">Otras pestañas</string>
|
||||
|
||||
<!-- History -->
|
||||
<!-- Text for the button to search all history -->
|
||||
<string name="history_search_1">Introducir términos de búsqueda</string>
|
||||
@ -1220,9 +1239,6 @@
|
||||
<!-- Action item in menu for the Delete browsing data on quit feature -->
|
||||
<string name="delete_browsing_data_on_quit_action">Salir</string>
|
||||
|
||||
<!-- Dialog message to the user asking to delete browsing data. -->
|
||||
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">Se eliminarán todos tus datos de navegación.</string>
|
||||
|
||||
<!-- Title text of a delete browsing data dialog. -->
|
||||
<string name="delete_history_prompt_title">Intervalo de tiempo a eliminar</string>
|
||||
<!-- Body text of a delete browsing data dialog. -->
|
||||
@ -1258,20 +1274,34 @@
|
||||
<!-- Onboarding -->
|
||||
<!-- Text for onboarding welcome message
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||
<string name="onboarding_header">¡Te damos la bienvenida a %s!</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_header" tools:ignore="UnusedResources">¡Te damos la bienvenida a %s!</string>
|
||||
|
||||
<!-- Text for onboarding welcome header. -->
|
||||
<string name="onboarding_header_2">Te damos la bienvenida a un mejor Internet</string>
|
||||
<!-- Text for the onboarding welcome message. -->
|
||||
<string name="onboarding_message">Un navegador creado para las personas, no para el lucro.</string>
|
||||
<!-- text for the Firefox account onboarding sign in card header. The word "Firefox" should not be translated -->
|
||||
<string name="onboarding_account_sign_in_header_1">Sincronizar Firefox entre dispositivos</string>
|
||||
<string moz:removedIn="106" name="onboarding_account_sign_in_header_1" tools:ignore="UnusedResources">Sincronizar Firefox entre dispositivos</string>
|
||||
<!-- Text for the Firefox account onboarding sign in card header. -->
|
||||
<string name="onboarding_account_sign_in_header">Continúa donde lo dejaste.</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_manual_sign_in_description_2">Traer marcadores, historial y contraseñas a %1$s en este dispositivo.</string>
|
||||
<string moz:removedIn="106" name="onboarding_manual_sign_in_description_2" tools:ignore="UnusedResources">Traer marcadores, historial y contraseñas a %1$s en este dispositivo.</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. -->
|
||||
<string name="onboarding_manual_sign_in_description">Sincroniza pestañas y contraseñas entre dispositivos para cambiar de pantalla sin interrupciones.</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Registrarse</string>
|
||||
<string moz:removedIn="106" name="onboarding_firefox_account_sign_in_1" tools:ignore="UnusedResources">Registrarse</string>
|
||||
<!-- Text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in">Iniciar sesión</string>
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Sync está activado</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Privacidad siempre activada</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_header_3" tools:ignore="UnusedResources">Privacidad siempre activada</string>
|
||||
<!-- Text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header">Protección de privacidad de manera predeterminada</string>
|
||||
<!-- text for the tracking protection card description. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_tracking_protection_description_4">%1$s bloquea automáticamente a las compañías que te siguen en secreto por la web.</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_description_4" tools:ignore="UnusedResources">%1$s bloquea automáticamente a las compañías que te siguen en secreto por la web.</string>
|
||||
<!-- Text for the tracking protection card description. -->
|
||||
<string name="onboarding_tracking_protection_description">Incluye Total Cookie Protection para evitar que los rastreadores usen cookies para espiarte entre sitios.</string>
|
||||
<!-- text for tracking protection radio button option for standard level of blocking -->
|
||||
<string name="onboarding_tracking_protection_standard_button_2">Estándar (predeterminado)</string>
|
||||
<!-- text for standard blocking option button description -->
|
||||
@ -1283,15 +1313,23 @@
|
||||
<!-- text for the toolbar position card header -->
|
||||
<string name="onboarding_toolbar_placement_header_1">Escoge la posición de la barra de herramientas</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description_1">Pon la barra de herramientas a tu alcance. Mantenla abajo, o muévela hacia arriba.</string>
|
||||
<string moz:removedIn="106" name="onboarding_toolbar_placement_description_1" tools:ignore="UnusedResources">Pon la barra de herramientas a tu alcance. Mantenla abajo, o muévela hacia arriba.</string>
|
||||
<!-- Text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description">Mantenlo en la parte inferior o muévelo a la parte superior.</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header">Tu privacidad</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">Tu privacidad</string>
|
||||
<!-- Text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header_1">Tú controlas tus datos</string>
|
||||
<!-- text for the privacy notice onboarding card description
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) Substitute %s for long browser name. -->
|
||||
<string name="onboarding_privacy_notice_description2">Hemos diseñado %s para darte el control sobre lo que compartes en línea y lo que compartes con nosotros.</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_description2" tools:ignore="UnusedResources">Hemos diseñado %s para darte el control sobre lo que compartes en línea y lo que compartes con nosotros.</string>
|
||||
<!-- Text for the privacy notice onboarding card description. -->
|
||||
<string name="onboarding_privacy_notice_description">Firefox te da control sobre lo que compartes en línea y lo que compartes con nosotros.</string>
|
||||
<!-- Text for the button to read the privacy notice -->
|
||||
<string name="onboarding_privacy_notice_read_button">Lee nuestro aviso de privacidad</string>
|
||||
|
||||
<!-- Text for the conclusion onboarding message -->
|
||||
<string name="onboarding_conclusion_header">¿Listo para abrir un Internet increíble?</string>
|
||||
<!-- text for the button to finish onboarding -->
|
||||
<string name="onboarding_finish">Comienza a navegar</string>
|
||||
|
||||
|
@ -391,8 +391,6 @@
|
||||
<!-- Preference for settings related to visual options -->
|
||||
<string name="preferences_customize">Přiměrić</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">Synchronizujće zapołožki, historiju a wjace ze swojim kontom Firefox</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string name="preferences_sign_in_description_2">Zregistrujće so, zo byšće rajtarki, zapołožki, hesła a dalše synchronizował.</string>
|
||||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||||
<string name="preferences_account_default_name">Konto Firefox</string>
|
||||
@ -589,8 +587,6 @@
|
||||
<string name="preference_experiments_summary_2">Mozilla dowolić, studije instalować a přewjesć</string>
|
||||
|
||||
<!-- Turn On Sync Preferences -->
|
||||
<!-- Header of the Turn on Sync preference view -->
|
||||
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Synchronizaciju zmóžnić</string>
|
||||
<!-- Header of the Sync and save your data preference view -->
|
||||
<string name="preferences_sync_2">Synchronizować a waše daty składować</string>
|
||||
<!-- Preference for reconnecting to FxA sync -->
|
||||
@ -812,9 +808,6 @@
|
||||
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
|
||||
<string name="pwa_site_controls_title_private">%1$s (priwatny modus)</string>
|
||||
|
||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||
<string moz:removedIn="104" name="tab_tray_header_title_1" tools:ignore="UnusedResources">Druhe rajtarki</string>
|
||||
|
||||
<!-- History -->
|
||||
<!-- Text for the button to search all history -->
|
||||
<string name="history_search_1">Pytanske wurazy zapodać</string>
|
||||
@ -1220,8 +1213,6 @@
|
||||
<!-- Action item in menu for the Delete browsing data on quit feature -->
|
||||
<string name="delete_browsing_data_on_quit_action">Skónčić</string>
|
||||
|
||||
<!-- Dialog message to the user asking to delete browsing data. -->
|
||||
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">To wšě waše přehladowanske daty zhaša.</string>
|
||||
<!-- Title text of a delete browsing data dialog. -->
|
||||
<string name="delete_history_prompt_title">Časowy wotrězk za zhašenje</string>
|
||||
<!-- Body text of a delete browsing data dialog. -->
|
||||
@ -1292,6 +1283,8 @@
|
||||
<string name="onboarding_toolbar_placement_header_1">Wubjerće poziciju za swoju symbolowu lajstu</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
<string moz:removedIn="106" name="onboarding_toolbar_placement_description_1" tools:ignore="UnusedResources">Pozicioněrujće symbolowu lajstu, zo móžeće ju lochko dosahnyć. Wobchowajće ju deleka abo přesuńće ju horje.</string>
|
||||
<!-- Text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description">Deleka wostajić abo horje přesunyć.</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">Waša priwatnosć</string>
|
||||
<!-- Text for the privacy notice onboarding card header -->
|
||||
|
@ -290,15 +290,15 @@
|
||||
<string name="onboarding_home_screen_jump_back_contextual_hint_2">パーソナライズされたホームページをご覧ください。最近使ったタブ、ブックマーク、検索結果がここに表示されます。</string>
|
||||
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string name="onboarding_home_welcome_title">支配を受けない自由なインターネットへようこそ</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_welcome_title" tools:ignore="UnusedResources">支配を受けない自由なインターネットへようこそ</string>
|
||||
<!-- Home onboarding dialog welcome screen description text. -->
|
||||
<string name="onboarding_home_welcome_description">多種多彩、プライバシー保護、利益を超えて人々への平等なコミットメント。</string>
|
||||
<string name="onboarding_home_welcome_description">多様なカラー、より優れたプライバシー保護、利益を超えて人々への平等なコミットメント。</string>
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string name="onboarding_home_sync_title_2">スマートフォンとラップトップの間を行ったり来たり</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_sync_title_2" tools:ignore="UnusedResources">スマートフォンとラップトップの間を行ったり来たり</string>
|
||||
<!-- Home onboarding dialog sign into sync screen description text. -->
|
||||
<string name="onboarding_home_sync_description">ホームページ上で、他の端末のタブの中断したところから再開できます。</string>
|
||||
<!-- Text for the button to continue the onboarding on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_get_started_button">はじめに</string>
|
||||
<string name="onboarding_home_get_started_button">はじめる</string>
|
||||
<!-- Text for the button to navigate to the sync sign in screen on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_sign_in_button">ログイン</string>
|
||||
<!-- Text for the button to skip the onboarding on the home onboarding dialog. -->
|
||||
@ -395,8 +395,6 @@
|
||||
<!-- Preference for settings related to visual options -->
|
||||
<string name="preferences_customize">カスタマイズ</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">ブックマーク、履歴などを Firefox アカウントと同期します</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string name="preferences_sign_in_description_2">ログインしてタブやブックマーク、パスワードなどを同期しましょう。</string>
|
||||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||||
<string name="preferences_account_default_name">Firefox アカウント</string>
|
||||
@ -571,9 +569,6 @@
|
||||
<string name="preference_experiments_summary_2">調査機能のインストールと実行を Mozilla に許可する</string>
|
||||
|
||||
<!-- Turn On Sync Preferences -->
|
||||
<!-- Header of the Turn on Sync preference view -->
|
||||
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Sync を有効化</string>
|
||||
|
||||
<!-- Header of the Sync and save your data preference view -->
|
||||
<string name="preferences_sync_2">同期してデータを保存</string>
|
||||
<!-- Preference for reconnecting to FxA sync -->
|
||||
@ -791,9 +786,6 @@
|
||||
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
|
||||
<string name="pwa_site_controls_title_private">%1$s (プライベートモード)</string>
|
||||
|
||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||
<string moz:removedIn="104" name="tab_tray_header_title_1" tools:ignore="UnusedResources">他のタブ</string>
|
||||
|
||||
<!-- History -->
|
||||
<!-- Text for the button to search all history -->
|
||||
<string name="history_search_1">検索語を入力</string>
|
||||
@ -1208,8 +1200,6 @@
|
||||
<!-- Action item in menu for the Delete browsing data on quit feature -->
|
||||
<string name="delete_browsing_data_on_quit_action">終了</string>
|
||||
|
||||
<!-- Dialog message to the user asking to delete browsing data. -->
|
||||
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">この操作はすべての閲覧データを削除します。</string>
|
||||
<!-- Title text of a delete browsing data dialog. -->
|
||||
<string name="delete_history_prompt_title">削除する期間</string>
|
||||
<!-- Body text of a delete browsing data dialog. -->
|
||||
@ -1245,19 +1235,19 @@
|
||||
<!-- Onboarding -->
|
||||
<!-- Text for onboarding welcome message
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||
<string name="onboarding_header">%s へようこそ!</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_header" tools:ignore="UnusedResources">%s へようこそ!</string>
|
||||
<!-- text for the Firefox account onboarding sign in card header. The word "Firefox" should not be translated -->
|
||||
<string name="onboarding_account_sign_in_header_1">端末間で Firefox を同期</string>
|
||||
<string moz:removedIn="106" name="onboarding_account_sign_in_header_1" tools:ignore="UnusedResources">端末間で Firefox を同期</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_manual_sign_in_description_2">この端末の %1$s とブックマーク、履歴、パスワードを同期します。</string>
|
||||
<string moz:removedIn="106" name="onboarding_manual_sign_in_description_2" tools:ignore="UnusedResources">この端末の %1$s とブックマーク、履歴、パスワードを同期します。</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">アカウント登録</string>
|
||||
<string moz:removedIn="106" name="onboarding_firefox_account_sign_in_1" tools:ignore="UnusedResources">アカウント登録</string>
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Sync が有効です</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">プライバシー重視</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_header_3" tools:ignore="UnusedResources">プライバシー重視</string>
|
||||
<!-- text for the tracking protection card description. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_tracking_protection_description_4">%1$s はウェブ上であなたを密かに追跡する組織を自動的に遮断します。</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_description_4" tools:ignore="UnusedResources">%1$s はウェブ上であなたを密かに追跡する組織を自動的に遮断します。</string>
|
||||
<!-- text for tracking protection radio button option for standard level of blocking -->
|
||||
<string name="onboarding_tracking_protection_standard_button_2">標準 (既定)</string>
|
||||
<!-- text for standard blocking option button description -->
|
||||
@ -1269,12 +1259,12 @@
|
||||
<!-- text for the toolbar position card header -->
|
||||
<string name="onboarding_toolbar_placement_header_1">ツールバーの配置を選べます</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description_1">ツールバーを簡単に手の届く位置に置きましょう。画面下または上に移動できます。</string>
|
||||
<string moz:removedIn="106" name="onboarding_toolbar_placement_description_1" tools:ignore="UnusedResources">ツールバーを簡単に手の届く位置に置きましょう。画面下または上に移動できます。</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header">あなたのプライバシー</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">あなたのプライバシー</string>
|
||||
<!-- text for the privacy notice onboarding card description
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) Substitute %s for long browser name. -->
|
||||
<string name="onboarding_privacy_notice_description2">%s は、あなたがオンラインで共有するものと、私たちと共有するものをコントロールできるように設計されています。</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_description2" tools:ignore="UnusedResources">%s は、あなたがオンラインで共有するものと、私たちと共有するものをコントロールできるように設計されています。</string>
|
||||
<!-- Text for the button to read the privacy notice -->
|
||||
<string name="onboarding_privacy_notice_read_button">個人情報保護方針を読む</string>
|
||||
|
||||
|
@ -1290,6 +1290,8 @@
|
||||
<!-- text for tracking protection radio button option for strict level of blocking -->
|
||||
<string name="onboarding_tracking_protection_strict_option">ເຂັ້ມງວດ</string>
|
||||
|
||||
<!-- text for strict blocking option button description -->
|
||||
<string name="onboarding_tracking_protection_strict_button_description_3">ປິດກັ້ນຕົວຕິດຕາມຫຼາຍຂຶ້ນເພື່ອໃຫ້ຫນ້າໂຫລດໄວຂຶ້ນ, ແຕ່ບາງຫນ້າທີ່ຢູ່ໃນຫນ້າອາດຈະພັງ.</string>
|
||||
<!-- text for the toolbar position card header -->
|
||||
<string name="onboarding_toolbar_placement_header_1">ເລືອກການຈັດວາງແຖບເຄື່ອງມືຂອງທ່ານ</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
@ -1864,6 +1866,8 @@
|
||||
<!-- Top Sites -->
|
||||
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
|
||||
<string name="shortcut_max_limit_title">ຮອດຂີດຈຳກັດທາງລັດແລ້ວ</string>
|
||||
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
|
||||
<string name="shortcut_max_limit_content">ເພື່ອເພີ່ມທາງລັດໃໝ່, ເອົາອັນໃດອັນໜຶ່ງອອກ. ແຕະໃສ່ເວັບໄຊທ໌ຄ້າງໄວ້ ແລະເລືອກເອົາອອກ.</string>
|
||||
<!-- Confirmation dialog button text when top sites limit is reached. -->
|
||||
<string name="top_sites_max_limit_confirmation_button">ໂອເຄ, ເຂົ້າໃຈແລ້ວ</string>
|
||||
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
|
||||
|
@ -278,9 +278,9 @@
|
||||
<string moz:RemovedIn="106" name="onboarding_home_screen_jump_back_contextual_hint" tools:ignore="UnusedResources">Den personlege Firefox-startsida di gjer det no lettare å fortsetje der du slutta. Finn dei siste fanene, bokmerka og søkjeresultata.</string>
|
||||
|
||||
<!-- Home onboarding dialog welcome screen title text. -->
|
||||
<string name="onboarding_home_welcome_title">Velkomen til eit uavhengig internett</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_welcome_title" tools:ignore="UnusedResources">Velkomen til eit uavhengig internett</string>
|
||||
<!-- Home onboarding dialog sign into sync screen title text. -->
|
||||
<string name="onboarding_home_sync_title_2">Byt frå telefonen til datamaskina og tilbake</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_home_sync_title_2" tools:ignore="UnusedResources">Byt frå telefonen til datamaskina og tilbake</string>
|
||||
<!-- Text for the button to continue the onboarding on the home onboarding dialog. -->
|
||||
<string name="onboarding_home_get_started_button">Kom i gang</string>
|
||||
|
||||
@ -379,8 +379,6 @@
|
||||
<!-- Preference for settings related to visual options -->
|
||||
<string name="preferences_customize">Tilpass</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">Synkroniser bokmerke, historikk og meir med Firefox-kontoen din</string>
|
||||
<!-- Preference description for banner about signing in -->
|
||||
<string name="preferences_sign_in_description_2">Logg inn for å synkronisere faner, bokmerke, passord med meir.</string>
|
||||
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
|
||||
<string name="preferences_account_default_name">Firefox-konto</string>
|
||||
@ -465,6 +463,10 @@
|
||||
<!-- Snackbar label for action to view selected wallpaper -->
|
||||
<string name="wallpaper_updated_snackbar_action">Vis</string>
|
||||
|
||||
<!-- Snackbar label for action to retry downloading the wallpaper -->
|
||||
<string name="wallpaper_download_error_snackbar_action">Prøv igjen</string>
|
||||
<!-- Text displayed that links to website containing documentation about the "Limited Edition" wallpapers. -->
|
||||
<string name="wallpaper_learn_more">Les meir</string>
|
||||
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
|
||||
<string moz:removedIn="105" name="wallpaper_tap_to_change_switch_label_1" tools:ignore="UnusedResources">Endre bakgrunnsbilde ved å trykkje på Firefox-logoen på startsida</string>
|
||||
|
||||
@ -472,6 +474,17 @@
|
||||
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
|
||||
<string moz:removedIn="105" name="wallpaper_logo_content_description" tools:ignore="UnusedResources">Firefox-logo - knapp for å endre bakgrunnsbilde</string>
|
||||
|
||||
<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
|
||||
<string name="wallpaper_classic_title">Klassisk %s</string>
|
||||
<!-- Text for limited edition wallpapers title. -->
|
||||
<string name="wallpaper_limited_edition_title">Avgrensa utgåve</string>
|
||||
<!-- Wallpaper onboarding dialog header text. -->
|
||||
<string name="wallpapers_onboarding_dialog_title_text">Prøv ein fargeklatt</string>
|
||||
<!-- Wallpaper onboarding dialog body text. -->
|
||||
<string name="wallpapers_onboarding_dialog_body_text">Vel det perfekte bakgrunnsbildet for deg.</string>
|
||||
<!-- Wallpaper onboarding dialog learn more button text. The button navigates to the wallpaper settings screen. -->
|
||||
<string name="wallpapers_onboarding_dialog_explore_more_button_text">Utforsk fleire bakgrunnsbilde</string>
|
||||
|
||||
<!-- Add-on Installation from AMO-->
|
||||
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
|
||||
<string name="addon_not_supported_error">Tillegget er ikkje støtta</string>
|
||||
@ -553,9 +566,6 @@
|
||||
<string name="preference_experiments_summary_2">Tillèt Mozilla å installere og køyre undersøkingar</string>
|
||||
|
||||
<!-- Turn On Sync Preferences -->
|
||||
<!-- Header of the Turn on Sync preference view -->
|
||||
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">Slå på Sync</string>
|
||||
|
||||
<!-- Header of the Sync and save your data preference view -->
|
||||
<string name="preferences_sync_2">Synkroniser og lagre dataa dine</string>
|
||||
<!-- Preference for reconnecting to FxA sync -->
|
||||
@ -777,9 +787,6 @@
|
||||
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
|
||||
<string name="pwa_site_controls_title_private">%1$s (privatmodus)</string>
|
||||
|
||||
<!-- Title text for the normal tabs header in the tabs tray which are not part of any tab grouping. -->
|
||||
<string moz:removedIn="104" name="tab_tray_header_title_1" tools:ignore="UnusedResources">Andre faner</string>
|
||||
|
||||
<!-- History -->
|
||||
<!-- Text for the button to search all history -->
|
||||
<string name="history_search_1">Skriv inn søkjetekst</string>
|
||||
@ -1188,8 +1195,6 @@
|
||||
<!-- Action item in menu for the Delete browsing data on quit feature -->
|
||||
<string name="delete_browsing_data_on_quit_action">Avslutt</string>
|
||||
|
||||
<!-- Dialog message to the user asking to delete browsing data. -->
|
||||
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">Dette vil slette alle nettleserdataa dine.</string>
|
||||
<!-- Title text of a delete browsing data dialog. -->
|
||||
<string name="delete_history_prompt_title">Tidsrom for sletting</string>
|
||||
<!-- Body text of a delete browsing data dialog. -->
|
||||
@ -1224,22 +1229,28 @@
|
||||
<!-- Onboarding -->
|
||||
<!-- Text for onboarding welcome message
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||
<string name="onboarding_header">Velkomen til %s!</string>
|
||||
<string moz:RemovedIn="106" name="onboarding_header" tools:ignore="UnusedResources">Velkomen til %s!</string>
|
||||
|
||||
<!-- text for the Firefox account onboarding sign in card header. The word "Firefox" should not be translated -->
|
||||
<string name="onboarding_account_sign_in_header_1">Synkroniser Firefox mellom einingar</string>
|
||||
<string moz:removedIn="106" name="onboarding_account_sign_in_header_1" tools:ignore="UnusedResources">Synkroniser Firefox mellom einingar</string>
|
||||
|
||||
<!-- Text for the Firefox account onboarding sign in card header. -->
|
||||
<string name="onboarding_account_sign_in_header">Hald fram der du slutta</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_manual_sign_in_description_2">Ta med bokmerke, historikk og passord til %1$s på denne eininga.</string>
|
||||
<string moz:removedIn="106" name="onboarding_manual_sign_in_description_2" tools:ignore="UnusedResources">Ta med bokmerke, historikk og passord til %1$s på denne eininga.</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Registrer deg</string>
|
||||
<string moz:removedIn="106" name="onboarding_firefox_account_sign_in_1" tools:ignore="UnusedResources">Registrer deg</string>
|
||||
<!-- Text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in">Logg inn</string>
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Synkronisering er på</string>
|
||||
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Alltid med personvern</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_header_3" tools:ignore="UnusedResources">Alltid med personvern</string>
|
||||
<!-- Text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header">Personvernsikring som standard</string>
|
||||
<!-- text for the tracking protection card description. The first parameter is the name of the application.-->
|
||||
<string name="onboarding_tracking_protection_description_4">%1$s stoppar selskap automatisk frå å spore aktivitetane dine på nettet i det skjulte.</string>
|
||||
<string moz:removedIn="106" name="onboarding_tracking_protection_description_4" tools:ignore="UnusedResources">%1$s stoppar selskap automatisk frå å spore aktivitetane dine på nettet i det skjulte.</string>
|
||||
<!-- text for tracking protection radio button option for standard level of blocking -->
|
||||
<string name="onboarding_tracking_protection_standard_button_2">Standard (standard)</string>
|
||||
<!-- text for standard blocking option button description -->
|
||||
@ -1251,12 +1262,12 @@
|
||||
<!-- text for the toolbar position card header -->
|
||||
<string name="onboarding_toolbar_placement_header_1">Vel plassering for verktøylinja</string>
|
||||
<!-- text for the toolbar position card description -->
|
||||
<string name="onboarding_toolbar_placement_description_1">Plassere verktøylinja innanfor rekkjevidde. Ha henne i botn eller topp.</string>
|
||||
<string moz:removedIn="106" name="onboarding_toolbar_placement_description_1" tools:ignore="UnusedResources">Plassere verktøylinja innanfor rekkjevidde. Ha henne i botn eller topp.</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header">Ditt personvern</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">Ditt personvern</string>
|
||||
<!-- text for the privacy notice onboarding card description
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) Substitute %s for long browser name. -->
|
||||
<string name="onboarding_privacy_notice_description2">Vi har utvikla %s for å gi deg kontroll over det du deler på nettet og kva du deler med oss.</string>
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_description2" tools:ignore="UnusedResources">Vi har utvikla %s for å gi deg kontroll over det du deler på nettet og kva du deler med oss.</string>
|
||||
<!-- Text for the button to read the privacy notice -->
|
||||
<string name="onboarding_privacy_notice_read_button">Les personvernmerknaden vår</string>
|
||||
|
||||
|
@ -77,6 +77,12 @@
|
||||
<!-- Content description for close button used in "contextual feature recommendation" (CFR) popups -->
|
||||
<string name="cfr_dismiss_button_default_content_description">Tutup</string>
|
||||
|
||||
<!-- Total cookie protection "contextual feature recommendation" (CFR) -->
|
||||
<!-- Text for the message displayed in the contextual feature recommendation popup promoting the total cookie protection feature. -->
|
||||
<string name="tcp_cfr_message">Pitur pripasi pangwedelna anu sakaligus meungpeuk palacak meuntas-loka.</string>
|
||||
<!-- Text displayed that links to website containing documentation about the "Total cookie protection" feature. -->
|
||||
<string name="tcp_cfr_learn_more">Leuwih teleb ngeunaan Total Cookie Protection</string>
|
||||
|
||||
<!-- Text for the info dialog when camera permissions have been denied but user tries to access a camera feature. -->
|
||||
<string name="camera_permissions_needed_message">Butuh aksés kaméra. Buka setélan Android, toél idin, laju toél idinan.</string>
|
||||
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
|
||||
@ -1238,6 +1244,10 @@
|
||||
<!-- Text for onboarding welcome message
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) -->
|
||||
<string moz:RemovedIn="106" name="onboarding_header" tools:ignore="UnusedResources">Wilujeng sumping di %s!</string>
|
||||
<!-- Text for onboarding welcome header. -->
|
||||
<string name="onboarding_header_2">Wilujeng sumping di internét anu leuwih hadé</string>
|
||||
<!-- Text for the onboarding welcome message. -->
|
||||
<string name="onboarding_message">Panyungsi anu diwangun pikeun jalma, lain bati.</string>
|
||||
<!-- text for the Firefox account onboarding sign in card header. The word "Firefox" should not be translated -->
|
||||
<string moz:removedIn="106" name="onboarding_account_sign_in_header_1" tools:ignore="UnusedResources">Singkronkeun Firefox sakur parabot</string>
|
||||
<!-- Text for the button to learn more about signing in to your Firefox account. The first parameter is the name of the application.-->
|
||||
@ -1269,6 +1279,8 @@
|
||||
<string name="onboarding_toolbar_placement_description">Angger di handap, atawa pindahkeun ka luhur.</string>
|
||||
<!-- text for the privacy notice onboarding card header -->
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_header" tools:ignore="UnusedResources">Salindungan anjeun</string>
|
||||
<!-- Text for the privacy notice onboarding card header -->
|
||||
<string name="onboarding_privacy_notice_header_1">Anjeun ngadalikeun data anjeun</string>
|
||||
<!-- text for the privacy notice onboarding card description
|
||||
The first parameter is the name of the app (e.g. Firefox Preview) Substitute %s for long browser name. -->
|
||||
<string moz:removedIn="106" name="onboarding_privacy_notice_description2" tools:ignore="UnusedResources">Kami geus ngarancang %s sangkan anjeun bisa ngatur naon anu dibagikeun onlén jeung naon anu dibagikeun ka kami.</string>
|
||||
|
Loading…
Reference in New Issue
Block a user