Project

General

Profile

« Previous | Next » 

Revision dd1c696a

Added by Andreas Müller over 9 years ago

adapted menu and view labels for validation framework, removed menu for problems view

View differences:

eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties
129 129
command.name.38 = Open Checklist Editor
130 130
command.name.39 = New Datasource
131 131
wizard.name = Specimen Search/Import
132
wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100.
132
wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100.
133
command.name.40 = Validation
134
view.name.6 = Validation
135
marker.field.0 = Object Type
136
marker.field.1 = Object
137
marker.field.2 = Attribute
138
marker.field.3 = Problematic Value
139
marker.field.4 = Problem description
140
marker.field.5 = Validator
141
marker.field.6 = Entity Class
142
marker.field.7 = Entity Id
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties
128 128
command.name.38 = \u00d6ffne Checklist Editor
129 129
command.name.39 = Neue Datenquelle
130 130
wizard.name = Specimen Suche/Import
131
wizard.description = Sendet eine Anfrage mit den eingegebenen Parametern an den Datenprovider.\nHinweis: Die Anzahl der Anfrageergebnisse sind auf 100 begrenzt.
131
wizard.description = Sendet eine Anfrage mit den eingegebenen Parametern an den Datenprovider.\nHinweis: Die Anzahl der Anfrageergebnisse sind auf 100 begrenzt.
132
command.name.40 = Validierung
133
view.name.6 = Validierung
134
marker.field.0 = Objekt Typ
135
marker.field.1 = Objekt
136
marker.field.2 = Attribut
137
marker.field.3 = Problematischer Wert
138
marker.field.4 = Problem Beschreibung
139
marker.field.5 = Validierer
140
marker.field.6 = Entit?ts Klasse
141
marker.field.7 = Entit?ts ID
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties
128 128
command.name.38 = Open Checklist Editor
129 129
command.name.39 = New Datasource
130 130
wizard.name = Specimen Search/Import
131
wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100.
131
wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100.
132
command.name.40 = Validation
133
view.name.6 = Validation
134
marker.field.0 = Object Type
135
marker.field.1 = Object
136
marker.field.2 = Attribute
137
marker.field.3 = Problematic Value
138
marker.field.4 = Problem description
139
marker.field.5 = Validator
140
marker.field.6 = Entity Class
141
marker.field.7 = Entity Id
eu.etaxonomy.taxeditor.editor/plugin.xml
144 144
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
145 145
               name="%view.name.5">
146 146
         </view>
147
         <view
148
               allowMultiple="false"
149
               category="eu.etaxonomy.taxeditor.editor.category"
150
               class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
151
               icon="icons/edit_16x16.gif"
152
               id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
153
               name="%view.name.6">
154
         </view>
147 155
      </extension>
148 156
      
149 157
	<!-- VALIDATION RELATED STUFF -->
150 158
	<extension point="org.eclipse.ui.menus">
151
     	<menuContribution locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.problems">
159
     	<menuContribution locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
160
			<separator
161
                  name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
162
                  visible="true">
163
            </separator>
152 164
			<command
153 165
			      commandId="org.eclipse.ui.views.showView"
154
			      label="Validation Problems"
166
			      label="%command.name.40"
155 167
			      style="push">
156 168
			   <parameter
157 169
			         name="org.eclipse.ui.views.showView.viewId"
......
159 171
			   </parameter>
160 172
			</command>
161 173
		</menuContribution>
162
	</extension>
163
	 <extension point="org.eclipse.ui.views">
164
		<view
165
            allowMultiple="false"
166
            category="eu.etaxonomy.taxeditor.editor.category"
167
	    	class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
168
	        icon="icons/edit_16x16.gif"
169
	        id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
170
	        name="Validation problems">
171
	    </view>
172 174
	</extension>
173 175
	<extension point="org.eclipse.core.resources.markers" name="Validation Error" id="eu.etaxonomy.taxeditor.markers.validationerror">
174 176
		<super type="org.eclipse.core.resources.problemmarker"/>
......
203 205
		<markerField
204 206
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyTypeNameMarkerField"
205 207
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName"
206
			name="Object Type">
208
			name="%marker.field.0">
207 209
		</markerField>
208 210
		<markerField
209 211
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyDescriptionMarkerField"
210 212
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription"
211
			name="Object">
213
			name="%marker.field.1">
212 214
		</markerField>
213 215
		<markerField
214 216
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyFieldNameMarkerField"
215 217
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName"
216
			name="Attribute">
218
			name="%marker.field.2 = Attribute">
217 219
		</markerField>
218 220
		<markerField
219 221
			class="eu.etaxonomy.taxeditor.editor.view.validation.InvalidValueMarkerField"
220 222
			id="eu.etaxonomy.taxeditor.markers.validation.invalidValue"
221
			name="Problematic Value">
223
			name="%marker.field.3 = Problematic Value">
222 224
		</markerField>
223 225
		<markerField
224 226
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorMessageMarkerField"
225 227
			id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage"
226
			name="Problem description">
228
			name="%marker.field.4 = Problem description">
227 229
		</markerField>
228 230
		<markerField
229 231
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorClassMarkerField"
230 232
			id="eu.etaxonomy.taxeditor.markers.validation.validatorClass"
231
			name="Validator">
233
			name="%marker.field.5">
232 234
		</markerField>
233 235
		<markerField
234 236
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityClassMarkerField"
235 237
			id="eu.etaxonomy.taxeditor.markers.validation.entityClass"
236
			name="Entity Class">
238
			name="%marker.field.6">
237 239
		</markerField>
238 240
		<markerField
239 241
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityIdMarkerField"
240 242
			id="eu.etaxonomy.taxeditor.markers.validation.entityId"
241
			name="Entity Id">
243
			name="%marker.field.7">
242 244
		</markerField>
243 245
	</extension>
244 246
	
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties
38 38
menu.label = Zeige Ansicht
39 39
command.label = Derivatsuche
40 40
command.label.0 = Details
41
command.label.1 = Zusatz
41
command.label.1 = Zusatzdaten
42 42
command.label.2 = Datenquelle
43 43
command.label.3 = Fehlermeldungen
44 44
command.label.4 = Berichte
eu.etaxonomy.taxeditor.store/plugin.xml
305 305
            </command>
306 306
            <command
307 307
                  commandId="org.eclipse.ui.views.showView"
308
                  label="%command.label.1"
308
                  id="org.eclipse.ui.views.showView.supplemental"
309
	              label="%command.label.1"
309 310
                  style="push">
310 311
               <parameter
311 312
                     name="org.eclipse.ui.views.showView.viewId"
312 313
                     value="eu.etaxonomy.taxeditor.view.supplementalData">
313 314
               </parameter>
314 315
            </command>
315
	        <command
316
            <!-- Originally used by validation framework, currently not in use -->
317
	<!--        <command
316 318
	        	 id="org.eclipse.ui.views.showView.problems"
317 319
	             commandId="org.eclipse.ui.views.showView"
318 320
	             label="Problems"
......
321 323
	                name="org.eclipse.ui.views.showView.viewId"
322 324
	                value="org.eclipse.ui.views.ProblemView">
323 325
	          </parameter>
324
	       </command>
326
	       </command>  -->
325 327
            <separator
326 328
                  name="eu.etaxonomy.taxeditor.store.showViewMenu.internal"
327 329
                  visible="true">

Also available in: Unified diff