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