13 lines
1001 B
PHP
13 lines
1001 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",
|
|
"File encryption is enabled." => "Filkryptering är aktiverat.",
|
|
"The following file types will not be encrypted:" => "Följande filtyper kommer inte att krypteras:",
|
|
"Exclude the following file types from encryption:" => "Exkludera följande filtyper från kryptering:",
|
|
"None" => "Ingen"
|
|
);
|