mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
38 lines
1.6 KiB
PHP
38 lines
1.6 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'account_already_exists' => 'I-akhawunti nale imeyili isivele ikhona.',
|
|
'account_not_found' => 'Igama lomsebenzisi noma iphasiwedi alilungile.',
|
|
'account_not_activated' => 'Le akhawunti yomsebenzisi ayisebenzi.',
|
|
'account_suspended' => 'Le akhawunti yomsebenzisi imiswe okwesikhashana.',
|
|
'account_banned' => 'Le akhawunti yomsebenzisi ivaliwe.',
|
|
'throttle' => 'Imizamo eminingi yokungena ngemvume ayihlulekile. Sicela uzame futhi kuzungeze: iminithi yamaminithi.',
|
|
|
|
'signin' => array(
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.',
|
|
'success' => 'Ungene ngemvume ngempumelelo.',
|
|
),
|
|
|
|
'signup' => array(
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukudala i-akhawunti yakho, sicela uzame futhi.',
|
|
'success' => 'I-akhawunti idalwe ngokuphumelelayo.',
|
|
),
|
|
|
|
'forgot-password' => array(
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukuthola ikhodi yephasiwedi yokusetha kabusha, sicela uzame futhi.',
|
|
'success' => 'I-imeyili yokutakula iphasiwedi ithunyelwe ngempumelelo.',
|
|
),
|
|
|
|
'forgot-password-confirm' => array(
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukusetha kabusha iphasiwedi yakho, sicela uzame futhi.',
|
|
'success' => 'Iphasiwedi yakho isethwe kabusha ngempumelelo.',
|
|
),
|
|
|
|
'activate' => array(
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukwenza i-akhawunti yakho isebenze, sicela uzame futhi.',
|
|
'success' => 'I-akhawunti yakho isebenze ngempumelelo.',
|
|
),
|
|
|
|
);
|