Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.properties

Issue 8801021: added a preference so user can specify browser to open html page (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.properties
===================================================================
--- editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.properties (revision 0)
+++ editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.properties (revision 0)
@@ -0,0 +1,15 @@
+OpenInBrowserAction_couldNotOpenFile=Could not open file in browser
+OpenInBrowserAction_description=Opens the selected HTML file in a browser
+OpenInBrowserAction_errorMessage=Could not open file in browser
+OpenInBrowserAction_title=Run in Browser
+OpenInBrowserAction_toolTip=Run in Browser
+OpenInBrowserAction_noFileTitle=Select HTML File
+OpenInBrowserAction_noFileMessage=Please select an HTML file to run.
+OpenInBrowserAction_selectFileTitle=Select HTML File
+OpenInBrowserAction_selectFileMessage=Select the HTML file to run:
+OpenInBrowserAction_jobTitle=Launching browser
+OpenInBrowserAction_unableToLaunch=Unable to Launch File
+OpenInBrowserAction_notInDartLib=File is not associated with a Dart library.
+OpenInBrowserAction_notAnHtmlFile=File is not an html file.
+OpenInBrowserAction_noJSFile=Unable to launch {0}: the Javascript output was not generated for the {1} library.
+OpenInBrowserAction_couldNotFindBrowser=Could not find browser {0}

Powered by Google App Engine
This is Rietveld 408576698