blob: 47dba6e9468c102c13ae80b1cafe0b2474a0c6a1 [file] [log] [blame]
plugin.SWTOLEExample.name = SWT OLE Example Plugin (Win32)
category.SWTExamples.name = SWT Examples
view.OLEWebBrowserExample.name = OLE Web Browser (Win32)
launchcategory.SWTExamples.name = SWT Examples
launchcategory.SWTExamples.description = A collection of Standard Widget Toolkit examples.
launchitem.OLEWebBrowserExample.name = OLE Web Browser (Win32)
launchitem.OLEWebBrowserExample.description = This example demonstrates how to embed Active X / OLE controls into an SWT application or an Eclipse view. When the view is activated, it will create an instance of a Windows "Shell.Explorer" control and provide a GUI interface to it via OLE Automation. To run this example, Internet Explorer must be installed.
browser.Back.text = Backward
browser.Back.tooltip = Surf to previously viewed Web site
browser.Forward.text = Forward
browser.Forward.tooltip = Surf to next viewed Web site
browser.Home.text = Home
browser.Home.tooltip = Surf to home Web site
browser.Stop.text = Stop
browser.Stop.tooltip = Stop loading current Web site
browser.Refresh.text = Refresh
browser.Refresh.tooltip = Refresh current Web site
browser.Search.text = Search
browser.Search.tooltip = Search the Web
browser.Address.label = Address :
browser.Go.text = Go
browser.State.Uninitialized.text = Not ready.
browser.State.Loading.text = Loading Web site...
browser.State.Loaded.text = Ready.
browser.State.Interactive.text = Loading Web site...
browser.State.Complete.text = Done.
error.CouldNotLoadResources = Unable to load resources : {0}
error.CouldNotCreateBrowserControl = Unable to create <<Browser Control>> : {0}