server/apps/files_trashbin/l10n/nn_NO.php
2013-04-30 01:59:18 +02:00

10 lines
252 B
PHP

<?php $TRANSLATIONS = array(
"Error" => "Feil",
"Delete permanently" => "Slett for godt",
"Name" => "Namn",
"1 folder" => "1 mappe",
"{count} folders" => "{count} mapper",
"1 file" => "1 fil",
"{count} files" => "{count} filer",
"Delete" => "Slett"
);