comparison help/help_mp-en.h @ 10433:f06e65561257

Pause message shortened to not be longer than the audio file status line. Inspired by a patch from Alex Sisson <alex_sisson@yahoo.co.uk>.
author diego
date Mon, 14 Jul 2003 17:12:06 +0000
parents 008ff00f4223
children da76eb0a391a
comparison
equal deleted inserted replaced
10432:b5bea79929c6 10433:f06e65561257
135 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n" 135 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n"
136 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n" 136 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
137 #define MSGTR_AOComment "AO: Comment: %s\n" 137 #define MSGTR_AOComment "AO: Comment: %s\n"
138 #define MSGTR_Video_NoVideo "Video: no video\n" 138 #define MSGTR_Video_NoVideo "Video: no video\n"
139 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n" 139 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
140 #define MSGTR_Paused "\n================= PAUSED =================\r" 140 #define MSGTR_Paused "\n ===== PAUSE =====\r" // no more than 23 characters (status line for audio files)
141 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n" 141 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n"
142 #define MSGTR_Exit_SIGILL_RTCpuSel \ 142 #define MSGTR_Exit_SIGILL_RTCpuSel \
143 "- MPlayer crashed by an 'Illegal Instruction'.\n"\ 143 "- MPlayer crashed by an 'Illegal Instruction'.\n"\
144 " It may be a bug in our new runtime CPU-detection code...\n"\ 144 " It may be a bug in our new runtime CPU-detection code...\n"\
145 " Please read DOCS/en/bugreports.html.\n" 145 " Please read DOCS/en/bugreports.html.\n"