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
|
#muuid {84636f78-2057-4302-8a65-23a16d46844c}
;============================================================
; File: Scriver.dll
; Plugin: Scriver
; Version: 2.11.0.2
; Authors: Miranda NG Development Team
;============================================================
[Scriver - send and receive instant messages.]
Jednoduchý a ľahký doplnok na posielanie správ.
;file \plugins\Scriver\res\resource.rc
[Behavior]
[Automatically pop up the window when]
[and stay minimized]
[Cascade new windows]
[Save size and location for each contact]
[Minimize on send]
[Hide windows on close]
[Send message on 'Enter']
Odoslať správu po stlačení Enter
[Send message on double 'Enter']
Odoslať správu po dvojitom stlačení Enter
[Remember unsent messages]
[Delete temporary contacts on closing]
[Show warning when message has not been received after]
[seconds]
sekúnd
[Tabs]
[Enable tabs]
[Always show tab bar]
[Tabs at the bottom]
[Limit names on tabs to]
[characters]
[Show close button on each tab]
[Switch to active tab]
[Limit number of tabs per window to]
[Use separate windows for group chats]
[Limit number of group chats tabs per window to]
[Layout]
[Show title bar]
Zobraziť nadpis
[Show status bar]
Zobraziť stavový riadok
[Show toolbar]
[Show info bar]
[Show avatars]
[Use the contact's status icon as the window icon]
[Show progress indicator]
[Enable transparency]
[active]
[inactive]
[Min input area size]
[lines]
[Message Window Event Log]
Záznam o prijatých/odoslaných dátach
[Enable IEView]
[Show icons]
Zobraziť ikony
[Show time]
[Show seconds]
[Show date]
[Long date format]
[Relative date]
[Show names]
Zobraziť mená
[Enable message grouping]
[Mark follow-up messages with timestamp]
[Start message text on a new line]
[Show lines between messages]
[Indent text]
[Customize fonts and colors]
[Preload]
[Unread events only]
[Last]
[Events in the last]
[events]
Udalosti
[minutes]
[Typing Notification Options]
[Send typing notifications to the following users when you are typing a message to them:]
[Show typing notification switch in the status bar]
[Show typing notifications when a user is typing a message]
[Update message window icons when a user is typing]
[Show typing notification when no message dialog is open]
[Flash in the system tray and in the contact list]
[Show balloon popup]
[Send Error]
[An error has occurred. The protocol reported the following error:]
[while sending the following message:]
[Try again]
Skús znovu
[Cancel]
Storno
[Message Session]
Rozhovor
[&User menu]
[User &details]
Informácie o užívatelovi
[&Emoticons]
[&Add]
[&History]
[&Quote]
Požiadavka
[Send To All Tabs]
[You are about to send a message to all open tabs.\nAre you sure?]
[Remember my choice for this container]
[Yes]
Áno
[No]
Nie
[&Bold]
[&Italic]
[&Underline]
[&Color]
[&Background color]
[&Filter]
[&Room Settings]
[&Show/hide nick list]
[Show these events only:]
[Actions]
[Messages]
[Nick changes]
[Users joining]
[Users leaving]
[Topic changes]
[Status changes]
[Information]
[Disconnects]
[User kicks]
[Notices]
[Options]
[Other]
[Add new rooms to group:]
[Nick list row height]
[pixels]
pixelov
[Log Options]
[Your name]
Vaše meno
[Other name]
[Timestamp]
[Log timestamp]
[Limit log text to (events):]
[Enable highlighting]
[Words to highlight (wildcards allowed)]
[Save logs]
[Location]
Miesto
[Trim to]
[KB]
[Group Chat]
[Use same style as in the message log]
[Use default colors]
[Use custom colors]
[Text]
Text
[Background]
Pozadie
[Timeout (s)]
[(0 means default setting, -1 means indefinite time)]
[Log]
Log
[&Copy]
Kopírovať
[Co&py All]
Kopírovať všetko
[Select &All]
Vybrať všetko
[Word lookup]
[Bing]
[Yandex]
[Wikipedia (en)]
[Google Maps]
[Google Translate]
[Yahoo]
YAHOO
[Foodnetwork]
[C&lear Log]
Odstrániť záznamy v Logu
[&Open link]
[&Copy link]
Kopírovať odkaz
[Message]
[Undo]
Späť
[Redo]
[Cut]
[Copy]
[Paste]
[Paste && Send]
[Delete]
[Clear]
[Close Other Tabs]
[Close Tab]
[List]
Zoznam
[&Message]
&Správa
[Clear lo&g]
[Co&py all]
Kopírovať všetko
;file \plugins\Scriver\src\globals.cpp
[Add contact]
[User's details]
[User's history]
[Send message]
Odoslať správu
[Smiley button]
[User is typing]
[Typing notification off]
[Unicode is on]
[Unicode is off]
[Sending]
[Quote button]
[Close button]
[Icon overlay]
[Incoming message (10x10)]
[Outgoing message (10x10)]
[Notice (10x10)]
[Window Icon]
[Text color]
Fraba textu
[Background color]
Farba pozadia
[Bold]
Tučné
[Italics]
[Underlined]
[Room history]
[Room settings]
[Event filter disabled]
[Event filter enabled]
[Hide nick list]
[Show nick list]
[Status 1 (10x10)]
[Status 2 (10x10)]
[Status 3 (10x10)]
[Status 4 (10x10)]
[Status 5 (10x10)]
[Status 6 (10x10)]
[Message in (10x10)]
[Message out (10x10)]
[Action (10x10)]
[Add Status (10x10)]
[Remove status (10x10)]
[Join (10x10)]
[Leave (10x10)]
[Quit (10x10)]
[Kick (10x10)]
[Nickchange (10x10)]
[Topic (10x10)]
[Highlight (10x10)]
[Information (10x10)]
[Single Messaging]
[Group chats]
[Thai]
[Japanese]
[Simplified Chinese]
[Korean]
[Traditional Chinese]
[Central European]
[Cyrillic]
[Latin I]
[Greek]
[Turkish]
[Hebrew]
[Arabic]
[Baltic]
[Vietnamese]
[Korean (Johab)]
;file \plugins\Scriver\src\input.cpp
[Messaging]
Rozhovor
[Navigate: Previous Tab]
[Navigate: Next Tab]
[Navigate: Tab %d]
[Window: Toggle status bar]
[Window: Toggle title bar]
[Window: Toggle toolbar]
[Window: Toggle info bar]
[Window: Clear log]
[Window: Minimize]
[Window: Close tab]
[Action: Quote]
[Action: Send to all]
[Action: Paste and send]
;file \plugins\Scriver\src\msgdialog.cpp
[Quote]
[Smiley]
[Add Contact]
[User Menu]
Menu užívatela
[User details]
[History]
[Send]
[Look up '%s':]
[No word to look up]
[Add Contact Permanently to List]
Pridať kontakt do zoznamu
[View User's Details]
Zobraziť informácie o užívatelovi
[View User's History]
Zobraziť históriu
[Quote Text]
[Insert Emoticon]
[Send Message]
Odoslať správu
[User Menu - %s]
[Sending in progress: %d message(s) left...]
[%s is typing a message...]
[Last message received on %s at %s.]
;file \plugins\Scriver\src\msglog.cpp
[Unknown Contact]
[Me]
[O Lord, bless this Thy hand grenade that with it Thou mayest blow Thine enemies]
[to tiny bits, in Thy mercy]
[My Contact]
[Lorem ipsum dolor sit amet,]
[consectetur adipisicing elit]
[Today]
[Yesterday]
[File sent]
[File received]
Prijať súbor
[URL sent]
[URL received]
;file \plugins\Scriver\src\msgoptions.cpp
[General]
[Event Log]
Zaznamenať udalosti
[Group Chat Log]
[Outgoing messages]
[Outgoing background]
[Incoming messages]
[Incoming background]
[Outgoing name]
[Outgoing time]
[Outgoing colon]
[Incoming name]
[Incoming time]
[Incoming colon]
[Message area]
[Input area background]
[Outgoing URL]
[Incoming URL]
Prichádzajúca URL
[Info bar contact name]
[Info bar background]
[Info bar status message]
[Line between messages]
[Offline]
Odpojený
[Online]
Pripojený
[Away]
Preč
[NA]
Nedostupný
[Occupied]
Zaneprázdnený
[DND]
Nerušiť
[Free for chat]
Voľný k rozhovoru
[Invisible]
Neviditelný
[Out to lunch]
Na obede
[On the phone]
Telefonuje
[** New contacts **]
[** Unknown contacts **]
** Neznáme kontakty **
[Show balloon popup (unsupported system)]
[Message Sessions]
[Typing Notify]
;file \plugins\Scriver\src\msgs.cpp
[Message from %s]
Správa od %s
[%s is typing a message]
[Typing Notification]
[Miranda could not load the built-in message module, riched20.dll is missing. If you are using Windows 95 or WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
[Instant messages]
[Incoming (Focused Window)]
[Incoming (Unfocused Window)]
[Incoming (New Session)]
[Outgoing]
[Contact started typing]
[Contact stopped typing]
;file \plugins\Scriver\src\msgtimedout.cpp
[An unknown error has occurred.]
;file \plugins\Scriver\src\msgwindow.cpp
[Always On Top]
Vždy navrchu
;file \plugins\Scriver\src\sendqueue.cpp
[The message send timed out.]
;file \plugins\Scriver\src\chat\colorchooser.cpp
;file \plugins\Scriver\src\chat\main.cpp
[Group chat log background]
[Nick list background]
[Nick list lines]
[Nick list background (selected)]
;file \plugins\Scriver\src\chat\options.cpp
[Flash when someone speaks]
[Flash when a word is highlighted]
[Show chat nick list]
[Enable button context menus]
[Show topic on your contact list (if supported)]
[Do not play sounds when focused]
[Do not pop up when joining]
[Show and hide by double clicking in the contact list]
[Show contact statuses (if supported)]
[Display contact status icon before role icon]
[Add ':' to auto-completed names]
[Prefix all events with a timestamp]
[Only prefix with timestamp if it has changed]
[Timestamp has same color as event]
[Indent the second line of a message]
[Limit user names to 20 characters]
[Strip colors from messages]
[Enable 'event filter' for new rooms]
[Show topic changes]
[Show users joining]
[Show users disconnecting]
[Show messages]
[Show actions]
[Show users leaving]
[Show users being kicked]
[Show notices]
[Show users changing name]
[Show information messages]
[Show status changes of users]
[Show icons in tray only when the chat room is not active]
[Show icon in tray for topic changes]
[Show icon in tray for users joining]
[Show icon in tray for users disconnecting]
[Show icon in tray for messages]
[Show icon in tray for actions]
[Show icon in tray for highlights]
[Show icon in tray for users leaving]
[Show icon in tray for users kicking other user]
[Show icon in tray for notices]
[Show icon in tray for name changes]
[Show icon in tray for information messages]
[Show icon in tray for status changes]
[Show popups only when the chat room is not active]
[Show popup for topic changes]
[Show popup for users joining]
[Show popup for users disconnecting]
[Show popup for messages]
[Show popup for actions]
[Show popup for highlights]
[Show popup for users leaving]
[Show popup for users kicking other user]
[Show popup for notices]
[Show popup for name changes]
[Show popup for information messages]
[Show popup for status changes]
[Appearance and functionality of chat windows]
[Icons to display in the tray]
[nick of current contact (if defined)]
[protocol name of current contact (if defined). Account name is used when protocol supports multiple accounts]
[user-defined account name of current contact (if defined).]
[user ID of current contact (if defined). It is like UIN Number for ICQ, JID for Jabber, etc.]
[path to Miranda root folder]
[path to current Miranda profile]
[name of current Miranda profile (filename, without extension)]
[will return parsed string %miranda_profile%\\Profiles\\%miranda_profilename%]
[will return parsed string %miranda_userdata%\\Logs]
[same as environment variable %APPDATA% for currently logged-on Windows user]
[username for currently logged-on Windows user]
["My Documents" folder for currently logged-on Windows user]
["Desktop" folder for currently logged-on Windows user]
[any environment variable defined in current Windows session (like %systemroot%, %allusersprofile%, etc.)]
[day of month, 1-31]
[day of month, 01-31]
[month number, 1-12]
[month number, 01-12]
[abbreviated month name]
[full month name]
[year without century, 01-99]
[year with century, 1901-9999]
[abbreviated weekday name]
[full weekday name]
[Variables]
[Appearance]
[Default events to show in new chat rooms if the 'event filter' is enabled]
[Select Folder]
Vyber zložku
[Popups]
;file \plugins\Scriver\src\chat\tools.cpp
[&Message %s]
;file \plugins\Scriver\src\chat\window.cpp
[Italic]
Kurzíva
[Underline]
Podtrhnuté
[Filter]
[Manager]
[Nick list]
[Insert a smiley]
[Make the text bold (CTRL+B)]
[Make the text italicized (CTRL+I)]
[Make the text underlined (CTRL+U)]
[Select a background color for the text (CTRL+L)]
[Select a foreground color for the text (CTRL+K)]
[Show the history (CTRL+H)]
[Show/hide the nick list (CTRL+N)]
[Control this room (CTRL+O)]
[Enable/disable the event filter (CTRL+F)]
[Nickname]
Prezívka
[Unique ID]
[Status]
Stav
[%s: Chat Room (%u user)]
[%s: Chat Room (%u users)]
[%s: Message Session]
[%s: Message Session (%u users)]
|