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

nb_NO.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72ae0cb94d66c1b864abdde8c95513e0aebcaca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"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.",
"An internal server error occurred." => "En intern serverfeil oppstod.",
"Cannot save file as it has been modified since opening" => "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" => "Ikke rettigheter",
"File path not supplied" => "Filbane ikke angitt",
"File mtime not supplied" => "Filens mtime ikke angitt",
"saving..." => "lagrer...",
"saved!" => "lagret!",
"failed!" => "feilet!",
"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.",
"An error occurred!" => "En feil oppstod!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";