root/trunk/Resources/Colloquy.scriptTerminology

Revision 3414, 16.6 kB (checked in by timothy, 2 years ago)

Spelling corrections in the AppleScript? dictionary.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>Classes</key>
6         <dict>
7                 <key>JVBuddy</key>
8                 <dict>
9                         <key>Attributes</key>
10                         <dict>
11                                 <key>awayMessage</key>
12                                 <dict>
13                                         <key>Description</key>
14                                         <string>Away message for active nickname.</string>
15                                         <key>Name</key>
16                                         <string>away message</string>
17                                 </dict>
18                                 <key>compositeName</key>
19                                 <dict>
20                                         <key>Description</key>
21                                         <string>The buddy's full name in the user's preferred order.</string>
22                                         <key>Name</key>
23                                         <string>name</string>
24                                 </dict>
25                                 <key>firstName</key>
26                                 <dict>
27                                         <key>Description</key>
28                                         <string>First name from AddressBook.</string>
29                                         <key>Name</key>
30                                         <string>first name</string>
31                                 </dict>
32                                 <key>givenNickname</key>
33                                 <dict>
34                                         <key>Description</key>
35                                         <string>Given nickname from AddressBook.</string>
36                                         <key>Name</key>
37                                         <string>given nickname</string>
38                                 </dict>
39                                 <key>idleTime</key>
40                                 <dict>
41                                         <key>Description</key>
42                                         <string>Current idle time in seconds for the active nickname.</string>
43                                         <key>Name</key>
44                                         <string>idle time</string>
45                                 </dict>
46                                 <key>lastName</key>
47                                 <dict>
48                                         <key>Description</key>
49                                         <string>Last name from AddressBook.</string>
50                                         <key>Name</key>
51                                         <string>last name</string>
52                                 </dict>
53                                 <key>preferredName</key>
54                                 <dict>
55                                         <key>Description</key>
56                                         <string>Returns the user's preferred name. Either the active nickname, given nickname, or first and last name.</string>
57                                         <key>Name</key>
58                                         <string>preferred name</string>
59                                 </dict>
60                                 <key>primaryEmail</key>
61                                 <dict>
62                                         <key>Description</key>
63                                         <string>Primary email address from AddressBook.</string>
64                                         <key>Name</key>
65                                         <string>primary email</string>
66                                 </dict>
67                                 <key>status</key>
68                                 <dict>
69                                         <key>Description</key>
70                                         <string>The current status of the active nickname.</string>
71                                         <key>Name</key>
72                                         <string>status</string>
73                                 </dict>
74                                 <key>uniqueIdentifier</key>
75                                 <dict>
76                                         <key>Description</key>
77                                         <string>The unique identifier of the buddy. Same as the associated AddressBook entry.</string>
78                                         <key>Name</key>
79                                         <string>id</string>
80                                 </dict>
81                         </dict>
82                         <key>Description</key>
83                         <string>A buddy.</string>
84                         <key>Name</key>
85                         <string>buddy</string>
86                         <key>PluralName</key>
87                         <string>buddies</string>
88                 </dict>
89                 <key>JVChatConsolePanel</key>
90                 <dict>
91                         <key>Description</key>
92                         <string>Direct server console for advanced users.</string>
93                         <key>Name</key>
94                         <string>console panel</string>
95                         <key>PluralName</key>
96                         <string>console panels</string>
97                 </dict>
98                 <key>JVChatMessage</key>
99                 <dict>
100                         <key>Attributes</key>
101                         <dict>
102                                 <key>body</key>
103                                 <dict>
104                                         <key>Description</key>
105                                         <string>The body of the message.</string>
106                                         <key>Name</key>
107                                         <string>body</string>
108                                 </dict>
109                                 <key>bodyAsHTML</key>
110                                 <dict>
111                                         <key>Description</key>
112                                         <string>The message with possible HTML formatting.</string>
113                                         <key>Name</key>
114                                         <string>HTML</string>
115                                 </dict>
116                                 <key>date</key>
117                                 <dict>
118                                         <key>Description</key>
119                                         <string>The date and time this message occurred.</string>
120                                         <key>Name</key>
121                                         <string>timestamp</string>
122                                 </dict>
123                                 <key>ignoreStatus</key>
124                                 <dict>
125                                         <key>Description</key>
126                                         <string>If the message was ignored with one of the ignore rules.</string>
127                                         <key>Name</key>
128                                         <string>ignore status</string>
129                                 </dict>
130                                 <key>isAction</key>
131                                 <dict>
132                                         <key>Description</key>
133                                         <string>Does the message have action tense?</string>
134                                         <key>Name</key>
135                                         <string>action tense</string>
136                                 </dict>
137                                 <key>isHighlighted</key>
138                                 <dict>
139                                         <key>Description</key>
140                                         <string>Was the message highlighted for some reason?</string>
141                                         <key>Name</key>
142                                         <string>highlighted</string>
143                                 </dict>
144                                 <key>messageNumber</key>
145                                 <dict>
146                                         <key>Description</key>
147                                         <string>The id of this message.</string>
148                                         <key>Name</key>
149                                         <string>id</string>
150                                 </dict>
151                                 <key>sender</key>
152                                 <dict>
153                                         <key>Description</key>
154                                         <string>The sender of this message</string>
155                                         <key>Name</key>
156                                         <string>sender</string>
157                                 </dict>
158                                 <key>transcript</key>
159                                 <dict>
160                                         <key>Description</key>
161                                         <string>The transcript (log) this message belongs to.</string>
162                                         <key>Name</key>
163                                         <string>transcript</string>
164                                 </dict>
165                         </dict>
166                         <key>Description</key>
167                         <string>A chat message.</string>
168                         <key>Name</key>
169                         <string>message</string>
170                         <key>PluralName</key>
171                         <string>messages</string>
172                 </dict>
173                 <key>JVChatRoomMember</key>
174                 <dict>
175                         <key>Attributes</key>
176                         <dict>
177                                 <key>buddy</key>
178                                 <dict>
179                                         <key>Description</key>
180                                         <string>The buddy (if any) this member represents.</string>
181                                         <key>Name</key>
182                                         <string>buddy</string>
183                                 </dict>
184                                 <key>nickname</key>
185                                 <dict>
186                                         <key>Description</key>
187                                         <string>Member's nickname.</string>
188                                         <key>Name</key>
189                                         <string>name</string>
190                                 </dict>
191                                 <key>room</key>
192                                 <dict>
193                                         <key>Description</key>
194                                         <string>The chat room panel this member is part of.</string>
195                                         <key>Name</key>
196                                         <string>chat room panel</string>
197                                 </dict>
198                                 <key>uniqueIdentifier</key>
199                                 <dict>
200                                         <key>Description</key>
201                                         <string>The unique identifier of the member. Unique even if member changes nicknames.</string>
202                                         <key>Name</key>
203                                         <string>id</string>
204                                 </dict>
205                                 <key>user</key>
206                                 <dict>
207                                         <key>Description</key>
208                                         <string>The chat user for this member.</string>
209                                         <key>Name</key>
210                                         <string>chat user</string>
211                                 </dict>
212                         </dict>
213                         <key>Description</key>
214                         <string>Chat room member list item represented in the drawer list.</string>
215                         <key>Name</key>
216                         <string>member</string>
217                         <key>PluralName</key>
218                         <string>members</string>
219                 </dict>
220                 <key>JVChatRoomPanel</key>
221                 <dict>
222                         <key>Description</key>
223                         <string>Chat room panel.</string>
224                         <key>Name</key>
225                         <string>chat room panel</string>
226                         <key>PluralName</key>
227                         <string>chat room panels</string>
228                 </dict>
229                 <key>JVChatTranscript</key>
230                 <dict>
231                         <key>Attributes</key>
232                         <dict>
233                                 <key>automaticallyWritesChangesToFile</key>
234                                 <dict>
235                                         <key>Description</key>
236                                         <string>Save any changes to disk as they occur? Always false when there is no file association.</string>
237                                         <key>Name</key>
238                                         <string>auto save</string>
239                                 </dict>
240                                 <key>filePath</key>
241                                 <dict>
242                                         <key>Description</key>
243                                         <string>The file (if any) this transcript represents.</string>
244                                         <key>Name</key>
245                                         <string>file</string>
246                                 </dict>
247                                 <key>uniqueIdentifier</key>
248                                 <dict>
249                                         <key>Description</key>
250                                         <string>The unique identifier of the transcript.</string>
251                                         <key>Name</key>
252                                         <string>id</string>
253                                 </dict>
254                         </dict>
255                         <key>Description</key>
256                         <string>A log of a previous conversation.</string>
257                         <key>Name</key>
258                         <string>transcript</string>
259                         <key>PluralName</key>
260                         <string>transcripts</string>
261                 </dict>
262                 <key>JVChatTranscriptPanel</key>
263                 <dict>
264                         <key>Attributes</key>
265                         <dict>
266                                 <key>transcript</key>
267                                 <dict>
268                                         <key>Description</key>
269                                         <string>The transcript shown in the panel.</string>
270                                         <key>Name</key>
271                                         <string>transcript</string>
272                                 </dict>
273                         </dict>
274                         <key>Description</key>
275                         <string>A log panel of some previous conversation.</string>
276                         <key>Name</key>
277                         <string>transcript panel</string>
278                         <key>PluralName</key>
279                         <string>transcript panels</string>
280                 </dict>
281                 <key>JVDirectChatPanel</key>
282                 <dict>
283                         <key>Attributes</key>
284                         <dict>
285                                 <key>cantSendMessages</key>
286                                 <dict>
287                                         <key>Description</key>
288                                         <string>Can send messages?</string>
289                                         <key>Name</key>
290                                         <string>unavailable</string>
291                                 </dict>
292                                 <key>currentMessage</key>
293                                 <dict>
294                                         <key>Description</key>
295                                         <string>The current message that is being passed to plugins to process.</string>
296                                         <key>Name</key>
297                                         <string>current message</string>
298                                 </dict>
299                                 <key>isActive</key>
300                                 <dict>
301                                         <key>Description</key>
302                                         <string>Is the active (visible) view?</string>
303                                         <key>Name</key>
304                                         <string>active</string>
305                                 </dict>
306                                 <key>newHighlightMessagesWaiting</key>
307                                 <dict>
308                                         <key>Description</key>
309                                         <string>The number of new highlight messages since the panel was last active.</string>
310                                         <key>Name</key>
311                                         <string>new highlight messages waiting</string>
312                                 </dict>
313                                 <key>newMessagesWaiting</key>
314                                 <dict>
315                                         <key>Description</key>
316                                         <string>The number of new messages since the panel was last active.</string>
317                                         <key>Name</key>
318                                         <string>new messages waiting</string>
319                                 </dict>
320                                 <key>scriptTypedEncoding</key>
321                                 <dict>
322                                         <key>Description</key>
323                                         <string>The encoding to use when reading and sending messages.</string>
324                                         <key>Name</key>
325                                         <string>encoding</string>
326                                 </dict>
327                                 <key>target</key>
328                                 <dict>
329                                         <key>Description</key>
330                                         <string>The user or room that we engaged in conversation with.</string>
331                                         <key>Name</key>
332                                         <string>target</string>
333                                 </dict>
334                         </dict>
335                         <key>Description</key>
336                         <string>Direct (private) chat panel with another user.</string>
337                         <key>Name</key>
338                         <string>direct chat panel</string>
339                         <key>PluralName</key>
340                         <string>direct chat panels</string>
341                 </dict>
342                 <key>JVSmartTranscriptPanel</key>
343                 <dict>
344                         <key>Description</key>
345                         <string>A smart log panel with conversation filters.</string>
346                         <key>Name</key>
347                         <string>smart transcript panel</string>
348                         <key>PluralName</key>
349                         <string>smart transcript panels</string>
350                 </dict>
351                 <key>ListItem</key>
352                 <dict>
353                         <key>Attributes</key>
354                         <dict>
355                                 <key>information</key>
356                                 <dict>
357                                         <key>Description</key>
358                                         <string>Subtitle information to show when list has space.</string>
359                                         <key>Name</key>
360                                         <string>subtitle</string>
361                                 </dict>
362                                 <key>isEnabled</key>
363                                 <dict>
364                                         <key>Description</key>
365                                         <string>Is the list item enabled?</string>
366                                         <key>Name</key>
367                                         <string>enabled</string>
368                                 </dict>
369                                 <key>parent</key>
370                                 <dict>
371                                         <key>Description</key>
372                                         <string>This list item's parent.</string>
373                                         <key>Name</key>
374                                         <string>container</string>
375                                 </dict>
376                                 <key>title</key>
377                                 <dict>
378                                         <key>Description</key>
379                                         <string>Title to show in the list.</string>
380                                         <key>Name</key>
381                                         <string>name</string>
382                                 </dict>
383                                 <key>toolTip</key>
384                                 <dict>
385                                         <key>Description</key>
386                                         <string>The tooltip for the listem item.</string>
387                                         <key>Name</key>
388                                         <string>tooltip</string>
389                                 </dict>
390                         </dict>
391                         <key>Description</key>
392                         <string>Generic chat list item that all drawer items inherit from (e.g. members, etc.).</string>
393                         <key>Name</key>
394                         <string>list item</string>
395                         <key>PluralName</key>
396                         <string>list items</string>
397                 </dict>
398                 <key>NSApplication</key>
399                 <dict>
400                         <key>Description</key>
401                         <string>The Colloquy application.</string>
402                         <key>Name</key>
403                         <string>application</string>
404                         <key>PluralName</key>
405                         <string>applications</string>
406                 </dict>
407                 <key>NSWindow</key>
408                 <dict>
409                         <key>Attributes</key>
410                         <dict>
411                                 <key>activeChatViewController</key>
412                                 <dict>
413                                         <key>Description</key>
414                                         <string>Current visible panel for this chat window.</string>
415                                         <key>Name</key>
416                                         <string>active panel</string>
417                                 </dict>
418                                 <key>selectedListItem</key>
419                                 <dict>
420                                         <key>Description</key>
421                                         <string>Current selection in the drawer list.</string>
422                                         <key>Name</key>
423                                         <string>selected list item</string>
424                                 </dict>
425                         </dict>
426                         <key>Description</key>
427                         <string>A window that can contain panels.</string>
428                         <key>Name</key>
429                         <string>window</string>
430                         <key>PluralName</key>
431                         <string>windows</string>
432                 </dict>
433                 <key>Panel</key>
434                 <dict>
435                         <key>Attributes</key>
436                         <dict>
437                                 <key>connection</key>
438                                 <dict>
439                                         <key>Description</key>
440                                         <string>Connection this view uses.</string>
441                                         <key>Name</key>
442                                         <string>connection</string>
443                                 </dict>
444                                 <key>identifier</key>
445                                 <dict>
446                                         <key>Description</key>
447                                         <string>Concise description of the chat view and what it represents.</string>
448                                         <key>Name</key>
449                                         <string>description</string>
450                                 </dict>
451                                 <key>uniqueIdentifier</key>
452                                 <dict>
453                                         <key>Description</key>
454                                         <string>The unique identifier of the chat view controller.</string>
455                                         <key>Name</key>
456                                         <string>id</string>
457                                 </dict>
458                                 <key>window</key>
459                                 <dict>
460                                         <key>Description</key>
461                                         <string>Parent window.</string>
462                                         <key>Name</key>
463                                         <string>window</string>
464                                 </dict>
465                         </dict>
466                         <key>Description</key>
467                         <string>Generic window panel that all panels inherit from (e.g. direct chat panel, chat room panel, etc.)</string>
468                         <key>Name</key>
469                         <string>panel</string>
470                         <key>PluralName</key>
471                         <string>panels</string>
472                 </dict>
473         </dict>
474         <key>Commands</key>
475         <dict>
476                 <key>AddEventMessage</key>
477                 <dict>
478                         <key>Arguments</key>
479                         <dict>
480                                 <key>attributes</key>
481                                 <dict>
482                                         <key>Description</key>
483                                         <string>Custom information to be stored with this event message. Can be used by chat styles and is saved in transcripts.</string>
484                                         <key>Name</key>
485                                         <string>and attributes</string>
486                                 </dict>
487                                 <key>name</key>
488                                 <dict>
489                                         <key>Description</key>
490                                         <string>A name for this type of event message. This is not visible to the user, and should be fairly unique. Defaults to a name based on the calling script.</string>
491                                         <key>Name</key>
492                                         <string>with name</string>
493                                 </dict>
494                         </dict>
495                         <key>Description</key>
496                         <string>Add an event message to a chat room panel or direct chat panel. This will add a line to the display that is only visible to the local user. Defaults to the active panel of the front window if no other tell block specifies the target.</string>
497                         <key>Name</key>
498                         <string>add event message</string>
499                         <key>UnnamedArgument</key>
500                         <dict>
501                                 <key>Description</key>
502                                 <string>Message to add (visible to the user). (Plain text with HTML formatting. Must entity encode HTML special characters.)</string>
503                         </dict>
504                 </dict>
505                 <key>DisplayChatRoomBrowser</key>
506                 <dict>
507                         <key>Arguments</key>
508                         <dict>
509                                 <key>connection</key>
510                                 <dict>
511                                         <key>Description</key>
512                                         <string>The connection to select. No selection by default.</string>
513                                         <key>Name</key>
514                                         <string>for</string>
515                                 </dict>
516                                 <key>expanded</key>
517                                 <dict>
518                                         <key>Description</key>
519                                         <string>Should the browser be expanded? Default is no. The room list will be refreshed if the browser is expanded.</string>
520                                         <key>Name</key>
521                                         <string>expanded</string>
522                                 </dict>
523                                 <key>filter</key>
524                                 <dict>
525                                         <key>Description</key>
526                                         <string>A search filter to use. No filter by default.</string>
527                                         <key>Name</key>
528                                         <string>with filter</string>
529                                 </dict>
530                         </dict>
531                         <key>Description</key>
532                         <string>Displays a new chat room browser window. Users can select a room from an expanded browser, or type a room in manually.</string>
533                         <key>Name</key>
534                         <string>display chat room browser</string>
535                 </dict>
536                 <key>DisplayDirectChatPanel</key>
537                 <dict>
538                         <key>Arguments</key>
539                         <dict>
540                                 <key>connection</key>
541                                 <dict>
542                                         <key>Description</key>
543                                         <string>Only required if the user is a string. The connection where to find the user by nickname.</string>
544                                         <key>Name</key>
545                                         <string>on</string>
546                                 </dict>
547                                 <key>target</key>
548                                 <dict>
549                                         <key>Description</key>
550                                         <string>The member or chat user. You may also pass a string nickname if you also provide the connection.</string>
551                                         <key>Name</key>
552                                         <string>for</string>
553                                 </dict>
554                         </dict>
555                         <key>Description</key>
556                         <string>Open a direct chat panel to chat with another user.  Focuses an existing panel or makes a new panel.</string>
557                         <key>Name</key>
558                         <string>display direct chat panel</string>
559                 </dict>
560                 <key>newConnection</key>
561                 <dict>
562                         <key>Description</key>
563                         <string>Prompts to make a new connection.</string>
564                         <key>Name</key>
565                         <string>display new connection dialog</string>
566                 </dict>
567         </dict>
568         <key>Description</key>
569         <string>Classes and commands for Colloquy high-level scripting.</string>
570         <key>Enumerations</key>
571         <dict>
572                 <key>BuddyStatus</key>
573                 <dict>
574                         <key>Available</key>
575                         <dict>
576                                 <key>Name</key>
577                                 <string>available</string>
578                         </dict>
579                         <key>Away</key>
580                         <dict>
581                                 <key>Name</key>
582                                 <string>away</string>
583                         </dict>
584                         <key>Idle</key>
585                         <dict>
586                                 <key>Name</key>
587                                 <string>idle</string>
588                         </dict>
589                         <key>Offline</key>
590                         <dict>
591                                 <key>Name</key>
592                                 <string>offline</string>
593                         </dict>
594                 </dict>
595                 <key>IgnoreStatus</key>
596                 <dict>
597                         <key>MessageIgnored</key>
598                         <dict>
599                                 <key>Name</key>
600                                 <string>message ignored</string>
601                         </dict>
602                         <key>NotIgnored</key>
603                         <dict>
604                                 <key>Name</key>
605                                 <string>not ignored</string>
606                         </dict>
607                         <key>UserIgnored</key>
608                         <dict>
609                                 <key>Name</key>
610                                 <string>user ignored</string>
611                         </dict>
612                 </dict>
613         </dict>
614         <key>Name</key>
615         <string>Colloquy Suite</string>
616 </dict>
617 </plist>
Note: See TracBrowser for help on using the browser.