Blame view

sources/apps/contacts/l10n/ko.php 12.9 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
  <?php $TRANSLATIONS = array(
  "Contacts" => "연락처",
6d9380f96   Cédric Dupont   Update sources OC...
3
4
  "Ok" => "확인",
  "Cancel" => "취소",
d1bafeea1   Kload   [fix] Upgrade to ...
5
  "Save" => "저장",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
  "Edit Addressbook" => "주소록 편집",
  "An address book called {name} already exists" => "주소록 {name}이(가) 이미 존재함",
d1bafeea1   Kload   [fix] Upgrade to ...
8
9
  "Failed adding address book: {error}" => "주소록 추가 실패: {error}",
  "Failed loading address books: {error}" => "주소록 불러오기 실패: {error}",
6d9380f96   Cédric Dupont   Update sources OC...
10
11
  "Server error! Please inform system administator" => "서버 오류! 시스템 관리자에게 연락하십시오",
  "Indexing contacts" => "연락처 색인 중",
d1bafeea1   Kload   [fix] Upgrade to ...
12
13
  "Unrecoverable error loading address books: {msg}" => "주소록을 불러오는 중 복구할 수 없는 오류 발생: {msg}",
  "Error." => "오류.",
6d9380f96   Cédric Dupont   Update sources OC...
14
15
16
  "Add to..." => "추가...",
  "Remove from..." => "다음에서 삭제...",
  "Add group..." => "그룹 추가..",
d1bafeea1   Kload   [fix] Upgrade to ...
17
18
  "Invalid URL: \"{url}\"" => "잘못된 URL: \"{url}\"",
  "Invalid email: \"{url}\"" => "잘못된 이메일: \"{url}\"",
6d9380f96   Cédric Dupont   Update sources OC...
19
20
21
  "Merge failed. Cannot find contact: {id}" => "합치기 실패. 연락처를 찾을 수 없음: {id}",
  "Merge failed." => "합치기 실패.",
  "Merge failed. Error saving contact." => "합치기 실패. 연락처 저장 오류.",
d1bafeea1   Kload   [fix] Upgrade to ...
22
  "Select photo" => "사진 선택",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
25
26
27
28
29
30
31
  "Network or server error. Please inform administrator." => "네트워크 및 서버 오류입니다. 관리자에게 연락하십시오.",
  "Error adding to group." => "그룹에 추가하는 중 오류가 발생하였습니다.",
  "Error removing from group." => "그룹에서 삭제하는 중 오류가 발생하였습니다.",
  "You have selected over 300 contacts.
  This will most likely fail! Click here to try anyway." => "300명 이상의 연락처를 선택하였습니다.
  오류가 발생할 수도 있습니다! 그래도 시도하려면 여기를 누르십시오.",
  "Error setting {name} as favorite." => "{name} 님을 즐겨찾는 연락처로 설정할 수 없음.",
  "Merge contacts" => "연락처 합치기",
  "Add group" => "그룹 추가",
d1bafeea1   Kload   [fix] Upgrade to ...
32
  "OK" => "확인",
6d9380f96   Cédric Dupont   Update sources OC...
33
34
35
36
37
38
39
40
  "Could not find contact: {id}" => "연락처를 찾을 수 없음: {id}",
  "Edit profile picture" => "프로필 사진 편집",
  "Crop photo" => "사진 자르기",
  "Error parsing date: {date}" => "날짜 처리 중 오류 발생: {date}",
  "# groups" => "그룹 수",
  "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "일부 연락처가 삭제할 것으로 표시되었으나 아직 삭제되지 않았습니다. 삭제가 끝날 때까지 기다려 주십시오.",
  "Click to undo deletion of {num} contacts" => "연락처 {num}명 삭제를 취소하려면 누르십시오",
  "Cancelled deletion of {num} contacts" => "연락처 {num}명 삭제가 취소됨",
d1bafeea1   Kload   [fix] Upgrade to ...
41
42
  "Add" => "추가",
  "Contact is already in this group." => "연락처가 이미 이 그룹에 있습니다.",
6d9380f96   Cédric Dupont   Update sources OC...
43
  "Contacts are already in this group." => "연락처가 이미 이 그룹에 있습니다.",
d1bafeea1   Kload   [fix] Upgrade to ...
44
  "Couldn't get contact list." => "연락처 목록을 가져올 수 없습니다.",
6d9380f96   Cédric Dupont   Update sources OC...
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  "Contact is not in this group." => "연락처가 이 그룹에 없습니다.",
  "Contacts are not in this group." => "연락처가 이 그룹에 없습니다.",
  "Failed renaming group: {error}" => "그룹 이름 변경 오류: {error}",
  "You can drag groups to
  arrange them as you like." => "그룹을 드래그하여
  순서를 변경할 수 있습니다.",
  "Failed adding group: {error}" => "그룹 추가 오류: {error}",
  "All" => "모두",
  "Favorites" => "즐겨찾기",
  "Shared by {owner}" => "{owner} 님이 공유함",
  "Not grouped" => "그룹에 없음",
  "Failed loading groups: {error}" => "그룹 불러오기 오류: {error}",
  "Please choose the addressbook" => "주소록을 선택하십시오",
  "Import into..." => "다음으로 가져오기...",
  "Error loading import template" => "가져오기 템플릿 불러오기 오류",
  "Import contacts" => "연락처 가져오기",
d1bafeea1   Kload   [fix] Upgrade to ...
61
  "Import" => "가져오기",
6d9380f96   Cédric Dupont   Update sources OC...
62
  "Importing..." => "가져오는 중...",
d1bafeea1   Kload   [fix] Upgrade to ...
63
64
  "Import done" => "가져오기 완료",
  "Close" => "닫기",
6d9380f96   Cédric Dupont   Update sources OC...
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
  "Failed loading photo: {error}" => "사진 불러오기 오류: {error}",
  "You do not have permissions to see this contact" => "이 연락처를 볼 수 있는 권한이 없습니다",
  "Contact not found" => "연락처를 찾을 수 없음",
  "You do not have permissions to see these contacts" => "연락처를 볼 수 있는 권한이 없습니다",
  "You do not have permissions add contacts to the address book" => "주소록에 연락처를 추가할 수 있는 권한이 없습니다",
  "The backend for this address book does not support adding contacts" => "이 주소록의 백엔드는 연락처 추가를 지원하지 않습니다",
  "You do not have permissions to delete this contact" => "이 연락처를 삭제할 수 있는 권한이 없습니다",
  "The backend for this address book does not support deleting contacts" => "이 주소록의 백엔드는 연락처 삭제를 지원하지 않습니다",
  "Unknown error" => "알 수 없는 오류",
  "The backend for this address book does not support updating" => "이 주소록의 백엔드는 업데이트를 지원하지 않습니다",
  "You don't have permissions to delete the address book." => "이 주소록을 삭제할 수 있는 권한이 없습니다.",
  "Address book not found" => "주소록을 찾을 수 없음",
  "You do not have permissions to update this contact" => "이 연락처를 업데이트할 수 있는 권한이 없습니다",
  "The backend for this contact does not support updating it" => "이 연락처의 백엔드는 업데이트를 지원하지 않습니다",
  "Property not found" => "속성을 찾을 수 없음",
  " Missing IM parameter for: " => " 다음의 IM 인자를 찾을 수 없음: ",
  "Unknown IM: " => "알려지지 않은 IM: ",
d1bafeea1   Kload   [fix] Upgrade to ...
82
  "{name}'s Birthday" => "{이름}의 생일",
6d9380f96   Cédric Dupont   Update sources OC...
83
84
85
86
87
88
89
90
91
92
93
  "Error creating address book" => "주소록 생성 오류",
  "You do not have permissions to delete the \"%s\" address book" => "주소록 \"%s\"을(를) 삭제할 수 있는 권한이 없습니다",
  "Error deleting address book" => "주소록 삭제 오류",
  "Error creating contact." => "연락처 생성 중 오류가 발생하였습니다.",
  "Error removing contact from other address book." => "다른 주소록에서 연락처 삭제 중 오류가 발생하였습니다.",
  "Couldn't find contact." => "연락처를 찾을 수 없습니다.",
  "No contact data in request." => "요청에 연락처 데이터가 없습니다.",
  "Error merging into contact." => "연락처로 합치는 중 오류가 발생하였습니다.",
  "Error saving contact to backend." => "연락처를 백엔드에 저장하는 중 오류가 발생하였습니다.",
  "Property name is not set." => "속성 이름이 설정되지 않았습니다.",
  "Property checksum is not set." => "속성 체크섬이 설정되지 않았습니다.",
d1bafeea1   Kload   [fix] Upgrade to ...
94
  "Information about vCard is incorrect. Please reload the page." => "vCard 정보가 올바르지 않습니다. 페이지를 새로 고치십시오.",
6d9380f96   Cédric Dupont   Update sources OC...
95
96
97
98
99
100
101
102
103
104
105
106
107
  "Error updating contact" => "연락처 업데이트 오류",
  "Error saving contact to backend" => "연락처 백엔드 저장 오류",
  "No photo path was submitted." => "사진 경로가 제출되지 않았습니다.",
  "Error getting PHOTO property." => "PHOTO 속성을 가져오는 중 오류가 발생했습니다.",
  "Error saving contact." => "연락처 저장 중 오류가 발생했습니다.",
  "No group name given." => "그룹 이름이 지정되지 않았습니다.",
  "Error adding group." => "그룹을 추가하는 중 오류가 발생하였습니다.",
  "No group name to rename from given." => "변경할 그룹 이름이 지정되지 않았습니다.",
  "No group name to rename to given." => "그룹의 새 이름이 지정되지 않았습니다.",
  "Error renaming group." => "그룹 이름을 변경하는 중 오류가 발생하였습니다.",
  "Group ID missing from request." => "요청에 그룹 ID가 없습니다.",
  "Group name missing from request." => "요청에 그룹 이름이 없습니다.",
  "Contact ID missing from request." => "요청에 연락처 ID가 없습니다.",
d1bafeea1   Kload   [fix] Upgrade to ...
108
109
  "No file was uploaded. Unknown error" => "파일이 업로드되지 않았습니다. 알 수 없는 오류입니다",
  "There is no error, the file uploaded with success" => "파일 업로드에 성공하였습니다.",
6d9380f96   Cédric Dupont   Update sources OC...
110
111
  "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "업로드된 파일이 php.ini의 upload_max_filesize보다 큼",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "업로드한 파일 크기가 HTML 양식의 MAX_FILE_SIZE보다 큼",
d1bafeea1   Kload   [fix] Upgrade to ...
112
113
114
  "The uploaded file was only partially uploaded" => "파일의 일부분만 업로드됨",
  "No file was uploaded" => "파일이 업로드되지 않았음",
  "Missing a temporary folder" => "임시 폴더가 없음",
6d9380f96   Cédric Dupont   Update sources OC...
115
116
117
118
119
120
121
122
123
124
125
126
  "Failed to write to disk" => "디스크에 쓸 수 없음",
  "Not enough storage available" => "저장소 용량이 충분하지 않음",
  "Attempt to upload blacklisted file:" => "허용되지 않은 파일을 업로드하려고 함:",
  "Error uploading contacts to storage." => "연락처를 저장소에 업로드할 수 없습니다.",
  "Error moving file to imports folder." => "가져오기 폴더로 파일을 이동할 수 없습니다.",
  "You do not have permissions to import into this address book." => "이 주소록으로 가져올 수 있는 권한이 없습니다.",
  "File name missing from request." => "요청에 파일 이름이 없습니다.",
  "Progress key missing from request." => "요청에 진행 키가 없습니다.",
  "Attempt to access blacklisted file:" => "허용되지 않은 파일에 접근하려고 함:",
  "No key is given." => "키가 주어지지 않았습니다.",
  "No value is given." => "값이 주어지지 않았습니다.",
  "Could not set preference: " => "환경 설정을 저장할 수 없음: ",
d1bafeea1   Kload   [fix] Upgrade to ...
127
128
  "Contact" => "연락처",
  "Other" => "기타",
6d9380f96   Cédric Dupont   Update sources OC...
129
  "HomePage" => "홈페이지",
d1bafeea1   Kload   [fix] Upgrade to ...
130
  "Jabber" => "Jabber",
6d9380f96   Cédric Dupont   Update sources OC...
131
  "Internet call" => "인터넷 전화",
d1bafeea1   Kload   [fix] Upgrade to ...
132
133
134
135
136
137
138
139
140
141
142
  "AIM" => "AIM",
  "MSN" => "MSN",
  "Twitter" => "Twitter",
  "GoogleTalk" => "GoogleTalk",
  "Facebook" => "Facebook",
  "XMPP" => "XMPP",
  "ICQ" => "ICQ",
  "Yahoo" => "Yahoo",
  "Skype" => "Skype",
  "QQ" => "QQ",
  "GaduGadu" => "GaduGadu",
6d9380f96   Cédric Dupont   Update sources OC...
143
144
  "ownCloud" => "ownCloud",
  "Work" => "직장",
d1bafeea1   Kload   [fix] Upgrade to ...
145
146
147
148
  "Home" => "가정",
  "Mobile" => "휴대폰",
  "Text" => "텍스트",
  "Voice" => "음성 번호",
6d9380f96   Cédric Dupont   Update sources OC...
149
  "Message" => "메시지",
d1bafeea1   Kload   [fix] Upgrade to ...
150
151
152
153
154
155
  "Fax" => "팩스 번호",
  "Video" => "영상 번호",
  "Pager" => "호출기",
  "Internet" => "인터넷",
  "Friends" => "친구들",
  "Family" => "가족",
6d9380f96   Cédric Dupont   Update sources OC...
156
157
158
159
160
161
162
163
164
165
  "Group name" => "그룹 이름",
  "Address books" => "주소록",
  "Display name" => "표시 이름",
  "Add Address Book" => "주소록 추가",
  "Select file..." => "파일 선택...",
  "(De-)select all" => "전체 선택/선택 해제",
  "Sort order" => "정렬 순서",
  "First- Lastname" => "이름 성",
  "Last-, Firstname" => "성, 이름",
  "Delete" => "삭제",
d1bafeea1   Kload   [fix] Upgrade to ...
166
  "Groups" => "그룹",
6d9380f96   Cédric Dupont   Update sources OC...
167
168
169
170
  "Download" => "다운로드",
  "Email" => "이메일",
  "Phone" => "전화 번호",
  "Address" => "주소",
d1bafeea1   Kload   [fix] Upgrade to ...
171
  "Keyboard shortcuts" => "단축키",
6d9380f96   Cédric Dupont   Update sources OC...
172
173
174
175
  "Navigation" => "탐색",
  "Next contact in list" => "목록의 다음 연락처",
  "Previous contact in list" => "목록의 이전 연락처",
  "Expand/collapse current addressbook" => "현재 주소록 접기/펴기",
d1bafeea1   Kload   [fix] Upgrade to ...
176
177
178
179
  "Next addressbook" => "다음 주소록",
  "Previous addressbook" => "이전 주소록",
  "Actions" => "작업",
  "Refresh contacts list" => "연락처 목록 새로 고침",
6d9380f96   Cédric Dupont   Update sources OC...
180
181
  "Add new contact" => "새 연락처 추가",
  "Add new addressbook" => "새 주소록 추가",
d1bafeea1   Kload   [fix] Upgrade to ...
182
  "Delete current contact" => "현재 연락처 삭제",
6d9380f96   Cédric Dupont   Update sources OC...
183
184
185
  "Which contact should the data be merged into?" => "데이터를 어떤 연락처로 합치시겠습니까?",
  "Delete the other(s) after successful merge?" => "합친 후 다른 연락처를 삭제하시겠습니까?",
  "Compose mail" => "메일 작성",
d1bafeea1   Kload   [fix] Upgrade to ...
186
187
  "Delete current photo" => "현재 사진 삭제",
  "Edit current photo" => "현재 사진 편집",
6d9380f96   Cédric Dupont   Update sources OC...
188
189
  "Upload new photo" => "새 사진 업로드",
  "Favorite" => "즐겨찾기",
d1bafeea1   Kload   [fix] Upgrade to ...
190
  "Name" => "이름",
6d9380f96   Cédric Dupont   Update sources OC...
191
  "First name" => "이름",
d1bafeea1   Kload   [fix] Upgrade to ...
192
  "Additional names" => "추가 이름",
6d9380f96   Cédric Dupont   Update sources OC...
193
  "Last name" => "성",
d1bafeea1   Kload   [fix] Upgrade to ...
194
  "Nickname" => "별명",
d1bafeea1   Kload   [fix] Upgrade to ...
195
196
197
  "Title" => "직위",
  "Organization" => "조직",
  "Birthday" => "생일",
6d9380f96   Cédric Dupont   Update sources OC...
198
199
200
  "Notes go here..." => "메모를 입력하십시오...",
  "Add field..." => "필드 추가...",
  "Instant Messaging" => "인스턴트 메시지",
d1bafeea1   Kload   [fix] Upgrade to ...
201
202
  "Note" => "메모",
  "Web site" => "웹 사이트",
d1bafeea1   Kload   [fix] Upgrade to ...
203
  "Preferred" => "선호함",
6d9380f96   Cédric Dupont   Update sources OC...
204
205
206
  "Please specify a valid email address." => "올바른 이메일 주소를 입력하십시오.",
  "someone@example.com" => "someone@example.com",
  "Mail to address" => "이메일 보내기",
d1bafeea1   Kload   [fix] Upgrade to ...
207
208
  "Delete email address" => "이메일 주소 삭제",
  "Enter phone number" => "전화번호 입력",
d1bafeea1   Kload   [fix] Upgrade to ...
209
210
  "Go to web site" => "웹 사이트로 가기",
  "View on map" => "지도에서 보기",
6d9380f96   Cédric Dupont   Update sources OC...
211
  "Street address" => "도로명 주소",
d1bafeea1   Kload   [fix] Upgrade to ...
212
213
  "Postal code" => "우편 번호",
  "City" => "도시",
6d9380f96   Cédric Dupont   Update sources OC...
214
  "State or province" => "도 및 광역시",
d1bafeea1   Kload   [fix] Upgrade to ...
215
216
  "Country" => "국가",
  "Instant Messenger" => "인스턴트 메신저",
d1bafeea1   Kload   [fix] Upgrade to ...
217
218
219
  "Active" => "활성",
  "Share" => "공유",
  "Export" => "내보내기",
6d9380f96   Cédric Dupont   Update sources OC...
220
221
222
223
224
225
  "CardDAV link" => "CardDAV 링크",
  "Edit" => "편집",
  "Description" => "종류",
  "User" => "사용자 이름",
  "Password" => "암호",
  "Base DN" => "기본 DN"
d1bafeea1   Kload   [fix] Upgrade to ...
226
  );