13 lines
1.0 KiB
PHP
13 lines
1.0 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Connecteu-vos al client ownCloud i canvieu la contrasenya d'encriptació per completar la conversió.",
|
|
"switched to client side encryption" => "s'ha commutat a l'encriptació per part del client",
|
|
"Change encryption password to login password" => "Canvia la contrasenya d'encriptació per la d'accés",
|
|
"Please check your passwords and try again." => "Comproveu les contrasenyes i proveu-ho de nou.",
|
|
"Could not change your file encryption password to your login password" => "No s'ha pogut canviar la contrasenya d'encriptació de fitxers per la d'accés",
|
|
"Encryption" => "Encriptatge",
|
|
"File encryption is enabled." => "L'encriptació de fitxers està activada.",
|
|
"The following file types will not be encrypted:" => "Els tipus de fitxers següents no s'encriptaran:",
|
|
"Exclude the following file types from encryption:" => "Exclou els tipus de fitxers següents de l'encriptatge:",
|
|
"None" => "Cap"
|
|
);
|