src/jdk/nashorn/internal/runtime/resources/Messages.properties

changeset 991
b7a2db4de254
parent 964
8f2ed41abb26
child 1011
3d30873e13d7
equal deleted inserted replaced
990:46647c4943ff 991:b7a2db4de254
56 parser.error.missing.catch.or.finally=Missing catch or finally after try 56 parser.error.missing.catch.or.finally=Missing catch or finally after try
57 parser.error.regex.unsupported.flag=Unsupported RegExp flag: {0} 57 parser.error.regex.unsupported.flag=Unsupported RegExp flag: {0}
58 parser.error.regex.repeated.flag=Repeated RegExp flag: {0} 58 parser.error.regex.repeated.flag=Repeated RegExp flag: {0}
59 parser.error.regex.syntax={0} 59 parser.error.regex.syntax={0}
60 parser.error.trailing.comma.in.json=Trailing comma is not allowed in JSON 60 parser.error.trailing.comma.in.json=Trailing comma is not allowed in JSON
61 parser.error.missing.const.assignment=Missing assignment to constant "{0}"
61 62
62 # strict mode error messages 63 # strict mode error messages
63 parser.error.strict.no.with="with" statement cannot be used in strict mode 64 parser.error.strict.no.with="with" statement cannot be used in strict mode
64 parser.error.strict.name="{0}" cannot be used as {1} in strict mode 65 parser.error.strict.name="{0}" cannot be used as {1} in strict mode
65 parser.error.strict.cant.delete.ident=cannot delete identifier "{0}" in strict mode 66 parser.error.strict.cant.delete.ident=cannot delete identifier "{0}" in strict mode
160 reference.error.not.defined="{0}" is not defined 161 reference.error.not.defined="{0}" is not defined
161 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment 162 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment
162 163
163 syntax.error.invalid.json=Invalid JSON: {0} 164 syntax.error.invalid.json=Invalid JSON: {0}
164 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode 165 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode
166 syntax.error.redeclare.variable=Variable "{0}" has already been declared
167 syntax.error.assign.constant=Assignment to constant "{0}"
165 168
166 io.error.cant.write=cannot write "{0}" 169 io.error.cant.write=cannot write "{0}"
167 config.error.no.dest=no destination directory supplied 170 config.error.no.dest=no destination directory supplied
168 171
169 uri.error.bad.uri=Bad URI "{0}" near offset {1} 172 uri.error.bad.uri=Bad URI "{0}" near offset {1}

mercurial