summaryrefslogtreecommitdiffstats
path: root/plugins/55/wrap/lang/ko
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/55/wrap/lang/ko')
-rw-r--r--plugins/55/wrap/lang/ko/lang.php21
-rw-r--r--plugins/55/wrap/lang/ko/settings.php17
2 files changed, 38 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/ko/lang.php b/plugins/55/wrap/lang/ko/lang.php
new file mode 100644
index 0000000..5e6f274
--- /dev/null
+++ b/plugins/55/wrap/lang/ko/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ */
+$lang['picker'] = 'Wrap 플러그인';
+$lang['column'] = '단';
+$lang['box'] = '간단한 가운데 상자';
+$lang['info'] = '정보 상자';
+$lang['tip'] = '팁 상자';
+$lang['important'] = '중요 상자';
+$lang['alert'] = '경고 상자';
+$lang['help'] = '도움말 상자';
+$lang['download'] = '다운로드 상자';
+$lang['todo'] = '할 일 상자';
+$lang['clear'] = '플로트 지우기';
+$lang['em'] = '특히 강조';
+$lang['hi'] = '강조';
+$lang['lo'] = '덜 중요함';
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'] = '에뮬레이션된 문단을 사용하시겠습니까? (비권장)';