]> git.uio.no Git - ifi-stolz-refaktor.git/blame - case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocExportMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-after / ui / org / eclipse / jdt / internal / ui / javadocexport / JavadocExportMessages.properties
CommitLineData
1b2798f6
EK
1###############################################################################
2# Copyright (c) 2000, 2009 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12ContributedJavadocWizardPage_error_create_page=The page could not be created. See log for more details.
13
14JavadocSpecificsWizardPage_description=Configure Javadoc arguments.
15
16JavadocSpecificsWizardPage_stylesheetbrowsedialog_title=Style sheet Selection
17JavadocSpecificsWizardPage_overviewbutton_description=Overview
18JavadocSpecificsWizardPage_overviewbutton_label=&Overview:
19JavadocSpecificsWizardPage_overviewbrowse_label=Bro&wse...
20JavadocSpecificsWizardPage_extraoptionsfield_label=E&xtra Javadoc options (path names with white spaces must be enclosed in quotes):
21JavadocSpecificsWizardPage_vmoptionsfield_label=&VM options (prefixed with '-J', e.g. -J-Xmx180m for larger heap space):
22JavadocSpecificsWizardPage_overviewbrowsedialog_title=Select overview page
23JavadocSpecificsWizardPage_antscriptbutton_label=&Save the settings of this Javadoc export as an Ant script:
24JavadocSpecificsWizardPage_antscripttext_label=&Ant Script:
25JavadocSpecificsWizardPage_antscriptbrowse_label=Brows&e...
26JavadocSpecificsWizardPage_openbrowserbutton_label=O&pen generated index file in browser
27JavadocSpecificsWizardPage_antscriptbrowsedialog_title=Destination Selection
28JavadocSpecificsWizardPage_antscriptbrowsedialog_label=Select destination folder for ANT script:
29
30JavadocSpecificsWizardPage_sourcecompatibility_label=&JRE source compatibility:
31JavadocSpecificsWizardPage_overviewnotfound_error=Overview path not found.
32JavadocSpecificsWizardPage_overviewincorrect_error=Overview must be an html document.
33JavadocSpecificsWizardPage_antfileincorrect_error=Not a valid Ant file name.
34JavadocSpecificsWizardPage_antfileoverwrite_warning=The generated ant file will overwrite the existing ant file.
35JavadocTreeWizardPage_javadoctreewizardpage_description=Select types for Javadoc generation.
36JavadocTreeWizardPage_checkboxtreeandlistgroup_label=Select &types for which Javadoc will be generated:
37JavadocTreeWizardPage_visibilitygroup_label=Create Javadoc for members with visibility:
38JavadocTreeWizardPage_privatebutton_label=Pr&ivate
39JavadocTreeWizardPage_packagebutton_label=P&ackage
40JavadocTreeWizardPage_protectedbutton_label=Pr&otected
41JavadocTreeWizardPage_publicbutton_label=P&ublic
42JavadocTreeWizardPage_standarddocletbutton_label=Use &standard doclet
43JavadocTreeWizardPage_destinationfield_label=&Destination:
44JavadocTreeWizardPage_destinationbrowse_label=Bro&wse...
45JavadocTreeWizardPage_customdocletbutton_label=Use &custom doclet
46JavadocTreeWizardPage_docletnamefield_label=Doc&let name:
47JavadocTreeWizardPage_docletpathfield_label=Doclet class &path:
48JavadocTreeWizardPage_destinationbrowsedialog_title=Destination Selection
49JavadocTreeWizardPage_destinationbrowsedialog_label=Select the Javadoc destination folder:
50JavadocTreeWizardPage_nodocletname_error=Enter a doclet name.
51JavadocTreeWizardPage_invaliddocletname_error=Invalid doclet name.
52JavadocTreeWizardPage_invaliddocletpath_error=Not a valid doclet class path.
53JavadocTreeWizardPage_nodestination_error=Enter the destination folder.
54JavadocTreeWizardPage_invaliddestination_error=Not a valid folder.
55JavadocTreeWizardPage_invalidtreeselection_error=Selection does not contain any Java files
56JavadocTreeWizardPage_javadoccmd_dialog_title=Javadoc Command Selection
57JavadocTreeWizardPage_javadoccmd_error_enterpath=Specify the Javadoc command.
58JavadocTreeWizardPage_javadoccmd_error_notexists=The Javadoc command does not exist.
59
60
61JavadocWizardPage_javadocwizardpage_description=Javadoc Generation
62JavadocWizard_warning_starting_message=Problems while starting the Javadoc command.
63JavadocWizard_javadocwizard_title=Generate Javadoc
64JavadocWizard_updatejavadoclocation_message=Do you want to update the Javadoc location for ''{0}'' with the chosen destination folder ''{1}''?
65JavadocWizard_updatejavadocdialog_label=Update Javadoc Location
66JavadocWizard_javadocprocess_label=Javadoc Generation
67JavadocWizard_launchconfig_name=Javadoc
68
69JavadocWizard_error_title=Generate Javadoc
70JavadocWizard_launch_error_message=Could not launch Javadoc command. See log for details.
71JavadocWizard_exec_error_message=Could not launch Javadoc command. See log for details.
72
73JavadocWizard_error_writeANT_title=Create ANT file
74JavadocWizard_error_writeANT_message=Create ANT file failed.
75
76JavadocOptionsManager_antfileincorrectCE_warning=Unable to run wizard from Ant file, loading previous settings.
77JavadocOptionsManager_antfileincorrectIOE_warning=Error reading Ant file, loading previous settings.
78JavadocOptionsManager_antfileincorrectSAXE_warning=Error reading Ant file, loading previous settings.
79
80JavadocOptionsManager_createXM_error=Error writing the Ant file. No file created.
81JavadocOptionsManager_status_title=Non-local files selected.
82JavadocOptionsManager_status_non_local=File ''{0}'' has been skipped as it is not local and can not be processed by the Javadoc tool.
83
84JavadocStandardWizardPage_description=Configure Javadoc arguments for standard doclet.
85JavadocStandardWizardPage_titlebutton_description=Document title
86JavadocStandardWizardPage_titlebutton_label=Document &title:
87JavadocStandardWizardPage_basicgroup_label=Basic Options
88JavadocStandardWizardPage_usebutton_label=Generate &use page
89JavadocStandardWizardPage_hierarchybutton_label=Generate &hierarchy tree
90JavadocStandardWizardPage_navigartorbutton_label=Generate navi&gator bar
91JavadocStandardWizardPage_indexbutton_label=Generate &index
92JavadocStandardWizardPage_seperateindexbutton_label=Separate index &per letter
93JavadocStandardWizardPage_tagsgroup_label=Document these tags
94JavadocStandardWizardPage_authorbutton_label=@&author
95JavadocStandardWizardPage_nojarlinkref_error=Archive references are not supported by the Javadoc tool.
96JavadocStandardWizardPage_versionbutton_label=@&version
97JavadocStandardWizardPage_deprecatedbutton_label=@&deprecated
98JavadocStandardWizardPage_deprecatedlistbutton_label=deprecated &list
99JavadocStandardWizardPage_stylesheettext_description=Style sheet
100JavadocStandardWizardPage_stylesheettext_label=St&yle sheet:
101JavadocStandardWizardPage_selectallbutton_label=&Select All
102JavadocStandardWizardPage_clearallbutton_label=&Clear All
103JavadocStandardWizardPage_referencedclasses_label=Select &referenced archives and projects to which links should be generated:
104JavadocStandardWizardPage_stylesheetnopath_error=Style sheet path not found.
105JavadocStandardWizardPage_stylesheetnotcss_error=Style sheet must be a css document.
106JavadocStandardWizardPage_stylesheetbrowsebutton_label=Bro&wse...
107JavadocStandardWizardPage_configurebutton_label=B&rowse...
108JavadocStandardWizardPage_configurecontainer_error_title=Configure Javadoc Location
109JavadocStandardWizardPage_configurecontainer_error_message=Unexpected problem while updating the Javadoc location.
110JavadocStandardWizardPage_javadocpropertydialog_title=Configure Javadoc Location
111
112JavadocStandardWizardPage_nolinkref_error=Javadoc location is not configured for a selected reference.
113
114JavadocLinkDialogLabelProvider_configuredentry={0} - {1}
115JavadocLinkDialogLabelProvider_notconfiguredentry={0} - not configured
116JavadocTreeWizardPage_privatevisibilitydescription_label=Private: Generate Javadoc for all classes and members.
117JavadocTreeWizardPage_warning_mayoverwritefiles=Javadoc generation may overwrite existing files
118JavadocTreeWizardPage_packagevisibledescription_label=Package: Generate Javadoc for all but private classes and members.
119JavadocTreeWizardPage_protectedvisibilitydescription_label=Protected: Generate Javadoc for protected and public classes and members.
120JavadocTreeWizardPage_publicvisibilitydescription_label=Public: Generate Javadoc for public classes and members.
121JavadocWizard_antInformationDialog_title=Javadoc Generation with Ant Scripts
122JavadocWizard_antInformationDialog_message=Ant file will be created.\nTo run the generated ant script, the operating system PATH must contain the Javadoc command.
123JavadocTreeWizardPage_javadoccommand_label=Ja&vadoc command:
124JavadocTreeWizardPage_javadoccommand_button_label=Confi&gure...
125JavadocTreeWizardPage_table_accessibility_message=Select files to generate Javadoc for
126JavadocTreeWizardPage_tree_accessibility_message=Select projects and folders to generate Javadoc for