Project

General

Profile

« Previous | Next » 

Revision eb567e6e

Added by Patrick Plitzner about 7 years ago

ref #4611 l10n for DeleteConfiguration in taxeditor.store plugin

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java
85 85
	public static String CdmStoreConnector_SCHEME_NOT_COMPATIBLE;
86 86
	public static String CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE;
87 87
	public static String CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE;
88

  
89

  
90
    public static String ConfiguratorComposite_CONFIGURE;
88 91
	public static String DetailsViewPart_VIEWER_NAME;
89 92
    public static String EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER;
90 93
    public static String EditPasswordElement_USERNAME_DOES_NOT_EXIST;
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties
29 29
DatabaseRepairPage_Reference=References
30 30
DatabaseRepairPage_toolTip_reference=Caches of all references are recalculated.
31 31

  
32

  
33

  
34 32
UriWithLabelElement_URL_NOT_SAVED=URI won't be saved\! 
35 33
UriWithLabelElement_COULD_NOT_OPEN_BROWSER=Could not open external browser. URI is invalid.
36 34
UriWithLabelElement_INVALID_URL=Invalid URI
37 35
UriWithLabelElement_OPEN_EXTERNAL_BROWSER=Open in external browser
38 36

  
39
ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE=Chosen datasource is not available
40
ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY=You are currently creating a data model for a datasource already.
41 37
ChangeConnectionHandler_ALREADY_CONNECTING=Already creating data model
38
ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY=You are currently creating a data model for a datasource already.
39
ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE=Chosen datasource is not available
42 40
ChangeConnectionHandler_NOT_AVAILABLE_REASONS=This could mean that either the database server is not running or the machine is not reachable.\n\n Please also make sure that you are connected to the network when trying to connect to a remote datasource.
43 41
ChangeConnectionHandler_CREATE_DATAMODEL=Create Data Model
44 42
ChangeConnectionHandler_REALLY_CREATE_DATAMODEL=Do you want to create the data model for %s?\n\nCAUTION: Existing data will be deleted!\n\nNote: Creating the data model may take some time.
......
68 66
CdmStoreConnector_SCHEME_NOT_COMPATIBLE=The database schema for the chosen datasource '%s' \n is not compatible for this version of the taxonomic editor. \n\n%s
69 67
CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE=Please update the chosen datasource or choose a new data source to connect to in the Datasource View.
70 68
CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE=Please update the Taxonomic Editor (Help->Check for Updates) or choose a compatible datasource
69
ConfiguratorComposite_CONFIGURE=Configure
71 70

  
72 71
RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER=Please choose a compatible cdm-server or update the chosen cdm-server
73 72
RemotingLoginDialog_LABEL_ADVANCED=advanced
......
178 177
DatabasePreferencesPage_Define_Default_NomenclaturalCode=Define default nomenclatural code
179 178
DatabasePreferencesPage_UseLocalPreferences=Allow to use local preference
180 179
DatabasePreferencesPage_Specimen_Or_Observation=Specimen or observation configuration
181

  
182

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties
66 66
CdmStoreConnector_SCHEME_NOT_COMPATIBLE=Das Datenbankschema f?r die gew?hlte Datenquelle '%s' \n ist nicht kompatibel mit dieser Version des Editors. \n\n%s
67 67
CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE=Bitte aktualisieren Sie die ausgew?hlte Datenquelle oder w?hlen Sie eine neue Datenquelle aus.
68 68
CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE=Bitte aktualisieren Sie den Taxonomic Editor (Hilfe->Suche nach Updates) oder w?hlen sie eine kompatible Datenquelle
69
ConfiguratorComposite_CONFIGURE=Einstellungen
69 70

  
70 71
RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER=Bitte w?hlen Sie einen kompatiblen CDM-Server oder aktualisieren sie den CDM-Server
71 72
RemotingLoginDialog_LABEL_ADVANCED=Erweitert
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java
19 19
import org.eclipse.ui.forms.widgets.FormToolkit;
20 20
import org.eclipse.ui.forms.widgets.Section;
21 21

  
22
import eu.etaxonomy.taxeditor.l10n.Messages;
23

  
22 24
/**
23 25
 * @author pplitzner
24 26
 * @date Feb 16, 2015
......
49 51
        sctnConfigure.addExpansionListener(this);
50 52
        sctnConfigure.setBackground(getBackground());
51 53
        toolkit.paintBordersFor(sctnConfigure);
52
        sctnConfigure.setText("Configure");
54
        sctnConfigure.setText(Messages.ConfiguratorComposite_CONFIGURE);
53 55

  
54 56

  
55 57
    }

Also available in: Unified diff