diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
commit | ce179dcdcb171aef4f7e84025706237b54f0340f (patch) | |
tree | 0a4ba40fd42895a82a9a977fa1dd5c3644cb7f48 /lib/l10n/ko.php | |
parent | dd2dd7eaae9dd9e70942f216ebefa69fec3a1bab (diff) | |
download | nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.tar.gz nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php index 3123614684d..7923015d125 100644 --- a/lib/l10n/ko.php +++ b/lib/l10n/ko.php @@ -1,16 +1,17 @@ <?php $TRANSLATIONS = array( -"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "현재 ownCloud 버전과 호환되지 않기 때문에 \"%s\" 앱을 설치할 수 없습니다.", -"No app name specified" => "앱 이름이 지정되지 않았습니다.", "Help" => "도움말", "Personal" => "개인", "Settings" => "설정", "Users" => "사용자", "Admin" => "관리자", "Failed to upgrade \"%s\"." => "\"%s\" 업그레이드에 실패했습니다.", +"No app name specified" => "앱 이름이 지정되지 않았습니다.", "Unknown filetype" => "알 수 없는 파일 형식", "Invalid image" => "잘못된 그림", "web services under your control" => "내가 관리하는 웹 서비스", +"App directory already exists" => "앱 디렉터리가 이미 존재합니다.", +"Can't create app folder. Please fix permissions. %s" => "앱 폴더를 만들 수 없습니다. 권한을 수정하십시오. %s", "No source specified when installing app" => "앱을 설치할 때 소스가 지정되지 않았습니다.", "No href specified when installing app from http" => "http에서 앱을 설치할 때 href가 지정되지 않았습니다.", "No path specified when installing app from local file" => "로컬 파일에서 앱을 설치할 때 경로가 지정되지 않았습니다.", @@ -21,8 +22,6 @@ $TRANSLATIONS = array( "App can't be installed because it is not compatible with this version of ownCloud" => "현재 ownCloud 버전과 호환되지 않기 때문에 앱을 설치할 수 없습니다.", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "출시되지 않은 앱에 허용되지 않는 <shipped>true</shipped> 태그를 포함하고 있기 때문에 앱을 설치할 수 없습니다.", "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "info.xml/version에 포함된 버전과 앱 스토어에 보고된 버전이 같지 않아서 앱을 설치할 수 없습니다.", -"App directory already exists" => "앱 디렉터리가 이미 존재합니다.", -"Can't create app folder. Please fix permissions. %s" => "앱 폴더를 만들 수 없습니다. 권한을 수정하십시오. %s", "Application is not enabled" => "앱이 활성화되지 않았습니다", "Authentication error" => "인증 오류", "Token expired. Please reload page." => "토큰이 만료되었습니다. 페이지를 새로 고치십시오.", |