[pLog-svn] r1175 - in plugins/trunk/moderate: locale templates

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Feb 23 17:12:23 GMT 2005


Author: mark
Date: 2005-02-23 17:12:22 +0000 (Wed, 23 Feb 2005)
New Revision: 1175

Modified:
   plugins/trunk/moderate/locale/locale_en_UK.php
   plugins/trunk/moderate/locale/locale_zh_TW.php
   plugins/trunk/moderate/templates/pluginsettings.template
   plugins/trunk/moderate/templates/unmoderatedcomments.template
Log:
Moderate comment plugin completed!

Modified: plugins/trunk/moderate/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/moderate/locale/locale_en_UK.php	2005-02-23 16:37:56 UTC (rev 1174)
+++ plugins/trunk/moderate/locale/locale_en_UK.php	2005-02-23 17:12:22 UTC (rev 1175)
@@ -1,7 +1,23 @@
 <?php
+$messages["manageAntiSpamPlugins"] = "Anti Spam Management";
+$messages["moderatePluginSettings"] = "Moderate";
 
 $messages["comment_status_unmoderated"] = "Unmoderated";
-$messages["moderatePluginSettings"] = "Moderate";
 $messages["unmoderatedComments"] = "Unmoderated Comments";
 
+$messages["moderate_plugin_enabled"] = "Enable this plugin";
+$messages["moderate_plugin"] = "Moderate Plugin";
+$messages["moderate_moderate"] = "Mark as normal comment";
+$messages["moderate_reject"] = "Delete comment";
+
+$messages["error_no_unmoderated_comment_selected"] = "There was no unmoderate commemt selected.";
+
+$messages["moderate_comments_moderated_ok"] = "Comments marked normal successfully.";
+$messages["moderate_comments_rejected_ok"] = "Comments deleted successfully.";
+$messages["moderate_settings_saved_ok"] = "Moderate settings saved successfully!";
+
+$messages["label_configuration"] = "Configuration";
+$messages["label_enable"] = "Enable";
+$messages["label_moderate"] = "Moderate";
+$messages["label_reject"] = "Reject";
 ?>
\ No newline at end of file

Modified: plugins/trunk/moderate/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/moderate/locale/locale_zh_TW.php	2005-02-23 16:37:56 UTC (rev 1174)
+++ plugins/trunk/moderate/locale/locale_zh_TW.php	2005-02-23 17:12:22 UTC (rev 1175)
@@ -1,7 +1,23 @@
 <?php
+$messages["manageAntiSpamPlugins"] = "防制垃圾干擾管理";
+$messages["moderatePluginSettings"] = "迴響阻隔設定";
 
 $messages["comment_status_unmoderated"] = "未上架";
-$messages["moderatePluginSettings"] = "迴響阻隔設定";
 $messages["unmoderatedComments"] = "未上架迴響列表";
 
+$messages["moderate_plugin_enabled"] = "啟動外掛程式";
+$messages["moderate_plugin"] = "迴響阻隔驗證外掛程式";
+$messages["moderate_moderate"] = "標示為正常迴響";
+$messages["moderate_reject"] = "刪除迴響";
+
+$messages["error_no_unmoderated_comment_selected"] = "您沒有勾選任何迴響。";
+
+$messages["moderate_comments_moderated_ok"] = "迴響上架成功。";
+$messages["moderate_comments_rejected_ok"] = "迴響刪除成功。";
+$messages["moderate_settings_saved_ok"] = "迴響阻隔設定儲存成功。";
+
+$messages["label_configuration"] = "設定";
+$messages["label_enable"] = "啟動";
+$messages["label_moderate"] = "上架";
+$messages["label_reject"] = "拒絕";
 ?>
\ No newline at end of file

Modified: plugins/trunk/moderate/templates/pluginsettings.template
===================================================================
--- plugins/trunk/moderate/templates/pluginsettings.template	2005-02-23 16:37:56 UTC (rev 1174)
+++ plugins/trunk/moderate/templates/pluginsettings.template	2005-02-23 17:12:22 UTC (rev 1175)
@@ -1,5 +1,5 @@
 {include file="$admintemplatepath/header.template"}
-{include file="$admintemplatepath/navigation.template" showOpt=moderatePluginSettings title=$locale->tr("moderatePluginSettings")}
+{include file="$admintemplatepath/navigation.template" showOpt=moderatePluginSettings title=$locale->tr("moderate_plugin")}
 <form name="pluginModerateSettings" method="post">
  <fieldset class="inputField">
  <legend>{$locale->tr("label_configuration")}</legend>  

Modified: plugins/trunk/moderate/templates/unmoderatedcomments.template
===================================================================
--- plugins/trunk/moderate/templates/unmoderatedcomments.template	2005-02-23 16:37:56 UTC (rev 1174)
+++ plugins/trunk/moderate/templates/unmoderatedcomments.template	2005-02-23 17:12:22 UTC (rev 1175)
@@ -50,10 +50,10 @@
       <td>
        <div class="list_action_button">
 	    <a href="?op=updateUnmoderatedComment&amp;mode=1&amp;commentId={$comment->getId()}">
-		 <img src="imgs/icon_add-16.png" alt="{$locale->tr("moderate")}" />
+		 <img src="imgs/icon_add-16.png" alt="{$locale->tr("moderate_moderate")}" />
 		</a>
 		<a href="?op=updateUnmoderatedComment&amp;mode=0&amp;commentId={$comment->getId()}">
-		 <img src="imgs/icon_delete-16.png" alt="{$locale->tr("reject")}" />
+		 <img src="imgs/icon_delete-16.png" alt="{$locale->tr("moderate_reject")}" />
 		</a>
        </div>
       </td>
@@ -65,8 +65,8 @@
 
  <div id="list_action_bar">
   <input type="hidden" name="op" value="updateUnmoderatedComments"/>
-  <input type="submit" name="moderate" value="{$locale->tr("moderate")}" />
-  <input type="submit" name="reject" value="{$locale->tr("reject")}" />
+  <input type="submit" name="moderate" value="{$locale->tr("label_moderate")}" />
+  <input type="submit" name="reject" value="{$locale->tr("label_reject")}" />
  </div>
 </form>
 {else}




More information about the pLog-svn mailing list