comparison help/help_mp-en.h @ 25635:25f6dca4df74

add support for per protocol and per extension playback profile loading
author ben
date Thu, 10 Jan 2008 18:45:08 +0000
parents f1ea96323643
children aed6a04d98dc
comparison
equal deleted inserted replaced
25634:4344e84f7a9f 25635:25f6dca4df74
149 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\ 149 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\
150 " gcc version. If you think it's MPlayer's fault, please read\n"\ 150 " gcc version. If you think it's MPlayer's fault, please read\n"\
151 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ 151 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\
152 " won't help unless you provide this information when reporting a possible bug.\n" 152 " won't help unless you provide this information when reporting a possible bug.\n"
153 #define MSGTR_LoadingConfig "Loading config '%s'\n" 153 #define MSGTR_LoadingConfig "Loading config '%s'\n"
154 #define MSGTR_LoadingProtocolProfile "Loading protocol-related profile '%s'\n"
155 #define MSGTR_LoadingExtensionProfile "Loading extension-related profile '%s'\n"
154 #define MSGTR_AddedSubtitleFile "SUB: Added subtitle file (%d): %s\n" 156 #define MSGTR_AddedSubtitleFile "SUB: Added subtitle file (%d): %s\n"
155 #define MSGTR_RemovedSubtitleFile "SUB: Removed subtitle file (%d): %s\n" 157 #define MSGTR_RemovedSubtitleFile "SUB: Removed subtitle file (%d): %s\n"
156 #define MSGTR_ErrorOpeningOutputFile "Error opening file [%s] for writing!\n" 158 #define MSGTR_ErrorOpeningOutputFile "Error opening file [%s] for writing!\n"
157 #define MSGTR_CommandLine "CommandLine:" 159 #define MSGTR_CommandLine "CommandLine:"
158 #define MSGTR_RTCDeviceNotOpenable "Failed to open %s: %s (it should be readable by the user.)\n" 160 #define MSGTR_RTCDeviceNotOpenable "Failed to open %s: %s (it should be readable by the user.)\n"