ajout app
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Umkhiqizi akekho.',
|
||||
'assoc_users' => 'Lo menzi okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuba angasaphinde abhekisele kulo mkhiqizi futhi uzame futhi.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Umkhiqizi akazange adalwe, sicela uzame futhi.',
|
||||
'success' => 'Umkhiqizi wadalwa ngempumelelo.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Umkhiqizi akabuyekezwanga, sicela uzame futhi',
|
||||
'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Manufacturer was not restored, please try again',
|
||||
'success' => 'Manufacturer restored successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?',
|
||||
'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.',
|
||||
'success' => 'Umkhiqizi ususiwe ngempumelelo.'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user