mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
22 lines
1 KiB
PHP
22 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'Mayelana Nezindawo',
|
|
'about_locations' => 'Izindawo zisetshenziselwa ukulandelela ulwazi lendawo kubasebenzisi, amafa, nezinye izinto',
|
|
'assets_rtd' => 'Amafa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'assets_checkedout' => 'Amafa anikezwe',
|
|
'id' => 'ID',
|
|
'city' => 'Idolobha',
|
|
'state' => 'Isimo',
|
|
'country' => 'Izwe',
|
|
'create' => 'Dala indawo',
|
|
'update' => 'Buyekeza Indawo',
|
|
'name' => 'Igama lendawo',
|
|
'address' => 'Ikheli',
|
|
'zip' => 'I-Postal Code',
|
|
'locations' => 'Izindawo',
|
|
'parent' => 'Umzali',
|
|
'currency' => 'Imali Yendawo',
|
|
'ldap_ou' => 'Usesho lwe-LDAP OU',
|
|
);
|