about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/ja/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/ja/lang.php')
-rw-r--r--wiki/lib/plugins/authmysql/lang/ja/lang.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/ja/lang.php b/wiki/lib/plugins/authmysql/lang/ja/lang.php
deleted file mode 100644
index 55c908b..0000000
--- a/wiki/lib/plugins/authmysql/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['connectfail']           = 'データベースへの接続に失敗しました。';
-$lang['userexists']            = 'このログイン名のユーザーが既に存在しています。';
-$lang['usernotexists']         = 'そのユーザーは存在しません。';
-$lang['writefail']             = 'ユーザーデータを変更できません。Wiki の管理者に連絡してください。';