comparison help/help_mp-de.h @ 35635:ac2a7944829c

Replace stderr output by mp_msg() error messages. Additionally, enable translation of error text and add doxygen comment.
author ib
date Thu, 10 Jan 2013 15:24:39 +0000
parents 725ff1d87a9a
children fc4d3215bdf7
comparison
equal deleted inserted replaced
35634:b98a97813f10 35635:ac2a7944829c
1053 #define MSGTR_WS_TooManyOpenWindows "[ws] Es sind zu viele Fenster geöffnet.\n" 1053 #define MSGTR_WS_TooManyOpenWindows "[ws] Es sind zu viele Fenster geöffnet.\n"
1054 #define MSGTR_WS_ShmError "[ws] Fehler der Shared-Memory-Erweiterung\n" 1054 #define MSGTR_WS_ShmError "[ws] Fehler der Shared-Memory-Erweiterung\n"
1055 #define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Sorry, nicht genügend Speicher zum Schreiben des Buffers.\n" 1055 #define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Sorry, nicht genügend Speicher zum Schreiben des Buffers.\n"
1056 #define MSGTR_WS_DpmsUnavailable "DPMS nicht verfügbar?\n" 1056 #define MSGTR_WS_DpmsUnavailable "DPMS nicht verfügbar?\n"
1057 #define MSGTR_WS_DpmsNotEnabled "Konnte DPMS nicht aktivieren.\n" 1057 #define MSGTR_WS_DpmsNotEnabled "Konnte DPMS nicht aktivieren.\n"
1058 #define MSGTR_WS_XError "[ws] Ein X11-Fehler ist aufgetreten!\n"
1058 1059
1059 // wsxdnd.c 1060 // wsxdnd.c
1060 #define MSGTR_WS_NotAFile "Dies scheint keine Datei zu sein...\n" 1061 #define MSGTR_WS_NotAFile "Dies scheint keine Datei zu sein...\n"
1061 #define MSGTR_WS_DDNothing "D&D: Nichts zurückgegeben!\n" 1062 #define MSGTR_WS_DDNothing "D&D: Nichts zurückgegeben!\n"
1062 1063