// Spanish
plupload.addI18n({
	'Select files' : '파일선택:',
	'Add files to the upload queue and click the start button.' : '파일 추가 후 시작 버튼을 클릭하세요.',
	'Filename' : '파일명',
	'Status' : '상태',
	'Size' : '크기',
	'Add files' : '파일추가',
	'Stop current upload' : '현재 업로드 정지',
	'Start uploading queue' : '현재 업로드 시작',
	'Uploaded %d/%d files': '%d/%d 업로드된 파일',
	'N/A' : '존재하지 않음',
	'Drag files here.' : '이곳에 드래그 하여 주세요.',
	'File extension error.': '허용되지 않는 확장자 입니다.',
	'File size error.': '파일 크기 오류',
	'Init error.': '초기화 오류',
	'HTTP Error.': 'HTTP 오류',
	'Security error.': '보안 오류',
	'Generic error.': '일반 오류',
	'IO error.': '입/출력 오류',
	'Stop Upload': '업로드 정지',
	'Add Files': '파일 추가',
	'Start Upload': '업로드 시작',
	'%d files queued': '%d개 파일 업로드됨'
});
