ref #3658 remove nomenclatural code from datasources
[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 AuthenticatedUserBar_LOGGED_IN_AS;
22 public static String AuthenticatedUserBar_NOT_LOGGED_IN;
23 public static String LanguageEditorPreferencePage_ChooseDefaultLanguage;
24 public static String LanguageEditorPreferencePage_EditorHasToRestart;
25 public static String LanguageEditorPreferencePage_PleaseRestart;
26 public static String LanguageEditorPreferencePage_RestartRequired;
27 public static String LoginDialog_CANCEL_MESSAGE;
28 public static String LoginDialog_LOGIN;
29 public static String LoginDialog_PASSWORD;
30 public static String LoginDialog_REALLY_CANCEL;
31 public static String LoginDialog_USER_LOGIN;
32 public static String LoginDialog_USER_NAME;
33 public static String OrderPreferencePage_NewNavigatorWindowRequired;
34 public static String OrderPreferencePage_PleaseReopenNavigator;
35 public static String CdmDataSourceViewPart_1;
36 public static String CdmDataSourceViewPart_10;
37 public static String CdmDataSourceViewPart_11;
38 public static String CdmDataSourceViewPart_12;
39 public static String CdmDataSourceViewPart_2;
40 public static String CdmDataSourceViewPart_3;
41 public static String CdmDataSourceViewPart_4;
42 public static String CdmDataSourceViewPart_5;
43 public static String CdmDataSourceViewPart_7;
44 public static String CdmDataSourceViewPart_8;
45 public static String CdmDataSourceViewPart_9;
46 public static String CdmViewerContextMenu_OPEN;
47 public static String CdmViewerContextMenu_OPEN_IN;
48 public static String ChangeConnectionHandler_ALREADY_CONNECTING;
49 public static String ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY;
50 public static String ChangeConnectionHandler_CREATE_DATAMODEL;
51 public static String ChangeConnectionHandler_REALLY_CREATE_DATAMODEL;
52 public static String ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE;
53 public static String ChangeConnectionHandler_NOT_AVAILABLE_REASONS;
54 public static String UriWithLabelElement_COULD_NOT_OPEN_BROWSER;
55 public static String UriWithLabelElement_INVALID_URL;
56 public static String UriWithLabelElement_OPEN_EXTERNAL_BROWSER;
57 public static String UriWithLabelElement_URL_NOT_SAVED;
58 public static String CdmStoreConnector_AUTHENTICATING_USER;
59 public static String CdmStoreConnector_CHECK_IF_EDITOR_IS_COMPATIBLE;
60 public static String CdmStoreConnector_CHECK_IF_NON_EMPTY;
61 public static String CdmStoreConnector_CHECK_IF_REACHABLE;
62 public static String CdmStoreConnector_COMPATIBILITY_CHECK_FAILED;
63 public static String CdmStoreConnector_COULD_NOT_CONNECT_TO_CHOSEN_DATASOURCE;
64 public static String CdmStoreConnector_SUCCESS;
65 public static String CdmStoreConnector_DATA_MODEL_CREATION_SUCCESSFUL;
66 public static String CdmStoreConnector_COULD_NOT_CREATE_DATAMODEL;
67 public static String CdmStoreConnector_CREATING_DATAMODEL;
68 public static String CdmStoreConnector_ERROR_DURING_DATAMODEL_CREATION;
69 public static String CdmStoreConnector_REASON;
70 public static String CdmStoreConnector_SCHEME_NOT_COMPATIBLE;
71 public static String CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE;
72 public static String CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE;
73 public static String DetailsViewPart_VIEWER_NAME;
74 public static String EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER;
75 public static String EditPasswordElement_USERNAME_DOES_NOT_EXIST;
76 public static String PasswordWizard_COULD_NOT_CHANGE_PWD;
77 public static String PasswordWizard_OLD_PWD_INCORRECT;
78 public static String PasswordWizard_PROBLEM_WITH_CHANGING_PWD;
79 public static String PasswordWizard_PWD_COULD_NOT_BE_CHANGED;
80 public static String PasswordWizardPage_CHANGE_PASSWORD;
81 public static String PasswordWizardPage_CHANGE_PASSWORD_AND_CONFIRM;
82 public static String PasswordWizardPage_NEW_PASSWORD;
83 public static String PasswordWizardPage_OLD_PASSWORD;
84 public static String PasswordWizardPage_PASSWORD_MIN_CHARACTER;
85 public static String PasswordWizardPage_PASSWORDS_DO_NOT_MATCH;
86 public static String PasswordWizardPage_REPEAT_PASSWORD;
87 public static String RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER;
88 public static String RemotingLoginDialog_LABEL_ADVANCED;
89 public static String RemotingLoginDialog_LABEL_CDM_INSTANCE;
90 public static String RemotingLoginDialog_LABEL_CDM_SERVER;
91 public static String RemotingLoginDialog_LABEL_CONNECT;
92 public static String RemotingLoginDialog_LABEL_EDITOR_CDM_VERSION;
93 public static String RemotingLoginDialog_LABEL_EDITOR_CDMLIB_VERSION;
94 public static String RemotingLoginDialog_LABEL_LOGIN;
95 public static String RemotingLoginDialog_LABEL_LOGIN_COLON;
96 public static String RemotingLoginDialog_LABEL_PASSWORD;
97 public static String RemotingLoginDialog_LABEL_PORT;
98 public static String RemotingLoginDialog_LABEL_REFRESH;
99 public static String RemotingLoginDialog_LABEL_REMEMBER_ME;
100 public static String RemotingLoginDialog_RETRIEVE_SERVER_INSTANCES;
101 public static String RemotingLoginDialog_LABEL_SERVER_CDM_VERSION;
102 public static String RemotingLoginDialog_LABEL_SERVER_CDMLIB_VERSION;
103 public static String RemotingLoginDialog_LABEL_STOP_MANAGED_SERVER;
104 public static String RemotingLoginDialog_LOGIN_CANNOT_BE_EMPTY;
105 public static String RemotingLoginDialog_MESSAGE_PORT_SHOULD_BE_INTEGER;
106 public static String RemotingLoginDialog_PASSWORD_CANNOT_BE_EMPTY;
107 public static String RemotingLoginDialog_SERVER_LAUNCH_ERROR;
108 public static String RemotingLoginDialog_STATUS_AVAILABLE;
109 public static String RemotingLoginDialog_STATUS_CHECKING;
110 public static String RemotingLoginDialog_STATUS_ERROR;
111 public static String RemotingLoginDialog_STATUS_NO_INSTANCES_FOUND;
112 public static String RemotingLoginDialog_STATUS_NOT_AVAILABLE;
113 public static String RemotingLoginDialog_STATUS_NOT_COMPATIBLE;
114 public static String RemotingLoginDialog_STATUS_NOT_STARTED;
115 public static String RemotingLoginDialog_STATUS_REMOTING_NOT_ACTIVATED;
116 public static String RemotingLoginDialog_STATUS_RETRIEVING;
117 public static String RemotingLoginDialog_STATUS_STARTED;
118 public static String RemotingLoginDialog_UPDATE_EDITOR;
119 public static String RemotingLoginDialog_COULD_NOT_STOP_SERVER;
120 public static String RemotingLoginDialog_ERROR_GENERATING_CONFIG_FILE;
121 public static String RemotingLoginDialog_ERROR_STARTING_SERVER;
122 public static String RemotingLoginDialog_ERROR_STOPPING_SERVER;
123 public static String RemotingLoginDialog_GENERATING_CONFIG_FILE;
124 public static String RemotingLoginDialog_JOB_SERVER_LAUNCH;
125 public static String RemotingLoginDialog_STARTING_MGD_SERVER;
126 public static String RemotingLoginDialog_TASK_LAUNCHING_SERVER;
127 public static String SearchManager_LARGE_RESULT_EXPECTED;
128 public static String SearchManager_LONG_SEARCH_WARNING;
129 public static String SupplementalDataViewPart_VIEWER_NAME;
130 static {
131 // initialize resource bundle
132 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
133 }
134
135 private Messages() {
136 }
137 }