X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=0c1d3777a105fb9a8037d9de5c42ef4af693fedd;hb=4b203ad8b61fde986390ebc7d44727089d0595b4;hp=b3bff0dd3334e9ae8f9bf1bbe38d59b531f7cae8;hpb=2702260e85d10b0d85301df922d8960a3ec88203;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index b3bff0dd..0c1d3777 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -46,8 +46,6 @@ $i18n_key_words = array( 'menu.help' => '帮助', // TODO: translate the following. // 'menu.create_team' => 'Create Team', - -// TODO: refactoring ongoing down from here. 'menu.profile' => '简介', 'menu.time' => '时间记录', 'menu.expenses' => '费用', @@ -68,19 +66,25 @@ $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.', // 'error.record' => 'Select record.', + + + +// TODO: refactoring ongoing down from here. + 'error.auth' => '不正确的用户名或密码', 'error.user_exists' => '该用户登录信息已经存在', 'error.project_exists' => '该项目名称已经存在',