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

nb.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fa13154f3f4df700c99017c34937c2be2d95f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Hei %s",
    "Hello %s," : "Hei %s,",
    "Admin notifications" : "Administrator- notifikasjoner",
    "Notifications" : "Varsel",
    "No notifications" : "Ingen varsel",
    "Failed to dismiss all notifications" : "Klarte ikke å fjerne alle varslene",
    "Failed to perform action" : "Klarte ikke å utføre handling",
    "Dismiss" : "Forkast",
    "seconds ago" : "sekunder siden",
    "Failed to dismiss notification" : "Klarte ikke fjerne varsel",
    "in {path}" : "i {path}",
    "You need to set up your email address before you can receive notification emails." : "Du må sette opp e-postadressen din før du kan motta varslinger på e-post.",
    "Never" : "Aldri",
    "1 hour" : "1 time",
    "3 hours" : "3 timer",
    "Your settings have been updated." : "Innstillingene dine ble oppdatert."
},
"nplurals=2; plural=(n != 1);");