diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/wrap/lang/ko/settings.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-upstream.tar.xz dokuwiki-plugins-extra-upstream.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/wrap/lang/ko/settings.php')
-rw-r--r-- | plugins/55/wrap/lang/ko/settings.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/ko/settings.php b/plugins/55/wrap/lang/ko/settings.php new file mode 100644 index 0000000..177b090 --- /dev/null +++ b/plugins/55/wrap/lang/ko/settings.php @@ -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'] = '에뮬레이션된 문단을 사용하시겠습니까? (비권장)'; |