X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ca12dda7161c4b5ea73974864c3af0d174fd7ba4..5a01cc31eb7a8b341c988797a71b58b0eb468724:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index c66ea993..73e5750b 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -140,24 +140,31 @@ $i18n_key_words = array( // 'button.close' => 'Close', // 'button.stop' => 'Stop', - - -// TODO: refactoring ongoing down from here. - -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', +// Labels for controls on forms. Labels in this section are used on multiple forms. +// TODO: translate the following. +// 'label.team_name' => 'Team name', +// 'label.address' => 'Address', 'label.currency' => '화폐', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', -'label.password' => '암호', +// TODO: translate the following. +// 'label.manager_name' => 'Manager name', +// 'label.manager_login' => 'Manager login', +// 'label.person_name' => 'Name', +// 'label.thing_name' => 'Name', +// 'label.login' => 'Login', +'label.password' => 'Password', 'label.confirm_password' => '암호 확인', 'label.email' => '이메일', // TODO: translate the following. // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => '제목', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '합계', // TODO: translate the following. // 'label.page' => 'Page',