Cleanup in translation files.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index eb8fa82..f6bc623 100644 (file)
@@ -26,7 +26,7 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
 $i18n_language = '한국어';
@@ -38,29 +38,43 @@ $i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => '로그인',
 'menu.logout' => '로그아웃',
-'menu.feedback' => '피드백',
+// TODO: Translate the following:
+// 'menu.forum' => 'Forum',
 'menu.help' => '도움말',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => '새로운 관리자 계정을 생성',
-'menu.edit_profile' => '프로필 편집',
-'menu.time' => '나의 시간',
+'menu.profile' => '프로필',
+'menu.time' => '나의 시간', // TODO: improve this, used to be "My time", now just "Time".
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => '보고서',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: Translate the following:
+// 'menu.charts' => 'Charts',
 'menu.projects' => '프로젝트',
-'menu.activities' => '활동내용',
-'menu.people' => '멤버',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => '팀',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
+// TODO: Translate the following:
+// 'menu.export' => 'Export',
 'menu.clients' => '클라이언트',
 'menu.options' => '옵션',
-'menu.admin' => '관리',
 
-// error strings
+// Footer - strings on the bottom of most pages.
+// TODO: Translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                     // This is a link to a webpage that describes how to contribute to the project.
+
+// Error messages.
+// TODO: Translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
 'error.db' => '데이터베이스 오류',
 'error.field' => '부정확한 "{0}" 의 데이터',
 'error.empty' => '"{0}" 의 필드가 비어있습니다',
@@ -76,8 +90,8 @@ $i18n_key_words = array(
 // 'error.client_exists' => 'client with this name already exists',
 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다',
 'error.upload' => '파일 업로드 오류',
-// Note to translators: this string needs to be translated.
-// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
+// TODO: Translate the following:
+// 'error.range_locked' => 'Date range is locked.',
 'error.mail_send' => '메일 보내기에서의 오류',
 'error.no_email' => '본 로그인과 연계된 이메일이 없습니다',
 // Note to translators: the strings below need to be translated.
@@ -123,6 +137,9 @@ $i18n_key_words = array(
 // Translate the following string.
 // 'label.page' => 'Page',
 
+// Form titles.
+// TODO: the entire title section is missing here. See the English file.
+
 "form.filter.project" => '프로젝트',
 "form.filter.filter" => '좋아하는 보고서',
 "form.filter.filter_new" => '좋아하는 것으로 저장',
@@ -294,9 +311,6 @@ $i18n_key_words = array(
 "form.invoice.date" => '날짜',
 "form.invoice.number" => '송장 번호',
 "form.invoice.tax" => '세금',
-"form.invoice.daily_subtotals" => '날짜별 소계',
-"form.invoice.yourcoo" => '당신의 이름<br> 및 주소',
-"form.invoice.custcoo" => '클라이언트 이름<br> 및 주소',
 "form.invoice.comment" => '코멘트 ',
 "form.invoice.th.username" => '개인',
 "form.invoice.th.time" => '시간',
@@ -328,9 +342,6 @@ $i18n_key_words = array(
 "form.client.th.del" => '삭제',
 "form.client.name" => '이름',
 "form.client.tax" => '세금',
-"form.client.daily_subtotals" => '날짜별 소계',
-"form.client.yourcoo" => '송장에 밝힌 당신의 <br>이름 및 주소',
-"form.client.custcoo" => '주소',
 "form.client.comment" => '코멘트 ',
 
 // miscellaneous strings
@@ -402,4 +413,3 @@ $i18n_key_words = array(
 // login hello text
 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
 );
-?>
\ No newline at end of file