summaryrefslogtreecommitdiff
path: root/app/Locale/ko_KR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
commitcd4c09c10aabb133efa0ef5e0566630941178a4a (patch)
tree2f3f56617c90ce8c907f46324fa2dde26e91e79d /app/Locale/ko_KR
parenta08339059b06bcfb673b13a380b6f199abfb5983 (diff)
Conifgure email settings through user interface
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r--app/Locale/ko_KR/translations.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index 5c11ff34..e353b6bc 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -35,7 +35,6 @@ return array(
'View this task' => '이 할일 보기',
'Remove user' => '사용자 삭제',
'Do you really want to remove this user: "%s"?' => '사용자 "%s"를 정말로 삭제하시겠습니까?',
- 'New user' => '사용자를 추가하는 ',
'All users' => '모든 사용자',
'Username' => '사용자 이름',
'Password' => '패스워드',
@@ -412,9 +411,7 @@ return array(
'About' => '정보',
'Database driver:' => '데이터베이스 드라이버:',
'Board settings' => '기본 설정',
- 'URL and token' => 'URL와 토큰',
'Webhook settings' => 'Webhook의 설정',
- 'URL for task creation:' => 'Task작성의 URL:',
'Reset token' => '토큰 리셋',
'API endpoint:' => 'API엔드 포인트:',
'Refresh interval for private board' => '비공개 보드의 갱신 빈도',
@@ -1200,4 +1197,9 @@ return array(
// 'Enter one task by line.' => '',
// 'Number of failed login:' => '',
// 'Account locked until:' => '',
+ // 'Email settings' => '',
+ // 'Email sender address' => '',
+ // 'Email transport' => '',
+ // 'Webhook token' => '',
+ // 'Imports' => '',
);