 f46df8aafe
			
		
	
	
		f46df8aafe
		
	
	
	
	
		
			
			- For future new language packs, a clean basis has been created with the existing language packs. - Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design. - Updated links to external sources. - Missing language files created in plugins. - Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Mediamanager plugin: el-gr, fr-fr - PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Readmore plugin: el-gr, fr-fr - Seometataginfo plugin: pt-br
		
			
				
	
	
		
			36 lines
		
	
	
		
			1016 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1016 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['contact'] = array(
 | |
| 	'head' => 'Kontakt',
 | |
| 	'descr' => 'Felterne Navn og Besked er obligatoriske. For at kunne svare dig, har jeg brug for din e-mailadresse.',
 | |
| 	'fieldset1' => 'Dine oplysninger',
 | |
| 	'name' => 'Navn (nødvendigt)',
 | |
| 	'email' => 'E-Mail Adresse:',
 | |
| 	'www' => 'Hjemmeside (valgfri):',
 | |
| 	'cookie' => 'Husk datoer til næste gang',
 | |
| 	'fieldset2' => 'Din besked',
 | |
| 	'comment' => 'Besked (påkrævet):',
 | |
| 	'fieldset3' => 'Send',
 | |
| 	'submit' => 'Send',
 | |
| 	'reset' => 'Nulstil',
 | |
| );
 | |
| 
 | |
| $lang ['contact'] ['notification'] = array(
 | |
| 	'name' => 'Navn:',
 | |
| 	'email' => 'E-Mail Adresse:',
 | |
| 	'www' => 'Hjemmeside:',
 | |
| 	'content' => 'Besked:',
 | |
| 	'subject' => 'Kontakt via ',
 | |
| );
 | |
| 
 | |
| $lang ['contact'] ['error'] = array(
 | |
| 	'name' => 'Indtast venligst et navn',
 | |
| 	'email' => 'Indtast venligst en gyldig e-mailadresse',
 | |
| 	'www' => 'Indtast venligst en gyldig URL',
 | |
| 	'content' => 'Skriv venligst en besked',
 | |
| );
 | |
| 
 | |
| $lang ['contact'] ['msgs'] = array(
 | |
| 	1 => 'Beskeden blev sendt med succes',
 | |
| 	-1 => 'Fejl: Beskeden kunne ikke sendes',
 | |
| );
 | |
| ?>
 |