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

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Feb 3 17:26:15 GMT 2005


Author: mark
Date: 2005-02-03 17:26:14 +0000 (Thu, 03 Feb 2005)
New Revision: 935

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_CN.php
   plog/trunk/locale/locale_zh_TW.php
Log:
Add $message['albums'], and also solve http://bugs.plogworld.net/view.php?id=203.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-03 17:18:47 UTC (rev 934)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-03 17:26:14 UTC (rev 935)
@@ -869,4 +869,5 @@
 $messages['guestbook'] = 'Guestbook';
 $messages['trackbacks'] = 'Trackbacks';
 $messages['menu'] = 'Menu';
+$messages['albums'] = 'Albums';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/locale_zh_CN.php
===================================================================
--- plog/trunk/locale/locale_zh_CN.php	2005-02-03 17:18:47 UTC (rev 934)
+++ plog/trunk/locale/locale_zh_CN.php	2005-02-03 17:26:14 UTC (rev 935)
@@ -111,6 +111,8 @@
 
 $messages['about'] = '关于';
 
+
+
 ////// error messages /////
 $messages['error_fetching_article'] = '找不到您所指定的文章';
 $messages['error_fetching_articles'] = '找不到您所指定的文章';
@@ -657,7 +659,6 @@
 // site templates
 $messages['error_template_is_default'] = '模板 "%s" 是新博客默认模板,不能被删除。';
 
-
 // global settings
 $messages['site_config_saved_ok'] = '站点设置保存成功';
 $messages['error_saving_site_config'] = '保存站点设置时出错';
@@ -668,6 +669,7 @@
 $messages['help_base_url'] = '博客站点的基本链接地址';
 $messages['help_subdomains_enabled'] = '启用或禁用二级域名.欲了解更多关于二级域名的信息请查阅帮助文档。';
 $messages['help_subdomains_base_url'] = '当启用二级域名后,该基本地址将代替原有的地址,使用{blogname}和{username}标签来获得博客名和博客管理员的用户名';
+$messages['help_include_blog_id_in_url'] = '该项目相当重要,一般或二级域名形式启用时,它将强制将内部一般链接不包含"blogId"参数。除非你非常清楚,否则不要修改该项设置。';
 $messages['help_script_name'] = '如果你需要重命名index.php请修改该项';
 $messages['help_show_posts_max'] = '首页默认可显示的最大文章数目';
 $messages['help_recent_posts_max'] = '在首页“最新发表”列表中默认显示的文章数量.';
@@ -690,7 +692,7 @@
 $messages['help_minimum_password_length'] = '密码最小长度';
 $messages['help_xhtml_converter_enabled'] = '是否将HTML代码转换成XHTML代码';
 $messages['help_xhtml_converter_aggressive_mode_enabled'] = '是否让plog生成XHTML代码,但这将更可能出错';
-$messages['help_include_blog_id_in_url'] = '一般地址模式和二级域名形式起用时,该项目相当重要,它将强制将内部一般链接不包含"blogId"参数。除非你非常清楚,否则不要修改该项设置。';
+
 // summary settings
 $messages['help_summary_page_show_max'] = '在汇总(SUMMARY)页面中要显示多少项目。';
 $messages['help_summary_blogs_per_page'] = '汇总的博客列表中每页显示的博客数';
@@ -698,11 +700,12 @@
 $messages['help_force_one_blog_per_email_account'] = '每个电子邮件地址只限制注册一个博客';
 $messages['help_summary_show_agreement'] = '是否在注册中显示协定文本让用户确认';
 $messages['help_need_email_confirm_registration'] = '需要用户使用电子邮件进行认证';
+$messages['help_summary_disable_registration'] = '是否开放新博客注册';
 // templates
 $messages['help_template_folder'] = '存储模板的文件夹';
 $messages['help_default_template'] = '新建博客的默认模板';
 $messages['help_users_can_add_templates'] = '允许用户加入自己的模板';
-$messages['help_template_compile_check'] = '如果禁用该项,模板文件变更时Smarty将检查所有的请求,这可以提高更高性能。';
+$messages['help_template_compile_check'] = '如果禁用该项,模板文件变更时Smarty将检查所有的请求,可以提高更多性能。';
 $messages['help_template_cache_enabled'] = '启用模板缓存';
 $messages['help_template_cache_lifetime'] = '缓存保留时间,设置为-1则永久存留,设置为0则禁用缓存。';
 $messages['help_template_http_cache_enabled'] = '启用HTTP条件请求的缓存支持。如果启用可以节省带宽。';
@@ -831,6 +834,7 @@
 $messages['register_blog_link'] = '如果您想访问您的博客,现在就进入吧! <a href="%2$s">%1$s</a>';
 $messages['register_blog_admin_link'] = '如果您想马上发表文章,请点击 <a href="admin.php">管理界面</a>进入后台进行操作。';
 $messages['register_error'] = '进程中出错';
+$messages['error_registration_disabled'] = '对不起,本站的已经暂停新用户注册,请稍候再试或联系管理员';
 // registration article topic and text
 $messages['register_default_article_topic'] = '祝贺您';
 $messages['register_default_article_text'] = '如果您阅读到这篇文章,这就意味着您注册的博客已经申请成功。';
@@ -855,10 +859,10 @@
 $messages['password_updated_ok'] = '您的密码修改成功';
 
 // Suggested by BCSE, some useful messages that not available in official locale
-$messages['upgrade_information'] = '您所使用的浏览器未符合网页设计标准,因此本网页将以纯文字模式显示。如欲以最佳的排版方式浏览本站,请考虑<a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project\'s Browser Upgrade initiative">升级</a>您的浏览器。';
-$messages['jump_to_navigation'] = '移动到导览列。';
-$messages['comment_email_never_display'] = '系统会自动为你设定分行,且不会显示你留下的邮件地址。';
-$messages['comment_html_allowed'] = '可使用之 <acronym title="Hypertext Markup Language">HTML</acronym> 标签如下:&lt;<acronym title="用途:超级链接">a</acronym> href=&quot;&quot; title=&quot;&quot; rel=&quot;&quot;&gt; &lt;<acronym title="用途:头字语标注">acronym</acronym> title=&quot;&quot;&gt; &lt;<acronym title="用途:引用文字">blockquote</acronym> cite=&quot;&quot;&gt; &lt;<acronym title="用途:删除线">del</acronym>&gt; &lt;<acronym title="用途:斜体">em</acronym>&gt; &lt;<acronym title="用途:底线">ins</acronym>&gt; &lt;<acronym title="用途:粗体">strong</acronym>&gt;';
+$messages['upgrade_information'] = '您使用的浏览器不符合网页设计标准,因此本网页将以纯文字模式显示。如欲以最佳的排版方式浏览本站,请考虑<a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project\'s Browser Upgrade initiative">升级</a>您的浏览器。';
+$messages['jump_to_navigation'] = '移动到导航条。';
+$messages['comment_email_never_display'] = '系统会自动为您设定分行,且不会显示您留下的邮件地址。';
+$messages['comment_html_allowed'] = '可使用的 <acronym title="Hypertext Markup Language">HTML</acronym> 标签如下:&lt;<acronym title="用途:超级链接">a</acronym> href=&quot;&quot; title=&quot;&quot; rel=&quot;&quot;&gt; &lt;<acronym title="用途:首字下沉">acronym</acronym> title=&quot;&quot;&gt; &lt;<acronym title="用途:引用文字">blockquote</acronym> cite=&quot;&quot;&gt; &lt;<acronym title="用途:删除线">del</acronym>&gt; &lt;<acronym title="用途:斜体">em</acronym>&gt; &lt;<acronym title="用途:底线">ins</acronym>&gt; &lt;<acronym title="用途:粗体">strong</acronym>&gt;';
 $messages['trackback_uri'] = '这篇文章的引用连结网址:';
 $messages['previous_post'] = '上一篇';
 $messages['next_post'] = '下一篇';
@@ -866,4 +870,5 @@
 $messages['guestbook'] = '留言板';
 $messages['trackbacks'] = '引用';
 $messages['menu'] = '主选单';
+$messages['albums'] = '目录';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2005-02-03 17:18:47 UTC (rev 934)
+++ plog/trunk/locale/locale_zh_TW.php	2005-02-03 17:26:14 UTC (rev 935)
@@ -869,4 +869,5 @@
 $messages['guestbook'] = '留言板';
 $messages['trackbacks'] = '引用';
 $messages['menu'] = '主選單';
+$messages['albums'] = '檔案夾';
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list