1f18db579SAndreas Gohr<?php 2f18db579SAndreas Gohr 3f18db579SAndreas Gohr/** 4f18db579SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5f18db579SAndreas Gohr * 6*82211c0aSHokkaidoPerson * @author HokkaidoPerson <dosankomali@yahoo.co.jp> 7f18db579SAndreas Gohr * @author Hideaki SAWADA <chuno@live.jp> 8f18db579SAndreas Gohr */ 9f18db579SAndreas Gohr$lang['connectfail'] = 'データベースへの接続に失敗しました。'; 10*82211c0aSHokkaidoPerson$lang['userexists'] = '恐れ入りますが、このログイン名のユーザーが既に存在しています。'; 11f18db579SAndreas Gohr$lang['writefail'] = 'ユーザーデータを変更できません。Wiki の管理者に連絡してください。'; 12