[pLog-svn] r1023 - in plugins/trunk/feedreader: . locale

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Feb 9 17:06:33 GMT 2005


Author: mark
Date: 2005-02-09 17:06:33 +0000 (Wed, 09 Feb 2005)
New Revision: 1023

Added:
   plugins/trunk/feedreader/locale/locale_zh_TW.php
Modified:
   plugins/trunk/feedreader/pluginfeedreader.class.php
Log:
Update Feed Reader plugin zh_TW locale.

Added: plugins/trunk/feedreader/locale/locale_zh_TW.php
===================================================================
--- plugins/trunk/feedreader/locale/locale_zh_TW.php	2005-02-09 16:40:03 UTC (rev 1022)
+++ plugins/trunk/feedreader/locale/locale_zh_TW.php	2005-02-09 17:06:33 UTC (rev 1023)
@@ -0,0 +1,12 @@
+<?php
+$messages["feedReader"] = "新聞閱讀器";
+$messages["feed"] = "新聞";
+$messages["site"] = "網址";
+$messages["error_invalid_feed_id"] = "錯誤新聞代號。";
+$messages["error_loading_feed"] = "當載入新聞時發生錯誤。";
+$messages["error_fetching_feed"] = "當讀取新聞時發生錯誤。";
+$messages["error_feed_has_no_rss_feed_defined"] = "您所選擇的新聞並未提供任何 RSS/Atom 的網址連結。";
+$messages["read"] = "閱讀";
+$messages["never_read"] = "從未讀過";
+$messages["last_read"] = "最後閱讀時間";
+?>
\ No newline at end of file

Modified: plugins/trunk/feedreader/pluginfeedreader.class.php
===================================================================
--- plugins/trunk/feedreader/pluginfeedreader.class.php	2005-02-09 16:40:03 UTC (rev 1022)
+++ plugins/trunk/feedreader/pluginfeedreader.class.php	2005-02-09 17:06:33 UTC (rev 1023)
@@ -12,7 +12,7 @@
 			$this->id = "feedreader";
 			$this->description = "RSS/Atom feed reader integrated into pLog's admin interface";
 			$this->author = "The pLog Team";
-			$this->locales = Array( "en_UK" );
+			$this->locales = Array( "en_UK", "zh_TW" );
 			
 			// register our actions
 			$this->registerAdminAction( "feedReader", "FeedReaderAction" );




More information about the pLog-svn mailing list