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

nn_NO.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41714173c472b4daf9acd4f337449b7637ffad3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_texteditor",
    {
    "Saved" : "Lagra",
    "An error occurred!" : "Ein feil oppstod!",
    "Edit" : "Endra",
    "This file is too big to be opened. Please download the file instead." : "Fila er for stor for å opnast. Ver venleg å laste ned fila i staden for.",
    "Cannot read the file." : "Kan ikkje lesa fila.",
    "Invalid file path supplied." : "Ugyldig stig oppgjett.",
    "The file is locked." : "Fila er låst.",
    "An internal server error occurred." : "Ein intern feil oppstod!"
},
"nplurals=2; plural=(n != 1);");