1 # |
1 # |
2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1997, 2012, 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 |
62 main.invalid_flag=invalid flag: {0} |
62 main.invalid_flag=invalid flag: {0} |
63 main.No_packages_or_classes_specified=No packages or classes specified. |
63 main.No_packages_or_classes_specified=No packages or classes specified. |
64 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. |
64 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. |
65 main.cant.read=cannot read {0} |
65 main.cant.read=cannot read {0} |
66 main.Loading_source_files_for_package=Loading source files for package {0}... |
66 main.Loading_source_files_for_package=Loading source files for package {0}... |
67 main.Loading_source_file_for_class=Loading source file for class {0}... |
|
68 main.Loading_source_file=Loading source file {0}... |
67 main.Loading_source_file=Loading source file {0}... |
69 main.Building_tree=Constructing Javadoc information... |
68 main.Building_tree=Constructing Javadoc information... |
70 main.no_source_files_for_package=No source files for package {0} |
69 main.no_source_files_for_package=No source files for package {0} |
71 main.fatal.error=fatal error |
70 main.fatal.error=fatal error |
72 main.fatal.exception=fatal exception |
71 main.fatal.exception=fatal exception |
94 tag.tag_has_no_arguments={0} tag has no arguments. |
93 tag.tag_has_no_arguments={0} tag has no arguments. |
95 tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}" |
94 tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}" |
96 tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2} |
95 tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2} |
97 tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}" |
96 tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}" |
98 tag.see.no_close_quote=Tag {0}: no final close quote: "{1}" |
97 tag.see.no_close_quote=Tag {0}: no final close quote: "{1}" |
99 tag.see.class_not_found=class {0} not found for @see tag: "{1}" |
|
100 tag.see.class_not_specified=Tag {0}: class not specified: "{1}" |
98 tag.see.class_not_specified=Tag {0}: class not specified: "{1}" |
101 tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}" |
99 tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}" |
102 tag.see.malformed_see_tag=Tag {0}: malformed: "{1}" |
100 tag.see.malformed_see_tag=Tag {0}: malformed: "{1}" |
103 tag.throws.exception_not_found={0} tag, class {1} not found. |
|
104 tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}" |
101 tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}" |
105 tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}" |
102 tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}" |
|
103 tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}. |
106 javadoc.File_Read_Error=Error while reading file {0} |
104 javadoc.File_Read_Error=Error while reading file {0} |
107 javadoc.Body_missing_from_html_file=Body tag missing from HTML file |
105 javadoc.Body_missing_from_html_file=Body tag missing from HTML file |
108 javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file |
106 javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file |
109 javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}" |
107 javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}" |
110 javadoc.class_not_found=Class {0} not found. |
108 javadoc.class_not_found=Class {0} not found. |
111 javadoc.error=error |
109 javadoc.error=error |
112 javadoc.warning=warning |
110 javadoc.warning=warning |
113 tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}. |
|