mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
16 lines
286 B
PHP
16 lines
286 B
PHP
<?php
|
|
|
|
return array (
|
|
'change_type' =>
|
|
array (
|
|
1 => 'ユーザー',
|
|
2 => '管理者',
|
|
),
|
|
'labels' =>
|
|
array (
|
|
'username_old' => '古いユーザー名',
|
|
'username_new' => '新しいユーザー名',
|
|
'change_type' => 'タイプを変更します',
|
|
),
|
|
);
|