Added a string to localization files.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index 9e4897e..4930e0b 100644 (file)
@@ -77,6 +77,7 @@ $i18n_key_words = array(
 // 'error.task' => 'Select task.',
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
 'error.auth' => '不正确的用户名或密码',
 'error.user_exists' => '该用户登录信息已经存在',
 'error.project_exists' => '该项目名称已经存在',
@@ -211,6 +212,8 @@ $i18n_key_words = array(
 'label.page' => '页码',
 // TODO: translate the following.
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 // TODO: Translate the following.
 // 'label.custom_fields' => 'Custom fields',
@@ -225,6 +228,8 @@ $i18n_key_words = array(
 // 'label.expense' => 'Expense',
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 // TODO: Translate the following.