nextcloud/apps/files_encryption/l10n/nl.php

8 lines
380 B
PHP
Raw Normal View History

2012-08-25 04:08:36 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Versleuteling",
2013-02-08 03:13:16 +04:00
"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:",
2013-01-23 03:06:18 +04:00
"None" => "Geen"
2012-08-25 04:08:36 +04:00
);