[pLog-svn] r463 - plog/trunk/locale

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Fri Dec 10 12:33:43 GMT 2004


Author: subaochen
Date: 2004-12-10 12:33:42 +0000 (Fri, 10 Dec 2004)
New Revision: 463

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_CN.php
Log:
add some missing locale setting...


Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2004-12-10 08:35:29 UTC (rev 462)
+++ plog/trunk/locale/locale_en_UK.php	2004-12-10 12:33:42 UTC (rev 463)
@@ -927,4 +927,11 @@
 $messages["step4"] = "step 4";
 $messages["step5"] = "step 5";
 $messages["step6"] = "step 6";
+
+$messages["register_user"] = "register user";
+$messages["password_confirm"] = "password confirm*";
+$messages["user_email_info"] = "user email info";
+$messages["blog_locale_help"] = "please select you locale setting";
+$messages["register_new_blog_step3_title"] = "Select template";
+$messages["done"] = "register finished";
 ?>

Modified: plog/trunk/locale/locale_zh_CN.php
===================================================================
--- plog/trunk/locale/locale_zh_CN.php	2004-12-10 08:35:29 UTC (rev 462)
+++ plog/trunk/locale/locale_zh_CN.php	2004-12-10 12:33:42 UTC (rev 463)
@@ -10,6 +10,7 @@
 
 // set this to the encoding that should be used to display the pages correctly
 $messages["encoding"] = "utf-8";
+$messages["locale_description"] = "简体中文";
 // days of the week
 $messages["days"] = Array( "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" );
 // -- compatibility, do not touch -- //
@@ -568,20 +569,20 @@
 $messages["register_step2_blog_name"] = "你的blog名称:";
 
 $messages["register_new_blog_step4_title"] = "谢谢! (3/3)";
-$messages["register_new_blog_step3_description"] = "
+$messages["register_new_blog_step4_description"] = "
  <p>
    注册结束,你的用户和blog在本站已经注册成功,你现在可以登陆并开始你的blog!
  </p>";
 $messages["register_step4_admin_link"] = "
   <p>
-    点击这儿 <a href=\"admin.php\">管理界面</a>, 如果你想开始你的blog.
+    点击这儿 <a href=\"admin.php\">管理界面</a>开始经营属于你自己的blog.
  </p>";
 $messages["register_step4_blog_link1"] = "
  <p>
     或者点击 <a href=\"";
 
 $messages["register_step4_blog_link2"] = "
-\">这儿查看你的blog</a>.
+\">这儿访问你的blog</a>.
  </p>";
 
 $messages["register_step4_final_message"] = "
@@ -987,29 +988,8 @@
 $messages["error_marking_comment_as_nonspam"] = "在将本篇评论留言标示为垃圾留言时发生错误。";
 $messages["error_marking_comment_as_spam"] = "在将本篇评论留言标示为正常留言时发生错误。";
 $messages["error_incorrect_comment_id"] = "留言评论ID不正确。";
- 
 
- 
-  	
 
-
-
- 
- 
-
-
-
-
-
-
-
-
-  	  	
-
-
-
-
-
 //下面是控制面板中的帮助信息
 $messages["text_help"]=" ";
 $messages["topic_help"] = " ";
@@ -1043,24 +1023,11 @@
 $messages["step5"] = "第五步";
 $messages["step6"] = "第六步";
 
+$messages["register_user"] = "注册用户";
+$messages["password_confirm"] = "确认密码*";
+$messages["user_email_info"] = "用户邮箱";
+$messages["blog_locale_help"] = "请选择您的blog将要使用的语系";
+$messages["register_new_blog_step3_title"] = "选择模板";
+$messages["done"] = "完成注册";
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 ?>




More information about the pLog-svn mailing list