ko.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php $TRANSLATIONS = array(
  2. "Error (de)activating addressbook." => "주소록을 (비)활성화하는 데 실패했습니다.",
  3. "There was an error adding the contact." => "연락처를 추가하는 중 오류가 발생하였습니다.",
  4. "Cannot add empty property." => "빈 속성을 추가할 수 없습니다.",
  5. "At least one of the address fields has to be filled out." => "최소한 하나의 주소록 항목을 입력해야 합니다.",
  6. "Error adding contact property." => "연락처 속성을 추가할 수 없습니다.",
  7. "No ID provided" => "제공되는 아이디 없음",
  8. "Error setting checksum." => "오류 검사합계 설정",
  9. "No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다. ",
  10. "No address books found." => "주소록을 찾을 수 없습니다.",
  11. "No contacts found." => "연락처를 찾을 수 없습니다.",
  12. "Missing ID" => "아이디 분실",
  13. "Cannot add addressbook with an empty name." => "성명란이 비어 주소록에 추가 할 수 없습니다.",
  14. "Error adding addressbook." => "주소록을 추가할 수 없습니다.",
  15. "Error activating addressbook." => "주소록을 활성화할 수 없습니다.",
  16. "No contact ID was submitted." => "접속 아이디가 기입되지 않았습니다.",
  17. "Error reading contact photo." => "사진 읽기 오류",
  18. "Error saving temporary file." => "임시 파일을 저장하는 동안 오류가 발생했습니다. ",
  19. "The loading photo is not valid." => "로딩 사진이 유효하지 않습니다. ",
  20. "id is not set." => "아이디가 설정되어 있지 않습니다. ",
  21. "Information about vCard is incorrect. Please reload the page." => "vCard 정보가 올바르지 않습니다. 페이지를 새로 고치십시오.",
  22. "Error deleting contact property." => "연락처 속성을 삭제할 수 없습니다.",
  23. "Contact ID is missing." => "접속 아이디가 없습니다. ",
  24. "Missing contact id." => "접속 아이디 분실",
  25. "File doesn't exist:" => "파일이 존재하지 않습니다. ",
  26. "Error loading image." => "로딩 이미지 오류입니다.",
  27. "Error updating contact property." => "연락처 속성을 업데이트할 수 없습니다.",
  28. "Error updating addressbook." => "주소록을 업데이트할 수 없습니다.",
  29. "No file was uploaded" => "파일이 업로드 되어있지 않습니다",
  30. "Missing a temporary folder" => "임시 폴더 분실",
  31. "Contacts" => "연락처",
  32. "Addressbook not found." => "주소록을 찾을 수 없습니다.",
  33. "This is not your addressbook." => "내 주소록이 아닙니다.",
  34. "Contact could not be found." => "연락처를 찾을 수 없습니다.",
  35. "Address" => "주소",
  36. "Telephone" => "전화 번호",
  37. "Email" => "전자 우편",
  38. "Organization" => "조직",
  39. "Work" => "직장",
  40. "Home" => "자택",
  41. "Mobile" => "휴대폰",
  42. "Text" => "문자 번호",
  43. "Voice" => "음성 번호",
  44. "Message" => "메세지",
  45. "Fax" => "팩스 번호",
  46. "Video" => "영상 번호",
  47. "Pager" => "호출기",
  48. "Internet" => "인터넷",
  49. "{name}'s Birthday" => "{이름}의 생일",
  50. "Contact" => "연락처",
  51. "Add Contact" => "연락처 추가",
  52. "Addressbooks" => "주소록",
  53. "Configure Address Books" => "주소록 구성",
  54. "New Address Book" => "새 주소록",
  55. "Import from VCF" => "VCF에서 가져오기",
  56. "CardDav Link" => "CardDav 링크",
  57. "Download" => "다운로드",
  58. "Edit" => "편집",
  59. "Delete" => "삭제",
  60. "Download contact" => "연락처 다운로드",
  61. "Delete contact" => "연락처 삭제",
  62. "Drop photo to upload" => "Drop photo to upload",
  63. "Edit name details" => "이름 세부사항을 편집합니다. ",
  64. "Nickname" => "별명",
  65. "Enter nickname" => "별명 입력",
  66. "Birthday" => "생일",
  67. "dd-mm-yyyy" => "일-월-년",
  68. "Groups" => "그룹",
  69. "Separate groups with commas" => "쉼표로 그룹 구분",
  70. "Edit groups" => "그룹 편집",
  71. "Preferred" => "선호함",
  72. "Please specify a valid email address." => "올바른 이메일 주소를 입력하세요.",
  73. "Enter email address" => "이메일 주소 입력",
  74. "Phone" => "전화 번호",
  75. "Type" => "종류",
  76. "PO Box" => "사서함",
  77. "Extended" => "확장",
  78. "Street" => "거리",
  79. "City" => "도시",
  80. "Region" => "지역",
  81. "Zipcode" => "우편 번호",
  82. "Country" => "국가",
  83. "Add" => "추가",
  84. "Addressbook" => "주소록",
  85. "New Addressbook" => "새 주소록",
  86. "Edit Addressbook" => "주소록 편집",
  87. "Displayname" => "표시 이름",
  88. "Active" => "활성",
  89. "Save" => "저장",
  90. "Submit" => "보내기",
  91. "Cancel" => "취소"
  92. );