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