summaryrefslogtreecommitdiff
path: root/langpacks/czech/Untranslated/Jabber.txt
blob: cb7f722d5c360db2c9697e66cf1b18498073f49f (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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
;[ %c %s (%s: %s, %s: %s)\r\n]
;[ %c %s: %s, %s: %s\r\n]
;[ %c %s\r\n]
;[ %s]
;[ (SecureIM)]
;[ (nickname: ]
;[ [%s]]
;[ and ]
;[ avatar.]
;[ | ]
;[%%%02X]
;[%%TEMP%%\\captcha.%s]
;[%%miranda_avatarcache%%\\Jabber]
;[%+03d:%02d]
;[%.4i%.2i%.2iT%.2i:%.2i:%.2i]
;[%.4i-%.2i-%.2iT%.2i:%.2i:%.2iZ]
;[%02d:%02d:%02d]
;[%04d-%02d-%02dT%02d:%02d:%02d.%dZ]
;[%04d-%02d-%02dT%02d:%02d:%02dZ]
;[%2x]
;[%d-%d-%d]
;[%d.%d.%d.%d]
;[%d:%d:%d]
;[%miranda_avatarcache%]
;[%s %d: %s]
;[%s %d: %s\r\n%s]
;[%s %s %s]
;[%s %s.]
;[%s %s?]
;[%s %s@]
;[%s %s@%S:%d?]
;[%s (%d)]
;[%s (*.*)]
;[%s (*.xml)%c*.xml%c%c]
;[%s - %s]
;[%s -1: %s]
;[%s <%s>]
;[%s [%s, %d]]
;[%s [%s: %s]]
;[%s [%s]]
;[%s#%s]
;[%s%s%s]
;[%s%s%s%s]
;[%s%s\t%s]
;[%s, %d items (%s)]
;[%s/%s]
;[%s: ]
;[%s: %s]
;[%s: %s\r\n]
;[%s:\n%s]
;[%s:\n%s\n%s]
;[%s@]
;[%s@%s]
;[%s@%s (%s)]
;[%s@%s/%s]
;[%s\\Jabber]
;[%s\n%s %s %s]
;[%s\r\n]
;[%s\r\n%s]
;[%title% - %artist%]
;[%u%u]
;[&Accept]
;[&Leave chat session]
;[&Send presence]
;[(SecureIM)]
;[*.BMP]
;[*.GIF]
;[*.JPG;*.JPEG]
;[-----BEGIN PGP MESSAGE-----\r\n\r\n]
;[-//HandGen//NONSGML vGen v1.0//EN]
;[...%s]
;[..\\Icons\\xstatus_jabber.dll]
;[.\\]
;[/%s]
;[/me ]
;[/me slaps %s around a bit with a large trout]
;[0.7.0.13]
;[1.0]
;[2.0]
;[:]
;[</b>\t]
;[<advanced status slot>]
;[<b>]
;[<no nick>]
;[<none>]
;[<room jid>\nIncoming groupchat invitation.]
;[<room jid>\nSend groupchat invitation.]
;[A description of the node]
;[A friendly name for the node]
;[A list of entities with administrative privileges]
;[A list of entities with whom communication is allowed]
;[A list of entities with whom communication is blocked]
;[A list of joined groupchat rooms]
;[A list of pending file transfers]
;[A list of registered entities]
;[A presence or availability status]
;[ADR]
;[Abkhazian]
;[Account name associated with the user]
;[Account type:]
;[Activate (Space)]
;[Ad-hoc commands]
;[Add]
;[Add list... (Ins)]
;[Add rule (Ins)]
;[Add search directory]
;[Advanced Status]
;[Afar]
;[Affiliation of %s was changed to '%s'.]
;[Affiliation:]
;[Affiliations that May Discover Real JIDs of Occupants]
;[Akan]
;[Alpha build]
;[Alternate nick:]
;[Amharic]
;[Amorous]
;[Android]
;[Another resource with which to continue the session]
;[Aragonese]
;[Assamese]
;[Authorize]
;[Automatically delete contacts not in my roster]
;[Avaric]
;[Avestan]
;[Away]
;[Aymara]
;[BDAY]
;[BINVAL]
;[BMP %s (*.bmp)]
;[Bad request]
;[Bambara]
;[Bashkir]
;[Basque]
;[Bengali]
;[Bihari]
;[Bislama]
;[Bokmaal, Norwegian; Norwegian Bokmaal]
;[Bombus]
;[BombusMod]
;[Breton]
;[Browse]
;[Browse all favorites]
;[Bytestream Proxy not available]
;[CELL]
;[Can negotiate options for specific features]
;[Can request advanced processing of message stanzas]
;[Can't send data while you are offline.]
;[Cancel]
;[Catalan; Valencian]
;[Category]
;[Cautious]
;[Cell]
;[Central Khmer]
;[Change global status]
;[Chechen]
;[Chichewa; Chewa; Nyanja]
;[Choose the groupchats you want to leave]
;[Church Slavic; Old Slavonic]
;[Chuvash]
;[Closing in %d]
;[Command completed successfully]
;[Confident]
;[Confirm password]
;[Confirmation needed]
;[Conflict]
;[Connecting...]
;[Contemplative]
;[Copy in-room JID]
;[Cornish]
;[Corsican]
;[Crazy]
;[Creative]
;[Cree]
;[DESC]
;[DIGEST-MD5]
;[DND]
;[Date of birth:]
;[Debug build]
;[Dejected]
;[Delete]
;[Description:]
;[Desired Nickname]
;[Disable remote controlling (check twice what you are doing)]
;[Disclosure of content, decryption keys or identities]
;[Dismayed]
;[Divehi; Dhivehi; Maldivian]
;[Do Not Disturb]
;[Dutch; Flemish]
;[Dzongkha]
;[E-mail:]
;[Edit]
;[Edit rule... (F2)]
;[Else]
;[Else ]
;[Email Address]
;[Email address of the user]
;[Enable server-side history]
;[Enter the text you see]
;[Error]
;[Error occurred while applying changes]
;[Error occurred while setting default list]
;[Ewe]
;[ExcelWorkbook]
;[Expert]
;[Exported roster]
;[Extended Away (N/A)]
;[FAQ Entry]
;[FAX]
;[FORM_TYPE]
;[Facebook Chat]
;[Failed to retrieve room list from server.]
;[Familiar name of the user]
;[Family Name]
;[Faroese]
;[Fijian]
;[File transfer refused]
;[Filter history messages]
;[First Name]
;[First name or given name of the user]
;[Forbidden]
;[Forward options]
;[Free for chat]
;[From]
;[From: %s]
;[Fulah]
;[Full List of Room Admins]
;[Full List of Room Owners]
;[Full name of the user]
;[GIF %s (*.gif)]
;[GMail]
;[GSS-SPNEGO]
;[GSSAPI]
;[GTalk]
;[GTalk Bot]
;[Gaelic; Scottish Gaelic]
;[Galician]
;[Ganda]
;[General]
;[Georgian]
;[Google Talk]
;[Grant authorization]
;[Grateful]
;[Greek, Modern (1453-)]
;[Grieving]
;[Group]
;[Guarani]
;[HOME]
;[HTTP Authorization\nAccept or reject incoming request]
;[Haitian; Haitian Creole]
;[Hausa]
;[Hello]
;[Herero]
;[Hiri Motu]
;[Hopeful]
;[Host:]
;[Http authentication request received]
;[I agree]
;[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
;[INTERNET]
;[Idle]
;[Ido]
;[If group is ']
;[If group is '%s' then]
;[If jabber id is ']
;[If jabber id is '%s' then]
;[If subscription is ']
;[If subscription is '%s' then]
;[If you wish to confirm this request, please click authorize. Otherwise, press deny to reject it.]
;[Igbo]
;[In awe]
;[Inactive]
;[Incoming groupchat invitation.]
;[Incoming note]
;[Info request error]
;[Interlingua (International Auxiliary Language Association)]
;[Interlingue]
;[Internal server error]
;[Inuktitut]
;[Inupiaq]
;[Invisible]
;[Invitation reason:]
;[Invite %s to %s]
;[Invite to room]
;[Irish]
;[Items request error]
;[JPEG %s (*.jpg;*.jpeg)]
;[Jabber Account Information:]
;[Jabber Ad-Hoc commands at]
;[Jabber Bookmarks Error]
;[Jabber Conference Room Configuration]
;[Jabber Error]
;[Jabber Link Protocol]
;[JabberDataFormControl]
;[JabberInfoFrameClass]
;[Javanese]
;[Jid: %s\r\n]
;[Kalaallisut; Greenlandic]
;[Kannada]
;[Kanuri]
;[Kashmiri]
;[Kazakh]
;[Keep connection alive]
;[Kikuyu; Gikuyu]
;[Kinyarwanda]
;[Kirghiz; Kyrgyz]
;[Komi]
;[Kongo]
;[Kuanyama; Kwanyama]
;[Last Name]
;[Last name, surname, or family name of the user]
;[Latin]
;[Leave groupchats]
;[Limburgan; Limburger; Limburgish]
;[Lingala]
;[List has no rules, empty lists will be deleted then changes applied]
;[List4]
;[Locality portion of a physical or mailing address]
;[Login server:]
;[Logoff]
;[Logon]
;[Lost]
;[Luba-Katanga]
;[Lucky]
;[Luxembourgish; Letzeburgesch]
;[MODEM]
;[MSG]
;[Malagasy]
;[Malayalam]
;[Maltese]
;[Manx]
;[Maori]
;[Marathi]
;[Mark messages as read]
;[Marshallese]
;[Maximum Number of Room Occupants]
;[Mean]
;[Member Info:]
;[Member Information]
;[Member Information\n<user id>]
;[Message]
;[Message redirected from: %s\r\n%s]
;[Microsoft Windows]
;[Minimum security level]
;[Miranda IM Jabber]
;[Miranda NG]
;[Miranda NG Jabber]
;[Miranda NG Jabber Protocol]
;[Miranda NG core version]
;[Moldavian]
;[Move down]
;[Move rule down (Alt+Down)]
;[Move rule up (Alt+Up)]
;[Move up]
;[Multi-User Conference]
;[NICKNAME]
;[NTLM]
;[Natural Language for Room Discussions]
;[Natural-Language Room Name]
;[Navajo; Navaho]
;[Navigate]
;[Ndebele, North; North Ndebele]
;[Ndebele, South; South Ndebele]
;[Ndonga]
;[Negotiate]
;[Nepali]
;[Nick name:]
;[Nick:]
;[Nickname:]
;[No compatible file transfer machanism exist]
;[No rooms available on server.]
;[Northern Sami]
;[Norwegian Nynorsk; Nynorsk, Norwegian]
;[Not acceptable]
;[Not allowed]
;[Notes are not saved, close this window without uploading data to server?]
;[Number of roster items for an account]
;[OK]
;[ORG]
;[Occitan (post 1500); Provencal]
;[Occupied]
;[Office]
;[Offline]
;[Ojibwa]
;[On the phone]
;[One or more addresses for communication related to abusive traffic]
;[One or more addresses for communication related to sales and marketing]
;[One or more addresses for communication related to security concerns]
;[One or more addresses for customer feedback]
;[One or more addresses for customer support]
;[Online]
;[Operating system]
;[Operating system version]
;[Oriya]
;[Oromo]
;[Ossetian; Ossetic]
;[Out to lunch]
;[Outcast]
;[Outgoing XML parsing error]
;[Outraged]
;[PAGER]
;[PHOTO]
;[PLAIN]
;[Pali]
;[Panjabi; Punjabi]
;[Password or secret for the user]
;[Password verification]
;[Password:]
;[Passwords do not match.]
;[Payload type]
;[Payment required]
;[Phone:]
;[Please confirm Miranda NG shutdown]
;[Please save list before you make it the default list]
;[Please specify groupchat directory first.]
;[Please switch online to see more details.]
;[Please wait for room list to download.]
;[Please wait...]
;[PopupMenuHost]
;[Port:]
;[Postal code portion of a physical or mailing address]
;[Precondition: node configuration with the specified access model]
;[Primary written language of the chat (each value appears in order of preference and conforms to RFC 4646 and the IANA registry)]
;[Priority]
;[Progress1]
;[Protocol is offline or no jid]
;[Protocols/Jabber/Accounts]
;[Protocols/Jabber/Activities]
;[Protocols/Jabber/Moods]
;[Pushto]
;[Quechua]
;[Quit Miranda NG]
;[ROLE]
;[Real JID not available]
;[Real JID:]
;[Recently visited chatrooms:]
;[Redirect]
;[Region portion of a physical or mailing address]
;[Register account now]
;[Registration required]
;[Relaxed]
;[Remember password for this session]
;[Remote server error]
;[Remote server timeout]
;[Remove]
;[Remove all favorites]
;[Remove list (Del)]
;[Remove rule (Del)]
;[Request authorization]
;[Request method is:]
;[Request timeout]
;[Request was sent from JID:]
;[Reset log]
;[Restless]
;[Revoke authorization]
;[Role of %s was changed to '%s'.]
;[Role:]
;[Roles for which Presence is Broadcast]
;[Romansh]
;[Room configuration was changed.]
;[Room list request timed out.]
;[Rundi]
;[S.ms]
;[SCRAM-SHA-1]
;[Samoan]
;[Sango]
;[Sanskrit]
;[Sardinian]
;[Satisfied]
;[Save]
;[Save password]
;[Save password permanently]
;[Send groupchat invitation.]
;[Sending Ad-Hoc command to]
;[Serbian]
;[Serious]
;[Service unavailable]
;[Set Options]
;[Set affiliation]
;[Set as default (Ctrl+Space)]
;[Set role]
;[Shona]
;[Short Description of Room]
;[Sichuan Yi]
;[Sinhala; Sinhalese]
;[Software]
;[Software information]
;[Software version]
;[Someone (maybe you) has requested the following file:]
;[Sotho, Southern]
;[Spanish; Castilian]
;[Spontaneous]
;[State:]
;[Status Icons/%s/]
;[Status message]
;[Status text:]
;[Status:]
;[Street portion of a physical or mailing address]
;[String]
;[Strong]
;[Subject: ]
;[Sundanese]
;[Supports Miranda NG notes extension]
;[Supports SecureIM plugin for Miranda NG]
;[Supports XHTML formatting of chat messages]
;[Supports attention requests ('nudge]
;[Supports chat history management]
;[Supports chat history retrieving]
;[Supports generic publish-subscribe functionality]
;[Swati]
;[TEL]
;[TITLE]
;[TYPE]
;[Table]
;[Tahitian]
;[Tajik]
;[Telugu]
;[Thankful]
;[The DateTime at which a leased subscription will end or has ended]
;[The IP addresses of an account's online sessions]
;[The JID of the node creator]
;[The JIDs of those to contact with questions]
;[The JIDs of those with an affiliation of owner]
;[The JIDs of those with an affiliation of publisher]
;[The Jabber ID of a single entity to which an operation applies]
;[The Jabber ID of one or more entities to which an operation applies]
;[The Jabber IDs associated with active sessions]
;[The Jabber IDs associated with online users]
;[The Jabber IDs that have been disabled]
;[The NodeID of the relevant node]
;[The Room Password]
;[The SubID of the subscription]
;[The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.]
;[The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine]
;[The address (JID) of the subscriber]
;[The child nodes (leaf or collection) associated with a collection]
;[The collection with which a node is affiliated]
;[The datetime when the node was created]
;[The default language of the node]
;[The email address for a user]
;[The family (last) name of a user]
;[The given (first) name of a user]
;[The last login time (per XEP-0082) of a user]
;[The list of JIDs that may associated leaf nodes with a collection]
;[The maximum number of child nodes that can be associated with a collection]
;[The maximum number of items associated with a search or list]
;[The maximum number of items to persist]
;[The maximum payload size in bytes]
;[The minimum number of milliseconds between sending any two notification digests]
;[The name of the node]
;[The names of an account's online sessions]
;[The new priority for the client]
;[The number of disabled entities]
;[The number of logins per minute for an account]
;[The number of online entities]
;[The number of online entities that are active]
;[The number of online entities that are idle]
;[The number of registered entities]
;[The number of seconds to delay before applying a change]
;[The number of stanzas being sent per second by an account]
;[The number of subscribers to the node]
;[The password for an account]
;[The presence states for which an entity wants to receive notifications]
;[The publisher model]
;[The roster group(s) allowed to subscribe and retrieve items]
;[The specific JID(s) to specify for replyto]
;[The specific multi-user chat rooms to specify for replyroom]
;[The status message text]
;[The text of a message of the day]
;[The text of a welcome message]
;[The text of an announcement to be sent to active users or all users]
;[The transaction identifier is:]
;[The type of node data, usually specified by the namespace of the payload (if any); MAY be list-single rather than text-single]
;[There is no groupchats to leave]
;[Tibetan]
;[Tigrinya]
;[Tonga (Tonga Islands)]
;[Transport]
;[Tsonga]
;[Tswana]
;[Turkmen]
;[Twi]
;[Type]
;[Type:]
;[URL]
;[Uighur; Uyghur]
;[Unable to save list because you are currently offline.]
;[Unauthorized]
;[Undefined]
;[Unicode build]
;[Uptime]
;[Use SSL]
;[Use this proxy]
;[User %s changed status to %s]
;[User %s changed status to %s with message: %s]
;[User %s in now banned.]
;[User &details]
;[Username:]
;[Uzbek]
;[VIDEO]
;[VOICE]
;[Venda]
;[Version]
;[Vkontakte]
;[Volapuk]
;[WORK]
;[Walloon]
;[Warning: privacy lists were changed on server.]
;[Weak]
;[Western Frisian]
;[Whether a Password is Required to Enter]
;[Whether allowed to log messages (i.e., whether Off-The-Record mode is required)]
;[Whether allowed to use XHTML-IM formatting per XEP-0071]
;[Whether an Make Room Members-Only]
;[Whether an entity wants to receive an XMPP message body in addition to the payload format]
;[Whether an entity wants to receive digests (aggregations) of notifications or all notifications individually]
;[Whether an entity wants to receive or disable notifications]
;[Whether may send Chat State Notifications per XEP-0085]
;[Whether owners or publisher should receive replies to items]
;[Whether the node is a leaf (default) or a collection]
;[Whether to Allow Occupants to Change Subject]
;[Whether to Allow Occupants to Invite Others]
;[Whether to Allow Public Searching for Room]
;[Whether to Enable Logging of Room Conversations]
;[Whether to Make Room Moderated]
;[Whether to Make Room Persistent]
;[Whether to accept the invitation]
;[Whether to allow subscriptions]
;[Whether to allow the subscription]
;[Whether to automatically accept file transfers]
;[Whether to automatically authorize subscription requests]
;[Whether to automatically go offline when idle]
;[Whether to automatically open new messages]
;[Whether to deliver notifications to available users only]
;[Whether to deliver payloads with event notifications]
;[Whether to enable Message Receipts per XEP-0184]
;[Whether to notify subscribers when items are removed from the node]
;[Whether to notify subscribers when the node configuration changes]
;[Whether to notify subscribers when the node is deleted]
;[Whether to persist items to storage]
;[Whether to play sounds]
;[Whether to renegotiate the session]
;[Whether to send items to new subscribers]
;[Whether to terminate the session]
;[Who may associate leaf nodes with a collection]
;[Who may subscribe and retrieve items]
;[Wolof]
;[Workbook]
;[Worksheet]
;[XML for MS Excel (UTF-8 encoded)]
;[Xhosa]
;[You are invited to conference room by]
;[You can change your password only when you are online]
;[You must be online]
;[Your URL]
;[Zhuang; Chuang]
;[Zulu]
;[[This message is encrypted.]]
;[\r\n]
;[\r\n%s: %s\r\n]
;[\r\n%s:\r\n]
;[\r\n-----END PGP MESSAGE-----\r\n]
;[abuse-addresses]
;[accept]
;[account]
;[accountjid]
;[accountjids]
;[action]
;[activate]
;[activeuserjids]
;[activeusersnum]
;[activity]
;[add]
;[address]
;[addresses]
;[admin]
;[adminjids]
;[affiliation]
;[aim]
;[aim*]
;[all]
;[all.]
;[allow]
;[allow ]
;[allow-shutdown]
;[amp]
;[announcement]
;[anonymous]
;[application]
;[archive]
;[attention]
;[auth]
;[auto]
;[auto-auth]
;[auto-files]
;[auto-msg]
;[auto-offline]
;[autojoin]
;[automation]
;[available]
;[away]
;[bad-profile]
;[bad-request]
;[bad-sessionid]
;[bcdfghjklmnpqrstvwxz0123456789]
;[because room is now members-only]
;[berkeley]
;[binary/octet-stream]
;[bind]
;[blacklistjids]
;[block-size]
;[body]
;[body=]
;[boolean]
;[bot]
;[branch]
;[button]
;[bytestreams]
;[c2s]
;[cancel]
;[canceled]
;[captcha]
;[cert]
;[challenge]
;[chatroom]
;[city]
;[client]
;[close]
;[code]
;[collaboration]
;[collection]
;[combobox]
;[command]
;[command-list]
;[command-node]
;[complete]
;[completed]
;[component]
;[composing]
;[compress]
;[compressed]
;[compression]
;[condition]
;[conference]
;[confirm]
;[conflict]
;[console]
;[continue]
;[current]
;[data]
;[declined subscription]
;[delay]
;[delete]
;[deliver-at]
;[delivered]
;[deny]
;[deny ]
;[desc]
;[destroy]
;[dict*]
;[digest]
;[directory]
;[disableduserjids]
;[disabledusersnum]
;[disclosure]
;[disco]
;[disk*]
;[display]
;[dnd]
;[edit]
;[email]
;[enable-rc]
;[encoding]
;[error]
;[event]
;[exact]
;[execute]
;[executing]
;[ext]
;[failure]
;[false]
;[family]
;[feature]
;[feedback-addresses]
;[field]
;[field[@var='FORM_TYPE']/value]
;[field[@var='os']/value]
;[field[@var='os_version']/value]
;[field[@var='software']/value]
;[field[@var='software_version']/value]
;[field[@var='x-miranda-core-is-alpha']/value]
;[field[@var='x-miranda-core-is-unicode']/value]
;[field[@var='x-miranda-core-version']/value]
;[field[@var='x-miranda-is-alpha']/value]
;[field[@var='x-miranda-is-unicode']/value]
;[field[@var='x-miranda-jabber-is-debug']/value]
;[file]
;[files]
;[first]
;[fixed]
;[forbidden]
;[form]
;[ftproxy_%d]
;[fullname]
;[gadu-gadu]
;[gateway]
;[generic]
;[get]
;[given]
;[given_name]
;[gone]
;[google:shared-status]
;[group]
;[groupchat]
;[groupchats]
;[gtalk.*.*]
;[handheld]
;[has set the subject to:]
;[headline]
;[hidden]
;[history]
;[host]
;[hostname]
;[http-ws]
;[http://etherx.jabber.org/streams]
;[http://jabber.org/network/serverinfo]
;[http://jabber.org/protocol/admin]
;[http://jabber.org/protocol/chatstates]
;[http://jabber.org/protocol/compress]
;[http://jabber.org/protocol/httpbind]
;[http://jabber.org/protocol/muc#admin]
;[http://jabber.org/protocol/muc#owner]
;[http://jabber.org/protocol/muc#register]
;[http://jabber.org/protocol/muc#roomconfig]
;[http://jabber.org/protocol/pubsub#meta-data]
;[http://jabber.org/protocol/pubsub#node_config]
;[http://jabber.org/protocol/pubsub#publish-options]
;[http://jabber.org/protocol/pubsub#subscribe_authorization]
;[http://jabber.org/protocol/pubsub#subscribe_options]
;[http://jabber.org/protocol/rc]
;[http://jabber.org/protocol/xhtml-im]
;[http://mail.google.com]
;[http://miranda-im.org]
;[http://miranda-im.org/caps]
;[http://miranda-ng.org]
;[http://talk.google.com/xmpp/bot]
;[http://talk.google.com/xmpp/bot/caps]
;[http://www.android.com]
;[http://www.google.com]
;[http://www.w3.org/TR/REC-html40]
;[icq]
;[identity]
;[idleusersnum]
;[image/bmp]
;[image/gif]
;[image/jpeg]
;[image/png]
;[incoming presences]
;[info]
;[initiator]
;[instructions]
;[invisible]
;[invite]
;[ipaddresses]
;[irc]
;[irc*]
;[item]
;[item-not-found]
;[item/activity[@xmlns=']
;[item/mood[@xmlns=']
;[item/tune[@xmlns=']
;[items]
;[jab]
;[jabber.org]
;[jabber:client]
;[jabber:iq:auth]
;[jabber:iq:gateway]
;[jabber:iq:register]
;[jabber:iq:search]
;[jabber:x:avatar]
;[jabber:x:conference]
;[jabber:x:delay]
;[jabber:x:encrypted]
;[jid]
;[jid-multi]
;[jingle]
;[join]
;[key]
;[label]
;[language]
;[last]
;[lastlogin]
;[ldap]
;[leaf]
;[length]
;[list]
;[list-multi]
;[list-single]
;[listbox]
;[listening_to]
;[load]
;[log]
;[logging]
;[loginsperminute]
;[match-resource]
;[max_items]
;[mechanism]
;[mechanisms]
;[meinvz*]
;[member]
;[method]
;[mime-type]
;[mimetype]
;[mir_%d]
;[moderator]
;[modify]
;[mood]
;[motd]
;[mrim*]
;[msn]
;[msn*]
;[muc#register_email]
;[muc#register_faqentry]
;[muc#register_first]
;[muc#register_last]
;[muc#register_roomnick]
;[muc#register_url]
;[muc#roomconfig_allowinvites]
;[muc#roomconfig_changesubject]
;[muc#roomconfig_enablelogging]
;[muc#roomconfig_lang]
;[muc#roomconfig_maxusers]
;[muc#roomconfig_membersonly]
;[muc#roomconfig_moderatedroom]
;[muc#roomconfig_passwordprotectedroom]
;[muc#roomconfig_persistentroom]
;[muc#roomconfig_presencebroadcast]
;[muc#roomconfig_publicroom]
;[muc#roomconfig_roomadmins]
;[muc#roomconfig_roomdesc]
;[muc#roomconfig_roomname]
;[muc#roomconfig_roomowners]
;[muc#roomconfig_roomsecret]
;[muc#roomconfig_whois]
;[mysql]
;[name]
;[neos]
;[newmail]
;[next]
;[nickname]
;[no-valid-streams]
;[node]
;[node=]
;[normal]
;[not on roster]
;[not-acceptable]
;[not-authorized]
;[note]
;[ntlm]
;[ocr]
;[offline]
;[ofrom]
;[online]
;[onlineresources]
;[onlineuserjids]
;[onlineusersnum]
;[open]
;[option]
;[oracle]
;[order]
;[os_version]
;[oto]
;[outcast]
;[outgoing presences]
;[owner]
;[pam]
;[participant]
;[password]
;[password-verify]
;[paused]
;[pep]
;[phone]
;[photo]
;[ping]
;[postgres]
;[presence]
;[presence-in]
;[presence-out]
;[prev]
;[priority]
;[proceed]
;[prodid]
;[profile]
;[proxy]
;[publish]
;[pubsub]
;[pubsub#access_model]
;[pubsub#allow]
;[pubsub#body_xslt]
;[pubsub#children]
;[pubsub#children_association_policy]
;[pubsub#children_association_whitelist]
;[pubsub#children_max]
;[pubsub#collection]
;[pubsub#contact]
;[pubsub#creation_date]
;[pubsub#creator]
;[pubsub#dataform_xslt]
;[pubsub#deliver]
;[pubsub#deliver_payloads]
;[pubsub#description]
;[pubsub#digest]
;[pubsub#digest_frequency]
;[pubsub#expire]
;[pubsub#include_body]
;[pubsub#itemreply]
;[pubsub#language]
;[pubsub#max_items]
;[pubsub#max_payload_size]
;[pubsub#node]
;[pubsub#node_type]
;[pubsub#notify_config]
;[pubsub#notify_delete]
;[pubsub#notify_retract]
;[pubsub#num_subscribers]
;[pubsub#owner]
;[pubsub#persist_items]
;[pubsub#presence_based_delivery]
;[pubsub#publish_model]
;[pubsub#publisher]
;[pubsub#replyroom]
;[pubsub#replyto]
;[pubsub#roster_groups_allowed]
;[pubsub#send_item_subscribe]
;[pubsub#show-values]
;[pubsub#subid]
;[pubsub#subscribe]
;[pubsub#subscriber_jid]
;[pubsub#subscription_depth]
;[pubsub#subscription_type]
;[pubsub#title]
;[pubsub#type]
;[queries]
;[query]
;[query[@xmlns='%s']/roster[@xmlns='%s']]
;[query[@xmlns='%s']/storage[@xmlns='%s']]
;[radius]
;[reason]
;[received]
;[register]
;[registered]
;[registereduserjids]
;[registeredusersnum]
;[remove]
;[remove-clist-events]
;[renegotiate]
;[reported]
;[request]
;[request timeout.]
;[required]
;[resource]
;[response]
;[result]
;[retract]
;[retrieve]
;[rid]
;[role]
;[roster]
;[rostersize]
;[router]
;[rpc]
;[rss]
;[rss*]
;[rule]
;[s2s]
;[sales-addresses]
;[schuelervz*]
;[seconds]
;[secs]
;[secur32.dll]
;[security]
;[security-addresses]
;[see-other-host]
;[sendfile]
;[sent error presence]
;[sent unknown presence type]
;[seq]
;[server]
;[service]
;[service-unavailable]
;[session]
;[session-initiate]
;[session-terminate]
;[sessionid]
;[set]
;[show]
;[sid]
;[sim]
;[since]
;[size]
;[skype*]
;[sms]
;[sms*]
;[smtp]
;[smtp*]
;[soap]
;[software]
;[software_version]
;[sounds]
;[source]
;[ss:Name]
;[ss:Type]
;[stamp]
;[stanza]
;[stanzaspersecond]
;[start]
;[starttls]
;[state]
;[static]
;[stats]
;[status]
;[status-global]
;[status-message]
;[status-priority]
;[storage]
;[storage:bookmarks]
;[store]
;[stored]
;[stream-method]
;[stream:error]
;[stream:features]
;[stream:stream]
;[streamhost]
;[streamhost-used]
;[studivz*]
;[subject]
;[submit]
;[subscribe]
;[subscribed]
;[subscription]
;[support-addresses]
;[surname]
;[tags]
;[terminate]
;[text]
;[text-multi]
;[text-private]
;[text-single]
;[then ]
;[thread]
;[time]
;[time[@xmlns='%s']/tz]
;[time[@xmlns='%s']/tzo]
;[tlen]
;[tlen*]
;[track]
;[transport]
;[true]
;[tune]
;[tv*]
;[tzo]
;[unavailable]
;[unknown]
;[unknown-session]
;[unsubscribe]
;[unsubscribed]
;[unsupported-applications]
;[uri]
;[url]
;[urn:ietf:params:xml:ns:xmpp-bind]
;[urn:ietf:params:xml:ns:xmpp-sasl]
;[urn:ietf:params:xml:ns:xmpp-session]
;[urn:ietf:params:xml:ns:xmpp-stanzas]
;[urn:ietf:params:xml:ns:xmpp-tls]
;[urn:ietf:params:xml:xmpp-stanzas]
;[urn:schemas-microsoft-com:office:excel]
;[urn:schemas-microsoft-com:office:office]
;[urn:schemas-microsoft-com:office:spreadsheet]
;[urn:xmpp:captcha]
;[urn:xmpp:dataforms:softwareinfo]
;[urn:xmpp:delay]
;[urn:xmpp:jingle:errors:1]
;[urn:xmpp:receipts]
;[urn:xmpp:ssn]
;[user]
;[user banned]
;[user32.dll]
;[user:invite]
;[user:reason]
;[user:x]
;[utc]
;[vCard]
;[value]
;[var]
;[vcard-temp:x:update]
;[ver]
;[version]
;[visitor]
;[vz:img]
;[waitinglist]
;[weather]
;[weather*]
;[web]
;[welcome]
;[whiteboard]
;[whitelistjids]
;[with]
;[with following reason:]
;[x-rss]
;[x-service]
;[x-weather]
;[xml]
;[xml:lang]
;[xmlns:html]
;[xmlns:o]
;[xmlns:ss]
;[xmlns:stream]
;[xmlns:user]
;[xmlns:x]
;[xmpp/%s/%s@%s]
;[xmpp/%s@%s]
;[yahoo]
;[yahoo*]
;[zip]
;[zlib]
;[|*icq*|jit*]
;[|fb*|facebook*]
;[|gg*|gadu*]
;[|xmpp.*.*|j2j.*.*]