More recycling in translations.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index b3a15fa..af26442 100644 (file)
@@ -185,8 +185,9 @@ $i18n_key_words = array(
 'label.delete' => '删除',
 // TODO: translate the following.
 // 'label.configure' => 'Configure',
-// 'label.select_all' => 'Select all',
-// 'label.select_none' => 'Deselect all',
+'label.select_all' => '全部选择',
+'label.select_none' => '全部不选',
+// TODO: translate the following.
 // 'label.day_view' => 'Day view',
 // 'label.week_view' => 'Week view',
 // 'label.id' => 'ID',
@@ -349,8 +350,8 @@ $i18n_key_words = array(
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 'form.reset_password.message' => '密码重设请求已经发送。', // TODO: Add "by email" to match the English string.
 'form.reset_password.email_subject' => 'Anuko时间追踪器密码重设请求',
-// TODO: translate the following.
-// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
+// TODO: translate the ending of the following.
+'form.reset_password.email_body' => "亲爱的用户,\n\n有人,也可能是您自己,请求重新设置您的Anuko时间追踪器密码。如果您希望重设您的密码,请访问下面的连结:\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 // TODO: translate the following.
@@ -429,13 +430,7 @@ $i18n_key_words = array(
 
 // TODO: refactoring ongoing down from here.
 
-// password reminder form attributes
-// Note to translators: the ending of this string below needs to be translated.
-"form.fpass.send_pass_body" => "亲爱的用户,\n\n有人,也可能是您自己,请求重新设置您的Anuko时间追踪器密码。如果您希望重设您的密码,请访问下面的连结:\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
-"form.fpass.reset_comment" => "要重设密码,请输入新密码并点击保存按钮",
-
 // administrator form
-"form.admin.title" => '管理员',
 "form.admin.duty_text" => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
 
 "form.admin.profile.title" => '团队',
@@ -531,9 +526,4 @@ $i18n_key_words = array(
 "controls.per_ty" => '今年',
 
 "label.inv_str" => '发票',
-"label.set_empl" => '选择用户',
-"label.sel_all" => '全部选择',
-"label.sel_none" => '全部不选',
-"label.disable" => '禁用',
-"label.enable" => '启用',
 );