| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/task/2388322/cwd/3rdparty/roundcube/plugins/tasklist/localization/ |
Upload File : |
<?php /** * Localizations for the Kolab Tasks plugin * * Copyright (C) 2014, Kolab Systems AG * * For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/ */ $labels['export'] = '내보내기'; $labels['exporttitle'] = 'iCalendar로 내보내기'; $labels['exportattachments'] = '첨부됨'; $labels['removelist'] = '목록에서 삭제'; $labels['printdescriptions'] = '내용 출력'; $labels['edit'] = '수정'; $labels['description'] = '설명'; $labels['start'] = '시작'; $labels['starttime'] = '시작 시간'; $labels['alarms'] = '알림'; $labels['repeat'] = '반복'; $labels['links'] = '참조'; $labels['status'] = '상태'; $labels['status-cancelled'] = '취소됨'; $labels['created'] = '작성됨'; $labels['changed'] = '마지막으로 수정됨'; $labels['taskoptions'] = '옵션'; $labels['all'] = '전체'; $labels['today'] = '오늘'; $labels['tomorrow'] = '내일'; $labels['later'] = '이후에'; $labels['save'] = '저장'; $labels['cancel'] = '취소'; $labels['tabsummary'] = '요약'; $labels['tabrecurrence'] = '반복'; $labels['tabattachments'] = '첨부'; $labels['tabsharing'] = '공우'; $labels['listname'] = '이름'; $labels['showalarms'] = '알림 보이기'; $labels['savingdata'] = '자료 저장중...'; $labels['role'] = '역할'; $labels['availability'] = '가능'; $labels['confirmstate'] = '상태'; $labels['roleorganizer'] = '주최자'; $labels['rolerequired'] = '필수'; $labels['roleoptional'] = '선택'; $labels['rolechair'] = '좌석'; $labels['sendinvitations'] = '초대장 보내기'; $labels['itipupdatesubject'] = '"$title" 이 변경되었습니다'; $labels['itipcancelsubject'] = '"$title" 이 취소되었습니다'; $labels['taskhistory'] = '이력'; $labels['objectchangelog'] = '이력 변경'; $labels['objectrestoreerror'] = '이전 버전으로 복구하지 못하였습니다'; $labels['andnmore'] = '$nr 더...'; $labels['comment'] = '코멘트'; $labels['rsvpcomment'] = '코멘트'; $labels['importerror'] = '가져오는 도중 오류가 발생했습니다'; $labels['itipinvalidrequest'] = '이 초대장은 더이상 유효하지 않습니다';