1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/authmysql/lang/ja/lang.php

11 lines
529 B
PHP

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