[pLog-svn] r1049 - in plugins/trunk/gravatar: class/action locale templates

mark at devel.plogworld.net mark at devel.plogworld.net
Sat Feb 12 19:10:34 GMT 2005


Author: mark
Date: 2005-02-12 19:10:33 +0000 (Sat, 12 Feb 2005)
New Revision: 1049

Modified:
   plugins/trunk/gravatar/class/action/plugingravatarconfigaction.class.php
   plugins/trunk/gravatar/class/action/plugingravatarupdateconfigaction.class.php
   plugins/trunk/gravatar/locale/locale_en_UK.php
   plugins/trunk/gravatar/locale/locale_zh_TW.php
   plugins/trunk/gravatar/templates/gravatar.template
Log:
Fix some locale message!

Modified: plugins/trunk/gravatar/class/action/plugingravatarconfigaction.class.php
===================================================================
--- plugins/trunk/gravatar/class/action/plugingravatarconfigaction.class.php	2005-02-11 17:41:21 UTC (rev 1048)
+++ plugins/trunk/gravatar/class/action/plugingravatarconfigaction.class.php	2005-02-12 19:10:33 UTC (rev 1049)
@@ -1,7 +1,6 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-	include_once( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );
 	include_once( PLOG_CLASS_PATH."plugins/gravatar/class/view/plugingravatarconfigview.class.php" );		
 
 	/**

Modified: plugins/trunk/gravatar/class/action/plugingravatarupdateconfigaction.class.php
===================================================================
--- plugins/trunk/gravatar/class/action/plugingravatarupdateconfigaction.class.php	2005-02-11 17:41:21 UTC (rev 1048)
+++ plugins/trunk/gravatar/class/action/plugingravatarupdateconfigaction.class.php	2005-02-12 19:10:33 UTC (rev 1049)
@@ -1,7 +1,6 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-	include_once( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );
 	include_once( PLOG_CLASS_PATH."plugins/gravatar/class/view/plugingravatarconfigview.class.php" );		
 
 		

Modified: plugins/trunk/gravatar/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/gravatar/locale/locale_en_UK.php	2005-02-11 17:41:21 UTC (rev 1048)
+++ plugins/trunk/gravatar/locale/locale_en_UK.php	2005-02-12 19:10:33 UTC (rev 1049)
@@ -16,5 +16,5 @@
 $messages["label_enable"] = "Enable";
 $messages["label_rating"] = "Rating";
 $messages["label_size"] = "Size";
-$messages["label_default"] = "Default Avatar";
+$messages["label_default"] = "Default";
 ?>
\ No newline at end of file

Modified: plugins/trunk/gravatar/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/gravatar/locale/locale_zh_TW.php	2005-02-11 17:41:21 UTC (rev 1048)
+++ plugins/trunk/gravatar/locale/locale_zh_TW.php	2005-02-12 19:10:33 UTC (rev 1049)
@@ -16,5 +16,5 @@
 $messages["label_enable"] = "å•Ÿå‹•";
 $messages["label_rating"] = "分級";
 $messages["label_size"] = "大小";
-$messages["label_default"] = "預設肖像";
+$messages["label_default"] = "預設";
 ?>
\ No newline at end of file

Modified: plugins/trunk/gravatar/templates/gravatar.template
===================================================================
--- plugins/trunk/gravatar/templates/gravatar.template	2005-02-11 17:41:21 UTC (rev 1048)
+++ plugins/trunk/gravatar/templates/gravatar.template	2005-02-12 19:10:33 UTC (rev 1049)
@@ -55,7 +55,7 @@
      {foreach from=$avatars item=avatar}
      <tr>
       <td>
-       <input class="radio" type="radio" name="default" id="default" value="{$avatar}" {if $default==$avatar} checked="checked" {/if} />
+       <input class="radio" type="radio" name="default" id="default" value="{$avatar}" {if $default==$avatar} checked="checked" {/if} />
       </td>
       <td>
        {$avatar}




More information about the pLog-svn mailing list