57 lines
2.5 KiB
C
57 lines
2.5 KiB
C
|
#ifdef LANGUAGE_ES
|
||
|
#define MSG_VDOSSIER_V "Vdossier v"
|
||
|
#define MSG_READY "Listo!"
|
||
|
#define MSG_MAIN_MENU "Menu principal"
|
||
|
#define MSG_GRAB_VIDEO "Modo video"
|
||
|
#define MSG_CAPT_FOTO "Modo foto"
|
||
|
#define MSG_SYSTEM_CONFIG "Config Sistema"
|
||
|
#define MSG_CONFIG "Configurar"
|
||
|
#define MSG_RUN "Ejecutar"
|
||
|
#define MSG_RESET_CONFIG "Borrar config"
|
||
|
#define MSG_CFG_VIDEO "Cfg. Camara"
|
||
|
#define MSG_BACKLIGHT "Luz LCD"
|
||
|
#define MSG_SPEAKER "Pitidos"
|
||
|
#define MSG_VERSION "Version OS"
|
||
|
#define MSG_RESETTING "Reiniciando.."
|
||
|
#define MSG_ABORTING "Cancelando.."
|
||
|
#define MSG_YES "SI"
|
||
|
#define MSG_NO "NO"
|
||
|
#define MSG_BATTERY_LEVEL "Bateria: "
|
||
|
#define MSG_NEW_MODEL "Nuevo modelo"
|
||
|
#define MSG_MODEL "Modelo"
|
||
|
#define MSG_EDIT_NAME "Editar pass"
|
||
|
#define MSG_EDIT_LANC "Nuevo cod. lanc"
|
||
|
#define MSG_EDIT_ID "Editar ID"
|
||
|
#define MSG_CFG_NETWORK "Config. red"
|
||
|
#define MSG_ID "Identificador"
|
||
|
#define MSG_IP "IP dispositivo"
|
||
|
#define MSG_NETWORK "Red actual"
|
||
|
#define MSG_NEW_NETWORK "Nueva conexion"
|
||
|
#define MSG_BAUDRATE "Baudrate WiFly"
|
||
|
|
||
|
#else
|
||
|
#define MSG_VDOSSIER_V "Vdossier v"
|
||
|
#define MSG_READY "Ready!"
|
||
|
#define MSG_MAIN_MENU "Main menu"
|
||
|
#define MSG_GRAB_VIDEO "Video mode"
|
||
|
#define MSG_CAPT_FOTO "photo mode"
|
||
|
#define MSG_SYSTEM_CONFIG "System config"
|
||
|
#define MSG_CONFIG "Config"
|
||
|
#define MSG_RUN "Run"
|
||
|
#define MSG_RESET_CONFIG "Reset config"
|
||
|
#define MSG_CFG_VIDEO "Camera cfg."
|
||
|
#define MSG_BACKLIGHT "Backlight"
|
||
|
#define MSG_SPEAKER "Speaker"
|
||
|
#define MSG_VERSION "OS version"
|
||
|
#define MSG_RESETTING "Resetting..."
|
||
|
#define MSG_ABORTING "Aborting..."
|
||
|
#define MSG_YES "YES"
|
||
|
#define MSG_NO "NO"
|
||
|
#define MSG_BATTERY_LEVEL "Battery: "
|
||
|
#define MSG_NEW_MODEL "New model"
|
||
|
#define MSG_MODEL "Model"
|
||
|
#define MSG_EDIT_NAME "Edi name"
|
||
|
#define MSG_EDIT_LANC "New code lanc"
|
||
|
#define MSG_CFG_NETWORK "Config. Network"
|
||
|
#endif
|