summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-25 11:28:19 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-25 11:28:19 +0000
commitf3ce1dc10838b11f063caef39d0aade160389389 (patch)
treee832c9dfdd5f6e8ed6257c75eec593c8ea95b244 /help
parent590e8e71533bb41d7323f158356aa09b209b36b5 (diff)
downloadmpv-f3ce1dc10838b11f063caef39d0aade160389389.tar.bz2
mpv-f3ce1dc10838b11f063caef39d0aade160389389.tar.xz
Fix the MSG?_FIXME and make the profiles help translatable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17482 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index d4db9c0c8b..eef316e98e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -485,6 +485,11 @@ static char help_text[]=
#define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n"
#define MSGTR_OptionListHeader "\n Name Type Min Max Global CL Cfg\n\n"
#define MSGTR_TotalOptions "\nTotal: %d options\n"
+#define MSGTR_TooDeepProfileInclusion "WARNING: Too deep profile inclusion.\n"
+#define MSGTR_NoProfileDefined "No profiles have been defined.\n"
+#define MSGTR_AvailableProfiles "Available profiles:\n"
+#define MSGTR_UnknownProfile "Unknown profile '%s'.\n"
+#define MSGTR_Profile "Profile %s: %s\n"
// open.c, stream.c:
#define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"