You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ca.php 1.7KB

12345678910111213141516
  1. <?php $TRANSLATIONS = array(
  2. "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ó.",
  3. "switched to client side encryption" => "s'ha commutat a l'encriptació per part del client",
  4. "Change encryption password to login password" => "Canvia la contrasenya d'encriptació per la d'accés",
  5. "Please check your passwords and try again." => "Comproveu les contrasenyes i proveu-ho de nou.",
  6. "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",
  7. "Choose encryption mode:" => "Escolliu el mode d'encriptació:",
  8. "Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "Encriptació per part del client (més segura però fa impossible l'accés a les dades des de la interfície web)",
  9. "Server side encryption (allows you to access your files from the web interface and the desktop client)" => "Encriptació per part del servidor (permet accedir als fitxers des de la interfície web i des del client d'escriptori)",
  10. "None (no encryption at all)" => "Cap (sense encriptació)",
  11. "Important: Once you selected an encryption mode there is no way to change it back" => "Important: quan seleccioneu un mode d'encriptació no hi ha manera de canviar-lo de nou",
  12. "User specific (let the user decide)" => "Específic per usuari (permet que l'usuari ho decideixi)",
  13. "Encryption" => "Encriptatge",
  14. "Exclude the following file types from encryption" => "Exclou els tipus de fitxers següents de l'encriptatge",
  15. "None" => "Cap"
  16. );