mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EL references are no more soft in included files
This commit is contained in:
@@ -32,14 +32,14 @@ el.lparen.expected=( expected
|
||||
el.rparen.expected=) expected
|
||||
el.colon.expected=: expected
|
||||
el.value.expected=Value expected
|
||||
el.cannot.resolve.function=Cannot resolve function {0} #loc
|
||||
el.cannot.resolve.namespace=Cannot resolve namespace {0} #loc
|
||||
el.cannot.resolve.property=Cannot resolve property or method {0} (dynamic property?) #loc
|
||||
el.cannot.resolve.function=Cannot resolve function ''{0}'' #loc
|
||||
el.cannot.resolve.namespace=Cannot resolve namespace ''{0}'' #loc
|
||||
el.cannot.resolve.property=Cannot resolve property or method ''{0}'' (dynamic property?) #loc
|
||||
el.mismatched.parameters.count=Different number of formal and actual parameters
|
||||
el.declare.variable.intention.family=Declare Variable As External Data
|
||||
el.declare.variable.via.usebean.intention.name=Declare external variable as <jsp:useBean />
|
||||
el.declare.variable.via.comment.annotation.intention.name=Declare external variable in comment annotation
|
||||
el.cannot.resolve.variable=Cannot resolve variable {0} #loc
|
||||
el.cannot.resolve.variable=Cannot resolve variable ''{0}'' #loc
|
||||
jsf.el.out.of.attribute=JSF EL out of attribute #loc
|
||||
jsf.method.call.is.nonstd.extension=Method call is nonstandard extension #loc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user