mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
208 lines
9.0 KiB
Properties
208 lines
9.0 KiB
Properties
feature.statistics.dialog.title=Productivity Guide
|
|
|
|
# Table columns
|
|
feature.statistics.column.feature=Feature
|
|
feature.statistics.column.group=Group
|
|
feature.statistics.column.usage.count=Used
|
|
feature.statistics.column.last.used=Last Used
|
|
|
|
feature.statistics.usage.count={0,choice, 0#Never|1#Once|2#Twice|3#{0,number} times}
|
|
|
|
# Options
|
|
feature.statistics.not.applicable=N/A
|
|
|
|
# {0} - application name (IntelliJ IDEA or Visual Fabrique or RubyMine or WebStorm or PhpStorm or PyCharm or CIDR)
|
|
# {1} - formatted duration.
|
|
feature.statistics.application.uptime={0} uptime: {1}
|
|
feature.statistics.application.idle.time=idle time: {0}
|
|
|
|
# Names of features in the feature statistics bundle
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.popup.class=Go to class
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.popup.file=Go to file
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.popup.symbol=Go to symbol
|
|
SearchEverywhere=Search Everywhere
|
|
navigation.popup.camelprefix=Use camelCase prefixes in navigation popups
|
|
navigation.popup.wildcards=Use wildcards when navigating to a class, file, or symbol by name
|
|
navigation.popup.file.structure=File structure popup
|
|
navigation.recent.files=Recent files popup
|
|
navigation.select.in=Select In popup
|
|
navigation.goto.declaration=Go to declaration
|
|
navigation.goto.implementation=Go to implementation
|
|
editing.completion.basic=Basic code completion
|
|
editing.completion.smarttype.general=Type-matching completion
|
|
editing.completion.smarttype.afternew=Type-matching completion after new
|
|
editing.completion.smarttype.casting=Smart type casting
|
|
editing.completion.second.basic=Second basic completion
|
|
editing.completion.second.smarttype.chain=Second type-matching completion: chained method calls
|
|
editing.completion.second.smarttype.toar=Second type-matching completion: toArray() conversion
|
|
editing.completion.second.smarttype.aslist=Second type-matching completion: asList() conversion
|
|
editing.completion.second.smarttype.array.member=Second type-matching completion: array member access
|
|
editing.completion.global.member.name=Global method name completion
|
|
editing.completion.variable.name=Variable name completion
|
|
editing.completion.replace=Replace By when using lookup
|
|
editing.completion.finishByDotEtc=Finish lookup with special characters
|
|
editing.completion.finishByCtrlDot=Finish lookup with Ctrl+Dot
|
|
editing.completion.finishByExclamation=Finish lookup with exclamation mark
|
|
editing.completion.finishBySmartEnter=Finish lookup with smart enter
|
|
editing.completion.camelHumps=CamelCase prefixes in code completion
|
|
editing.completion.cancelByControlArrows=Cancel lookup and move caret up/down in the editor
|
|
editing.completion.changeSorting=Change completion variants sorting
|
|
editing.completion.postfix=Postfix completion
|
|
editing.completion.show.liveTemplates=Show live templates
|
|
# suppress inspection "UnusedProperty"
|
|
editing.select.word=Syntax aware selection
|
|
editor.delete.line=Editor delete line
|
|
editing.incremental.search=Editor incremental search
|
|
editing.add.carets.using.double.ctrl=Multiple carets
|
|
move.element.left.right=Move code element left/right
|
|
codeassists.quickjavadoc=Quick Documentation popup
|
|
codeassists.quickdefinition=Quick Definition lookup
|
|
codeassists.quickdefinition.lookup=Quick Definition in lookup lists
|
|
codeassists.quickjavadoc.lookup=Quick Documentation in lookups
|
|
codeassists.quickjavadoc.ctrln=Quick Documentation when navigating to class or symbol
|
|
codeassists.javadoc.external=Browse external documentation
|
|
codeassists.surroundwith.statement=Surround statement with
|
|
codeassists.surroundwith.expression=Surround expression with
|
|
codeassists.comment.block=Comment or uncomment a block
|
|
codeassists.comment.line=Comment or uncomment the current line
|
|
codeassists.overrideimplement=Override or implement a method
|
|
codeassists.complete.statement=Complete statement
|
|
refactoring.move.moveInner=Move inner class to upper level
|
|
refactoring.introduceVariable.incompleteStatement=Use Introduce Variable to quickly declare variables
|
|
refactoring.introduceVariable=Introduce Variable refactoring
|
|
refactoring.rename=Rename
|
|
refactoring.copyClass=Copy Class refactoring
|
|
refactoring.extractMethod=Extract Method/Function
|
|
ui.tree.speedsearch=Speed search in trees
|
|
ui.scheme.quickswitch=Quickly switch scheme\u2026
|
|
ui.horizontal.scrolling=Horizontal scrolling
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
ui.recentchanges=Recent changes
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
ant.quickfix.CreateProperty=Create property tag
|
|
# suppress inspection "UnusedProperty"
|
|
ant.quickfix.CreateTarget=Create target tag
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
group.navigation=Navigation
|
|
# suppress inspection "UnusedProperty"
|
|
group.completion=Code Completion
|
|
# suppress inspection "UnusedProperty"
|
|
group.editing=Code Editing
|
|
# suppress inspection "UnusedProperty"
|
|
group.codeassists=Code Assistants
|
|
# suppress inspection "UnusedProperty"
|
|
group.refactoring=Refactoring
|
|
# suppress inspection "UnusedProperty"
|
|
group.ui=UI Usability Features
|
|
# suppress inspection "UnusedProperty"
|
|
group.ant=Ant support features
|
|
# suppress inspection "UnusedProperty"
|
|
group.tools=Tools support
|
|
# suppress inspection "UnusedProperty"
|
|
group.diff=Diff Tools
|
|
# suppress inspection "UnusedProperty"
|
|
group.intentions=Intentions
|
|
# suppress inspection "UnusedProperty"
|
|
group.debugger=Debug Tools
|
|
# suppress inspection "UnusedProperty"
|
|
group.profiler=Profiling Tools
|
|
# suppress inspection "UnusedProperty"
|
|
group.vcs=Version Control System
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.popup.action=Go to action
|
|
navigation.goto.usages=Show usages
|
|
navigation.goto.inspection=Go to inspection
|
|
# suppress inspection "UnusedProperty"
|
|
editing.completion.completeStatement=Complete Statement from Code Completion
|
|
codeassists.highlight.implements=Highlight implementing or overriding members
|
|
codeassists.highlight.return=Highlight method exit points
|
|
codeassists.highlight.throws=Highlight method throws
|
|
find.recent.search=Recent search history
|
|
find.completion=Completion in Find Bar
|
|
switcher=Switcher
|
|
dir.diff=Directory Diff
|
|
jar.diff=JAR Files Diff
|
|
# suppress inspection "UnusedProperty"
|
|
intentions.check.regexp=Check RegExp
|
|
# suppress inspection "UnusedProperty"
|
|
intentions.edit.regexp=Edit regular expression
|
|
# suppress inspection "UnusedProperty"
|
|
debugger.breakpoint.edit=Edit breakpoint
|
|
# suppress inspection "UnusedProperty"
|
|
debugger.evaluate.expression=Evaluate expression
|
|
# suppress inspection "UnusedProperty"
|
|
profiler.open.snapshot=Open profiler snapshot
|
|
# suppress inspection "UnusedProperty"
|
|
editing.convert.line.separators=Convert line separators
|
|
# suppress inspection "UnusedProperty"
|
|
codeassists.highlight.usages=Highlight usages in file
|
|
# suppress inspection "UnusedProperty"
|
|
codeassists.generate.code=Generate code
|
|
# suppress inspection "UnusedProperty"
|
|
codeassists.context.actions=Context actions
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.find.usages=Find usages
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.recent.locations=Show recent locations
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.goto.file.line=Go to line in file
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.find.in.files=Find in files
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.replace.in.files=Replace in files
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.find.replace.in.files.toggle=Toggle find and replace in files
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.find=Find
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.replace=Replace
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.find.replace.toggle=Toggle find and replace
|
|
# suppress inspection "UnusedProperty"
|
|
navigation.inheritance.hierarchy=Show inheritance hierarchy
|
|
# suppress inspection "UnusedProperty"
|
|
editing.move.statement.up.down=Move statement up/down
|
|
# suppress inspection "UnusedProperty"
|
|
editing.join.lines=Join lines
|
|
# suppress inspection "UnusedProperty"
|
|
editing.clipboard.history=Show clipboard history
|
|
# suppress inspection "UnusedProperty"
|
|
editing.duplicate=Duplicate line
|
|
# suppress inspection "UnusedProperty"
|
|
editing.copy.reference=Copy reference
|
|
# suppress inspection "UnusedProperty"
|
|
editing.copy.line=Copy current line
|
|
# suppress inspection "UnusedProperty"
|
|
editing.compare.editor.with.clipboard=Compare editor with clipboard
|
|
# suppress inspection "UnusedProperty"
|
|
editing.reformat.code=Reformat code
|
|
# suppress inspection "UnusedProperty"
|
|
ui.close.other.editors=Close other editor tabs
|
|
# suppress inspection "UnusedProperty"
|
|
ui.close.all.editors=Close all editor tabs
|
|
# suppress inspection "UnusedProperty"
|
|
ui.hide.tool.window=Hide tool window
|
|
# suppress inspection "UnusedProperty"
|
|
ui.open.last.tool.window=Open last focused tool window
|
|
# suppress inspection "UnusedProperty"
|
|
ui.open.project.tool.window=Open Project tool window
|
|
# suppress inspection "UnusedProperty"
|
|
vcs.show.local.history=Show local history of file
|
|
# suppress inspection "UnusedProperty"
|
|
intentions.fix.javadoc=Fix JavaDoc
|
|
# suppress inspection "UnusedProperty"
|
|
refactoring.show.quick.list=Show Refactoring quick list
|
|
# suppress inspection "UnusedProperty"
|
|
debugger.breakpoint.non.suspending=Non suspending breakpoints
|
|
|
|
scratch=New scratch file
|
|
codeassist.inspect.batch=Inspect Code in Bulk
|
|
codeassists.parameterInfo=Parameter Info
|
|
codeassists.liveTemplates=Live Templates |