summaryrefslogtreecommitdiff
path: root/langpacks/slovak/Plugins/HistoryStats.txt
blob: 992db31be06bdd94a00c896a590930a1b920cf2a (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
#muuid {f184f5a0-c198-4454-a9b4-f6e2fd534133}
;============================================================
;  File: HistoryStats.dll
;  Plugin: HistoryStats
;  Version: 0.2.0.3
;  Authors: Martin Afanasjew
;============================================================
[Creates detailed, colorful and highly customizable statistics using your message history.]

;file \plugins\HistoryStats\res\resource.rc
[Band]

[HistoryStats - Working...]

[Cancel]
Storno
[HistoryStats - Add column]

[Available column types:]

[Description]
Udalosť
[Add]

[HistoryStats - Conflicting files]

[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files there is an option for this.]

[The following files could not be written because files with the same names already existed. Please decide whether to overwrite the existing or to discard the generated files.]

[Overwrite existing]

[Discard generated]

[HistoryStats supports several plugins. Click to learn more...]

[Contacts]
Kontakty
[Hide additional column info...]

[HistoryStats - Plugin/extension info]

[Close]
Zavrieť
[Plugin/extension name:]

[Provided features:]

[Detailed description:]

[HistoryStats - Filter words/messages]

[Sets:]

[Set name:]

[Set mode:]

[About sets]

[All sets are shared between columns. However, only the checked ones will be applied to the current column. Use the right field to specify words putting every word on a separate line.]

[Configure HistoryStats]

[Apply]
Aplikovať
;file \plugins\HistoryStats\src\colbase_words.cpp
[Extract words from]

[Incoming messages]

[Outgoing messages]

[All messages]

[Ignore words shorter than (chars)]

[Ignore words longer than (chars, 0=no limit)]

[Filter URLs/e-mail addresses]

[Filter words/messages]

[Define...]

;file \plugins\HistoryStats\src\column_chatduration.cpp
[Chat duration type]

[Minimum]

[Average]

[Maximum]
maximálne
[Total (sum of all chats)]

[Show bar graph for chat duration type]

[Other information in tooltip]

[Minimum chat duration]

[Average chat duration]

[Maximum chat duration]

[Total chat duration]

[Chat duration]

[(unknown)]

[[Min] #{amount}]

[[Avg] #{amount}]

[[Max] #{amount}]

[[Sum] #{amount}]

;file \plugins\HistoryStats\src\column_chatduration.h
[Column holding the amount of time you have chatted with the given contact.]

;file \plugins\HistoryStats\src\column_events.cpp
[Events to count]

[URLs (incoming)]

[URLs (outgoing)]

[URLs (all)]

[Files (incoming)]

[Files (outgoing)]

[Files (all)]

[URLs]

[Files]

[Incoming URLs]

[Outgoing URLs]

[Incoming files]

[Outgoing files]

;file \plugins\HistoryStats\src\column_events.h
[Events]
Udalosti
[Column holding event counts for incoming, outgoing or total number of files or URLs.]

;file \plugins\HistoryStats\src\column_group.cpp
[Group]

;file \plugins\HistoryStats\src\column_group.h
[Column holding the contact list's group name the contact is in.]

;file \plugins\HistoryStats\src\column_inout.cpp
[Data source]

[Display as]

[Absolute]

[Units per day]

[Units per week]

[Units per month (30 days)]

[Characters (incoming)]

[Characters (outgoing)]

[Characters (all)]

[Messages (incoming)]

[Messages (outgoing)]

[Messages (all)]

[Chats (incoming)]

[Chats (outgoing)]

[Chats (all)]

[Characters]

[Messages]

[Chats]

[Incoming characters]

[Outgoing characters]

[Incoming chats]

[Outgoing chats]

[day]

[week]

[month]

[#{data} per #{unit}]

;file \plugins\HistoryStats\src\column_inout.h
[In/out]

[Column holding counts for incoming, outgoing or total characters, messages or chats. This column can display absolute and average values.]

;file \plugins\HistoryStats\src\column_inoutgraph.cpp
[Show sum of incoming and outgoing]

[In/out details (tooltip)]

[Percentage in tooltip]

[Absolute in tooltip if average selected and vice versa]

[Percentage in bar graph]

[Outgoing]

[Incoming]

[[Out] #{out_amount} (#{out_ratio}) / [In] #{in_amount} (#{in_ratio})]

[[Out] #{out_amount} / [In] #{in_amount}]

;file \plugins\HistoryStats\src\column_inoutgraph.h
[In/out graph]

[Column holding in/out bar graphs for characters, messages or chats.]

;file \plugins\HistoryStats\src\column_nick.cpp
[First/last message time (tooltip)]

[Show contact count for omitted/totals (tooltip)]

[Nick]
Prezívka
[[First] #{first_time} / [Last] #{last_time}]

[#{count} contacts / [First] #{first_time} / [Last] #{last_time}]

[#{count} contacts]

[Omitted]

[Totals]

;file \plugins\HistoryStats\src\column_nick.h
[Column holding the contact's nick and first/last message time if selected.]

;file \plugins\HistoryStats\src\column_protocol.cpp
[Protocol]

;file \plugins\HistoryStats\src\column_protocol.h
[Column holding the contact's protocol.]

;file \plugins\HistoryStats\src\column_rank.cpp
[Rank]

[#{rank}.]

;file \plugins\HistoryStats\src\column_rank.h
[Column holding the contact's placing according to your sorting criteria.]

;file \plugins\HistoryStats\src\column_split.cpp
["Split" type]

[Hours of day]

[Days of week]

[Custom (for experts only)]

[Column setup]

[Bar unit]

[Units per bar]

[Bars per graph]

[Graph alignment]

[Align on day boundary]

[Align on week boundary]

[Details for every bar (tooltip)]

[Hours]

[Days]

[Weeks]

[Details for every bar (tooltip) are only available with HTML output.]

["Split"]

[incoming characters]

[outgoing characters]

[all characters]

[incoming messages]

[outgoing messages]

[all messages]

[incoming chats]

[outgoing chats]

[all chats]

[#{type} for #{data}]

[wday3:Mon]

[wday3:Tue]

[wday3:Wed]

[wday3:Thu]

[wday3:Fri]

[wday3:Sat]

[wday3:Sun]

[[#{hour}:00-#{hour}:59] #{amount}]

[[#{day}] #{amount}]

[#{amount}]

;file \plugins\HistoryStats\src\column_split.h
[Column holding a graphical overview of your chatting amount split by day of week or by hour of day. Different chatting amount measures are available.]

;file \plugins\HistoryStats\src\column_splittimeline.cpp
[Drop everything older than (days, 0=no limit)]

[Number of days to group]

[Number of weeks to group]

[Block unit]

[Units per block]

[Blocks per column]

[Number of columns to group]

[Calculate maximum per column (not per graph)]

[Characters (in/out ratio)]

[Messages (in/out ratio)]

[Chats (in/out ratio)]

[Hours of day timeline]

[Days of week timeline]

["Split" timeline]

[in/out ratio of characters]

[in/out ratio of messages]

[in/out ratio of chats]

;file \plugins\HistoryStats\src\column_splittimeline.h
[Column holding a graphical overview of your chatting behavior (out, in, total, in/out ratio) from the first to the last day of your history. The information is spread along x- and y-axis and the values are encoded as color values. Different chatting behavior measures are available.]

;file \plugins\HistoryStats\src\column_timeline.cpp
[Timeline for #{data}]

[Timeline]

[[#{start_date}-#{end_date}] #{amount}]

[[#{date}] #{amount}]

[[#{start_date}-#{end_date}] #{out_amount} (out) / #{in_amount} (in)]

[[#{date}] #{out_amount} (out) / #{in_amount} (in)]

;file \plugins\HistoryStats\src\column_timeline.h
[Column holding a graphical overview of your chatting behavior (out, in, total, in/out ratio) from the first to the last day of your history on a daily basis. Multiple days can be grouped. Different chatting behavior measures are available.]

;file \plugins\HistoryStats\src\column_wordcount.cpp
[Word count type]

[Total words]

[Distinct words]

[Ratio total/distinct words]

[Additional info in tooltip (depends on type)]

[Total word count]

[Distinct word count]

[#{distict_words} distinct]

[#{words} total]

[#{words} total / #{distict_words} distinct]

;file \plugins\HistoryStats\src\column_wordcount.h
[Word count]

[Column holding the number of (distinct) words used by you, by your contact, or by both of you.]

;file \plugins\HistoryStats\src\column_words.cpp
[Words type]

[Most common words]

[Least common words]

[Longest words]

[Number of words]

[Number of words to skip in output]

[Word count for each word (tooltip)]

[Show separate counts for incoming/outgoing]

[Color words according to in/out ratio]

[[Out] #{out_words} / [In] #{in_words}]

;file \plugins\HistoryStats\src\column_words.h
[Words]

[Column holding a list of a specified number of most/least common words or longest words used by you, by your contact, or by both of you.]

;file \plugins\HistoryStats\src\contact.cpp
[(multiple)]

;file \plugins\HistoryStats\src\dlgconfigure.cpp
[You can't access the stand-alone configuration dialog of HistoryStats as long as the options dialog of Miranda NG is open. Please close the options dialog and try again.\r\n\r\nNote that the options offered by both dialogs are the same.]

[HistoryStats - Warning]

;file \plugins\HistoryStats\src\dlgfilterwords.cpp
[Add set]

[Delete set]

[Filter words matching]

[Filter words containing]

[Filter words starting with]

[Filter words ending with]

[Filter messages matching]

[Filter messages containing]

[Filter messages starting with]

[Filter messages ending with]

[The selected set is in use by at least one other column. If you remove it, it won't be available to all other columns that use it. Are you sure you want to remove the set?]

;file \plugins\HistoryStats\src\dlgoption.cpp
[Global]

[Global settings]

[Exclude]

[Exclude contacts]

[Input]

[Input settings]

[Columns]

[Column settings]

[Output]

[Output settings]

[Create]

[Create statistics]

[Create statistics (there are warnings)]

[You can't access the options of HistoryStats as long as the stand-alone configuration dialog of HistoryStats is open. Please close the stand-alone dialog before opening the options dialog of Miranda NG to see the options of HistoryStats here.\r\n\r\nNote that the options offered by both dialogs are the same.]

[You have unsaved settings. Do you want to save before running HistoryStats?]

[HistoryStats]

[Show warnings...]

[Show statistics]

[There are some potential conflicts in your settings. However, this is only a warning and can in general be ignored. The details:]

;file \plugins\HistoryStats\src\dlgoption_subcolumns.cpp
[Add column...]

[Delete column]

[Move down]

[Move up]

[Show additional column info...]

[General column settings]

[Title (default if empty)]

[Column specific settings]

[For this config the selected column...]

[...can be output as: ]

[PNG (partial)]

[...will be output as: ]

[Nothing (column will be skipped)]

[HTML as fallback]

[PNG, ignoring some settings]

[An internal column configuration error occurred. Please contact the author of this plugin.]

[HistoryStats - Error]

[HTML output unsupported.]

[Fallback to HTML due to setting.]

[Setting ignored due to PNG output.]

;file \plugins\HistoryStats\src\dlgoption_subexclude.cpp
[** All contacts **]
** Všetky kontakty **
;file \plugins\HistoryStats\src\dlgoption_subglobal.cpp
[Integration]

[Create statistics on Miranda NG startup]

[Add menu items to main menu]

[Put menu items into submenu]

[Add menu items to contact menu]

[Don't hide menu items for pseudo protocols]

[Hide menu items for protocol...]

[Graphics]

[Only use HTML to simulate graphics]

[Generate PNG files to represent graphics]

[Fall back to HTML output, if column options require HTML output]

[Enforce PNG output, possibly ignoring some column options]

[Prefer HTML output over PNG output, if available]

[Miscellaneous]

[Generate statistics in background thread with low priority]

[Path to browser (leave blank for system default)]

[At this time there is no external plugin supported.]

[Supported plugins (double-click to learn more):]

[HistoryStats supports several plugins. Click to hide info...]

;file \plugins\HistoryStats\src\dlgoption_subinput.cpp
[History interpretation]

[Time a chat session must last to be counted (seconds)]

[Time between two chat sessions (seconds)]

[Minimum time to assume when calculating average (days)]

[Word delimiting characters]

[Contact filtering]

[Ignore all contacts with protocol...]

[History read mode for metacontacts]

[Use only metacontact's history]

[Use only subcontacts' histories (for one metacontact)]

[Use metacontact's history and its subcontacts' histories]

[Treat metacontacts and subcontacts as normal contacts]

[Merge contacts with same name]

[Only merge if contacts are in the same group]

[Duplicate detection when reading merged contacts]

[Merge events (tolerant)]

[Merge events (strict)]

[Don't merge events]

[Message filtering]

[Ignore messages...]

[...older than (days, 0=no limit)]

[...before date (none=no limit)]

[...after date (none=no limit)]

[Strip raw RTF control sequences from message]

[Strip BBCode tags from messages]

;file \plugins\HistoryStats\src\dlgoption_suboutput.cpp
[Contact filtering and totals]

[Remove contacts with empty history]

[Remove contacts with only incoming chats]

[Remove only if you never answered]

[Remove contacts with only outgoing chats]

[Remove only if contact never answered]

[Limit number of contacts in statistics]

[Criteria]

[Omit contacts that didn't produce a certain amount of data]

[Omit if]

[...is less than]

[Omit contacts that were inactive for some time]

[Maximum inactivity time (days)]

[Omit all contacts not in "Top n"]

[Number of contacts in "Top n"]

[Include omitted contacts in totals]

[Include totals of omitted contacts in additional row]

[Include totals in statistics]

[Table header]

[Output header]

[Repeat header every n contacts (0=don't repeat)]

[Make column titles more verbose]

[Show tooltips with detailed information in column titles]

[Only show if a custom title was entered or if titles are not verbose]

[Sorting]

[HTML file generation]

[Own nick for statistics]

[Output files and folders]

[Substitute variables in output file name and subfolder for additional files]

[Output file]

[Output additional files to subfolder]

[Subfolder for additional files]

[Always overwrite already existing files (dangerous!)]

[Auto open statistics after being generated...]

[...via button "Create statistics" in options]

[...on Miranda NG startup]

[...via Miranda NG main menu]

[First sort by]

[Then sort by]

[Finally sort by]

[Characters (incoming, absolute)]

[Characters (outgoing, absolute)]

[Characters (all, absolute)]

[Characters (incoming, average)]

[Characters (outgoing, average)]

[Characters (all, average)]

[Messages (incoming, absolute)]

[Messages (outgoing, absolute)]

[Messages (all, absolute)]

[Messages (incoming, average)]

[Messages (outgoing, average)]

[Messages (all, average)]

[Chats (incoming, absolute)]

[Chats (outgoing, absolute)]

[Chats (all, absolute)]

[Chats (incoming, average)]

[Chats (outgoing, average)]

[Chats (all, average)]

[Chat duration (total)]

[Chat duration (minimum)]

[Chat duration (average)]

[Chat duration (maximum)]

[Time of first message to/from contact]

[Time of last message to/from contact]

[(nothing)]

[Ascending]

[Descending]

[Characters (incoming, average per week)]

[Characters (outgoing, average per week)]

[Characters (all, average per week)]

[Messages (incoming, average per week)]

[Messages (outgoing, average per week)]

[Messages (all, average per week)]

[Chats (incoming, average per week)]

[Chats (outgoing, average per week)]

[Chats (all, average per week)]

[Chat duration (total, hours)]

;file \plugins\HistoryStats\src\iconlib.cpp
[Create statistics (main menu)]

[Show statistics (main menu)]

[Configure... (main menu)]

[Contact menu]

[Unexcluded contacts]

[Excluded contacts]

[Options tree]

[Checkbox]

[Checkbox (checked)]

[Checkbox (disabled)]

[Checkbox (checked & disabled)]

[Radio button]

[Radio button (checked)]

[Radio button (disabled)]

[Radio button (checked & disabled)]

[Edit control]

[Edit control (disabled)]

[Combo box]

[Combo box (disabled)]

[Folder]

[Folder (disabled)]

[Button]

[Button (disabled)]

[Date/time picker]

[Date/time picker (disabled)]

;file \plugins\HistoryStats\src\main.cpp
[The statistics can't be found. Either you never created them or the last created statistics were moved to a different location and can't be found anymore.]

[Statistics]

[Configure...]

[Configure statistics...]

[You're going to copy the complete history of #{source_name} (#{source_proto}) to #{target_name} (#{target_proto}). Afterwards, the target history will contain entries from both histories. There is no way to revert this operation. Be careful! This is a rather big operation and has the potential to damage your database. Be sure to have a backup of this database before performing this operation.\r\n\r\nAre you sure you would like to continue?]

[HistoryStats - Confirm]

[Successfully read #{success} events of which #{fail_add} couldn't be added to the target history. #{fail} events couldn't be read from the source history.]

[HistoryStats - Information]

[Exclude from statistics]

[Copy history]

[Paste history...]

[History]

;file \plugins\HistoryStats\src\mirandacontact.cpp
;file \plugins\HistoryStats\src\mirandahistory.cpp
[(Unknown)]

[(none)]

;file \plugins\HistoryStats\src\optionsctrlimpl_datetime.cpp
[none]
žiadne
;file \plugins\HistoryStats\src\settings.cpp
[(default nick)]

;file \plugins\HistoryStats\src\statistic.cpp
[HistoryStats couldn't create a required folder (#{folder}).\r\n\r\nPlease check the output filename and additional output folder you have chosen for correctness. Additionally, please check whether the file, folder, and/or disk is writable.]

[Omitted contacts]

[HistoryStats couldn't open the output file (#{file}) for write access.\r\n\r\nPlease check the output filename you have chosen for correctness. Additionally, please check whether the file, folder, and/or disk is writable.]

[Statistics for #{nick} - HistoryStats]

[Statistics for #{nick}]

[Writing omitted contacts]

[Writing totals]

[Created with #{plugin} #{version} on #{date} at #{time}]

[Initializing]

[Reading database]

[Removing contacts]

[Sorting contacts]

[Precollecting column data]

[Limiting number of contacts]

[Calculating totals]

[Postcollecting column data]

[Transforming data]

[Creating HTML]

[Done]
Žiadna
[Already existing file]

[HistoryStats is already generating statistics. Please wait for the already running process to be finished or cancel it and try again.]

;file \plugins\HistoryStats\src\utils.cpp
[month3:Jan]

[monthF:January]

[month3:Feb]

[monthF:February]

[month3:Mar]

[monthF:March]

[month3:Apr]

[monthF:April]

[month3:May]

[monthF:May]

[month3:Jun]

[monthF:June]

[month3:Jul]

[monthF:July]

[month3:Aug]

[monthF:August]

[month3:Sep]

[monthF:September]

[month3:Oct]

[monthF:October]

[month3:Nov]

[monthF:November]

[month3:Dec]

[monthF:December]

[wday2:Mo]

[wdayF:Monday]

[wday2:Tu]

[wdayF:Tuesday]

[wday2:We]

[wdayF:Wednesday]

[wday2:Th]

[wdayF:Thursday]

[wday2:Fr]

[wdayF:Friday]

[wday2:Sa]

[wdayF:Saturday]

[wday2:Su]

[wdayF:Sunday]

[pm]

[am]

[PM]

[AM]