comparison help/help_mp-es.h @ 32352:76f94c00a69f

1000l, %lf is not valid format string for printf (only for scanf) and actually breaks on Windows. Fix all occurences. Fixes bug 1810.
author reimar
date Mon, 04 Oct 2010 06:40:32 +0000
parents 44f8d08901fe
children d434075eebc8
comparison
equal deleted inserted replaced
32351:7727a2450505 32352:76f94c00a69f
1207 #define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Canales: %s Formato %s\n" 1207 #define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Canales: %s Formato %s\n"
1208 #define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: dispositivo inválido.\n" 1208 #define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: dispositivo inválido.\n"
1209 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: fallo en setparams: %s\nImposble configurar samplerate deseado.\n" 1209 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: fallo en setparams: %s\nImposble configurar samplerate deseado.\n"
1210 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE No fue aceptado en el recurso dado.\n" 1210 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE No fue aceptado en el recurso dado.\n"
1211 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: fallo en getparams: %s\n" 1211 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: fallo en getparams: %s\n"
1212 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate es ahora %lf (el deseado es %lf)\n" 1212 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate es ahora %f (el deseado es %f)\n"
1213 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" 1213 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n"
1214 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Imposible abrir canal de audio: %s\n" 1214 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Imposible abrir canal de audio: %s\n"
1215 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n" 1215 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"
1216 #define MSGTR_AO_SGI_Reset "[AO SGI] reseteando: ...\n" 1216 #define MSGTR_AO_SGI_Reset "[AO SGI] reseteando: ...\n"
1217 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pausa: ...\n" 1217 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pausa: ...\n"