Additional strings externalized in molecular plugin.
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / src / main / java / eu / etaxonomy / taxeditor / molecular / Messages.java
index a10c491a2feb1f800c53958f5d2dc7acc069416e..390748340986b1b7419770a02680993e1ab3c007 100644 (file)
@@ -14,15 +14,20 @@ import org.eclipse.osgi.util.NLS;
 
 
 /**
- * Messages and texts for the molecular plugin.
+ * Provides messages and texts for classes of the molecular plugin.
  *
  * @author Ben Stöver
  * @date 17.11.2016
  */
 public class Messages extends NLS {
     private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
+
+
     public static String exportSequenceToFileHandlerIOErrorMessage;
     public static String exportSequenceToFileHandlerIOErrorTitle;
+    public static String exportSequenceToFileHandlerOverwriteTitle;
+    public static String exportSequenceToFileHandlerOverwriteText;
+
     public static String wizardExportAlignmentAppendExtensionButton;
     public static String wizardExportAlignmentBrowseButton;
     public static String wizardExportAlignmentDataLabel;
@@ -36,9 +41,17 @@ public class Messages extends NLS {
     public static String wizardExportAlignmentExportSingleReads;
     public static String wizardExportAlignmentFileDialogTitle;
     public static String wizardExportAlignmentFileLabel;
+    public static String wizardExportAlignmentOptionsDescription;
+    public static String wizardExportAlignmentOptionsTitle;
     public static String wizardExportAlignmentTitle;
     public static String wizardExportAlignmentWarningFileNameStartsDot;
     public static String wizardExportAlignmentwarningMissingExtension;
+    public static String wizardExportAlignmentWarningFileExists;
+    public static String wizardExportAlignmentExportedSeqHeading;
+    public static String wizardExportAlignmentAdditionalOptionsHeading;
+    public static String wizardExportAlignmentElongateSeqHeading;
+    public static String wizardExportAlignmentElongateSeqMissingData;
+    public static String wizardExportAlignmentElongateSeqGap;
 
 
     static {