ajout app
This commit is contained in:
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'Leyo nsiyo ayikho.',
|
||||
'already_added' => 'Inkambu isivele iseziwe',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Inkundla ayidalwanga, sicela uzame futhi.',
|
||||
'success' => 'Inkundla idalwe ngempumelelo.',
|
||||
'assoc_success' => 'Inkambu ingezwe ngempumelelo ku-fieldset.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Inkambu ayizange ibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'Inkundla ibuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le nsimu?',
|
||||
'error' => 'Kube nenkinga yokususa insimu. Ngicela uzame futhi.',
|
||||
'success' => 'Insimu isusiwe ngempumelelo.',
|
||||
'in_use' => 'Insimu isasebenza.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'I-Fieldset ayikho',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'I-Fieldset ayidalwanga, sicela uzame futhi.',
|
||||
'success' => 'I-Fieldset idalwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'I-Fieldset ayizange ibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'I-Fieldset ibuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sendawo?',
|
||||
'error' => 'Kube nenkinga ekususeni ukusethwa kwenkambu. Ngicela uzame futhi.',
|
||||
'success' => 'I-fieldset isusiwe ngempumelelo.',
|
||||
'in_use' => 'I-Fieldset isasebenza.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user