diff options
Diffstat (limited to 'files/l10n/nl.php')
-rw-r--r-- | files/l10n/nl.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/nl.php b/files/l10n/nl.php new file mode 100644 index 00000000000..3e00b453f58 --- /dev/null +++ b/files/l10n/nl.php @@ -0,0 +1,14 @@ +<?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" => "Nieuwer Map", +"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." +); |