nextcloud/files/l10n/nl.php

15 lines
648 B
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
"Files" => "Bestanden",
"Maximum upload size" => "Maximaale bestands groote voor uploads",
"Nothing in here. Upload something!" => "Er bevind zich hier niks, upload een bestand.",
"Upload" => "Uploaden",
"New Folder" => "Nieuwe Map",
2011-08-18 13:46:49 +04:00
"Name" => "Naam",
"Download" => "Download",
"Size" => "Bestandsgroote",
"Modified" => "Laatst aangepast",
"Delete" => "Verwijderen",
"Upload too large" => "Bestanden te groot",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die U probeert up te loaden zijn grooter dan de maximaal toegstane groote voor deze server."
);