diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-01 03:28:25 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-01 03:28:25 +0200 |
commit | 80a8b9c99581d6e2e20276e4c0273e50b67e4658 (patch) | |
tree | 748b07c446e6210377b75d6aab9c9630318257a0 /apps/files/l10n/nl.php | |
parent | 121d3904c98d237643bcd6583b6a382f7a4119a7 (diff) | |
download | nextcloud-server-80a8b9c99581d6e2e20276e4c0273e50b67e4658.tar.gz nextcloud-server-80a8b9c99581d6e2e20276e4c0273e50b67e4658.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/nl.php')
-rw-r--r-- | apps/files/l10n/nl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 6cb353f6372..b83966ff40b 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -1,6 +1,8 @@ <?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 set upload directory." => "Kan upload map niet instellen.", +"Invalid Token" => "Ongeldig Token", "No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout", "There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.", "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:", |