dcbf087ed8de6c094bd6d1d616d3b922ae0b945f
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / Messages.java
1 // $Id$
2 /**
3 * Copyright (C) 2015 EDIT
4 * European Distributed Institute of Taxonomy
5 * http://www.e-taxonomy.eu
6 *
7 * The contents of this file are subject to the Mozilla Public License Version 1.1
8 * See LICENSE.TXT at the top of this package for the full license terms.
9 */
10 package eu.etaxonomy.taxeditor;
11
12 import org.eclipse.osgi.util.NLS;
13
14 /**
15 * @author pplitzner
16 * @date Apr 14, 2015
17 *
18 */
19 public class Messages extends NLS {
20 private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
21 public static String LanguageEditorPreferencePage_ChooseDefaultLanguage;
22 public static String LanguageEditorPreferencePage_EditorHasToRestart;
23 public static String LanguageEditorPreferencePage_PleaseRestart;
24 public static String LanguageEditorPreferencePage_RestartRequired;
25 public static String CdmDataSourceViewPart_1;
26 public static String CdmDataSourceViewPart_10;
27 public static String CdmDataSourceViewPart_11;
28 public static String CdmDataSourceViewPart_12;
29 public static String CdmDataSourceViewPart_2;
30 public static String CdmDataSourceViewPart_3;
31 public static String CdmDataSourceViewPart_4;
32 public static String CdmDataSourceViewPart_5;
33 public static String CdmDataSourceViewPart_6;
34 public static String CdmDataSourceViewPart_7;
35 public static String CdmDataSourceViewPart_8;
36 public static String CdmDataSourceViewPart_9;
37 static {
38 // initialize resource bundle
39 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
40 }
41
42 private Messages() {
43 }
44 }