diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-24 02:27:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-24 02:27:05 +0000 |
commit | 97b8e6d2a388cd08bd83ee08b1d322b9e813387a (patch) | |
tree | 312561281043f9ed5f0bc7c3aa4ad2d043e3901d /apps/encryption/l10n/ca.js | |
parent | 553b5a51f6622f618f7776bdc38cd699f20ec686 (diff) | |
download | nextcloud-server-97b8e6d2a388cd08bd83ee08b1d322b9e813387a.tar.gz nextcloud-server-97b8e6d2a388cd08bd83ee08b1d322b9e813387a.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/encryption/l10n/ca.js')
-rw-r--r-- | apps/encryption/l10n/ca.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/l10n/ca.js b/apps/encryption/l10n/ca.js index a2fdc0b5ad3..c191f8919c1 100644 --- a/apps/encryption/l10n/ca.js +++ b/apps/encryption/l10n/ca.js @@ -32,7 +32,6 @@ OC.L10N.register( "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.", "Default encryption module" : "M貌dul de xifratge per defecte", "Default encryption module for server-side encryption" : "M貌dul criptogr脿fic per defecte per a xifratge de servidor", - "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Per fer servir aquest m貌dul criptogr脿fic s鈥檋a de habilitar xifratge en el servidor\n\t\tals par脿metres de l'administrador. Un cop habilitat, aquest m貌dul xifrar脿\n\t\ttots els vostres fitxers de forma transparent. El xifratge est脿 basada en claus de AES 256.\n\t\tEl m貌dul no tocar脿 fitxers existents, nom茅s es xifrar脿n els nous un cop s'hagi activat\n\t\tel xifratge en el servidor. Tampoc no 茅s possible inhabilitar\n\t\tel xifratge i tornar a un sistema no xifrat.\n\t\tSi us plau llegiu la documentaci贸 per saber totes les implicacions abans de decidir\n\t\tactivar el xifratge en el servidor.", "Hey there,\n\nThe administration enabled server-side-encryption. Your files were encrypted using the password \"%s\".\n\nPlease login to the web interface, go to the section \"Basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"Old log-in password\" field and your current login-password.\n\n" : "Hola,\n\nL'administraci贸 ha habilitat el xifratge en el servidor. Els vostres fitxers s'han xifrat amb la contrasenya \"%s\".\n\nInicieu sessi贸 a la interf铆cie web, aneu a la secci贸 \"M貌dul de xifratge b脿sic\" dels vostres par脿metres personals i actualitzeu la vostra contrasenya de xifratge introduint aquesta contrasenya al camp \"Contrasenya d'inici de sessi贸 antiga\" i la vostra contrasenya d'inici de sessi贸 actual.\n\n", "The share will expire on %s." : "La compartici贸 caduca el %s.", "Cheers!" : "Salut!", @@ -60,6 +59,7 @@ OC.L10N.register( "Enable password recovery:" : "Habilita la recuperaci贸 de contrasenya:", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Si activeu aquesta opci贸, podreu accedir als vostres fitxers encriptats en cas de p猫rdua de contrasenya", "Enabled" : "Habilitat", - "Disabled" : "Inhabilitat" + "Disabled" : "Inhabilitat", + "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Per fer servir aquest m貌dul criptogr脿fic s鈥檋a de habilitar xifratge en el servidor\n\t\tals par脿metres de l'administrador. Un cop habilitat, aquest m貌dul xifrar脿\n\t\ttots els vostres fitxers de forma transparent. El xifratge est脿 basada en claus de AES 256.\n\t\tEl m貌dul no tocar脿 fitxers existents, nom茅s es xifrar脿n els nous un cop s'hagi activat\n\t\tel xifratge en el servidor. Tampoc no 茅s possible inhabilitar\n\t\tel xifratge i tornar a un sistema no xifrat.\n\t\tSi us plau llegiu la documentaci贸 per saber totes les implicacions abans de decidir\n\t\tactivar el xifratge en el servidor." }, "nplurals=2; plural=(n != 1);"); |