server/apps/files_trashbin/l10n/nl.php
2013-02-02 00:08:15 +01:00

11 lines
381 B
PHP

<?php $TRANSLATIONS = array(
"perform restore operation" => "uitvoeren restore operatie",
"Name" => "Naam",
"Deleted" => "Verwijderd",
"1 folder" => "1 map",
"{count} folders" => "{count} mappen",
"1 file" => "1 bestand",
"{count} files" => "{count} bestanden",
"Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!",
"Restore" => "Herstellen"
);