17 lines
		
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'offlinepayment'   => 'Offline Payments',
 | |
|     'add_new'          => 'Add New',
 | |
|     'edit'             => 'Edit: :method',
 | |
|     'code'             => 'Code',
 | |
|     'customer'         => 'Show to Customer',
 | |
|     'order'            => 'Order',
 | |
|     'payment_gateways' => 'Offline Payment Methods',
 | |
| 
 | |
|     'confirm'          => 'Confirm',
 | |
|     'loading'          => 'Loading',
 | |
| 
 | |
| ];
 |