58 lines
3.8 KiB
C
58 lines
3.8 KiB
C
const prog_char MSG_VDOSSIER_V[] PROGMEM = "Vdossier v";
|
|
const prog_char MSG_READY[] PROGMEM = "Listo!";
|
|
const prog_char MSG_BATTERY[] PROGMEM = "Bateria: ";
|
|
const prog_char MSG_RESTART[] PROGMEM = "Reiniciando..";
|
|
const prog_char MSG_YES[] PROGMEM = "SI";
|
|
const prog_char MSG_NO[] PROGMEM = "NO";
|
|
const prog_char MSG_MAIN_MENU[] PROGMEM = "Menu principal";
|
|
const prog_char MSG_SYSTEM_CONFIG[] PROGMEM = "Config Sistema";
|
|
const prog_char MSG_GRAB_VIDEO[] PROGMEM = "Modo video";
|
|
const prog_char MSG_CAPT_FOTO[] PROGMEM = "Modo foto";
|
|
const prog_char MSG_BACKLIGHT[] PROGMEM = "Luz LCD";
|
|
const prog_char MSG_SPEAKER[] PROGMEM = "Pitidos";
|
|
const prog_char MSG_CFG_VIDEO[] PROGMEM = "Cfg. Camara";
|
|
const prog_char MSG_CFG_NETWORK[] PROGMEM = "Config. red";
|
|
const prog_char MSG_VERSION[] PROGMEM = "Version OS";
|
|
const prog_char MSG_MODEL[] PROGMEM = "Modelo";
|
|
const prog_char MSG_STOP_REMOTE[] PROGMEM = "Stop remote";
|
|
const prog_char MSG_REC_REMOTE[] PROGMEM = "Rec remote";
|
|
const prog_char MSG_STOP_LANC[] PROGMEM = "Stop lanc";
|
|
const prog_char MSG_REC_LANC[] PROGMEM = "Rec lanc";
|
|
const prog_char MSG_NEW_MODEL[] PROGMEM = "Nuevo modelo";
|
|
const prog_char MSG_ERASE_MODEL[] PROGMEM = "Borrar modelo";
|
|
const prog_char MSG_ERASE[] PROGMEM = "Borrando...";
|
|
const prog_char MSG_EDIT_NAME[] PROGMEM = "Editar modelo";
|
|
const prog_char MSG_EDIT_PASS[] PROGMEM = "Editar pass";
|
|
const prog_char MSG_EDIT_TIME[] PROGMEM = "Editar tiempo";
|
|
const prog_char MSG_EDIT_LANC[] PROGMEM = "Nuevo cod. lanc";
|
|
const prog_char MSG_EDIT_ID[] PROGMEM = "Editar ID";
|
|
const prog_char MSG_EDIT_PORT[] PROGMEM = "Editar puerto";
|
|
const prog_char MSG_ID[] PROGMEM = "Identificador";
|
|
const prog_char MSG_IP[] PROGMEM = "IP dispositivo";
|
|
const prog_char MSG_IP_REMOTE[] PROGMEM = "IP remota";
|
|
const prog_char MSG_REMOTE[] PROGMEM = "Puerto remoto";
|
|
const prog_char MSG_LOCAL[] PROGMEM = "Puerto local";
|
|
const prog_char MSG_NETWORK[] PROGMEM = "Red actual";
|
|
const prog_char MSG_NEW_NETWORK[] PROGMEM = "Nueva conexion";
|
|
const prog_char MSG_BAUDRATE[] PROGMEM = "Baudrate WiFly";
|
|
const prog_char MSG_SSID[] PROGMEM = "Ssid";
|
|
const prog_char MSG_PASS[] PROGMEM = "Passphrase";
|
|
const prog_char MSG_RECONNECT[] PROGMEM = "Reconectar";
|
|
const prog_char MSG_SEARCH[] PROGMEM = "Buscando...";
|
|
const prog_char MSG_ANY[] PROGMEM = "Sin redes";
|
|
const prog_char MSG_RESETTING[] PROGMEM = "Reseteando...";
|
|
const prog_char MSG_RESET[] PROGMEM = "WiFly Reseteado";
|
|
const prog_char MSG_FAIL[] PROGMEM = "Fallo reseteando";
|
|
const prog_char MSG_CONNECTING[] PROGMEM = "Conectando...";
|
|
const prog_char MSG_BAUD[] PROGMEM = "Baud:";
|
|
const prog_char MSG_CONNECT[] PROGMEM = "Conectado";
|
|
const prog_char MSG_FAIL_CONNECT[] PROGMEM = "Sin conexion";
|
|
const prog_char MSG_FAIL_WIFLY[] PROGMEM = "Sin WiFly";
|
|
const prog_char MSG_CHANGE_VEL[] PROGMEM = "vel. cambiada";
|
|
const prog_char MSG_FAIL_VEL[] PROGMEM = "Error cambiando";
|
|
const prog_char MSG_MODE[] PROGMEM = "Modo: ";
|
|
const prog_char MSG_LANC[] PROGMEM = " Lanc";
|
|
const prog_char MSG_IR[] PROGMEM = " IR";
|
|
|
|
|