12 lines
530 B
PHP
Executable File
12 lines
530 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => '消耗品について',
|
|
'about_consumables_text' => '消耗品は購入時から使い切るまで存在します。例えば、プリンターのインクやコピー用紙など',
|
|
'consumable_name' => '消耗品名',
|
|
'create' => '消耗品を作成',
|
|
'remaining' => '残数',
|
|
'total' => '合計',
|
|
'update' => '消耗品を更新',
|
|
);
|