[pLog-svn] r5301 - in plog/branches/lifetype-1.2/plugins/badbehavior: . locale

reto at devel.lifetype.net reto at devel.lifetype.net
Tue Apr 10 16:54:54 EDT 2007


Author: reto
Date: 2007-04-10 16:54:54 -0400 (Tue, 10 Apr 2007)
New Revision: 5301

Added:
   plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_de_DE.php
Modified:
   plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_en_UK.php
   plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_zh_TW.php
   plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
Log:
added german locale, updated BB URL to its new home and put a big TODO for documentation ;)



Added: plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_de_DE.php	                        (rev 0)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_de_DE.php	2007-04-10 20:54:54 UTC (rev 5301)
@@ -0,0 +1,3 @@
+<?php
+$messages["bb2_status"] = '<p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> hat in den letzten 7 Tagen <strong>%s</strong> Zugriffsversuche geblockt.</p>'
+?>

Modified: plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_en_UK.php	2007-04-10 20:21:58 UTC (rev 5300)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_en_UK.php	2007-04-10 20:54:54 UTC (rev 5301)
@@ -1,3 +1,3 @@
 <?php
-$messages["bb2_status"] = '<p><a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior</a> has blocked <strong>%s</strong> access attempts in the last 7 days.</p>'
-?>
\ No newline at end of file
+$messages["bb2_status"] = '<p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> has blocked <strong>%s</strong> access attempts in the last 7 days.</p>'
+?>

Modified: plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_zh_TW.php	2007-04-10 20:21:58 UTC (rev 5300)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/locale/locale_zh_TW.php	2007-04-10 20:54:54 UTC (rev 5301)
@@ -1,3 +1,3 @@
 <?php
-$messages["bb2_status"] = '<p><a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior</a> 已經阻擋了 <strong>%s</strong> 個過去 7 天試圖闖關的垃圾迴響與引用。</p>'
-?>
\ No newline at end of file
+$messages["bb2_status"] = '<p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> 已經阻擋了 <strong>%s</strong> 個過去 7 天試圖闖關的垃圾迴響與引用。</p>'
+?>

Modified: plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-04-10 20:21:58 UTC (rev 5300)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-04-10 20:54:54 UTC (rev 5301)
@@ -4,7 +4,8 @@
 	include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
 	
 	/**
-	 * makes printable versions of posts
+	 * The Bad Behaviour Plugin
+	 * TODO: some useful documentation here
 	 */
 	class PluginBadBehavior extends PluginBase
 	{



More information about the pLog-svn mailing list