diff options
Diffstat (limited to 'apps/contacts/l10n/ko.php')
-rw-r--r-- | apps/contacts/l10n/ko.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/contacts/l10n/ko.php b/apps/contacts/l10n/ko.php index b7d62a4510c..f060b419e09 100644 --- a/apps/contacts/l10n/ko.php +++ b/apps/contacts/l10n/ko.php @@ -1,11 +1,6 @@ <?php $TRANSLATIONS = array( -"There was an error adding the contact." => "연락처를 추가하는 중 오류가 발생하였습니다.", -"element name is not set." => "element 이름이 설정되지 않았습니다.", -"id is not set." => "아이디가 설정되어 있지 않습니다. ", -"Cannot add empty property." => "빈 속성을 추가할 수 없습니다.", -"At least one of the address fields has to be filled out." => "최소한 하나의 주소록 항목을 입력해야 합니다.", -"Trying to add duplicate property: " => "중복 속성 추가 시도: ", "Error (de)activating addressbook." => "주소록을 (비)활성화하는 데 실패했습니다.", +"id is not set." => "아이디가 설정되어 있지 않습니다. ", "Cannot update addressbook with an empty name." => "주소록에 이름란이 비어있으면 업데이트를 할 수 없습니다. ", "Error updating addressbook." => "주소록을 업데이트할 수 없습니다.", "No ID provided" => "제공되는 아이디 없음", @@ -13,14 +8,22 @@ "No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다. ", "No address books found." => "주소록을 찾을 수 없습니다.", "No contacts found." => "연락처를 찾을 수 없습니다.", +"There was an error adding the contact." => "연락처를 추가하는 중 오류가 발생하였습니다.", +"element name is not set." => "element 이름이 설정되지 않았습니다.", +"Cannot add empty property." => "빈 속성을 추가할 수 없습니다.", +"At least one of the address fields has to be filled out." => "최소한 하나의 주소록 항목을 입력해야 합니다.", +"Trying to add duplicate property: " => "중복 속성 추가 시도: ", +"Information about vCard is incorrect. Please reload the page." => "vCard 정보가 올바르지 않습니다. 페이지를 새로 고치십시오.", +"Error deleting contact property." => "연락처 속성을 삭제할 수 없습니다.", "Missing ID" => "아이디 분실", "Error parsing VCard for ID: \"" => "아이디에 대한 VCard 분석 오류", +"checksum is not set." => "체크섬이 설정되지 않았습니다.", +"Information about vCard is incorrect. Please reload the page: " => " vCard에 대한 정보가 잘못되었습니다. 페이지를 다시 로드하세요:", +"Error updating contact property." => "연락처 속성을 업데이트할 수 없습니다.", "No contact ID was submitted." => "접속 아이디가 기입되지 않았습니다.", "Error reading contact photo." => "사진 읽기 오류", "Error saving temporary file." => "임시 파일을 저장하는 동안 오류가 발생했습니다. ", "The loading photo is not valid." => "로딩 사진이 유효하지 않습니다. ", -"Information about vCard is incorrect. Please reload the page." => "vCard 정보가 올바르지 않습니다. 페이지를 새로 고치십시오.", -"Error deleting contact property." => "연락처 속성을 삭제할 수 없습니다.", "Contact ID is missing." => "접속 아이디가 없습니다. ", "No photo path was submitted." => "사진 경로가 제출되지 않았습니다. ", "File doesn't exist:" => "파일이 존재하지 않습니다. ", @@ -32,9 +35,6 @@ "Error cropping image" => "이미지를 자르던 중 오류가 발생했습니다.", "Error creating temporary image" => "임시 이미지를 생성 중 오류가 발생했습니다.", "Error finding image: " => "이미지를 찾던 중 오류가 발생했습니다:", -"checksum is not set." => "체크섬이 설정되지 않았습니다.", -"Information about vCard is incorrect. Please reload the page: " => " vCard에 대한 정보가 잘못되었습니다. 페이지를 다시 로드하세요:", -"Error updating contact property." => "연락처 속성을 업데이트할 수 없습니다.", "Error uploading contacts to storage." => "스토리지 에러 업로드 연락처.", "There is no error, the file uploaded with success" => "오류없이 파일업로드 성공.", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "php.ini 형식으로 업로드 된 이 파일은 MAX_FILE_SIZE를 초과하였다.", |