20 lines
		
	
	
		
			855 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			855 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "richdocuments",
 | |
|     {
 | |
|     "Saving..." : "저장 중...",
 | |
|     "More versions..." : "더 많은 버전...",
 | |
|     "Save" : "저장",
 | |
|     "Loading documents..." : "문서 불러오는 중...",
 | |
|     "Edit" : "편집",
 | |
|     "Could not create file" : "파일을 만들 수 없음",
 | |
|     "Can't create document" : "문서를 만들 수 없음",
 | |
|     "Saved" : "저장됨",
 | |
|     "Apply" : "적용",
 | |
|     "Wrong password. Please retry." : "암호가 잘못되었습니다. 다시 시도하십시오.",
 | |
|     "Password" : "암호",
 | |
|     "OK" : "확인",
 | |
|     "Guest %s" : "손님 %s",
 | |
|     "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "이 링크는 만료되었거나 존재하지 않았습니다. 이 링크를 공유한 사람에게 문의하십시오."
 | |
| },
 | |
| "nplurals=1; plural=0;");
 |