Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
generate.equals.hashcode.wizard.title:
text: Generate equals() and hashCode()
action.structureview.show.non.public:
text: Show non-public
action.structureview.show.properties:
text: Show Properties
file.structure.toggle.show.anonymous.classes:
text: Anonymous Classes
file.structure.toggle.show.collapse.show.lambdas:
text: Lambdas
generate.equals.hashcode.accept.sublcasses:
text: Accept &subclasses as parameter to equals() method
generate.equals.hashcode.accept.sublcasses.explanation:
text: <html><body>While generally incompliant to Object.equals() specification accepting<br>subclasses might be necessary for generated method to work correctly<br>with frameworks, which generate Proxy subclasses like Hibernate.</body></html>
generate.equals.hashcode.equals.fields.chooser.title:
text: Choose &fields to be included in equals()
text: Choose &fields to be included in equals()
generate.equals.hashcode.hashcode.fields.chooser.title:
text: Choose &fields to be included in hashCode()
text: Choose &fields to be included in hashCode()
generate.equals.hashcode.internal.error:
text: Internal error
generate.equals.hashcode.non.null.fields.chooser.title:
text: Select all non-null &fields
generate.equals.hashcode.use.getters:
text: Use &getters during code generation
text: Select all non-null &fields
generate.equals.hashcode.template:
text: '&Template:'
generate.equals.hashcode.accept.sublcasses:
text: Accept &subclasses as parameter to equals() method
generate.equals.hashcode.accept.sublcasses.explanation:
text: <html><body>While generally incompliant to Object.equals() specification accepting<br>subclasses might be necessary for generated method to work correctly<br>with frameworks, which generate Proxy subclasses like Hibernate.</body></html>
generate.equals.hashcode.internal.error:
text: Internal error
text: '&Template:'
generate.equals.hashcode.use.getters:
text: Use &getters during code generation
generate.equals.hashcode.warning.hashcode.for.arrays.is.not.supported:
text: hashCode () for arrays is not supported
generate.equals.hashcode.wizard.title:
text: Generate equals() and hashCode()
generate.equals.warning.equals.for.nested.arrays.not.supported:
text: equals() for nested arrays is not supported
text: equals() for nested arrays is not supported
generate.equals.warning.generated.equals.could.be.incorrect:
text: Generated equals() for Object[] can be incorrect
generate.equals.hashcode.warning.hashcode.for.arrays.is.not.supported:
text: hashCode () for arrays is not supported
action.structureview.show.non.public:
text: Show non-public
action.structureview.show.properties:
text: Show Properties
file.structure.toggle.show.anonymous.classes:
text: Anonymous Classes
file.structure.toggle.show.collapse.show.lambdas:
text: Lambdas
text: Generated equals() for Object[] can be incorrect
static.class.initializer:
text: '{0}class initializer'
text: '{0}class initializer'
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
remote.debug.configuration.description:
text: Remote JVM Debug configuration
remote.debug.configuration.display.name:
text: Remote JVM Debug
jre.path.is.not.valid.jre.home.error.message:
text: '''''{0}'''' is not a valid JRE home'
show.swing.inspector:
text: '&Enable capturing form snapshots'
show.swing.inspector.disabled:
text: '&Enable capturing form snapshots (requires JRE 5.0 or higher)'
application.configuration.shorten.command.line.label:
text: 'Shorten command &line:'
application.configuration.description:
text: Java Application configuration
application.configuration.include.provided.scope:
text: Include dependencies with "Provided" scope
application.configuration.main.class.label:
text: 'Main &class:'
text: 'Main &class:'
application.configuration.name:
text: Java Application
application.configuration.shorten.command.line.label:
text: 'Shorten command &line:'
application.configuration.use.classpath.and.jdk.of.module.label:
text: 'Use classpath of m&odule:'
application.configuration.include.provided.scope:
text: Include dependencies with "Provided" scope
run.configuration.jre.label:
text: '&JRE:'
text: 'Use classpath of m&odule:'
jar.application.configuration.description:
text: Configuration to run a JAR file using 'java -jar' command
text: Configuration to run a JAR file using 'java -jar' command
jar.application.configuration.name:
text: JAR Application
application.configuration.description:
text: Java Application configuration
application.configuration.name:
text: Java Application
text: JAR Application
jre.path.is.not.valid.jre.home.error.message:
text: '''''{0}'''' is not a valid JRE home'
remote.debug.configuration.description:
text: Remote JVM Debug configuration
remote.debug.configuration.display.name:
text: Remote JVM Debug
run.configuration.jre.label:
text: '&JRE:'
run.test:
text: Run Test
text: Run Test
show.swing.inspector:
text: '&Enable capturing form snapshots'
show.swing.inspector.disabled:
text: '&Enable capturing form snapshots (requires JRE 5.0 or higher)'
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
action.create.new.class:
text: Create New Class
application.configuration.description:
text: Java Application configuration
application.configuration.name:
text: Java Application
java:
text: Java
psi.error.attempt.to.edit.class.file:
text: Cannot modify compiled element
jdk.3.language.level.description:
text: Plain old Java
jdk.4.language.level.description:
text: '''assert'' keyword'
jdk.5.language.level.description:
text: '''enum'' keyword, autoboxing etc.'
jdk.6.language.level.description:
text: '@Override in interfaces'
jdk.7.language.level.description:
text: Diamonds, ARM, multi-catch etc.
jdk.8.language.level.description:
text: Lambdas, type annotations etc.
jdk.9.language.level.description:
text: Jigsaw project etc.
text: Java
jdk.10.language.level.description:
text: Local variable type inference
text: Local variable type inference
jdk.11.language.level.description:
text: var lamba parameter
text: var lamba parameter
jdk.12.language.level.description:
text: No new language features
text: No new language features
jdk.13.language.level.description:
text: No new language features
text: No new language features
jdk.13.preview.language.level.description:
text: Switch expressions, text blocks(Preview)
text: Switch expressions, text blocks(Preview)
jdk.14.language.level.description:
text: No new language features
text: No new language features
jdk.15.language.level.description:
text: No new language features
text: No new language features
jdk.15.preview.language.level.description:
text: Preview. Sealed types, records, patterns, local enums and interfaces
text: Preview. Sealed types, records, patterns, local enums and interfaces
jdk.16.language.level.description:
text: No new language features
text: No new language features
jdk.17.language.level.description:
text: No new language features
text: No new language features
jdk.18.language.level.description:
text: No new language features
text: No new language features
jdk.19.language.level.description:
text: No new language features
text: No new language features
jdk.20.language.level.description:
text: No new language features
text: No new language features
jdk.21.language.level.description:
text: No new language features
text: No new language features
jdk.22.language.level.description:
text: No new language features
text: No new language features
jdk.3.language.level.description:
text: Plain old Java
jdk.4.language.level.description:
text: '''assert'' keyword'
jdk.5.language.level.description:
text: '''enum'' keyword, autoboxing etc.'
jdk.6.language.level.description:
text: '@Override in interfaces'
jdk.7.language.level.description:
text: Diamonds, ARM, multi-catch etc.
jdk.8.language.level.description:
text: Lambdas, type annotations etc.
jdk.9.language.level.description:
text: Jigsaw project etc.
jdk.X.language.level.description:
text: Experimental features
action.create.new.class:
text: Create New Class
title.cannot.create.class:
text: Cannot Create Class
progress.creating.class:
text: Creating class {0}
application.configuration.description:
text: Java Application configuration
application.configuration.name:
text: Java Application
paths.to.special.roots:
text: Paths to special roots (META-INF, etc)
text: Experimental features
module.jdk.not.defined:
text: JDK for module is not defined
text: JDK for module is not defined
module.jdk.setup:
text: Setup JDK
text: Setup JDK
paths.to.special.roots:
text: Paths to special roots (META-INF, etc)
progress.creating.class:
text: Creating class {0}
psi.error.attempt.to.edit.class.file:
text: Cannot modify compiled element
sdk.configure.external.annotations.tab:
text: External Annotations
text: External Annotations
title.cannot.create.class:
text: Cannot Create Class
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
javadoc.generate.start.button:
text: '&Start'
javadoc.generate.package.default:
text: <default>
javadoc.generate.title:
text: Generate JavaDoc
javadoc.generate.scope.whole.project:
text: '&Whole project'
javadoc.generate.scope.package:
text: '&Package{0}'
javadoc.generate.scope.include.subpackages.checkbox:
text: Include subpackages
javadoc.generate.settings.group:
text: Settings
javadoc.generate.output.directory.not.specified:
text: Output directory is not specified.
javadoc.generate.output.directory.not.exists:
text: |-
Output directory "{0}" does not exist
Do you want to create it?
javadoc.candidates:
text: <html>Candidates for method call <b>{0}</b> are:<br><br>{1}</html>
javadoc.candidates.not.found:
text: <html>No candidates found for method call <b>{0}</b>.</html>
javadoc.constructor.candidates:
text: <html>Candidates for new <b>{0}</b>() are:<br>{1}</html>
javadoc.generate.arguments:
text: '&Other command line arguments:'
javadoc.generate.basic.option:
text: Basic options
javadoc.generate.closing.tag:
text: Automatically insert closing tag inside javadoc
javadoc.generate.exited:
text: |4

javadoc exited with exit code $EXIT_CODE$
javadoc.generate.heap.size:
text: '&Maximum heap size (Mb):'
javadoc.generate.locale:
text: '&Locale:'
javadoc.generate.message.title:
text: JavaDoc
javadoc.generate.output.directory.creation.failed:
text: Creation of "{0}" failed.
javadoc.generate.output.not.a.directory:
text: '"{0}" is not a directory.'
text: JavaDoc
javadoc.generate.no.classes.in.selected.packages.error:
text: Selected scope contain no Java classes
javadoc.generate.no.jdk.path:
text: |-
JDK path is not specified
Cannot generate JavaDoc
javadoc.generate.open.in.browser:
text: Open &generated documentation in browser
javadoc.generate.heap.size:
text: '&Maximum heap size (Mb):'
javadoc.generate.output.directory:
text: 'Output &directory:'
javadoc.generate.scope.group:
text: Scope
javadoc.generate.tags.group:
text: Document these tags
javadoc.generate.tag.list.deprecated:
text: deprecated list
javadoc.generate.basic.option:
text: Basic options
javadoc.generate.options.index.per.letter:
text: Separate index per letter
text: Open &generated documentation in browser
javadoc.generate.options.hierarchy:
text: Generate hierarchy tree
javadoc.generate.options.index:
text: Generate index
text: Generate index
javadoc.generate.options.index.per.letter:
text: Separate index per letter
javadoc.generate.options.navigator:
text: Generate navigation bar
javadoc.generate.options.hierarchy:
text: Generate hierarchy tree
javadoc.generate.arguments:
text: '&Other command line arguments:'
javadoc.settings.title:
text: Javadoc
javadoc.settings.not.specified:
text: Generation options for javadoc not specified
javadoc.generate.no.jdk.path:
text: |-
JDK path is not specified
Cannot generate JavaDoc
javadoc.generate.no.classes.in.selected.packages.error:
text: Selected scope contain no Java classes
javadoc.generate.exited:
text: |2

javadoc exited with exit code $EXIT_CODE$
text: Generate navigation bar
javadoc.generate.output.directory:
text: 'Output &directory:'
javadoc.generate.output.directory.browse:
text: Browse Output directory
javadoc.generate.locale:
text: '&Locale:'
javadoc.generate.closing.tag:
text: Automatically insert closing tag inside javadoc
text: Browse Output directory
javadoc.generate.output.directory.creation.failed:
text: Creation of "{0}" failed.
javadoc.generate.output.directory.not.exists:
text: |-
Output directory "{0}" does not exist
Do you want to create it?
javadoc.generate.output.directory.not.specified:
text: Output directory is not specified.
javadoc.generate.output.not.a.directory:
text: '"{0}" is not a directory.'
javadoc.generate.package.default:
text: <default>
javadoc.generate.scope.group:
text: Scope
javadoc.generate.scope.include.subpackages.checkbox:
text: Include subpackages
javadoc.generate.scope.package:
text: '&Package{0}'
javadoc.generate.scope.whole.project:
text: '&Whole project'
javadoc.generate.settings.group:
text: Settings
javadoc.generate.start.button:
text: '&Start'
javadoc.generate.tag.list.deprecated:
text: deprecated list
javadoc.generate.tags.group:
text: Document these tags
javadoc.generate.title:
text: Generate JavaDoc
javadoc.resolved.value:
text: 'Resolved value:'
javadoc.candidates:
text: <html>Candidates for method call <b>{0}</b> are:<br><br>{1}</html>
javadoc.candidates.not.found:
text: <html>No candidates found for method call <b>{0}</b>.</html>
javadoc.constructor.candidates:
text: <html>Candidates for new <b>{0}</b>() are:<br>{1}</html>
text: 'Resolved value:'
javadoc.settings.not.specified:
text: Generation options for javadoc not specified
javadoc.settings.title:
text: Javadoc
Loading
Loading