summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-10 18:45:08 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-10 18:45:08 +0000
commit8944441a448ad230928f04419e08d8062944cd33 (patch)
tree655c98096362ac92e9d5ca05b8528e403386ef0a /help
parent7a4efd3ce736f3e4e2361a1b1670cb6a316833d2 (diff)
downloadmpv-8944441a448ad230928f04419e08d8062944cd33.tar.bz2
mpv-8944441a448ad230928f04419e08d8062944cd33.tar.xz
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.h2
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"