nextcloud/apps/files_encryption/l10n/da.php

8 lines
353 B
PHP
Raw Normal View History

2012-09-14 04:03:18 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptering",
2013-02-12 03:21:45 +04:00
"File encryption is enabled." => "Fil kryptering aktiveret.",
"The following file types will not be encrypted:" => "De følgende filtyper vil ikke blive krypteret:",
"Exclude the following file types from encryption:" => "Ekskluder de følgende fil typer fra kryptering:",
2013-01-23 03:06:18 +04:00
"None" => "Ingen"
2012-09-14 04:03:18 +04:00
);