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: deffe7d6196d5117a9e3e1742118ea2fdb56628e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Failed to dismiss notification" : "Misslyckades att avfärda notifikation",
    "Failed to dismiss all notifications" : "Misslyckades att avfärda alla notifikationer",
    "in {path}" : "i {path}",
    "Admin notifications" : "Administratörnotifikationer",
    "Notifications" : "Notifikation",
    "No notifications" : "Inga notifikationer",
    "Dismiss" : "Avfärda"
},
"nplurals=2; plural=(n != 1);");