comparison help_mp-de.h @ 1884:d21f8afc7680

add to multi lang support
author pontscho
date Wed, 12 Sep 2001 15:08:53 +0000
parents c8bb10eccf83
children b55335dc4df8
comparison
equal deleted inserted replaced
1883:5170fea62800 1884:d21f8afc7680
116 #define MSGTR_MissingASFaudio "ASF: kann keinen Audiostream finden... ->Stummfilm\n" 116 #define MSGTR_MissingASFaudio "ASF: kann keinen Audiostream finden... ->Stummfilm\n"
117 #define MSGTR_MissingMPEGaudio "MPEG: kann keinen Audiostream finden... ->Stummfilm\n" 117 #define MSGTR_MissingMPEGaudio "MPEG: kann keinen Audiostream finden... ->Stummfilm\n"
118 118
119 //#define MSGTR_ 119 //#define MSGTR_
120 120
121 #ifdef HAVE_NEW_GUI
121 122
123 // --- labels ---
124 #define MSGTR_About "About"
125 #define MSGTR_FileSelect "Select file ..."
126 #define MSGTR_MessageBox "MessageBox"
127 #define MSGTR_PlayList "PlayList"
128 #define MSGTR_SkinBrowser "Skin Browser"
129
130 // --- buttons ---
131 #define MSGTR_Ok "Ok"
132 #define MSGTR_Cancel "Cancel"
133 #define MSGTR_Add "Add"
134 #define MSGTR_Remove "Remove"
135
136 // --- error messages ---
137 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
138 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
139 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask."
140
141 // --- skin loader error messages
142 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
143 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" n
144 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\
145 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n"
146 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
147 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"
148 #define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n"
149 #define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n"
150 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n"
151 #define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n"
152 #define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n"
153 #define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n"
154 #define MSGTR_SKIN_FONT_NotEnoughtMemory "not enought memory\n"
155 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n"
156 #define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n"
157 #define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n"
158 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n"
159 #define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n"
160
161 #endif