nextcloud/apps/files_encryption/l10n/da.php

10 lines
692 B
PHP
Raw Normal View History

2012-09-14 04:03:18 +04:00
<?php $TRANSLATIONS = array(
2013-01-30 03:25:41 +04:00
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Skift venligst til din ownCloud-klient og skift krypteringskoden for at fuldføre konverteringen.",
"switched to client side encryption" => "skiftet til kryptering på klientsiden",
"Change encryption password to login password" => "Udskift krypteringskode til login-adgangskode",
"Please check your passwords and try again." => "Check adgangskoder og forsøg igen.",
"Could not change your file encryption password to your login password" => "Kunne ikke udskifte krypteringskode med login-adgangskode",
2012-09-14 04:03:18 +04:00
"Encryption" => "Kryptering",
2013-01-23 03:06:18 +04:00
"None" => "Ingen"
2012-09-14 04:03:18 +04:00
);