nextcloud/apps/files_external/l10n/ko.php

24 lines
1.6 KiB
PHP
Raw Normal View History

2012-11-21 03:02:33 +04:00
<?php $TRANSLATIONS = array(
2012-12-10 03:12:32 +04:00
"Access granted" => "접근 허가됨",
"Error configuring Dropbox storage" => "Dropbox 저장소 설정 오류",
"Grant access" => "접근 권한 부여",
"Please provide a valid Dropbox app key and secret." => "올바른 Dropbox 앱 키와 암호를 입력하십시오.",
"Error configuring Google Drive storage" => "Google 드라이브 저장소 설정 오류",
2013-01-31 20:05:21 +04:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>경고:</b> \"smbclient\"가 설치되지 않았습니다. CIFS/SMB 공유 자원에 연결할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>경고:</b> PHP FTP 지원이 비활성화되어 있거나 설치되지 않았습니다. FTP 공유를 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
2012-12-10 03:12:32 +04:00
"External Storage" => "외부 저장소",
2013-03-01 03:07:02 +04:00
"Folder name" => "폴더 이름",
2012-11-21 03:02:33 +04:00
"Configuration" => "설정",
"Options" => "옵션",
2012-12-10 03:12:32 +04:00
"Applicable" => "적용 가능",
"None set" => "설정되지 않음",
2012-11-21 03:02:33 +04:00
"All Users" => "모든 사용자",
"Groups" => "그룹",
"Users" => "사용자",
"Delete" => "삭제",
2012-12-10 03:12:32 +04:00
"Enable User External Storage" => "사용자 외부 저장소 사용",
"Allow users to mount their own external storage" => "사용자별 외부 저장소 마운트 허용",
2012-11-21 03:02:33 +04:00
"SSL root certificates" => "SSL 루트 인증서",
"Import Root Certificate" => "루트 인증서 가져오기"
);