nextcloud/apps/files/l10n/nl.php

45 lines
2.5 KiB
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "Geen fout opgetreden, bestand successvol geupload.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het geüploade bestand is groter dan de upload_max_filesize instelling in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het geüploade bestand is groter dan de MAX_FILE_SIZE richtlijn die is opgegeven in de HTML-formulier",
"The uploaded file was only partially uploaded" => "Het bestand is slechts gedeeltelijk geupload",
"No file was uploaded" => "Geen bestand geüpload",
"Missing a temporary folder" => "Een tijdelijke map mist",
2012-05-17 02:36:21 +04:00
"Failed to write to disk" => "Schrijven naar schijf mislukt",
2011-08-18 13:46:49 +04:00
"Files" => "Bestanden",
2012-07-30 04:05:41 +04:00
"Delete" => "Verwijder",
"generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.",
"Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes",
"Upload Error" => "Upload Fout",
"Pending" => "Wachten",
"Upload cancelled." => "Uploaden geannuleerd.",
"Invalid name, '/' is not allowed." => "Ongeldige naam, '/' is niet toegestaan.",
2012-06-06 02:29:28 +04:00
"Size" => "Bestandsgrootte",
"Modified" => "Laatst aangepast",
2012-07-30 04:05:41 +04:00
"folder" => "map",
"folders" => "mappen",
"file" => "bestand",
"files" => "bestanden",
2012-05-17 02:36:21 +04:00
"File handling" => "Bestand",
2011-09-25 01:12:18 +04:00
"Maximum upload size" => "Maximale bestandsgrootte voor uploads",
2012-05-17 02:36:21 +04:00
"max. possible: " => "max. mogelijk: ",
"Needed for multi-file and folder downloads." => "Nodig voor meerdere bestanden en mappen downloads.",
"Enable ZIP-download" => "Zet ZIP-download aan",
"0 is unlimited" => "0 is ongelimiteerd",
"Maximum input size for ZIP files" => "Maximale grootte voor ZIP bestanden",
2012-01-15 18:12:58 +04:00
"New" => "Nieuw",
"Text file" => "Tekstbestand",
"Folder" => "Map",
2012-05-17 02:36:21 +04:00
"From url" => "Van hyperlink",
2011-09-25 01:12:18 +04:00
"Upload" => "Upload",
2012-05-17 02:36:21 +04:00
"Cancel upload" => "Upload afbreken",
2011-09-25 01:12:18 +04:00
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",
2011-08-18 13:46:49 +04:00
"Name" => "Naam",
2012-05-17 02:36:21 +04:00
"Share" => "Delen",
2011-08-18 13:46:49 +04:00
"Download" => "Download",
"Upload too large" => "Bestanden te groot",
2012-05-17 02:36:21 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.",
"Files are being scanned, please wait." => "Bestanden worden gescand, even wachten.",
"Current scanning" => "Er wordt gescand"
2011-08-18 13:46:49 +04:00
);