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

Import strings from android-l10n. #2613

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@
and is used to enable or disable playback of DRM controlled content. -->
<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>

<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
and is used to enable or disable the tabs restoration after a fresh app start. -->
<string name="security_options_restore_tabs">Gendan faneblade og vinduer efter genstart</string>

<!-- This string labels an On/Off switch in the Privacy and Security settings dialog
and is used to enable or disable tracking protection. -->
<string name="security_options_tracking_protection">Beskyttelse mod sporing</string>
Expand Down Expand Up @@ -598,6 +602,10 @@
of this storage even though the storage may not reside on external removable media. -->
<string name="security_options_permission_storage">Læs eksternt lager</string>

<!-- This string labels the button that displays or enables application access to the device's
camera and microphone, if present. -->
<string name="security_options_permission_camera_and_microphone">Kamera og mikrofon</string>

<!-- This string labels the button in the privacy option panel that enables/disables the pop-up
blocking. -->
<string name="security_options_block_pup_up_windows">Bloker pop op-vinduer</string>
Expand Down Expand Up @@ -660,6 +668,9 @@
device's microphone. It explains why Voice Search is not working. -->
<string name="voice_search_permission_after_decline">Giv adgang til mikrofonen for at bruge stemme-søgning.</string>

<!-- This string is displayed in the button at the bottom of the Voice Search dialog. When clicked the Voice search dialog is closed. -->
<string name="voice_search_close">Luk</string>

<!-- This string is displayed in the URL bar when it is empty. It informs the user that they
may use the URL bar to search the Web or enter a Web address. -->
<string name="search_placeholder">Søg på nettet eller indtast en adresse</string>
Expand Down Expand Up @@ -931,6 +942,14 @@
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
<string name="privacy_options_popups_list_header">Følgende websteder har bedt om lov til at åbne pop op-vinduer:</string>

<!-- 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
when there are no exceptions. -->
<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>

<!-- 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
when there are no exceptions. -->
<string name="privacy_options_popups_list_empty_second">En liste over websteder med tilladelser vil blive vist her.</string>

<!-- This string labels the Reset button that restores the default controller settings values. -->
<string name="controller_options_reset">Nulstil controller-indstillinger</string>

Expand Down