diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-16 00:21:21 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-16 00:21:21 +0100 |
commit | 0398bfffca723077eaa2ba0db7d60562c7826483 (patch) | |
tree | a4ffe66d88e2d791ec5e55bb54c1c09ca420c3eb /apps/files/l10n/nl.php | |
parent | 4668f8c86e4477c05049f39ebc387115add61264 (diff) | |
download | nextcloud-server-0398bfffca723077eaa2ba0db7d60562c7826483.tar.gz nextcloud-server-0398bfffca723077eaa2ba0db7d60562c7826483.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/nl.php')
-rw-r--r-- | apps/files/l10n/nl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 77219abcf20..48c4ac74c2b 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( +"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", +"Unable to rename file" => "Kan bestand niet hernoemen", "No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout", "There is no error, the file uploaded with success" => "Geen fout opgetreden, bestand successvol geupload.", "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:", @@ -35,6 +38,7 @@ "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", "{count} files scanned" => "{count} bestanden gescanned", "error while scanning" => "Fout tijdens het scannen", "Name" => "Naam", |