xref: /dokuwiki/lib/plugins/config/lang/ca-valencia/lang.php (revision 29f0b1445948fe395fb79560ba85973a7f4e4105)
1*29f0b144SAndreas Gohr<?php
2*29f0b144SAndreas Gohr/**
3*29f0b144SAndreas Gohr * valencian language file
4*29f0b144SAndreas Gohr *
5*29f0b144SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*29f0b144SAndreas Gohr * @author     Bernat Arlandis i Mañó <berarma@ya.com>
7*29f0b144SAndreas Gohr */
8*29f0b144SAndreas Gohr
9*29f0b144SAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu
10*29f0b144SAndreas Gohr// if set here, the plugin doesn't need to override the getMenuText() method
11*29f0b144SAndreas Gohr$lang['menu']       = 'Ajusts de configuració';
12*29f0b144SAndreas Gohr
13*29f0b144SAndreas Gohr$lang['error']      = 'Els ajusts no s\'han actualisat per algun valor invàlit, per favor, revise els canvis i torne a guardar.
14*29f0b144SAndreas Gohr                       <br />El(s) valor(s) incorrecte(s) es mostraran rodejats en roig.';
15*29f0b144SAndreas Gohr$lang['updated']    = 'Els ajusts s\'han actualisat correctament.';
16*29f0b144SAndreas Gohr$lang['nochoice']   = '(no n\'hi ha atres opcions disponibles)';
17*29f0b144SAndreas Gohr$lang['locked']     = 'L\'archiu de configuració no es pot actualisar, si açò no és intencionat,<br />
18*29f0b144SAndreas Gohr                       comprove que els permissos de l\'archiu de configuració local estiguen be.';
19*29f0b144SAndreas Gohr
20*29f0b144SAndreas Gohr/* --- Config Setting Headers --- */
21*29f0b144SAndreas Gohr$lang['_configuration_manager'] = 'Gestió de configuració'; //same as heading in intro.txt
22*29f0b144SAndreas Gohr$lang['_header_dokuwiki'] = 'Ajusts de DokuWiki';
23*29f0b144SAndreas Gohr$lang['_header_plugin'] = 'Configuració de plúgins';
24*29f0b144SAndreas Gohr$lang['_header_template'] = 'Configuració de plantilles';
25*29f0b144SAndreas Gohr$lang['_header_undefined'] = 'Atres configuracions';
26*29f0b144SAndreas Gohr
27*29f0b144SAndreas Gohr/* --- Config Setting Groups --- */
28*29f0b144SAndreas Gohr$lang['_basic'] = 'Ajusts bàsics';
29*29f0b144SAndreas Gohr$lang['_display'] = 'Ajusts de visualisació';
30*29f0b144SAndreas Gohr$lang['_authentication'] = 'Ajusts d\'autenticació';
31*29f0b144SAndreas Gohr$lang['_anti_spam'] = 'Ajusts d\'Anti-Spam';
32*29f0b144SAndreas Gohr$lang['_editing'] = 'Ajusts d\'edició';
33*29f0b144SAndreas Gohr$lang['_links'] = 'Ajusts de vínculs';
34*29f0b144SAndreas Gohr$lang['_media'] = 'Ajusts de mijos';
35*29f0b144SAndreas Gohr$lang['_advanced'] = 'Ajusts alvançats';
36*29f0b144SAndreas Gohr$lang['_network'] = 'Ajusts de ret';
37*29f0b144SAndreas Gohr// The settings group name for plugins and templates can be set with
38*29f0b144SAndreas Gohr// plugin_settings_name and template_settings_name respectively. If one
39*29f0b144SAndreas Gohr// of these lang properties is not set, the group name will be generated
40*29f0b144SAndreas Gohr// from the plugin or template name and the localized suffix.
41*29f0b144SAndreas Gohr$lang['_plugin_sufix'] = 'Ajusts de plúgins';
42*29f0b144SAndreas Gohr$lang['_template_sufix'] = '(ajusts de la plantilla)';
43*29f0b144SAndreas Gohr
44*29f0b144SAndreas Gohr/* --- Undefined Setting Messages --- */
45*29f0b144SAndreas Gohr$lang['_msg_setting_undefined'] = 'Ajust sense informació.';
46*29f0b144SAndreas Gohr$lang['_msg_setting_no_class'] = 'Ajust sense classe.';
47*29f0b144SAndreas Gohr$lang['_msg_setting_no_default'] = 'Sense valor predeterminat.';
48*29f0b144SAndreas Gohr
49*29f0b144SAndreas Gohr/* -------------------- Config Options --------------------------- */
50*29f0b144SAndreas Gohr
51*29f0b144SAndreas Gohr$lang['fmode']       = 'Modo de creació d\'archius';
52*29f0b144SAndreas Gohr$lang['dmode']       = 'Modo de creació de directoris';
53*29f0b144SAndreas Gohr$lang['lang']        = 'Idioma';
54*29f0b144SAndreas Gohr$lang['basedir']     = 'Directori base';
55*29f0b144SAndreas Gohr$lang['baseurl']     = 'URL base';
56*29f0b144SAndreas Gohr$lang['savedir']     = 'Directori per a guardar senyes';
57*29f0b144SAndreas Gohr$lang['start']       = 'Nom de la pàgina inicial';
58*29f0b144SAndreas Gohr$lang['title']       = 'Títul del Wiki';
59*29f0b144SAndreas Gohr$lang['template']    = 'Plantilla';
60*29f0b144SAndreas Gohr$lang['fullpath']    = 'Mostrar en el peu de pàgina el camí complet a les pàgines';
61*29f0b144SAndreas Gohr$lang['recent']      = 'Canvis recents';
62*29f0b144SAndreas Gohr$lang['breadcrumbs'] = 'Llongitut del rastre';
63*29f0b144SAndreas Gohr$lang['youarehere']  = 'Rastre jeràrquic';
64*29f0b144SAndreas Gohr$lang['typography']  = 'Fer substitucions tipogràfiques';
65*29f0b144SAndreas Gohr$lang['htmlok']      = 'Permetre HTML';
66*29f0b144SAndreas Gohr$lang['phpok']       = 'Permetre PHP';
67*29f0b144SAndreas Gohr$lang['dformat']     = 'Format de data (vore la funció <a href="http://www.php.net/date">date</a> de PHP)';
68*29f0b144SAndreas Gohr$lang['signature']   = 'firma';
69*29f0b144SAndreas Gohr$lang['toptoclevel'] = 'Nivell superior de la taula de continguts';
70*29f0b144SAndreas Gohr$lang['maxtoclevel'] = 'Nivell màxim de la taula de continguts';
71*29f0b144SAndreas Gohr$lang['maxseclevel'] = 'Nivell màxim d\'edició de seccions';
72*29f0b144SAndreas Gohr$lang['camelcase']   = 'Utilisar CamelCase per als vínculs';
73*29f0b144SAndreas Gohr$lang['deaccent']    = 'Depurar els noms de pàgines';
74*29f0b144SAndreas Gohr$lang['useheading']  = 'Utilisar el primer encapçalament per al nom de pàgina';
75*29f0b144SAndreas Gohr$lang['refcheck']    = 'Comprovar referències a mijos';
76*29f0b144SAndreas Gohr$lang['refshow']     = 'Número de referències a mijos a mostrar';
77*29f0b144SAndreas Gohr$lang['allowdebug']  = 'Permetre depurar (<b>¡desactivar quan no es necessite!</b>)';
78*29f0b144SAndreas Gohr
79*29f0b144SAndreas Gohr$lang['usewordblock']= 'Bloquejar spam basant-se en una llista de paraules';
80*29f0b144SAndreas Gohr$lang['indexdelay']  = 'Retart ans d\'indexar (seg.)';
81*29f0b144SAndreas Gohr$lang['relnofollow'] = 'Utilisar rel="nofollow" en vínculs externs';
82*29f0b144SAndreas Gohr$lang['mailguard']   = 'Ofuscar les direccions de correu';
83*29f0b144SAndreas Gohr$lang['iexssprotect']= 'Comprovar que els archius pujats no tinguen possible còdic Javascript o HTML maliciós';
84*29f0b144SAndreas Gohr
85*29f0b144SAndreas Gohr/* Authentication Options */
86*29f0b144SAndreas Gohr$lang['useacl']      = 'Utilisar llistes de control d\'accés';
87*29f0b144SAndreas Gohr$lang['autopasswd']  = 'Generar contrasenyes automàticament';
88*29f0b144SAndreas Gohr$lang['authtype']    = 'Sistema d\'autenticació';
89*29f0b144SAndreas Gohr$lang['passcrypt']   = 'Mètodo de sifrat de la contrasenya';
90*29f0b144SAndreas Gohr$lang['defaultgroup']= 'Grup predeterminat';
91*29f0b144SAndreas Gohr$lang['superuser']   = 'Superusuari - grup, usuari o llista separada per comes (usuari1,#grup1,usuari2) en accés total a totes les pàgines i funcions independentment dels ajusts ACL';
92*29f0b144SAndreas Gohr$lang['manager']     = 'Manager - grup, usuari o llista separada per comes (usuari1,#grup1,usuari2) en accés a certes funcions d\'administració';
93*29f0b144SAndreas Gohr$lang['profileconfirm'] = 'Confirmar canvis al perfil en la contrasenya';
94*29f0b144SAndreas Gohr$lang['disableactions'] = 'Desactivar accions de DokuWiki';
95*29f0b144SAndreas Gohr$lang['disableactions_check'] = 'Comprovar';
96*29f0b144SAndreas Gohr$lang['disableactions_subscription'] = 'Subscriure\'s/Desubscriure\'s';
97*29f0b144SAndreas Gohr$lang['disableactions_nssubscription'] = 'Subscriure\'s/desubscriure\'s a l\'espai de noms';
98*29f0b144SAndreas Gohr$lang['disableactions_wikicode'] = 'Vore/exportar còdic';
99*29f0b144SAndreas Gohr$lang['disableactions_other'] = 'Atres accions (separades per comes)';
100*29f0b144SAndreas Gohr$lang['sneaky_index'] = 'Normalment, DokuWiki mostra tots els espais de noms en la vista d\'índex. Activant esta opció s\'ocultaran aquells per als que l\'usuari no tinga permís de llectura. Açò pot ocultar subespais accessibles i inutilisar l\'índex per a certes configuracions del ACL.';
101*29f0b144SAndreas Gohr$lang['auth_security_timeout'] = 'Temps de seguritat màxim per a l\'autenticació (segons)';
102*29f0b144SAndreas Gohr
103*29f0b144SAndreas Gohr/* Advanced Options */
104*29f0b144SAndreas Gohr$lang['updatecheck'] = '¿Buscar actualisacions i advertències de seguritat? DokuWiki necessita conectar a splitbrain.org per ad açò.';
105*29f0b144SAndreas Gohr$lang['userewrite']  = 'Utilisar URL millorades';
106*29f0b144SAndreas Gohr$lang['useslash']    = 'Utilisar \'/\' per a separar espais de noms en les URL';
107*29f0b144SAndreas Gohr$lang['usedraft']    = 'Guardar automàticament un borrador mentres s\'edita';
108*29f0b144SAndreas Gohr$lang['sepchar']     = 'Separador de paraules en els noms de pàgines';
109*29f0b144SAndreas Gohr$lang['canonical']   = 'Utilisar URL totalment canòniques';
110*29f0b144SAndreas Gohr$lang['autoplural']  = 'Buscar formes en plural en els vínculs';
111*29f0b144SAndreas Gohr$lang['compression'] = 'Mètodo de compressió per als archius de l\'àtic';
112*29f0b144SAndreas Gohr$lang['cachetime']   = 'Edat màxima de la caché (seg.)';
113*29f0b144SAndreas Gohr$lang['locktime']    = 'Edat màxima d\'archius de bloqueig (seg.)';
114*29f0b144SAndreas Gohr$lang['fetchsize']   = 'Tamany màxim (bytes) que fetch.php pot descarregar externament';
115*29f0b144SAndreas Gohr$lang['notify']      = 'Enviar notificacions de canvis ad esta direcció de correu';
116*29f0b144SAndreas Gohr$lang['registernotify'] = 'Enviar informació d\'usuaris recentment registrats ad esta direcció de correu';
117*29f0b144SAndreas Gohr$lang['mailfrom']    = 'Direcció de correu a utilisar per a mensages automàtics';
118*29f0b144SAndreas Gohr$lang['gzip_output'] = 'Utilisar Content-Encoding gzip per a xhtml';
119*29f0b144SAndreas Gohr$lang['gdlib']       = 'Versió de GD Lib';
120*29f0b144SAndreas Gohr$lang['im_convert']  = 'Ruta al conversor ImageMagick';
121*29f0b144SAndreas Gohr$lang['jpg_quality'] = 'Calitat de compressió JPG (0-100)';
122*29f0b144SAndreas Gohr$lang['spellchecker']= 'Activar corrector';
123*29f0b144SAndreas Gohr$lang['subscribers'] = 'Activar la subscripció a pàgines';
124*29f0b144SAndreas Gohr$lang['compress']    = 'Compactar l\'eixida CSS i Javascript';
125*29f0b144SAndreas Gohr$lang['hidepages']   = 'Amagar les pàgines coincidents (expressions regulars)';
126*29f0b144SAndreas Gohr$lang['send404']     = 'Enviar "HTTP 404/Page Not Found" per a les pàgines que no existixen';
127*29f0b144SAndreas Gohr$lang['sitemap']     = 'Generar sitemap de Google (dies)';
128*29f0b144SAndreas Gohr$lang['broken_iua']  = '¿La funció ignore_user_abort funciona mal en este sistema? Podria ser la causa d\'un índex de busca que no funcione. Es sap que IIS+PHP/CGI té este problema. Veja <a href="http://bugs.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> per a més informació.';
129*29f0b144SAndreas Gohr$lang['xsendfile']   = '¿Utilisar l\'encapçalament X-Sendfile per a que el servidor web servixca archius estàtics? El servidor web ha d\'admetre-ho.';
130*29f0b144SAndreas Gohr$lang['xmlrpc']      = 'Activar/desactivar interfaç XML-RPC.';
131*29f0b144SAndreas Gohr$lang['renderer_xhtml']   = 'Visualisador a utilisar per a l\'eixida principal del wiki (xhtml)';
132*29f0b144SAndreas Gohr$lang['renderer__core']   = '%s (dokuwiki core)';
133*29f0b144SAndreas Gohr$lang['renderer__plugin'] = '%s (plugin)';
134*29f0b144SAndreas Gohr
135*29f0b144SAndreas Gohr$lang['rss_type']    = 'Tipo de canal XML';
136*29f0b144SAndreas Gohr$lang['rss_linkto']  = 'El canal XML vincula a';
137*29f0b144SAndreas Gohr$lang['rss_content'] = '¿Qué mostrar en els ítems del canal XML?';
138*29f0b144SAndreas Gohr$lang['rss_update']  = 'Interval d\'actualisació del canal XML (seg.)';
139*29f0b144SAndreas Gohr$lang['recent_days'] = 'Quants canvis recents guardar (dies)';
140*29f0b144SAndreas Gohr$lang['rss_show_summary'] = 'Que el canal XML mostre el sumari en el títul';
141*29f0b144SAndreas Gohr
142*29f0b144SAndreas Gohr/* Target options */
143*29f0b144SAndreas Gohr$lang['target____wiki']      = 'Finestra destí per a vínculs interns';
144*29f0b144SAndreas Gohr$lang['target____interwiki'] = 'Finestra destí per a vínculs interwiki';
145*29f0b144SAndreas Gohr$lang['target____extern']    = 'Finestra destí per a vínculs externs';
146*29f0b144SAndreas Gohr$lang['target____media']     = 'Finestra destí per a vinculs a mijos';
147*29f0b144SAndreas Gohr$lang['target____windows']   = 'Finestra destí per a vínculs a finestres';
148*29f0b144SAndreas Gohr
149*29f0b144SAndreas Gohr/* Proxy Options */
150*29f0b144SAndreas Gohr$lang['proxy____host'] = 'Nom del servidor proxy';
151*29f0b144SAndreas Gohr$lang['proxy____port'] = 'Port del proxy';
152*29f0b144SAndreas Gohr$lang['proxy____user'] = 'Nom d\'usuari del Proxy';
153*29f0b144SAndreas Gohr$lang['proxy____pass'] = 'Contrasenya del proxy';
154*29f0b144SAndreas Gohr$lang['proxy____ssl']  = 'Utilisar SSL per a conectar al proxy';
155*29f0b144SAndreas Gohr
156*29f0b144SAndreas Gohr/* Safemode Hack */
157*29f0b144SAndreas Gohr$lang['safemodehack'] = 'Activar hack de modo segur';
158*29f0b144SAndreas Gohr$lang['ftp____host'] = 'Servidor FTP per al hack de modo segur';
159*29f0b144SAndreas Gohr$lang['ftp____port'] = 'Port FTP per al hack de modo segur';
160*29f0b144SAndreas Gohr$lang['ftp____user'] = 'Nom de l\'usuari per al hack de modo segur';
161*29f0b144SAndreas Gohr$lang['ftp____pass'] = 'Contrasenya FTP per al hack de modo segur';
162*29f0b144SAndreas Gohr$lang['ftp____root'] = 'Directori base FTP per al hack de modo segur';
163*29f0b144SAndreas Gohr
164*29f0b144SAndreas Gohr/* typography options */
165*29f0b144SAndreas Gohr$lang['typography_o_0'] = 'cap';
166*29f0b144SAndreas Gohr$lang['typography_o_1'] = 'Només cometes dobles';
167*29f0b144SAndreas Gohr$lang['typography_o_2'] = 'Totes les cometes (podria no funcionar sempre)';
168*29f0b144SAndreas Gohr
169*29f0b144SAndreas Gohr/* userewrite options */
170*29f0b144SAndreas Gohr$lang['userewrite_o_0'] = 'cap';
171*29f0b144SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess';
172*29f0b144SAndreas Gohr$lang['userewrite_o_2'] = 'Interna de DokuWiki';
173*29f0b144SAndreas Gohr
174*29f0b144SAndreas Gohr/* deaccent options */
175*29f0b144SAndreas Gohr$lang['deaccent_o_0'] = 'desactivat';
176*29f0b144SAndreas Gohr$lang['deaccent_o_1'] = 'llevar accents';
177*29f0b144SAndreas Gohr$lang['deaccent_o_2'] = 'romanisar';
178*29f0b144SAndreas Gohr
179*29f0b144SAndreas Gohr/* gdlib options */
180*29f0b144SAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib no està disponible';
181*29f0b144SAndreas Gohr$lang['gdlib_o_1'] = 'Versió 1.x';
182*29f0b144SAndreas Gohr$lang['gdlib_o_2'] = 'Autodetecció';
183*29f0b144SAndreas Gohr
184*29f0b144SAndreas Gohr/* rss_type options */
185*29f0b144SAndreas Gohr$lang['rss_type_o_rss']  = 'RSS 0.91';
186*29f0b144SAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0';
187*29f0b144SAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0';
188*29f0b144SAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3';
189*29f0b144SAndreas Gohr
190*29f0b144SAndreas Gohr/* rss_content options */
191*29f0b144SAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstracte';
192*29f0b144SAndreas Gohr$lang['rss_content_o_diff']     = 'Unified Diff';
193*29f0b144SAndreas Gohr$lang['rss_content_o_htmldiff'] = 'Taula de diferències en format HTML';
194*29f0b144SAndreas Gohr$lang['rss_content_o_html']     = 'Contingut complet de la pàgina en HTML';
195*29f0b144SAndreas Gohr
196*29f0b144SAndreas Gohr/* rss_linkto options */
197*29f0b144SAndreas Gohr$lang['rss_linkto_o_diff']    = 'mostrar diferències';
198*29f0b144SAndreas Gohr$lang['rss_linkto_o_page']    = 'la pàgina revisada';
199*29f0b144SAndreas Gohr$lang['rss_linkto_o_rev']     = 'llista de revisions';
200*29f0b144SAndreas Gohr$lang['rss_linkto_o_current'] = 'la pàgina actual';
201*29f0b144SAndreas Gohr
202*29f0b144SAndreas Gohr/* compression options */
203*29f0b144SAndreas Gohr$lang['compression_o_0']   = '-';
204*29f0b144SAndreas Gohr$lang['compression_o_gz']  = 'gzip';
205*29f0b144SAndreas Gohr$lang['compression_o_bz2'] = 'bz2';
206*29f0b144SAndreas Gohr
207*29f0b144SAndreas Gohr/* xsendfile header */
208*29f0b144SAndreas Gohr$lang['xsendfile_o_0'] = "No utilisar";
209*29f0b144SAndreas Gohr$lang['xsendfile_o_1'] = 'Encapçalament propietari lighttpd (abans de la versió 1.5)';
210*29f0b144SAndreas Gohr$lang['xsendfile_o_2'] = 'Encapçalament Standard X-Sendfile';
211*29f0b144SAndreas Gohr$lang['xsendfile_o_3'] = 'Encapçalament propietari Nginx X-Accel-Redirect';
212