about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/ja/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/ja/lang.php')
-rw-r--r--wiki/lib/plugins/authplain/lang/ja/lang.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/wiki/lib/plugins/authplain/lang/ja/lang.php b/wiki/lib/plugins/authplain/lang/ja/lang.php
deleted file mode 100644
index f290cba..0000000
--- a/wiki/lib/plugins/authplain/lang/ja/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Hideaki SAWADA <chuno@live.jp>
- */
-$lang['userexists']            = 'このユーザー名は既に存在しています。';
-$lang['usernotexists']         = 'このユーザーは未登録です。';
-$lang['writefail']             = 'ユーザーデータを変更できません。管理者に問い合わせてください。';
-$lang['protected']             = 'ユーザ %s のデータは保護されており、変更・削除はできません。';