Revision b512f232
Added by Katja Luther over 5 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/Messages.java | ||
---|---|---|
303 | 303 |
public static String DescriptiveDataSetEditor_DELETE_FAIL_MESSAGE; |
304 | 304 |
public static String DescriptiveDataSetEditor_DELETE_FAIL_TITLE; |
305 | 305 |
public static String ChecklistEditor_DEFAULT_SOURCE; |
306 |
public static String ChecklistEditor_REMOVE_DEFAULT_SOURCE; |
|
306 | 307 |
public static String ChecklistEditor_DEFAULT_SOURCE_TOOLTIP; |
308 |
public static String ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP; |
|
307 | 309 |
public static String ChecklistEditor_SEARCH_TOOLTIP; |
310 |
public static String DistributionEditor_defaultSource; |
|
308 | 311 |
static { |
309 | 312 |
// initialize resource bundle |
310 | 313 |
NLS.initializeMessages(BUNDLE_NAME, Messages.class); |
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties | ||
---|---|---|
283 | 283 |
ChooseFromMultipleAcceptedTaxaDialog_CHOOSE_ACCEPTED_TAXON_MESSAGE=The taxon is related with multiple accepted taxa. Please choose the one you want to open. |
284 | 284 |
ChecklistEditor_DEFAULT_SOURCE=Choose Source |
285 | 285 |
ChecklistEditor_DEFAULT_SOURCE_TOOLTIP=Choose a source which is added to every new distribution. |
286 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP=After removing the default source, newly created distribution will not get a default source. |
|
286 | 287 |
ChecklistEditor_SEARCH_TOOLTIP=Textfilter for Taxa |
288 |
DistributionEditor_defaultSource=Default Source: |
|
289 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Remove Source |
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages_de.properties | ||
---|---|---|
283 | 283 |
ChooseFromMultipleAcceptedTaxaDialog_CHOOSE_ACCEPTED_TAXON_MESSAGE=Das Taxon ist mit mehreren akzeptierten Taxa verkn?pft. Bitte w?hlen sie, welches sie ?ffnen m?chten. |
284 | 284 |
ChecklistEditor_DEFAULT_SOURCE=Quelle ausw?hlen |
285 | 285 |
ChecklistEditor_DEFAULT_SOURCE_TOOLTIP=W?hlen Sie eine Quelle aus, die jeder neu angelegten Verbreitung zugef?gt wird. |
286 |
ChecklistEditor_SEARCH_TOOLTIP=Textfilter auf Taxa |
|
286 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE_TOOLTIP=Wenn die Quelle entfernt wurde, wird den neu angelegten Verbreitungen nicht mehr automatisch eine Quelle zugef?gt. |
|
287 |
ChecklistEditor_SEARCH_TOOLTIP=Textfilter auf Taxa |
|
288 |
DistributionEditor_defaultSource= Standard Quelle: |
|
289 |
ChecklistEditor_REMOVE_DEFAULT_SOURCE=Quelle entfernen |
Also available in: Unified diff
ref #7854: string externalization