diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-01 17:56:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-01 17:56:20 -0400 |
commit | cd734e5ba79b98acc42a45a16caf06812cf8095e (patch) | |
tree | fe77f58b85c721195c1d5bbefb45df4c2a27545b /app/Locale/ko_KR | |
parent | 5cc488947305eea5b9762997222c84d6007761c8 (diff) |
Move Gravatar to external plugin
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r-- | app/Locale/ko_KR/translations.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index ef343e18..33c2b692 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -552,7 +552,6 @@ return array( 'Unable to add this currency rate.' => '이 통화 환율을 추가할 수 없습니다.', 'Webhook URL' => 'Webhook URL', '%s removed the assignee of the task %s' => '%s이 할일 %s의 담당을 삭제했습니다', - 'Enable Gravatar images' => 'Gravatar이미지를 활성화', 'Information' => '정보', 'Check two factor authentication code' => '2단 인증을 체크한다', 'The two factor authentication code is not valid.' => '2단 인증 코드는 무효입니다.', @@ -625,7 +624,6 @@ return array( 'Notification' => '알림', '%s moved the task #%d to the first swimlane' => '%s가 할일 #%d를 첫번째 스웜레인으로 이동시켰습니다', 'Swimlane' => '스윔레인', - 'Gravatar' => 'Gravatar', '%s moved the task %s to the first swimlane' => '%s가 할일 %s를 첫번째 스웜레인으로 이동시켰습니다', '%s moved the task %s to the swimlane "%s"' => '%s가 할일 %s를 %s 스웜레인으로 이동시켰습니다', 'This report contains all subtasks information for the given date range.' => '해당 기간의 모든 서브 할일 정보가 보고서에 포함됩니다', @@ -1320,4 +1318,5 @@ return array( // 'User disabled' => '', // '%d notifications' => '', // '%d notification' => '', + // 'There is no external integration installed.' => '', ); |