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: 54d5e059dca4cb8fed7b5126540070ef232457c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Notifikationer",
    "No notifications" : "Ingen notifikationer",
    "Failed to perform action" : "Mislykkedes at udføre handling",
    "Dismiss" : "Afvis",
    "seconds ago" : "sekunder siden",
    "Failed to dismiss notification" : "Kunne ikke fjerne notifikation",
    "in {path}" : "i {path}"
},
"nplurals=2; plural=(n != 1);");