about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/ja/lang.php
blob: f290cba587f2f76799cb6a1a2bdf71cf710833ab (plain) (blame)
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['userexists']            = 'このユーザー名は既に存在しています。';
$lang['usernotexists']         = 'このユーザーは未登録です。';
$lang['writefail']             = 'ユーザーデータを変更できません。管理者に問い合わせてください。';
$lang['protected']             = 'ユーザ %s のデータは保護されており、変更・削除はできません。';