X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.webbrowser/plugin.properties b/net.sourceforge.phpeclipse.webbrowser/plugin.properties new file mode 100644 index 0000000..bc18d38 --- /dev/null +++ b/net.sourceforge.phpeclipse.webbrowser/plugin.properties @@ -0,0 +1,95 @@ +pluginName=Web Browser +providerName=IBM +extensionPointURLMap=URL Map +%extensionPointFavorites=Favorite URLs + +# --- Internal Web Browser --- +internalWebBrowserName=Internal Web Browser +viewWebBrowserTitle=Web Browser + +# Actions +actionWebBrowserGo=Go to the selected URL +actionWebBrowserBack=Back to the previous page +actionWebBrowserForward=Forward to the next page +actionWebBrowserStop=Stop loading the current page +actionWebBrowserRefresh=Refresh the current page +actionWebBrowserPrint=Print the current page +actionWebBrowserFavorites=Favorites +actionWebBrowserNoFavorites=No Favorites +actionWebBrowserOrganizeFavorites=Organize Favorites... + +# Status text +webBrowserStatusUninitialized=Not ready +webBrowserStatusLoading=Loading... +webBrowserStatusLoaded=Ready +webBrowserStatusInteractive=Loading... +webBrowserStatusComplete=Done + +# message if a resource is deleted +dialogResourceDeletedTitle=Web Resource Deleted +dialogResourceDeletedMessage=The file {0} initially opened in the Web Browser has been deleted from the file system. Do you want to ignore the deletion or close the Web Browser? +dialogResourceDeletedIgnore=Ignore + +dialogOrganizeFavoritesTitle=Organize Favorites +dialogOrganizeFavoritesMessage=Organize favorite URLs below. Select the name or URL to edit. +dialogOrganizeFavoritesName=Name +dialogOrganizeFavoritesURL=URL + +# --------------- Action Sets (toolbar icon groups) --------------- + +# Web Browser action set +actionSetWebBrowserTitle=Web Browser +actionSetOpenWebBrowser=Open Web Browser +actionSetSwitchBrowser=Web Browser + +# --------------- Preferences --------------- + +# Name of the preference pages +preferenceInternetTitle=Internet +preferenceInternetDescription=General internet settings are available in the contained preference pages. +preferenceWebBrowserTitle=Web Browser +preferenceWebBrowserTitleLong=Installed Web Browsers +preferenceWebBrowserDescription=Add, remove, or edit installed Web browsers.\nThe selected Web browser will be used whenever Web pages are opened. + +# Web Browser preferences +prefUseInternalBrowser=Use the &internal Web Browser +prefBrowserNewPage=&Open a new page for each request +prefUseExternalBrowser=Use e&xternal Web Browser + +errorDialogTitle=Error +errorCouldNotLaunchWebBrowser=Could not launch external Web Browser for {0}. Check the Web Browser preferences. +errorNoBrowser=Could not open a Web browser because there are none configured. Check the Web Browser preferences. + +browserList=Installed &Web Browsers: +add=&Add... +edit=&Edit... +remove=&Remove +search=&Search... +createBrowser=Add Installed Web Browser +editInternalBrowser=Internal Web Browser +editExternalBrowser=Edit Installed Web Browser +clearURLHistory=Clear URL history when exiting workbench +clearURLHistoryNow=Clear URL History Now +name=&Name: +location=&Location: +parameters=&Parameters: +parametersMessage=(Use {0} to include the URL) +browse=&Browse... +browseMessage=Specify the location of the Web Browser executable +errorCouldNotLaunchInternalWebBrowser=Could not launch internal Web Browser. Please set an external browser in the Browser preferences. +searchingTaskName=Searching for Web browsers... +searching=Found {0} - Searching {1} +searchingNoneFound=No Web browsers were found. +selectDirectory=Select a directory to search for Web browsers: +directoryDialogTitle=Directory Selection +locationInvalid=The location value is not a valid path name. + +browserInternetExplorer=Internet Explorer +browserNetscape4=Netscape Communicator v4.x +browserNetscape7=Netscape v7.x +browserNetscape=Netscape +browserMozilla=Mozilla +browserOpera=Opera +browserKonqueror=Konqueror +browserGaleon=Galeon +browserExternal=External Browser \ No newline at end of file