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: e889363b40d3daec5987c757803c4ef802939422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Administratörnotifieringar",
    "Notifications" : "Notifikation",
    "Dismiss all notifications" : "Avfärda alla notifieringar",
    "No notifications" : "Inga notifikationer",
    "Failed to dismiss all notifications" : "Misslyckades att avfärda alla notifieringar",
    "Failed to perform action" : "Misslyckades utföra åtgärd",
    "Dismiss" : "Avfärda",
    "Failed to dismiss notification" : "Misslyckades att avfärda notifiering",
    "in {path}" : "i {path}"
},
"nplurals=2; plural=(n != 1);");