X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8e4807d9e83fbb282dca07744c36eb5d2cf281dd..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/WEB-INF/resources/ko.lang.php diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 374b834e..5793e3f2 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -69,7 +69,7 @@ $i18n_key_words = array( // '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. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. // TODO: Translate the following: @@ -90,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.

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. @@ -137,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" => '좋아하는 것으로 저장',