blob: 25b552cedf08c6749820fe6b4b38ab6192c8c721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
#muuid {cf25d645-4dab-4b0a-b9f1-de1e86231f9b}
;============================================================
; File: MsgPopup.dll
; Plugin: Message popup
; Version: 0.1.1.3
; Authors: StDenis
;============================================================
[Plugin replaces message boxes (those having only OK button) with popups.]
Ersetzt Meldungsfelder (die mit nur OK Buttons) durch Popups.
;file \plugins\MsgPopup\res\MsgPopup.rc
[ASTERISK style]
Information-Stil
[Background color]
Hintergrundfarbe
[Text color]
Textfarbe
[ERROR style]
Fehler-Stil
[EXCLAMATION style]
Ausrufezeichen-Stil
[QUESTION style]
Frage-Stil
[Preview]
Vorschau
[Timeout]
Timeout
[Special values of the "Timeout":\n -1 - infinity, 0 - use default timeout value]
Spezielle Werte des "Timeout":\n -1 = unendlich, 0 = Standardtimeoutwert
[Emit a sound]
Sound abspielen
;file \plugins\MsgPopup\src\main.cpp
[VirtualProtect failed. Code %d\nTry to call the author]
[Error]
Fehler
[Hmm. Something goes wrong. I can't write into the memory.\nAnd as you can see, there are no any exception raised...\nTry to call the author]
[MessagePopup]
[Popups]
Popups
;file \plugins\MsgPopup\src\options.cpp
[Message with question]
Nachricht mit Frage
[Message with exclamation]
Nachricht mit Ausrufezeichen
[Message with error]
Nachricht mit Fehler
[Message with asterisk]
Nachricht mit Information
|