]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/zh-cn.lang.php
A bit more cleanup in translations.
[timetracker.git] / WEB-INF / resources / zh-cn.lang.php
index 7696ae7db2bd99711f058428a5b6aba48228df66..324cb916a0379b2dfaab53e2ff733f85e1ffad8b 100644 (file)
@@ -405,9 +405,8 @@ $i18n_key_words = array(
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).
-// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
+'form.invoice.number' => '发票号码',
+'form.invoice.person' => '人', // TODO: is this correct?
 
 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
@@ -518,13 +517,6 @@ $i18n_key_words = array(
 "form.mail.sending_str" => '<b>消息已发送</b>',
 
 // invoice attributes
-"form.invoice.number" => '发票号码',
-"form.invoice.th.username" => '收费人',
-"form.invoice.th.time" => '小时数',
-"form.invoice.th.rate" => '费率',
-"form.invoice.th.summ" => '账号',
-"form.invoice.subtotal" => '共计',
-"form.invoice.customer" => '客户',
 "form.invoice.mailinv_above" => '通过电子邮件发送此发票',
 "form.invoice.sending_str" => '<b>发票已送出</b>',
 );