You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/StandardDeployPreferencesPanelTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/DeployPropertyPage.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/StandardDeployPreferencesPanel.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/messages.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,12 @@ tooltip.staging.bucket=The Google Cloud Storage bucket used to stage files for d
42
42
If not specified, the application''s default code bucket is used.
43
43
44
44
#Project selector
45
-
projectselector.selectProject=Select a Google Cloud Platform project
46
45
projectselector.createproject=Create a project in the <a href="{0}">Cloud Console</a>. Then refresh this list.
47
46
projectselector.createproject.tooltip=Opens the Cloud Console in a browser. You will need to refresh the project list \
48
47
after the project is created.
48
+
projectselector.no.projects=No projects found
49
+
projectselector.project.not.selected=Select a project
50
+
projectselector.selectProject=Select a Google Cloud Platform project
49
51
projectselector.retrieveproject.error.title=Failed to retrieve projects
50
52
projectselector.retrieveproject.error.message=An error occurred while retrieving projects: {0}
51
53
projectselector.retrieveapplication.error.title=Failed to retrieve App Engine application
0 commit comments