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

da.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ffc532a5facbfbb3d90695008d6922207cbdf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "Mislykkedes at udføre handling",
    "Failed to dismiss notification" : "Kunne ikke fjerne notifikation",
    "in {path}" : "i {path}",
    "Notifications" : "Notifikationer",
    "No notifications" : "Ingen notifikationer",
    "Dismiss" : "Afvis"
},
"nplurals=2; plural=(n != 1);");