Revision 5fcf8d0f
Added by Katja Luther over 3 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/Messages.java | ||
---|---|---|
309 | 309 |
public static String ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP; |
310 | 310 |
public static String ChecklistEditor_SEARCH_TOOLTIP; |
311 | 311 |
public static String DistributionEditor_defaultSource; |
312 |
public static String FactualDataView_Lable; |
|
313 |
public static String NameFactsDataView_Lable; |
|
312 | 314 |
static { |
313 | 315 |
// initialize resource bundle |
314 | 316 |
NLS.initializeMessages(BUNDLE_NAME, Messages.class); |
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties | ||
---|---|---|
287 | 287 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP=After removing the default source, newly created distribution will not get a default source. |
288 | 288 |
ChecklistEditor_SEARCH_TOOLTIP=Textfilter for Taxa |
289 | 289 |
DistributionEditor_defaultSource=Default Source: |
290 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Remove Source |
|
290 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Remove Source |
|
291 |
FactualDataView_Lable=Factual Data |
|
292 |
NameFactsDataView_Lable=Name Facts |
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages_de.properties | ||
---|---|---|
287 | 287 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP=Wenn die Quelle entfernt wurde, wird den neu angelegten Verbreitungen nicht mehr automatisch eine Quelle zugef?gt. |
288 | 288 |
ChecklistEditor_SEARCH_TOOLTIP=Textfilter auf Taxa |
289 | 289 |
DistributionEditor_defaultSource= Standard Quelle: |
290 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Quelle entfernen |
|
290 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Quelle entfernen |
|
291 |
FactualDataView_Lable=Faktendaten |
|
292 |
NameFactsDataView_Lable=Namensfaktendaten |
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/e4/FactualDataPartE4.java | ||
---|---|---|
159 | 159 |
&& partObject instanceof IPartContentHasFactualData |
160 | 160 |
&& !(firstElement instanceof SpecimenOrObservationBase && partObject instanceof BulkEditorE4)){ |
161 | 161 |
// && !(firstElement instanceof TaxonName && partObject instanceof BulkEditorE4)){ |
162 |
|
|
162 |
if (firstElement instanceof TaxonName){ |
|
163 |
thisPart.setLabel(Messages.NameFactsDataView_Lable); |
|
164 |
}else{ |
|
165 |
thisPart.setLabel(Messages.FactualDataView_Lable); |
|
166 |
} |
|
163 | 167 |
featureNodeContainerCache.clear(); |
164 | 168 |
showViewer(structuredSelection, activePart, viewer); |
165 | 169 |
return; |
Also available in: Unified diff
ref #8124: change label for name facts