ESPTerm web interface submodule, separated to make testing and development easier
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.
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'appname' => 'ESPTerm',
|
|
|
|
'appname_demo' => 'ESPTerm<sup> DEMO</sup>',
|
|
|
|
|
|
|
|
// not used - api etc. Added to suppress warnings
|
|
|
|
'menu.term_set' => '',
|
|
|
|
'menu.wifi_connstatus' => '',
|
|
|
|
'menu.wifi_set' => '',
|
|
|
|
'menu.wifi_scan' => '',
|
|
|
|
'menu.network_set' => '',
|
|
|
|
'menu.system_set' => '',
|
|
|
|
'menu.write_defaults' => '',
|
|
|
|
'menu.restore_defaults' => '',
|
|
|
|
'menu.restore_hard' => '',
|
|
|
|
'menu.reset_screen' => '',
|
|
|
|
'menu.index' => '',
|
|
|
|
'menu.ini_export' => '',
|
|
|
|
'menu.ini_import' => '',
|
|
|
|
];
|