Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

proyectos:forov2:lang_ctracker_php [2006/06/26 16:42]
santisis creado
proyectos:forov2:lang_ctracker_php [2006/08/27 05:10] (actual)
inggenia traduje lang_ctracker
Línea 2: Línea 2:
  
 <code> <code>
-<?php+<?
 /*************************************************************************** /***************************************************************************
- *                            lang_ctracker.php [English+ *                            lang_ctracker.php [Argentinean Spanish
- *                            ------------------- + *                              ------------------- 
- *   copyright            : (C) 2005 by Christian Knerr (CBACK) + *     begin                : Sun Aug 27 2006 
- *   homepage             : http://www.cback.de+ *     copyright            : Neri Tisocco 
 + *     e-mail               : neritisocco@hotmail.com 
 + *     location             : Capital Federal, Argentina 
 + *     version              0.1.20060827
  *  *
- *                            english translation 
- *                           --------------------- 
- *   copyright            : (C) 2005 by Michael Auchtor (herr-der-winde) 
- *   homepage             : http://www.herrderwinde.de.vu 
  *  *
- ***************************************************************************/ + *     modified from Spanish language by: 
 + *                          Nazcar (nazcar@almogavers.net) 
 + *                          Neri Tisocco (neritisocco@hotmail.com) 
 + * 
 + * 
 + ****************************************************************************/
 /*************************************************************************** /***************************************************************************
  *  *
Línea 25: Línea 28:
  ***************************************************************************/  ***************************************************************************/
  
- // Footer Text +// Texto de pie de página 
- $lang['ctr_footer_n'] = '<a href="http://www.cback.de" target="_blank">Security</a> with <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> Protection Engine.'; +$lang['ctr_footer_n'] = '<a href="http://www.cback.de" target="_blank">Seguridad</a> con <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> Motor de Protección.'; 
- $lang['ctr_footer_c'] = 'Protected by <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a><br><b>%s</b> Attacks blocked.'; +$lang['ctr_footer_c'] = 'Protegido por <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a><br><b>%s</b> Ataques bloqueados.'; 
- $lang['ctr_footer_i'] = 'Board Security'; +$lang['ctr_footer_i'] = 'Board Security'; 
- $lang['ctr_footer_g'] = '<b>%s</b> Attacks blocked'; +$lang['ctr_footer_g'] = '<b>%s</b> Ataques bloqueados';
- +
- // ACP +
- $lang['ct_maintitle'] = 'CrackerTracker'; +
- $lang['ct_seccheck']  = 'Security Check'; +
- $lang['ct_systest']   = 'System Test'; +
- $lang['ct_config']    = 'Configuration'; +
- $lang['ct_logs']      = 'Logfile Manager'; +
- $lang['ct_footer']    = 'Select Footer'; +
- $lang['ct_blocker']   = 'Proxy&Agent blocker'; +
- $lang['ct_adm_foot']  = 'Powered by <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> Security System';+
  
- // Security-Check +// ACP 
- $lang['ct_s_head']    = 'CTracker Security Check'; +$lang['ct_maintitle'] = 'CrackerTracker'; 
- $lang['ct_s_desc']    = 'The CBACK CrackerTracker Security Check checks some Elements of your Board and your Server for possible Security issues. This System can\'t detect the values on all Servers, in this case, the table is empty at this place. On Shared Hosts, you can\'t configure the settings of the php.ini yourself. In this case too, the PHP Version itself only could be updated by your Hoster.'; +$lang['ct_seccheck'] = 'Chequeo de Seguridad'; 
- $lang['ct_s_hd1']     = 'Checkpoint'; +$lang['ct_systest'] = 'Prueba de Sistema'; 
- $lang['ct_s_hd2']     = 'Your Version'; +$lang['ct_config'] = 'Configuración'; 
- $lang['ct_s_hd3']     = 'Current Version'; +$lang['ct_logs'] = 'Administrador de Archivos de Log'; 
- $lang['ct_s_hd4']     = 'Status'; +$lang['ct_footer'] = 'Seleccionar Pie de página'; 
- $lang['ct_s_hd5']     = 'Your Setting'; +$lang['ct_blocker'] = 'Bloqueo de Proxy&amp;Agent'; 
- $lang['ct_s_t0']      = 'CrackerTracker'; +$lang['ct_adm_foot'] = 'Powered by <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> Security System';
- $lang['ct_s_t1']      = 'PHP4 Version'; +
- $lang['ct_s_t2']      = 'PHP5 Version'; +
- $lang['ct_s_t3']      = 'phpBB Version'; +
- $lang['ct_s_ukn']     = '&lt;font color="orange"><b>UNKNOWN</b></font>;'; +
- $lang['ct_s_ok']      = '<font color="green"><b>SAFE</b></font>'; +
- $lang['ct_s_ac']      = '<font color="red"><b>UNSAFE</b></font>'; +
- $lang['ct_sc_v0']     = 'PHP Safe Mode'; +
- $lang['ct_sc_v1']     = 'PHP Globals'; +
- $lang['ct_sc_v2']     = 'phpBB visual confirmation'; +
- $lang['ct_sc_v3']     = 'phpBB account activation'; +
- $lang['ct_sc_on']     = 'activated'; +
- $lang['ct_sc_off']    = 'deactivated'; +
- $lang['ct_s_infohe']  = 'Information'; +
- $lang['ct_s_info']    = 'On a Shared Host (Webspace), you have the possibility to keep your forum software <a href="http://www.phpbb2.de" target="_blank">phpBB</a> and the <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> up to date. Further, if possible, you should keep your <a href="http://www.php.net" target="_blank">PHP Interpreter</a> on your Server up to date: Often it happens, that a Forum or another PHP Script is safe, but a Breaking Point exists in an old PHP Interpreter Version. You should contact with reference to php.ini Configuration and PHP Interpreter your Hoster for further Information.';+
  
- // System-Test +// Chequeo de Seguridad 
- $lang['ct_sys_he']    = 'CBACK CrackerTracker System Test'; +$lang['ct_s_head'] = 'CTracker Chequeo de Seguridad'; 
- $lang['ct_sys_de']    = 'The CrackerTracker System Test proofs the Security System, if it works properlyIt testsif the Security Modules sent a response (and therewith are active) on the Forum Systemif the File Authorizations for the Logfiles are right and if Exploit Attacks could be recognizedIf you want to start a Test Attackyou could do this with a Test StringJust klick on %sTHIS</a> Link.'; +$lang['ct_s_desc'] = 'El Chequeo de Seguridad de CBACK CrackerTracker chequea algunos elementos de tu Foro y tu Servidor para posibles ediciones de SeguridadEste sistema No podés detectar los valores en todos los servidoresen estos casosla tabla estará vaciaEn Hosts compartidosvos mismo no podés configurar los ajustes del php.ini. En este caso tambiénla Versión de PHP solo podrá ser puesta al día por tu Hosting.'; 
- $lang['ct_sys_c1']    = 'CHMOD777: Counter File'; +$lang['ct_s_hd1'] = 'Comprobación'; 
- $lang['ct_sys_c2']    = 'CHMOD777: Flooder Log'; +$lang['ct_s_hd2'] = 'Tu Versión'; 
- $lang['ct_sys_c3']    = 'CHMOD777: IPBlocker Log'; +$lang['ct_s_hd3'] = 'Versión Actual'; 
- $lang['ct_sys_c4']    = 'CHMOD777: Worm&Exploit Log'; +$lang['ct_s_hd4'] = 'Estado'; 
- $lang['ct_sys_c5']    = 'Worm Protection Engine'; +$lang['ct_s_hd5'] = 'Tu Configuración'; 
- $lang['ct_sys_c6']    = 'IP&Agent Blocker Engine'; +$lang['ct_s_t0'] = 'CrackerTracker'; 
- $lang['ct_sys_c7']    = 'CrackerTracker Functions File'; +$lang['ct_s_t1'] = 'Versión PHP4'; 
- $lang['ct_sys_c8']    = 'Database Entries'; +$lang['ct_s_t2'] = 'Versión PHP5'; 
- $lang['ct_sys_c9']    = 'Footer System'; +$lang['ct_s_t3'] = 'Versión phpBB'; 
- $lang['ct_sys_c10']   = 'Definition Record'; +$lang['ct_s_ukn'] = '<font color="orange"><b>DESCONOCIDO</b></font>'; 
- $lang['ct_sys_ok']    = '<font color="green"><b>OK</b></font>'; +$lang['ct_s_ok'] = '<font color="green"><b>SEGURO</b></font>'; 
- $lang['ct_sys_er']    = '<font color="red"><b>ERROR</b></font>';+$lang['ct_s_ac'] = '<font color="red"><b>INSEGURO</b></font>'; 
 +$lang['ct_sc_v0'] = 'PHP Modo Seguro'; 
 +$lang['ct_sc_v1'] = 'PHP Globales'; 
 +$lang['ct_sc_v2'] = 'phpBB confirmación visual'; 
 +$lang['ct_sc_v3'] = 'phpBB activación de la cuenta'; 
 +$lang['ct_sc_on'] = 'activado'; 
 +$lang['ct_sc_off'] = 'desactivado'; 
 +$lang['ct_s_infohe'] = 'Información'; 
 +$lang['ct_s_info'] = 'En un Host compartido (Espacio Web), vos tenés la posibilidad de mantener tu Foro <a href="http://www.phpbb2.de" target="_blank">phpBB</a> y el <a href="http://www.cback.de" target="_blank">CBACK CrackerTracker</a> actualizados. Además, si es posible, deberías mantener tu <a href="http://www.php.net" target="_blank">PHP Interpreter</a> en tu Servidor actualizado: Sucede a menudo, que un foro u otro Script PHP sea seguro, pero existe un Punto de Ruptura en una vieja versión del PHP Interpreter. Deberías contactarte con tu Hoster en referencia a la Configuración del php.ini y el PHP Interpreter para futura Información.';
  
- // Footer +// Prueba de Sistema 
- $lang['ct_submit']    = 'Save Changes'; +$lang['ct_sys_he'] = 'CBACK CrackerTracker Prueba de Sistema'; 
- $lang['ct_foot_h']    = 'Select Footer'; +$lang['ct_sys_de'] = 'La prueba de Seguridad del Sistema de CrackerTracker prueba justamente la seguridad del sistema, si esta funciona correctamente. Esta prueba, si el Modulo de seguridad envía una respuesta (y si estan activos) en el sistema de Foros, si el archivo de autorizaciones para los Archivos de registros (Logfiles) están correctos y si los Ataques de Exploits podían ser reconocidos. Si querés comenzar un Ataque de Prueba, podrías hacer esto con una secuencia de la prueba, solo haciendo click en %sESTE</a> Link.'; 
- $lang['ct_foot_d']    = 'Here you can select the CrackerTracker Footer, which is shown in your Board. Please regard, that Functions like the Attack Counter only work in newer PHP Interpreters as PHP 4.3.6. Additional, you should generally should have installed the newest PHP Version on your Server because Security.'; +$lang['ct_sys_c1'] = 'CHMOD777: Archivo del Contador'; 
- $lang['ct_foot_sh']   = 'Please select favorite Footer'; +$lang['ct_sys_c2'] = 'CHMOD777: Flooder Log'; 
- $lang['ct_f_ass']     = '<font color="red">Settings safed</font>';+$lang['ct_sys_c3'] = 'CHMOD777: Bloqueo de IP Log'; 
 +$lang['ct_sys_c4'] = 'CHMOD777: Gusanos&Exploit Log'; 
 +$lang['ct_sys_c5'] = 'Motor de protección de Gusanos'; 
 +$lang['ct_sys_c6'] = 'Motor de Bloqueo de IP&Agent'; 
 +$lang['ct_sys_c7'] = 'CrackerTracker Archivo de Funciones'; 
 +$lang['ct_sys_c8'] = 'Entradas de la Base de Datos'; 
 +$lang['ct_sys_c9'] = 'Sistema pié de página'; 
 +$lang['ct_sys_c10'] = 'Definition Record'; 
 +$lang['ct_sys_ok'] = '<font color="green"><b>OK</b></font>'; 
 +$lang['ct_sys_er'] = '<font color="red"><b>ERROR</b></font>';
  
- // CT IP&Agent Blocker +// Pie de página 
- $lang['ct_pf_add']    = 'Add'; +$lang['ct_submit'] = 'Guardar Cambios'; 
- $lang['ct_pf_head']   = 'IP, Proxy&User Agent Blocker'; +$lang['ct_foot_h'] = 'Seleccioná un pie de Página'; 
- $lang['ct_pf_head1']  = 'Add a new Entry'; +$lang['ct_foot_d'] = 'Aquí podés seleccionar el CrackerTracker Footer (pie de página), el cual se muestra en tu ForoPor favor consideráfunciones como el Contador de Ataques solo funcionan en Nuevos PHP Interpreters como PHP 4.3.6Adicionalmentegeneralmente deberías tener instalado la mas nueva Version de PHP en tu Servidor por Seguridad.'; 
- $lang['ct_pf_head2']  = 'Block List'; +$lang['ct_foot_sh'] = 'Por favor seleccioná tu pie de página preferido'; 
- $lang['ct_pf_desc']   = 'Here you can block fixed IP Adresses (e.g. 192.168.0.40or User Agents (e.g. WebCrawler). Please regardthat this System needs the whole Entries for faster Blocking, Wildcard characters aren\'t allowedThese are available at the IP Ban Function of phpBBPlease also regard, that Worms often use faked IP Adresses and a Ban of Worm IP\'s is uselessThe CrackerTracker Exploit Detection Engine works against Worms, so don\'t worry: Worms get filtered! Respect too, that you don\'t register your Browser\'s UserAgentbecause then you block yourself out of your Forum.'; +$lang['ct_f_ass'] = '&lt;font color="red">Ajustes guardados</font>;';
- $lang['ct_pf_desc1']  = 'Please enter here the complete IP Adress or the whole UserAgent, which CrackerTracker should block.'; +
- $lang['ct_pf_desc2']  = 'Here you see all Entries of the CrackerTracker Proxy&amp;Agent Blocker Blacklist and you can delete Entries of the Block System, if necessary.'; +
- $lang['ct_pf_del']    = 'UNBLOCK';+
  
- // Configuration +// CT Bloqueo de IP&Agent 
- $lang['ct_conf_h']    = 'CBACK CrackerTracker Configuration'; +$lang['ct_pf_add'] = 'Agregar'; 
- $lang['ct_conf_d']    = 'Here you can control some optional Security Functions and accommodate as you want.'; +$lang['ct_pf_head'] = 'IP, Proxy&User Agent Bloqueadas'; 
- $lang['ct_conf_tb1']  = 'Dynamic Logfile Limitation'; +$lang['ct_pf_head1'] = 'Agregar una nueva entrada'; 
- $lang['ct_conf_tb2']  = 'Control of optional Security Modules'; +$lang['ct_pf_head2'] = 'Lista de Bloqueos'; 
- $lang['ct_conf_tb3']  = 'Search Barrier'; +$lang['ct_pf_desc'] = 'Aquí podés bloquear direcciones IP (ej192.168.0.40) o "User Agents(ejWebCrawler)Por favor consideráque este sistema necesita las entradas completas para poder bloquear más rápidamenteCarácteres comodín no se permitenEsto está disponible en la función de Ban de phpBB. Por favor también consideráque los Gusanos utilizados pueden haber usado direcciones IPs falsasy el Baneo de la IP del Gusano no sirveEl CrackerTracker Motor de detección de Exploits trabaja contra gusanosentonces no te preocupes: Los gusanos son filtrados! Tené en cuenta tambiénque no debés registrar tu Explorador UserAgentporque entonces se bloquea tu foro.'; 
- $lang['ct_conf_tb4']  = 'Flooder Spammer Protection Function'; +$lang['ct_pf_desc1'] = 'Por favor ingresá aquí la dirección IP o el UserAgent completoque el CrackerTracker debería bloquear.'; 
- $lang['ct_conf_p1']   = 'Spammer & Flooder Logfile'; +$lang['ct_pf_desc2'] = 'Aquí se ve todas las entradas de la Lista Negra del CrackerTracker Proxy&;Agent Blocker y podés eliminar entradas del Sistema de Bloqueosi es necesario.'; 
- $lang['ct_conf_d1']   = 'Here you can select the maximum entries of the Spammer Logfile. In this file, alle Users get saved, who had been blocked because of "Post Limit during period of time". If this count is reached, the Logfile gets automatically cleared.'; +$lang['ct_pf_del'] = 'DESBLOQUEAR';
- $lang['ct_conf_p2']   = 'IP & UserAgent Blocker Logfile'; +
- $lang['ct_conf_d2']   = 'Here you can adjust the maximum Entries of the IP & UserAgent Blocker Logfile. Therethe blocked UserAgent and IP Requests of the eponymous Configurationpoint on the Forum will be logged. After Striding the adjusted Count, the Logfile gets automatically cleared.'; +
- $lang['ct_conf_p3']   = 'Proxy & Agent Blocker'; +
- $lang['ct_conf_d3']   = 'Here you can globally activate or deactivate the Proxy & Agent Blocker Feature of CBACK CrackerTracker. If this Module is deactivated, the System ignores the defined Blacklist in the eponymous Configurationpoint.'; +
- $lang['ct_conf_p4']   = 'Spammer Protection'; +
- $lang['ct_conf_d4']   = 'Here you can activate oder daectivate the Spammer Protection Engine, which blocks a User by Striding a count of Posts in a given time.'; +
- $lang['ct_conf_p5']   = 'Registration Flooding Protection'; +
- $lang['ct_conf_d5']   = 'This Feature protects the Registry of phpBB additional to the Visual ConfirmationCrackerTracker proofs reccurent IP\'s on registration and can create a Wait Loop between two Registrations to slow down Flooder Skripts.'; +
- $lang['ct_conf_p6']   = 'Automatic Ban for Spammer'; +
- $lang['ct_conf_d6']   = 'If this Option and the Option "Spammer Protectionis activated, the Users will be bannedOtherwise, the Useraccount gets deactivated<b>Advice:</b> This Option should be activatedcause Username Banning is the best methodThere are Boards too, where you can request the Activation Mail for the Account once again.'; +
- $lang['ct_conf_p9']   = 'Maximum Search until Timebarrier'; +
- $lang['ct_conf_d9']   = 'Here you can choosehow many Search requests registered (!) Users could execute one after anotheruntil the Timebarrier gets activated.'; +
- $lang['ct_conf_p10']  = 'Search Function Time Limitation'; +
- $lang['ct_conf_d10']  = 'Here you can choosehow many Seconds a User has to has to waitif he either (Registered Users) strided his limit of Searchcountsor until he can execute two following Searches(Prevents Flooding through Scripts)'; +
- $lang['ct_conf_p11']  = 'Registration Time Limitation'; +
- $lang['ct_conf_d11']  = 'Here you can select the latency in seconds between two following registrations.(Prevents Server-overloads through Scripts)'; +
- $lang['ct_conf_p12']  = 'Period of Postcounting'; +
- $lang['ct_conf_d12']  = 'Here you can adjust the Period in Secondsin which the Limit of following chooseable Posts of a User mustn\'t be stridden. Otherwise - if the Engine above was activated - the User will be blocked.'; +
- $lang['ct_conf_p13']  = 'Count of Postings during the Period of Time.'; +
- $lang['ct_conf_d13']  = 'Here you can choose, how many Posts a User has to write in the selected Period, till the CrackerTracker System identifies him as a Spammer and - if the Engine above was activated - gets blocked.'; +
- $lang['ct_conf_p14']  = 'Mail-Delivery Check'; +
- $lang['ct_conf_d14']  = 'If you enabled this featureevery User can just deliver a Mail over the phpBB Formmailer each 4 Minutes.'; +
- $lang['ct_conf_p15']  = 'Passwort Reset Check'; +
- $lang['ct_conf_d15']  = 'If this is activated, CrackerTracker will just allow one Password Resend till the password was changed.'; +
- $lang['ct_conf_p16']  = 'Loginprotection System'; +
- $lang['ct_conf_d16']  = 'Here you can enable Visual Confirmation during Login to protect from Brute Force Attacks.'; +
- $lang['ct_conf_act']  = 'Activate'; +
- $lang['ct_conf_dact'] = 'Deactivate';+
  
- // Logfile Manager +// Configuración 
- $lang['ct_log_head']  = 'CrackerTracker Log File Manager'; +$lang['ct_conf_h'] = 'Configuración CBACK CrackerTracker'; 
- $lang['ct_log_desc']  = 'Here you can administrate, delete and look at CrackerTracker Log Files.'; +$lang['ct_conf_d'] = 'Aquí podés controlar algunas funciones de Seguridad adicionales y adecuarlas como lo desees.'; 
- $lang['ct_log_cell1'] = 'Log File'; +$lang['ct_conf_tb1'] = 'Limitación de Archivos de Log dinámicos'; 
- $lang['ct_log_cell2'] = 'Entries'; +$lang['ct_conf_tb2'] = 'Control de Módulos de Seguridad opcionales'; 
- $lang['ct_log_cell3'] = 'Options'; +$lang['ct_conf_tb3'] = 'Barrera de la Búsqueda'; 
- $lang['ct_log_f1']    = 'Worm Exploit Logfile'; +$lang['ct_conf_tb4'] = 'Función de Protección de Flooder Spammer'; 
- $lang['ct_log_f2']    = 'IP & Agent Blocker Logfile'; +$lang['ct_conf_p1'] = 'Archivo de Log de Spammer & Flooder'; 
- $lang['ct_log_f3']    = 'Spammer Logfile'; +$lang['ct_conf_d1'] = 'Aquí podés seleccionar el máximo de entradas del Archivo de Logs de los Spammers. En este archivo, todos los usuarios son guardados, cuando han sido bloqueados debido al: "Limite de Posts por período de tiempo". Si esta cuenta es alcanzada, el Archivo de Logs consigue despejarse automáticamente.'; 
- $lang['ct_log_l1']    = 'VIEW'; +$lang['ct_conf_p2'] = 'Archivo de Log de IP & UserAgent Bloqueados'; 
- $lang['ct_log_l2']    = 'DELETE'; +$lang['ct_conf_d2'] = 'Aquí podés ajustar el número de entradas del Archivo de Logs de IP & UserAgent Bloqueados. Allí, los UserAgent y peticiones IP definidas en la Configuración de los mismos en el Foro serán guardados. Luego de bloquear la cuenta ajustada, el Archivo de Logs consigue despejarse automáticamente.'; 
- $lang['ct_log_l3']    = 'DELETE ALL LOGFILES'; +$lang['ct_conf_p3'] = 'Bloqueo de Proxy & Agent'; 
- $lang['ct_log_gl']    = 'Global Functions'; +$lang['ct_conf_d3'] = 'Aquí podés Activar o Desactivar globalemente el Bloqueo de Proxy & Agent Blocker Característico de CBACK CrackerTracker. Si este modulo es desactivado, el sistema ignora la Lista Negra definida en la Configuración de Bloqueo de Proxys y Agents.'; 
- $lang['ct_log_gl1']   = 'CBACK CrackerTracker has blocked <b>%s</b> Attacks on the Forum. With the following Linkyou can delete all Logfiles at onceThe Counter stays untouched.<;br>;'; +$lang['ct_conf_p4'] = 'Protección Spammer'; 
- $lang['ct_log_back']  = '&;laquoBACK TO MENU'; +$lang['ct_conf_d4'] = 'Aquí podés Activar o Desactivar el motor de Protección de Spammer, el cual bloquea a un Usuario por alcanzar un numero de Posts en un tiempo dado.'; 
- $lang['ct_log_tc1']   = 'Date / Time'; +$lang['ct_conf_p5'] = 'Protección de Flood de Registración'; 
- $lang['ct_log_tc2']   = 'IP'; +$lang['ct_conf_d5'] = 'Esta característica protege los Registros de phpBB adicional a la Confirmación Visual. CrackerTracker prueba las recurrentes IPs en la registración y puede crear un "Loop de Espera" entre dos registros para retrasar los Flooder Scripts.'; 
- $lang['ct_log_tc3']   = 'Attack Type'; +$lang['ct_conf_p6'] = 'Baneo Automático para Spammer'; 
- $lang['ct_log_tc4']   = 'Referrer'; +$lang['ct_conf_d6'] = 'Si esta opción y la opción "Protección Spammer" están activadas, los Usuarios pueden ser Baneados. Si no, la cuenta del usuario queda activada. <b>Advertencia:</b> Esta opción debería estar activadaporque el Baneo del Nick del Usuario es el mejor métodoTambién hay foros donde podés solicitar el mail de activación de la cuenta nuevamente.'; 
- $lang['ct_log_tc5']   = 'User Agent'; +$lang['ct_conf_p9'] = 'Búsquedas máximas hasta la barrera de Tiempo'; 
- $lang['ct_log_entr']  = 'Actuallythere are %s Entries in the Logfile.'; +$lang['ct_conf_d9'] = 'Aquí podés escoger, Cuantas peticiones de Búsquedas pueden ejecutar los usuarios registrados (!) Los usuarios pueden ejecutar una busqueda luego de otra, hasta que la barrera de tiempo se active.'; 
- $lang['ct_log_entr1'] = 'Actuallythere is 1 Entry in the Logfile..';+$lang['ct_conf_p10'] = 'Limitación de Tiempo de la Función de Búsqueda'; 
 +$lang['ct_conf_d10'] = 'Aquí podés escoger, cuántos segundos un usuario debe esperar (Usuarios Registrados), si alcanza su límite de número de busquedas, o hasta que él ejecute 2 Búsquedas seguidas. (Previene el Flood mediante Scripts)'; 
 +$lang['ct_conf_p11'] = 'Tiempo de Limitación de Registros'; 
 +$lang['ct_conf_d11'] = 'Aquí podés seleccionar el retraso en segundos entre dos registros seguidos.(Previene la sobrecarga del Servidor mediante Scripts)'; 
 +$lang['ct_conf_p12'] = 'Periodo de Postcounting'; 
 +$lang['ct_conf_d12'] = 'Aquí podés ajustar el período en segundos, en el cuál el límite de Posts seguidos escogibles de un Usuario NO deben ser bloqueados. Si no - si el motor de arriba fue activado - el Usuario será bloqueado.'; 
 +$lang['ct_conf_p13'] = 'Conteo de Posteos durante un período de Tiempo.'; 
 +$lang['ct_conf_d13'] = 'Aquí podés escoger, cuántos Posts debe escribir un Usuario en el período seleccionado, hasta que el Sistema CrackerTracker lo identifique como Spammer y - si el motor de arriba fue activado - será bloqueado.'; 
 +$lang['ct_conf_p14']  = 'Ajustes Entrega de Correo'; 
 + $lang['ct_conf_d14']  = 'Si Activas esta CaracteristicaCada Usuario solo podra enviar un Mail a traves del phpBB cada 4 Minutos.'; 
 + $lang['ct_conf_p15']  = 'Ajustes de Envio de PAssword'; 
 + $lang['ct_conf_d15']  = 'Con Esto ActivadoCrackerTracker Solo permitirá un envio de Password cada vez que se cambie.'; 
 + $lang['ct_conf_p16']  = 'Sistema de Proteccion de Login'; 
 + $lang['ct_conf_d16']  = 'aquí podés activar el sistema visual de proteccion de login para evitar ataques de fuerza bruta.'; 
 +$lang['ct_conf_act'] = 'Activar'; 
 +$lang['ct_conf_dact'] = 'Desactivar';
  
- // Language for parts into the Board itself +// Manager de Logs 
- $lang['ct_forum_sfl'] = 'To protect against Search Flooding you can only start a search every %s seconds. You have to wait %s seconds till your next search.'; +$lang['ct_log_head'] = 'CrackerTracker Manager de Archivos de Log'; 
- $lang['ct_forum_rfl'] = 'There was a Registration just before. To protect against Register Flooders you have to wait %s seconds till next Registration is possible.'; +$lang['ct_log_desc'] = 'Aquí podés administrar, eliminar y ver los Archivos de Logs de CrackerTracker.'; 
- $lang['ct_forum_ifl'] = 'It seems that you have Registered an account short time before. Please check if you are logged in normally (click LogIn) or if you have to do further steps to confirm your registration, maybe activate your Account over EMail.'; +$lang['ct_log_cell1'] = 'Archivo Log'; 
- $lang['ct_forum_wa']  = '<;b>;WARNING!&lt;/b>;&lt;br>;<;br>;CrackerTracker Spammer Detector found, that the Maximum Post Count is reached. If you will make a new post within the next %s seconds your will be banned!'; +$lang['ct_log_cell2'] = 'Entradas'; 
- $lang['ct_forum_blo'] = '<b>CRACKERTRACKER SPAMMER PROTECTION</b><br><br>You reached maximum Post count. Your User Account was blocked.'; +$lang['ct_log_cell3'] = 'Opciones'; 
- $lang['ct_forum_emb'] = '<b>CRACKERTRACKER INFORMATION<;/b>;<;br>;<br>You sended a Mail short time before. To protect Mass-Mails you currently can\'t send more Messages. Please try again later.'; +$lang['ct_log_f1'] = 'Gusanos &ampExploit Log'; 
- $lang['ct_forum_slo'] = 'For Security Reasons please enter the following Visual Confirmation Code to log in into this Board.'; +$lang['ct_log_f2'] = 'Archivo Log de Bloqueos IP &ampAgent'; 
- $lang['ct_forum_sl1'] = 'Visual Confirmation Code wrongPlease try again!'; +$lang['ct_log_f3'] = 'Archivo Log de Spammer'; 
- $lang['ct_forum_pws'] = 'You sended a request for a new Password short time before. Please check your E-Mails and do the Steps from the Mail you recievedIf you had problems to recieve a Mail please Contact the Board Administrator or wait 4 hours till your next Password Reset Request.';+$lang['ct_log_l1'] = 'VER'; 
 +$lang['ct_log_l2'] = 'ELIMINAR'; 
 +$lang['ct_log_l3'] = 'ELIMINAR TODOS LOS ARCHIVOS DE LOG'; 
 +$lang['ct_log_gl'] = 'Funciones Globales'; 
 +$lang['ct_log_gl1'] = 'CBACK CrackerTracker ha bloqueado <b>%s</b> Ataques en el Foro. Con el siguiente Link, podés eliminar todos los Archivos de Log inmediatamente. El Contador no sufrirá cambios.<br>'; 
 +$lang['ct_log_back'] = 'VOLVER AL MENÚ'; 
 +$lang['ct_log_tc1'] = 'Fecha Hora'; 
 +$lang['ct_log_tc2'] = 'IP'; 
 +$lang['ct_log_tc3'] = 'Tipo de Ataque'; 
 +$lang['ct_log_tc4'] = 'Referrer'; 
 +$lang['ct_log_tc5'] = 'User Agent'; 
 +$lang['ct_log_entr'] = 'Actualmente, hay %s Entradas en el Archivo de Log.'; 
 +$lang['ct_log_entr1'] = 'Actualmente, hay 1 Entrada en el Archivo de Log..';
  
 +// Lenguaje para partes del Foro mismo
 +$lang['ct_forum_sfl'] = 'Para proteger al Foro contra Flood de Búsqueda solo podés iniciar una búsqueda cada %s segundos. tenés que esperar %s segundos hasta tu próxima busqueda.';
 +$lang['ct_forum_rfl'] = 'Ya hubo un registro momentos antes. Para proteger al foro de Flood de Registros tenés que esperar %s segundos hasta que el siguiente registro sea posible.';
 +$lang['ct_forum_ifl'] = 'Parece que has registrado una cuenta hace poco tiempo atrás. Por favor chequeá si podés ingresar normalmente (click en LogIn) o si tenés que hacer otros pasos para confirmar tu registro, activar quizás su cuenta por EMail.';
 +$lang['ct_forum_wa'] = '<b>PELIGRO!</b><br><br>CrackerTracker Detector de Spammer ha encontrado que el conteo máximo de Posts ha sido alcanzado. Si hacés un nuevo Post dentro en los próximos %s segundos serás baneado!';
 + $lang['ct_forum_emb'] = '<b>INFORMACION CRACKERTRACKER</b><br><br>Se te ha enviado un correo. Para protejer el correo masivo no podés enviar más mensajes. Intentalo más tarde.';
 + $lang['ct_forum_slo'] = 'Por razones de seguridad por favor entrá el siguiente Código Visual de Confirmación.';
 + $lang['ct_forum_sl1'] = 'Código Visual de Confirmación erróneo. Por favor, volvé a introducirlo!';
 +$lang['ct_forum_blo'] = '<b>CRACKERTRACKER PROTECCIÓN DE SPAMMER</b><br><br>alcanzaste el máximo conteo de Posts. Tu cuenta de Usuario fué bloqueada.';
 +$lang['ct_forum_pws'] = 'Ya se te envió un Password hace poco. Comprobá tu Email y seguí los pasos que aparecen en él. Si tenés problemas de recepción de Email ponete en contacto con el administrador de la Web,o esperá 4 horas para poder enviarte otro Password';
 ?> ?>
 </code> </code>
proyectos/forov2/lang_ctracker_php.txt · Última modificación: 2006/08/27 05:10 por inggenia
 
Excepto donde se indique lo contrario, el contenido de esta wiki se autoriza bajo la siguiente licencia: CC Attribution-Noncommercial-Share Alike 3.0 Unported


Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki