Blame view

sources/apps/imprint/l10n/ko.php 1.14 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Legal notice" => "법적 공지",
  "Nothing here yet" => "아무것도 없습니다",
  "The content of the legal notice has to be configured first" => "법적 공지의 내용을 먼저 설정해야 합니다",
  "That configuration is done in the administration section." => "이 설정은 관리자 부분에서 완료되었습니다.",
  "That configuration has to be done by the system administration." => "이 설정은 시스템 관리자에 의해 완료되었습니다.",
  "Imprint" => "임프린트",
  "Placement" => "배치",
  "Standalone app" => "스탠드얼론 앱",
  "Header left" => "헤더를 왼쪽으로",
  "Header right" => "헤더를 오른쪽으로",
  "Navigation top" => "네비게이션을 위로",
  "Navigation bottom" => "네비게이션을 아래로",
  "During login" => "로그인 중에",
  "Content" => "내용",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "여기서 HTML 마크업 언어(예를들어, 줄 띄우기를 할때 <br>를 삽입) 와 인라인 스타일 속성(예를들어, <a style=\"color:red;\">)을 추가하실수 있습니다. "
  );