[pLog-svn] r1089 - in plugins/trunk: recenttrackbacks/locale
topcommentposts/locale topcommentvisitors
topcommentvisitors/locale topreadposts/locale
toptrackbackposts toptrackbackposts/locale
mark at devel.plogworld.net
mark at devel.plogworld.net
Tue Feb 15 17:15:01 GMT 2005
Author: mark
Date: 2005-02-15 17:15:00 +0000 (Tue, 15 Feb 2005)
New Revision: 1089
Modified:
plugins/trunk/recenttrackbacks/locale/locale_en_UK.php
plugins/trunk/recenttrackbacks/locale/locale_zh_TW.php
plugins/trunk/topcommentposts/locale/locale_en_UK.php
plugins/trunk/topcommentposts/locale/locale_zh_TW.php
plugins/trunk/topcommentvisitors/locale/locale_en_UK.php
plugins/trunk/topcommentvisitors/locale/locale_zh_TW.php
plugins/trunk/topcommentvisitors/readme.txt
plugins/trunk/topreadposts/locale/locale_en_UK.php
plugins/trunk/topreadposts/locale/locale_zh_TW.php
plugins/trunk/toptrackbackposts/locale/locale_en_UK.php
plugins/trunk/toptrackbackposts/locale/locale_zh_TW.php
plugins/trunk/toptrackbackposts/readme.txt
Log:
Change message for template use. And also modify readme.txt with some typo error.
Modified: plugins/trunk/recenttrackbacks/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/recenttrackbacks/locale/locale_en_UK.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/recenttrackbacks/locale/locale_en_UK.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,8 @@
<?php
$messages["manageRecentPlugins"] = "Recent Activities Management";
$messages["RecentTrackbacks"] = "Recent Trackbacks";
+$messages["recenttrackbacks"] = "Recent Trackbacks";
+$messages["view_trackback_by"] = "View trackback by %s";
$messages["recenttrackbacks_maxtrackbacks"] = "Maximum Showed Trackbacks";
$messages["recenttrackbacks_plugin_enabled"] = "Enable this plugin";
Modified: plugins/trunk/recenttrackbacks/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/recenttrackbacks/locale/locale_zh_TW.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/recenttrackbacks/locale/locale_zh_TW.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,8 @@
<?php
$messages["manageRecentPlugins"] = "ç¶²èªæè¿æ´»å管ç";
$messages["RecentTrackbacks"] = "æè¿å¼ç¨è¨å®";
+$messages["recenttrackbacks"] = "æè¿å¼ç¨";
+$messages["view_trackback_by"] = "æ¥ç %s çå¼ç¨";
$messages["recenttrackbacks_maxtrackbacks"] = "æè¿å¼ç¨é¡¯ç¤ºæ¸é";
$messages["recenttrackbacks_plugin_enabled"] = "åå夿ç¨å¼";
Modified: plugins/trunk/topcommentposts/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/topcommentposts/locale/locale_en_UK.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topcommentposts/locale/locale_en_UK.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "Top Activities Management";
$messages["TopCommentPosts"] = "Top Comment Posts";
+$messages["topcommentposts"] = "Top Comment Posts";
$messages["topcommentposts_maxposts"] = "Maximum Showed Posts";
$messages["topcommentposts_plugin_enabled"] = "Enable this plugin";
Modified: plugins/trunk/topcommentposts/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/topcommentposts/locale/locale_zh_TW.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topcommentposts/locale/locale_zh_TW.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "ç¶²èªæå管ç";
$messages["TopCommentPosts"] = "æå¤è¿´é¿æç« è¨å®";
+$messages["topcommentposts"] = "æå¤è¿´é¿æç« ";
$messages["topcommentposts_maxposts"] = "æå¤è¿´é¿æç« 顯示æ¸é";
$messages["topcommentposts_plugin_enabled"] = "åå夿ç¨å¼";
Modified: plugins/trunk/topcommentvisitors/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/topcommentvisitors/locale/locale_en_UK.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topcommentvisitors/locale/locale_en_UK.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "Top Activities Management";
$messages["TopCommentVisitors"] = "Top Comment Visitors";
+$messages["topcommentvisitors"] = "Top Comment Visitors";
$messages["topcommentvisitors_maxvisitors"] = "Maximum Showed Visitors";
$messages["topcommentvisitors_plugin_enabled"] = "Enable this plugin";
Modified: plugins/trunk/topcommentvisitors/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/topcommentvisitors/locale/locale_zh_TW.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topcommentvisitors/locale/locale_zh_TW.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "ç¶²èªæå管ç";
$messages["TopCommentVisitors"] = "æå¤è¿´é¿è¨ªå®¢è¨å®";
+$messages["topcommentvisitors"] = "æå¤è¿´é¿è¨ªå®¢";
$messages["topcommentvisitors_maxvisitors"] = "æå¤è¿´é¿è¨ªå®¢é¡¯ç¤ºæ¸é";
$messages["topcommentvisitors_plugin_enabled"] = "åå夿ç¨å¼";
Modified: plugins/trunk/topcommentvisitors/readme.txt
===================================================================
--- plugins/trunk/topcommentvisitors/readme.txt 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topcommentvisitors/readme.txt 2005-02-15 17:15:00 UTC (rev 1089)
@@ -19,7 +19,7 @@
<ul>
{assign var=commentvisitors value=$topcommentvisitors->getTopCommentVisitors()}
{foreach from=$commentvisitors item=commentvisitor}
-<li><a href="{$commentvisitor.user_url}">{$commentvisitor.user_name} ({$commentvisitor.user_count})</a></li>
+<li><a href="{$commentvisitor.user_url}">{$commentvisitor.user_name} ({$commentvisitor.user_count} Comments)</a></li>
{/foreach}
</ul>
{/if}
\ No newline at end of file
Modified: plugins/trunk/topreadposts/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/topreadposts/locale/locale_en_UK.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topreadposts/locale/locale_en_UK.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "Top Activities Management";
$messages["TopReadPosts"] = "Top Read Posts";
+$messages["topreadposts"] = "Top Read Posts";
$messages["topreadposts_maxposts"] = "Maximum Showed Posts";
$messages["topreadposts_plugin_enabled"] = "Enable this plugin";
Modified: plugins/trunk/topreadposts/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/topreadposts/locale/locale_zh_TW.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/topreadposts/locale/locale_zh_TW.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "ç¶²èªæå管ç";
$messages["TopReadPosts"] = "æå¤é±è®æç« è¨å®";
+$messages["topreadposts"] = "æå¤é±è®æç« ";
$messages["topreadposts_maxposts"] = "æå¤é±è®æç« 顯示æ¸é";
$messages["topreadposts_plugin_enabled"] = "åå夿ç¨å¼";
Modified: plugins/trunk/toptrackbackposts/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/toptrackbackposts/locale/locale_en_UK.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/toptrackbackposts/locale/locale_en_UK.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "Top Activities Management";
$messages["TopTrackbackPosts"] = "Top Trackback Posts";
+$messages["toptrackbackposts"] = "Top Trackback Posts";
$messages["toptrackbackposts_maxposts"] = "Maximum Showed Posts";
$messages["toptrackbackposts_plugin_enabled"] = "Enable this plugin";
Modified: plugins/trunk/toptrackbackposts/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/toptrackbackposts/locale/locale_zh_TW.php 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/toptrackbackposts/locale/locale_zh_TW.php 2005-02-15 17:15:00 UTC (rev 1089)
@@ -1,6 +1,7 @@
<?php
$messages["manageTopPlugins"] = "ç¶²èªæå管ç";
$messages["TopTrackbackPosts"] = "æå¤å¼ç¨æç« è¨å®";
+$messages["toptrackbackposts"] = "æå¤å¼ç¨æç« ";
$messages["toptrackbackposts_maxposts"] = "æå¤å¼ç¨æç« 顯示æ¸é";
$messages["toptrackbackposts_plugin_enabled"] = "åå夿ç¨å¼";
Modified: plugins/trunk/toptrackbackposts/readme.txt
===================================================================
--- plugins/trunk/toptrackbackposts/readme.txt 2005-02-15 16:49:49 UTC (rev 1088)
+++ plugins/trunk/toptrackbackposts/readme.txt 2005-02-15 17:15:00 UTC (rev 1089)
@@ -19,7 +19,7 @@
<ul>
{assign var=trackbackposts value=$toptrackbackposts->getTopTrackbackPosts()}
{foreach from=$trackbackposts item=trackbackpost}
-<li><a href="{$url->postLink($trackbackpost)}">{$trackbackpost->getTopic()} ({$trackbackpost->getNumTrackbacks()} ¦¸)</a></li>
+<li><a href="{$url->postLink($trackbackpost)}">{$trackbackpost->getTopic()} ({$trackbackpost->getNumTrackbacks()} Trackbacks)</a></li>
{/foreach}
</ul>
{/if}
\ No newline at end of file
More information about the pLog-svn
mailing list