summaryrefslogtreecommitdiffstats
path: root/plugins/55/addnewpage/lang/ko/settings.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-12-01 21:17:14 +0100
committerDaniel Baumann <daniel@debian.org>2024-12-12 11:27:45 +0100
commitbf596cbb426bd672a46484bca3bd07cfa6662919 (patch)
tree41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/addnewpage/lang/ko/settings.php
parentInitial commit. (diff)
downloaddokuwiki-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/addnewpage/lang/ko/settings.php')
-rwxr-xr-xplugins/55/addnewpage/lang/ko/settings.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/55/addnewpage/lang/ko/settings.php b/plugins/55/addnewpage/lang/ko/settings.php
new file mode 100755
index 0000000..27ea73d
--- /dev/null
+++ b/plugins/55/addnewpage/lang/ko/settings.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ */
+$lang['addpage_exclude'] = '제외할 이름공간 (;로 구분)';
+$lang['addpage_showroot'] = '루트 이름공간 보이기';
+$lang['addpage_hide'] = '{{NEWPAGE>[ns]}} 구문을 사용할 때: 이름공간 선택을 숨기기 (체크하지 않음: 하위 이름공간만 보이기)';
+$lang['addpage_hideACL'] = '사용자가 문서를 추가할 권한이 없을 때 {{NEWPAGE}} 숨기기 (체크하지 않으면 메시지 보이기)';