Project

General

Profile

« Previous | Next » 

Revision 8571c3d3

Added by Andreas Müller over 7 years ago

Rename Checklist-Editor -> Distribution-Editor

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/handler/CreateClassificationHierarchyHandler.java
62 62
                    taxonNavigator.refresh();
63 63
                } catch (Exception e) {
64 64
                    MessagingUtils.messageDialog("Failed to open Editor", CreateClassificationHierarchyHandler.class,
65
                            "Could not open ChecklistView. The hierarchy is corrupted!", e);
65
                            "Could not open distribution view. The hierarchy is corrupted!", e);
66 66
                }
67 67
            }
68 68
        }
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties
125 125
colorDefinition.label.15 = Editor On Error
126 126
page.name.26 = Specimens and FieldUnits
127 127
page.name.27 = Media
128
page.name.28 = Verbreitungs-Editor
128
page.name.28 = Distribution Editor
129 129
page.name.29 = Editor Profile
130 130
page.name.30 = Language
131 131
page.name.32 = Taxon Navigator
......
165 165
command.name.CONNECT = Connect
166 166
command.name.RE_CONNECT = Re-Connect
167 167
command.name.OPEN_CLASSIFICATION_WIZARD = Open Classification Wizard
168
command.name.OPEN_TAXONNODE_WIZARD = Open Taxon Node Wizard
168
command.name.OPEN_TAXONNODE_WIZARD = Open Taxon Node Wizard

169 169

  
170 170
command.name.INSPECT_ACTIVE_SESSIONS = Inspect Active Session
171 171
viewCommandMapping.viewerName.CLASSIFICATION_WIZARD = Classification Wizard
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties
125 125
colorDefinition.label.15 = Editor fehlerhaft
126 126
page.name.26 = Specimens und Field Units
127 127
page.name.27 = Media
128
page.name.28 = Verbreitungsdaten-Editor
128
page.name.28 = Verbreitungs-Editor
129 129
page.name.29 = Editor Profil
130 130
page.name.30 = Sprache
131 131
page.name.32 = Taxon Navigator
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AvailableDistributionPage.java
79 79
        IPreferenceStore preferenceStore = PreferencesUtil.getPreferenceStore();
80 80
        String checkedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS);
81 81
        String grayedValues = preferenceStore.getString(PreferencesUtil.DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED);
82
        setTitle("Select areas for ChecklistEditor");
82
        setTitle("Select areas for Distribution Editor");
83 83
        setDescription("In order to be able to modify and see the distribution status of taxa,\n"
84 84
                + "you have to select the areas which you like to see.");
85 85
        Composite composite = new Composite(parent, SWT.NULL);

Also available in: Unified diff