Project

General

Profile

Download (5.88 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Copyright (C) 2016 EDIT
3
 * European Distributed Institute of Taxonomy
4
 * http://www.e-taxonomy.eu
5
 *
6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7
 * See LICENSE.TXT at the top of this package for the full license terms.
8
 */
9
package eu.etaxonomy.taxeditor.molecular.l10n;
10

    
11

    
12
import org.eclipse.osgi.util.NLS;
13

    
14

    
15

    
16
/**
17
 * Provides messages and texts for classes of the molecular plugin.
18
 *
19
 * @author Ben Stöver
20
 * @date 17.11.2016
21
 */
22
public class Messages extends NLS {
23
    private static final String BUNDLE_NAME = "eu.etaxonomy.taxeditor.molecular.l10n.messages"; //$NON-NLS-1$
24

    
25

    
26
    public static String AlignmentEditor_CUTTING_FAILURE;
27

    
28

    
29
    public static String AlignmentEditor_EDIT_MODE;
30

    
31

    
32
    public static String AlignmentEditor_ERROR_SINGLE_READ;
33

    
34

    
35
    public static String AlignmentEditor_ERROR_SINGLE_READ_MESSAGE;
36

    
37

    
38
    public static String AlignmentEditor_INSERT;
39

    
40

    
41
    public static String AlignmentEditor_INSERTION_PHEROGRAM;
42

    
43

    
44
    public static String AlignmentEditor_LEFT;
45

    
46

    
47
    public static String AlignmentEditor_LEFT_END_OUTSIDE;
48

    
49

    
50
    public static String AlignmentEditor_MUST_HAVE_TYPE;
51

    
52

    
53
    public static String AlignmentEditor_NEW_READ_FAILURE;
54

    
55

    
56
    public static String AlignmentEditor_NO_ATTACHED_PHEROGRAM;
57

    
58

    
59
    public static String AlignmentEditor_OVERWRITE;
60

    
61

    
62
    public static String AlignmentEditor_RIGHT;
63

    
64

    
65
    public static String AlignmentEditor_RIGHT_END_OUTSIDE;
66

    
67

    
68
    public static String AlignmentEditor_SAVING_ALIGNMENT;
69

    
70

    
71
    public static String AlignmentEditorInput_EDITOR_NAME;
72

    
73

    
74
    public static String AlignmentEditorPasteHandler_CANCEL;
75

    
76

    
77
    public static String AlignmentEditorPasteHandler_PASTE_FAILURE;
78

    
79

    
80
    public static String AlignmentEditorPasteHandler_PASTE_FAILURE_MESSAGE;
81

    
82

    
83
    public static String AlignmentEditorPasteHandler_PASTING_LINES;
84

    
85

    
86
    public static String AlignmentEditorPasteHandler_PASTING_LINES_FIRST_LINE;
87

    
88

    
89
    public static String AlignmentEditorPasteHandler_PASTING_LINES_IGNORE;
90

    
91

    
92
    public static String AlignmentEditorPasteHandler_PASTING_LINES_QUESTION;
93

    
94

    
95
    public static String CDMPherogramAlignmentObjectTranslator_NOT_IMPLEMENTED;
96

    
97

    
98
    public static String CDMSequenceMatrixAdapter_EITHER_MUST_BE_TRUE;
99

    
100

    
101
    public static String CDMSequenceMatrixAdapter_NO_SEQUENCE_FOUND;
102

    
103

    
104
    public static String CutPherogramLeftHandler_CUT_FAILURE;
105

    
106

    
107
    public static String CutPherogramRightHandler_CUT_FAILURE;
108

    
109

    
110
    public static String EditSequenceHandler_COULD_NOT_OPEN;
111

    
112

    
113
    public static String ExportSingleReadAlignmentWizard_EXPORT_SINGLE_READ;
114

    
115

    
116
    public static String exportSequenceToFileHandlerIOErrorMessage;
117
    public static String exportSequenceToFileHandlerIOErrorTitle;
118
    public static String exportSequenceToFileHandlerOverwriteTitle;
119
    public static String exportSequenceToFileHandlerOverwriteText;
120

    
121

    
122
    public static String HandlerTools_COULD_NOT_LOAD_ICON;
123

    
124

    
125
    public static String LoadPherogramHandler_AB1;
126

    
127

    
128
    public static String LoadPherogramHandler_ALL;
129

    
130

    
131
    public static String LoadPherogramHandler_ALL_FORMATS;
132

    
133

    
134
    public static String LoadPherogramHandler_IMPORT_PHEROGRAM;
135

    
136

    
137
    public static String LoadPherogramHandler_SCF;
138

    
139

    
140
    public static String LoadPherogramHandler_UNSUPPORTED_FORMAT;
141

    
142

    
143
    public static String LoadPherogramHandler_UNSUPPORTED_FORMAT_FILE;
144

    
145

    
146
    public static String LoadPherogramHandler_UNSUPPORTED_FORMAT_FILE_MESSAGE;
147

    
148

    
149
    public static String LoadPherogramHandler_UNSUPPORTED_FORMAT_MESSAGE;
150

    
151

    
152
    public static String PherogramMouseListener_UNABLE_TO_CREATE_VIEW;
153

    
154
    public static String SequenceIDIterator_NO_MORE_SEQUENCES;
155

    
156

    
157
    public static String SequenceIDIterator_REMOVE_NOT_SUPPORTED;
158

    
159

    
160
    public static String ShowPherogramHandler_ERROR;
161

    
162

    
163
    public static String ShowPherogramHandler_NO_PHEROGRAM;
164

    
165

    
166
    public static String ShowPherogramHandler_NO_PHEROGRAM_MESSAGE;
167

    
168

    
169
    public static String ToggleInsertOverwriteHandler_SWITCH_INSERTION;
170

    
171

    
172
    public static String ToggleInsertOverwriteHandler_SWITCH_OVERWRITE;
173

    
174

    
175
    public static String ToggleLeftRightInsertionHandler_LEFT;
176

    
177

    
178
    public static String ToggleLeftRightInsertionHandler_RIGHT;
179

    
180

    
181
    public static String ToggleLeftRightInsertionHandler_SWITCH_LEFT;
182

    
183

    
184
    public static String ToggleLeftRightInsertionHandler_SWITCH_RIGHT;
185

    
186

    
187
    public static String wizardExportAlignmentAppendExtensionButton;
188
    public static String wizardExportAlignmentBrowseButton;
189
    public static String wizardExportAlignmentDataLabel;
190
    public static String wizardExportAlignmentDescription;
191
    public static String wizardExportAlignmentDestinationLabel;
192
    public static String wizardExportAlignmentErrorMissingFileName;
193
    public static String wizardExportAlignmentErrorMissingSeqLabel;
194
    public static String wizardExportAlignmentErrorNothingToExport;
195
    public static String wizardExportAlignmentExportConsensusSeqLabel;
196
    public static String wizardExportAlignmentExportFormatLabel;
197
    public static String wizardExportAlignmentExportSingleReads;
198
    public static String wizardExportAlignmentFileDialogTitle;
199
    public static String wizardExportAlignmentFileLabel;
200
    public static String wizardExportAlignmentOptionsDescription;
201
    public static String wizardExportAlignmentOptionsTitle;
202
    public static String wizardExportAlignmentTitle;
203
    public static String wizardExportAlignmentWarningFileNameStartsDot;
204
    public static String wizardExportAlignmentwarningMissingExtension;
205
    public static String wizardExportAlignmentWarningFileExists;
206
    public static String wizardExportAlignmentExportedSeqHeading;
207
    public static String wizardExportAlignmentAdditionalOptionsHeading;
208
    public static String wizardExportAlignmentElongateSeqHeading;
209
    public static String wizardExportAlignmentElongateSeqMissingData;
210
    public static String wizardExportAlignmentElongateSeqGap;
211

    
212

    
213
    static {
214
        // initialize resource bundle
215
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
216
    }
217

    
218
    private Messages() {}
219
}
(1-1/3)