Revision ad7207e1
Added by Patrick Plitzner about 5 years ago
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java | ||
---|---|---|
119 | 119 |
|
120 | 120 |
//create columns |
121 | 121 |
Table table = viewer.getTable(); |
122 |
String[] titles = {input.getName(), "Type"};
|
|
122 |
String[] titles = {"Specimen", "Type"};
|
|
123 | 123 |
int[] bounds = {500, 100}; |
124 | 124 |
|
125 | 125 |
ColumnViewerEditorActivationStrategy activationSupport = new ColumnViewerEditorActivationStrategy(viewer) { |
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties | ||
---|---|---|
7 | 7 |
BulkEditorInputType_1=References |
8 | 8 |
BulkEditorInputType_2=Names |
9 | 9 |
BulkEditorInputType_3=Name Relationships |
10 |
BulkEditorInputType_4=Specimen and Observations (bulk)
|
|
10 |
BulkEditorInputType_4=Specimen Editor (list)
|
|
11 | 11 |
BulkEditorInputType_5=Users |
12 | 12 |
BulkEditorInputType_6=Groups |
13 | 13 |
BulkEditorInputType_7=Taxa |
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties | ||
---|---|---|
7 | 7 |
BulkEditorInputType_1=Referenzen |
8 | 8 |
BulkEditorInputType_2=Namen |
9 | 9 |
BulkEditorInputType_3=Namensbeziehungen |
10 |
BulkEditorInputType_4=Belege und Beobachtungen (bulk)
|
|
10 |
BulkEditorInputType_4=Specimen-Editor (Liste)
|
|
11 | 11 |
BulkEditorInputType_5=Nutzer |
12 | 12 |
BulkEditorInputType_6=Nutzergruppen |
13 | 13 |
BulkEditorInputType_7=Taxa |
Also available in: Unified diff
ref feature request #7329: Unify naming for both specimen editors (bulk and hierarchy) Adjust label of bulk editor part