comparison help/help_mp-sk.h @ 33306:37e215798390

Fix output of "No bind found for key" to actually make sense for key combinations and match the binding you'd have to add to input.conf also for these. Previously the extra keys would end up appended at the end, resulting in output like > No bind found for key 'MOUSE_BTN0'.-MOUSE_BTN2 and even worse for some translations.
author reimar
date Sat, 07 May 2011 11:11:07 +0000
parents 533c658a18da
children d068eac6cbf9
comparison
equal deleted inserted replaced
33305:ddb45e9443ec 33306:37e215798390
578 578
579 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: detekovaný 30000/1001 fps NTSC, prepínam frekvenciu snímkov.\n" 579 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: detekovaný 30000/1001 fps NTSC, prepínam frekvenciu snímkov.\n"
580 #define MSGTR_EnterTelecineMode "\ndemux_mpg: detekovaný 24000/1001 fps progresívny NTSC, prepínam frekvenciu snímkov.\n" 580 #define MSGTR_EnterTelecineMode "\ndemux_mpg: detekovaný 24000/1001 fps progresívny NTSC, prepínam frekvenciu snímkov.\n"
581 581
582 #define MSGTR_CacheFill "\rNaplnenie cache: %5.2f%% (%"PRId64" bajtov) " 582 #define MSGTR_CacheFill "\rNaplnenie cache: %5.2f%% (%"PRId64" bajtov) "
583 #define MSGTR_NoBindFound "Tlačidlo '%s' nemá priradenú žiadnu funkciu." 583 #define MSGTR_NoBindFound "Tlačidlo '%s' nemá priradenú žiadnu funkciu.\n"
584 #define MSGTR_FailedToOpen "Zlyhalo otvorenie %s\n" 584 #define MSGTR_FailedToOpen "Zlyhalo otvorenie %s\n"
585 585
586 // dec_video.c & dec_audio.c: 586 // dec_video.c & dec_audio.c:
587 #define MSGTR_CantOpenCodec "nemôžem otvoriť kodek\n" 587 #define MSGTR_CantOpenCodec "nemôžem otvoriť kodek\n"
588 #define MSGTR_CantCloseCodec "nemôžem uzavieť kodek\n" 588 #define MSGTR_CantCloseCodec "nemôžem uzavieť kodek\n"