2017-04-06 21:36:33 -07:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
"password" => "கடவுச்சொற்கள் ஆறு எழுத்துகள் இருக்க வேண்டும் மற்றும் உறுதிப்படுத்தல் பொருத்த வேண்டும்.",
|
2017-04-06 21:36:33 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
"user" => "பயனர்பெயர் அல்லது மின்னஞ்சல் முகவரி தவறானது",
|
2017-04-06 21:36:33 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
"token" => "இந்த கடவுச்சொல் மீட்டமை டோக்கன் தவறானது.",
|
2017-04-06 21:36:33 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
"sent" => "பொருத்தமான மின்னஞ்சல் முகவரி இருந்தால், கடவுச்சொல் நினைவூட்டல் அனுப்பப்பட்டது!",
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
|
|
);
|