~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to lib/tpl/dokuwiki/lang/ko/lang.php

  • Committer: YoBoY
  • Date: 2015-11-11 10:05:14 UTC
  • Revision ID: yoboy.leguesh@gmail.com-20151111100514-bw7p06lrhban4g2t
Mise à jour vers Dokuwiki 2015-08-10a avec nos patchs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 
5
 * 
 
6
 * @author Myeongjin <aranet100@gmail.com>
 
7
 */
 
8
$lang['__background_site__']   = '(내용 상자 뒤의) 매우 배경 색';
 
9
$lang['__link__']              = '일반 링크 색';
 
10
$lang['__existing__']          = '문서가 존재하는 링크의 색';
 
11
$lang['__missing__']           = '문서가 존재하지 않는 링크의 색';
 
12
$lang['__site_width__']        = '전체 사이트의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)';
 
13
$lang['__sidebar_width__']     = '사이드바가 있다면, 그것의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)';
 
14
$lang['__tablet_width__']      = '사이트를 태블릿 모드로 전환할 화면 너비';
 
15
$lang['__phone_width__']       = '사이트를 폰 모드로 전환할 화면 너비';