nextcloud/apps/files_encryption/l10n/da.php

7 lines
227 B
PHP
Raw Normal View History

2012-09-14 04:03:18 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptering",
"Exclude the following file types from encryption" => "Ekskluder følgende filtyper fra kryptering",
"None" => "Ingen",
"Enable Encryption" => "Aktivér kryptering"
);