mirror of https://github.com/arendst/Tasmota.git
commit
2f7f2ef865
|
@ -28,7 +28,7 @@
|
|||
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
|
||||
* Use online command Prefix to translate cmnd, stat and tele.
|
||||
*
|
||||
* Updated until v9.3.1.2 - Last update 10.04.2021
|
||||
* Updated until v9.3.1.2 - Last update 11.04.2021
|
||||
\*********************************************************************/
|
||||
|
||||
#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
||||
|
@ -916,9 +916,9 @@
|
|||
#define D_MANAGE_FILE_SYSTEM "Gestione File system"
|
||||
#define D_FS_SIZE "Dimensione"
|
||||
#define D_FS_FREE "Liberi"
|
||||
#define D_NEW_FILE "newfile.txt"
|
||||
#define D_CREATE_NEW_FILE "Create and edit new file"
|
||||
#define D_EDIT_FILE "Edit File"
|
||||
#define D_NEW_FILE "nuovofile.txt"
|
||||
#define D_CREATE_NEW_FILE "Crea e modifica nuovo file"
|
||||
#define D_EDIT_FILE "Modifica file"
|
||||
|
||||
//xsns_67_as3935.ino
|
||||
#define D_AS3935_GAIN "guadagno:"
|
||||
|
|
Loading…
Reference in New Issue