Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
82229a3e1e
commit
d25794905f
112 changed files with 4620 additions and 0 deletions
17
plugins/55/wrap/lang/ko/settings.php
Normal file
17
plugins/55/wrap/lang/ko/settings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author pavement <pavement@rael.cc>
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['noPrefix'] = '어떤 (쉼표로 구분된) 클래스 이름이 "wrap_" 접두어가 필요가 없습니까?';
|
||||
$lang['restrictedClasses'] = '다음 (쉼표로 구분된) 클래스에 플러그인의 사용을 제한';
|
||||
$lang['restrictionType'] = '제한 유형은 위의 클래스가 포함되거나 제외되어야 하는지 지정';
|
||||
$lang['restrictionType_o_0'] = '위의 클래스를 제외하고 모든 클래스를 허용';
|
||||
$lang['restrictionType_o_1'] = '위의 클래스만 허용하고 다른 클래스를 제한';
|
||||
$lang['syntaxDiv'] = '어떤 문법이 블록 포장을 위해 도구 모음 선택기에서 사용되어야 합니까?';
|
||||
$lang['syntaxSpan'] = '어떤 문법이 인라인 포장을 위해 도구 모음 선택기에서 사용되어야 합니까?';
|
||||
$lang['darkTpl'] = '어두운 템플릿을 위해 색을 최적화하겠습니까?';
|
||||
$lang['emulatedHeadlines'] = '에뮬레이션된 문단을 사용하시겠습니까? (비권장)';
|
Loading…
Add table
Add a link
Reference in a new issue