2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-04-30 09:57:53 +04:00
|
|
|
"Location" => "장소",
|
2014-05-05 09:55:47 +04:00
|
|
|
"Amazon S3" => "Amazon S3",
|
2014-04-30 09:57:53 +04:00
|
|
|
"Username" => "사용자 이름",
|
|
|
|
"Password" => "암호",
|
|
|
|
"Share" => "공유",
|
2014-05-16 09:55:55 +04:00
|
|
|
"URL" => "URL",
|
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 드라이브 저장소 설정 오류",
|
2014-05-05 09:55:47 +04:00
|
|
|
"Saved" => "저장됨",
|
2012-12-10 03:12:32 +04:00
|
|
|
"External Storage" => "외부 저장소",
|
2013-03-01 03:07:02 +04:00
|
|
|
"Folder name" => "폴더 이름",
|
2013-06-20 04:43:39 +04:00
|
|
|
"External storage" => "외부 저장소",
|
2012-11-21 03:02:33 +04:00
|
|
|
"Configuration" => "설정",
|
|
|
|
"Options" => "옵션",
|
2013-06-20 04:43:39 +04:00
|
|
|
"Add storage" => "저장소 추가",
|
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" => "사용자 외부 저장소 사용",
|
2012-11-21 03:02:33 +04:00
|
|
|
"SSL root certificates" => "SSL 루트 인증서",
|
|
|
|
"Import Root Certificate" => "루트 인증서 가져오기"
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|