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: 3e78773471e507bca08851c54fd62817b2c5c5da (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_texteditor",
    {
    "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!",
    "An error occurred!" : "Ein feil oppstod!"
},
"nplurals=2; plural=(n != 1);");