Project

General

Profile

« Previous | Next » 

Revision 4f857230

Added by Katja Luther about 6 years ago

minor changes in checklist editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java
218 218
    private List<String> getTaxonBasePropertyPaths() {
219 219
        List<String> taxonBasePropertyPaths = Arrays.asList(new String[] {
220 220
                "sec", //$NON-NLS-1$
221
                "createdBy", //$NON-NLS-1$
222
                "updatedBy", //$NON-NLS-1$
223
                "annotations", //$NON-NLS-1$
224
                "markers", //$NON-NLS-1$
225
                "credits", //$NON-NLS-1$
226
                "extensions", //$NON-NLS-1$
227 221
                "rights", //$NON-NLS-1$
228 222
                "sources", //$NON-NLS-1$
229 223
                "descriptions", //$NON-NLS-1$
230
                "relationsToThisTaxon", //$NON-NLS-1$
231
                "relationsFromThisTaxon", //$NON-NLS-1$
232
                "taxonNodes", //$NON-NLS-1$
233 224
                "descriptions.descriptionElements.feature", //$NON-NLS-1$
234 225
                "descriptions.descriptionElements.area", //$NON-NLS-1$
235 226
                "descriptions.descriptionElements.status", //$NON-NLS-1$
236 227
                "descriptions.markers", //$NON-NLS-1$
237
                "name.descriptions", //$NON-NLS-1$
238
                "name.typeDesignations", //$NON-NLS-1$
239
                "name.status", //$NON-NLS-1$
240
                "name.nomenclaturalReference.inReference", //$NON-NLS-1$
241
                "name.taxonBases.taxonNodes", //$NON-NLS-1$
242
                "name.relationsFromThisName", //$NON-NLS-1$
243
                "name.relationsToThisName", //$NON-NLS-1$
244
                "name.homotypicalGroup.typifiedNames.taxonBases.synonymRelations.synonym.name.status", //$NON-NLS-1$
245
                "name.homotypicalGroup.typifiedNames.relationsToThisName.fromName", //$NON-NLS-1$
246
                "synonymRelations.synonym.name.status.type", //$NON-NLS-1$
247
                "synonymRelations.synonym.name.relationsToThisName.fromName", //$NON-NLS-1$
248
                "synonymRelations.synonym.name.nomenclaturalReference.inReference.authorship", //$NON-NLS-1$
249
                "synonymRelations.synonym.name.nomenclaturalReference.authorship", //$NON-NLS-1$
250
                "synonymRelations.synonym.name.homotypicalGroup.typifiedNames.taxonBases.synonymRelations" //$NON-NLS-1$
228

  
251 229
        });
252 230

  
253 231
        return taxonBasePropertyPaths;
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties
180 180
wizard.name.24 = RIS Reference
181 181
command.label.25 = Import Preferences
182 182
partdescriptor.label.featureTreeEditor = Feature Tree Editor
183
command.name.OPEN_REFERENCING_OBJECTS_VIEW = Open Referencing Objects View
183
command.name.OPEN_REFERENCING_OBJECTS_VIEW = Open Referencing Objects View
184
extension.name.1 = Store Workbench Model
185
page.name.21 = Distribution Editor Configuration
186
page.name.40 = ABCD Import Configuration
187
page.name.41 = ABCD Import Provider
188
page.name.42 = Database Preferences
189
page.name.43 = Nomenclatural Code Admin
190
page.name.44 = Name Details
191
extension-point.name = Cdm Viewer
192
extension-point.name.0 = Preference Page
193
extension-point.name.1 = Admin Preference Page
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties
181 181
wizard.name.24 = RIS Referenzen
182 182
command.label.25 = Import Pr?ferenzen
183 183
partdescriptor.label.featureTreeEditor = Merkmalsbaum-Editor
184
command.name.OPEN_REFERENCING_OBJECTS_VIEW = ?ffne Referenzierende Objekte
184
command.name.OPEN_REFERENCING_OBJECTS_VIEW = ?ffne Referenzierende Objekte
185
page.name.21 = Verbreitungs-Editor
186
page.name.40 = ABCD Import
187
page.name.41 = Biocase Provider
188
page.name.42 = Datenbank Pr?ferenzen
189
page.name.43 = Nomenklatorischer Code
190
page.name.44 = Detailsview f?r wissenschaftliche Namen
191
extension-point.name = Cdm Viewer
192
extension-point.name.0 = Preference Page
193
extension-point.name.1 = Admin Preference Page
eu.etaxonomy.taxeditor.store/plugin.xml
3 3
<plugin>
4 4
   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5 5
   <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="Preference Page" schema="schema/eu.etaxonomy.taxeditor.store.preferencePage.exsd"/>
6
   <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="Admin Preference Page" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
6
   <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
7 7
   <extension
8 8
         point="org.eclipse.ui.menus">
9 9
      <menuContribution
......
576 576
         category="eu.etaxonomy.taxeditor.preferences.general"
577 577
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralPreference"
578 578
         id="eu.etaxonomy.taxeditor.store.checklist"
579
         name="Distribution Editor Configuration">
579
         name="%page.name.21">
580 580
   </page>
581 581
   <page
582 582
         category="eu.etaxonomy.taxeditor.preferences.general"
583 583
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportPreference"
584 584
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
585
         name="ABCD Import Configuration">
585
         name="%page.name.40">
586 586
   </page>
587 587
   <page
588 588
         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
589 589
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
590 590
         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
591
         name="ABCD Import Provider">
591
         name="%page.name.41">
592 592
   </page>
593 593
   <page
594 594
        
595 595
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
596 596
         id="eu.etaxonomy.taxeditor.preferences.general"
597
         name="Database Preferences">
597
         name="%page.name.42">
598 598
   </page>
599 599
   
600 600
   <page
601 601
         category="eu.etaxonomy.taxeditor.preferences.general"
602 602
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
603 603
         id="eu.etaxonomy.taxeditor.store.page2"
604
         name="Nomenclatural Code Admin">
604
         name="%page.name.43">
605 605
   </page>
606 606
   <page
607 607
         category="eu.etaxonomy.taxeditor.preferences.general"
608 608
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewConfiguration"
609 609
         id="eu.etaxonomy.taxeditor.store.page3"
610
         name="Name Details">
610
         name="%page.name.44">
611 611
   </page>
612 612
</extension>
613 613
</plugin>

Also available in: Unified diff