123456789101112131415161718192021222324252627 |
- // Korean
- 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' : 'N/A',
- 'Drag files here.' : '파일을 여기로 드래그 앤 드랍 하세요',
- 'File extension error.': '파일 확장자 에러',
- 'File size error.': '파일 크기 에러.',
- 'Init error.': '초기화 에러.',
- 'HTTP Error.': 'HTTP 에러.',
- 'Security error.': '보안 에러.',
- 'Generic error.': 'Generic 에러.',
- 'IO error.': 'IO 에러.',
- 'Stop Upload': '업로드 정지',
- 'Add Files': '파일 추가',
- 'Start Upload': '업로드 시작',
- 'Start upload': '업로드 시작',
- '%d files queued': '%d개의 파일이 큐 되었습니다',
- "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ")
- });
|