nextcloud/apps/files_encryption/l10n/da.php

5 lines
89 B
PHP
Raw Normal View History

2012-09-13 20:03:18 -04:00
<?php $TRANSLATIONS = array(
2013-05-25 20:03:54 -04:00
"Saving..." => "Gemmer...",
2013-05-24 20:11:52 -04:00
"Encryption" => "Kryptering"
2012-09-13 20:03:18 -04:00
);