diff --git a/l10n/ko.js b/l10n/ko.js index a0c3fa08..9518d50f 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -2,6 +2,8 @@ OC.L10N.register( "contacts", { "Contacts" : "연락처", + "Are you sure you want to delete the addressbook {addressbook} ?" : "{addressbook} 주소록을 삭제하시겠습니까?", + "Remove addressbook" : "주소록 삭제", "Add new LDAP Addressbook" : "새 LDAP 주소록 추가", "Ok" : "확인", "Cancel" : "취소", @@ -226,6 +228,7 @@ OC.L10N.register( "Organization" : "조직", "Birthday" : "생일", "Website" : "웹 사이트", + "Federated Cloud ID" : "연합 클라우드 ID", "Instant messaging" : "인스턴트 메시지", "Notes go here..." : "메모를 입력하십시오...", "Add field..." : "필드 추가...", @@ -237,6 +240,9 @@ OC.L10N.register( "someone@example.com" : "someone@example.com", "Mail to address" : "이메일 보내기", "Delete email address" : "이메일 주소 삭제", + "Please specify a valid Federated Cloud ID." : "올바른 연합 클라우드 ID를 지정하십시오.", + "username@example.com/owncloud" : "username@example.com/owncloud", + "Delete Federated Cloud ID" : "연합 클라우드 ID 삭제", "Enter phone number" : "전화번호 입력", "Go to web site" : "웹 사이트로 가기", "View on map" : "지도에서 보기", diff --git a/l10n/ko.json b/l10n/ko.json index d3cad6f0..4b8f4fd4 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,5 +1,7 @@ { "translations": { "Contacts" : "연락처", + "Are you sure you want to delete the addressbook {addressbook} ?" : "{addressbook} 주소록을 삭제하시겠습니까?", + "Remove addressbook" : "주소록 삭제", "Add new LDAP Addressbook" : "새 LDAP 주소록 추가", "Ok" : "확인", "Cancel" : "취소", @@ -224,6 +226,7 @@ "Organization" : "조직", "Birthday" : "생일", "Website" : "웹 사이트", + "Federated Cloud ID" : "연합 클라우드 ID", "Instant messaging" : "인스턴트 메시지", "Notes go here..." : "메모를 입력하십시오...", "Add field..." : "필드 추가...", @@ -235,6 +238,9 @@ "someone@example.com" : "someone@example.com", "Mail to address" : "이메일 보내기", "Delete email address" : "이메일 주소 삭제", + "Please specify a valid Federated Cloud ID." : "올바른 연합 클라우드 ID를 지정하십시오.", + "username@example.com/owncloud" : "username@example.com/owncloud", + "Delete Federated Cloud ID" : "연합 클라우드 ID 삭제", "Enter phone number" : "전화번호 입력", "Go to web site" : "웹 사이트로 가기", "View on map" : "지도에서 보기",