Initial coding of group editor done.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index c5da9b5..7bad3fa 100644 (file)
@@ -92,8 +92,6 @@ $i18n_key_words = array(
 'error.user_exists' => '该用户登录信息已经存在。',
 // TODO: translate the following.
 // 'error.object_exists' => 'Object with this name already exists.',
-'error.client_exists' => '具有此名称的客户端已经存在。',
-// TODO: translate the following.
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
@@ -114,6 +112,10 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => '登录',
 'button.now' => '当前时间',
@@ -251,6 +253,9 @@ $i18n_key_words = array(
 // 'label.totals_only' => 'Totals only',
 
 // Form titles.
+// TODO: Translate the following.
+// 'title.error' => 'Error',
+// 'title.success' => 'Success',
 'title.login' => '登录',
 'title.groups' => '团队', // TODO: change "teams" to "groups".
 // TODO: translate the following.