]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ko.lang.php
Work in progress on role editor.
[timetracker.git] / WEB-INF / resources / ko.lang.php
index f2cf55843a9b337f6770dc0e4757bd92552bdb88..2811722706866611d71431ca3b0a78739208c3c1 100644 (file)
@@ -91,6 +91,8 @@ $i18n_key_words = array(
 // 'error.record' => 'Select record.',
 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다.',
 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다.',
+// TODO: translate the following.
+// 'error.object_exists' => 'Object with this name already exists.',
 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다.',
 // TODO: translate the following.
 // 'error.task_exists' => 'Task with this name already exists.',
@@ -119,6 +121,7 @@ $i18n_key_words = array(
 'button.cancel' => '취소',
 'button.submit' => '발송',
 'button.add' => '추가',
+'button.delete' => '삭제',
 'button.generate' => '생성',
 // TODO: translate the following.
 // 'button.reset_password' => 'Reset password',
@@ -286,6 +289,11 @@ $i18n_key_words = array(
 'title.add_user' => '사용자를 추가하기', // TODO: is this correct?
 'title.edit_user' => '사용자를 편집하기',
 'title.delete_user' => '사용자를 삭제하기',
+// TODO: translate the following.
+// 'title.roles' => 'Roles',
+// 'title.add_role' => 'Adding Role',
+// 'title.edit_role' => 'Editing Role',
+// 'title.delete_role' => 'Deleting Role',
 'title.clients' => '클라이언트',
 'title.add_client' => '클라이언트 추가',
 'title.edit_client' => '클라이언트 편집',