17 lines
		
	
	
		
			412 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			412 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'allow_login'           => 'אפשר התחברות?',
 | |
|     'user_created'          => 'משתמש נוצר',
 | |
| 
 | |
|     'error' => [
 | |
|         'email'             => 'כתובת הדואר אלקטרוני כבר תפוסה.'
 | |
|     ],
 | |
| 
 | |
|     'notification' => [
 | |
|         'message'       => ':customer made :amount payment to invoice number :invoice_number.',
 | |
|         'button'        => 'Show',
 | |
|     ],
 | |
| ];
 |