9 lines
245 B
PHP
9 lines
245 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return array(
|
||
|
|
'Model Name'=>'モデル名',
|
||
|
|
'Lable field name'=>'ラベル・フィールド名',
|
||
|
|
'Empty item name'=>'空白アイテム名',
|
||
|
|
'Profile model relation name'=>'プロフィール・モデル・リレーション名',
|
||
|
|
);
|