mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 09:46:23 +01:00 
			
		
		
		
	* Part 1 Removing closing tags when no HTML or other output comes after the last PHP codeblock. * Further removals * nothing --------- Co-authored-by: slawkens <slawkens@gmail.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			350 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			350 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * polish language file
 | 
						|
 * main.php
 | 
						|
 *
 | 
						|
 * @author Slawkens <slawkens@gmail.com>
 | 
						|
 */
 | 
						|
$locale['name']     = 'Polish';
 | 
						|
$locale['lang']		= 'pl-PL';
 | 
						|
$locale['encoding'] = 'utf-8';
 | 
						|
$locale['direction']= 'ltr';
 | 
						|
 | 
						|
$locale['error404'] = 'Strona nie została odnaleziona.';
 | 
						|
$locale['news'] = 'Ostatnie newsy';
 | 
						|
$locale['loaded_in_ms'] = 'w $TIME$ ms';
 |