UMassWiki:Bb2ext.i18n.php
From UMassWiki
You might need to fix those special Latin characters in the Spanish. They're UTF-8 but they don't display right on this page.
<?php /** * Internationalization file for Bad Behavior Log extension. */ $bb2ext_BadBehaviorlogMessages = array(); $bb2ext_BadBehaviorlogMessages['en'] = array( 'bb2ext_logpage' => "Bad Behavior", 'bb2ext_logpagetext' => "This page provides information on activity blocked by " . "the [http://www.homelandstupidity.us/software/bad-behavior/ Bad Behavior] plugin.\n\n", 'bb2ext_aggregatetitle' => "==Aggregate information==\n", 'bb2ext_aggregateblocked' => "blocked %s times, last was %s\n", // FIXME 'bb2ext_contribs' => "contribs", 'bb2ext_detailedtitle' => "==Detailed log==\n", 'bb2ext_action' => "%s of %s\n", // FIXME 'bb2ext_useragent' => "User agent: ", 'bb2ext_reason' => "Reason: " ); $bb2ext_BadBehaviorlogMessages['es'] = array( 'bb2ext_logpage' => "Bad Behavior", 'bb2ext_logpagetext' => "Éste página enumera información sobre actividades bloqueadas por el plugin " . "[http://www.homelandstupidity.us/software/bad-behavior/ Bad Behavior].\n\n", 'bb2ext_aggregatetitle' => "==Información en conjunto==\n", 'bb2ext_aggregateblocked' => "bloqueado %s veces, la más reciente fue %s\n", // FIXME 'bb2ext_contribs' => "contribuciones", 'bb2ext_detailedtitle' => "==Registro detallado==\n", 'bb2ext_action' => "%s de %s\n", // FIXME //'bb2ext_useragent' => "User agent: ", 'bb2ext_reason' => "Razón: " ); ?>

Was this article useful? Please spread the word and 
