25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'currencies'                => 'Valute',
 | |
|     'total_income'              => 'Total venituri',
 | |
|     'receivables'               => 'Creanțe',
 | |
|     'open_invoices'             => 'Facturi deschise',
 | |
|     'overdue_invoices'          => 'Facturi restante',
 | |
|     'total_expenses'            => 'Total Cheltuieli',
 | |
|     'payables'                  => 'Sume datorate',
 | |
|     'open_bills'                => 'Deschide facturi',
 | |
|     'overdue_bills'             => 'Facturi restante',
 | |
|     'total_profit'              => 'Profitul total',
 | |
|     'open_profit'               => 'Profit Net',
 | |
|     'overdue_profit'            => 'Profit asteptat',
 | |
|     'cash_flow'                 => 'Fluxul de numerar',
 | |
|     'no_profit_loss'            => 'Fără pierderi de profit',
 | |
|     'income_by_category'        => 'Venit pe categorii',
 | |
|     'expenses_by_category'      => 'Cheltuieli pe categorii',
 | |
|     'account_balance'           => 'Soldul contului',
 | |
|     'latest_income'             => 'Ultimele venituri',
 | |
|     'latest_expenses'           => 'Ultimele cheltuieli',
 | |
| ];
 |