summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/nb_NO.php
blob: 66e61ee72a17a7b7c23b41ff3ba99999dd7b2070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Kunne ikke slette %s fullstendig",
"Couldn't restore %s" => "Kunne ikke gjenopprette %s",
"Deleted files" => "Slettede filer",
"Error" => "Feil",
"restored" => "gjenopprettet",
"Nothing in here. Your trash bin is empty!" => "Ingenting her. Søppelkassen din er tom!",
"Name" => "Navn",
"Restore" => "Gjenopprett",
"Deleted" => "Slettet",
"Delete" => "Slett",
"Deleted Files" => "Slettede filer"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";