temporary workaround for [IDEADEV-39362] enabled before RubyMine EAP
[fedora-idea.git] / platform-resources_eng / src / messages / PsiBundle.properties
blob40fcb31876cd62322690d7169cfd390caaa35b5d
1 psi.scanning.files.progress=Scanning files...
2 psi.scanning.files.in.folder.progress=Scanning files in {0}...
3 psi.error.attempt.to.edit.class.file=Cannot modify compiled element
4 psi.decompiled.text.header=\
5   // IntelliJ API Decompiler stub source generated from a class file\n\
6   // Implementation of methods is not available
7 psi.decompiled.method.body=compiled code
8 psi.error.incorroect.class.template.message=Cannot create {0} - incorrect {1} template.
9 psi.search.inheritors.of.class.progress=Searching for inheritors of {0}...
10 psi.search.inheritors.progress=Searching for inheritors...
11 psi.search.for.word.progress=Searching for {0}...
12 psi.search.in.non.java.files.progress=Analyzing non-code usages...
14 psi.search.scope.project.and.libraries=Project and Libraries
15 psi.search.scope.project=Project Files
16 psi.search.scope.production.files=Project Production Files
17 psi.search.scope.test.files=Project Test Files
18 psi.search.scope.intersection=Intersection of {0} and {1}
19 psi.search.scope.union=Union of {0} and {1}
21 # {0} - file path, {1} - localized IOException message.
22 codestyle.cannot.save.scheme.file=Can''t save code style scheme {0}. {1}
23 codestyle.export.display.name=Code style schemes
24 codestyle.cannot.save.settings.directory.cant.be.created.message=Cannot save code style schemes. Directory {0} cannot be created.
25 codestyle.cannot.save.settings.directory.cant.be.created.title=Cannot Save Settings
27 el.identifier.expected=Identifier expected
28 el.expression.expected=expression expected
29 el.rbracket.expected=] expected
30 el.unexpected.end.of.file=Unexpected end of file
31 el.lparen.expected=( expected
32 el.rparen.expected=) expected
33 el.colon.expected=: expected
34 el.value.expected=Value expected
35 el.cannot.resolve.function=Cannot resolve function {0} #loc
36 el.cannot.resolve.namespace=Cannot resolve namespace {0} #loc
37 el.cannot.resolve.property=Cannot resolve property or method {0} (dynamic property?) #loc
38 el.mismatched.parameters.count=Different number of formal and actual parameters
39 el.declare.variable.intention.family=Declare Variable As External Data
40 el.declare.variable.via.usebean.intention.name=Declare External Variable As <jsp:useBean />
41 el.declare.variable.via.comment.annotation.intention.name=Declare External Variable In Comment Annotation
42 el.cannot.resolve.variable=Cannot resolve variable {0} #loc
43 jsf.el.out.of.attribute=JSF EL out of attribute #loc
44 jsf.method.call.is.nonstd.extension=Method call is nonstandard extension #loc
46 psi.search.scope.unknown=<unknown scope>
47 psi.search.scope.module=Module ''{0}''
48 anonymous.class.derived.display=Anonymous class derived from {0}
49 local.class.preposition=local
50 anonymous.class.context.display=Anonymous in {0}
51 class.context.display={0} in {1}
52 method.context.display={0}() in {1}
53 aux.context.display=(in {0})
54 jsp.taglib.method.reference.error.class.is.not.valid=Class is not valid
55 jsp.taglib.method.reference.error.class.is.not.public=Class is not public
56 jsp.taglib.method.reference.error.no.such.method=No such method
57 jsp.taglib.method.reference.error.method.should.be.public.or.static=Method should be public or static
58 jsp.taglib.method.reference.error.signature.is.different=Signature is different
59 jsp.taglib.method.reference.error.different.return.type=Different return type
60 jsp.documentation.message.required=Required:\\&nbsp;{0}
61 jsp.documentation.message.can.have.runtime.value=Can have runtime value:\\&nbsp;{0}
62 jsp.documentation.message.type=Type:\\&nbsp;{0}
63 jsp.documentation.message.fragment=Fragment:\\&nbsp;{0}
64 jsp.documentation.message.custom.tag.name=Custom tag name
65 jsp.documentation.message.custom.function.name=Custom function name
66 jsp.documentation.message.custom.attribute.name=Custom attribute name
67 jsp.documentation.message.description=Description:\\&nbsp;{0}
68 jsp.documentation.message.example.of.use=Example\\&nbsp;of\\&nbsp;use:<br><pre>{0}</pre>
70 #language levels
71 jdk.1.4.language.level.description=1.4 - 'assert' keyword
72 jdk.1.5.language.level.description=5.0 - 'enum' keyword, autoboxing, etc.
73 jdk.1.6.language.level.description=6.0 - @Override in interfaces
74 jdk.1.7.language.level.description=7.0 - Type annotations
76 #access levels
77 default.package.presentation=<default>
78 anonymous.class.display=Anonymous class
79 code.from.context.display=Code from {0}
80 code.display=Code
81 invalid.reqular.expression.message=Invalid regular expression {0}
82 #psi reference provider options
83 qualified.resolve.class.reference.provider.option=Tells reference provider to process only qualified class references (e.g. not resolve String as java.lang.String)
84 default.path.evaluator.option=Tells reference provider how evaluate default path for given file
85 runtime.scope.display.name={0} runtime scope
86 el.declare.variable.find.acceptable.class=Find acceptable class
87 0.is.not.an.identifier=''{0}'' is not an identifier.
88 cannot.modify.a.read.only.directory=Cannot modify a read-only directory ''{0}''.
89 cannot.modify.a.read.only.file=Cannot modify a read-only file ''{0}''.
90 cannot.delete.a.read.only.file=Cannot delete a read-only file ''{0}''.
91 0.expected={0} expected
92 cannot.resolve.symbol=Cannot resolve symbol ''{0}''
94 # suppress inspection "unused property"
95 packageLocal.visibility.presentation=package local
96 # suppress inspection "unused property"
97 protected.visibility.presentation=protected
98 # suppress inspection "unused property"
99 private.visibility.presentation=private
100 # suppress inspection "unused property"
101 public.visibility.presentation=public
102 # suppress inspection "unused property"
103 abstract.visibility.presentation=abstract
104 # suppress inspection "unused property"
105 static.visibility.presentation=static
106 # suppress inspection "unused property"
107 final.visibility.presentation=final
108 # suppress inspection "unused property"
109 native.visibility.presentation=native
110 # suppress inspection "unused property"
111 synchronized.visibility.presentation=synchronized
112 # suppress inspection "unused property"
113 strictfp.visibility.presentation=strictfp
114 # suppress inspection "unused property"
115 transient.visibility.presentation=transient
116 # suppress inspection "unused property"
117 volatile.visibility.presentation=volatile