Import l10n.

This commit is contained in:
Mozilla L10n Automation Bot 2022-07-29 00:05:57 +00:00 committed by mergify[bot]
parent 6483e1c647
commit 5e58ace753
3 changed files with 9 additions and 5 deletions

View File

@ -1195,6 +1195,8 @@
<!-- Text for the snackbar to show the user that the deletion of browsing data is in progress -->
<string name="deleting_browsing_data_in_progress">Slettar nettlesardata…</string>
<!-- Dialog message to the user asking to delete all history items inside the opened group. Parameter will be replaced by a history group name. -->
<string name="delete_all_history_group_prompt_message">Slett alle nettsteder i «%s»</string>
<!-- Text for the cancel button for the history group deletion dialog -->
<string name="delete_history_group_prompt_cancel">Avbryt</string>
<!-- Text for the allow button for the history group dialog -->

View File

@ -1173,6 +1173,10 @@
<!-- Dialog message to the user asking to delete browsing data. -->
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">Detta kommer att ta bort all dina surfdata.</string>
<!-- Title text of a delete browsing data dialog. -->
<string name="delete_history_prompt_title">Tidsintervall att radera</string>
<!-- Body text of a delete browsing data dialog. -->
<string name="delete_history_prompt_body">Tar bort historik (inklusive historik som synkroniserats från andra enheter), kakor och annan webbinformation.</string>
<!-- Radio button in the delete browsing data dialog to delete history items for the last hour. -->
<string name="delete_history_prompt_button_last_hour">Senaste timmen</string>
<!-- Radio button in the delete browsing data dialog to delete history items for today and yesterday. -->
@ -1192,6 +1196,8 @@
<!-- Text for the snackbar to show the user that the deletion of browsing data is in progress -->
<string name="deleting_browsing_data_in_progress">Tar bort surfsdata…</string>
<!-- Dialog message to the user asking to delete all history items inside the opened group. Parameter will be replaced by a history group name. -->
<string name="delete_all_history_group_prompt_message">Ta bort alla webbplatser i &quot;%s&quot;</string>
<!-- Text for the cancel button for the history group deletion dialog -->
<string name="delete_history_group_prompt_cancel">Avbryt</string>
<!-- Text for the allow button for the history group dialog -->
@ -1607,8 +1613,6 @@
<string name="addresses_edit_address">Redigera adress</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Hantera adresser</string>
<!-- The header for the full name of an address -->
<string moz:removedIn="102" name="addresses_full_name" tools:ignore="UnusedResources">Fullständigt namn</string>
<!-- The header for the first name of an address -->
<string name="addresses_first_name">Förnamn</string>
<!-- The header for the middle name of an address -->

View File

@ -1587,8 +1587,6 @@
<string name="addresses_edit_address">Sửa địa chỉ</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Quản lý địa chỉ</string>
<!-- The header for the full name of an address -->
<string moz:removedIn="102" name="addresses_full_name" tools:ignore="UnusedResources">Họ và tên</string>
<!-- The header for the first name of an address -->
<string name="addresses_first_name">Tên</string>
<!-- The header for the middle name of an address -->
@ -1854,5 +1852,5 @@
<string name="experiments_snackbar">Bật telemetry để gửi dữ liệu.</string>
<!-- Snackbar button text to navigate to telemetry settings.-->
<string name="experiments_snackbar_button">Đi đến cài đặt</string>
<string name="firefox_suggest_header">Firefox Suggest</string>
<string name="firefox_suggest_header">Đề xuất của Firefox</string>
</resources>