2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-07-04 09:56:01 +04:00
" Unknown error " => " 알 수 없는 오류 " ,
2013-12-29 10:55:36 +04:00
" Could not move %s - File with this name already exists " => " 항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함 " ,
" Could not move %s " => " 항목 %s을(를) 이동시킬 수 없음 " ,
2013-10-27 15:27:22 +04:00
" File name cannot be empty. " => " 파일 이름이 비어 있을 수 없습니다. " ,
2014-03-11 09:59:39 +04:00
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " 폴더 이름이 올바르지 않습니다. 이름에 문자 ' \\ ', '/', '<', '>', ':', ' \" ', '|', '? ', '*'는 사용할 수 없습니다. " ,
2013-12-29 10:55:36 +04:00
" The name %s is already used in the folder %s. Please choose a different name. " => " 이름 %s이(가) 폴더 %s에서 이미 사용 중입니다. 다른 이름을 사용하십시오. " ,
" Not a valid source " => " 올바르지 않은 원본 " ,
" Server is not allowed to open URLs, please check the server configuration " => " 서버에서 URL을 열 수 없습니다. 서버 설정을 확인하십시오 " ,
" Error while downloading %s to %s " => " %s을(를) %s(으)로 다운로드하는 중 오류 발생 " ,
" Error when creating the file " => " 파일 생성 중 오류 발생 " ,
" Folder name cannot be empty. " => " 폴더 이름이 비어있을 수 없습니다. " ,
" Error when creating the folder " => " 폴더 생성 중 오류 발생 " ,
" Unable to set upload directory. " => " 업로드 디렉터리를 설정할 수 없습니다. " ,
2013-09-30 18:19:22 +04:00
" Invalid Token " => " 잘못된 토큰 " ,
2013-12-29 10:55:36 +04:00
" No file was uploaded. Unknown error " => " 파일이 업로드 되지 않았습니다. 알 수 없는 오류입니다 " ,
2013-04-27 04:24:29 +04:00
" There is no error, the file uploaded with success " => " 파일 업로드에 성공하였습니다. " ,
2012-12-10 03:12:32 +04:00
" The uploaded file exceeds the upload_max_filesize directive in php.ini: " => " 업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다: " ,
2013-04-27 04:24:29 +04:00
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " 업로드한 파일 크기가 HTML 폼의 MAX_FILE_SIZE보다 큼 " ,
" The uploaded file was only partially uploaded " => " 파일의 일부분만 업로드됨 " ,
" No file was uploaded " => " 파일이 업로드되지 않았음 " ,
" Missing a temporary folder " => " 임시 폴더가 없음 " ,
2012-05-13 21:59:44 +04:00
" Failed to write to disk " => " 디스크에 쓰지 못했습니다 " ,
2013-05-12 04:05:29 +04:00
" Not enough storage available " => " 저장소가 용량이 충분하지 않습니다. " ,
2013-12-29 10:55:36 +04:00
" Upload failed. Could not find uploaded file " => " 업로드에 실패했습니다. 업로드할 파일을 찾을 수 없습니다 " ,
2014-03-11 09:59:39 +04:00
" Upload failed. Could not get file info. " => " 업로드에 실패했습니다. 파일 정보를 가져올 수 없습니다. " ,
2013-01-31 20:05:21 +04:00
" Invalid directory. " => " 올바르지 않은 디렉터리입니다. " ,
2012-05-09 14:41:01 +04:00
" Files " => " 파일 " ,
2013-12-29 10:55:36 +04:00
" Unable to upload { filename} as it is a directory or has 0 bytes " => " { filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다. " ,
2013-06-29 04:09:10 +04:00
" Upload cancelled. " => " 업로드가 취소되었습니다. " ,
2013-12-29 10:55:36 +04:00
" Could not get result from server. " => " 서버에서 결과를 가져올 수 없습니다. " ,
2013-06-29 04:09:10 +04:00
" File upload is in progress. Leaving the page now will cancel the upload. " => " 파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다. " ,
2013-12-29 10:55:36 +04:00
" URL cannot be empty " => " URL이 비어있을 수 없음 " ,
2013-10-27 10:32:11 +04:00
" { new_name} already exists " => " { new_name}이(가) 이미 존재함 " ,
2013-12-29 10:55:36 +04:00
" Could not create file " => " 파일을 만들 수 없음 " ,
" Could not create folder " => " 폴더를 만들 수 없음 " ,
" Error fetching URL " => " URL을 가져올 수 없음 " ,
2013-04-24 20:31:36 +04:00
" Share " => " 공유 " ,
2014-06-01 09:55:19 +04:00
" Delete " => " 삭제 " ,
2014-07-16 09:55:55 +04:00
" Unshare " => " 공유 해제 " ,
2014-07-15 09:55:20 +04:00
" Delete permanently " => " 영구히 삭제 " ,
2012-12-10 03:12:32 +04:00
" Rename " => " 이름 바꾸기 " ,
2014-04-29 09:56:49 +04:00
" Pending " => " 대기 중 " ,
2014-04-04 09:57:01 +04:00
" Error moving file " => " 파일 이동 오류 " ,
" Error " => " 오류 " ,
2013-12-29 10:55:36 +04:00
" Could not rename file " => " 이름을 변경할 수 없음 " ,
" Error deleting file. " => " 파일 삭제 오류. " ,
2014-04-29 09:56:49 +04:00
" Name " => " 이름 " ,
" Size " => " 크기 " ,
" Modified " => " 수정됨 " ,
2013-12-29 10:55:36 +04:00
" _%n folder_::_%n folders_ " => array ( " 폴더 %n개 " ),
" _%n file_::_%n files_ " => array ( " 파일 %n개 " ),
2014-09-09 09:55:47 +04:00
" You don’ t have permission to upload or create files here " => " 여기에 파일을 업로드하거나 만들 권한이 없습니다 " ,
2013-12-29 10:55:36 +04:00
" _Uploading %n file_::_Uploading %n files_ " => array ( " 파일 %n개 업로드 중 " ),
2013-01-31 20:05:21 +04:00
" Your storage is full, files can not be updated or synced anymore! " => " 저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다! " ,
" Your storage is almost full ( { usedSpacePercent}%) " => " 저장 공간이 거의 가득 찼습니다 ( { usedSpacePercent}%) " ,
2013-12-29 10:55:36 +04:00
" Encryption App is enabled but your keys are not initialized, please log-out and log-in again " => " 암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오 " ,
" Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files. " => " 암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다. " ,
" Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files. " => " 암호화는 해제되어 있지만, 파일은 아직 암호화되어 있습니다. 개인 설정에서 파일을 복호화하십시오. " ,
2014-04-29 09:56:49 +04:00
" { dirs} and { files} " => " { dirs} 그리고 { files} " ,
2013-12-29 10:55:36 +04:00
" %s could not be renamed " => " %s의 이름을 변경할 수 없습니다 " ,
2012-05-13 21:59:44 +04:00
" File handling " => " 파일 처리 " ,
2012-05-09 14:41:01 +04:00
" Maximum upload size " => " 최대 업로드 크기 " ,
2012-12-10 03:12:32 +04:00
" max. possible: " => " 최대 가능: " ,
2012-11-03 03:02:24 +04:00
" Save " => " 저장 " ,
2014-05-18 09:55:01 +04:00
" WebDAV " => " WebDAV " ,
" Use this address to <a href= \" %s \" target= \" _blank \" >access your Files via WebDAV</a> " => " WebDAV로 파일에 접근하려면 <a href= \" %s \" target= \" _blank \" >이 주소를 사용하십시오</a> " ,
2012-05-09 14:41:01 +04:00
" New " => " 새로 만들기 " ,
2013-12-29 10:55:36 +04:00
" New text file " => " 새 텍스트 파일 " ,
2012-05-09 14:41:01 +04:00
" Text file " => " 텍스트 파일 " ,
2013-12-03 02:28:29 +04:00
" New folder " => " 새 폴더 " ,
2012-05-09 14:41:01 +04:00
" Folder " => " 폴더 " ,
2012-12-10 03:12:32 +04:00
" From link " => " 링크에서 " ,
2012-05-09 14:41:01 +04:00
" Nothing in here. Upload something! " => " 내용이 없습니다. 업로드할 수 있습니다! " ,
" Download " => " 다운로드 " ,
2013-04-27 04:24:29 +04:00
" Upload too large " => " 업로드한 파일이 너무 큼 " ,
2012-05-13 21:59:44 +04:00
" The files you are trying to upload exceed the maximum size for file uploads on this server. " => " 이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다. " ,
2014-05-26 09:55:36 +04:00
" Files are being scanned, please wait. " => " 파일을 검색하고 있습니다. 기다려 주십시오. "
2012-05-09 14:41:01 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;