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

sv.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b55b78f700ef412e5303d0350280244b9eeab86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Administratörnotifikationer",
    "Notifications" : "Notifikation",
    "Failed to dismiss all notifications" : "Misslyckades att avfärda alla notifikationer",
    "Failed to dismiss notification" : "Misslyckades att avfärda notifikation",
    "in {path}" : "i {path}",
    "No notifications" : "Inga notifikationer",
    "Dismiss" : "Avfärda"
},
"nplurals=2; plural=(n != 1);");