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

nb.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c154acb89ab2ba9c475613f94d36c941847fdd82 (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
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Lagrer ...",
    "Saved!" : "Lagret!",
    "Saved" : "Lagret",
    "There was a problem saving your changes. Click to resume editing." : "Det oppstod et problem ved lagring av endringene dine. Klikk for å fortsette redigering.",
    "Edit in plain text editor" : "Rediger i rentekst-editor",
    "An error occurred!" : "En feil oppstod!",
    "Edit" : "Rediger",
    "Mixed" : "Blandet",
    "Preview" : "Forhåndsvis",
    "New text file" : "Ny tekstfil",
    "New text file.txt" : "Ny tekstfil.txt",
    "This file is too big to be opened. Please download the file instead." : "Denne filen er for stor til å bli åpnet. Last ned filen i stedet.",
    "Cannot read the file." : "Kan ikke lese filen.",
    "Invalid file path supplied." : "Ugyldig sti angitt.",
    "The file is locked." : "Filen er låst.",
    "An internal server error occurred." : "En intern serverfeil oppstod.",
    "Could not write to file." : "Kunne ikke skrive til fil.",
    "Share not found" : "Delt fil ikke funnet",
    "You are not authorized to open this share" : "Du har ikke tilgang til å åpne denne delte filen"
},
"nplurals=2; plural=(n != 1);");