28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'code'                  => 'Kode',
 | |
|     'rate'                  => 'Sats',
 | |
|     'default'               => 'Standardvaluta',
 | |
|     'decimal_mark'          => 'Decimaltegn',
 | |
|     'thousands_separator'   => 'Tusindetalsseparator',
 | |
|     'precision'             => 'Præcision',
 | |
|     'conversion'            => 'Valutakonvertering: :price (:currency_code) til :currency_rate',
 | |
|     'symbol' => [
 | |
|         'symbol'            => 'Symbol',
 | |
|         'position'          => 'Symbol position',
 | |
|         'before'            => 'Før beløbet',
 | |
|         'after'             => 'Efter beløb',
 | |
|     ],
 | |
| 
 | |
|     'form_description' => [
 | |
|         'general'           => 'Standard valutaen bruges på skrivebordet og rapporter. For andre valutaer skal kursen være lavere end 1 for svagere valutaer og højere end 1 for stærkere valutaer.',
 | |
|     ],
 | |
| 
 | |
|     'no_currency'           => 'Ingen Valuta',
 | |
|     'create_currency'       => 'Opret en ny valuta og rediger når som helst fra indstillinger.',
 | |
|     'new_currency'          => 'Ny valuta',
 | |
| 
 | |
| ];
 |