diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-08 00:13:16 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-08 00:13:16 +0100 |
commit | 59249ebc0ca3731711ee99d591742164b32d0cdd (patch) | |
tree | f30d8326968ca38689614e33ba2969525d8ba107 /apps/files_encryption/l10n/nl.php | |
parent | 3bd33b69a1c37cee5c3d180ec8952a611aabb4d1 (diff) | |
download | nextcloud-server-59249ebc0ca3731711ee99d591742164b32d0cdd.tar.gz nextcloud-server-59249ebc0ca3731711ee99d591742164b32d0cdd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/nl.php')
-rw-r--r-- | apps/files_encryption/l10n/nl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php index fc8a7954a9e..c434330049b 100644 --- a/apps/files_encryption/l10n/nl.php +++ b/apps/files_encryption/l10n/nl.php @@ -1,8 +1,12 @@ <?php $TRANSLATIONS = array( +"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Schakel om naar uw eigen ownCloud client en wijzig uw versleutelwachtwoord om de conversie af te ronden.", "switched to client side encryption" => "overgeschakeld naar client side encryptie", "Change encryption password to login password" => "Verander encryptie wachtwoord naar login wachtwoord", "Please check your passwords and try again." => "Controleer uw wachtwoorden en probeer het opnieuw.", "Could not change your file encryption password to your login password" => "Kon het bestandsencryptie wachtwoord niet veranderen naar het login wachtwoord", "Encryption" => "Versleuteling", +"File encryption is enabled." => "Bestandsversleuteling geactiveerd.", +"The following file types will not be encrypted:" => "De volgende bestandstypen zullen niet worden versleuteld:", +"Exclude the following file types from encryption:" => "Sluit de volgende bestandstypen uit van versleuteling:", "None" => "Geen" ); |