summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/nl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-26 01:55:36 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-26 01:55:36 -0400
commit790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7 (patch)
tree30dc69cb3f624dc89c607246f65a4b298f9d2570 /apps/files/l10n/nl.php
parent5fa67a4fb0f5e9bd2413336e3de5a02e41215d19 (diff)
downloadnextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.tar.gz
nextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/nl.php')
-rw-r--r--apps/files/l10n/nl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index b4b6be87304..32415076f12 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -28,6 +28,7 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "Upload mislukt, Kon geen bestandsinfo krijgen.",
"Invalid directory." => "Ongeldige directory.",
"Files" => "Bestanden",
+"All files" => "Alle bestanden",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is",
"Total file size {size1} exceeds upload limit {size2}" => "Totale bestandsgrootte {size1} groter dan uploadlimiet {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Niet genoeg vrije ruimte. U upload {size1}, maar is is slechts {size2} beschikbaar",
@@ -87,7 +88,6 @@ $TRANSLATIONS = array(
"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.",
-"Current scanning" => "Er wordt gescand"
+"Files are being scanned, please wait." => "Bestanden worden gescand, even wachten."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";