diff options
Diffstat (limited to 'apps/settings/l10n/ca.js')
-rw-r--r-- | apps/settings/l10n/ca.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index c337b0d3359..1d501dc14d9 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -275,11 +275,11 @@ OC.L10N.register( "Select default encryption module:" : "Seleccioneu el mòdul criptogràfic per defecte:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Heu de migrar les claus de xifratge del xifratge anterior (ownCloud .= 8.0) al nou. Habiliteu el \"Mòdul de xifratge peredeterminat\" i executeu {command}", "Unable to update server side encryption config" : "No es pot actualitzar la configuració del xifratge de la banda del servidor", + "Cancel" : "Cancel·la", + "Confirm" : "Confirma", "Submit" : "Envia", "Rename group" : "Canvia el nom del grup", "Remove group" : "Suprimir el grup", - "You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.", - "Please confirm the group removal " : "Confirmeu la supressió del grup ", "Current password" : "Contrasenya actual", "New password" : "Contrasenya nova", "Change password" : "Canvia la contrasenya", @@ -290,7 +290,6 @@ OC.L10N.register( "Remove profile picture" : "Treu la imatge de perfil", "The file must be a PNG or JPG" : "El fitxer ha de ser PNG o JPG", "Picture provided by original account" : "Imatge proporcionada pel compte original", - "Cancel" : "Cancel·la", "Set as profile picture" : "Estableix com a imatge de perfil", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Tingueu en compte que la imatge de perfil pot tardar fins a 24 hores a actualitzar-se a tot arreu.", "Choose your profile picture" : "Trieu la vostra imatge de perfil", @@ -439,11 +438,10 @@ OC.L10N.register( "{license}-licensed" : "sota la llicència - {license}", "Changelog" : "Registre de canvis", "by {author}\n{license}" : "{author}\n{license}", - "Enter group name" : "Introduïu el nom del grup", - "Add group" : "Afegeix un grup", "Active users" : "Usuaris actius", "Admins" : "Administradors", "Disabled users" : "Usuaris inhabilitats", + "Group name" : "Nom del grup", "Not saved" : "No s'ha desat", "Sending…" : "S'està enviant…", "Email sent" : "S'ha enviat el correu electrònic", @@ -550,6 +548,8 @@ OC.L10N.register( "Enable all" : "Habilita tot", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Per executar això es necessita l'extensió POSIX de PHP. Per més detalls, vegeu {linkstart}documentació de PHP{linkend}.", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Utilitzeu el servei cron del sistema per a cridar el fitxer cron.php cada 5 minuts. Recomanat per a totes les instàncies.", + "You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.", + "Please confirm the group removal " : "Confirmeu la supressió del grup ", "Choose profile picture from files" : "Trieu una imatge de perfil als fitxers", "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Your location" : "La vostra localització", @@ -559,6 +559,8 @@ OC.L10N.register( "Will be autogenerated" : "Serà auto-generat", "Add a new user" : "Afegeix un nou usuari", "No users in here" : "No hi ha usuaris aquí dins", + "Enter group name" : "Introduïu el nom del grup", + "Add group" : "Afegeix un grup", "Default quota:" : "Quota per defecte:", "Show Languages" : "Mostra els idiomes", "Send email to new user" : "Enviar correu electrònic al nou usuari", |