mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
b01baec7a8
Signed-off-by: snipe <snipe@snipe.net>
24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'Mō Ngā Tauwāhi',
|
|
'about_locations' => 'Whakamahia ai nga waahi ki te aroturuki i nga korero tauwāhi mo nga kaiwhakamahi, nga rawa, me etahi atu mea',
|
|
'assets_rtd' => 'Ngā taonga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'assets_checkedout' => 'Tahua kua tohua',
|
|
'id' => 'ID',
|
|
'city' => 'City',
|
|
'state' => 'State',
|
|
'country' => 'Whenua',
|
|
'create' => 'Waihanga Wahi',
|
|
'update' => 'Whakahōu Tauwāhi',
|
|
'print_assigned' => 'Print Assigned',
|
|
'print_all_assigned' => 'Print All Assigned',
|
|
'name' => 'Ingoa Tauwāhi',
|
|
'address' => 'Wāhitau',
|
|
'zip' => 'Waehere Pouaka',
|
|
'locations' => 'Tauranga',
|
|
'parent' => 'Matua',
|
|
'currency' => 'Wāhi Moni',
|
|
'ldap_ou' => 'Rapua Rapu LDAP',
|
|
);
|