Mercurial > mplayer.hg
comparison help/help_mp-de.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 | 01f7cf82b7b1 |
children | e7e0da7ab4d4 |
comparison
equal
deleted
inserted
replaced
32351:7727a2450505 | 32352:76f94c00a69f |
---|---|
1176 #define MSGTR_AO_SGI_CantSetParms_Samplerate \ | 1176 #define MSGTR_AO_SGI_CantSetParms_Samplerate \ |
1177 "[AO SGI] init: setparams fehlgeschlagen: %s\n" \ | 1177 "[AO SGI] init: setparams fehlgeschlagen: %s\n" \ |
1178 " Konnte gewünschte Samplerate nicht setzen.\n" | 1178 " Konnte gewünschte Samplerate nicht setzen.\n" |
1179 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE wurde von der angegebenen Ressource nicht akzeptiert.\n" | 1179 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE wurde von der angegebenen Ressource nicht akzeptiert.\n" |
1180 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams fehlgeschlagen: %s\n" | 1180 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams fehlgeschlagen: %s\n" |
1181 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: Samplerate ist jetzt %lf (gewünschte Rate ist %lf).\n" | 1181 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: Samplerate ist jetzt %f (gewünschte Rate ist %f).\n" |
1182 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" | 1182 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" |
1183 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Konnte Audiokanal nicht öffnen: %s\n" | 1183 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Konnte Audiokanal nicht öffnen: %s\n" |
1184 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n" | 1184 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n" |
1185 #define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n" | 1185 #define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n" |
1186 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n" | 1186 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n" |