blob: c13613c9abe18d55fd64da8156b23335de55eac1 (
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
|
#muuid {dbe8c990-7aa0-458d-bab7-33eb07238e71}
;============================================================
; File: AvatarHistory.dll
; Plugin: Avatar history
; Version: 0.1.0.1
; Authors: Matthew Wild (MattJ), Ricardo Pescuma Domenecci
;============================================================
[This plugin keeps backups of all your contacts' avatar changes and/or shows popups.]
;file \plugins\AvatarHistory\res\AvatarHistory.rc
[Avatar List Popup]
[Save As...]
[Delete this entry]
[Delete this entry and the bitmap file]
[Avatar History]
[Static]
[Open Folder]
[Store this user's old avatars in disk]
[Log this user's avatars changes to history]
[Show popups for this user]
[OK]
OK
[Protocols]
[Enable tracking for these protocols:]
[MetaContacts have special handling: the info is always copied from subcontacts (notifications from a meta are ignored)]
[Show popup when a contact change his avatar]
[Colors]
Farby
[Background color]
Farba pozadia
[Text color]
Fraba textu
[Use Windows colors]
[Use default colors]
[Delay]
[From Popup plugin]
[Custom]
[Permanent]
[Actions]
[On right click:]
[On left click:]
[Track]
[Avatar change:]
[Avatar removal:]
[Preview]
[Avatar History: Select how to store history avatars]
[Please select how the avatar history should be stored. This setting CANNOT be changed in future, because it would cause all previous history to be lost.]
[Store history in miranda history and all history avatars in same folder]
[Store history in miranda history and history avatars in per protocol folders]
[Store history in miranda history and history avatars in per contact folders using shortcuts]
[Store history avatars in per contact folders using shortcuts]
[Store history avatars in per contact folders]
[History is stored inside miranda db. It can be seen by History++ or Avatar History internal viewer.]
[All avatars are stored as <Profile>\\Avatars History\\<Avatar Hash>]
[All avatars are stored as <Profile>\\Avatars History\\<Protocol>\\<Avatar Hash>]
[All avatars are stored as <Profile>\\Avatars History\\<Protocol>\\<Avatar Hash> and have a shortcut per history entry in <Profile>\\Avatars History\\<Protocol>\\<Contact ID>\\<Timestamp>]
[History is stored only in disk. It can be seen by Avatar History internal viewer.]
[All avatars are stored as <Profile>\\Avatars History\\<Protocol>\\<Contact ID>\\<Timestamp> (the same image can be stored lot of times)]
;file \plugins\AvatarHistory\src\AvatarDlg.cpp
[Avatar History for %s]
[Are you sure you wish to delete this history entry?\nOnly the entry in history will be deleted, bitmap file will be kept!]
[Delete avatar log?]
[Are you sure you wish to delete this avatar shortcut?\nOnly shortcut will be deleted, bitmap file will be kept!]
[Are you sure you wish to delete this archived avatar?\nThis will delete the history entry and the bitmap file.\nWARNING:This can affect more than one entry in history!]
[Delete avatar?]
[Are you sure you wish to delete this archived avatar?\nThis will delete the shortcut and the bitmap file.\nWARNING:This can affect more than one shortcut!]
[Avatar History is empty!]
[avatar path is null.]
[View Avatar History]
[Save Avatar for %s]
[Save Avatar]
;file \plugins\AvatarHistory\src\AvatarHistory.cpp
[AVH Debug]
[Removed avatar, no avatar before...skipping]
[Hashes are the same... skipping]
[Avatar History: Unable to save avatar]
[AVH Debug: File copied successfully]
[Avatars]
[Contact changed avatar]
[Contact removed avatar]
;file \plugins\AvatarHistory\src\AvatarHistory.h
[removed his/her avatar]
[changed his/her avatar]
;file \plugins\AvatarHistory\src\icolib.cpp
[History]
[Avatar Overlay]
;file \plugins\AvatarHistory\src\options.cpp
[Do nothing]
[Close popup]
[Show avatar history]
[Show contact history]
[Test Contact]
[Test description]
[Avatar]
[Popups]
[Avatar Change]
;file \plugins\AvatarHistory\src\utils.cpp
[Unknown UIN]
[Unknown Protocol]
[AVH Debug: GetOldStyleAvatarName]
[Avatar History: Unable to create shortcut]
[AVH Debug: Shortcut created successfully]
|