X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=5bbf8e40676eb5b0daceadb757a609233a16f904;hb=c3c78e060ef21bf5f4f2fe60fb1202da2489374b;hp=757ac62ab4467eab66fbef47e7fc8a11ad005433;hpb=c8caee8e34eec5a3fd047d679e79af149ed1e433;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 757ac62a..5bbf8e40 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -133,16 +133,16 @@ $i18n_key_words = array( 'button.send' => '송신', 'button.send_by_email' => '이메일로 송신', // TODO: translate the following. -// 'button.create_team' => 'Create team', -'button.export' => '팀 익스포트', -'button.import' => '팀 임포트', +// 'button.create_group' => 'Create group', +'button.export' => '팀 익스포트', // TODO: replace "team" with "group". +'button.import' => '팀 임포트', // TODO: replace "team" with "group". // TODO: translate the following. // 'button.close' => 'Close', // 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. -// 'label.team_name' => 'Team name', +// 'label.group_name' => 'Group name', // 'label.address' => 'Address', 'label.currency' => '화폐', // TODO: translate the following. @@ -254,11 +254,11 @@ $i18n_key_words = array( // Form titles. 'title.login' => '로그인', -'title.teams' => '팀', +'title.groups' => '팀', // TODO: change "teams" to "groups". // TODO: translate the following. -// 'title.create_team' => 'Creating Team', -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => '팀 삭제', +// 'title.create_group' => 'Creating Group', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => '팀 삭제', // TODO: change "team" to "group". 'title.reset_password' => '암호 재설정', // TODO: translate the following. // 'title.change_password' => 'Changing Password',