summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/tabsrmm-translation.txt
blob: ec8942c445d18da8fe1a8cd0095cc0d97e41088d (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
; Common strings that belong to many files
;[%s disables \'%s\' status for %s]
;[%s enables \'%s\' status for %s]
;[%s has disconnected]
;[%s has joined]
;[%s has left]
;[%s is now known as %s]
;[%s is typing a message.]
;[%s kicked %s]
;[%s on %s%s]
;[&Container]
;[&Copy link]
;[&File]
;[&Message]
;[&View]
;['(Unknown Contact)']
;[Advanced tweaks]
;[BBCode]
;[Cancel]
;[Character Encoding]
;[Close]
;[Close Session]
;[Configuration issue|The unattended send feature is disabled. The \\b1 send later\\b0  and \\b1 send to multiple contacts\\b0  features depend on it.\n\nYou must enable it under \\b1Options->Message Sessions->Advanced tweaks\\b0. Changing this option requires a restart.]
;[Contact]
;[Contact Picture Settings...]
;[Copy]
;[Cut]
;[Default]
;[Default container]
;[Delivery failure: %s]
;[Event type icons in the message log]
;[Favorites]
;[Force Off]
;[General]
;[Global]
;[Group chats]
;[Help]
;[Incoming message]
;[Indent message body]
;[Instant messages]
;[Log]
;[Message]
;[Message &Log]
;[Message from %s]
;[Minimize the message window on send]
;[Miscellaneous options]
;[Never show it at all]
;[No status message]
;[Notice from %s]
;[OK]
;[Only place a separator when an incoming event is announced with a popup]
;[Options]
;[Other options]
;[Outgoing message]
;[Paste]
;[Place a separator in the log after a window lost its foreground status]
;[PopUps]
;[Queue manager]
;[RTL is default text direction]
;[Recent Sessions]
;[Show always (if present)]
;[Show timestamps]
;[Spin1]
;[Status]
;[Stay on Top]
;[Tab options]
;[Text symbols as event markers]
;[Typing Notification]
;[Typing Notify]
;[Use Global Setting]
;[Use default codepage]
;[no topic set.]

; ../../plugins/TabSRMM/chat/chat.rc
;[  Show these events]
;[&Close tab]
;[&Open at this position]
;[&Open in current browser window]
;[Actions]
;[Add new rooms to group:]
;[Also look in user ids]
;[C&lose other tabs]
;[Chat integration is disabled. You can enable it here, and then you to NEED RESTART Miranda after making this change.\n\nYou MUST disable the standard chat plugin when you enable the group chat support here. Otherwise no group chat at all may work.]
;[Clear]
;[Clear lo&g]
;[Co&py all]
;[Default settings for known event types]
;[Disconnects]
;[Do not show popups when the channel window is not open]
;[Enable highlighting for message text]
;[Enable highlighting for user names]
;[Enable logging to disk]
;[Google]
;[Group chat log formatting]
;[Groupchat userlist row height (pixels)]
;[Highlight event]
;[Highlight message text]
;[Highlight messages containing my own nick name]
;[Highlight user names]
;[Information]
;[Line markers in the message log]
;[Link]
;[List]
;[Log directory]
;[Log files]
;[Log to file]
;[Maximum number of events in the message window]
;[Maximum size for log files (in kB)]
;[Messages]
;[Names to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces]
;[Nick changes]
;[Notices]
;[Notify in tray]
;[Open a &new browser window]
;[Open log file base folder]
;[Other name]
;[Popup]
;[Redo]
;[Select All]
;[Show Popup]
;[Show when filter is active]
;[Status changes]
;[Suppress tray notifications for focused channel windows]
;[Tabs]
;[Timestamp (logfile)]
;[Timestamp (window)]
;[Topic changes]
;[Tray]
;[Undo  ]
;[User kicks]
;[Users joining]
;[Users leaving]
;[Wikipedia]
;[Word lookup]
;[Words to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces. Leave it empty if you only want to highlight your own nick name.]
;[You can add the user by user name or his id. Wildcards are allowed and recommended.]
;[Your name]

; ../../plugins/TabSRMM/chat/clist.cpp
;[Join chat]
;[Open chat window]

; ../../plugins/TabSRMM/chat/colorchooser.cpp
;[Background color]
;[Text color]

; ../../plugins/TabSRMM/chat/log.cpp
;[ (set by %s on %s)]
;[ (set by %s)]
;[Notice from %s: ]
;[The topic is \'%s%s\']
;[You are now known as %s]
;[You have joined %s]

; ../../plugins/TabSRMM/chat/muchighlight.cpp
;[Add user to highlight list]
;[Edit user highlight list]

; ../../plugins/TabSRMM/chat/options.cpp
;[* Dividers]
;[* Error and warning Messages]
;[* Message Input Area]
;[* Status changes]
;[* Symbols (incoming)]
;[* Symbols (outgoing)]
;[<< Incoming messages]
;[<< Incoming messages (old)]
;[<< Incoming misc events]
;[<< Incoming misc events (old)]
;[<< Incoming name]
;[<< Incoming name (old)]
;[<< Incoming timestamp]
;[<< Incoming timestamp (old)]
;[>> Outgoing messages]
;[>> Outgoing messages (old)]
;[>> Outgoing misc events]
;[>> Outgoing misc events (old)]
;[>> Outgoing name]
;[>> Outgoing name (old)]
;[>> Outgoing timestamp]
;[>> Outgoing timestamp (old)]
;[Action (10x10)]
;[Action message]
;[Activate chat window on highlight]
;[Active background]
;[Active text]
;[Add Status (10x10)]
;[Add a colon (:) to auto-completed user names]
;[Aero glow effect]
;[All Files]
;[Allow clickable user names in the message log]
;[Appearance and functionality of chat room windows]
;[Appearance of the message log]
;[Channel operators]
;[Chat log symbols (Webdings)]
;[Colorize nicknames in member list]
;[Colorize user names in message log]
;[Contacts local time]
;[Create tabs or windows for highlight events]
;[Display contact's status icon before user role icon]
;[Do not pop up the window when joining a chat room]
;[Enable the \'event filter\' for new rooms]
;[Extended mode 1]
;[Extended mode 2]
;[Flash window when a word is highlighted]
;[Flash window when someone speaks]
;[Generic text color (only when fill color is set)]
;[Group chat log background]
;[Half operators]
;[Hide or show the window by double click in the contact list]
;[Highlight (10x10)]
;[Highlighted message]
;[Horizontal Grid Lines]
;[Hovered background]
;[Hovered text]
;[Icon overlay]
;[Incoming background]
;[Incoming background(old)]
;[Incremental search highlight]
;[Indent the second line of a message]
;[Information (10x10)]
;[Information messages]
;[Input area background]
;[Join (10x10)]
;[Kick (10x10)]
;[Leave (10x10)]
;[Limit user names in the message log to 20 characters]
;[Log background]
;[Message in (10x10)]
;[Message is highlighted]
;[Message out (10x10)]
;[Nickchange (10x10)]
;[Nickname]
;[No markers]
;[Normal background]
;[Normal text]
;[Notice (10x10)]
;[Notice from user]
;[Open new chat rooms in the default container]
;[Others nicknames]
;[Outgoing background]
;[Outgoing background(old)]
;[Panel background high]
;[Panel background low]
;[Prefix all events with a timestamp]
;[Protocol]
;[Quit (10x10)]
;[Remove Status (10x10)]
;[Scale down icons to 10x10 pixels in the chat log]
;[Select Folder]
;[Selected text]
;[Selection background]
;[Show as icons]
;[Show as text symbols]
;[Show button menus when right clicking the buttons]
;[Show contact's status modes if supported by the protocol]
;[Show list of users in the chat room]
;[Show topic as status message on the contact list]
;[Start private conversation on doubleclick in nick list (insert nick if unchecked)]
;[Status 1 (10x10)]
;[Status 2 (10x10)]
;[Status 3 (10x10)]
;[Status 4 (10x10)]
;[Status 5 (10x10)]
;[Status 6 (10x10)]
;[Status background]
;[Strip colors from messages in the log]
;[Support the math module plugin]
;[Sync splitter position with standard IM sessions]
;[TabSRMM]
;[TabSRMM/Common colors]
;[TabSRMM/Group Chats]
;[TabSRMM/Info Panel]
;[TabSRMM/Single Messaging]
;[TabSRMM/Tabs]
;[Text area borders]
;[The topic has been changed]
;[The topic is ...]
;[Timestamp]
;[Timestamp has same color as the event]
;[Timestamp only when event time differs]
;[Toolbar background high]
;[Toolbar background low]
;[Topic (10x10)]
;[UIN]
;[Unread background]
;[Unread text]
;[Use IRC style status indicators in the log]
;[Use IRC style status indicators in the user list]
;[Use alternative sorting method in member list]
;[User disables status for ...]
;[User enables status for ...]
;[User has changed name]
;[User has disconnected]
;[User has joined]
;[User has kicked some other user]
;[User has left]
;[User has performed an action]
;[User has sent a notice]
;[User is now known as ...]
;[User kicked ...]
;[User list members (Online)]
;[User list members (away)]
;[User's status was changed]
;[UserID of current contact (if defined). It is like UIN Number for ICQ, JID for Jabber, etc.]
;[Variables]
;[Voiced]
;[Window Icon]
;[Window caption (skinned mode)]
;[Window fill color]
;[Your nickname]
;[\"Desktop\" folder for currently logged-on Windows user]
;[\"My Documents\" folder for currently logged-on Windows user]
;[abbreviated month name]
;[abbreviated weekday name]
;[any environment variable defined in current Windows session (like %systemroot%, %allusersprofile%, etc.)]
;[day of month, 01-31]
;[day of month, 1-31]
;[full month name]
;[full weekday name]
;[month number, 01-12]
;[month number, 1-12]
;[name of current miranda profile (filename, without extension)]
;[nick of current contact (if defined)]
;[path to current miranda profile]
;[path to root miranda folder]
;[protocol name of current contact (if defined). Account name is used when protocol supports multiaccounts]
;[same as environment variable %APPDATA% for currently logged-on Windows user]
;[username for currently logged-on Windows user]
;[will return parsed string %miranda_profile%\\Profiles\\%miranda_profilename%]
;[year with century, 1901-9999]
;[year without century, 01-99]

; ../../plugins/TabSRMM/chat/services.cpp
;[&Join]
;[&Leave]

; ../../plugins/TabSRMM/chat/tools.cpp
;[%s disables \'%s\' status for %s in %s]
;[%s enables \'%s\' status for %s in %s]
;[%s has disconnected (%s)]
;[%s has joined %s]
;[%s has left %s]
;[%s has left (%s)]
;[%s kicked %s (%s)]
;[%s kicked %s from %s]
;[%s speaks in %s]
;[%s wants your attention in %s]
;[%s%s says:%s %s]
;[Edit Highlight List...]
;[Highlight User...]
;[Information in %s]
;[Look up \'%s\':]
;[No word to look up]
;[Notice from %s: %s]
;[The topic is \'%s\']
;[The topic is \'%s\' (set by %s)]
;[Topic change in %s]
;[UTF-8]

; ../../plugins/TabSRMM/chat/window.cpp
;[%s: Chat Room (%u user%s)]
;[%s: Chat Room (%u users%s)]
;[%s: Message Session]
;[%s: Message Session (%u users)]
;[, %d %s idle]
;[, %d %s, %d %s idle]
;[, event filter active]
;[Event filter error]
;[Expand or collapse the side bar]
;[Nick]
;[Nick name]
;[The filter canoot be enabled, because there are no event types selected either global or for this chat room]
;[Unique Id]
;[Unique id]
;[hour]
;[hours]
;[minute]
;[minutes]

; ../../plugins/TabSRMM/resource.rc
;[          Show popups when a user is typing]
;[          Show typing notifications in the contact list and tray]
;[          Show typing notifications in the message window]
;[&Copy]
;[&For this Contact...]
;[&Global...]
;[&Message Log Settings]
;[&Open in existing window]
;[&Quote]
;[&Use Windows colours]
;[(0 = no limit)]
;[...is &typing]
;[...stopped t&yping]
;[ANSI codepage]
;[About tabSRMM]
;[About tabSRMM...]
;[Add Contact to Favorites]
;[All modes]
;[Although the exception was caught and you may continue working with Miranda, you should restart the program as soon as possible. The exception may have damaged internal data structures and can have a serious impact on stability.]
;[Always keep the button bar at full width]
;[Always pop up and activate new windows]
;[Always trim message log to]
;[Apparentmenu]
;[Apply]
;[Attach to Container...]
;[Automatically size input area (*)]
;[Automatically switch tabs in minimized windows]
;[Available containers]
;[Available formats]
;[Back]
;[Background]
;[Be \"Super Quiet\"]
;[Before you can load or unload a skin, you must close all message windows.]
;[Black]
;[Blue]
;[Bottom tabs vertical adjustment:]
;[Cancel all Multisend Jobs]
;[Check1]
;[Choose modes]
;[Clear Log]
;[Clear all Formatting]
;[Clear saved Tab Position]
;[Close Container]
;[Close Container\tAlt-F4]
;[Close Message Session\tCtrl-W]
;[Close Tab]
;[Close button on tabs]
;[Close open message windows now]
;[Close or hide inactive container after]
;[Co&py All]
;[Codepage for ANSI encoding/decoding when sending or receiving non-unicode messages.]
;[Compact (1 Line)]
;[Contact is a favorite contact]
;[Container Options...]
;[Container flashing]
;[Container stays on top]
;[Continue]
;[Copy Message to Clipboard]
;[Copy all]
;[Copy to clipboard]
;[Copyright © 2004-2010 by the Miranda IM project. More  \ndetailed copyright information can be found in the included README file.\n\nThis software is distributed and licensed under the terms of the GNU General Public License V2 or any later version.]
;[Create a new container]
;[Create new]
;[Create new tabs without activating them]
;[Create new windows in minimized state]
;[Custom]
;[Customize the panel]
;[Cyan]
;[Date and time]
;[Default Color]
;[Default colors]
;[Default mode (tabbed interface, manual assignments)]
;[Default width for fixed (single row) tabs]
;[Define up to 5 colors which you can use with some variables]
;[Delete]
;[Dialog]
;[Disable All Event Notifications]
;[Disable Flashing]
;[Disable all Event Popups]
;[Disable flashing]
;[Display grid lines]
;[Display popups for completed jobs]
;[Display popups for failed jobs]
;[Do not show this message again]
;[Don't announce when dialog is open]
;[Don't create Windows automatically]
;[Don't play Sounds]
;[Double click a template to edit it. Select a template from the list box and click \"Update Preview\" to show a preview message.]
;[Dummy]
;[ESC key behavior]
;[Edit template]
;[Editor]
;[Enable popups if focused]
;[Enable popups if minimized]
;[Enable popups if unfocused]
;[Enable sound effects]
;[Enable transparency]
;[Errors]
;[Esc closes sessions (minimizes window, if disabled)]
;[Event Popups]
;[Event notify options]
;[Events]
;[Exit Miranda]
;[Export to a file...]
;[File events]
;[Filter by contact:]
;[Flash containers]
;[Flash event icon on tab]
;[Flash interval]
;[Flash text label on tabs]
;[Flash until focused]
;[Flash window once on typing events (only if flashing enabled)]
;[Font]
;[Force &ANSI]
;[Force ANSI send / receive]
;[Forget]
;[Format]
;[Freeze Log]
;[From PopUp plugin]
;[From protocol]
;[Gap between buttons:]
;[Get more help on variables]
;[Global Setting]
;[Global message log display]
;[Green]
;[Help on containers]
;[Help on this]
;[Hidden for this Contact]
;[Hide all Message Containers]
;[Hide if there isn't enough space]
;[Hide the menu bar]
;[Hide the status bar]
;[Hide the tool bar]
;[Hide title bar]
;[History:]
;[Hold Selected]
;[Icons]
;[Ignore sending timeouts]
;[Import from a file...]
;[Indent values]
;[Info Panel...]
;[Info panel mode]
;[Input history size]
;[Insert Separator]
;[Large]
;[Leave Chat Room]
;[Left/Right]
;[Limit message preview to]
;[Limit nicknames on tabs to]
;[Load History Events]
;[Load fonts and colors provided by skin]
;[Load number of previous events]
;[Load only actual history]
;[Load previous events less than]
;[Load templates provided by skin (use with care, will overwrite your templates)]
;[Load this skin on startup]
;[Load unread events only]
;[Log status changes (in open message windows only)]
;[LogLink]
;[Logmenu]
;[Magenta]
;[Mark Selected for Removal]
;[Maximum display height (pixels)]
;[Message events]
;[Message grouping]
;[Message log view mode (does not affect open windows)]
;[Message send timeout]
;[Message sending:]
;[Message window options]
;[Misc]
;[More about advanced tweaks]
;[More about typing notifications]
;[NOTE: some settings will not affect open containers.]
;[No]
;[No Message Sessions opened]
;[No compatible popup plugin was found. The event notification\nsystem is not available.]
;[No tabs at all, each session has its own top level window]
;[Normal (2 Lines)]
;[Note: All settings are applied immediately]
;[Notifications:]
;[Off]
;[Ok]
;[Only &one popup for each contact]
;[Only show event notifications when my status is...]
;[Only show tab bar when it's needed]
;[Open in &new window]
;[Options marked with an asterisk (*) do not affect open message windows.]
;[Options marked with an asterisk (*) will only take effect after Miranda has been restarted.]
;[Other events]
;[Others]
;[Panelpicmenu]
;[Paste and Send immediately]
;[Paste formatted Text]
;[Permanent]
;[Picmenu]
;[Place ToolBar at bottom]
;[Place the tool bar at the bottom (*)]
;[Play sounds for inactive tabs in active containers]
;[Play sounds for the active tab / window]
;[Play sounds when minimized]
;[Play sounds when not focused]
;[Pop up minimized window when a new tab is created]
;[PopUp timeout (is typing)]
;[PopUp timeout (stopped typing)]
;[Popup Options]
;[Preview]
;[Private]
;[Protomenu]
;[Queued jobs]
;[Queued send jobs]
;[RTL templates...]
;[Red]
;[Reload active skin]
;[Remove Contact from Favorites]
;[Rename]
;[Rescan]
;[Reset]
;[Reset Selected]
;[Reset all hidden warnings]
;[Reset all templates...]
;[Restore all Message Containers]
;[Resume Selected]
;[Revert to (safe) defaults]
;[Revert to Default]
;[Revert to global options]
;[Revert to old Position]
;[Save Message Log As...]
;[Save Tab Position]
;[Save Template]
;[Save current Window Position as Default]
;[Save current as global]
;[Save this Picture As...]
;[Scope of settings]
;[Select &All]
;[Select all]
;[Select container]
;[Select how to display the message log. This setting can be ignored when one of the listed plugins is not installed.]
;[Selected skin]
;[Send &Default]
;[Send &Later]
;[Send Nudge]
;[Send Text Formatting]
;[Send message on Ctrl+Enter (always enabled)]
;[Send message on Enter]
;[Send message on double Enter]
;[Send on Shift+Enter]
;[Send text formatting method]
;[Send to &Container]
;[Send to &multiple Users]
;[Send typing notifications to the following users when you are typing a message to the them:]
;[Send unsafe (ignore Timeouts)]
;[Sendmenu]
;[Set Position for this Session]
;[Set and Save for all Sessions]
;[Set and Save for this Contact only]
;[Set size to]
;[Setup status modes for automatic tab creation...]
;[Show &entry in the main menu]
;[Show Contact Picture]
;[Show Menu Bar]
;[Show Message Length Indicator]
;[Show Multisend Contact List]
;[Show Popups for all inactive sessions]
;[Show Popups if Window is focused]
;[Show Popups if Window is minimized]
;[Show Popups if Window is unfocused]
;[Show Status Bar]
;[Show Tool Bar]
;[Show avatar in message window]
;[Show avatars on task bar (Win 7, large task bar required)]
;[Show balloon tooltip in the system tray]
;[Show contact avatars]
;[Show date in timestamps]
;[Show in IM chats]
;[Show in chat rooms]
;[Show my own avatars]
;[Show picture for this contact]
;[Show popups for inactive tabs in active containers]
;[Show seconds in timestamp]
;[Show the Tray Icon]
;[Show the info panel]
;[Show typing notification when message dialog is open]
;[Show typing notification when no message dialog is open]
;[Single row tab control (*)]
;[Size and scaling options for the bottom avatar display]
;[Skin options]
;[Skin root folder]
;[Splitter Position]
;[Splitter context]
;[Standard templates...]
;[Static]
;[Support BBCODE]
;[Support and latest version information]
;[Tab layout tweaks]
;[Tab location]
;[Tab page padding:]
;[Tab text label padding vertical]
;[TabSRMM exception]
;[Tabbed interface, limit the maximum number of tabs per window to:]
;[Tabmenu]
;[Tabs at Bottom]
;[Tabs should be used in the following way]
;[Tabs:]
;[Template sets]
;[Templates]
;[Text]
;[The container is using private settings. The panel  height  will not be shared with other containers.]
;[Theme support]
;[This Contact]
;[Timeout (seconds, 0 = default, -1 = no timeout)]
;[Tip: To use a custom size you can always drag the bottom edge of the panel]
;[Title Bar]
;[Title bar format]
;[To set container options, please use the container settings dialog. It is available by:\n1. choosing \"container settings\" from the system menu of a container.\n2. right clicking the tab or the button bar in any message window.]
;[Tool Bar]
;[Traycontext]
;[Try to keep original size]
;[U&se Popup colours]
;[URL events]
;[Unread Menu]
;[Update Preview]
;[Use Aero UI elements(only when not using a custom skin)]
;[Use Windows 7 task bar enhancements (restart required)]
;[Use button tabs (*)]
;[Use contact list groups for organizing tabs (one window per group)]
;[Use contacts local time]
;[Use default Value]
;[Use default setting]
;[Use different icons to mark incoming and outgoing messages]
;[Use global container size and position]
;[Use global or private panel height]
;[Use normal templates (uncheck to use simple templates)]
;[Use private splitter position]
;[Use tabbed interface]
;[Use the message log color theme for group chat popups]
;[Use this to specify a private message log theme for this container. This will have no effect when using IEView or another message log viewer and should NOT be confused with skins.]
;[User ID in status bar]
;[Vertical maximize]
;[Visible for this Contact]
;[When checked, this container will use private settings, otherwise settings are shared among containers.]
;[When using the switch bar, use the following layout]
;[White]
;[Window Flashing]
;[Window:]
;[Windows Aero settings]
;[Yellow]
;[Yes]
;[You can export and import all your color and font settings here. This allows you to create a Theme file which can be shared between different profiles or with your buddies.]
;[You can override the global setting for text formatting here. Use \"Force Off\" to never send formatting info for this contact.]
;[You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Message Sessions->Message Log]
;[You have chosen to disable all event notifications for open message windows.]
;[active]
;[characters]
;[dummy]
;[entries]
;[horizontal]
;[inactive]
;[inner]
;[milliseconds]
;[minutes old]
;[outer]
;[px]
;[sec. (0=never)]
;[seconds.]
;[times]

; ../../plugins/TabSRMM/src/container.cpp
;[(Forced)]
;[Attach to]
;[Autoselect]
;[Container options...]
;[Hide titlebar]
;[Message Session...]
;[Meta Contact]
;[Set Default Protocol]
;[Use Protocol]

; ../../plugins/TabSRMM/src/containeroptions.cpp
;[Configure container options for\n%s]
;[Container options]
;[Don't show them]
;[Globally OFF]
;[Globally on]
;[On, if present]
;[On, if present, always in bottom display]
;[Switch bar on the left side]
;[Switch bar on the right side]
;[Tabs at the bottom]
;[Tabs at the top]

; ../../plugins/TabSRMM/src/controls.cpp
;[&Main]
;[&Room]
;[&User]
;[Sending typing notifications is %s.]
;[Session list.\nClick left for a list of open sessions.\nClick right to access favorites and quickly configure message window behavior]
;[Sounds are %s. Click to toggle status, hold SHIFT and click to set for all open containers]
;[There are %d pending send jobs. Message length: %d bytes, message length limit: %d bytes\n\n%d messages are queued for later delivery]
;[disabled]
;[enabled]

; ../../plugins/TabSRMM/src/eventpopups.cpp
;[Incoming file]
;[Incoming file (invalid format]
;[New messages: ]
;[No description given]
;[One of your popup actions is set to DISMISS EVENT.\nNote that this options may have unwanted side effects as it REMOVES the event from the unread queue.\nThis may lead to events not showing up as \"new\". If you don't want this behaviour, please review the Event Notifications settings page.]
;[Unknown event]
;[Unknown module or contact]

; ../../plugins/TabSRMM/src/generic_msghandlers.cpp
;[%s has entered text.]
;[Autoscrolling is disabled, %d message(s) queued (press F12 to enable it)]
;[Last received: %s at %s]
;[No UID]
;[Rich Edit file]
;[UID: %s (SHIFT click -> copy to clipboard)\nClick for User's Details\nClick dropdown to change this contact's favorite status.]
;[UID: %s (SHIFT click -> copy to clipboard)\nClick for User's Details\nRight click for MetaContact control\nClick dropdown to add or remove user from your favorites.]
;[You cannot edit user notes when there are unsent messages]

; ../../plugins/TabSRMM/src/globals.cpp
;[&Messaging settings...]
;[&Send later job list...]
;[Incoming (Focused Window)]
;[Incoming (New Session)]
;[Incoming (Unfocused Window)]
;[Message send error]
;[Other]
;[Outgoing]
;[TABSRMM: Typing]
;[changed status from %s to %s.]
;[signed off.]
;[signed on and is now %s.]

; ../../plugins/TabSRMM/src/infopanel.cpp
;[  Client not cached yet]
;[  Client: %s]
;[%s    Idle: %dh,%02dm]
;[Always off]
;[Always on]
;[Copy To Clipboard]
;[Do not synchronize the panel height with IM windows]
;[Do not synchronize the panel height with group chat windows]
;[Inherit from container setting]
;[Messaging Settings...]
;[Open History...]
;[Open User Details...]
;[Room Settings...]
;[Set panel visibility for this %s]
;[Topic is: %s]
;[Use default size]
;[Use private size]
;[\\par\\par\\tab \\ul\\b Extended status information:\\ul0\\b0 \\par ]
;[\\par\\par\\tab \\ul\\b Listening to:\\ul0\\b0 \\par %s]
;[\\par\\par\\ul\\b Client:\\ul0\\b0  %s]
;[\\tab \\ul\\b Status message:\\ul0\\b0 \\par %s]
;[chat room]
;[contact]
;[tabSRMM Information]

; ../../plugins/TabSRMM/src/msgdialog.cpp
;[A message failed to send successfully.]
;[Autoscrolling is disabled (press F12 to enable it)]
;[Click for contact menu\nClick dropdown for window settings]
;[Contact is offline and this protocol does not support sending files to offline users.]
;[Contact not on list. You may add it...]
;[Retry]
;[Save and close session]
;[Selection copied to clipboard]
;[Send later]
;[The message send timed out]
;[The message you are trying to paste exceeds the message size limit for the active protocol. Only the first %d characters will be sent.]
;[The selected protocol cannot be forced at this time]
;[Unforce failed]
;[WARNING: The message you are trying to paste exceeds the message size limit for the active protocol. It will be sent in chunks of max %d characters]
;[Warning: you have selected a subprotocol for sending the following messages which is currently offline]
;[You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode]

; ../../plugins/TabSRMM/src/msgdlgutils.cpp
;[Either the nudge plugin is not installed or the contact's protocol does not support sending a nudge event.]
;[Error creating destination directory]
;[Image files]
;[JPEG-compressed images]
;[Save contact picture]
;[Set Your Avatar...]
;[The 'paste and send' feature is disabled. You can enable it on the 'General' options page in the 'Sending Messages' section]
;[The file exists. Do you want to overwrite it?]

; ../../plugins/TabSRMM/src/msglog.cpp
;[April]
;[August]
;[December]
;[February]
;[Friday]
;[January]
;[July]
;[June]
;[March]
;[May]
;[Monday]
;[November]
;[October]
;[Saturday]
;[September]
;[Sunday]
;[Thursday]
;[Today]
;[Tuesday]
;[Wednesday]
;[Yesterday]

; ../../plugins/TabSRMM/src/msgoptions.cpp
;[** New contacts **]
;[** Unknown contacts **]
;[<no skin>]
;[Always]
;[Always, but no popup when window is focused]
;[Choose status modes]
;[Close or hide window, depends on the close button setting above]
;[Containers]
;[Do you want to also read message templates from the theme?\nCaution: This will overwrite the stored template set which may affect the look of your message window significantly.\nSelect cancel to not load anything at all.]
;[Event notifications]
;[Events and filters]
;[Group Chats]
;[Highlighting]
;[History++ plugin]
;[IEView plugin]
;[Load and apply]
;[Load theme]
;[Log formatting]
;[Message Sessions]
;[Message log]
;[Message window]
;[Minimize the window to the task bar]
;[Normal - close tab, if last tab is closed also close the window]
;[Only when no message window is open]
;[Settings]
;[Show balloon popup (unsupported system)]
;[Skins]
;[Tabs and layout]
;[Tool bar]
;[Window layout tweaks]
;[You have chosen to use an external plugin for displaying the message history in the chat window. Most of the settings on this page are for the standard message log viewer only and will have no effect. To change the appearance of the message log, you must configure either IEView or History++.]

; ../../plugins/TabSRMM/src/msgs.cpp
;[Background colour]
;[Edit user notes]
;[Event filter]
;[Font color]
;[Font face]
;[Format bold]
;[Format italic]
;[Format strike-through]
;[Format underline]
;[Frame 1]
;[Frame 2]
;[Frame 3]
;[Frame 4]
;[Image tag]
;[Left Arrow]
;[Message Log Options]
;[Message delivery error]
;[Nick list]
;[Pulldown Arrow]
;[Quote text]
;[Right Arrow]
;[Room settings]
;[Save and close]
;[Send message]
;[Session List]
;[Smiley button]
;[Sounds (status bar)]
;[Static container icon]
;[Statuschange]
;[TabSRMM fatal error]
;[The image service plugin (advaimg.dll) is not properly installed.\n\nTabSRMM is disabled.]
;[Up Arrow]

; ../../plugins/TabSRMM/src/selectcontainer.cpp
;[Select container for %s]
;[This name is already in use]
;[You cannot delete the default container]
;[You cannot rename the default container]

; ../../plugins/TabSRMM/src/sendlater.cpp
;[<All contacts>]
;[A send later job completed successfully.\nThe original message: %s]
;[A send later job failed to complete.\nThe original message: %s]
;[Deferred]
;[Failed]
;[Last send info]
;[Message text]
;[Original timestamp]
;[Pending]
;[Removed]
;[Sent OK]
;[Suspended]
;[You are about to modify the state of one or more items in the\nunattended send queue. The requested action(s) will be executed at the next scheduled queue processing.\n\nThis action cannot be made undone.]

; ../../plugins/TabSRMM/src/sendqueue.cpp
;[A message delivery has failed after the contacts chat window was closed. You may want to resend the last message]
;[A message delivery has failed.\nClick to open the message window.]
;[Message successfully queued for later delivery.\nIt will be sent as soon as possible and a popup will inform you about the result.]
;[Message window warning]
;[The message cannot be sent delayed or to multiple contacts, because it exceeds the maximum allowed message length of %d bytes]
;[The send later feature is not available on this protocol.]
;[There are unsent messages waiting for confirmation.\nWhen you close the window now, Miranda will try to send them but may be unable to inform you about possible delivery errors.\nDo you really want to close the Window(s)?]
;[\n(Sent delayed. Original timestamp %s)]

; ../../plugins/TabSRMM/src/srmm.cpp
;[Built %s %s]
;[tabSRMM Message (%s)]

; ../../plugins/TabSRMM/src/taskbar.cpp
;[%d Unread]
;[%d User(s)]
;[Chat room %s]
;[Previews not availble when using History++ plugin for message log display.]
;[Server window]

; ../../plugins/TabSRMM/src/templates.cpp
;[Template Set Editor]
;[Template set was successfully reset, please close and reopen all message windows. This template editor window will now close.]
;[This will reset the template set to the default built-in templates. Are you sure you want to do this?]

; ../../plugins/TabSRMM/src/themeio.cpp
;[tabSRMM themes]

; ../../plugins/TabSRMM/src/themes.cpp
;[All message containers need to close before the skin can be changed\nProceed?]
;[Change skin]

; ../../plugins/TabSRMM/src/translator.cpp
;[ALWAYS activate new message sessions (has PRIORITY over the options below)]
;[Activate a minimized window when a new tab is created inside it]
;[Add offline contacts to multisend list]
;[Additional events to show]
;[Allow BBCode formatting in outgoing messages]
;[Allow TAB key in typing area (this will disable focus selection by TAB key)]
;[Always flash contact list and tray icon for new messages]
;[Automatic keyboard layout: Do not load the system default for new contacts]
;[Automatically copy selected text]
;[Automatically create new message sessions without activating them]
;[Automatically split long messages (experimental, use with care)]
;[Automatically switch existing tabs in minimized windows on incoming messages (ignored when using Aero Peek task bar features)]
;[Close button only hides message windows]
;[Close current tab on send]
;[Close the message window on send]
;[Combine notifications for the same contact]
;[Delete temporary contacts on close]
;[Detailed tooltip on tabs (requires mToolTip or Tipper plugin)]
;[Disable animated GIF avatars (will not affect already open message windows)]
;[Disable error popups on sending failures]
;[Disable event notifications for group chats]
;[Disable event notifications for instant messages]
;[Disable notifications]
;[Disable notifications for non-message events]
;[Dismiss event]
;[Dismiss popup]
;[Don't announce event when message dialog is open]
;[Don't announce events from RSS protocols]
;[Draw grid lines]
;[Enable \"Paste and send\" feature]
;[Enable the system tray icon]
;[Enable typing sounds]
;[Enable unattended send (experimental feature, required for multisend and send later) (*)]
;[Error feedback]
;[General options]
;[How to create tabs and windows for incoming messages]
;[Left click actions (popups only)]
;[Log status changes]
;[Merge new events for the same contact into existing popup]
;[Message log appearance]
;[Message log icons]
;[Message window behaviour]
;[Message window tweaks]
;[New windows are minimized (the option above MUST be active)]
;[Open event]
;[Prefer xStatus icons when available]
;[Remember and set keyboard layout per contact]
;[Remove popups for a contact when I send a reply]
;[Remove popups for a contact when I start typing a reply]
;[Remove popups for a contact when the message window is focused]
;[Remove popups under following conditions]
;[Right click actions (popups only)]
;[Send message on 'Enter']
;[Send message on double 'Enter']
;[Send on SHIFT - Enter]
;[Sending messages]
;[Show a preview of the event]
;[Show client icon in status bar (fingerprint plugin required)]
;[Show dates in timestamps]
;[Show events at the new line (IEView Compatibility Mode)]
;[Show file events]
;[Show headers]
;[Show seconds in timestamps]
;[Show skinnable tooltip in chat (tipper plugin required)]
;[Show status text on tabs]
;[Show timestamp after nickname (IEView Compatibility Mode)]
;[Simple text formatting (*bold* etc.)]
;[Support BBCode formatting]
;[Support Math Module plugin]
;[Support for external plugins]
;[System tray icon]
;[Timeout actions (popups only)]
;[Timestamp settings (note: timstamps also depend on your templates)]
;[Underline timestamp/nickname (IEView Compatibility Mode)]
;[Use Incoming/Outgoing Icons]
;[Use Message Grouping]
;[Use contacts local time (if timezone info available)]
;[Use normal templates (uncheck to use simple templates if your template set supports them)]

; ../../plugins/TabSRMM/src/typingnotify.cpp
;[...has stopped typing.]
;[...is typing a message.]
;[Contact started typing]
;[Contact stopped typing]
;[Disable &typing notification]
;[Enable &typing notification]
;[Warning: Current Popup plugin version is not supported.]
;[Warning: Popup plugin not found.]

; ../../plugins/TabSRMM/src/userprefs.cpp
;[Always Off]
;[Always On]
;[Force Default Message Log]
;[Force History++]
;[Force IEView]
;[Message Log]
;[Set messaging options for %s]

; ../../plugins/TabSRMM/src/utils.cpp
;[Aero peek warning|You have enabled Aero Peek features and loaded a custom container window skin\n\nThis can result in minor visual anomalies in the live preview feature.]
;[Closing Window|You are about to close a window with multiple tabs open.\n\nProceed?]
;[Closing options dialog|To reflect the changes done by importing a theme in the options dialog, the dialog must be closed after loading a theme \\b1 and unsaved changes might be lost\\b0 .\n\nDo you want to continue?]
;[Edit user notes|You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode]
;[Filetransfer problem|Sending the image by file transfer failed.\n\nPossible reasons: File transfers not supported, either you or the target contact is offline, or you are invisible and the target contact is not on your visibilty list.]
;[Icon pack version check|The installed icon pack is outdated and might be incompatible with TabSRMM version 3.\n\n\\b1Missing or misplaced icons are possible issues with the currently installed icon pack.\\b0]
;[Important release notes|A test warning message]
;[Loading a theme|Loading a color and font theme can overwrite the settings defined by your skin.\n\nDo you want to continue?]
;[Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available]
;[Settings problem|The option \\b1 History->Imitate IEView API\\b0  is enabled and the History++ plugin is active. This can cause problems when using IEView as message log viewer.\n\nShould I correct the option (a restart is required)?]
;[TabSRMM group chat module|TabSRMM could not enable its group chat module. The most likely cause is that you have installed and enabled \\b1chat.dll\\b0  or another plugin that provides groupchat services.\n\nShould I try to fix this now \\b1(a restart of Miranda is required to apply these changes)?\\b0]
;[TabSRMM warning message]

; ../../plugins/TabSRMM/tabmodplus/modplus.cpp
;[Insert [img] tag / surround selected text with [img][/img]]