X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/phpdocexport/JavadocExportMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/phpdocexport/JavadocExportMessages.properties new file mode 100644 index 0000000..58866ea --- /dev/null +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/phpdocexport/JavadocExportMessages.properties @@ -0,0 +1,104 @@ +############################################################################### +# Copyright (c) 2000, 2003 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### + + +JavadocSpecificsWizardPage.description=Configure Javadoc arguments. + + +JavadocSpecificsWizardPage.stylesheetbrowsedialog.title=Style sheet Selection +JavadocSpecificsWizardPage.overviewbutton.label=&Overview: +JavadocSpecificsWizardPage.overviewbrowse.label=Bro&wse... +JavadocSpecificsWizardPage.extraoptionsfield.label=E&xtra Javadoc options (path names with white spaces must be enclosed in quotes): +JavadocSpecificsWizardPage.overviewbrowsedialog.title=Select overview page +JavadocSpecificsWizardPage.antscriptbutton.label=&Save the settings of this Javadoc export as an Ant script: +JavadocSpecificsWizardPage.antscripttext.label=&Ant Script: +JavadocSpecificsWizardPage.antscriptbrowse.label=Brows&e... +JavadocSpecificsWizardPage.openbrowserbutton.label=O&pen generated index file in browser +JavadocSpecificsWizardPage.antscriptbrowsedialog.title=Destination Selection +JavadocSpecificsWizardPage.antscriptbrowsedialog.label=&Select destination folder for ant script: + +JavadocSpecificsWizardPage.jdk14mode.label=JRE 1.4 source compatibility + +JavadocSpecificsWizardPage.overviewnotfound.error=Overview path not found. +JavadocSpecificsWizardPage.overviewincorrect.error=Overview must be an html document. +JavadocSpecificsWizardPage.antfileincorrect.error=Not a valid Ant file name. +JavadocSpecificsWizardPage.antfileoverwrite.warning=The generated ant file will overwrite the existing ant file. +JavadocTreeWizardPage.javadoctreewizardpage.description=Select types for Javadoc generation. +JavadocTreeWizardPage.checkboxtreeandlistgroup.label=Select &types for which Javadoc will be generated: +JavadocTreeWizardPage.visibilitygroup.label=Create Javadoc for members with visibility: +JavadocTreeWizardPage.privatebutton.label=Pr&ivate +JavadocTreeWizardPage.packagebutton.label=P&ackage +JavadocTreeWizardPage.protectedbutton.label=Pr&otected +JavadocTreeWizardPage.publicbutton.label=P&ublic +JavadocTreeWizardPage.standarddocletbutton.label=Use &Standard Doclet +JavadocTreeWizardPage.destinationfield.label=&Destination: +JavadocTreeWizardPage.destinationbrowse.label=Bro&wse... +JavadocTreeWizardPage.customdocletbutton.label=Use &Custom Doclet +JavadocTreeWizardPage.docletnamefield.label=Doc&let name: +JavadocTreeWizardPage.docletpathfield.label=Doclet class &path: +JavadocTreeWizardPage.destinationbrowsedialog.title=Destination Selection +JavadocTreeWizardPage.destinationbrowsedialog.label=&Select the Javadoc destination folder: +JavadocTreeWizardPage.javadoccommand.error=Javadoc command location not specified on the Javadoc preference page. +JavadocTreeWizardPage.nodocletname.error=Enter a doclet name. +JavadocTreeWizardPage.invaliddocletname.error=Invalid doclet name. +JavadocTreeWizardPage.invaliddocletpath.error=Not a valid doclet class path. +JavadocTreeWizardPage.nodestination.error=Enter the destination folder. +JavadocTreeWizardPage.invaliddestination.error=Not a valid folder. +JavadocTreeWizardPage.invalidtreeselection.error=Select elements from tree. + +JavadocWizardPage.javadocwizardpage.description=Javadoc Generation +JavadocWizard.javadocwizard.title=Generate Javadoc +JavadocWizard.updatejavadoclocation.message=Do you want to update the Javadoc location for ''{0}'' with the chosen destination folder ''{1}''? +JavadocWizard.updatejavadocdialog.label=Update Javadoc Location +JavadocWizard.javadocprocess.label=Javadoc Generation +JavadocWizard.saveresourcedialogCE.title=Save Resources +JavadocWizard.saveresourcedialogCE.message=Saving resources failed. +JavadocWizard.saveresourcedialogITE.title=Save Resources +JavadocWizard.saveresourcedialogITE.message=Saving resources failed. +JavadocWizard.savetask.name=Saving... +JavadocWizard.launchconfig.name=Javadoc + +JavadocOptionsManager.antfileincorrectCE.warning=Unable to run wizard from Ant file, loading previous settings. +JavadocOptionsManager.antfileincorrectIOE.warning=Error reading Ant file, loading previous settings. +JavadocOptionsManager.antfileincorrectSAXE.warning=Error reading Ant file, loading previous settings. + +JavadcoStandardWizardPage.description=Configure Javadoc arguments for standard doclet. +JavadcoStandardWizardPage.titlebutton.label=Document &title: +JavadcoStandardWizardPage.basicgroup.label=Basic Options +JavadcoStandardWizardPage.usebutton.label=Generate &use page +JavadcoStandardWizardPage.hierarchybutton.label=Generate &hierarchy tree +JavadcoStandardWizardPage.navigartorbutton.label=Generate navi&gator bar +JavadcoStandardWizardPage.indexbutton.label=Generate &index +JavadcoStandardWizardPage.seperateindexbutton.label=Separate index &per letter +JavadcoStandardWizardPage.tagsgroup.label=Document these tags +JavadcoStandardWizardPage.authorbutton.label=@&author +JavadcoStandardWizardPage.versionbutton.label=@&version +JavadcoStandardWizardPage.deprecatedbutton.label=@&deprecated +JavadcoStandardWizardPage.deprecatedlistbutton.label=deprecated &list +JavadcoStandardWizardPage.stylesheettext.label=St&yle sheet: +JavadcoStandardWizardPage.selectallbutton.label=&Select All +JavadcoStandardWizardPage.clearallbutton.label=&Clear All +JavadcoStandardWizardPage.referencedclasses.label=Select &referenced classes to which Javadoc should create links: +JavadcoStandardWizardPage.stylesheetnopath.error=Style sheet path not found. +JavadcoStandardWizardPage.stylesheetnotcss.error=Style sheet must be a css document. +JavadocStandardWizardPage.stylesheetbrowsebutton.label=Bro&wse... +JavadocStandardWizardPage.configurebutton.label=Con&figure... +JavadocStandardWizardPage.javadocpropertydialog.title=Configure Javadoc Location + +JavadocLinkDialogLabelProvider.configuredentry={0} - {1} +JavadocLinkDialogLabelProvider.notconfiguredentry={0} - Not Configured +JavadocTreeWizardPage.privatevisibilitydescription.label=Private: Generate Javadoc for all classes and members. +JavadocTreeWizardPage.warning.mayoverwritefiles=Javadoc generation may overwrite existing files +JavadocTreeWizardPage.packagevisibledescription.label=Package: Generate Javadoc for only package, protected, and public classes and members. +JavadocTreeWizardPage.protectedvisibilitydescription.label=Protected: Generate Javadoc for only protected and public classes and members. +JavadocTreeWizardPage.publicvisibilitydescription.label=Public: Generate Javadoc for only public classes and members. +JavadocWizard.antInformationDialog.title=Javadoc Generation with Ant Scripts +JavadocWizard.antInformationDialog.message=Ant file will be created.\nNote that to run the generated ant script, the operating system PATH must contain the Javadoc command.