Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e31c7b6

Browse files
author
Mozilla Releng Treescript
committedMar 8, 2025
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
1 parent 877dd88 commit e31c7b6

File tree

23 files changed

+508
-2
lines changed

23 files changed

+508
-2
lines changed
 

‎mobile/android/fenix/app/src/main/res/values-ast/strings.xml

+6
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
<string name="navbar_cfr_title">Restola más rápido cola navegación nueva</string>
117117
<!-- Text for the message displayed in the contextual feature recommendation popup promoting the navigation bar. -->
118118
<string name="navbar_cfr_message_2">Nun sitiu web, esta barra escuéndese a midida que te desplaces p\'abaxo pa consiguir más espaciu.</string>
119+
<!-- Text for the message displayed for the popup promoting the long press of navigation in the navigation bar. -->
120+
<string name="navbar_navigation_buttons_cfr_message">Ten primíes les fleches pa saltar de páxina nel historial d\'esta llingüeta.</string>
119121
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
120122
<string name="camera_permissions_needed_positive_button_text">Dir a Configuración</string>
121123
<!-- Text for the negative action button to dismiss the dialog. -->
@@ -124,6 +126,10 @@
124126
<string name="tab_tray_close_tabs_banner_positive_button_text">Ver les opciones</string>
125127
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
126128
<string name="tab_tray_close_tabs_banner_negative_button_text">Escartar</string>
129+
<!-- Text for the action link to go to Settings for inactive tabs. -->
130+
<string name="tab_tray_inactive_onboarding_button_text">Desactivar na configuración</string>
131+
<!-- Text for title for the auto-close dialog of the inactive tabs. -->
132+
<string name="tab_tray_inactive_auto_close_title">¿Quies zarrales automáticamente al cabu d\'un mes?</string>
127133
<!--
128134
Text for the body for the auto-close dialog of the inactive tabs.
129135
The first parameter is the name of the application.

‎mobile/android/fenix/app/src/main/res/values-de/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
<!-- Marketing onboarding page body. 'Firefox' is intentionally hardcoded. -->
665665
<string name="onboarding_marketing_body" tools:ignore="BrandUsage,UnusedResources">Wenn Sie anderen erzählen, wie Sie auf Firefox gestoßen sind, helfen Sie uns dabei, unseren Browser mehr Menschen näherzubringen.</string>
666666
<!-- Marketing onboarding page opt-in checkbox. 'Mozilla' is intentionally hardcoded. -->
667-
<string name="onboarding_marketing_opt_in_checkbox" tools:ignore="UnusedResources">Teilen Sie nur wenige Daten mit Mozillas Marketing-Technologie-Partnern. Diese Daten werden niemals verkauft oder verwendet, um Ihnen Werbung zu zeigen.</string>
667+
<string name="onboarding_marketing_opt_in_checkbox" tools:ignore="UnusedResources">Teilen Sie lediglich minimale Daten mit den Marketing-Technologie-Partnern von Mozilla. Diese Daten werden niemals verkauft oder dazu verwendet, Ihnen Werbung anzuzeigen.</string>
668668
<!-- Marketing onboarding page clickable link text to "learn more" on how data is used. -->
669669
<string name="onboarding_marketing_learn_more" tools:ignore="UnusedResources">Wie wir die Daten nutzen</string>
670670
<!-- Marketing onboarding page button label. Button to confirm choice and start browsing. -->
@@ -715,7 +715,7 @@
715715
716716
Widget description for widget picker screen
717717
-->
718-
<string name="widget_picket_description">Starten Sie eine schnelle Suche</string>
718+
<string name="widget_picket_description">Schnellsuche starten</string>
719719
<!--
720720
Search Widget
721721

‎mobile/android/fenix/app/src/main/res/values-el/strings.xml

+10
Original file line numberDiff line numberDiff line change
@@ -2202,12 +2202,22 @@
22022202
<string name="preference_doh_add_site_description">Προσθήκη ιστοτόπου</string>
22032203
<!-- Title displayed for "Default Protection" option under "DNS over HTTPS" -->
22042204
<string name="preference_doh_default_protection">Προεπιλεγμένη προστασία</string>
2205+
<!-- Title displayed for "Increased Protection" option under "DNS over HTTPS" -->
2206+
<string name="preference_doh_increased_protection">Αυξημένη προστασία</string>
2207+
<!-- Summary displayed for "Increased Protection" option under "DNS over HTTPS" -->
2208+
<string name="preference_doh_increased_protection_summary">Εσείς ελέγχετε πότε θα χρησιμοποιείται ασφαλές DNS και επιλέγετε τον πάροχό σας.</string>
2209+
<!-- Bullet point 1 for "Increased Protection" information page under "DNS over HTTPS" -->
2210+
<string name="preference_doh_increased_protection_info_1">Χρήση του παρόχου της επιλογής σας</string>
22052211
<!-- Title displayed for "Max Protection" option under "DNS over HTTPS" -->
22062212
<string name="preference_doh_max_protection">Μέγιστη προστασία</string>
22072213
<!-- Text displayed for "Default provider" under "DNS over HTTPS" providers -->
22082214
<string name="preference_doh_provider_default">(προεπιλογή)</string>
2215+
<!-- Text displayed for "Custom provider" dialog under "DNS over HTTPS" -->
2216+
<string name="preference_doh_provider_custom_dialog_title">Προσαρμοσμένος πάροχος</string>
22092217
<!-- Text displayed above provider textfield under "DNS over HTTPS" -->
22102218
<string name="preference_doh_provider_custom_dialog_textfield">Πάροχος</string>
2219+
<!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL does not start with "https://" or its scheme is not "https" -->
2220+
<string name="preference_doh_provider_custom_dialog_error_https">Το URL πρέπει να ξεκινά με «https://»</string>
22112221
<!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL is invalid -->
22122222
<string name="preference_doh_provider_custom_dialog_error_invalid">Μη έγκυρο URL</string>
22132223
<!-- Cancel button text for provider textfield under "DNS over HTTPS" -->

‎mobile/android/fenix/app/src/main/res/values-es-rCL/strings.xml

+14
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,12 @@
709709
<string name="onboarding_customize_theme_content_description">Imagen del tema %1$s</string>
710710
<!-- Onboarding theme selection card label for 'Not now' button, used by Nimbus experiments. -->
711711
<string name="onboarding_customize_theme_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Ahora no</string>
712+
<!--
713+
Widget Picker
714+
715+
Widget description for widget picker screen
716+
-->
717+
<string name="widget_picket_description">Iniciar una búsqueda rápida</string>
712718
<!--
713719
Search Widget
714720
@@ -878,12 +884,16 @@
878884
<string name="preferences_show_search_suggestions_in_private">Mostrar en sesiones privadas</string>
879885
<!-- Preference title for switch preference to show trending search suggestions -->
880886
<string name="preferences_show_trending_search_suggestions">Mostrar las sugerencias más populares</string>
887+
<!-- Preference title for switch preference to show recent search suggestions -->
888+
<string name="preferences_show_recent_search_suggestions">Mostrar búsquedas recientes</string>
881889
<!-- Preference title for switch preference to show a clipboard suggestion when searching -->
882890
<string name="preferences_show_clipboard_suggestions">Mostrar sugerencias del portapapeles</string>
883891
<!-- Preference title for switch preference to suggest browsing history when searching -->
884892
<string name="preferences_search_browsing_history">Buscar historial de navegación</string>
885893
<!-- Preference title for switch preference to suggest bookmarks when searching -->
886894
<string name="preferences_search_bookmarks">Buscar marcadores</string>
895+
<!-- Preference title for switch preference to show shortcuts when searching -->
896+
<string name="preferences_show_shortcuts">Mostrar atajos</string>
887897
<!-- Preference title for switch preference to suggest synced tabs when searching -->
888898
<string name="preferences_search_synced_tabs">Buscar pestañas sincronizadas</string>
889899
<!-- Preference for account settings -->
@@ -2595,6 +2605,8 @@
25952605
<string name="quick_settings_sheet_secure_connection_2">Conexión segura</string>
25962606
<!-- Label that indicates a site is using a insecure connection -->
25972607
<string name="quick_settings_sheet_insecure_connection_2">Conexión no segura</string>
2608+
<!-- Label that indicates a site is displaying a local document -->
2609+
<string name="quick_settings_sheet_local_page">Esta página está almacenada en tu dispositivo.</string>
25982610
<!-- Label to clear site data -->
25992611
<string name="clear_site_data">Limpiar cookies y datos del sitio</string>
26002612
<!-- Confirmation message for a dialog confirming if the user wants to delete all data for current site -->
@@ -2761,6 +2773,8 @@
27612773
<string name="google_search_engine_suggestion_header">Búsqueda de Google</string>
27622774
<!-- Title for search suggestions when the default search suggestion engine is anything other than Google. The first parameter is default search engine name. -->
27632775
<string name="other_default_search_engine_suggestion_header">Buscar con %s</string>
2776+
<!-- Title for recent search suggestions. -->
2777+
<string name="recent_searches_header">Búsquedas recientes</string>
27642778
<!--
27652779
Default browser experiment
27662780
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.