24 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     /*
 | |
|     |--------------------------------------------------------------------------
 | |
|     | Password Reset 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' => 'पासवर्ड कम्तिमा छ वर्णको हुनु पर्छ र दाेहाेर्याइएकाे पासवर्ड संग मेल खानु पर्छ।',
 | |
|     'reset' => 'पासवर्ड रिसेट भयो!',
 | |
|     'sent' => 'हामीले पासवर्ड परिवर्तन गर्ने लिंक ईमेलमा पठाएका छौ!',
 | |
|     'token' => 'यो पासवर्ड रिसेट गर्ने टोकन अमान्य छ।',
 | |
|     'user' => "दिइएको ईमेल प्रयोगकर्ता भेटिएन।",
 | |
|     'throttle' => 'पुन: प्रयास गर्नु भन्दा पहिले पर्खनुहोस्|',
 | |
| 
 | |
| ];
 |