11 lines
		
	
	
		
			311 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			311 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| return [
 | ||
| 
 | ||
|     'whoops'              => 'Ups!',
 | ||
|     'hello'               => 'Pozdrav!',
 | ||
|     'salutation'          => 'Regards,<br> :company_name',
 | ||
|     'subcopy'             => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
 | ||
| 
 | ||
| ];
 |