summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/nl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-09 08:06:31 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-09 08:06:31 -0400
commit98f836363a1aee8dbc767068fcb357802f228cf2 (patch)
tree76750376702fb3b37d913b721c8440121999b68e /apps/files_encryption/l10n/nl.php
parenta2ac5e016334429892ac84bafa2644d8d39e6eb2 (diff)
downloadnextcloud-server-98f836363a1aee8dbc767068fcb357802f228cf2.tar.gz
nextcloud-server-98f836363a1aee8dbc767068fcb357802f228cf2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/nl.php')
-rw-r--r--apps/files_encryption/l10n/nl.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php
index 9cf7bcd1721..8a94b806ac4 100644
--- a/apps/files_encryption/l10n/nl.php
+++ b/apps/files_encryption/l10n/nl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Recovery key successfully enabled" => "Herstelsleutel succesvol geactiveerd",
"Could not enable recovery key. Please check your recovery key password!" => "Kon herstelsleutel niet activeren. Controleer het wachtwoord van uw herstelsleutel!",
"Recovery key successfully disabled" => "Herstelsleutel succesvol gedeactiveerd",
@@ -9,7 +10,6 @@
"Could not update the private key password. Maybe the old password was not correct." => "Kon het wachtwoord van de privésleutel niet wijzigen. Misschien was het oude wachtwoord onjuist.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Uw privésleutel is niet geldig! Misschien was uw wachtwoord van buitenaf gewijzigd. U kunt het wachtwoord van uw privésleutel aanpassen in uw persoonlijke instellingen om toegang tot uw versleutelde bestanden te vergaren.",
"Missing requirements." => "Missende benodigdheden.",
-"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.",
"Saving..." => "Opslaan",
"Your private key is not valid! Maybe the your password was changed from outside." => "Uw privésleutel is niet geldig. Misschien was uw wachtwoord van buitenaf gewijzigd.",
"You can unlock your private key in your " => "U kunt uw privésleutel deblokkeren in uw",
@@ -34,3 +34,4 @@
"File recovery settings updated" => "Bestandsherstel instellingen bijgewerkt",
"Could not update file recovery" => "Kon bestandsherstel niet bijwerken"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";