X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db..9992cce445a61a2f9dbe18abe2a3340ade5b615b:/WEB-INF/resources/zh-cn.lang.php diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 51ee8783..9fcedf0c 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -51,8 +51,6 @@ $i18n_key_words = array( 'menu.expenses' => '费用', 'menu.reports' => '报告', 'menu.charts' => '图表', - -// TODO: refactoring ongoing down from here. 'menu.projects' => '项目', 'menu.tasks' => '任务', 'menu.users' => '用户', @@ -68,15 +66,16 @@ $i18n_key_words = array( 'footer.improve' => '投稿', // Error messages. +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. 'error.access_denied' => '拒绝访问', 'error.sys' => '系统错误', 'error.db' => '数据库错误', 'error.field' => '不正确的"{0}"数据', 'error.empty' => '栏目"{0}"为空', 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"', -'error.interval' => '不正确的间隔', -'error.project' => '选择项目', // TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', +// 'error.project' => 'Select project.', // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', @@ -89,6 +88,11 @@ $i18n_key_words = array( 'error.client_exists' => '具有此名称的客户端已经存在', // TODO: translate the following. // 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // 'error.no_invoiceable_items' => 'There are no invoiceable items.', 'error.no_login' => '没有该登录信息的用户', // TODO: translate the following.