mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 03:47:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| $lang = array(
 | |
|     'free_export_item' => 'Free export item',
 | |
|     'outside_tax_scope' => 'Outside tax scope',
 | |
|     'eea_goods_and_services' => 'EEA goods and services',
 | |
|     'lower_rate' => 'Lower rate',
 | |
|     'mixed_tax_rate' => 'Mixed tax rate',
 | |
|     'higher_rate' => 'Higher rate',
 | |
|     'canary_islands_indirect_tax' => 'Canary Islands indirect tax',
 | |
|     'ceuta_and_melilla' => 'Ceuta and Melilla',
 | |
|     'transferred_vat_italy' => 'Transferred VAT Italy',
 | |
|     'exempt_for_resale' => 'Exempt for resale',
 | |
|     'vat_not_now_due' => 'VAT not now due',
 | |
|     'vat_due_previous_invoice' => 'VAT due previous',
 | |
|     'transferred_vat' => 'Transferred VAT',
 | |
|     'duty_paid_by_supplier' => 'Duty paid by supplier',
 | |
|     'vat_margin_scheme_travel_agents' => 'VAT margin scheme travel agents',
 | |
|     'vat_margin_scheme_second_hand_goods' => 'VAT margin scheme second hand goods',
 | |
|     'vat_margin_scheme_works_of_art' => 'VAT margin scheme works of art',
 | |
|     'vat_margin_scheme_collectors_items' => 'VAT margin scheme collectors items',
 | |
|     'vat_exempt_eea_intra_community' => 'VAT exempt EEA intra community',
 | |
|     'canary_islands_tax' => 'Canary Islands tax',
 | |
|     'tax_ceuta_melilla' => 'Tax Ceuta Melilla',
 | |
|     'services_outside_scope' => 'Services outside scope',
 | |
| );
 | |
| 
 | |
| return $lang; |