summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/da/localization/da/toolkit/downloads/downloadUI.ftl
blob: da19e4294b05cca709ad952285a8becbdf390230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

download-ui-confirm-title = Annuller alle filhentninger?

## Variables:
##   $downloadsCount (Number): The current downloads count.

download-ui-confirm-quit-cancel-downloads =
    { $downloadsCount ->
        [1] Hvis du afslutter nu, vil hentning af 1 fil blive annulleret. Er du sikker på, at du vil afslutte?
       *[other] Hvis du afslutter nu, vil hentning af { $downloadsCount } filer blive annulleret. Er du sikker på, at du vil afslutte?
    }
download-ui-confirm-quit-cancel-downloads-mac =
    { $downloadsCount ->
        [1] Hvis du afslutter nu, vil hentning af 1 fil blive annulleret. Er du sikker på, at du vil afslutte?
       *[other] Hvis du afslutter nu, vil hentning af { $downloadsCount } filer blive annulleret. Er du sikker på, at du vil afslutte?
    }
download-ui-dont-quit-button =
    { PLATFORM() ->
        [mac] Afslut ikke
       *[other] Afslut ikke
    }

download-ui-confirm-offline-cancel-downloads =
    { $downloadsCount ->
        [1] Hvis du går offline nu, vil hentning af 1 fil blive annulleret. Er du sikker på, at du vil gå offline?
       *[other] Hvis du går offline nu, vil hentning af { $downloadsCount } filer blive annulleret. Er du sikker på, at du vil gå offline?
    }
download-ui-dont-go-offline-button = Forbliv online

download-ui-confirm-leave-private-browsing-windows-cancel-downloads =
    { $downloadsCount ->
        [1] Hvis du lukker alle privat browsing-vinduer nu, vil 1 filhentning blive annulleret. Er du sikker på, at du vil forlade privat browsing-tilstand?
       *[other] Hvis du lukker alle privat browsing-vinduer nu, vil { $downloadsCount } filhentninger blive annulleret. Er du sikker på, at du vil forlade privat browsing-tilstand?
    }
download-ui-dont-leave-private-browsing-button = Forbliv i privat browsing-tilstand

download-ui-cancel-downloads-ok =
    { $downloadsCount ->
        [1] Annuller hentning af 1 fil
       *[other] Annuller hentning af { $downloadsCount } filer
    }

##

download-ui-file-executable-security-warning-title = Åbn eksekverbar fil?
# Variables:
#   $executable (String): The executable file to be opened.
download-ui-file-executable-security-warning = "{ $executable }" er en eksekverbar fil og kan indeholde vira eller anden ondsindet kode, som kan skade din computer. Vær agtpågivende, når du åbner denne fil. Er du sikker på, at du vil åbne "{ $executable }"?