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

nn_NO.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7399a39b8bceeb5e5cf8da93a9f2e53dea0ddd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Hei %s",
    "Hello %s," : "Hei %s,",
    "Notifications" : "Meldingar",
    "Dismiss" : "Forkast",
    "seconds ago" : "sekund sidan",
    "in {path}" : "i {spor}",
    "You need to set up your email address before you can receive notification emails." : "Du må skriva inn e-postadressa di før du kan få e-postvarsel.",
    "Never" : "Aldri",
    "Your settings have been updated." : "Innstillingane dine har blitt oppdaterte."
},
"nplurals=2; plural=(n != 1);");