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

nn_NO.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9282d9d49d4a4a43841151e213ac788d47c71dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Klarte ikkje sletta %s for godt",
"Couldn't restore %s" => "Klarte ikkje gjenoppretta %s",
"Deleted files" => "Sletta filer",
"Error" => "Feil",
"restored" => "gjenoppretta",
"Nothing in here. Your trash bin is empty!" => "Ingenting her. Papirkorga di er tom!",
"Name" => "Namn",
"Restore" => "Gjenopprett",
"Deleted" => "Sletta",
"Delete" => "Slett",
"Deleted Files" => "Sletta filer"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";