Blame view

sources/apps/updater/l10n/ko.php 2.1 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
  <?php
  $TRANSLATIONS = array(
  "Checking your installation..." => "설치 확인 중...",
  "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "업그레이드할 수 없습니다. 웹 서버가 다음 파일과 디렉터리에 쓰기 권한이 있는지 확인하십시오:",
  "Version not found" => "버전을 찾을 수 없음",
  "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "업그레이드할 수 없습니다. 웹 서버가 다음 디렉터리를 삭제할 수 없습니다:",
  "Update permissions on this directory and its content or remove it manually first." => "이 디렉터리 및 내용의 권한을 업데이트하거나 수동으로 삭제하십시오.",
  "Downloading package..." => "패키지 다운로드 중...",
  "Unable to fetch package" => "패키지를 가져올 수 없음",
  "Creating backup..." => "백업 생성 중...",
  "Here is your backup: " => "다음에 백업 파일이 있습니다: ",
d1bafeea1   Kload   [fix] Upgrade to ...
12
  "Failed to create backup" => "백업 생성 실패",
6d9380f96   Cédric Dupont   Update sources OC...
13
14
15
16
17
18
19
  "Moving files..." => "파일 이동 중...",
  "All done. Click to the link below to start database upgrade." => "준비되었습니다. 아래 링크를 눌러서 데이터베이스 업그레이드를 시작하십시오.",
  "Update failed" => "업데이트 실패",
  "The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "업데이트가 안되었습니다. 관리자 페이지에서 로그를 확인하신 후에 <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>로 문제를 보고해주십시오.오",
  "Proceed" => "진행",
  "Update Center" => "업데이트 센터",
  "Backup Management" => "백업 관리",
d1bafeea1   Kload   [fix] Upgrade to ...
20
  "Update" => "업데이트",
6d9380f96   Cédric Dupont   Update sources OC...
21
  "Backup directory" => "백업 디렉터리",
d1bafeea1   Kload   [fix] Upgrade to ...
22
  "Backup" => "백업",
6d9380f96   Cédric Dupont   Update sources OC...
23
  "Done on" => "완료 시간",
d1bafeea1   Kload   [fix] Upgrade to ...
24
25
  "Download" => "다운로드",
  "Delete" => "삭제",
6d9380f96   Cédric Dupont   Update sources OC...
26
  "No backups found" => "백업을 찾을 수 없음"
d1bafeea1   Kload   [fix] Upgrade to ...
27
  );
6d9380f96   Cédric Dupont   Update sources OC...
28
  $PLURAL_FORMS = "nplurals=1; plural=0;";