mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
0bb8cc63c5
Signed-off-by: snipe <snipe@snipe.net>
31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
|
'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.'
|
|
)
|
|
|
|
);
|