зеркало из https://github.com/nextcloud/notes.git
18 строки
604 B
JavaScript
18 строки
604 B
JavaScript
OC.L10N.register(
|
|
"notes",
|
|
{
|
|
"Notes" : "Notater",
|
|
"Error" : "Feil",
|
|
"New note" : "Nytt notat",
|
|
"There are unsaved notes. Leaving the page will discard all changes!" : "Det finnes ulagrede notater. Å forlate siden vil forkaste alle endringer!",
|
|
"Settings" : "Innstillinger",
|
|
"All notes" : "Alle notater",
|
|
"Categories" : "Kategorier",
|
|
"Delete note" : "Slett notat",
|
|
"Category" : "Kategori",
|
|
"Uncategorized" : "Ukategorisert",
|
|
"Saving failed!" : "Lagring mislyktes!",
|
|
"_%n word_::_%n words_" : ["%n ord","%n ord"]
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|