Welcome to mirror list, hosted at ThFree Co, Russian Federation.

da.js « l10n - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f8b3677b91b6f2ff257d6885e42bbcd40bc82d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "ransomware_protection",
    {
    "Ransomware protection" : "Ransomware beskyttelse",
    "File “%1$s” could not be uploaded!" : "Fil “%1$s” kunne ikke uploades.",
    "Your sync clients are currently blocked from further uploads" : "Din synk klient er blokeret for at uploade yderligere filer",
    "Pause protection" : "Stop beskyttelse",
    "I need help!" : "You har brug for hjælp!",
    "User %s may be infected with ransomware and is asking for your help." : "Bruger %s har muligvis fået ransomware og har spurgt om din hjælp.",
    "I will help" : "Jeg vil hjælpe",
    "Additional extension patterns" : "Yderligere filtype mønstrer",
    "Ignore extension patterns" : "Ignorer filtype mønster",
    "Protection is currently active" : "Beskyttelse er aktiv"
},
"nplurals=2; plural=(n != 1);");