9 lines
729 B
PHP
9 lines
729 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Vänligen växla till ownCloud klienten och ändra ditt krypteringslösenord för att slutföra omvandlingen.",
|
|
"switched to client side encryption" => "Bytte till kryptering på klientsidan",
|
|
"Change encryption password to login password" => "Ändra krypteringslösenord till loginlösenord",
|
|
"Please check your passwords and try again." => "Kontrollera dina lösenord och försök igen.",
|
|
"Could not change your file encryption password to your login password" => "Kunde inte ändra ditt filkrypteringslösenord till ditt loginlösenord",
|
|
"Encryption" => "Kryptering",
|
|
"None" => "Ingen"
|
|
);
|