15 lines
		
	
	
		
			423 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			423 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Google Sitemap';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_extension']   = 'Extensions';
 | 
						|
$_['text_success']     = 'Success: You have modified Google Sitemap feed!';
 | 
						|
$_['text_edit']        = 'Edit Google Sitemap';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_status']     = 'Status';
 | 
						|
$_['entry_data_feed']  = 'Data Feed Url';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission'] = 'Warning: You do not have permission to modify Google Sitemap feed!'; |