comparison help_mp-de.h @ 1897:2a27518b1ec5

fixed
author jaf
date Sun, 16 Sep 2001 08:57:55 +0000
parents b55335dc4df8
children 0c22e54b35d5
comparison
equal deleted inserted replaced
1896:e6acbf9e9b53 1897:2a27518b1ec5
119 //#define MSGTR_ 119 //#define MSGTR_
120 120
121 #ifdef HAVE_NEW_GUI 121 #ifdef HAVE_NEW_GUI
122 122
123 // --- labels --- 123 // --- labels ---
124 #define MSGTR_About "About" 124 #define MSGTR_About "Über"
125 #define MSGTR_FileSelect "Select file ..." 125 #define MSGTR_FileSelect "Wähle Datei ..."
126 #define MSGTR_MessageBox "MessageBox" 126 #define MSGTR_MessageBox "MessageBox"
127 #define MSGTR_PlayList "PlayList" 127 #define MSGTR_PlayList "Playlist"
128 #define MSGTR_SkinBrowser "Skin Browser" 128 #define MSGTR_SkinBrowser "Skin Browser"
129 129
130 // --- buttons --- 130 // --- buttons ---
131 #define MSGTR_Ok "Ok" 131 #define MSGTR_Ok "Ok"
132 #define MSGTR_Cancel "Cancel" 132 #define MSGTR_Cancel "Abbrechen"
133 #define MSGTR_Add "Add" 133 #define MSGTR_Add "Hinzufügen"
134 #define MSGTR_Remove "Remove" 134 #define MSGTR_Remove "Entfernen"
135 135
136 // --- error messages --- 136 // --- error messages ---
137 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." 137 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
138 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 138 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
139 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask." 139 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask."
140 140
141 // --- skin loader error messages 141 // --- skin loader error messages
142 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" 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 143 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
144 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\ 144 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found ( %s )"
145 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n" 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" 146 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
147 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n" 147 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"
148 #define MSGTR_SKIN_BITMAP_TGAReadError "tga 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" 149 #define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n"