You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							824 B
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							824 B
						
					
					
				<?php
 | 
						|
 | 
						|
return [
 | 
						|
	'appname' => 'ESPTerm',
 | 
						|
 | 
						|
	'menu.cfg_wifi' => 'WiFi Settings',
 | 
						|
	'menu.cfg_network' => 'Network Configuration',
 | 
						|
	'menu.cfg_term' => 'Terminal Settings',
 | 
						|
	'menu.about' => 'About ESPTerm',
 | 
						|
	'menu.help' => 'Help',
 | 
						|
	'menu.term' => 'Back to Terminal',
 | 
						|
 | 
						|
	'box.ap' => 'Built-in Access Point',
 | 
						|
	'box.sta' => 'Client Mode',
 | 
						|
 | 
						|
	'wifi.enable' => 'Enabled:',
 | 
						|
	'wifi.tpw' => 'Transmit Power:',
 | 
						|
	'wifi.ap_channel' => 'Channel:',
 | 
						|
	'wifi.ap_ssid' => 'AP SSID:',
 | 
						|
	'wifi.ap_password' => 'Password:',
 | 
						|
	'wifi.ap_hidden' => 'Hide SSID:',
 | 
						|
	'wifi.sta_info' => 'Selected Network:',
 | 
						|
 | 
						|
	'wifi.sta_ssid' => 'Network SSID:',
 | 
						|
	'wifi.sta_password' => 'Password:',
 | 
						|
	'wifi.not_conn' => 'Not connected.',
 | 
						|
	'wifi.forget' => '',
 | 
						|
 | 
						|
	'wifi.submit' => 'Apply!',
 | 
						|
 | 
						|
	'enabled' => 'Enabled',
 | 
						|
	'disabled' => 'Disabled',
 | 
						|
	'yes' => 'Yes',
 | 
						|
	'no' => 'No',
 | 
						|
];
 | 
						|
 |