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['_msg_setting_undefined'] = 'Nulle metadatos de configuration.'; 318e6d6cfdSMartijn Dekker$lang['_msg_setting_no_class'] = 'Nulle classe de configuration.'; 328e6d6cfdSMartijn Dekker$lang['_msg_setting_no_default'] = 'Nulle valor predefinite.'; 338e6d6cfdSMartijn Dekker$lang['fmode'] = 'Permissiones al creation de files'; 348e6d6cfdSMartijn Dekker$lang['dmode'] = 'Permissiones al creation de directorios'; 358e6d6cfdSMartijn Dekker$lang['lang'] = 'Lingua del interfacie'; 368e6d6cfdSMartijn Dekker$lang['basedir'] = 'Cammino al servitor (p.ex.. <code>/dokuwiki/</code>). Lassa vacue pro autodetection.'; 378e6d6cfdSMartijn Dekker$lang['baseurl'] = 'URL del servitor (p.ex. <code>http://www.yourserver.com</code>). Lassa vacue pro autodetection.'; 388e6d6cfdSMartijn Dekker$lang['savedir'] = 'Directorio pro salveguardar datos'; 398e6d6cfdSMartijn Dekker$lang['start'] = 'Nomine del pagina initial'; 408e6d6cfdSMartijn Dekker$lang['title'] = 'Titulo del wiki'; 418e6d6cfdSMartijn Dekker$lang['template'] = 'Patrono'; 428e6d6cfdSMartijn Dekker$lang['license'] = 'Sub qual licentia debe tu contento esser publicate?'; 438e6d6cfdSMartijn Dekker$lang['fullpath'] = 'Revelar le cammino complete del paginas in le pede'; 448e6d6cfdSMartijn Dekker$lang['recent'] = 'Modificationes recente'; 458e6d6cfdSMartijn Dekker$lang['breadcrumbs'] = 'Numero de micas de pan'; 468e6d6cfdSMartijn Dekker$lang['youarehere'] = 'Micas de pan hierarchic'; 478e6d6cfdSMartijn Dekker$lang['typography'] = 'Face substitutiones typographic'; 48*59752844SAnders Sandblad$lang['dformat'] = 'Formato del datas (vide le function <a href="http://php.net/strftime">strftime</a> de PHP)'; 498e6d6cfdSMartijn Dekker$lang['signature'] = 'Signatura'; 508e6d6cfdSMartijn Dekker$lang['toptoclevel'] = 'Nivello principal pro tabula de contento'; 518e6d6cfdSMartijn Dekker$lang['tocminheads'] = 'Numero minimal de titulos requirite pro inserer tabula de contento'; 528e6d6cfdSMartijn Dekker$lang['maxtoclevel'] = 'Nivello maximal pro tabula de contento'; 538e6d6cfdSMartijn Dekker$lang['maxseclevel'] = 'Nivello maximal pro modification de sectiones'; 548e6d6cfdSMartijn Dekker$lang['camelcase'] = 'Usar CamelCase pro ligamines'; 558e6d6cfdSMartijn Dekker$lang['deaccent'] = 'Nomines nette de paginas'; 568e6d6cfdSMartijn Dekker$lang['useheading'] = 'Usar le prime titulo como nomine de pagina'; 578e6d6cfdSMartijn Dekker$lang['refcheck'] = 'Verification de referentias multimedia'; 588e6d6cfdSMartijn Dekker$lang['allowdebug'] = 'Permitter debugging <b>disactiva si non necessari!</b>'; 598e6d6cfdSMartijn Dekker$lang['usewordblock'] = 'Blocar spam a base de lista de parolas'; 608e6d6cfdSMartijn Dekker$lang['indexdelay'] = 'Retardo ante generation de indice (secundas)'; 618e6d6cfdSMartijn Dekker$lang['relnofollow'] = 'Usar rel="nofollow" pro ligamines externe'; 628e6d6cfdSMartijn Dekker$lang['mailguard'] = 'Offuscar adresses de e-mail'; 638e6d6cfdSMartijn Dekker$lang['iexssprotect'] = 'Verificar files incargate pro codice HTML o JavaScript possibilemente malitiose'; 648e6d6cfdSMartijn Dekker$lang['showuseras'] = 'Como monstrar le usator que faceva le ultime modification de un pagina'; 658e6d6cfdSMartijn Dekker$lang['useacl'] = 'Usar listas de controlo de accesso'; 668e6d6cfdSMartijn Dekker$lang['autopasswd'] = 'Automaticamente generar contrasignos'; 678e6d6cfdSMartijn Dekker$lang['authtype'] = 'Servicio de authentication'; 688e6d6cfdSMartijn Dekker$lang['passcrypt'] = 'Methodo de cryptographia de contrasignos'; 698e6d6cfdSMartijn Dekker$lang['defaultgroup'] = 'Gruppo predefinite'; 708e6d6cfdSMartijn 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'; 718e6d6cfdSMartijn Dekker$lang['manager'] = 'Administrator: le gruppo, usator o lista separate per commas ("usator1,@gruppo1,usator2") con accesso a certe functiones administrative'; 728e6d6cfdSMartijn Dekker$lang['profileconfirm'] = 'Confirmar modificationes del profilo con contrasigno'; 738e6d6cfdSMartijn Dekker$lang['disableactions'] = 'Disactivar actiones DokuWiki'; 748e6d6cfdSMartijn Dekker$lang['disableactions_check'] = 'Verificar'; 758e6d6cfdSMartijn Dekker$lang['disableactions_subscription'] = 'Subscriber/Cancellar subscription'; 768e6d6cfdSMartijn Dekker$lang['disableactions_wikicode'] = 'Vider codice-fonte/Exportar texto crude'; 778e6d6cfdSMartijn Dekker$lang['disableactions_other'] = 'Altere actiones (separate per commas)'; 788e6d6cfdSMartijn 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.'; 798e6d6cfdSMartijn Dekker$lang['auth_security_timeout'] = 'Expiration pro securitate de authentication (secundas)'; 808e6d6cfdSMartijn 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.'; 8184ddc6deSMatthias Schulte$lang['updatecheck'] = 'Verificar si existe actualisationes e advertimentos de securitate? DokuWiki debe contactar update.dokuwiki.org pro exequer iste function.'; 828e6d6cfdSMartijn Dekker$lang['userewrite'] = 'Usar URLs nette'; 838e6d6cfdSMartijn Dekker$lang['useslash'] = 'Usar le barra oblique ("/") como separator de spatios de nomines in URLs'; 848e6d6cfdSMartijn Dekker$lang['usedraft'] = 'Automaticamente salveguardar un version provisori durante le modification'; 858e6d6cfdSMartijn Dekker$lang['sepchar'] = 'Separator de parolas in nomines de paginas'; 868e6d6cfdSMartijn Dekker$lang['canonical'] = 'Usar URLs completemente canonic'; 878e6d6cfdSMartijn Dekker$lang['autoplural'] = 'Verificar si il ha formas plural in ligamines'; 888e6d6cfdSMartijn Dekker$lang['compression'] = 'Methodo de compression pro files a mansarda'; 898e6d6cfdSMartijn Dekker$lang['cachetime'] = 'Etate maximal pro le cache (secundas)'; 908e6d6cfdSMartijn Dekker$lang['locktime'] = 'Etate maximal pro le files de serratura (secundas)'; 918e6d6cfdSMartijn Dekker$lang['fetchsize'] = 'Numero maximal de bytes per file que fetch.php pote discargar de sitos externe'; 928e6d6cfdSMartijn Dekker$lang['notify'] = 'Inviar notificationes de cambios a iste adresse de e-mail'; 938e6d6cfdSMartijn Dekker$lang['registernotify'] = 'Inviar informationes super usatores novemente registrate a iste adresse de e-mail'; 948e6d6cfdSMartijn Dekker$lang['mailfrom'] = 'Adresse de e-mail a usar pro messages automatic'; 958e6d6cfdSMartijn Dekker$lang['gzip_output'] = 'Usar Content-Encoding gzip pro xhtml'; 968e6d6cfdSMartijn Dekker$lang['gdlib'] = 'Version de GD Lib'; 978e6d6cfdSMartijn Dekker$lang['im_convert'] = 'Cammino al programma "convert" de ImageMagick'; 988e6d6cfdSMartijn Dekker$lang['jpg_quality'] = 'Qualitate del compression JPEG (0-100)'; 998e6d6cfdSMartijn Dekker$lang['subscribers'] = 'Activar le possibilitate de subscriber se al paginas'; 1008e6d6cfdSMartijn 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.'; 1018e6d6cfdSMartijn Dekker$lang['compress'] = 'Compactar le output CSS e JavaScript'; 1028e6d6cfdSMartijn Dekker$lang['hidepages'] = 'Celar paginas correspondente (expressiones regular)'; 1038e6d6cfdSMartijn Dekker$lang['send404'] = 'Inviar "HTTP 404/Pagina non trovate" pro paginas non existente'; 1048e6d6cfdSMartijn Dekker$lang['sitemap'] = 'Generar mappa de sito Google (dies)'; 1058e6d6cfdSMartijn 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.'; 1068e6d6cfdSMartijn Dekker$lang['xsendfile'] = 'Usar le capite X-Sendfile pro lassar le servitor web livrar files static? Tu navigator del web debe supportar isto.'; 1078e6d6cfdSMartijn Dekker$lang['renderer_xhtml'] = 'Renditor a usar pro le output wiki principal (xhtml)'; 1088e6d6cfdSMartijn Dekker$lang['renderer__core'] = '%s (nucleo dokuwiki)'; 1098e6d6cfdSMartijn Dekker$lang['renderer__plugin'] = '%s (plug-in)'; 1108e6d6cfdSMartijn Dekker$lang['rememberme'] = 'Permitter cookies de session permanente (memorar me)'; 1118e6d6cfdSMartijn Dekker$lang['rss_type'] = 'Typo de syndication XML'; 1128e6d6cfdSMartijn Dekker$lang['rss_linkto'] = 'Syndication XML liga verso'; 1138e6d6cfdSMartijn Dekker$lang['rss_content'] = 'Que monstrar in le entratas de syndication XML?'; 1148e6d6cfdSMartijn Dekker$lang['rss_update'] = 'Intervallo de actualisation pro syndicationes XML (secundas)'; 1158e6d6cfdSMartijn Dekker$lang['recent_days'] = 'Retener quante modificationes recente? (dies)'; 1168e6d6cfdSMartijn Dekker$lang['rss_show_summary'] = 'Monstrar summario in titulo de syndication XML'; 1178e6d6cfdSMartijn Dekker$lang['target____wiki'] = 'Fenestra de destination pro ligamines interne'; 1188e6d6cfdSMartijn Dekker$lang['target____interwiki'] = 'Fenestra de destination pro ligamines interwiki'; 1198e6d6cfdSMartijn Dekker$lang['target____extern'] = 'Fenestra de destination pro ligamines externe'; 1208e6d6cfdSMartijn Dekker$lang['target____media'] = 'Fenestra de destination pro ligamines multimedia'; 1218e6d6cfdSMartijn Dekker$lang['target____windows'] = 'Fenestra de destination pro ligamines a fenestras'; 1228e6d6cfdSMartijn Dekker$lang['proxy____host'] = 'Nomine de servitor proxy'; 1238e6d6cfdSMartijn Dekker$lang['proxy____port'] = 'Porto del proxy'; 1248e6d6cfdSMartijn Dekker$lang['proxy____user'] = 'Nomine de usator pro le proxy'; 1258e6d6cfdSMartijn Dekker$lang['proxy____pass'] = 'Contrasigno pro le proxy'; 1268e6d6cfdSMartijn Dekker$lang['proxy____ssl'] = 'Usar SSL pro connecter al proxy'; 1278e6d6cfdSMartijn Dekker$lang['license_o_'] = 'Nihil seligite'; 1288e6d6cfdSMartijn Dekker$lang['typography_o_0'] = 'nulle'; 1298e6d6cfdSMartijn Dekker$lang['typography_o_1'] = 'excludente '; 1308e6d6cfdSMartijn Dekker$lang['typography_o_2'] = 'includente virgulettas singule (pote non sempre functionar)'; 1318e6d6cfdSMartijn Dekker$lang['userewrite_o_0'] = 'nulle'; 1328e6d6cfdSMartijn Dekker$lang['userewrite_o_1'] = '.htaccess'; 1338e6d6cfdSMartijn Dekker$lang['userewrite_o_2'] = 'interne a DokuWIki'; 1348e6d6cfdSMartijn Dekker$lang['deaccent_o_0'] = 'disactivate'; 1358e6d6cfdSMartijn Dekker$lang['deaccent_o_1'] = 'remover accentos'; 1368e6d6cfdSMartijn Dekker$lang['deaccent_o_2'] = 'romanisar'; 1378e6d6cfdSMartijn Dekker$lang['gdlib_o_0'] = 'GD Lib non disponibile'; 1388e6d6cfdSMartijn Dekker$lang['gdlib_o_1'] = 'Version 1.x'; 1398e6d6cfdSMartijn Dekker$lang['gdlib_o_2'] = 'Autodetection'; 1408e6d6cfdSMartijn Dekker$lang['rss_type_o_rss'] = 'RSS 0.91'; 1418e6d6cfdSMartijn Dekker$lang['rss_type_o_rss1'] = 'RSS 1.0'; 1428e6d6cfdSMartijn Dekker$lang['rss_type_o_rss2'] = 'RSS 2.0'; 1438e6d6cfdSMartijn Dekker$lang['rss_type_o_atom'] = 'Atom 0.3'; 1448e6d6cfdSMartijn Dekker$lang['rss_type_o_atom1'] = 'Atom 1.0'; 1458e6d6cfdSMartijn Dekker$lang['rss_content_o_abstract'] = 'Abstracte'; 1468e6d6cfdSMartijn Dekker$lang['rss_content_o_diff'] = 'In formato Unified Diff'; 1478e6d6cfdSMartijn Dekker$lang['rss_content_o_htmldiff'] = 'Tabella de diff in formato HTML'; 1488e6d6cfdSMartijn Dekker$lang['rss_content_o_html'] = 'Contento complete del pagina in HTML'; 1498e6d6cfdSMartijn Dekker$lang['rss_linkto_o_diff'] = 'vista de differentias'; 1508e6d6cfdSMartijn Dekker$lang['rss_linkto_o_page'] = 'le pagina revidite'; 1518e6d6cfdSMartijn Dekker$lang['rss_linkto_o_rev'] = 'lista de versiones'; 1528e6d6cfdSMartijn Dekker$lang['rss_linkto_o_current'] = 'le pagina actual'; 1538e6d6cfdSMartijn Dekker$lang['compression_o_0'] = 'nulle'; 1548e6d6cfdSMartijn Dekker$lang['compression_o_gz'] = 'gzip'; 1558e6d6cfdSMartijn Dekker$lang['compression_o_bz2'] = 'bz2'; 1568e6d6cfdSMartijn Dekker$lang['xsendfile_o_0'] = 'non usar'; 1578e6d6cfdSMartijn Dekker$lang['xsendfile_o_1'] = 'Capite proprietari "lighttpd" (ante version 1.5)'; 1588e6d6cfdSMartijn Dekker$lang['xsendfile_o_2'] = 'Capite standard "X-Sendfile"'; 1598e6d6cfdSMartijn Dekker$lang['xsendfile_o_3'] = 'Capite proprietari "X-Accel-Redirect" de Nginx'; 1608e6d6cfdSMartijn Dekker$lang['showuseras_o_loginname'] = 'Nomine de usator'; 1618e6d6cfdSMartijn Dekker$lang['showuseras_o_username'] = 'Nomine real del usator'; 1628e6d6cfdSMartijn Dekker$lang['showuseras_o_email'] = 'Adresse de e-mail del usator (offuscate secundo le configuration de Mailguard)'; 1638e6d6cfdSMartijn Dekker$lang['showuseras_o_email_link'] = 'Adresse de e-mail del usator como ligamine "mailto:"'; 1648e6d6cfdSMartijn Dekker$lang['useheading_o_0'] = 'Nunquam'; 1658e6d6cfdSMartijn Dekker$lang['useheading_o_navigation'] = 'Navigation solmente'; 1668e6d6cfdSMartijn Dekker$lang['useheading_o_content'] = 'Contento wiki solmente'; 1678e6d6cfdSMartijn Dekker$lang['useheading_o_1'] = 'Sempre'; 168