ko.php 882 Bytes
<?php
$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "내 개인 웹 서비스입니다. 모든 파일, 연락처, 일정 등을 한 자리에 모을 수 있습니다.",
"Get the apps to sync your files" => "파일 동기화 앱 가져오기",
"Connect your Calendar" => "내 달력 연결하기",
"Connect your Contacts" => "내 연락처 연결하기",
"Access files via WebDAV" => "WebDAV로 파일에 접근하기",
"Documentation" => "문서",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "더 자세한 정보는 <a target=\"_blank\" href=\"%s\">문서</a>와 <a target=\"_blank\" href=\"http://owncloud.org\">웹사이트</a>에 있습니다."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";