summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-12 15:08:53 +0000
commitfdf4a82029cf9e49e275101175c417b903e16b58 (patch)
treeece8eb0a50e87875bde12c534690e54e447dfe56 /help_mp-en.h
parent6a8ef38e092fff64227df74d342a0bec0fd65eab (diff)
downloadmpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.bz2
mpv-fdf4a82029cf9e49e275101175c417b903e16b58.tar.xz
add to multi lang support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index a70436bb1d..84ae25dcad 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -116,4 +116,44 @@ static char help_text[]=
//#define MSGTR_
+#ifdef HAVE_NEW_GUI
+// --- labels ---
+#define MSGTR_About "About"
+#define MSGTR_FileSelect "Select file ..."
+#define MSGTR_MessageBox "MessageBox"
+#define MSGTR_PlayList "PlayList"
+#define MSGTR_SkinBrowser "Skin Browser"
+
+// --- buttons ---
+#define MSGTR_Ok "Ok"
+#define MSGTR_Cancel "Cancel"
+#define MSGTR_Add "Add"
+#define MSGTR_Remove "Remove"
+
+// --- error messages ---
+#define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
+#define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
+#define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask."
+
+// --- skin loader error messages
+#define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
+#define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
+#define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)"
+#define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n"
+#define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
+#define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"
+#define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n"
+#define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n"
+#define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n"
+#define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n"
+#define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n"
+#define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n"
+#define MSGTR_SKIN_FONT_NotEnoughtMemory "not enought memory\n"
+#define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n"
+#define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n"
+#define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n"
+#define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n"
+#define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n"
+
+#endif