X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a9c7df4765fd6e23b53c7fe1546559a6549d84e9..d27035c60953218e0a75b8561df1de5449622a4e:/WEB-INF/resources/zh-cn.lang.php diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index d4043758..a39358bb 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -101,9 +101,6 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - -// TODO: refactoring ongoing down from here. - // Labels for buttons. 'button.login' => '登录', 'button.now' => '当前时间', @@ -111,9 +108,14 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => '取消', -'button.submit' => '提交', + +// TODO: refactoring ongoing down from here. + +// Labels for buttons. +'button.submit' => '提交', + // TODO: check / improve translation of all button.add... strings. // Concern is that it used to be "add new something", now just "add something". 'button.add_user' => '添加新用户',