17 lines
		
	
	
		
			483 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			483 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'reconcile'             => 'Sameina',
 | |
|     'reconciled'            => 'Sameinað',
 | |
|     'closing_balance'       => 'Lokastaða',
 | |
|     'unreconciled'          => 'Ósameinað',
 | |
|     'transactions'          => 'Transactions',
 | |
|     'start_date'            => 'Upphafsdagsetning',
 | |
|     'end_date'              => 'Lokadagsetning',
 | |
|     'cleared_amount'        => 'Samþykkt upphæð',
 | |
|     'deposit'               => 'Innlegg',
 | |
|     'withdrawal'            => 'Úttekt',
 | |
| 
 | |
| ];
 |