inital plugin from webtools project
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.monitor.ui / plugin.properties
1 pluginName=TCP/IP Monitor
2 providerName=IBM
3
4 # --------------- TCP/IP Monitor view ---------------
5
6 # Labels
7 viewTitle=TCP/IP Monitor
8 viewRequest=Request: {0}
9 viewResponse=Response: {0}
10 viewTime=Time of request: {0}
11 viewType=Type: {0}
12 viewResponseTime=Response Time: {0}
13 viewSize=Size: {0}
14 viewResponseTimeFormat={0} ms
15 viewSizeFormat={0} ({1}) bytes
16 viewDateFormat=h:mm.s.S a
17 viewResponseTypeUnknown=Unknown
18
19 # Actions
20 actionSortByResponseTime=Sort by response time
21 actionClearToolTip=Clear
22 actionShowHeader=Show header
23 actionProperties=Properties...
24
25
26 # --------------- RequestResponse Viewers ---------------
27 byteView=Byte View
28 imageView=Image View
29 xmlView=XML View
30 headerLabel=Header
31 imageViewInvalid=Not a valid image file
32 xmlViewInvalid=Not a valid XML file
33
34 # --------------- Errors ---------------
35 errorPortInUse=The TCP/IP monitor could not start because the port is in use.
36 errorCouldNotStart=TCP/IP monitor could not start correctly.
37 errorGeneral=Error: {0}
38 errorInvalidRemotePort=The remote port number is invalid.
39 errorInvalidLocalPort=The local port number is invalid.
40 errorDialogTitle=Error
41
42 # --------------- General UI ---------------
43 monitorList=TCP/IP Monitors:
44 columnLocal=Local Port
45 columnRemote=Host name
46 columnType=Type
47 columnStatus=Status
48 add=Add...
49 edit=Edit...
50 remove=Remove
51 start=Start
52 stop=Stop
53 started=Started
54 stopped=Stopped
55
56 newMonitor=New Monitor
57 editMonitor=Edit Monitor
58
59 localPort=Local monitoring port:
60 remoteGroup=Monitor
61 remoteHost=Host name:
62 remotePort=Port:
63 parseType=Type:
64
65 preferenceTitle=TCP/IP Monitor
66 preferenceDescription=Configure TCP/IP monitors on local and remote ports.
67
68 prefShowView=&Show the TCP/IP Monitor view when there is activity