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

nn_NO.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18b515773adc34822bd33e6d6715532f2e70003e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "mail",
    {
    "Important" : "Viktig",
    "Work" : "Arbeid",
    "Personal" : "Personleg",
    "Mail" : "Post",
    "Name" : "Namn",
    "Password" : "Passord",
    "None" : "Ingen",
    "Save" : "Lagre",
    "Connect" : "Kopla til",
    "Signature" : "Signatur",
    "Cancel" : "Avbryt",
    "Retry" : "Forsøk att",
    "Send" : "Send",
    "Favorite" : "Favoritt",
    "Select" : "Vel",
    "Move" : "Move",
    "Create" : "Lag",
    "Choose" : "Vel",
    "Favorites" : "Favorit",
    "Other" : "Anna",
    "Reply" : "Svare",
    "Settings" : "Instillingar",
    "Quota" : "Kvote",
    "Delete" : "Ta bort",
    "Add" : "Legg til",
    "Set" : "Sett",
    "Remove" : "Fjern",
    "General" : "Generelt",
    "User" : "Bruker",
    "Host" : "Tenar",
    "Keyboard shortcuts" : "Tastatursnarvegar",
    "Search" : "Search",
    "Refresh" : "Last inn på nytt",
    "All" : "Alle",
    "Sent" : "Sendt",
    "Message sent" : "Melding sendt"
},
"nplurals=2; plural=(n != 1);");