diff options
Diffstat (limited to 'apps/files/l10n/nl.php')
-rw-r--r-- | apps/files/l10n/nl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 32415076f12..4c7c73b318b 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -42,6 +42,7 @@ $TRANSLATIONS = array( "Error fetching URL" => "Fout bij ophalen URL", "Share" => "Delen", "Delete permanently" => "Verwijder definitief", +"Delete" => "Verwijder", "Rename" => "Hernoem", "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.", "Pending" => "In behandeling", @@ -85,9 +86,9 @@ $TRANSLATIONS = array( "You don’t have permission to upload or create files here" => "U hebt geen toestemming om hier te uploaden of bestanden te maken", "Nothing in here. Upload something!" => "Er bevindt zich hier niets. Upload een bestand!", "Download" => "Downloaden", -"Delete" => "Verwijder", "Upload too large" => "Upload is 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.", -"Files are being scanned, please wait." => "Bestanden worden gescand, even wachten." +"Files are being scanned, please wait." => "Bestanden worden gescand, even wachten.", +"Currently scanning" => "Nu aan het scannen" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |