X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=32d126d6757c1d7597dc7e25aac374c6656248c9;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=38a4663ff85c8bd70bf2bd007b2bf0182766ed72;hpb=4f9ea2fd0f60b516858d62c67d59c8af66613f10;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 38a4663f..32d126d6 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -115,8 +115,6 @@ $i18n_key_words = array( // 'button.add_project' => 'Add project', // 'button.add_task' => 'Add task', // 'button.add_client' => 'Add client', -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => '添加', 'button.generate' => '创建', 'button.reset_password' => '重置密码', @@ -152,6 +150,8 @@ $i18n_key_words = array( 'label.end_date' => '结束日期', 'label.user' => '用户', 'label.users' => '用户', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => '客户', 'label.clients' => '客户', 'label.option' => '选项', @@ -435,6 +435,12 @@ $i18n_key_words = array( 'form.users.rate' => '费率', 'form.users.default_rate' => '默认小时收费', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -472,7 +478,7 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', -// 'form.profile.allow_overlap' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',