nextcloud/apps/files_encryption/l10n/de.php

5 lines
86 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
2013-01-23 03:06:18 +04:00
"None" => "Keine"
2012-08-14 01:19:31 +04:00
);