institute site files
about summary refs log blame commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/ja/lang.php
blob: 55c908b816f4d15c29d9b6a5d55b689ba9226c48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                   
<?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 の管理者に連絡してください。';