summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-03-17 23:52:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-03-17 23:52:45 +0100
commit69e960419a44251416443afc150e5f3db49b9968 (patch)
treeb7ba0a49bab5a830196b896e0237a04d671a3006
parent77e392420249a58bebdcf1413bef6b431c104259 (diff)
downloadrpg-69e960419a44251416443afc150e5f3db49b9968.tar.gz
rpg-69e960419a44251416443afc150e5f3db49b9968.tar.bz2
Catalan language update
darcs-hash:20080317225245-7ad00-6f6a40276582a183f7bca980cca17bc522753783.gz
-rw-r--r--inc/lang/ca/lang.php1
-rw-r--r--lib/plugins/acl/lang/ca/lang.php1
-rw-r--r--lib/plugins/config/lang/ca/lang.php6
-rw-r--r--lib/plugins/plugin/lang/ca/lang.php1
-rw-r--r--lib/plugins/revert/lang/ca/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/ca/lang.php1
6 files changed, 11 insertions, 0 deletions
diff --git a/inc/lang/ca/lang.php b/inc/lang/ca/lang.php
index a2dff7b85..cc274094a 100644
--- a/inc/lang/ca/lang.php
+++ b/inc/lang/ca/lang.php
@@ -6,6 +6,7 @@
* @author Carles Bellver <carles.bellver@cent.uji.es>
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
diff --git a/lib/plugins/acl/lang/ca/lang.php b/lib/plugins/acl/lang/ca/lang.php
index d03032cf1..bb9a26b45 100644
--- a/lib/plugins/acl/lang/ca/lang.php
+++ b/lib/plugins/acl/lang/ca/lang.php
@@ -6,6 +6,7 @@
* @author Carles Bellver <carles.bellver@cent.uji.es>
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$lang['admin_acl'] = 'Gestió de la Llista de Control d\'Accés';
$lang['acl_group'] = 'Grup';
diff --git a/lib/plugins/config/lang/ca/lang.php b/lib/plugins/config/lang/ca/lang.php
index 99a0944a5..cd4e2fc62 100644
--- a/lib/plugins/config/lang/ca/lang.php
+++ b/lib/plugins/config/lang/ca/lang.php
@@ -4,6 +4,7 @@
*
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$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.';
@@ -103,6 +104,10 @@ $lang['send404'] = 'Envia "HTTP 404/Page Not Found" per a les pàg
$lang['sitemap'] = 'Genera mapa del lloc en format Google (dies)';
$lang['broken_iua'] = 'No funciona en el vostre sistema la funció ignore_user_abort? Això podria malmetre l\'índex de cerques. Amb IIS+PHP/CGI se sap que no funciona. Vg. <a href="http://bugs.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> per a més informació.';
$lang['xsendfile'] = 'Utilitza la capçalera X-Sendfile perquè el servidor web distribueixi fitxers estàtics. No funciona amb tots els servidors web.';
+$lang['xmlrpc'] = 'Habilita/inhabilita la interfície XML-RPC';
+$lang['renderer_xhtml'] = 'Renderitzador que cal utilitzar per a la sortida principal (xhtml) del wiki';
+$lang['renderer__core'] = '% (ànima del dokuwiki)';
+$lang['renderer__plugin'] = '% (connector)';
$lang['rss_type'] = 'Tipus de canal XML';
$lang['rss_linkto'] = 'Destinació dels enllaços en el canal XML';
$lang['rss_content'] = 'Què es mostrarà en els elements del canal XML?';
@@ -156,3 +161,4 @@ $lang['compression_o_bz2'] = 'bz2';
$lang['xsendfile_o_0'] = 'no utilitzis';
$lang['xsendfile_o_1'] = 'Capçalera pròpia de lighttpd (anterior a la versió 1.5)';
$lang['xsendfile_o_2'] = 'Capçalera X-Sendfile estàndard';
+$lang['xsendfile_o_3'] = 'Capçalera X-Accel-Redirect de propietat de Nginx ';
diff --git a/lib/plugins/plugin/lang/ca/lang.php b/lib/plugins/plugin/lang/ca/lang.php
index 8e94a53f4..2e6ee015f 100644
--- a/lib/plugins/plugin/lang/ca/lang.php
+++ b/lib/plugins/plugin/lang/ca/lang.php
@@ -4,6 +4,7 @@
*
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$lang['menu'] = 'Gestió de connectors';
$lang['download'] = 'Baixa i instal·la un nou connector';
diff --git a/lib/plugins/revert/lang/ca/lang.php b/lib/plugins/revert/lang/ca/lang.php
index f494cb4ce..a0bb760ec 100644
--- a/lib/plugins/revert/lang/ca/lang.php
+++ b/lib/plugins/revert/lang/ca/lang.php
@@ -4,6 +4,7 @@
*
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$lang['menu'] = 'Gestió de reversions';
$lang['filter'] = 'Cerca pàgines brossa';
diff --git a/lib/plugins/usermanager/lang/ca/lang.php b/lib/plugins/usermanager/lang/ca/lang.php
index 7b8a27e52..2f4f3b848 100644
--- a/lib/plugins/usermanager/lang/ca/lang.php
+++ b/lib/plugins/usermanager/lang/ca/lang.php
@@ -4,6 +4,7 @@
*
* @author Carles Bellver <carles.bellver@gmail.com>
* @author carles.bellver@gmail.com
+ * @author carles.bellver@cent.uji.es
*/
$lang['menu'] = 'Gestió d\'usuaris';
$lang['noauth'] = '(l\'autenticació d\'usuaris no està disponible)';