temporary workaround for [IDEADEV-39362] enabled before RubyMine EAP
[fedora-idea.git] / platform-resources_eng / src / messages / FeatureStatisticsBundle.properties
bloba974b8037f0c142404f05c4c9d0a184a7fda4532
1 feature.statistics.dialog.title=Productivity Guide
2 feature.statistics.welcome.tip.name=Productivity Features Guide
4 # Table columns
5 feature.statistics.column.feature=Feature
6 feature.statistics.column.group=Group
7 feature.statistics.column.usage.count=Used
8 feature.statistics.column.last.used=Last used
9 feature.statistics.column.usage.frequency=Average usage frequency
11 feature.statistics.usage.count={0,choice, 0#Never|1#Once|2#Twice|3#{0,number} times}
13 # Options
14 feature.statistics.show.while.compiling=Show productivity hints while compiling
15 feature.statistics.show.on.startup=Show productivity hints during startup or other lengthy processes
16 feature.statistics.action.next.tip=&Next Tip
17 feature.statistics.action.prev.tip=&Previous Tip
18 feature.statistics.action.close=&Close
19 features.statistics.keep.hints.window=Keep hints window opened when the process is finished
20 feature.statistics.floating.window.title=Productivity hints
22 feature.statistics.not.applicable=N/A
24 # {0} - application name (IntelliJ IDEA or Visual Fabrique)
25 # {1} - formatted duration.
26 feature.statistics.application.uptime={0} uptime: {1}
27 feature.statistics.application.idle.time={0} idle time: {1}
29 # Names of features in the feature statistics bundle
30 navigation.popup.class=Go to class
31 navigation.popup.file=Go to file
32 navigation.popup.symbol=Go to symbol
33 navigation.popup.camelprefix=Using camel words prefixes in navigation popups
34 navigation.popup.wildcards=Using wildcards in go to class, file or symbol
35 navigation.popup.file.structure=File structure popup
36 navigation.recent.files=Recent files popup
37 navigation.select.in=Select In popup
38 navigation.goto.declaration=Go to declaration
39 navigation.goto.implementation=Go to implementation
40 editing.completion.basic=Basic code completion
41 editing.completion.classname=Class name completion
42 editing.completion.smarttype.general=Smart type completion
43 editing.completion.smarttype.anonymous=Smart anonymous class instantiation
44 editing.completion.smarttype.afternew=Smart type completion after new
45 editing.completion.smarttype.casting=Smart type casting
46 editing.completion.second.classname=Second class name completion
47 editing.completion.second.basic=Second basic completion
48 editing.completion.second.smarttype.chain=Second smart type completion: chained method calls
49 editing.completion.second.smarttype.toar=Second smart type completion: toArray() conversion
50 editing.completion.second.smarttype.aslist=Second smart type completion: asList() conversion
51 editing.completion.second.smarttype.array.member=Second smart type completion: array member access
52 editing.completion.variable.name=Variable name completion
53 editing.completion.replace=Replace By when using lookup
54 editing.completion.finishByDotEtc=Finish lookup by special characters
55 editing.completion.finishByExclamation=Finish lookup by exclamation mark
56 editing.completion.finishBySmartEnter=Finish lookup by smart enter
57 editing.completion.camelHumps=Camel prefixes in code completion
58 editing.select.word=Syntax aware selection
59 editing.incremental.search=Editor incremental search
60 codeassists.quickjavadoc=Quick Documentation popup
61 codeassists.quickdefinition=Quick Definition lookup
62 codeassists.quickdefinition.lookup=Quick Definition in lookup lists
63 codeassists.quickjavadoc.lookup=Quick Documentation in lookups
64 codeassists.quickjavadoc.ctrln=Quick Documentation in goto class or symbol
65 codeassists.javadoc.external=Browse external documentation
66 codeassists.surroundwith.statement=Surround statements with
67 codeassists.surroundwith.expression=Surround expression with
68 codeassists.comment.block=Comment/Uncomment block
69 codeassists.comment.line=Comment/Uncomment current line
70 codeassists.overrideimplement=Override/Implement methods
71 codeassists.complete.statement=Complete Statement
72 refactoring.move.moveInner=Move inner class to upper level
73 refactoring.introduceVariable.incompleteStatement=Use Introduce Variable to quickly declare variables
74 refactoring.introduceVariable=Introduce Variable refactoring
75 refactoring.rename=Rename
76 refactoring.copyClass=Copy Class refactoring
77 ui.tree.speedsearch=Speed search in trees
78 ui.scheme.quickswitch=Quick switch scheme
80 # suppress inspection "unused property"
81 ui.recentchanges=Recent changes
83 # suppress inspection "unused property"
84 ant.quickfix.CreateProperty=Create property tag
85 # suppress inspection "unused property"
86 ant.quickfix.CreateTarget=Create target tag
88 # suppress inspection "unused property"
89 group.navigation=Navigation
90 # suppress inspection "unused property"
91 group.completion=Code Completion
92 # suppress inspection "unused property"
93 group.editing=Code Editing
94 # suppress inspection "unused property"
95 group.codeassists=Code Assistants
96 # suppress inspection "unused property"
97 group.refactoring=Refactoring
98 # suppress inspection "unused property"
99 group.ui=UI Usability Features
100 # suppress inspection "unused property"
101 group.ant=Ant support features
103 navigation.popup.action=Go to action
104 navigation.goto.usages=Show usages
105 # suppress inspection "unused property"
106 editing.completion.completeStatement=Complete Statement from Code Completion
107 codeassists.highlight.implements=Highlight implementing or overriding members
108 codeassists.highlight.return=Highlight method exit points
109 codeassists.highlight.throws=Highlight method throws
110 find.recent.search=Recent searches history
111 find.completion=Completion in Find Bar