blob: c7ea55a2c8ac5ec4d322a3a0f54fa045383a976f (
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
#muuid {b047a7e5-027a-4cfc-8b18-eda8345d2790}
;============================================================
; File: YAMN.dll
; Plugin: Mail Notifier
; Version: 0.1.2.6
; Authors: y_b, tweety, majvan
;============================================================
[ail notifier and browser for Miranda NG. Included POP3 protocol.]
;file \plugins\YAMN\res\YAMN.rc
[OK]
[Installed plugins]
[Version:]
[Description:]
[Copyright:]
[Contact:]
[WWW:]
[Check this account]
[Check interval [min]:]
[Notifications]
[Sound]
[Message]
[Tray Icon]
[Keyboard Flash]
[Execute Application]
[Use contact notification for this account]
[Replace nick name]
[Disable Events]
[Server:]
[User Name:]
[Password:]
[Codepage:]
[Port:]
[SSL]
[Disable STLS]
[Startup check]
[Auto retrieve body]
[Check from menu]
[Only check when ...]
[Sound notification if failed]
[Message notification if failed]
[Tray icon notification if failed]
[Reset counter]
[Default]
[Status:]
[Account]
[APOP]
[Name:]
[Options]
[New Mail]
[Errors]
[Check while ...]
[Cancel]
[Choose modes]
[Offline]
[Online]
[Away]
[N/A]
[Occupied]
[DND]
[Free for chat]
[Invisible]
[On the phone]
[Out to lunch]
[YAMN General Options]
[TopToolBar button "Check mail"]
[Enable YAMN Main Menu]
[Show YAMN as a Protocol (Require Restart)]
[MailBrowser Options]
[Enable Close on Delete Button]
[Show long localised date]
[Don't show today's date]
[Date/Time Representation]
[Don't show seconds]
[Mail Notifications]
[Popup]
[Single popup]
[Multi popup]
[Use custom colour]
[No new mail notifications]
[Popup if no mail]
[Persistant message]
[Connection failure notifications]
[Popup notification if failed]
[..s Popup duration]
[Preview]
[Background colour]
[Text colour]
;file \plugins\YAMN\src\main.cpp
[Check &mail (All Account)]
[Check &mail (This Account)]
[Launch application]
[Check mail]
[Connect Fail]
;file \plugins\YAMN\src\main.h
[YAMN: new mail message]
[YAMN: connect failed]
;file \plugins\YAMN\src\services.cpp
[Nick]
[No new mail message]
;file \plugins\YAMN\src\browser\badconnect.cpp
[%s - connection error]
[An error occured. Error code: %d]
[Unknown error]
[ - connection error]
;file \plugins\YAMN\src\browser\mailbrowser.cpp
[%s - %d new mail messages, %d total]
[- new mail message(s)]
[%s : %d new mail message(s), %d total]
[%d new mail message(s), %d total]
[No new mail message, %d spam(s)]
[Invalid]
[Header]
[Value]
[Copy Selected]
[Copy All]
[Run application]
[Delete selected]
[Select All]
[From]
[Subject]
[Size]
[Date]
[Do you really want to delete %d selected mails?]
[Delete confirmation]
;file \plugins\YAMN\src\mails\mime.cpp
[Translate header error]
[Part]
;file \plugins\YAMN\src\proto\netlib.cpp
[%s connection]
;file \plugins\YAMN\src\proto\pop3\pop3comm.cpp
[Disconnected]
[POP3 protocol (internal)]
[Mail notifier and browser for Miranda NG. Included POP3 protocol.]
[Found new version of account book, not compatible with this version of YAMN.]
[YAMN (internal POP3) read error]
[Error reading account file. Account file corrupted.]
[Memory allocation error while data reading]
[Reading file error. File already in use?]
[Error while copying data to disk occured. File in use?]
[POP3 plugin- write file error]
[Connecting to server]
[Entering POP3 account]
[Searching for new mail message]
[Reading body %s]
[Reading new mail messages (%d%% done)]
[Deleting requested mails]
[Deleting spam]
[Memory allocation error.]
[Account is about to be stopped.]
[Cannot connect to POP3 server.]
[Cannot allocate memory for received data.]
[Cannot login to POP3 server.]
[Bad user or password.]
[Server does not support APOP authorization.]
[Error while executing POP3 command.]
[Cannot connect to server with NetLib.]
[Cannot send data.]
[Cannot receive data.]
[OpenSSL not loaded.]
[Windows socket 2.0 init failed.]
[DNS lookup error.]
[Error while creating base socket.]
[Error connecting to server with socket.]
[Error while creating SSL structure.]
[Error connecting socket with SSL.]
[Server rejected connection with SSL.]
[Cannot write SSL data.]
[Cannot read SSL data.]
[Error %d-%d-%d-%d:]
;file \plugins\YAMN\src\proto\pop3\pop3opt.cpp
[Network]
[YAMN]
[Accounts]
[General]
[Plugins]
[PopUps]
[No account selected]
[Time left to next check [s]: %d]
[New Account]
[Executables]
[All Files]
[Select executable used for notification]
[Dialog box error]
[Failed]
[Do you really want to delete this account?]
[Delete account confirmation]
[Please wait while no account is in use.]
[This is not a valid number value]
[Input error]
[Please select application to run]
[Cannot allocate memory space for new account]
[Memory error]
[Account Test]
[Account Test (failed)]
[You have N new mail messages]
[Connection failed message]
|