93 lines
4.3 KiB
PHP
93 lines
4.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Error (de)activating addressbook." => "주소록을 (비)활성화하는 데 실패했습니다.",
|
|
"There was an error adding the contact." => "연락처를 추가하는 중 오류가 발생하였습니다.",
|
|
"Cannot add empty property." => "빈 속성을 추가할 수 없습니다.",
|
|
"At least one of the address fields has to be filled out." => "최소한 하나의 주소록 항목을 입력해야 합니다.",
|
|
"Error adding contact property." => "연락처 속성을 추가할 수 없습니다.",
|
|
"No ID provided" => "제공되는 아이디 없음",
|
|
"Error setting checksum." => "오류 검사합계 설정",
|
|
"No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다. ",
|
|
"No address books found." => "주소록을 찾을 수 없습니다.",
|
|
"No contacts found." => "연락처를 찾을 수 없습니다.",
|
|
"Missing ID" => "아이디 분실",
|
|
"Cannot add addressbook with an empty name." => "성명란이 비어 주소록에 추가 할 수 없습니다.",
|
|
"Error adding addressbook." => "주소록을 추가할 수 없습니다.",
|
|
"Error activating addressbook." => "주소록을 활성화할 수 없습니다.",
|
|
"No contact ID was submitted." => "접속 아이디가 기입되지 않았습니다.",
|
|
"Error reading contact photo." => "사진 읽기 오류",
|
|
"Error saving temporary file." => "임시 파일을 저장하는 동안 오류가 발생했습니다. ",
|
|
"The loading photo is not valid." => "로딩 사진이 유효하지 않습니다. ",
|
|
"id is not set." => "아이디가 설정되어 있지 않습니다. ",
|
|
"Information about vCard is incorrect. Please reload the page." => "vCard 정보가 올바르지 않습니다. 페이지를 새로 고치십시오.",
|
|
"Error deleting contact property." => "연락처 속성을 삭제할 수 없습니다.",
|
|
"Contact ID is missing." => "접속 아이디가 없습니다. ",
|
|
"Missing contact id." => "접속 아이디 분실",
|
|
"File doesn't exist:" => "파일이 존재하지 않습니다. ",
|
|
"Error loading image." => "로딩 이미지 오류입니다.",
|
|
"Error updating contact property." => "연락처 속성을 업데이트할 수 없습니다.",
|
|
"Error updating addressbook." => "주소록을 업데이트할 수 없습니다.",
|
|
"No file was uploaded" => "파일이 업로드 되어있지 않습니다",
|
|
"Missing a temporary folder" => "임시 폴더 분실",
|
|
"Contacts" => "연락처",
|
|
"Addressbook not found." => "주소록을 찾을 수 없습니다.",
|
|
"This is not your addressbook." => "내 주소록이 아닙니다.",
|
|
"Contact could not be found." => "연락처를 찾을 수 없습니다.",
|
|
"Address" => "주소",
|
|
"Telephone" => "전화 번호",
|
|
"Email" => "전자 우편",
|
|
"Organization" => "조직",
|
|
"Work" => "직장",
|
|
"Home" => "자택",
|
|
"Mobile" => "휴대폰",
|
|
"Text" => "문자 번호",
|
|
"Voice" => "음성 번호",
|
|
"Message" => "메세지",
|
|
"Fax" => "팩스 번호",
|
|
"Video" => "영상 번호",
|
|
"Pager" => "호출기",
|
|
"Internet" => "인터넷",
|
|
"{name}'s Birthday" => "{이름}의 생일",
|
|
"Contact" => "연락처",
|
|
"Add Contact" => "연락처 추가",
|
|
"Addressbooks" => "주소록",
|
|
"Configure Address Books" => "주소록 구성",
|
|
"New Address Book" => "새 주소록",
|
|
"Import from VCF" => "VCF에서 가져오기",
|
|
"CardDav Link" => "CardDav 링크",
|
|
"Download" => "다운로드",
|
|
"Edit" => "편집",
|
|
"Delete" => "삭제",
|
|
"Download contact" => "연락처 다운로드",
|
|
"Delete contact" => "연락처 삭제",
|
|
"Drop photo to upload" => "Drop photo to upload",
|
|
"Edit name details" => "이름 세부사항을 편집합니다. ",
|
|
"Nickname" => "별명",
|
|
"Enter nickname" => "별명 입력",
|
|
"Birthday" => "생일",
|
|
"dd-mm-yyyy" => "일-월-년",
|
|
"Groups" => "그룹",
|
|
"Separate groups with commas" => "쉼표로 그룹 구분",
|
|
"Edit groups" => "그룹 편집",
|
|
"Preferred" => "선호함",
|
|
"Please specify a valid email address." => "올바른 이메일 주소를 입력하세요.",
|
|
"Enter email address" => "이메일 주소 입력",
|
|
"Phone" => "전화 번호",
|
|
"Type" => "종류",
|
|
"PO Box" => "사서함",
|
|
"Extended" => "확장",
|
|
"Street" => "거리",
|
|
"City" => "도시",
|
|
"Region" => "지역",
|
|
"Zipcode" => "우편 번호",
|
|
"Country" => "국가",
|
|
"Add" => "추가",
|
|
"Addressbook" => "주소록",
|
|
"New Addressbook" => "새 주소록",
|
|
"Edit Addressbook" => "주소록 편집",
|
|
"Displayname" => "표시 이름",
|
|
"Active" => "활성",
|
|
"Save" => "저장",
|
|
"Submit" => "보내기",
|
|
"Cancel" => "취소"
|
|
);
|