X-Git-Url: http://secure.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.properties b/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.properties new file mode 100644 index 0000000..9ab09e7 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.properties @@ -0,0 +1,68 @@ +pluginName=TCP/IP Monitor +providerName=IBM + +# --------------- TCP/IP Monitor view --------------- + +# Labels +viewTitle=TCP/IP Monitor +viewRequest=Request: {0} +viewResponse=Response: {0} +viewTime=Time of request: {0} +viewType=Type: {0} +viewResponseTime=Response Time: {0} +viewSize=Size: {0} +viewResponseTimeFormat={0} ms +viewSizeFormat={0} ({1}) bytes +viewDateFormat=h:mm.s.S a +viewResponseTypeUnknown=Unknown + +# Actions +actionSortByResponseTime=Sort by response time +actionClearToolTip=Clear +actionShowHeader=Show header +actionProperties=Properties... + + +# --------------- RequestResponse Viewers --------------- +byteView=Byte View +imageView=Image View +xmlView=XML View +headerLabel=Header +imageViewInvalid=Not a valid image file +xmlViewInvalid=Not a valid XML file + +# --------------- Errors --------------- +errorPortInUse=The TCP/IP monitor could not start because the port is in use. +errorCouldNotStart=TCP/IP monitor could not start correctly. +errorGeneral=Error: {0} +errorInvalidRemotePort=The remote port number is invalid. +errorInvalidLocalPort=The local port number is invalid. +errorDialogTitle=Error + +# --------------- General UI --------------- +monitorList=TCP/IP Monitors: +columnLocal=Local Port +columnRemote=Host name +columnType=Type +columnStatus=Status +add=Add... +edit=Edit... +remove=Remove +start=Start +stop=Stop +started=Started +stopped=Stopped + +newMonitor=New Monitor +editMonitor=Edit Monitor + +localPort=Local monitoring port: +remoteGroup=Monitor +remoteHost=Host name: +remotePort=Port: +parseType=Type: + +preferenceTitle=TCP/IP Monitor +preferenceDescription=Configure TCP/IP monitors on local and remote ports. + +prefShowView=&Show the TCP/IP Monitor view when there is activity \ No newline at end of file