nextcloud/apps/files_trashbin/l10n/nl.php

9 lines
203 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "Naam",
"1 folder" => "1 map",
"{count} folders" => "{count} mappen",
"1 file" => "1 bestand",
"{count} files" => "{count} bestanden",
"Restore" => "Herstellen"
);