mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
534 B
PHP
13 lines
534 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_asset_depreciations' => 'Mō nga Tahaepaha Tahua',
|
||
|
'about_depreciations' => 'Ka taea e koe te whakarite i nga whakahekenga o te rawa ki te whakaiti i nga rawa i runga i te toenga o te raina tika.',
|
||
|
'asset_depreciations' => 'Tapahatanga Tahua',
|
||
|
'create' => 'Waihangahia te whakahekenga',
|
||
|
'depreciation_name' => 'Te Ingoa Taweke',
|
||
|
'number_of_months' => 'Tau o Marama',
|
||
|
'update' => 'Whakahouhia te whakahekenga',
|
||
|
|
||
|
);
|