17 lines
1.6 KiB
PHP
17 lines
1.6 KiB
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",
|
|
"Choose encryption mode:" => "Välj krypteringsläge:",
|
|
"Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "Kryptering på klientsidan (säkraste men gör det omöjligt att komma åt dina filer med en webbläsare)",
|
|
"Server side encryption (allows you to access your files from the web interface and the desktop client)" => "Kryptering på serversidan (kan komma åt dina filer från webbläsare och datorklient)",
|
|
"None (no encryption at all)" => "Ingen (ingen kryptering alls)",
|
|
"Important: Once you selected an encryption mode there is no way to change it back" => "Viktigt: När du har valt ett krypteringsläge finns det inget sätt att ändra tillbaka",
|
|
"User specific (let the user decide)" => "Användarspecifik (låter användaren bestämma)",
|
|
"Encryption" => "Kryptering",
|
|
"Exclude the following file types from encryption" => "Exkludera följande filtyper från kryptering",
|
|
"None" => "Ingen"
|
|
);
|