Files
openide/plugins/google-app-engine/resources/messages/JavaGoogleAppEngineBundle.properties
Alex Plate 2c8b118e3f Revert "[IDEA-270680] Use an ellipsis character in several bundles"
Temporally revert ellipsis

GitOrigin-RevId: e7e60813b6e7a6f724cc066708caaabe3cb8ca54
2021-10-26 12:07:12 +00:00

55 lines
4.0 KiB
INI

action.upload.app.engine.application.text=Upload App Engine Application ''{0}''
facet.not.found.in.0.artifact=App Engine facet not found in ''{0}'' artifact
application.name.not.specified.message=<html>Application name is not specified in appengine-web.xml.<br>Enter application name (see your <a href="https://appengine.google.com">AppEngine account</a>):</html>
dialog.message.google.app.engine.description=Google App Engine facets will be decoupled from Web facets
sdk.browse.folder.action.title=Google App Engine SDK
sdk.browse.folder.action.description=Specify google app engine java SDK home
error.process.terminated.with.exit.code.0=Process terminated with exit code {0}
plugin.name=Google App Engine
message.cannot.start.uploading.0=Cannot start uploading: {0}
migrate.to.google.cloud.notification.text=<html><body><p>It looks like your project is using the App Engine SDK. While the App Engine SDK is still supported, \
Google recommends that you migrate to the <a href="https://cloud.google.com/sdk/">Google Cloud SDK</a>. The Cloud SDK provides new features \
such as <a href="https://cloud.google.com/appengine/docs/flexible/">App Engine Flexible</a> support and \
<a href="https://cloud.google.com/debugger/">Google Cloud Debugger</a> integration.\
</p><p><a href="https://cloud.google.com/tools/intellij/docs/migrate">Learn more about migrating to the new Cloud tools</a>.</p></body></html>
notification.title.app.engine.sdk.detected=App engine SDK detected
output.path.isn.t.specified.for.0.artifact=Output path isn''t specified for ''{0}'' artifact
path.to.app.engine.not.specified.correctly.message=Path to App Engine SDK isn't specified correctly in App Engine Facet settings
path.to.app.engine.not.specified.message=Path to App Engine SDK isn't specified
progress.title.uploading.application=Uploading application
label.google.app.engine.sdk=Google app engine SDK:
app.engine.sdk.download.link.text=App Engine SDK path not specified. <hyperlink>Download</hyperlink>
error.app.engine.sdk.path.is.not.correct=App Engine SDK path is not correct
inspection.message.native.methods.not.allowed=Native methods aren't allowed in App Engine application
inspection.message.application.should.not.create.new.instances.0=App Engine application should not create new instances of ''{0}'' class
inspection.message.application.should.not.call.method=AppEngine application should not call ''{0}.{1}'' method
inspection.message.class.not.included.in.white.list=Class ''{0}'' is not included in App Engine JRE White List
button.sdk.download.text=Download...
sdk.file.not.found.message=''{0}'' is not valid App Engine SDK installation: ''{1}'' file not found
error.message.not.valid.port.number=''{0}'' is not valid port number
error.message.artifact.isn.t.specified=Artifact isn't specified
dev.server.configuration.name=Google AppEngine Dev Server
dev.server.configuration.description=Google AppEngine dev server run configuration
dev.server.integration.presentable.name=Google App Engine Dev Server
app.engine.inspection.group.name=Google app engine
app.engine.inspection.forbidden.code.name=Forbidden code in App Engine applications
cloud.config.form.remember.password.checkbox.text=&Remember password
cloud.config.form.password.label.text=&Password:
cloud.config.form.email.label.text=&Email:
cloud.config.form.email.and.password.radio.text=&Log in with email and password
cloud.config.form.oauth2.radio.text=&Use passwordless login via OAuth2
run.configuration.form.artifact.to.deploy.label.text=Artifact to &deploy:
run.configuration.form.port.label.text=&Port:
run.configuration.form.server.parameters.label.text=Server parameters:
facet.editor.form.persistence.label.text=Persistence:
facet.editor.form.run.enhancer.on.make.checkbox.text=&Run Enhancer for the following classes and packages on make:
facet.editor.form.path.to.sdk.label.text=Path to Google App Engine SDK installation directory:
support.config.form.persistence.label.text=Persistence:
server.editor.app.engine.sdk.label.text=App Engine SDK:
persistence.api.item.name.none=None
action.AppEngine.UploadApplication.text=Upload App Engine Application