2017-10-17 18:52:20 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2017-10-17 18:52:20 -07:00
'does_not_exist' => 'Isibonelo asikho.' ,
2023-08-15 05:21:35 -07:00
'no_association' => 'WARNING! The asset model for this item is invalid or missing!' ,
2023-02-21 03:54:55 -08:00
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.' ,
2017-10-17 18:52:20 -07:00
'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asizange sidalwe, sicela uzame futhi.' ,
'success' => 'Isibonelo sidalwe ngempumelelo.' ,
'duplicate_set' => 'Imodeli yezimpahla ngelo gama, umkhiqizi kanye nenombolo yomodeli kakade ikhona.' ,
2022-01-13 21:27:29 -08:00
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asibuyekezwanga, sicela uzame futhi' ,
2023-04-06 19:57:35 -07:00
'success' => 'Isibonelo sibuyekezwe ngempumelelo.' ,
2022-01-13 21:27:29 -08:00
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le model?' ,
'error' => 'Kube nenkinga yokususa imodeli. Ngicela uzame futhi.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Imodeli isusiwe ngempumelelo.'
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'restore' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asibuyisiwe, sicela uzame futhi' ,
2022-01-13 21:27:29 -08:00
'success' => 'Isibonelo sibuyiselwe ngempumelelo.'
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'bulkedit' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Azikho amasimu ashintshiwe, ngakho akukho lutho olubuyekeziwe.' ,
2023-04-06 19:57:35 -07:00
'success' => 'Model successfully updated. |:model_count models successfully updated.' ,
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:' ,
2022-01-13 21:27:29 -08:00
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'bulkdelete' => array (
2017-12-12 09:20:57 -08:00
'error' => 'No models were selected, so nothing was deleted.' ,
2023-04-06 19:57:35 -07:00
'success' => 'Model deleted!|:success_count models deleted!' ,
2022-01-13 21:27:29 -08:00
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
),
2017-12-12 09:20:57 -08:00
2022-01-13 21:27:29 -08:00
);