blob: 8da99e2e12c0d4d29f9bc8b7ba59c66fc1715a4c (
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
|
#muuid {49bd9f2a-3111-4eb9-87e3-71e69cd97f7c}
;============================================================
; File: QuickSearch.dll
; Plugin: Quick Search
; Version: 1.5.0.4
; Authors: Bethoven, Awkward
;============================================================
[This plugin allows you to quick search for nickname, firstname, lastname, email, uin in your contact list.]
;file \plugins\QuickSearch\res\resource.rc
[Reload]
[New]
[Up]
[Down]
[Delete]
[Default]
[Settings]
[Title:]
[Type:]
[Data type:]
[Module:]
[Setting:]
[Info type:]
[Save]
[Tool Window Style]
[Draw Grid]
[Save search pattern]
[Auto Close mode]
[Sort by Status]
[Show Client Icons]
[Additional Options]
[Refresh]
[Show Offline contacts]
[Colorize]
;file \plugins\QuickSearch\src\main.cpp
[Quick Search]
[Open Quick Search window]
[New Column]
[Column Up]
[Column Down]
[Delete Column]
[Male]
[Female]
[Normal background]
[Normal foreground]
[Odd background]
[Odd foreground]
[Disabled account background]
[Disabled account foreground]
[Deleted account background]
[Deleted account foreground]
[Hidden contact background]
[Hidden contact foreground]
[Metacontact background]
[Metacontact foreground]
[Subcontact background]
[Subcontact foreground]
;file \plugins\QuickSearch\src\options.cpp
[Script]
[Service]
[Contact info]
[Other]
[Metacontact]
[Title]
[Module/Info type]
[Setting]
[Database setting]
[Byte]
[Word]
[Dword]
[Signed]
[Hexadecimal]
[String]
[Timestamp]
[Last seen]
[Last event]
[Event count]
[Display name]
[Account name]
[New column]
[Contacts]
;file \plugins\QuickSearch\src\utils.cpp
[Account]
[Gender]
[UserID]
[Nickname]
[First name]
[Last name]
[Group]
[Container]
[Email]
[Client ID]
[Online since]
[Contact add time]
[Nick]
[Custom nick]
[City]
[State]
[Country]
[Phone]
[Homepage]
[About]
[Age]
[First name/Last name]
[Unique ID]
[Fax]
[Cellular]
[Time zone]
[My notes]
[Birth day]
[Birth month]
[Birth year]
[Street]
[ZIP code]
[Language #1]
[Language #2]
[Language #3]
[Company name]
[Company department]
[Company position]
[Company street]
[Company city]
[Company state]
[Company ZIP]
[Company country]
[Company homepage]
[Display ID]
;file \plugins\QuickSearch\src\window.cpp
[Unknown]
[Stay on Top]
;file \plugins\QuickSearch\src\window_misc.cpp
[Do you really want to delete selected contacts?]
[Warning]
[%i users found (%i) Online: %i]
[deleted]
[disabled]
[active]
[Online]
[All]
[Editing of column %s]
[Enter new cell value]
[Change setting through QS]
[Selected %d contacts]
[&Delete]
[&Copy]
[C&onvert to Meta]
[Attach to &Tab container]
[&Move to Group]
[Some of selected contacts in different metacontacts already]
[One or more contacts already belong to the same metacontact. Try to convert anyway?]
|