blob: b641faad5d444a3438f4353cab4bf55a5b58127f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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' => '서브 할일 시간 트래킹',
);
|