Blame view

sources/apps/firstrunwizard/l10n/ko.php 882 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
  "Your personal web services. All your files, contacts, calendar and more, in one place." => "내 개인 웹 서비스입니다. 모든 파일, 연락처, 일정 등을 한 자리에 모을 수 있습니다.",
  "Get the apps to sync your files" => "파일 동기화 앱 가져오기",
d1bafeea1   Kload   [fix] Upgrade to ...
5
6
7
  "Connect your Calendar" => "내 달력 연결하기",
  "Connect your Contacts" => "내 연락처 연결하기",
  "Access files via WebDAV" => "WebDAV로 파일에 접근하기",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "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>에 있습니다."
d1bafeea1   Kload   [fix] Upgrade to ...
10
  );
6d9380f96   Cédric Dupont   Update sources OC...
11
  $PLURAL_FORMS = "nplurals=1; plural=0;";