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

nb.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0caa60d24a79bbb8a6c210e9f59f8b9311c9692 (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
OC.L10N.register(
    "notes",
    {
    "Notes" : "Notater",
    "New note" : "Nytt notat",
    "Error" : "Feil",
    "Settings" : "Innstillinger",
    "There are unsaved notes. Leaving the page will discard all changes!" : "Det finnes ulagrede notater. Å forlate siden vil forkaste alle endringer!",
    "All notes" : "Alle notater",
    "Categories" : "Kategorier",
    "Loading …" : "Laster...",
    "Today" : "I dag",
    "Yesterday" : "I går",
    "This week" : "Denne uken",
    "Last week" : "Forrige uke",
    "This month" : "Denne måneden",
    "Last month" : "Forrige måned",
    "Delete note" : "Slett notat",
    "Remove from favorites" : "Fjern fra favoritter",
    "Add to favorites" : "Legg til i favoritter",
    "Details" : "Detaljer",
    "Preview" : "Forhåndsvis",
    "Edit" : "Rediger",
    "Category" : "Kategori",
    "Uncategorized" : "Ukategorisert",
    "Saving failed!" : "Lagring mislyktes!",
    "_%n word_::_%n words_" : ["%n ord","%n ord"],
    "Android app" : "Android-app",
    "iOS app" : "iOS-app"
},
"nplurals=2; plural=(n != 1);");