diff options
Diffstat (limited to 'plugins/Calendar/Locale/ko_KR')
-rw-r--r-- | plugins/Calendar/Locale/ko_KR/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/ko_KR/translations.php b/plugins/Calendar/Locale/ko_KR/translations.php new file mode 100644 index 00000000..b641faad --- /dev/null +++ b/plugins/Calendar/Locale/ko_KR/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => '달력', + 'Calendar settings' => '달력 설정', + 'Project calendar view' => '프로젝트 달력 보기', + 'User calendar view' => '담당자 달력 보기', + 'My calendar' => '내 캘린더', + 'Switch to the list view' => '리스트 보기로 전환', + 'Show tasks based on the start date' => '시작 날짜로 할일 보기', + 'Subtasks time tracking' => '서브 할일 시간 트래킹', +); + |