diff options
author | Carles Bellver <carles.bellver@cent.uji.es> | 2009-12-11 13:41:34 +0100 |
---|---|---|
committer | Carles Bellver <carles.bellver@cent.uji.es> | 2009-12-11 13:41:34 +0100 |
commit | 495ae559d1de8f85b05f4f0d95b34905eb80ae4a (patch) | |
tree | b09a877d10b50751139436df83ddd63f33b76219 /lib | |
parent | 3d90dbb12fe3dbaa02cbda49199beb58144c7d5f (diff) | |
download | rpg-495ae559d1de8f85b05f4f0d95b34905eb80ae4a.tar.gz rpg-495ae559d1de8f85b05f4f0d95b34905eb80ae4a.tar.bz2 |
Catalan language update
Ignore-this: a71d80c73e1237651eb603d9b6093e63
darcs-hash:20091211124134-52524-bc1bd07a9b7427892bae38b6cb3ef3dc54d61cbc.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/config/lang/ca/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/ca/lang.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/ca/lang.php b/lib/plugins/config/lang/ca/lang.php index c37984922..60db83266 100644 --- a/lib/plugins/config/lang/ca/lang.php +++ b/lib/plugins/config/lang/ca/lang.php @@ -88,6 +88,7 @@ $lang['sneaky_index'] = 'Per defecte, DokuWiki mostrarà tots els espai $lang['auth_security_timeout'] = 'Temps d\'espera de seguretat en l\'autenticació (segons)'; $lang['securecookie'] = 'Les galetes que s\'han creat via HTTPS, només s\'han d\'enviar des del navegador per HTTPS? Inhabiliteu aquesta opció si només l\'inici de sessió del wiki es fa amb SSL i la navegació del wiki es fa sense seguretat.'; $lang['xmlrpc'] = 'Habilita/inhabilita la interfície XML-RPC'; +$lang['xmlrpcuser'] = 'Restringeix l\'accés per XML-RPC als usuaris o grups següents, separats per comes. Deixeu aquest camp en blanc per donar accés a tothom.'; $lang['updatecheck'] = 'Comprova actualitzacions i avisos de seguretat. DokuWiki necessitarà contactar amb splitbrain.org per utilitzar aquesta característica.'; $lang['userewrite'] = 'Utilitza URL nets'; $lang['useslash'] = 'Utilitza la barra / com a separador d\'espais en els URL'; diff --git a/lib/plugins/popularity/lang/ca/lang.php b/lib/plugins/popularity/lang/ca/lang.php index 07ac4e452..e6fdcd533 100644 --- a/lib/plugins/popularity/lang/ca/lang.php +++ b/lib/plugins/popularity/lang/ca/lang.php @@ -4,6 +4,7 @@ * * @author Carles Bellver <carles.bellver@cent.uji.es> * @author Carles Bellver <carles.bellver@gmail.com> + * @author carles.bellver@cent.uji.es */ $lang['name'] = 'Retroacció sobre popularitat (pot trigar una mica a carregar)'; $lang['submit'] = 'Envia dades'; |