mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
10 lines
418 B
PHP
10 lines
418 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Hideaki SAWADA <chuno@live.jp>
|
|
*/
|
|
$lang['userexists'] = 'このユーザー名は既に存在しています。';
|
|
$lang['usernotexists'] = 'このユーザーは未登録です。';
|
|
$lang['writefail'] = 'ユーザーデータを変更できません。管理者に問い合わせてください。';
|