22 lines
1.4 KiB
PHP
22 lines
1.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reminder Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
"password" => "මුරපදය අක්ෂර හයකින් යුක්ත විය යුතු අතර තහවුරු කිරීමට අනුරූප විය යුතුය.",
|
|
"user" => "පරිශීලක නාමය හෝ විද්යුත් තැපැල් ලිපිනය වැරදියි",
|
|
"token" => 'මෙම මුරපද යළි පිහිටුවීමේ ටෝකනය අවලංගු වී හෝ කල්ඉකුත් වී ඇත, නැතහොත් සපයා ඇති පරිශීලක නාමයට නොගැලපේ.',
|
|
'sent' => 'වලංගු විද්යුත් තැපැල් ලිපිනයක් සහිත ගැලපෙන පරිශීලකයෙකු අපගේ පද්ධතිය තුළ සිටී නම්, මුරපද ප්රතිසාධන විද්යුත් තැපෑලක් යවා ඇත.',
|
|
|
|
);
|