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: 5d14c4827bb0fcaf21cd42080d77f5617f66abba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"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",
"Save" => "Lagre",
"Search" => "Søk",
"Next" => "Neste",
"Clear" => "Tøm",
"Saving..." => "Lagrer...",
"An error occurred!" => "En feil oppstod!",
"There are unsaved changes in the text editor" => "Det finnes endringer i tekst-editoren som ikke er lagret",
"There were unsaved changes, click here to go back" => "Det var ulagrede endringer, klikk her for å gå tilbake"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";