diff options
Diffstat (limited to 'apps/calendar/l10n/ko.php')
-rw-r--r-- | apps/calendar/l10n/ko.php | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/apps/calendar/l10n/ko.php b/apps/calendar/l10n/ko.php new file mode 100644 index 00000000000..5b22ef0156a --- /dev/null +++ b/apps/calendar/l10n/ko.php @@ -0,0 +1,135 @@ +<?php $TRANSLATIONS = array( +"Wrong calendar" => "잘못된 달력", +"New Timezone:" => "새로운 시간대 설정", +"Timezone changed" => "시간대 변경됨", +"Invalid request" => "잘못된 요청", +"Calendar" => "달력", +"Birthday" => "생일", +"Business" => "사업", +"Call" => "통화", +"Clients" => "클라이언트", +"Deliverer" => "배송", +"Holidays" => "공휴일", +"Ideas" => "생각", +"Journey" => "여행", +"Jubilee" => "기념일", +"Meeting" => "미팅", +"Other" => "기타", +"Personal" => "개인", +"Projects" => "프로젝트", +"Questions" => "질문", +"Work" => "작업", +"Does not repeat" => "반복 없음", +"Daily" => "매일", +"Weekly" => "매주", +"Every Weekday" => "매주 특정 요일", +"Bi-Weekly" => "2주마다", +"Monthly" => "매월", +"Yearly" => "매년", +"never" => "전혀", +"by occurrences" => "번 이후", +"by date" => "날짜", +"by monthday" => "월", +"by weekday" => "주", +"Monday" => "월요일", +"Tuesday" => "화요일", +"Wednesday" => "수요일", +"Thursday" => "목요일", +"Friday" => "금요일", +"Saturday" => "토요일", +"Sunday" => "일요일", +"events week of month" => "이달의 한 주 일정", +"first" => "첫번째", +"second" => "두번째", +"third" => "세번째", +"fourth" => "네번째", +"fifth" => "다섯번째", +"last" => "마지막", +"January" => "1월", +"February" => "2월", +"March" => "3월", +"April" => "4월", +"May" => "5월", +"June" => "6월", +"July" => "7월", +"August" => "8월", +"September" => "9월", +"October" => "10월", +"November" => "11월", +"December" => "12월", +"by events date" => "이벤트 날짜 순", +"by yearday(s)" => "날짜 번호 순", +"by weeknumber(s)" => "주 번호 순", +"by day and month" => "날짜 순", +"Date" => "날짜", +"Cal." => "달력", +"All day" => "매일", +"New Calendar" => "새로운 달력", +"Missing fields" => "기입란이 비어있습니다", +"Title" => "제목", +"From Date" => "시작날짜", +"From Time" => "시작시간", +"To Date" => "마침 날짜", +"To Time" => "마침 시간", +"The event ends before it starts" => "마침일정이 시작일정 보다 빠릅니다. ", +"There was a database fail" => "데이터베이스 에러입니다.", +"Week" => "주", +"Month" => "달", +"List" => "목록", +"Today" => "오늘", +"Calendars" => "달력", +"There was a fail, while parsing the file." => "파일을 처리하는 중 오류가 발생하였습니다.", +"Choose active calendars" => "활성 달력 선택", +"CalDav Link" => "CalDav 링크", +"Download" => "다운로드", +"Edit" => "편집", +"Delete" => "삭제", +"New calendar" => "새로운 달력", +"Edit calendar" => "달력 편집", +"Displayname" => "표시 이름", +"Active" => "활성", +"Calendar color" => "달력 색상", +"Save" => "저장", +"Submit" => "보내기", +"Cancel" => "취소", +"Edit an event" => "이벤트 편집", +"Export" => "출력", +"Title of the Event" => "이벤트 제목", +"Category" => "분류", +"All Day Event" => "종일 이벤트", +"From" => "시작", +"To" => "끝", +"Advanced options" => "고급 설정", +"Location" => "위치", +"Location of the Event" => "이벤트 위치", +"Description" => "설명", +"Description of the Event" => "이벤트 설명", +"Repeat" => "반복", +"Advanced" => "고급", +"Select weekdays" => "요일 선택", +"Select days" => "날짜 선택", +"and the events day of year." => "그리고 이 해의 일정", +"and the events day of month." => "그리고 이 달의 일정", +"Select months" => "달 선택", +"Select weeks" => "주 선택", +"and the events week of year." => "그리고 이 해의 주간 일정", +"Interval" => "간격", +"End" => "끝", +"occurrences" => "번 이후", +"Import a calendar file" => "달력 파일 가져오기", +"Please choose the calendar" => "달력을 선택해 주세요", +"create a new calendar" => "새 달력 만들기", +"Name of new calendar" => "새 달력 이름", +"Import" => "입력", +"Importing calendar" => "달력 입력", +"Calendar imported successfully" => "달력 입력을 성공적으로 마쳤습니다.", +"Close Dialog" => "대화 마침", +"Create a new event" => "새 이벤트 만들기", +"Select category" => "선택 카테고리", +"Timezone" => "시간대", +"Check always for changes of the timezone" => "항상 시간대 변경 확인하기", +"Timeformat" => "시간 형식 설정", +"24h" => "24시간", +"12h" => "12시간", +"Calendar CalDAV syncing address:" => "달력 CalDav 동기화 주소" +); |