10 lines
692 B
PHP
10 lines
692 B
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"Encryption" => "Kryptering",
|
|
"None" => "Ingen"
|
|
);
|