diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-21 00:11:31 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-21 00:11:31 +0100 |
commit | 3e39c39d6a106af08898d52e1015142d9c411365 (patch) | |
tree | a3a947fc015c3ec1b63ab2e43f17092b0f7bfb8b /core | |
parent | 986f5d9f3e330f52a068ba916a10ea938a80ad41 (diff) | |
download | nextcloud-server-3e39c39d6a106af08898d52e1015142d9c411365.tar.gz nextcloud-server-3e39c39d6a106af08898d52e1015142d9c411365.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/nl.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 89bb322773d..c3f5c887658 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"User %s shared a file with you" => "Gebruiker %s deelde een bestand met u", +"User %s shared a folder with you" => "Gebruiker %s deelde een map met u", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "Gebruiker %s deelde bestand \"%s\" met u. Het is hier te downloaden: %s", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Gebruiker %s deelde de map \"%s\" met u. De map is hier beschikbaar voor download: %s", "Category type not provided." => "Categorie type niet opgegeven.", "No category to add?" => "Geen categorie toevoegen?", "This category already exists: " => "Deze categorie bestaat al.", @@ -39,6 +43,8 @@ "Share with link" => "Deel met link", "Password protect" => "Wachtwoord beveiliging", "Password" => "Wachtwoord", +"Email link to person" => "E-mail link naar persoon", +"Send" => "Versturen", "Set expiration date" => "Stel vervaldatum in", "Expiration date" => "Vervaldatum", "Share via email:" => "Deel via email:", @@ -55,6 +61,8 @@ "Password protected" => "Wachtwoord beveiligd", "Error unsetting expiration date" => "Fout tijdens het verwijderen van de verval datum", "Error setting expiration date" => "Fout tijdens het instellen van de vervaldatum", +"Sending ..." => "Versturen ...", +"Email sent" => "E-mail verzonden", "ownCloud password reset" => "ownCloud wachtwoord herstellen", "Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}", "You will receive a link to reset your password via Email." => "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.", |