mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
25 lines
834 B
PHP
25 lines
834 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'does_not_exist' => 'Umphakeli akekho.',
|
|
'assoc_users' => 'Lo mhlinzeki okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuthi ungasaphinde ubhekisele kulo mhlinzeki futhi uzame futhi.',
|
|
|
|
'create' => array(
|
|
'error' => 'Umphakeli akazange adalwe, sicela uzame futhi.',
|
|
'success' => 'Umphakeli wadala ngempumelelo.'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'Umphakeli akabuyekezwanga, sicela uzame futhi',
|
|
'success' => 'Umphakeli ubuyekezwe ngempumelelo.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo mphakeli?',
|
|
'error' => 'Kube nenkinga yokususa umphakeli. Ngicela uzame futhi.',
|
|
'success' => 'Umphakeli ususiwe ngempumelelo.'
|
|
)
|
|
|
|
);
|