From 232925d3760698befb5bd9db6ed0d5ad91e23a37 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Thu, 20 Nov 2008 16:06:52 +0000 Subject: [PATCH] TRIVIAL, add some more missing lines git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27965 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-es.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/help/help_mp-es.h b/help/help_mp-es.h index aff0c0c428..44d99a691b 100644 --- a/help/help_mp-es.h +++ b/help/help_mp-es.h @@ -1341,6 +1341,11 @@ static char help_text[]= #define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick : Advertencia, init event, perdimos sync con el driver\n" #define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick : Advertencia, tipo de evento desconocido %d\n" +// appleir.c +#define MSGTR_INPUT_APPLE_IR_Init "Inicializando Apple IR en %s\n" +#define MSGTR_INPUT_APPLE_IR_Detect "Apple IR detectado en%s\n" +#define MSGTR_INPUT_APPLE_IR_CantOpen "Imposible abrir dispositivo Apple IR: %s\n" + // input.c #define MSGTR_INPUT_INPUT_ErrCantRegister2ManyCmdFds "Demaciados fds de comandos, imposible registrar fd %d.\n" #define MSGTR_INPUT_INPUT_ErrCantRegister2ManyKeyFds "Demaciados fds de teclas, imposible registrar fd %d.\n"