[pLog-svn] r5197 - plog/branches/lifetype-1.2/locale

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Mar 27 09:52:30 EDT 2007


Author: mark
Date: 2007-03-27 09:52:30 -0400 (Tue, 27 Mar 2007)
New Revision: 5197

Modified:
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
   plog/branches/lifetype-1.2/locale/locale_zh_TW.php
Log:
Add one missing string "articles", it used in summary blog.template.

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-03-27 09:45:09 UTC (rev 5196)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-03-27 13:52:30 UTC (rev 5197)
@@ -123,6 +123,7 @@
 $messages['admin'] = 'Admin';
 $messages['links'] = 'Links';
 $messages['categories'] = 'Categories';
+$messages['articles'] = 'Articles';
 
 $messages['num_reads'] = 'Views';
 ?>

Modified: plog/branches/lifetype-1.2/locale/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-03-27 09:45:09 UTC (rev 5196)
+++ plog/branches/lifetype-1.2/locale/locale_zh_TW.php	2007-03-27 13:52:30 UTC (rev 5197)
@@ -30,7 +30,7 @@
 
 // months of the year
 $messages['months'] = Array( '元月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
-$messages['monthsshort'] = Array( '元', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' );
+$messages['monthsshort'] = Array( '元月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
 // -- compatibility, do not touch -- //
 $messages['January'] = $messages['months'][0];
 $messages['February'] = $messages['months'][1];
@@ -109,6 +109,7 @@
 $messages['error_no_search_results'] = '找不到與關鍵字相符的項目。';
 $messages['error_no_albums_defined'] = '這個網誌站台沒有任何資料夾。';
 $messages['error_incorrect_category_id'] = '文章分類 ID 錯誤。';
+$messages['error_fetching_resource'] = '讀取檔案資訊時發生錯誤。';
 
 $messages['form_authenticated'] = '已登入';
 $messages['posted_in'] = '發表於';
@@ -123,8 +124,7 @@
 $messages['admin'] = '管理介面';
 $messages['links'] = '網站連結';
 $messages['categories'] = '文章分類';
+$messages['articles'] = '文章數';
 
-$messages['num_reads'] = '閱讀';
-
-$messages['error_fetching_resource'] = 'The file you specified could not be found.';
-?>
+$messages['num_reads'] = '閱讀';
+?>
\ No newline at end of file



More information about the pLog-svn mailing list