Some more renaming.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index 67b6d50..5bbf8e4 100644 (file)
@@ -105,7 +105,7 @@ $i18n_key_words = array(
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다.',
-'error.no_teams' => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.',
+'error.no_groups' => '당신의 데이터베이스는 비어있습니다. 관리자로 로그인하여 새로운 팀을 생성하십시오.', // TODO: replace "team" with "group".
 'error.upload' => '파일 업로드 오류.',
 // TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
@@ -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',
@@ -512,6 +512,7 @@ $i18n_key_words = array(
 // 'form.profile.allow_overlap' => 'Allow overlap',
 // 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.profile.allow_ip' => 'Allow IP',
 // 'form.profile.plugins' => 'Plugins',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.