summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/nb_NO.php
blob: 519b4e5aa24b2b142cfcb986944a9931ea14afc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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",
"Restore" => "Gjenopprett",
"Error" => "Feil",
"restored" => "gjenopprettet",
"Nothing in here. Your trash bin is empty!" => "Ingenting her. Søppelkassen din er tom!",
"Name" => "Navn",
"Deleted" => "Slettet",
"Delete" => "Slett"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";