jjg@1455: # jjg@1495: # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. jjg@1455: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. jjg@1455: # jjg@1455: # This code is free software; you can redistribute it and/or modify it jjg@1455: # under the terms of the GNU General Public License version 2 only, as jjg@1455: # published by the Free Software Foundation. Oracle designates this jjg@1455: # particular file as subject to the "Classpath" exception as provided jjg@1455: # by Oracle in the LICENSE file that accompanied this code. jjg@1455: # jjg@1455: # This code is distributed in the hope that it will be useful, but WITHOUT jjg@1455: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or jjg@1455: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License jjg@1455: # version 2 for more details (a copy is included in the LICENSE file that jjg@1455: # accompanied this code). jjg@1455: # jjg@1455: # You should have received a copy of the GNU General Public License version jjg@1455: # 2 along with this work; if not, write to the Free Software Foundation, jjg@1455: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. jjg@1455: # jjg@1455: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA jjg@1455: # or visit www.oracle.com if you need additional information or have any jjg@1455: # questions. jjg@1455: # jjg@1455: jjg@1455: dc.anchor.already.defined = anchor already defined: {0} jjg@1495: dc.anchor.value.missing = no value given for anchor jjg@1455: dc.attr.lacks.value = attribute lacks value jjg@1793: dc.attr.not.number = attribute value is not a number jjg@1455: dc.attr.obsolete = attribute obsolete: {0} jjg@1455: dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0} jjg@1455: dc.attr.repeated = repeated attribute: {0} jjg@1455: dc.attr.unknown = unknown attribute: {0} jjg@1455: dc.bad.option = bad option: {0} jjg@1455: dc.bad.value.for.option = bad value for option: {0} {1} jjg@1455: dc.empty = no description for @{0} jjg@1455: dc.entity.invalid = invalid entity &{0}; jjg@1455: dc.exception.not.thrown = exception not thrown: {0} jjg@1455: dc.invalid.anchor = invalid name for anchor: "{0}" jjg@1455: dc.invalid.param = invalid use of @param jjg@1455: dc.invalid.return = invalid use of @return jjg@1455: dc.invalid.throws = invalid use of @throws jjg@1455: dc.invalid.uri = invalid uri: "{0}" jjg@1455: dc.missing.comment = no comment jjg@1455: dc.missing.param = no @param for {0} jjg@1455: dc.missing.return = no @return jjg@1455: dc.missing.throws = no @throws for {0} jjg@1455: dc.no.alt.attr.for.image = no "alt" attribute for image jjg@1455: dc.no.summary.or.caption.for.table=no summary or caption for table jjg@1455: dc.param.name.not.found = @param name not found jjg@1455: dc.ref.not.found = reference not found jjg@1502: dc.tag.code.within.code = '{@code'} within jjg@1455: dc.tag.empty = empty <{0}> tag jjg@1455: dc.tag.end.not.permitted = invalid end tag: jjg@1455: dc.tag.end.unexpected = unexpected end tag: jjg@1455: dc.tag.header.sequence.1 = header used out of sequence: <{0}> jjg@1455: dc.tag.header.sequence.2 = header used out of sequence: <{0}> jjg@1455: dc.tag.nested.not.allowed=nested tag not allowed: <{0}> jjg@1507: dc.tag.not.allowed.here = tag not allowed here: <{0}> jjg@1455: dc.tag.not.allowed = element not allowed in documentation comments: <{0}> jjg@1455: dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0} jjg@1455: dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0} jjg@1455: dc.tag.not.allowed.inline.other = block element not allowed here: {0} jjg@1455: dc.tag.not.closed= element not closed: {0} jjg@1455: dc.tag.p.in.pre= unexpected use of

inside

 element
jjg@1455: dc.tag.self.closing = self-closing element not allowed
jjg@1455: dc.tag.start.unmatched = end tag missing: 
jjg@1455: dc.tag.unknown = unknown tag: {0}
jjg@1455: dc.text.not.allowed = text not allowed in <{0}> element