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

nn_NO.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2a07656e4eb89d42d4a5a3902a7d5e294d3ff4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notat",
    "New note" : "Nytt notat",
    "Error" : "Feil",
    "Settings" : "Instillingar",
    "Today" : "I dag",
    "Yesterday" : "i går",
    "Delete note" : "Slett notat",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detaljar",
    "Edit" : "Endra",
    "Category" : "Kategori"
},
"nplurals=2; plural=(n != 1);");