mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Import l10n.
This commit is contained in:
parent
31e86842dd
commit
caea82864d
@ -147,8 +147,12 @@
|
||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||
<string name="recent_tabs_search_term">Your search for \"%1$s\"</string>
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count">Sites: %1$s</string>
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string moz:removedIn="96" name="recent_tabs_search_term_count" tools:ignore="UnusedResources">Sites: %1$s</string>
|
||||
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count_2">%d sites</string>
|
||||
|
||||
<!-- History Metadata -->
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
@ -157,10 +161,10 @@
|
||||
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Recently visited</string>
|
||||
<string name="history_metadata_header_2">Recently visited</string>
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string name="history_metadata_header_3">Recent searches</string>
|
||||
<string moz:removedIn="96" name="history_metadata_header_3" tools:ignore="UnusedResources">Recent searches</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_menu_item_remove">Remove</string>
|
||||
@ -472,10 +476,10 @@
|
||||
<string name="customize_toggle_recent_bookmarks">Recent bookmarks</string>
|
||||
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||
a section where users see a list of tabs that they have visited in the past few days -->
|
||||
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Recently visited</string>
|
||||
<string name="customize_toggle_recently_visited">Recently visited</string>
|
||||
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||
<string name="customize_toggle_recent_searches">Recent searches</string>
|
||||
<string moz:removedIn="96" name="customize_toggle_recent_searches" tools:ignore="UnusedResources">Recent searches</string>
|
||||
<!-- Title for the customize home screen section with Pocket. -->
|
||||
<string name="customize_toggle_pocket">Pocket</string>
|
||||
|
||||
@ -888,8 +892,8 @@
|
||||
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Open in new tab</string>
|
||||
<!-- History overflow menu open in private tab button -->
|
||||
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Open in private tab</string>
|
||||
<!-- Text for the button to delete a single history item -->
|
||||
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Delete</string>
|
||||
<!-- Context description text for the button to delete a single history item -->
|
||||
<string name="history_delete_item">Delete</string>
|
||||
<!-- History multi select title in app bar
|
||||
The first parameter is the number of bookmarks selected -->
|
||||
<string name="history_multi_select_title">%1$d selected</string>
|
||||
@ -1371,11 +1375,11 @@
|
||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||
another Firefox browser. (The word `Firefox` should not be translated)
|
||||
The first parameter is the email of the detected user's account -->
|
||||
<string name="onboarding_firefox_account_auto_signin_header_3">You are signed in as %s on another Firefox browser on this device. Would you like to sign in with this account?</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_header_3" tools:ignore="UnusedResources">You are signed in as %s on another Firefox browser on this device. Would you like to sign in with this account?</string>
|
||||
<!-- text for the button to confirm automatic sign-in -->
|
||||
<string name="onboarding_firefox_account_auto_signin_confirm">Yes, sign me in</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_confirm" tools:ignore="UnusedResources">Yes, sign me in</string>
|
||||
<!-- text for the automatic sign-in button while signing in is in process -->
|
||||
<string name="onboarding_firefox_account_signing_in">Signing in…</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_signing_in" tools:ignore="UnusedResources">Signing in…</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Sign up</string>
|
||||
<!-- text for the button to stay signed out when presented with an option to automatically sign-in. -->
|
||||
@ -1383,7 +1387,7 @@
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Sync is on</string>
|
||||
<!-- text to display in the snackbar if automatic sign-in fails. user may try again -->
|
||||
<string name="onboarding_firefox_account_automatic_signin_failed">Failed to sign-in</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_automatic_signin_failed" tools:ignore="UnusedResources">Failed to sign-in</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Always-on privacy</string>
|
||||
<!-- text for the tracking protection card description. 'Firefox' intentionally hardcoded here -->
|
||||
|
@ -148,8 +148,12 @@
|
||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||
<string name="recent_tabs_search_term">La búsqueda de \"%1$s\"</string>
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count">Sitios: %1$s</string>
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string moz:removedIn="96" name="recent_tabs_search_term_count" tools:ignore="UnusedResources">Sitios: %1$s</string>
|
||||
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count_2">%d sitios</string>
|
||||
|
||||
<!-- History Metadata -->
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
@ -158,10 +162,10 @@
|
||||
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Visitados recientemente</string>
|
||||
<string name="history_metadata_header_2">Visitados recientemente</string>
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string name="history_metadata_header_3">Búsquedas recientes</string>
|
||||
<string moz:removedIn="96" name="history_metadata_header_3" tools:ignore="UnusedResources">Búsquedas recientes</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_menu_item_remove">Eliminar</string>
|
||||
@ -479,10 +483,10 @@
|
||||
<string name="customize_toggle_recent_bookmarks">Marcadores recientes</string>
|
||||
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||
a section where users see a list of tabs that they have visited in the past few days -->
|
||||
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Visitados recientemente</string>
|
||||
<string name="customize_toggle_recently_visited">Visitados recientemente</string>
|
||||
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||
<string name="customize_toggle_recent_searches">Búsquedas recientes</string>
|
||||
<string moz:removedIn="96" name="customize_toggle_recent_searches" tools:ignore="UnusedResources">Búsquedas recientes</string>
|
||||
<!-- Title for the customize home screen section with Pocket. -->
|
||||
<string name="customize_toggle_pocket">Pocket</string>
|
||||
|
||||
@ -908,8 +912,8 @@
|
||||
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Abrir en una pestaña nueva</string>
|
||||
<!-- History overflow menu open in private tab button -->
|
||||
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Abrir en una pestaña privada</string>
|
||||
<!-- Text for the button to delete a single history item -->
|
||||
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Eliminar</string>
|
||||
<!-- Context description text for the button to delete a single history item -->
|
||||
<string name="history_delete_item">Eliminar</string>
|
||||
<!-- History multi select title in app bar
|
||||
The first parameter is the number of bookmarks selected -->
|
||||
<string name="history_multi_select_title">%1$d seleccionado</string>
|
||||
@ -1397,11 +1401,11 @@
|
||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||
another Firefox browser. (The word `Firefox` should not be translated)
|
||||
The first parameter is the email of the detected user's account -->
|
||||
<string name="onboarding_firefox_account_auto_signin_header_3">Ingresaste como %s en otro navegador Firefox en este dispositivo. ¿Querés iniciar sesión con esta cuenta?</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_header_3" tools:ignore="UnusedResources">Ingresaste como %s en otro navegador Firefox en este dispositivo. ¿Querés iniciar sesión con esta cuenta?</string>
|
||||
<!-- text for the button to confirm automatic sign-in -->
|
||||
<string name="onboarding_firefox_account_auto_signin_confirm">Sí, iniciá mi sesión</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_confirm" tools:ignore="UnusedResources">Sí, iniciá mi sesión</string>
|
||||
<!-- text for the automatic sign-in button while signing in is in process -->
|
||||
<string name="onboarding_firefox_account_signing_in">Iniciando sesión…</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_signing_in" tools:ignore="UnusedResources">Iniciando sesión…</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Registrate</string>
|
||||
<!-- text for the button to stay signed out when presented with an option to automatically sign-in. -->
|
||||
@ -1409,7 +1413,7 @@
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">La sincronización está activada</string>
|
||||
<!-- text to display in the snackbar if automatic sign-in fails. user may try again -->
|
||||
<string name="onboarding_firefox_account_automatic_signin_failed">Falló el inicio de sesión</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_automatic_signin_failed" tools:ignore="UnusedResources">Falló el inicio de sesión</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Privacidad siempre activada</string>
|
||||
<!-- text for the tracking protection card description. 'Firefox' intentionally hardcoded here -->
|
||||
|
@ -147,8 +147,12 @@
|
||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||
<string name="recent_tabs_search_term">Tu búsqueda de \"%1$s\"</string>
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count">Sitios: %1$s</string>
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string moz:removedIn="96" name="recent_tabs_search_term_count" tools:ignore="UnusedResources">Sitios: %1$s</string>
|
||||
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count_2">%d sitios</string>
|
||||
|
||||
<!-- History Metadata -->
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
@ -157,10 +161,10 @@
|
||||
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Visitados recientemente</string>
|
||||
<string name="history_metadata_header_2">Visitados recientemente</string>
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string name="history_metadata_header_3">Búsquedas recientes</string>
|
||||
<string moz:removedIn="96" name="history_metadata_header_3" tools:ignore="UnusedResources">Búsquedas recientes</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_menu_item_remove">Eliminar</string>
|
||||
@ -472,10 +476,10 @@
|
||||
<string name="customize_toggle_recent_bookmarks">Marcadores recientes</string>
|
||||
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||
a section where users see a list of tabs that they have visited in the past few days -->
|
||||
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Visitados recientemente</string>
|
||||
<string name="customize_toggle_recently_visited">Visitados recientemente</string>
|
||||
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||
<string name="customize_toggle_recent_searches">Búsquedas recientes</string>
|
||||
<string moz:removedIn="96" name="customize_toggle_recent_searches" tools:ignore="UnusedResources">Búsquedas recientes</string>
|
||||
<!-- Title for the customize home screen section with Pocket. -->
|
||||
<string name="customize_toggle_pocket">Pocket</string>
|
||||
|
||||
@ -889,8 +893,8 @@
|
||||
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Abrir en nueva pestaña</string>
|
||||
<!-- History overflow menu open in private tab button -->
|
||||
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Abrir en pestaña privada</string>
|
||||
<!-- Text for the button to delete a single history item -->
|
||||
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Eliminar</string>
|
||||
<!-- Context description text for the button to delete a single history item -->
|
||||
<string name="history_delete_item">Eliminar</string>
|
||||
<!-- History multi select title in app bar
|
||||
The first parameter is the number of bookmarks selected -->
|
||||
<string name="history_multi_select_title">%1$d seleccionados</string>
|
||||
@ -1374,11 +1378,11 @@
|
||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||
another Firefox browser. (The word `Firefox` should not be translated)
|
||||
The first parameter is the email of the detected user's account -->
|
||||
<string name="onboarding_firefox_account_auto_signin_header_3">Te has conectado como %s en otro navegador Firefox en este dispositivo. ¿Quieres conectarte con esta cuenta?</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_header_3" tools:ignore="UnusedResources">Te has conectado como %s en otro navegador Firefox en este dispositivo. ¿Quieres conectarte con esta cuenta?</string>
|
||||
<!-- text for the button to confirm automatic sign-in -->
|
||||
<string name="onboarding_firefox_account_auto_signin_confirm">Sí, conectarme</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_confirm" tools:ignore="UnusedResources">Sí, conectarme</string>
|
||||
<!-- text for the automatic sign-in button while signing in is in process -->
|
||||
<string name="onboarding_firefox_account_signing_in">Conectando…</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_signing_in" tools:ignore="UnusedResources">Conectando…</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Registrarse</string>
|
||||
<!-- text for the button to stay signed out when presented with an option to automatically sign-in. -->
|
||||
@ -1386,7 +1390,7 @@
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Sincronización activada</string>
|
||||
<!-- text to display in the snackbar if automatic sign-in fails. user may try again -->
|
||||
<string name="onboarding_firefox_account_automatic_signin_failed">No se pudo conectar</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_automatic_signin_failed" tools:ignore="UnusedResources">No se pudo conectar</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Privacidad siempre activa</string>
|
||||
<!-- text for the tracking protection card description. 'Firefox' intentionally hardcoded here -->
|
||||
|
@ -148,8 +148,12 @@
|
||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||
<string name="recent_tabs_search_term">Vaše hľadanie výrazu \"%1$s\"</string>
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count">Stránky: %1$s</string>
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string moz:removedIn="96" name="recent_tabs_search_term_count" tools:ignore="UnusedResources">Stránky: %1$s</string>
|
||||
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count_2">Stránky: %d</string>
|
||||
|
||||
<!-- History Metadata -->
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
@ -158,10 +162,10 @@
|
||||
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Nedávno navštívené</string>
|
||||
<string name="history_metadata_header_2">Nedávno navštívené</string>
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string name="history_metadata_header_3">Nedávne vyhľadávania</string>
|
||||
<string moz:removedIn="96" name="history_metadata_header_3" tools:ignore="UnusedResources">Nedávne vyhľadávania</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_menu_item_remove">Odstrániť</string>
|
||||
@ -481,10 +485,10 @@
|
||||
<string name="customize_toggle_recent_bookmarks">Nedávno pridané medzi záložky</string>
|
||||
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||
a section where users see a list of tabs that they have visited in the past few days -->
|
||||
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Nedávno navštívené</string>
|
||||
<string name="customize_toggle_recently_visited">Nedávno navštívené</string>
|
||||
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||
<string name="customize_toggle_recent_searches">Nedávne vyhľadávania</string>
|
||||
<string moz:removedIn="96" name="customize_toggle_recent_searches" tools:ignore="UnusedResources">Nedávne vyhľadávania</string>
|
||||
<!-- Title for the customize home screen section with Pocket. -->
|
||||
<string name="customize_toggle_pocket">Pocket</string>
|
||||
|
||||
@ -898,8 +902,8 @@
|
||||
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Otvoriť na novej karte</string>
|
||||
<!-- History overflow menu open in private tab button -->
|
||||
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Otvoriť na súkromnej karte</string>
|
||||
<!-- Text for the button to delete a single history item -->
|
||||
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Odstrániť</string>
|
||||
<!-- Context description text for the button to delete a single history item -->
|
||||
<string name="history_delete_item">Odstrániť</string>
|
||||
<!-- History multi select title in app bar
|
||||
The first parameter is the number of bookmarks selected -->
|
||||
<string name="history_multi_select_title">Počet vybraných položiek: %1$d</string>
|
||||
@ -1387,11 +1391,11 @@
|
||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||
another Firefox browser. (The word `Firefox` should not be translated)
|
||||
The first parameter is the email of the detected user's account -->
|
||||
<string name="onboarding_firefox_account_auto_signin_header_3">V inom Firefoxe na tomto telefóne ste prihlásení ako %s. Chceli by ste sa prihlásiť s týmto účtom?</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_header_3" tools:ignore="UnusedResources">V inom Firefoxe na tomto telefóne ste prihlásení ako %s. Chceli by ste sa prihlásiť s týmto účtom?</string>
|
||||
<!-- text for the button to confirm automatic sign-in -->
|
||||
<string name="onboarding_firefox_account_auto_signin_confirm">Prihlásiť sa</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_confirm" tools:ignore="UnusedResources">Prihlásiť sa</string>
|
||||
<!-- text for the automatic sign-in button while signing in is in process -->
|
||||
<string name="onboarding_firefox_account_signing_in">Prebieha prihlasovanie…</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_signing_in" tools:ignore="UnusedResources">Prebieha prihlasovanie…</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Prihlásiť sa</string>
|
||||
<!-- text for the button to stay signed out when presented with an option to automatically sign-in. -->
|
||||
@ -1399,7 +1403,7 @@
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Synchronizácia je zapnutá</string>
|
||||
<!-- text to display in the snackbar if automatic sign-in fails. user may try again -->
|
||||
<string name="onboarding_firefox_account_automatic_signin_failed">Prihlásenie zlyhalo</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_automatic_signin_failed" tools:ignore="UnusedResources">Prihlásenie zlyhalo</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Vždy zabezpečené súkromie</string>
|
||||
<!-- text for the tracking protection card description. 'Firefox' intentionally hardcoded here -->
|
||||
|
@ -147,8 +147,12 @@
|
||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||
<string name="recent_tabs_search_term">Tìm kiếm của bạn cho \"%1$s\"</string>
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count">Trang web: %1$s</string>
|
||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
||||
<string moz:removedIn="96" name="recent_tabs_search_term_count" tools:ignore="UnusedResources">Trang web: %1$s</string>
|
||||
|
||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||
<string name="recent_tabs_search_term_count_2">%d trang web</string>
|
||||
|
||||
<!-- History Metadata -->
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
@ -157,10 +161,10 @@
|
||||
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string moz:removedIn="94" name="history_metadata_header_2" tools:ignore="UnusedResources">Đã xem gần đây</string>
|
||||
<string name="history_metadata_header_2">Đã xem gần đây</string>
|
||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||
user's browsing history, such as topics they have researched or explored on the web -->
|
||||
<string name="history_metadata_header_3">Tìm kiếm gần đây</string>
|
||||
<string moz:removedIn="96" name="history_metadata_header_3" tools:ignore="UnusedResources">Tìm kiếm gần đây</string>
|
||||
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
|
||||
in the Recently visited section -->
|
||||
<string name="recently_visited_menu_item_remove">Xóa</string>
|
||||
@ -472,10 +476,10 @@
|
||||
<string name="customize_toggle_recent_bookmarks">Dấu trang gần đây</string>
|
||||
<!-- Title for the customize home screen section with recently visited. Recently visited is
|
||||
a section where users see a list of tabs that they have visited in the past few days -->
|
||||
<string moz:removedIn="94" name="customize_toggle_recently_visited" tools:ignore="UnusedResources">Đã xem gần đây</string>
|
||||
<string name="customize_toggle_recently_visited">Đã xem gần đây</string>
|
||||
<!-- Title for the customize home screen settings section for recent searches. Recent searches
|
||||
is a section where users see a list of groups of tabs that they have visited in the past few days -->
|
||||
<string name="customize_toggle_recent_searches">Tìm kiếm gần đây</string>
|
||||
<string moz:removedIn="96" name="customize_toggle_recent_searches" tools:ignore="UnusedResources">Tìm kiếm gần đây</string>
|
||||
<!-- Title for the customize home screen section with Pocket. -->
|
||||
<string name="customize_toggle_pocket">Pocket</string>
|
||||
|
||||
@ -887,8 +891,8 @@
|
||||
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Mở trong thẻ mới</string>
|
||||
<!-- History overflow menu open in private tab button -->
|
||||
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Mở trong thẻ riêng tư</string>
|
||||
<!-- Text for the button to delete a single history item -->
|
||||
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Xóa</string>
|
||||
<!-- Context description text for the button to delete a single history item -->
|
||||
<string name="history_delete_item">Xóa</string>
|
||||
<!-- History multi select title in app bar
|
||||
The first parameter is the number of bookmarks selected -->
|
||||
<string name="history_multi_select_title">%1$d đã chọn</string>
|
||||
@ -1370,11 +1374,11 @@
|
||||
<!-- text for the firefox account onboarding card header when we detect you're already signed in to
|
||||
another Firefox browser. (The word `Firefox` should not be translated)
|
||||
The first parameter is the email of the detected user's account -->
|
||||
<string name="onboarding_firefox_account_auto_signin_header_3">Bạn đã đăng nhập dưới dạng %s trên trình duyệt Firefox khác trên điện thoại này. Bạn có muốn đăng nhập bằng tài khoản này không?</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_header_3" tools:ignore="UnusedResources">Bạn đã đăng nhập dưới dạng %s trên trình duyệt Firefox khác trên điện thoại này. Bạn có muốn đăng nhập bằng tài khoản này không?</string>
|
||||
<!-- text for the button to confirm automatic sign-in -->
|
||||
<string name="onboarding_firefox_account_auto_signin_confirm">Có, đăng nhập cho tôi</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_auto_signin_confirm" tools:ignore="UnusedResources">Có, đăng nhập cho tôi</string>
|
||||
<!-- text for the automatic sign-in button while signing in is in process -->
|
||||
<string name="onboarding_firefox_account_signing_in">Đang đăng nhập…</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_signing_in" tools:ignore="UnusedResources">Đang đăng nhập…</string>
|
||||
<!-- text for the button to manually sign into Firefox account. -->
|
||||
<string name="onboarding_firefox_account_sign_in_1">Đăng ký</string>
|
||||
<!-- text for the button to stay signed out when presented with an option to automatically sign-in. -->
|
||||
@ -1382,7 +1386,7 @@
|
||||
<!-- text to display in the snackbar once account is signed-in -->
|
||||
<string name="onboarding_firefox_account_sync_is_on">Đồng bộ hóa được bật</string>
|
||||
<!-- text to display in the snackbar if automatic sign-in fails. user may try again -->
|
||||
<string name="onboarding_firefox_account_automatic_signin_failed">Không thể đăng nhập</string>
|
||||
<string moz:removedIn="96" name="onboarding_firefox_account_automatic_signin_failed" tools:ignore="UnusedResources">Không thể đăng nhập</string>
|
||||
<!-- text for the tracking protection onboarding card header -->
|
||||
<string name="onboarding_tracking_protection_header_3">Luôn bảo vệ quyền riêng tư</string>
|
||||
<!-- text for the tracking protection card description. 'Firefox' intentionally hardcoded here -->
|
||||
|
Loading…
Reference in New Issue
Block a user