Import l10n.

This commit is contained in:
Mozilla L10n Automation Bot 2021-11-30 00:25:36 +00:00 committed by mergify[bot]
parent 3c82a34aa1
commit 514f41fe67

View File

@ -884,8 +884,8 @@
<string moz:removedIn="94" name="history_menu_open_in_new_tab_button" tools:ignore="UnusedResources">Åbn i nyt faneblad</string>
<!-- History overflow menu open in private tab button -->
<string moz:removedIn="94" name="history_menu_open_in_private_tab_button" tools:ignore="UnusedResources">Åbn i privat faneblad</string>
<!-- Text for the button to delete a single history item -->
<string moz:removedIn="94" name="history_delete_item" tools:ignore="UnusedResources">Slet</string>
<!-- Context description text for the button to delete a single history item -->
<string name="history_delete_item">Slet</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 valgt</string>
@ -1238,6 +1238,10 @@
<string name="qr_scanner_dialog_positive">TILLAD</string>
<!-- QR code scanner prompt dialog positive option to deny navigation to scanned link -->
<string name="qr_scanner_dialog_negative">AFVIS</string>
<!-- QR code scanner prompt dialog error message shown when a hostname does not contain http or https. -->
<string name="qr_scanner_dialog_invalid">Webadressen er ikke gyldig.</string>
<!-- QR code scanner prompt dialog positive option when there is an error -->
<string name="qr_scanner_dialog_invalid_ok">OK</string>
<!-- Tab collection deletion prompt dialog message. Placeholder will be replaced with the collection name -->
<string name="tab_collection_dialog_message">Er du sikker på, at du vil slette %1$s?</string>
<!-- Collection and tab deletion prompt dialog message. This will show when the last tab from a collection is deleted -->