[pLog-svn] r5198 - plog/branches/lifetype-1.2/locale
mark at devel.lifetype.net
mark at devel.lifetype.net
Tue Mar 27 09:56:08 EDT 2007
Author: mark
Date: 2007-03-27 09:56:08 -0400 (Tue, 27 Mar 2007)
New Revision: 5198
Modified:
plog/branches/lifetype-1.2/locale/locale_zh_CN.php
Log:
Add mssing locale "articles" to zh_CN locale.
Modified: plog/branches/lifetype-1.2/locale/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-03-27 13:52:30 UTC (rev 5197)
+++ plog/branches/lifetype-1.2/locale/locale_zh_CN.php 2007-03-27 13:56:08 UTC (rev 5198)
@@ -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