| 
									
										
										
										
											2019-03-20 05:45:14 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'password' => 'Heslo musí být alespoň 6 znaků dlouhé a shodovat se v obou polích.', | 
					
						
							| 
									
										
										
										
											2020-09-01 02:20:28 +08:00
										 |  |  |     'user' => 'Nemůžeme najít uživatele se zadanou e-mailovou adresou.', | 
					
						
							|  |  |  |     'token' => 'Token pro reset hesla není platný pro tuto e-mailovou adresu.', | 
					
						
							| 
									
										
										
										
											2019-03-20 05:45:14 +08:00
										 |  |  |     'sent' => 'Poslali jsme vám odkaz pro reset hesla!', | 
					
						
							|  |  |  |     'reset' => 'Vaše heslo bylo resetováno!', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ]; |