 a59af203e2
			
		
	
	
		a59af203e2
		
	
	
	
	
		
			
			- Akismet is represented twice in FlatPress - once in the form of the Akismet plugin and once in the form of the Commentcenter plugin. - This PR removes the Akismet plugin and replaces it with the DateChanger plugin. - The Akismet plugin is given a place in the extra repo
		
			
				
	
	
		
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['admin'] ['plugin'] ['datechanger'] = array(
 | |
| 	'title' => 'Αλλαγή ώρας/ημερομηνίας δημοσίευσης',
 | |
| 	'date' => 'ημερομηνία',
 | |
| 	'time' => 'Ώρα της ημέρας'
 | |
| );
 | |
| ?>
 |