Project

General

Profile

Download (1.25 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Copyright (C) 2015 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.webapp.l10n;
10

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

    
13
/**
14
 * @author pplitzner
15
 * @date Apr 14, 2015
16
 *
17
 */
18
public class Messages extends NLS {
19

    
20
    private static final String BUNDLE_NAME = "src/main/java/eu.etaxonomy.taxeditor.webapp.l10n.messages"; //$NON-NLS-1$
21
    public static String CdmDataSourceViewPart_1;
22
    public static String CdmDataSourceViewPart_10;
23
    public static String CdmDataSourceViewPart_11;
24
    public static String CdmDataSourceViewPart_12;
25
    public static String CdmDataSourceViewPart_2;
26
    public static String CdmDataSourceViewPart_3;
27
    public static String CdmDataSourceViewPart_4;
28
    public static String CdmDataSourceViewPart_5;
29
    public static String CdmDataSourceViewPart_7;
30
    public static String CdmDataSourceViewPart_8;
31
    public static String CdmDataSourceViewPart_9;
32

    
33

    
34

    
35

    
36

    
37

    
38

    
39

    
40

    
41
    static {
42
        // initialize resource bundle
43
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
44
    }
45

    
46
    private Messages() {
47
    }
48
}
(1-1/3)