1fc5dbe99SMartijn Dekker<?php 2fc5dbe99SMartijn Dekker/** 3fc5dbe99SMartijn Dekker * Interlingua language file 4fc5dbe99SMartijn Dekker * 5fc5dbe99SMartijn Dekker * @author robocap <robocap1@gmail.com> 6fc5dbe99SMartijn Dekker * @author Martijn Dekker <martijn@inlv.org> 7fc5dbe99SMartijn Dekker */ 88e6d6cfdSMartijn Dekker$lang['menu'] = 'Configurationes'; 98e6d6cfdSMartijn Dekker$lang['error'] = 'Le configurationes non poteva esser actualisate a causa de un valor invalide; per favor revide tu cambiamentos e resubmitte los.<br />Le valor(es) incorrecte essera monstrate circumferite per un bordo rubie.'; 108e6d6cfdSMartijn Dekker$lang['updated'] = 'Actualisation del configurationes succedite.'; 118e6d6cfdSMartijn Dekker$lang['nochoice'] = '(nulle altere option disponibile)'; 128e6d6cfdSMartijn Dekker$lang['locked'] = 'Le file de configuration non pote esser actualisate; si isto non es intentional, <br /> assecura te que le nomine e permissiones del file local de configuration es correcte.'; 138e6d6cfdSMartijn Dekker$lang['danger'] = 'Periculo: Cambiar iste option pote render tu wiki e le menu de configuration inaccessibile!'; 148e6d6cfdSMartijn Dekker$lang['warning'] = 'Attention: Cambiar iste option pote causar functionamento indesirate.'; 158e6d6cfdSMartijn Dekker$lang['security'] = 'Advertimento de securitate: Cambiar iste option pote causar un risco de securitate.'; 168e6d6cfdSMartijn Dekker$lang['_configuration_manager'] = 'Gestion de configurationes'; 178e6d6cfdSMartijn Dekker$lang['_header_dokuwiki'] = 'Configurationes de DokuWiki'; 188e6d6cfdSMartijn Dekker$lang['_header_plugin'] = 'Configurationes de plug-ins'; 198e6d6cfdSMartijn Dekker$lang['_header_template'] = 'Configurationes de patronos'; 208e6d6cfdSMartijn Dekker$lang['_header_undefined'] = 'Configurationes non definite'; 218e6d6cfdSMartijn Dekker$lang['_basic'] = 'Configurationes de base'; 228e6d6cfdSMartijn Dekker$lang['_display'] = 'Configurationes de visualisation'; 238e6d6cfdSMartijn Dekker$lang['_authentication'] = 'Configurationes de authentication'; 248e6d6cfdSMartijn Dekker$lang['_anti_spam'] = 'Configurationes anti-spam'; 258e6d6cfdSMartijn Dekker$lang['_editing'] = 'Configurationes de modification'; 268e6d6cfdSMartijn Dekker$lang['_links'] = 'Configurationes de ligamines'; 278e6d6cfdSMartijn Dekker$lang['_media'] = 'Configurationes de multimedia'; 288e6d6cfdSMartijn Dekker$lang['_advanced'] = 'Configurationes avantiate'; 298e6d6cfdSMartijn Dekker$lang['_network'] = 'Configurationes de rete'; 308e6d6cfdSMartijn Dekker$lang['_plugin_sufix'] = 'Configurationes de plug-ins'; 318e6d6cfdSMartijn Dekker$lang['_template_sufix'] = 'Configurationes de patronos'; 328e6d6cfdSMartijn Dekker$lang['_msg_setting_undefined'] = 'Nulle metadatos de configuration.'; 338e6d6cfdSMartijn Dekker$lang['_msg_setting_no_class'] = 'Nulle classe de configuration.'; 348e6d6cfdSMartijn Dekker$lang['_msg_setting_no_default'] = 'Nulle valor predefinite.'; 358e6d6cfdSMartijn Dekker$lang['fmode'] = 'Permissiones al creation de files'; 368e6d6cfdSMartijn Dekker$lang['dmode'] = 'Permissiones al creation de directorios'; 378e6d6cfdSMartijn Dekker$lang['lang'] = 'Lingua del interfacie'; 388e6d6cfdSMartijn Dekker$lang['basedir'] = 'Cammino al servitor (p.ex.. <code>/dokuwiki/</code>). Lassa vacue pro autodetection.'; 398e6d6cfdSMartijn Dekker$lang['baseurl'] = 'URL del servitor (p.ex. <code>http://www.yourserver.com</code>). Lassa vacue pro autodetection.'; 408e6d6cfdSMartijn Dekker$lang['savedir'] = 'Directorio pro salveguardar datos'; 418e6d6cfdSMartijn Dekker$lang['start'] = 'Nomine del pagina initial'; 428e6d6cfdSMartijn Dekker$lang['title'] = 'Titulo del wiki'; 438e6d6cfdSMartijn Dekker$lang['template'] = 'Patrono'; 448e6d6cfdSMartijn Dekker$lang['license'] = 'Sub qual licentia debe tu contento esser publicate?'; 458e6d6cfdSMartijn Dekker$lang['fullpath'] = 'Revelar le cammino complete del paginas in le pede'; 468e6d6cfdSMartijn Dekker$lang['recent'] = 'Modificationes recente'; 478e6d6cfdSMartijn Dekker$lang['breadcrumbs'] = 'Numero de micas de pan'; 488e6d6cfdSMartijn Dekker$lang['youarehere'] = 'Micas de pan hierarchic'; 498e6d6cfdSMartijn Dekker$lang['typography'] = 'Face substitutiones typographic'; 508e6d6cfdSMartijn Dekker$lang['htmlok'] = 'Permitter incorporation de HTML'; 518e6d6cfdSMartijn Dekker$lang['phpok'] = 'Permitter incorporation de PHP'; 528e6d6cfdSMartijn Dekker$lang['dformat'] = 'Formato del datas (vide le function <a href="http://www.php.net/strftime">strftime</a> de PHP)'; 538e6d6cfdSMartijn Dekker$lang['signature'] = 'Signatura'; 548e6d6cfdSMartijn Dekker$lang['toptoclevel'] = 'Nivello principal pro tabula de contento'; 558e6d6cfdSMartijn Dekker$lang['tocminheads'] = 'Numero minimal de titulos requirite pro inserer tabula de contento'; 568e6d6cfdSMartijn Dekker$lang['maxtoclevel'] = 'Nivello maximal pro tabula de contento'; 578e6d6cfdSMartijn Dekker$lang['maxseclevel'] = 'Nivello maximal pro modification de sectiones'; 588e6d6cfdSMartijn Dekker$lang['camelcase'] = 'Usar CamelCase pro ligamines'; 598e6d6cfdSMartijn Dekker$lang['deaccent'] = 'Nomines nette de paginas'; 608e6d6cfdSMartijn Dekker$lang['useheading'] = 'Usar le prime titulo como nomine de pagina'; 618e6d6cfdSMartijn Dekker$lang['refcheck'] = 'Verification de referentias multimedia'; 628e6d6cfdSMartijn Dekker$lang['refshow'] = 'Numero de referentias multimedia a monstrar'; 638e6d6cfdSMartijn Dekker$lang['allowdebug'] = 'Permitter debugging <b>disactiva si non necessari!</b>'; 648e6d6cfdSMartijn Dekker$lang['usewordblock'] = 'Blocar spam a base de lista de parolas'; 658e6d6cfdSMartijn Dekker$lang['indexdelay'] = 'Retardo ante generation de indice (secundas)'; 668e6d6cfdSMartijn Dekker$lang['relnofollow'] = 'Usar rel="nofollow" pro ligamines externe'; 678e6d6cfdSMartijn Dekker$lang['mailguard'] = 'Offuscar adresses de e-mail'; 688e6d6cfdSMartijn Dekker$lang['iexssprotect'] = 'Verificar files incargate pro codice HTML o JavaScript possibilemente malitiose'; 698e6d6cfdSMartijn Dekker$lang['showuseras'] = 'Como monstrar le usator que faceva le ultime modification de un pagina'; 708e6d6cfdSMartijn Dekker$lang['useacl'] = 'Usar listas de controlo de accesso'; 718e6d6cfdSMartijn Dekker$lang['autopasswd'] = 'Automaticamente generar contrasignos'; 728e6d6cfdSMartijn Dekker$lang['authtype'] = 'Servicio de authentication'; 738e6d6cfdSMartijn Dekker$lang['passcrypt'] = 'Methodo de cryptographia de contrasignos'; 748e6d6cfdSMartijn Dekker$lang['defaultgroup'] = 'Gruppo predefinite'; 758e6d6cfdSMartijn Dekker$lang['superuser'] = 'Superusator: le gruppo, usator o lista separate per commas ("usator1,@gruppo1,usator2") con accesso integral a tote le paginas e functiones sin reguardo del ACL'; 768e6d6cfdSMartijn Dekker$lang['manager'] = 'Administrator: le gruppo, usator o lista separate per commas ("usator1,@gruppo1,usator2") con accesso a certe functiones administrative'; 778e6d6cfdSMartijn Dekker$lang['profileconfirm'] = 'Confirmar modificationes del profilo con contrasigno'; 788e6d6cfdSMartijn Dekker$lang['disableactions'] = 'Disactivar actiones DokuWiki'; 798e6d6cfdSMartijn Dekker$lang['disableactions_check'] = 'Verificar'; 808e6d6cfdSMartijn Dekker$lang['disableactions_subscription'] = 'Subscriber/Cancellar subscription'; 818e6d6cfdSMartijn Dekker$lang['disableactions_wikicode'] = 'Vider codice-fonte/Exportar texto crude'; 828e6d6cfdSMartijn Dekker$lang['disableactions_other'] = 'Altere actiones (separate per commas)'; 838e6d6cfdSMartijn Dekker$lang['sneaky_index'] = 'Normalmente, DokuWiki monstra tote le spatios de nomines in le vista del indice. Si iste option es active, illos ubi le usator non ha le permission de lectura essera celate. Isto pote resultar in le celamento de subspatios de nomines accessibile. Isto pote render le indice inusabile con certe configurationes de ACL.'; 848e6d6cfdSMartijn Dekker$lang['auth_security_timeout'] = 'Expiration pro securitate de authentication (secundas)'; 858e6d6cfdSMartijn Dekker$lang['securecookie'] = 'Debe le cookies definite via HTTPS solmente esser inviate via HTTPS per le navigator? Disactiva iste option si solmente le apertura de sessiones a tu wiki es protegite con SSL ma le navigation del wiki es facite sin securitate.'; 868e6d6cfdSMartijn Dekker$lang['xmlrpc'] = 'Activar/disactivar interfacie XML-RPC.'; 878e6d6cfdSMartijn Dekker$lang['xmlrpcuser'] = 'Limitar le accesso a XML-RPC al gruppos o usatores date hic, separate per commas. Lassa isto vacue pro dar accesso a omnes.'; 88*84ddc6deSMatthias Schulte$lang['updatecheck'] = 'Verificar si existe actualisationes e advertimentos de securitate? DokuWiki debe contactar update.dokuwiki.org pro exequer iste function.'; 898e6d6cfdSMartijn Dekker$lang['userewrite'] = 'Usar URLs nette'; 908e6d6cfdSMartijn Dekker$lang['useslash'] = 'Usar le barra oblique ("/") como separator de spatios de nomines in URLs'; 918e6d6cfdSMartijn Dekker$lang['usedraft'] = 'Automaticamente salveguardar un version provisori durante le modification'; 928e6d6cfdSMartijn Dekker$lang['sepchar'] = 'Separator de parolas in nomines de paginas'; 938e6d6cfdSMartijn Dekker$lang['canonical'] = 'Usar URLs completemente canonic'; 948e6d6cfdSMartijn Dekker$lang['autoplural'] = 'Verificar si il ha formas plural in ligamines'; 958e6d6cfdSMartijn Dekker$lang['compression'] = 'Methodo de compression pro files a mansarda'; 968e6d6cfdSMartijn Dekker$lang['cachetime'] = 'Etate maximal pro le cache (secundas)'; 978e6d6cfdSMartijn Dekker$lang['locktime'] = 'Etate maximal pro le files de serratura (secundas)'; 988e6d6cfdSMartijn Dekker$lang['fetchsize'] = 'Numero maximal de bytes per file que fetch.php pote discargar de sitos externe'; 998e6d6cfdSMartijn Dekker$lang['notify'] = 'Inviar notificationes de cambios a iste adresse de e-mail'; 1008e6d6cfdSMartijn Dekker$lang['registernotify'] = 'Inviar informationes super usatores novemente registrate a iste adresse de e-mail'; 1018e6d6cfdSMartijn Dekker$lang['mailfrom'] = 'Adresse de e-mail a usar pro messages automatic'; 1028e6d6cfdSMartijn Dekker$lang['gzip_output'] = 'Usar Content-Encoding gzip pro xhtml'; 1038e6d6cfdSMartijn Dekker$lang['gdlib'] = 'Version de GD Lib'; 1048e6d6cfdSMartijn Dekker$lang['im_convert'] = 'Cammino al programma "convert" de ImageMagick'; 1058e6d6cfdSMartijn Dekker$lang['jpg_quality'] = 'Qualitate del compression JPEG (0-100)'; 1068e6d6cfdSMartijn Dekker$lang['subscribers'] = 'Activar le possibilitate de subscriber se al paginas'; 1078e6d6cfdSMartijn Dekker$lang['subscribe_time'] = 'Tempore post le qual le listas de subscription e le digestos es inviate (in secundas); isto debe esser minor que le tempore specificate in recent_days.'; 1088e6d6cfdSMartijn Dekker$lang['compress'] = 'Compactar le output CSS e JavaScript'; 1098e6d6cfdSMartijn Dekker$lang['hidepages'] = 'Celar paginas correspondente (expressiones regular)'; 1108e6d6cfdSMartijn Dekker$lang['send404'] = 'Inviar "HTTP 404/Pagina non trovate" pro paginas non existente'; 1118e6d6cfdSMartijn Dekker$lang['sitemap'] = 'Generar mappa de sito Google (dies)'; 1128e6d6cfdSMartijn Dekker$lang['broken_iua'] = 'Es le function ignore_user_abort defectuose in tu systema? Isto pote resultar in un indice de recerca que non functiona. Vide <a href="http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a> pro plus info.'; 1138e6d6cfdSMartijn Dekker$lang['xsendfile'] = 'Usar le capite X-Sendfile pro lassar le servitor web livrar files static? Tu navigator del web debe supportar isto.'; 1148e6d6cfdSMartijn Dekker$lang['renderer_xhtml'] = 'Renditor a usar pro le output wiki principal (xhtml)'; 1158e6d6cfdSMartijn Dekker$lang['renderer__core'] = '%s (nucleo dokuwiki)'; 1168e6d6cfdSMartijn Dekker$lang['renderer__plugin'] = '%s (plug-in)'; 1178e6d6cfdSMartijn Dekker$lang['rememberme'] = 'Permitter cookies de session permanente (memorar me)'; 1188e6d6cfdSMartijn Dekker$lang['rss_type'] = 'Typo de syndication XML'; 1198e6d6cfdSMartijn Dekker$lang['rss_linkto'] = 'Syndication XML liga verso'; 1208e6d6cfdSMartijn Dekker$lang['rss_content'] = 'Que monstrar in le entratas de syndication XML?'; 1218e6d6cfdSMartijn Dekker$lang['rss_update'] = 'Intervallo de actualisation pro syndicationes XML (secundas)'; 1228e6d6cfdSMartijn Dekker$lang['recent_days'] = 'Retener quante modificationes recente? (dies)'; 1238e6d6cfdSMartijn Dekker$lang['rss_show_summary'] = 'Monstrar summario in titulo de syndication XML'; 1248e6d6cfdSMartijn Dekker$lang['target____wiki'] = 'Fenestra de destination pro ligamines interne'; 1258e6d6cfdSMartijn Dekker$lang['target____interwiki'] = 'Fenestra de destination pro ligamines interwiki'; 1268e6d6cfdSMartijn Dekker$lang['target____extern'] = 'Fenestra de destination pro ligamines externe'; 1278e6d6cfdSMartijn Dekker$lang['target____media'] = 'Fenestra de destination pro ligamines multimedia'; 1288e6d6cfdSMartijn Dekker$lang['target____windows'] = 'Fenestra de destination pro ligamines a fenestras'; 1298e6d6cfdSMartijn Dekker$lang['proxy____host'] = 'Nomine de servitor proxy'; 1308e6d6cfdSMartijn Dekker$lang['proxy____port'] = 'Porto del proxy'; 1318e6d6cfdSMartijn Dekker$lang['proxy____user'] = 'Nomine de usator pro le proxy'; 1328e6d6cfdSMartijn Dekker$lang['proxy____pass'] = 'Contrasigno pro le proxy'; 1338e6d6cfdSMartijn Dekker$lang['proxy____ssl'] = 'Usar SSL pro connecter al proxy'; 1348e6d6cfdSMartijn Dekker$lang['safemodehack'] = 'Permitter truco de modo secur'; 1358e6d6cfdSMartijn Dekker$lang['ftp____host'] = 'Servitor FTP pro truco de modo secur'; 1368e6d6cfdSMartijn Dekker$lang['ftp____port'] = 'Porto FTP pro truco de modo secur'; 1378e6d6cfdSMartijn Dekker$lang['ftp____user'] = 'Nomine de usator FTP pro truco de modo secur'; 1388e6d6cfdSMartijn Dekker$lang['ftp____pass'] = 'Contrasigno FTP pro truco de modo secur'; 1398e6d6cfdSMartijn Dekker$lang['ftp____root'] = 'Directorio radice FTP pro truco de modo securr'; 1408e6d6cfdSMartijn Dekker$lang['license_o_'] = 'Nihil seligite'; 1418e6d6cfdSMartijn Dekker$lang['typography_o_0'] = 'nulle'; 1428e6d6cfdSMartijn Dekker$lang['typography_o_1'] = 'excludente '; 1438e6d6cfdSMartijn Dekker$lang['typography_o_2'] = 'includente virgulettas singule (pote non sempre functionar)'; 1448e6d6cfdSMartijn Dekker$lang['userewrite_o_0'] = 'nulle'; 1458e6d6cfdSMartijn Dekker$lang['userewrite_o_1'] = '.htaccess'; 1468e6d6cfdSMartijn Dekker$lang['userewrite_o_2'] = 'interne a DokuWIki'; 1478e6d6cfdSMartijn Dekker$lang['deaccent_o_0'] = 'disactivate'; 1488e6d6cfdSMartijn Dekker$lang['deaccent_o_1'] = 'remover accentos'; 1498e6d6cfdSMartijn Dekker$lang['deaccent_o_2'] = 'romanisar'; 1508e6d6cfdSMartijn Dekker$lang['gdlib_o_0'] = 'GD Lib non disponibile'; 1518e6d6cfdSMartijn Dekker$lang['gdlib_o_1'] = 'Version 1.x'; 1528e6d6cfdSMartijn Dekker$lang['gdlib_o_2'] = 'Autodetection'; 1538e6d6cfdSMartijn Dekker$lang['rss_type_o_rss'] = 'RSS 0.91'; 1548e6d6cfdSMartijn Dekker$lang['rss_type_o_rss1'] = 'RSS 1.0'; 1558e6d6cfdSMartijn Dekker$lang['rss_type_o_rss2'] = 'RSS 2.0'; 1568e6d6cfdSMartijn Dekker$lang['rss_type_o_atom'] = 'Atom 0.3'; 1578e6d6cfdSMartijn Dekker$lang['rss_type_o_atom1'] = 'Atom 1.0'; 1588e6d6cfdSMartijn Dekker$lang['rss_content_o_abstract'] = 'Abstracte'; 1598e6d6cfdSMartijn Dekker$lang['rss_content_o_diff'] = 'In formato Unified Diff'; 1608e6d6cfdSMartijn Dekker$lang['rss_content_o_htmldiff'] = 'Tabella de diff in formato HTML'; 1618e6d6cfdSMartijn Dekker$lang['rss_content_o_html'] = 'Contento complete del pagina in HTML'; 1628e6d6cfdSMartijn Dekker$lang['rss_linkto_o_diff'] = 'vista de differentias'; 1638e6d6cfdSMartijn Dekker$lang['rss_linkto_o_page'] = 'le pagina revidite'; 1648e6d6cfdSMartijn Dekker$lang['rss_linkto_o_rev'] = 'lista de versiones'; 1658e6d6cfdSMartijn Dekker$lang['rss_linkto_o_current'] = 'le pagina actual'; 1668e6d6cfdSMartijn Dekker$lang['compression_o_0'] = 'nulle'; 1678e6d6cfdSMartijn Dekker$lang['compression_o_gz'] = 'gzip'; 1688e6d6cfdSMartijn Dekker$lang['compression_o_bz2'] = 'bz2'; 1698e6d6cfdSMartijn Dekker$lang['xsendfile_o_0'] = 'non usar'; 1708e6d6cfdSMartijn Dekker$lang['xsendfile_o_1'] = 'Capite proprietari "lighttpd" (ante version 1.5)'; 1718e6d6cfdSMartijn Dekker$lang['xsendfile_o_2'] = 'Capite standard "X-Sendfile"'; 1728e6d6cfdSMartijn Dekker$lang['xsendfile_o_3'] = 'Capite proprietari "X-Accel-Redirect" de Nginx'; 1738e6d6cfdSMartijn Dekker$lang['showuseras_o_loginname'] = 'Nomine de usator'; 1748e6d6cfdSMartijn Dekker$lang['showuseras_o_username'] = 'Nomine real del usator'; 1758e6d6cfdSMartijn Dekker$lang['showuseras_o_email'] = 'Adresse de e-mail del usator (offuscate secundo le configuration de Mailguard)'; 1768e6d6cfdSMartijn Dekker$lang['showuseras_o_email_link'] = 'Adresse de e-mail del usator como ligamine "mailto:"'; 1778e6d6cfdSMartijn Dekker$lang['useheading_o_0'] = 'Nunquam'; 1788e6d6cfdSMartijn Dekker$lang['useheading_o_navigation'] = 'Navigation solmente'; 1798e6d6cfdSMartijn Dekker$lang['useheading_o_content'] = 'Contento wiki solmente'; 1808e6d6cfdSMartijn Dekker$lang['useheading_o_1'] = 'Sempre'; 181