Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 1500ba5

Browse files
Import l10n. (#2613)
1 parent 9448b13 commit 1500ba5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app/src/main/res/values-da/strings.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,10 @@
559559
and is used to enable or disable playback of DRM controlled content. -->
560560
<string name="security_options_drm_content">Afspil DRM-kontrolleret indhold (&lt;a href=&quot;https://da.wikipedia.org/wiki/Digital_Rights_Management&quot;&gt;Læs mere&lt;/a&gt;)</string>
561561

562+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
563+
and is used to enable or disable the tabs restoration after a fresh app start. -->
564+
<string name="security_options_restore_tabs">Gendan faneblade og vinduer efter genstart</string>
565+
562566
<!-- This string labels an On/Off switch in the Privacy and Security settings dialog
563567
and is used to enable or disable tracking protection. -->
564568
<string name="security_options_tracking_protection">Beskyttelse mod sporing</string>
@@ -598,6 +602,10 @@
598602
of this storage even though the storage may not reside on external removable media. -->
599603
<string name="security_options_permission_storage">Læs eksternt lager</string>
600604

605+
<!-- This string labels the button that displays or enables application access to the device's
606+
camera and microphone, if present. -->
607+
<string name="security_options_permission_camera_and_microphone">Kamera og mikrofon</string>
608+
601609
<!-- This string labels the button in the privacy option panel that enables/disables the pop-up
602610
blocking. -->
603611
<string name="security_options_block_pup_up_windows">Bloker pop op-vinduer</string>
@@ -660,6 +668,9 @@
660668
device's microphone. It explains why Voice Search is not working. -->
661669
<string name="voice_search_permission_after_decline">Giv adgang til mikrofonen for at bruge stemme-søgning.</string>
662670

671+
<!-- This string is displayed in the button at the bottom of the Voice Search dialog. When clicked the Voice search dialog is closed. -->
672+
<string name="voice_search_close">Luk</string>
673+
663674
<!-- This string is displayed in the URL bar when it is empty. It informs the user that they
664675
may use the URL bar to search the Web or enter a Web address. -->
665676
<string name="search_placeholder">Søg på nettet eller indtast en adresse</string>
@@ -931,6 +942,14 @@
931942
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
932943
<string name="privacy_options_popups_list_header">Følgende websteder har bedt om lov til at åbne pop op-vinduer:</string>
933944

945+
<!-- This string is displayed in the first line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list
946+
when there are no exceptions. -->
947+
<string name="privacy_options_popups_list_empty_first">Når du åbner et websted med pop op-vinduer, vil du se en dialogboks, der giver dig mulighed for at blokere pop op-vinduer.</string>
948+
949+
<!-- This string is displayed in the second line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list
950+
when there are no exceptions. -->
951+
<string name="privacy_options_popups_list_empty_second">En liste over websteder med tilladelser vil blive vist her.</string>
952+
934953
<!-- This string labels the Reset button that restores the default controller settings values. -->
935954
<string name="controller_options_reset">Nulstil controller-indstillinger</string>
936955

0 commit comments

Comments
 (0)