diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-10 18:45:08 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-10 18:45:08 +0000 |
commit | 8944441a448ad230928f04419e08d8062944cd33 (patch) | |
tree | 655c98096362ac92e9d5ca05b8528e403386ef0a /help | |
parent | 7a4efd3ce736f3e4e2361a1b1670cb6a316833d2 (diff) |
add support for per protocol and per extension playback profile loading
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25663 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index b3858193de..c0606c8c1a 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -151,6 +151,8 @@ static char help_text[]= " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ " won't help unless you provide this information when reporting a possible bug.\n" #define MSGTR_LoadingConfig "Loading config '%s'\n" +#define MSGTR_LoadingProtocolProfile "Loading protocol-related profile '%s'\n" +#define MSGTR_LoadingExtensionProfile "Loading extension-related profile '%s'\n" #define MSGTR_AddedSubtitleFile "SUB: Added subtitle file (%d): %s\n" #define MSGTR_RemovedSubtitleFile "SUB: Removed subtitle file (%d): %s\n" #define MSGTR_ErrorOpeningOutputFile "Error opening file [%s] for writing!\n" |