nextcloud/apps/files/l10n/nl.php

81 lines
4.9 KiB
PHP
Raw Normal View History

2013-08-09 08:06:31 -04:00
<?php
$TRANSLATIONS = array(
2013-02-09 18:10:29 -05:00
"Could not move %s - File with this name already exists" => "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam",
"Could not move %s" => "Kon %s niet verplaatsen",
2013-06-30 21:28:25 -04:00
"Unable to set upload directory." => "Kan upload map niet instellen.",
"Invalid Token" => "Ongeldig Token",
2013-01-04 18:03:58 -05:00
"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout",
2013-04-26 20:24:29 -04:00
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
2012-12-03 18:07:11 -05:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
2013-04-26 20:24:29 -04:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
"No file was uploaded" => "Er is geen bestand geüpload",
"Missing a temporary folder" => "Er ontbreekt een tijdelijke map",
2012-05-16 18:36:21 -04:00
"Failed to write to disk" => "Schrijven naar schijf mislukt",
2013-02-11 18:21:45 -05:00
"Not enough storage available" => "Niet genoeg opslagruimte beschikbaar",
2013-01-07 18:31:36 -05:00
"Invalid directory." => "Ongeldige directory.",
2011-08-18 05:46:49 -04:00
"Files" => "Bestanden",
2013-06-28 20:09:10 -04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "Het lukt niet om uw bestand te uploaded, omdat het een folder of 0 bytes is",
"Not enough space available" => "Niet genoeg ruimte beschikbaar",
"Upload cancelled." => "Uploaden geannuleerd.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.",
"URL cannot be empty." => "URL kan niet leeg zijn.",
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Ongeldige mapnaam. Gebruik van 'Gedeeld' is voorbehouden aan Owncloud zelf",
"Error" => "Fout",
2013-04-24 12:31:36 -04:00
"Share" => "Delen",
2013-02-07 18:13:16 -05:00
"Delete permanently" => "Verwijder definitief",
2012-09-23 20:04:10 -04:00
"Rename" => "Hernoem",
2013-04-26 20:24:29 -04:00
"Pending" => "In behandeling",
2012-10-23 20:08:34 -04:00
"{new_name} already exists" => "{new_name} bestaat al",
2012-08-24 20:08:36 -04:00
"replace" => "vervang",
2012-09-07 20:05:41 -04:00
"suggest name" => "Stel een naam voor",
2012-08-24 20:08:36 -04:00
"cancel" => "annuleren",
2012-10-23 20:08:34 -04:00
"replaced {new_name} with {old_name}" => "verving {new_name} met {old_name}",
2013-03-03 18:07:35 -05:00
"undo" => "ongedaan maken",
2013-08-15 09:41:45 -04:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
2013-04-08 20:14:02 -04:00
"files uploading" => "bestanden aan het uploaden",
2013-01-07 18:31:36 -05:00
"'.' is an invalid file name." => "'.' is een ongeldige bestandsnaam.",
"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.",
2012-11-24 18:03:37 -05:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.",
2013-02-01 18:08:15 -05:00
"Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol, Bestanden kunnen niet meer worden ge-upload of gesynchroniseerd!",
"Your storage is almost full ({usedSpacePercent}%)" => "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)",
2013-01-20 18:05:34 -05:00
"Your download is being prepared. This might take some time if the files are big." => "Uw download wordt voorbereid. Dit kan enige tijd duren bij grote bestanden.",
2013-01-15 18:21:21 -05:00
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Ongeldige mapnaam. Gebruik van'Gedeeld' is voorbehouden aan Owncloud",
2012-09-26 07:22:37 -04:00
"Name" => "Naam",
2013-04-26 20:24:29 -04:00
"Size" => "Grootte",
"Modified" => "Aangepast",
2013-08-15 09:41:45 -04:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2013-07-22 02:03:23 -04:00
"%s could not be renamed" => "%s kon niet worden hernoemd",
2013-04-26 20:24:29 -04:00
"Upload" => "Uploaden",
2012-05-16 18:36:21 -04:00
"File handling" => "Bestand",
2011-09-24 17:12:18 -04:00
"Maximum upload size" => "Maximale bestandsgrootte voor uploads",
2012-05-16 18: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",
2013-04-26 20:24:29 -04:00
"Save" => "Bewaren",
2012-01-15 09:12:58 -05:00
"New" => "Nieuw",
"Text file" => "Tekstbestand",
"Folder" => "Map",
2012-11-13 18:03:38 -05:00
"From link" => "Vanaf link",
2013-02-19 18:03:28 -05:00
"Deleted files" => "Verwijderde bestanden",
2012-05-16 18:36:21 -04:00
"Cancel upload" => "Upload afbreken",
2013-03-05 18:08:33 -05:00
"You dont have write permissions here." => "U hebt hier geen schrijfpermissies.",
2011-09-24 17:12:18 -04:00
"Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!",
2013-04-26 20:24:29 -04:00
"Download" => "Downloaden",
"Unshare" => "Stop met delen",
2013-08-16 01:32:30 -04:00
"Delete" => "Verwijder",
2013-04-26 20:24:29 -04:00
"Upload too large" => "Upload is te groot",
2012-05-16 18: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.",
2013-02-01 18:08:15 -05:00
"Current scanning" => "Er wordt gescand",
2013-07-22 02:03:23 -04:00
"directory" => "directory",
"directories" => "directories",
2013-07-04 20:21:23 -04:00
"file" => "bestand",
"files" => "bestanden",
2013-02-01 18:08:15 -05:00
"Upgrading filesystem cache..." => "Upgraden bestandssysteem cache..."
2011-08-18 05:46:49 -04:00
);
2013-08-09 08:06:31 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";