1 # |
1 # |
2 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
61 dc.tag.code.within.code = '{@code'} within <code> |
61 dc.tag.code.within.code = '{@code'} within <code> |
62 dc.tag.empty = empty <{0}> tag |
62 dc.tag.empty = empty <{0}> tag |
63 dc.tag.a.within.a = {0} tag, which expands to <a>, within <a> |
63 dc.tag.a.within.a = {0} tag, which expands to <a>, within <a> |
64 dc.tag.end.not.permitted = invalid end tag: </{0}> |
64 dc.tag.end.not.permitted = invalid end tag: </{0}> |
65 dc.tag.end.unexpected = unexpected end tag: </{0}> |
65 dc.tag.end.unexpected = unexpected end tag: </{0}> |
66 dc.tag.header.sequence.1 = header used out of sequence: <{0}> |
66 dc.tag.heading.sequence.1 = heading used out of sequence: <{0}>, compared to implicit preceding heading: <H{1}> |
67 dc.tag.header.sequence.2 = header used out of sequence: <{0}> |
67 dc.tag.heading.sequence.2 = heading used out of sequence: <{0}>, compared to previous heading: <{1}> |
|
68 dc.tag.heading.sequence.3 = unexpected heading used: <{0}>, compared to implicit preceding heading: <H{1}> |
68 dc.tag.nested.not.allowed=nested tag not allowed: <{0}> |
69 dc.tag.nested.not.allowed=nested tag not allowed: <{0}> |
69 dc.tag.not.allowed.here = tag not allowed here: <{0}> |
70 dc.tag.not.allowed.here = tag not allowed here: <{0}> |
70 dc.tag.not.allowed = element not allowed in documentation comments: <{0}> |
71 dc.tag.not.allowed = element not allowed in documentation comments: <{0}> |
71 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0} |
72 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0} |
72 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0} |
73 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0} |