diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
commit | ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c (patch) | |
tree | 037daeea38a1b0560dbd86ceffeb9bf96b034e0f /apps/files/l10n/nl.php | |
parent | d2166784813ad161fe3118e2faf325fdeb93fc3c (diff) | |
download | nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.tar.gz nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.zip |
update translations
Diffstat (limited to 'apps/files/l10n/nl.php')
-rw-r--r-- | apps/files/l10n/nl.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index d04dec0987d..e7f32b835b0 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -5,18 +5,31 @@ "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", +"Failed to write to disk" => "Schrijven naar schijf mislukt", "Files" => "Bestanden", +"File handling" => "Bestand", "Maximum upload size" => "Maximale bestandsgrootte voor uploads", +"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", "New" => "Nieuw", "Text file" => "Tekstbestand", "Folder" => "Map", +"From url" => "Van hyperlink", "Upload" => "Upload", +"Cancel upload" => "Upload afbreken", "Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!", "Name" => "Naam", +"Share" => "Delen", "Download" => "Download", "Size" => "Bestandsgrootte", "Modified" => "Laatst aangepast", +"Delete all" => "Alles verwijderen", "Delete" => "Verwijder", "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 te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server." +"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" ); |