blob: 41ecbe690c8230a4a03578e6d51005a6c329a010 (
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
|
#muuid {cf25d645-4dab-4b0a-b9f1-de1e86231f9b}
;============================================================
; File: MsgPopup.dll
; Plugin: Message popup
; Version: 0.1.2.2
; Authors: StDenis
;============================================================
[Plugin replaces message boxes (those having only OK button) with popups.]
Zastępuje "okna komunikatów" (tych tylko z przyciskiem OK), popup-ami.
;file \plugins\MsgPopup\res\MsgPopup.rc
[ASTERISK style]
Styl gwiazdki
[Background color]
Kolor tła
[Text color]
Kolor tekstu
[ERROR style]
Styl błędu
[EXCLAMATION style]
Styl wykrzyknienia
[QUESTION style]
Styl pytania
[Preview]
Podgląd
[Timeout]
Wyświetl
[Special values of the "Timeout":\n -1 - infinity, 0 - use default timeout value]
Specjalne wartości czasu oczekiwania:\n0 - domyślnie, -1 - nie chowaj
[Emit a sound]
Włącz dźwięki
;file \plugins\MsgPopup\src\main.cpp
[MessagePopup]
MessagePopup
[Popups]
Popupy
;file \plugins\MsgPopup\src\options.cpp
[Message with question]
Wiadomość z pytaniem
[Message with exclamation]
Wiadomość z wykrzyknieniem
[Message with error]
Wiadomość z błędem
[Message with asterisk]
Wiadomość z gwiazdką
|