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

da.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8807301d038e74d79c853f61c2c379de746a51c9 (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
OC.L10N.register(
    "backup",
    {
    "seconds" : "sekunder ",
    "minutes" : "minutter",
    "hours" : "timer",
    "days" : "dage",
    "Error" : "Fejl",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Actions" : "Handlinger",
    "Delete" : "Slet",
    "and" : "og",
    "Cancel" : "Annuller",
    "Settings saved" : "Indstillinger gemt",
    "Unable to save the settings" : "Kan ikke gemme indstillingerne",
    "Pending" : "Afventer",
    "Completed" : "Fuldført",
    "Health" : "Sundhed",
    "Status" : "Status",
    "Date" : "Dato",
    "ID" : "ID",
    "Local" : "Lokal"
},
"nplurals=2; plural=(n != 1);");