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: e764f457b5df559b26f3665fcaf4c603e83e44c7 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Notifikation",
    "No notifications" : "Inga notifikationer",
    "Dismiss" : "Avfärda",
    "in {path}" : "i {path}"
},
"nplurals=2; plural=(n != 1);");