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
|
;#muuid not found, please specify manually!
;============================================================
; File: TrafficCounter.dll
; Plugin: TrafficCounter
; Version: x.x.x.x
; Authors:
;============================================================
;file \plugins\TrafficCounter\res\resource.rc
[Selected totals]
[Accounts]
Účty
[Units]
Jednotky
[0]
[Clear statistics]
[Notification]
Oznámení
[Notify me on every]
Upozornit každých
[kilobytes]
kB
[minutes]
min.
[Background colour:]
Barva pozadí:
[Text colour:]
Barva textu:
[Reset to default]
Obnovit výchozí
[Popup timeout]
Doba zobrazení
[From PopUp plugin]
Globální nastavení
[Custom]
Vlastní
[Test]
Ověřit
[Show now]
Zobrazit okno
[Space between lines:]
Odstup mezi řádky:
[Counters format string:]
[Tooltip format string:]
[Display traffic for current]
;file \plugins\TrafficCounter\src\misc.c
[%c%d]
[%d.%d]
[%02d]
;file \plugins\TrafficCounter\src\statistics.c
[ListBox]
[Bytes]
bajtů
[Adaptive]
[Hourly]
[Daily]
Každý den
[Weekly]
Co týden
[Monthly]
Co měsíc
[Yearly]
Co rok
[Period]
[Incoming]
Příchozí
[Outgoing]
Odchozí
[Sum]
[Online]
Online
[Now traffic statistics for selected accounts will be cleared.\nContinue?]
[Traffic counter]
Počitadlo dat
[%s %02d:00 - %02d:59]
[%s - %s]
[m:ss]
[h:mm:ss]
[d hh:mm:ss]
[%miranda_userdata%\\statistics]
[%s\\%S.stat]
[Couldn't read statistics file]
[Traffic Counter]
;file \plugins\TrafficCounter\src\TrafficCounter.c
[TrafficCounterWnd]
[{I4}\x0D\x0A\x0A\\r\n{R65}?tc_GetTraffic(%extratext%,now,sent,d)\x0D\x0A\x0A\\r\n{R115}?tc_GetTraffic(%extratext%,now,received,d)\x0D\x0A\x0A\\r\n{R165}?tc_GetTraffic(%extratext%,total,both,d)\x0D\x0A\x0A\\r\n{L180}?if3(?tc_GetTime(%extratext%,now,hh:mm:ss),)\x0D\x0A\x0A\\r\n{L230}?if3(?tc_GetTime(%extratext%,total,d hh:mm),)]
[Font]
Písmo
[Arial]
[Hide traffic window]
[Clear the current (Now:) value]
[Display/]
[Icon]
Ikona
[Account name]
Název účtu
[Current traffic]
[Total traffic]
[Current online]
[Total online]
[General/]
[Draw frame as skin element]
[Show tooltip in traffic window]
["Toggle traffic counter" in main menu]
[Visible accounts/]
[Summary traffic for visible accounts]
[Overall traffic]
[Visible accounts/%s]
[Hide now]
Skrýt okno
[Day]
den
[Week]
týden
[Month]
měsíc
[Year]
rok
[Services]
Služby
[Options]
Možnosti
[Statistics]
Statistika
[PopUps]
Oznámení
[Toggle traffic counter]
[Traffic counter notification]
[%d kilobytes sent]
[%d kilobytes received]
;file \plugins\TrafficCounter\src\vars.c
[overall]
[summary]
[now]
[sent]
[received]
[both]
oboje
[total]
[tc_GetTraffic]
[tc_GetTime]
|