[pLog-svn] r4990 - plog/branches/lifetype-1.2/locale/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Mar 5 05:32:29 EST 2007


Author: mark
Date: 2007-03-05 05:32:29 -0500 (Mon, 05 Mar 2007)
New Revision: 4990

Modified:
   plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
   plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
Log:
Add the dash board help message to en_UK & zh_TW locale.

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-05 10:17:38 UTC (rev 4989)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-05 10:32:29 UTC (rev 4990)
@@ -1152,4 +1152,5 @@
 $messages['version'] = 'Version';
 
 $messages['error_resources_disabled'] = 'Sorry, support for uploading new resources has been disabled in this site';
+$messages['help_login_admin_panel'] = 'Click the blog name to enter the adminitration page.';
 ?>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-03-05 10:17:38 UTC (rev 4989)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-03-05 10:32:29 UTC (rev 4990)
@@ -188,6 +188,7 @@
 $messages['comment_marked_as_spam_ok'] = '您已經順利將本篇迴響留言標示為垃圾留言。';
 $messages['error_marking_comment_as_nonspam'] = '在將本篇迴響留言標示為正常留言時發生錯誤。';
 $messages['comment_marked_as_nonspam_ok'] = '您已經順利將本篇迴響留言標示為正常留言。';
+$messages['comment_no_topic'] = '沒有迴響主旨。';
 
 // post trackbacks
 $messages['blog'] = '網誌';
@@ -1131,7 +1132,6 @@
 
 $messages['error_invalid_blog_name'] = 'The blog name is not valid';
 $messages['bookmark_it_to_lifetype'] = 'Bookmark it to LifeType!';
-$messages['help_login_admin_panel'] = '點選網誌名稱,進入網誌管理頁面。';
 
 /* strings for /default/ templates */
 
@@ -1150,4 +1150,7 @@
 $messages['help_forbidden_blognames'] = 'List of strings separated by a blank space that are not allowed to be used as blog names. It is possible to use regular expressions instead of plain strings. [ Default = (empty) ]';
 
 $messages['version'] = '版本';
+
+$messages['error_resources_disabled'] = '抱歉!本網站的上傳功能已經被管理者關閉。';
+$messages['help_login_admin_panel'] = '點選網誌名稱,進入網誌管理頁面。';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list