mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			339 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			339 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $__lang['de_DE'] = array(
 | |
| 	'folder_contents' => 'Dies war mal "Ordner enthält". Wurde von sample Extension geändert.',
 | |
| 	'task_example_example_email' => 'Email',
 | |
| );
 | |
| $__lang['en_GB'] = array(
 | |
| 	'folder_contents' => 'This used to be "Folder contents". Was changed by sample Extension.',
 | |
| 	'task_example_example_email' => 'Email',
 | |
| );
 | |
| ?>
 | 
