-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathinspector.properties
More file actions
91 lines (77 loc) · 4.19 KB
/
Copy pathinspector.properties
File metadata and controls
91 lines (77 loc) · 4.19 KB
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
# LOCALIZATION NOTE (rdpInspector.tab.Packets, rdpInspector.tab.Actors)
# A label for main application tabs.
rdpInspector.tab.Packets=Packets
rdpInspector.tab.Actors=Actors
# LOCALIZATION NOTE (rdpInspector.option.showInlineDetails,
# rdpInspector.option.showInlineDetails): Label and
# tooltip for an option that can be set within the Packets tab. If set to true
# every packet display inline preview of packet properties (collapsed
# by default)
rdpInspector.option.showInlineDetails=Show Packet Details Inline
rdpInspector.option.showInlineDetails.tip=Show a detailed tree view of the Packet content.
# LOCALIZATION NOTE (rdpInspector.option.packetCacheEnabled, rdpInspector.options.packetCacheEnabled.tip): Label and
# tooltip for an option that can be set within the Packets tab. If set to true
# the inspector caches packets that are sent/received before the
# inspector window is opened (to see also packets that happens
# at the very beginning)
rdpInspector.option.packetCacheEnabled=Packet Cache
rdpInspector.option.packetCacheEnabled.tip=Store packets in a cache before the console is opened.
# LOCALIZATION NOTE (rdpInspector.cmd.clear): Label for a toolbar button
# in the Packets tab. This command clears the packet list.
rdpInspector.cmd.clear=Clear
# LOCALIZATION NOTE (rdpInspector.cmd.find): Label for a toolbar button
# in the Packets tab. This command opens standard Find bar at the bottom
# of the Inspector window.
rdpInspector.cmd.find=Find
# LOCALIZATION NOTE (rdpInspector.cmd.summary): Label for a toolbar button
# in the Packets tab. This command inserts a summary separator in the
# packets list.
rdpInspector.cmd.summary=Summary
# LOCALIZATION NOTE (rdpInspector.tooltip.sizeSent, rdpInspector.tooltip.sizeReceived,
# rdpInspector.tooltip.packetsSent, rdpInspector.tooltip.packetsReceived):
# A tooltip for summary info in the packet list.
rdpInspector.tooltip.sizeSent=Total amount of data sent to the debugger server
rdpInspector.tooltip.sizeReceived=Total amount of data received from the debugger server
rdpInspector.tooltip.packetsSent=Number of packets sent to the debugger server
rdpInspector.tooltip.packetsReceived=Number of packets received from the debugger server
# LOCALIZATION NOTE (rdpInspector.label.packets, rdpInspector.label.data)
# A label for summary info in the packet list.
rdpInspector.label.packets=Packets
rdpInspector.label.data=Data
# LOCALIZATION NOTE (rdpInspector.cmd.refresh) A label used on Actor's
# tab toolbar. It's used to refresh the tab's content.
rdpInspector.cmd.refresh=Refresh
# LOCALIZATION NOTE (rdpInspector.label.sent, rdpInspector.label.to,
# rdpInspector.label.received, rdpInspector.label.from): A label for
# packets displayed in the packet list.
rdpInspector.label.sent=Sent
rdpInspector.label.to=to
rdpInspector.label.received=Received
rdpInspector.label.from=from
# LOCALIZATION NOTE (rdpInspector.label.outOfLimit) A label displayed
# at the top of the packet list in case the number of displayed packets
# reached maximum limit.
rdpInspector.label.outOfLimit=packets removed
# LOCALIZATION NOTE (rdpInspector.label.Paused, rdpInspector.label.Unpaused):
# A label used for pause/unpause packet collecting. The label is for a message
# that is printed into the packet list when the user click the Pause button
# in the toolbar.
rdpInspector.label.Paused=Paused
rdpInspector.label.Unpaused=Unpaused
# LOCALIZATION NOTE (rdpInspector.label.MainProcess, rdpInspector.label.ChildProcess,
# rdpInspector.ActorsFactories):
# Labels used for the actors sub-panel selector in the actors panel toolbar.
rdpInspector.label.MainProcess=Main Process
rdpInspector.label.ChildProcess=Child Process
rdpInspector.label.ActorsFactories=Actors Factories
# LOCALIZATION NOTE (rdpInspector.menu.File, rdpInspector.menu.Options,
# rdpInspector.cmd.load, rdpInspector.cmd.save):
# Labels for the dropdown menus in the packets panel toolbar.
rdpInspector.menu.File=File
rdpInspector.menu.Options=Options
rdpInspector.cmd.load=Load
rdpInspector.cmd.save=Save
# LOCALIZATION NOTE (rdpInspector.label.serverParticipant, rdpInspector.label.clientParticipant):
# Labels for the participant header bar in the packets panel main area.
rdpInspector.label.serverParticipant=Actors
rdpInspector.label.clientParticipant=Toolbox