nextcloud/apps/files_external/l10n/ko.php

25 lines
1.2 KiB
PHP
Raw Normal View History

2012-11-21 03:02:33 +04:00
<?php $TRANSLATIONS = array(
"Access granted" => "접근 허가",
"Error configuring Dropbox storage" => "드롭박스 저장공간 구성 에러",
"Grant access" => "접근권한 부여",
"Fill out all required fields" => "모든 필요한 필드들을 입력하세요.",
"Please provide a valid Dropbox app key and secret." => "유효한 드롭박스 응용프로그램 키와 비밀번호를 입력해주세요.",
"Error configuring Google Drive storage" => "구글드라이브 저장공간 구성 에러",
"External Storage" => "확장 저장공간",
"Mount point" => "마운트 포인트",
"Backend" => "백엔드",
"Configuration" => "설정",
"Options" => "옵션",
"Applicable" => "적용가능",
"Add mount point" => "마운트 포인트 추가",
"None set" => "세트 없음",
"All Users" => "모든 사용자",
"Groups" => "그룹",
"Users" => "사용자",
"Delete" => "삭제",
"Enable User External Storage" => "사용자 확장 저장공간 사용",
"Allow users to mount their own external storage" => "사용자들에게 그들의 확장 저장공간 마운트 하는것을 허용",
"SSL root certificates" => "SSL 루트 인증서",
"Import Root Certificate" => "루트 인증서 가져오기"
);