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

da.js « l10n - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18952e4edddf040ed90794c2399d98be1f74d489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "quota_warning",
    {
    "Saving…" : "Gemmer...",
    "Saved!" : "Gemt!",
    "Quota warning" : "Kvote advarsel",
    "Nearing your storage quota" : "Tæt på din lagring grænse",
    "Or click the following button for options to change your data plan." : "Eller klik på følgende knap for at få muligheden for at ændre din data plan.",
    "Or click the following link for options to change your data plan." : "Eller klik på følgende link for at få muligheden for at ændre din data plan.",
    "Data plan options" : "Data plan muligheder",
    "You are using more than %d%% of your storage quota" : "Du bruger mere end %d%% af din diskplads",
    "First notification" : "Første notifikation ",
    "Send an email" : "Send en email",
    "Second notification" : "Anden notifikation",
    "Final notification" : "Sidste notifikation",
    "Link to quota management" : "Link til plads administration",
    "Resend notifications after … days" : "Send notifikation igen efter ... dage",
    "Set to 0 if the user should only receive one notification." : "Sæt til 0 hvis brugeren kun skal modtage en notifikation.",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don´t need anymore." : "Du bruger mere en %d%% af din plads. Prøv at frigøre noget plads ved at slette gamle filer du ikke bruger mere."
},
"nplurals=2; plural=(n != 1);");