mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
451 B
PHP
12 lines
451 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'checkout' => 'Waea Whakamahia ki te Kaiwhakamahi',
|
||
|
'consumable_name' => 'Ingoa Whakamahia',
|
||
|
'create' => 'Waihanga Whakamahia',
|
||
|
'item_no' => 'Te nama take',
|
||
|
'remaining' => 'Te noho',
|
||
|
'total' => 'Te tapeke',
|
||
|
'update' => 'Whakahou Whakamahia',
|
||
|
);
|