1 11 package org.eclipse.jdt.internal.ui.javadocexport; 12 13 import org.eclipse.osgi.util.NLS; 14 15 public final class JavadocExportMessages extends NLS { 16 17 private static final String BUNDLE_NAME= "org.eclipse.jdt.internal.ui.javadocexport.JavadocExportMessages"; 19 private JavadocExportMessages() { 20 } 22 23 public static String JavadocSpecificsWizardPage_description; 24 public static String JavadocSpecificsWizardPage_stylesheetbrowsedialog_title; 25 public static String JavadocSpecificsWizardPage_overviewbutton_label; 26 public static String JavadocSpecificsWizardPage_overviewbrowse_label; 27 public static String JavadocSpecificsWizardPage_extraoptionsfield_label; 28 public static String JavadocSpecificsWizardPage_vmoptionsfield_label; 29 public static String JavadocSpecificsWizardPage_overviewbrowsedialog_title; 30 public static String JavadocSpecificsWizardPage_antscriptbutton_label; 31 public static String JavadocSpecificsWizardPage_antscripttext_label; 32 public static String JavadocSpecificsWizardPage_antscriptbrowse_label; 33 public static String JavadocSpecificsWizardPage_openbrowserbutton_label; 34 public static String JavadocSpecificsWizardPage_antscriptbrowsedialog_title; 35 public static String JavadocSpecificsWizardPage_antscriptbrowsedialog_label; 36 public static String JavadocSpecificsWizardPage_sourcecompatibility_label; 37 public static String JavadocSpecificsWizardPage_overviewnotfound_error; 38 public static String JavadocSpecificsWizardPage_overviewincorrect_error; 39 public static String JavadocSpecificsWizardPage_antfileincorrect_error; 40 public static String JavadocSpecificsWizardPage_antfileoverwrite_warning; 41 public static String JavadocTreeWizardPage_javadoctreewizardpage_description; 42 public static String JavadocTreeWizardPage_checkboxtreeandlistgroup_label; 43 public static String JavadocTreeWizardPage_visibilitygroup_label; 44 public static String JavadocTreeWizardPage_privatebutton_label; 45 public static String JavadocTreeWizardPage_packagebutton_label; 46 public static String JavadocTreeWizardPage_protectedbutton_label; 47 public static String JavadocTreeWizardPage_publicbutton_label; 48 public static String JavadocTreeWizardPage_standarddocletbutton_label; 49 public static String JavadocTreeWizardPage_destinationfield_label; 50 public static String JavadocTreeWizardPage_destinationbrowse_label; 51 public static String JavadocTreeWizardPage_customdocletbutton_label; 52 public static String JavadocTreeWizardPage_docletnamefield_label; 53 public static String JavadocTreeWizardPage_docletpathfield_label; 54 public static String JavadocTreeWizardPage_destinationbrowsedialog_title; 55 public static String JavadocTreeWizardPage_destinationbrowsedialog_label; 56 public static String JavadocTreeWizardPage_nodocletname_error; 57 public static String JavadocTreeWizardPage_invaliddocletname_error; 58 public static String JavadocTreeWizardPage_invaliddocletpath_error; 59 public static String JavadocTreeWizardPage_nodestination_error; 60 public static String JavadocTreeWizardPage_invaliddestination_error; 61 public static String JavadocTreeWizardPage_invalidtreeselection_error; 62 public static String JavadocTreeWizardPage_javadoccmd_dialog_title; 63 public static String JavadocTreeWizardPage_javadoccmd_error_enterpath; 64 public static String JavadocTreeWizardPage_javadoccmd_error_notexists; 65 public static String JavadocWizardPage_javadocwizardpage_description; 66 public static String JavadocWizard_javadocwizard_title; 67 public static String JavadocWizard_updatejavadoclocation_message; 68 public static String JavadocWizard_updatejavadocdialog_label; 69 public static String JavadocWizard_javadocprocess_label; 70 public static String JavadocWizard_saveresourcedialogCE_title; 71 public static String JavadocWizard_saveresourcedialogCE_message; 72 public static String JavadocWizard_saveresourcedialogITE_title; 73 public static String JavadocWizard_saveresourcedialogITE_message; 74 public static String JavadocWizard_savetask_name; 75 public static String JavadocWizard_launchconfig_name; 76 public static String JavadocWizard_error_title; 77 public static String JavadocWizard_launch_error_message; 78 public static String JavadocWizard_exec_error_message; 79 public static String JavadocWizard_error_writeANT_title; 80 public static String JavadocWizard_error_writeANT_message; 81 public static String JavadocOptionsManager_antfileincorrectCE_warning; 82 public static String JavadocOptionsManager_antfileincorrectIOE_warning; 83 public static String JavadocOptionsManager_antfileincorrectSAXE_warning; 84 public static String JavadocOptionsManager_createXM_error; 85 public static String JavadocStandardWizardPage_description; 86 public static String JavadocStandardWizardPage_titlebutton_label; 87 public static String JavadocStandardWizardPage_basicgroup_label; 88 public static String JavadocStandardWizardPage_usebutton_label; 89 public static String JavadocStandardWizardPage_hierarchybutton_label; 90 public static String JavadocStandardWizardPage_navigartorbutton_label; 91 public static String JavadocStandardWizardPage_indexbutton_label; 92 public static String JavadocStandardWizardPage_seperateindexbutton_label; 93 public static String JavadocStandardWizardPage_tagsgroup_label; 94 public static String JavadocStandardWizardPage_authorbutton_label; 95 public static String JavadocStandardWizardPage_nojarlinkref_error; 96 public static String JavadocStandardWizardPage_versionbutton_label; 97 public static String JavadocStandardWizardPage_deprecatedbutton_label; 98 public static String JavadocStandardWizardPage_deprecatedlistbutton_label; 99 public static String JavadocStandardWizardPage_stylesheettext_label; 100 public static String JavadocStandardWizardPage_selectallbutton_label; 101 public static String JavadocStandardWizardPage_clearallbutton_label; 102 public static String JavadocStandardWizardPage_referencedclasses_label; 103 public static String JavadocStandardWizardPage_stylesheetnopath_error; 104 public static String JavadocStandardWizardPage_stylesheetnotcss_error; 105 public static String JavadocStandardWizardPage_stylesheetbrowsebutton_label; 106 public static String JavadocStandardWizardPage_configurebutton_label; 107 public static String JavadocStandardWizardPage_configurecontainer_error_title; 108 public static String JavadocStandardWizardPage_configurecontainer_error_message; 109 public static String JavadocStandardWizardPage_javadocpropertydialog_title; 110 public static String JavadocStandardWizardPage_nolinkref_error; 111 public static String JavadocLinkDialogLabelProvider_configuredentry; 112 public static String JavadocLinkDialogLabelProvider_notconfiguredentry; 113 public static String JavadocTreeWizardPage_privatevisibilitydescription_label; 114 public static String JavadocTreeWizardPage_warning_mayoverwritefiles; 115 public static String JavadocTreeWizardPage_packagevisibledescription_label; 116 public static String JavadocTreeWizardPage_protectedvisibilitydescription_label; 117 public static String JavadocTreeWizardPage_publicvisibilitydescription_label; 118 public static String JavadocWizard_antInformationDialog_title; 119 public static String JavadocWizard_antInformationDialog_message; 120 public static String JavadocTreeWizardPage_javadoccommand_label; 121 public static String JavadocTreeWizardPage_javadoccommand_button_label; 122 123 static { 124 NLS.initializeMessages(BUNDLE_NAME, JavadocExportMessages.class); 125 } 126 127 public static String JavadocOptionsManager_status_title; 128 public static String JavadocOptionsManager_status_non_local; 129 public static String JavadocWizard_warning_starting_message; 130 } | Popular Tags |