ok
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Indawo ayikho.',
|
||||
'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.',
|
||||
'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.',
|
||||
'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.',
|
||||
'assigned_assets' => 'Assigned Assets',
|
||||
'current_location' => 'Current Location',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Indawo ayidalwanga, sicela uzame futhi.',
|
||||
'success' => 'Indawo idalwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Indawo ayizange ibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'Indawo ibuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?',
|
||||
'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.',
|
||||
'success' => 'Indawo isusiwe ngempumelelo.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'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',
|
||||
'print_assigned' => 'Print Assigned',
|
||||
'print_all_assigned' => 'Print All Assigned',
|
||||
'name' => 'Igama lendawo',
|
||||
'address' => 'Ikheli',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'I-Postal Code',
|
||||
'locations' => 'Izindawo',
|
||||
'parent' => 'Umzali',
|
||||
'currency' => 'Imali Yendawo',
|
||||
'ldap_ou' => 'Usesho lwe-LDAP OU',
|
||||
'user_name' => 'User Name',
|
||||
'department' => 'UMnyango',
|
||||
'location' => 'Indawo',
|
||||
'asset_tag' => 'Assets Tag',
|
||||
'asset_name' => 'Igama',
|
||||
'asset_category' => 'Isigaba',
|
||||
'asset_manufacturer' => 'Umkhiqizi',
|
||||
'asset_model' => 'Isibonelo',
|
||||
'asset_serial' => 'Serial',
|
||||
'asset_location' => 'Indawo',
|
||||
'asset_checked_out' => 'Ikhishiwe',
|
||||
'asset_expected_checkin' => 'Expected Checkin',
|
||||
'date' => 'Usuku:',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
||||
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
||||
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
||||
'signed_by' => 'Signed Off By:',
|
||||
];
|
Reference in New Issue
Block a user