From b92d070d79f5478841d038c401d0a64dac03b5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80ngel=20P=C3=A9rez=20Beroy?= <aperezberoy@gmail.com> Date: Sat, 11 Mar 2017 13:56:10 +0100 Subject: [PATCH] translation update --- inc/lang/ca/lang.php | 1 + lib/plugins/authad/lang/ca/settings.php | 7 +++++++ lib/plugins/authldap/lang/ca/settings.php | 8 ++++++++ lib/plugins/config/lang/ca/lang.php | 1 + 4 files changed, 17 insertions(+) create mode 100644 lib/plugins/authldap/lang/ca/settings.php diff --git a/inc/lang/ca/lang.php b/inc/lang/ca/lang.php index 998cb5494..e4b04ac02 100644 --- a/inc/lang/ca/lang.php +++ b/inc/lang/ca/lang.php @@ -9,6 +9,7 @@ * @author Eduard DÃaz <edudiaz@scopia.es> * @author controlonline.net <controlonline.net@gmail.com> * @author Pauet <pauet@gmx.com> + * @author Àngel Pérez Beroy <aperezberoy@gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/authad/lang/ca/settings.php b/lib/plugins/authad/lang/ca/settings.php index 26179f185..b3ab89b75 100644 --- a/lib/plugins/authad/lang/ca/settings.php +++ b/lib/plugins/authad/lang/ca/settings.php @@ -4,7 +4,14 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author controlonline.net <controlonline.net@gmail.com> + * @author Àngel Pérez Beroy <aperezberoy@gmail.com> */ $lang['account_suffix'] = 'El teu nom de compte. Ej.<code>@my.domain.org</code>'; $lang['base_dn'] = 'Nom base DN. Ej. <code>DC=my,DC=domain,DC=org</code>'; $lang['domain_controllers'] = 'Llista separada per coma dels controladors de domini. Ej.<code>DC=my,DC=domain,DC=org</code>'; +$lang['admin_username'] = 'Un usuari de Directori Actiu autoritzat a accedir a les dades de tots els usuaris. Opcional, però necessari per a certes accions, com enviar correus per subscripció.'; +$lang['admin_password'] = 'La contrasenya de l\'usuari referit abans. +'; +$lang['sso'] = 'S\'hauria de fer servir Kerberos o NTLM per inici de sessió únic?'; +$lang['debug'] = 'Mostrar informació addicional de depuració en cas d\'error?'; +$lang['update_mail'] = 'Permetre els usuaris actualitzar la seva adreça de correu electrònic?'; diff --git a/lib/plugins/authldap/lang/ca/settings.php b/lib/plugins/authldap/lang/ca/settings.php new file mode 100644 index 000000000..005d48b76 --- /dev/null +++ b/lib/plugins/authldap/lang/ca/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Àngel Pérez Beroy <aperezberoy@gmail.com> + */ +$lang['bindpw'] = 'Contrasenya de l\'usuari referit abans.'; diff --git a/lib/plugins/config/lang/ca/lang.php b/lib/plugins/config/lang/ca/lang.php index fcf4d27e1..c85a5c321 100644 --- a/lib/plugins/config/lang/ca/lang.php +++ b/lib/plugins/config/lang/ca/lang.php @@ -10,6 +10,7 @@ * @author daniel@6temes.cat * @author controlonline.net <controlonline.net@gmail.com> * @author Pauet <pauet@gmx.com> + * @author Àngel Pérez Beroy <aperezberoy@gmail.com> */ $lang['menu'] = 'Parà metres de configuració'; $lang['error'] = 'Els parà metres no s\'han pogut actualitzar per causa d\'un valor incorrecte Reviseu els canvis i torneu a enviar-los.<br />Els valors incorrectes es ressaltaran amb un marc vermell.'; -- GitLab