Files
openide/platform/analysis-api/resources/messages/AnalysisBundle.properties
Tagir Valeev f6d4202b5d [mod-command] IJPL-181933 Improve preview for ModCreateFile.Directory commands
GitOrigin-RevId: f0e686fe627a2671c64b28cee2a21d9c9f533814
2025-03-31 18:21:55 +00:00

258 lines
18 KiB
Properties

backward.dependencies.usage.view.initial.text=Select where to search in right tree and what to search in left tree.
backward.dependencies.usage.view.root.node.text=Usages of the left tree scope selection in the right tree scope selection
cannot.resolve.symbol=Cannot resolve symbol ''{0}''
cleanup.in.file=Cleanup code
cleanup.in.scope=Cleanup code on\u2026
color.settings.common.default.language=Default language
color.settings.rainbow.demo.header.1=Semantic highlighting:
color.settings.rainbow.demo.header.2=Generated spectrum to pick colors for local variables and parameters:
default.path.evaluator.option=Tells reference provider how evaluate default path for given file
error.cannot.resolve=Cannot resolve
error.cannot.resolve.file.or.dir=Cannot resolve {0} ''{1}''
error.cannot.resolve.default.message=Cannot resolve symbol ''{0}''
find.usages.panel.title.usages=Usages
forward.dependencies.usage.view.initial.text=Select where to search in left tree and what to search in right tree.
forward.dependencies.usage.view.root.node.text=Usages of the right tree scope selection in the left tree scope selection
inspection.dead.code.comment=// --Commented out by Inspection
inspection.dead.code.comment.quickfix=Comment out
inspection.dead.code.date.comment=// --Commented out by Inspection ({0}):
inspection.dead.code.display.name=Unused declaration
inspection.dead.code.entry.point.quickfix=Add as Entry Point
inspection.dead.code.entry.points.display.name=Entry Points
inspection.dead.code.export.results.instantiated.from.heading=Instantiated from
inspection.dead.code.export.results.no.instantiations.found=No instantiations found.
inspection.dead.code.problem.synopsis=Field is never assigned.
inspection.dead.code.problem.synopsis1=Field is never used.
inspection.dead.code.problem.synopsis.enum.constant=Enum constant is never used.
inspection.dead.code.problem.synopsis10=Anonymous class declaration context is not reachable from the entry points. Class is never instantiated.
inspection.dead.code.problem.synopsis11={0} is never used.
inspection.dead.code.problem.synopsis12={0} has one instantiation, but the instantiation is not reachable from the entry points.
inspection.dead.code.problem.synopsis13={0} is not instantiated.
inspection.dead.code.problem.synopsis14=<ul><li>Abstract method is not implemented OR</li><li>Implementation class is never instantiated OR</li><li>All instantiations are not reachable from the entry points.</li></ul>
inspection.dead.code.problem.synopsis15=<ul><li>Method owner class is never instantiated OR</li><li>All instantiations are not reachable from the entry points.</li></ul>
inspection.dead.code.problem.synopsis16=Method is never used.
inspection.dead.code.problem.synopsis17=Method has usages, but the usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis18=Method is not reachable from the entry points.
inspection.dead.code.problem.synopsis19=Class and {0, choice, 1#its implementation|2#{0,number} its implementations} are never instantiated.
inspection.dead.code.problem.synopsis2=Field is assigned but never accessed.
inspection.dead.code.problem.synopsis20={1} has {0, choice, 1#instantiation|2#{0,number} instantiations}, but the instantiations are not reachable from the entry points.
inspection.dead.code.problem.synopsis21=Method is never used as a member of this {0}, but only as a member of the implementation class(es). The project will stay compilable if the method is removed from the {0}.
inspection.dead.code.problem.synopsis22=Method overrides a library method but<ul><li>its {0} is never instantiated OR</li><li>its {0} instantiations are not reachable from the entry points.</li></ul>
inspection.dead.code.problem.synopsis23={0} is not implemented.
inspection.dead.code.problem.synopsis24={0} has an implementation but <ul><li>the implementation is never instantiated OR</li><li>no instantiations are reachable from the entry points.</li></ul>
inspection.dead.code.problem.synopsis25={0} has {1, choice, 1#direct or indirect implementation|2#{1,number} direct or indirect implementations} but <ul><li>\u2014they are never instantiated OR</li><li>\u2014no instantiations are reachable from the entry points.</li></ul>
inspection.dead.code.problem.synopsis26.constructor=Constructor is never used.
inspection.dead.code.problem.synopsis26.method=Method is never used.
inspection.dead.code.problem.synopsis27.constructor=All constructor usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis27.method=All method usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis28.constructor=Constructor has one usage, but the usage is not reachable from the entry points.
inspection.dead.code.problem.synopsis28.method=Method has one usage, but the usage is not reachable from the entry points.
inspection.dead.code.problem.synopsis29.constructor=Constructor has {0, choice, 1#usage|2#{0,number} usages}, but the usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis29.method=Method has {0, choice, 1#usage|2#{0,number} usages}, but the usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis3=Field has one usage, but the usage is not reachable from the entry points.
inspection.dead.code.problem.synopsis4=Field has {0, choice, 1#1 usage|2#{0,number} usages}, but the usages are not reachable from the entry points.
inspection.dead.code.problem.synopsis6=Reachable. {0, choice, 1#1 usage|2#{0, number} usages} found in project code.
inspection.dead.code.problem.synopsis6.suspicious=Not Reachable. {0, choice, 1#1 usage|2#{0, number} usages} found in project code.
inspection.dead.code.problem.synopsis7=Has reachable instantiations. {0, choice, 1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.problem.synopsis7.suspicious=Has no reachable instantiations. {0, choice, 0#No instantiations|1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.problem.synopsis8=Has reachable implementation instantiations. {0, choice, 1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.problem.synopsis8.suspicious=Has no reachable implementation instantiations. {0, choice, 1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.problem.synopsis9=Instantiated. {0, choice, 1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.problem.synopsis9.suspicious=Anonymous class context is not reachable. Class is not instantiated. {0, choice, 1#1 instantiation|2#{0, number} instantiations} found in project code.
inspection.dead.code.remove.user.defined.entry.point.quickfix=Remove User-defined Entry Points
inspection.dead.code.safe.delete.quickfix=Safe delete
inspection.dead.code.commented.hint=Commented out
inspection.dead.code.deleted.hint=Deleted
inspection.dead.code.start.comment=// --Commented out by Inspection START ({0}):\n
inspection.dead.code.stop.comment=// --Commented out by Inspection STOP ({0})\n
inspection.deprecated.display.name=Deprecated API usage
inspection.disabled.error=Inspection ''{0}'' is disabled: {1}.
inspection.disabled.wrong.id=Inspection ''{0}'' is disabled: ID ''{1}'' not matches ''{2}'' pattern.
inspection.display.name.syntax.error=Syntax error
inspection.display.name.generic.error=Generic error
inspection.export.results.abstract=abstract
inspection.export.results.abstract.class=abstract\\&nbsp;class
inspection.export.results.enum.class=enum
inspection.export.results.record.class=record
inspection.export.results.anonymous.ref.in.owner=in
inspection.export.results.at.line=at line
inspection.export.results.capitalized.abstract.class=Abstract\\&nbsp;class
inspection.export.results.capitalized.class=Class
inspection.export.results.capitalized.interface=Interface
inspection.export.results.capitalized.location=Location
inspection.export.results.class=class
inspection.export.results.constructor=constructor
inspection.export.results.dead.code=unused declaration
inspection.export.results.derived.methods=Derived methods
inspection.export.results.derived.functional.expressions=Derived lambdas and method references
inspection.export.results.directory=directory
inspection.export.results.extended=Extended by
inspection.export.results.extended.implemented=Extended/implemented by
inspection.export.results.extends.implements=Extends/implements
inspection.export.results.field=field
inspection.export.results.enum.constant=enum constant
inspection.export.results.lambda.expression=lambda expression
inspection.export.results.method.reference=method reference
inspection.export.results.parameter=parameter
inspection.export.results.file=file
inspection.export.results.initializer=initializer
inspection.export.results.interface=interface
inspection.export.results.annotation.type=@interface
inspection.export.results.method=method
inspection.export.results.no.problems.found=No problems found
inspection.export.results.overrides.implements=Overrides/implements
inspection.export.results.static=static
inspection.export.results.used.from=Used from
inspection.export.results.uses=Uses the following
inspection.export.results.invalidated.item=invalidated item
inspection.marked.for.removal.display.name=Usage of API marked for removal
inspection.options.action.text=Inspection ''{0}'' options
inspection.problem.resolution=Problem resolution
inspection.problem.synopsis=Problem synopsis
inspection.processing.job.descriptor=Processing project usages in
inspection.processing.job.descriptor1=Processing external usages of
inspection.processing.job.descriptor2=Analyzing code in
inspection.progress.single.inspection.title=Running inspection ''{0}''\u2026
inspection.progress.profile.title=Inspecting code with profile ''{0}''\u2026
inspection.redirect.template=<html><body>Injected element has problem: {0} (in <a href=\"#navigation/{1}:{2}\">{3}</a>). </body></html>
inspection.reference.anonymous=<anonymous>
inspection.reference.invalid=element no longer exists
local.scopes.node.text=Local Scopes
package.dependencies.progress.text=Analyzing package dependencies
pass.syntax=Syntax analysis
highlighting.pass.injected.presentable.name=Injected fragments
pass.chameleon=Chameleon
predefined.scope.problems.name=Problems
predefined.scope.production.name=Production
psi.search.scope.production.files=Project Production Files
psi.search.scope.test.files=Project Test Files
scanning.scope.progress.title=Scanning scope\u2026
scope.directory=Directory ''{0}''
scope.display.name.allow.scope=Allow usages of scope ''{0}'' in scope ''{1}''
scope.display.name.deny.scope=Deny usages of scope ''{0}'' in scope ''{1}''
scope.file=File ''{0}''
scope.module.list={1, choice, 1#Module|2#Modules} {0}
scope.option.module=Module ''{0}''
scope.project=Project ''{0}''
scope.selected.files=Selected {0, choice, 1#files|2#directories|3#files and directories}
scope.virtual.files=selection
display.name.directories.0=Directories {0}
display.name.directory.0=Directory ''{0}''
shared.scopes.node.text=Shared Scopes
suppress.inspection.family=Suppress inspection
suppress.inspection.statement=Suppress for statement
suppress.inspection.file=Suppress for file
suspicious.name.combination.display.name=Suspicious variable/parameter name combination
suspicious.name.combination.options.title=Groups of names (comma-separated):
virtual.file.window.name=<Injected {0}file>
#filters
inspections.settings.show.modified.text=Show only modified inspections
inspections.settings.show.new.text=Show New Inspections in {0}
inspections.settings.show.new.description=Shows new inspections which are available since {0}
inspections.settings.language.not.specified.warning=Language is not specified
inspections.settings.language.any=Any
inspections.settings.show.only.batch.text=Show only batch-mode inspections
inspections.settings.show.only.cleanup.text=Show only cleanup inspections
inspections.settings.show.only.disabled.text=Show only disabled
inspections.settings.show.only.enabled.text=Show only enabled
#import
inspections.settings.undefined.severities.detected.dialog.message=Undefined severities detected: {0}. Do you want to create them?
inspections.settings.overwrite.action.text=Overwrite
inspections.settings.overwrite.warning.title=Overwrite Warning
inspections.settings.profile.already.exists.dialog.message=Profile with name ''{0}'' already exists. Do you want to overwrite it?
inspections.settings.invalid.format.warning=File ''{0}'' has invalid format.
inspections.settings.profile.file.chooser.description=Choose profile file
#details
inspections.settings.empty.text=No inspections found
inspections.settings.empty.text.filters.link=Clear filters
inspections.settings.empty.text.inspection.link=Create an inspection
inspections.settings.options.title=Options
inspections.settings.options.title.specific.scope=Options for ''{0}''
inspections.settings.disable.new.inspections.by.default.checkbox=Disable new inspections by default
inspections.settings.multiple.inspections.warning=Multiple inspections are selected. You can edit them as a single inspection.
inspections.settings.no.description.warning=Can't find inspection description.
inspections.settings.scopes.order.title=Scopes Order
inspections.settings.scopes.name=Name
inspections.settings.scopes.pattern=Pattern
inspections.settings.scopes.order.help.label=Scopes order is common for all inspections in the profile.<br>If a file belongs to several scopes, the inspection settings from the first scope in the list are used.
text.illegal.character=Illegal character: {0}
intention.name.in.injection={0} in injection
inspection.message.line.separators.in.current.file.differ.from.project.defaults=Line separators in the current file ({0}) differ from the project defaults ({1})
intention.family.name.convert.to.project.line.separators=Convert to project line separators
#GPUB
parsing.error.empty.element.parsed.in.at.offset=Empty element parsed in ''{0}'' at offset {1}
parsing.error.maximum.recursion.level.reached.in=Maximum recursion level ({0}) reached in ''{1}''
parsing.error.no.expected.done.marker.at.offset=No expected done marker at offset {0}
parsing.error.unmatched.input=unmatched input
parsing.error.expected={0} expected
parsing.error.expected.got={0} expected, got ''{1}''
parsing.error.unexpected=''{0}'' unexpected
parsing.error.or=or
# suppress inspection "UseEllipsisInPropertyInspection"
parsing.error.and.ellipsis=and ...
#templates
template.context.everywhere=Everywhere
insert.code.template.command=Insert Code Template
completion.not.all.variants.are.shown=Type more characters to see all suggestions
inspection.display.name.annotator=Annotator
library.0=Library ''{0}''
tests.scope.name=Tests
all.scope.name=All
generated.files.scope.name=Generated Files
MsDomainInUserNameValidator.progress.title.set.up.domain.authentication=Set up domain authentication
MsDomainInUserNameValidator.notification.title.not.allowed.in.user.name='\\' is not allowed in user name
MsDomainInUserNameValidator.notification.content.do.you.want.to.set.up.href.action0.domain.authentication=Do you want to set up <a href='$ACTION0'>domain authentication</a>?
MsDomainInUserNameValidator.notification.content.not.allowed.in.user.name.looks.like.you.want.domain.authentication='\\' is not allowed in user name. Looks like you want to use domain authentication
SsrpInfoCache.progress.title.discovering.reachable.sql.server.instances=Discovering Reachable SQL Server Instances
SsrpInfoCache.progress.title.discovering.instances.on=Discovering Instances on {0}
MsBuiltinInspection.inspection.message.second.argument.isnull.implicitly.truncated=Second argument of ISNULL() is implicitly truncated
MsOrderByInspection.inspection.message.order.by.clause.invalid=ORDER BY clause is invalid in subqueries and views unless TOP, OFFSET, or FOR XML clause is specified
OraErrorHandler.set.locale=Set locale
notification.title.unix.socket.connection=Unix socket connection
command.name.gather.fixes=Collect fixes
intention.family.name.fix.all.problems.like.this=Fix all problems like this
intention.name.apply.all.fixes.in.file=Apply all ''{0}'' fixes in file
intention.family.name.disable.highlighting.keep.fix=Disable highlighting, keep fix
file.read.error=Cannot read from file {0}.
file.write.error=Cannot write to file {0}.
file.delete.root.error=Cannot delete root file {0}.
jar.modification.not.supported.error=Cannot modify archive file {0}
documentation.settings.inline.code.highlighting.mode.no.highlighting=No highlighting
documentation.settings.inline.code.highlighting.mode.as.default.code=As plain code
documentation.settings.inline.code.highlighting.mode.semantic.highlighting=With keywords highlighted
empty.inspection.action.description=Inspection ''{0}'' has no quick-fixes for this problem. Click to edit inspection options, suppress the warning, or disable the inspection completely.
html.preview.navigate.line=, line #
set.inspection.option.fix=Set inspection option
set.option.description.uncheck=Uncheck option:
set.option.description.check=Check option:
set.option.description.input=Update numerical option:
set.option.description.string=Update string option:
progress.title.submit.request=Submit
progress.title.refresh=Refresh
preview.cannot.perform.action=Cannot perform action:
preview.copy.to.clipboard=Copy to clipboard the string "{0}"
preview.create.directory=Create directory ''{0}''
preview.create.directories=Create directories:
preview.open.url=Browse "{0}"
modcommand.result.action.completed.successfully=Action completed successfully
modcommand.result.action.is.interactive.only.cannot.be.executed.in.batch=Action is interactive only; cannot be executed in batch
modcommand.result.action.has.no.effect=Action has no effect
modcommand.result.action.was.aborted=Action was aborted
modcommand.result.conflict=There are conflicts; user interaction required
modcommand.executor.error.files.are.marked.as.readonly=Files are marked as read-only
modcommand.executor.cannot.move.file=Cannot move ''{0}'' into ''{1}'': {2}
modcommand.executor.cannot.rename.file=Cannot rename ''{0}'' into ''{1}'': {2}
modcommand.executor.unable.to.find.the.new.file=Unable to find the new file {0}
modcommand.executor.modification.of.guarded.region=Action tries to modify guarded region
preview.binary.content=(binary content)