Revision 543ccf33
Added by Patrick Plitzner about 9 years ago
- externalized plugin.xml
.gitattributes | ||
---|---|---|
44 | 44 |
eu.etaxonomy.taxeditor.bulkeditor/.classpath -text |
45 | 45 |
eu.etaxonomy.taxeditor.bulkeditor/.project -text |
46 | 46 |
eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF -text |
47 |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle.properties -text |
|
48 |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_de.properties -text |
|
49 |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_en.properties -text |
|
47 | 50 |
eu.etaxonomy.taxeditor.bulkeditor/build.properties -text |
48 | 51 |
eu.etaxonomy.taxeditor.bulkeditor/icons/merge_candidate.gif -text |
49 | 52 |
eu.etaxonomy.taxeditor.bulkeditor/icons/merge_target.gif -text |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle.properties | ||
---|---|---|
1 |
#Properties file for eu.etaxonomy.taxeditor.bulkeditor |
|
2 |
editor.name = Bulk Editor |
|
3 |
editor.name.0 = Name Editor |
|
4 |
editor.name.1 = Data Import Editor |
|
5 |
menu.label = Bulk Editor |
|
6 |
menu.label.0 = Search Specimen |
|
7 |
menu.label.1 = New |
|
8 |
menu.label.2 = Set Marker Type |
|
9 |
view.name = Referencing Objects |
|
10 |
page.name = Marker Types |
|
11 |
page.name.0 = Bulk Editor |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_de.properties | ||
---|---|---|
1 |
#Properties file for eu.etaxonomy.taxeditor.bulkeditor |
|
2 |
editor.name = Bulk Editor |
|
3 |
editor.name.0 = Namen Editor |
|
4 |
editor.name.1 = Daten-Import Editor |
|
5 |
menu.label = Bulk Editor |
|
6 |
menu.label.0 = Suche Specimen |
|
7 |
menu.label.1 = Neu |
|
8 |
menu.label.2 = W\u00e4hle Markertyp |
|
9 |
view.name = Referenzierende Objekte |
|
10 |
page.name = Markertyp |
|
11 |
page.name.0 = Bulk Editor |
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_en.properties | ||
---|---|---|
1 |
#Properties file for eu.etaxonomy.taxeditor.bulkeditor |
|
2 |
editor.name = Bulk Editor |
|
3 |
editor.name.0 = Name Editor |
|
4 |
editor.name.1 = Data Import Editor |
|
5 |
menu.label = Bulk Editor |
|
6 |
menu.label.0 = Search Specimen |
|
7 |
menu.label.1 = New |
|
8 |
menu.label.2 = Set Marker Type |
|
9 |
view.name = Referencing Objects |
|
10 |
page.name = Marker Types |
|
11 |
page.name.0 = Bulk Editor |
eu.etaxonomy.taxeditor.bulkeditor/build.properties | ||
---|---|---|
4 | 4 |
.,\ |
5 | 5 |
icons/,\ |
6 | 6 |
plugin.xml,\ |
7 |
p2.inf |
|
7 |
p2.inf,\ |
|
8 |
OSGI-INF/l10n/bundle.properties |
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml | ||
---|---|---|
17 | 17 |
class="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor" |
18 | 18 |
default="false" |
19 | 19 |
id="bulkeditor.editor" |
20 |
name="Bulk Editor">
|
|
20 |
name="%editor.name">
|
|
21 | 21 |
</editor> |
22 | 22 |
<editor |
23 | 23 |
class="eu.etaxonomy.taxeditor.nameditor.TaxonNameEditor" |
24 | 24 |
default="false" |
25 | 25 |
id="nameeditor.editor" |
26 |
name="Name Editor">
|
|
26 |
name="%editor.name.0">
|
|
27 | 27 |
</editor> |
28 | 28 |
<editor |
29 | 29 |
class="eu.etaxonomy.taxeditor.dataimport.DataImportEditor" |
30 | 30 |
default="false" |
31 | 31 |
id="eu.etaxonomy.taxeditor.dataimport.DataImportEditor" |
32 |
name="Data Import Editor">
|
|
32 |
name="%editor.name.1">
|
|
33 | 33 |
</editor> |
34 | 34 |
</extension> |
35 | 35 |
<extension |
... | ... | |
38 | 38 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last"> |
39 | 39 |
<menu |
40 | 40 |
id="bulkeditor.menus.openmenu" |
41 |
label="Bulk Editor">
|
|
41 |
label="%menu.label">
|
|
42 | 42 |
</menu> |
43 | 43 |
<menu |
44 |
label="Search Specimen">
|
|
44 |
label="%menu.label.0">
|
|
45 | 45 |
</menu> |
46 | 46 |
</menuContribution> |
47 | 47 |
<menuContribution |
... | ... | |
65 | 65 |
<menuContribution |
66 | 66 |
locationURI="popup:#BulkEditorContext"> |
67 | 67 |
<menu |
68 |
label="New">
|
|
68 |
label="%menu.label.1">
|
|
69 | 69 |
<dynamic |
70 | 70 |
class="eu.etaxonomy.taxeditor.bulkeditor.command.DynamicNewObjectMenu" |
71 | 71 |
id="eu.etaxonomy.taxeditor.bulkeditor.dynamicNewMenu"> |
... | ... | |
122 | 122 |
visible="true"> |
123 | 123 |
</separator> |
124 | 124 |
<menu |
125 |
label="Set Marker Type">
|
|
125 |
label="%menu.label.2">
|
|
126 | 126 |
<dynamic |
127 | 127 |
class="eu.etaxonomy.taxeditor.bulkeditor.command.DynamicMarkerTypeEditingMenu" |
128 | 128 |
id="eu.etaxonomy.taxeditor.bulkeditor.dynamicMarkerTypeEditingMenu"> |
... | ... | |
292 | 292 |
<view |
293 | 293 |
class="eu.etaxonomy.taxeditor.bulkeditor.referencingobjects.ReferencingObjectsView" |
294 | 294 |
id="eu.etaxonomy.taxeditor.bulkeditor.view.referencingobjects" |
295 |
name="Referencing Objects"
|
|
295 |
name="%view.name"
|
|
296 | 296 |
restorable="false"> |
297 | 297 |
</view> |
298 | 298 |
</extension> |
... | ... | |
375 | 375 |
category="eu.etaxonomy.taxeditor.preferences.bulkeditor.general" |
376 | 376 |
class="eu.etaxonomy.taxeditor.bulkeditor.preference.BulkEditorMarkerPreferencePage" |
377 | 377 |
id="eu.etaxonomy.taxeditor.preferences.bulkeditor.markerTypes" |
378 |
name="Marker Types">
|
|
378 |
name="%page.name">
|
|
379 | 379 |
</page> |
380 | 380 |
<page |
381 | 381 |
category="eu.etaxonomy.taxeditor.preferences.general" |
382 | 382 |
class="eu.etaxonomy.taxeditor.bulkeditor.preference.BulkEditorGeneralPreferencePage" |
383 | 383 |
id="eu.etaxonomy.taxeditor.preferences.bulkeditor.general" |
384 |
name="Bulk Editor">
|
|
384 |
name="%page.name.0">
|
|
385 | 385 |
</page> |
386 | 386 |
</extension> |
387 | 387 |
<extension |
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties | ||
---|---|---|
113 | 113 |
command.name.34 = Edit CDM Authorities |
114 | 114 |
command.name.35 = Open Derivate View |
115 | 115 |
scheme.description = The default key binding scheme for the Taxonomic Editor |
116 |
scheme.name = Taxonomic Editor Default Key Bindings |
|
116 |
scheme.name = Taxonomic Editor Default Key Bindings |
|
117 |
editor.name.6 = Specimen Import Editor |
|
118 |
editor.name.7 = Gbif Import Editor |
|
119 |
editor.name.8 = Checklist Editor |
|
120 |
view.name.4 = Specimen Import |
|
121 |
view.name.5 = GBIF Specimen Import |
|
122 |
command.label.46 = Name |
|
123 |
command.label.47 = Reference |
|
124 |
command.label.48 = Datasource |
|
125 |
command.label.49 = Misapplication |
|
126 |
command.label.50 = Use Existing Image |
|
127 |
command.name.36 = Create Misapplication |
|
128 |
command.name.37 = Use Existing Image |
|
129 |
command.name.38 = Open Checklist Editor |
|
130 |
command.name.39 = New Datasource |
|
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. |
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties | ||
---|---|---|
114 | 114 |
command.name.35 = \u00d6ffne Derivate Ansicht |
115 | 115 |
scheme.description = Die Standard Tastenbindungsschema f\u00fcr den Taxonomischen Editor |
116 | 116 |
scheme.name = Taxonomic Editor Standard Tastenbindung |
117 |
editor.name.7 = Gbif Import Editor |
|
118 |
editor.name.8 = Checklist Editor |
|
119 |
view.name.4 = Specimen Import |
|
120 |
view.name.5 = GBIF Specimen Import |
|
121 |
command.label.46 = Name |
|
122 |
command.label.47 = Referenz |
|
123 |
command.label.48 = Datenquelle |
|
124 |
command.label.49 = Misapplication |
|
125 |
command.label.50 = Benutze vorhandenes Bild |
|
126 |
command.name.36 = Erstelle Misapplication |
|
127 |
command.name.37 = Benutze vorhandenes Bild |
|
128 |
command.name.38 = \u00d6ffne Checklist Editor |
|
129 |
command.name.39 = Neue Datenquelle |
|
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. |
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties | ||
---|---|---|
113 | 113 |
command.name.34 = Edit CDM Authorities |
114 | 114 |
command.name.35 = Open Derivate View |
115 | 115 |
scheme.description = The default key binding scheme for the Taxonomic Editor |
116 |
scheme.name = Taxonomic Editor Default Key Bindings |
|
116 |
scheme.name = Taxonomic Editor Default Key Bindingseditor.name.6 = Specimen Import Editor |
|
117 |
editor.name.7 = Gbif Import Editor |
|
118 |
editor.name.8 = Checklist Editor |
|
119 |
view.name.4 = Specimen Import |
|
120 |
view.name.5 = GBIF Specimen Import |
|
121 |
command.label.46 = Name |
|
122 |
command.label.47 = Reference |
|
123 |
command.label.48 = Datasource |
|
124 |
command.label.49 = Misapplication |
|
125 |
command.label.50 = Use Existing Image |
|
126 |
command.name.36 = Create Misapplication |
|
127 |
command.name.37 = Use Existing Image |
|
128 |
command.name.38 = Open Checklist Editor |
|
129 |
command.name.39 = New Datasource |
|
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. |
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
69 | 69 |
class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor" |
70 | 70 |
default="false" |
71 | 71 |
id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor" |
72 |
name="Specimen Import Editor">
|
|
72 |
name="%editor.name.6">
|
|
73 | 73 |
</editor> |
74 | 74 |
<editor |
75 | 75 |
class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor" |
76 | 76 |
default="false" |
77 | 77 |
id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor" |
78 |
name="Gbif Import Editor">
|
|
78 |
name="%editor.name.7">
|
|
79 | 79 |
</editor> |
80 | 80 |
<editor |
81 | 81 |
class="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor" |
82 | 82 |
icon="icons/address-book-new.png" |
83 | 83 |
id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor" |
84 |
name="Checklist Editor">
|
|
84 |
name="%editor.name.8">
|
|
85 | 85 |
</editor> |
86 | 86 |
</extension> |
87 | 87 |
<extension |
... | ... | |
136 | 136 |
allowMultiple="true" |
137 | 137 |
class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView" |
138 | 138 |
id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView" |
139 |
name="Specimen Import">
|
|
139 |
name="%view.name.4">
|
|
140 | 140 |
</view> |
141 | 141 |
<view |
142 | 142 |
allowMultiple="true" |
143 | 143 |
class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView" |
144 | 144 |
id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView" |
145 |
name="GBIF Specimen Import">
|
|
145 |
name="%view.name.5">
|
|
146 | 146 |
</view> |
147 | 147 |
</extension> |
148 | 148 |
<extension |
... | ... | |
158 | 158 |
locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1"> |
159 | 159 |
<command |
160 | 160 |
commandId="eu.etaxonomy.taxeditor.editor.command.new.name" |
161 |
label="Name"
|
|
161 |
label="%command.label.46"
|
|
162 | 162 |
style="push"> |
163 | 163 |
</command> |
164 | 164 |
<command |
165 | 165 |
commandId="eu.etaxonomy.taxeditor.editor.command.new.reference" |
166 |
label="Reference"
|
|
166 |
label="%command.label.47"
|
|
167 | 167 |
style="push"> |
168 | 168 |
</command> |
169 | 169 |
<command |
... | ... | |
191 | 191 |
</separator> |
192 | 192 |
<command |
193 | 193 |
commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource" |
194 |
label="Datasource"
|
|
194 |
label="%command.label.48"
|
|
195 | 195 |
style="push"> |
196 | 196 |
</command> |
197 | 197 |
</menuContribution> |
... | ... | |
292 | 292 |
</separator> |
293 | 293 |
<command |
294 | 294 |
commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication" |
295 |
label="Misapplication"
|
|
295 |
label="%command.label.49"
|
|
296 | 296 |
style="push"> |
297 | 297 |
<visibleWhen> |
298 | 298 |
<or> |
... | ... | |
724 | 724 |
</command> |
725 | 725 |
<command |
726 | 726 |
commandId="taxeditor-editor.useExistingImage" |
727 |
label="Use Existing Image"
|
|
727 |
label="%command.label.50"
|
|
728 | 728 |
style="push"> |
729 | 729 |
<visibleWhen |
730 | 730 |
checkEnabled="false"> |
... | ... | |
934 | 934 |
categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category" |
935 | 935 |
defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler" |
936 | 936 |
id="eu.etaxonomy.taxeditor.editor.name.createMisapplication" |
937 |
name="Create Misapplication">
|
|
937 |
name="%command.name.36">
|
|
938 | 938 |
</command> |
939 | 939 |
<!--command |
940 | 940 |
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler" |
... | ... | |
1065 | 1065 |
categoryId="eu.etaxonomy.taxeditor.editor.media.category" |
1066 | 1066 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler" |
1067 | 1067 |
id="taxeditor-editor.useExistingImage" |
1068 |
name="Use Existing Image">
|
|
1068 |
name="%command.name.37">
|
|
1069 | 1069 |
</command> |
1070 | 1070 |
<command |
1071 | 1071 |
categoryId="eu.etaxonomy.taxeditor.editor.media.category" |
... | ... | |
1169 | 1169 |
<command |
1170 | 1170 |
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler" |
1171 | 1171 |
id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler" |
1172 |
name="Open Checklist Editor">
|
|
1172 |
name="%command.name.38">
|
|
1173 | 1173 |
</command> |
1174 | 1174 |
<command |
1175 | 1175 |
categoryId="eu.etaxonomy.taxeditor.editor.new.category" |
1176 | 1176 |
defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler" |
1177 | 1177 |
id="eu.etaxonomy.taxeditor.editor.command.new.datasource" |
1178 |
name="New Datasource">
|
|
1178 |
name="%command.name.39">
|
|
1179 | 1179 |
</command> |
1180 | 1180 |
</extension> |
1181 | 1181 |
<extension |
... | ... | |
1354 | 1354 |
category="eu.etaxonomy.taxeditor.import.category.cdm" |
1355 | 1355 |
class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard" |
1356 | 1356 |
id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard" |
1357 |
name="Specimen Search/Import">
|
|
1357 |
name="%wizard.name">
|
|
1358 | 1358 |
<description> |
1359 |
Queries data provider for specimens with specified parameters. |
|
1360 |
Note: Query results are currently limited to 100. |
|
1359 |
%wizard.description |
|
1361 | 1360 |
</description> |
1362 | 1361 |
</wizard> |
1363 | 1362 |
</extension> |
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties | ||
---|---|---|
123 | 123 |
fontDefinition.description.1 = The font used by default in the search result list. |
124 | 124 |
colorDefinition.label.13 = Parse Error |
125 | 125 |
colorDefinition.label.14 = Disabled Name Editor Field |
126 |
colorDefinition.label.15 = Editor On Error |
|
126 |
colorDefinition.label.15 = Editor On Error |
|
127 |
page.name.26 = Specimens and FieldUnits |
|
128 |
page.name.27 = Media |
|
129 |
page.name.28 = Checklist Editor |
|
130 |
page.name.29 = Editor Profile |
|
131 |
page.name.30 = Default Language |
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties | ||
---|---|---|
124 | 124 |
colorDefinition.label.13 = Fehler beim Parsing |
125 | 125 |
colorDefinition.label.14 = Gesperrtes Namenseditierfeld |
126 | 126 |
colorDefinition.label.15 = Editor fehlerhaft |
127 |
page.name.26 = Specimens und FieldUnits |
|
128 |
page.name.27 = Media |
|
129 |
page.name.28 = Checklist Editor |
|
130 |
page.name.29 = Editor Profil |
|
131 |
page.name.30 = Standardsprache |
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_en.properties | ||
---|---|---|
123 | 123 |
fontDefinition.description.1 = The font used by default in the search result list. |
124 | 124 |
colorDefinition.label.13 = Parse Error |
125 | 125 |
colorDefinition.label.14 = Disabled Name Editor Field |
126 |
colorDefinition.label.15 = Editor On Error |
|
126 |
colorDefinition.label.15 = Editor On Error |
|
127 |
page.name.26 = Specimens and FieldUnits |
|
128 |
page.name.27 = Media |
|
129 |
page.name.28 = Checklist Editor |
|
130 |
page.name.29 = Editor Profile |
|
131 |
page.name.30 = Default Language |
eu.etaxonomy.taxeditor.store/build.properties | ||
---|---|---|
7 | 7 |
plugin.xml,\ |
8 | 8 |
icons/,\ |
9 | 9 |
p2.inf,\ |
10 |
OSGI-INF/ |
|
10 |
OSGI-INF/,\ |
|
11 |
OSGI-INF/l10n/bundle.properties |
|
11 | 12 |
|
eu.etaxonomy.taxeditor.store/plugin.xml | ||
---|---|---|
179 | 179 |
category="eu.etaxonomy.taxeditor.preferences.general" |
180 | 180 |
class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences" |
181 | 181 |
id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences" |
182 |
name="Specimens and FieldUnits">
|
|
182 |
name="%page.name.26">
|
|
183 | 183 |
</page> |
184 | 184 |
<page |
185 | 185 |
category="eu.etaxonomy.taxeditor.preferences.general" |
186 | 186 |
class="eu.etaxonomy.taxeditor.preference.MediaPreferences" |
187 | 187 |
id="eu.etaxonomy.taxeditor.preference.MediaPreferences" |
188 |
name="Media">
|
|
188 |
name="%page.name.27">
|
|
189 | 189 |
</page> |
190 | 190 |
<page |
191 | 191 |
category="eu.etaxonomy.taxeditor.preferences.general" |
192 | 192 |
class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference" |
193 | 193 |
id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage" |
194 |
name="Checklist Editor">
|
|
194 |
name="%page.name.28">
|
|
195 | 195 |
</page> |
196 | 196 |
<page |
197 | 197 |
category="eu.etaxonomy.taxeditor.preferences.general" |
198 | 198 |
class="eu.etaxonomy.taxeditor.preference.TemplatePreferencePage" |
199 | 199 |
id="eu.etaxonomy.taxeditor.preference.TemplatePreferencePage" |
200 |
name="Editor Profile">
|
|
200 |
name="%page.name.29">
|
|
201 | 201 |
</page> |
202 | 202 |
<page |
203 | 203 |
category="eu.etaxonomy.taxeditor.preferences.general" |
204 | 204 |
class="eu.etaxonomy.taxeditor.preference.DefaultLanguageEditorPreferencePage" |
205 | 205 |
id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage" |
206 |
name="Default Language">
|
|
206 |
name="%page.name.30">
|
|
207 | 207 |
</page> |
208 | 208 |
</extension> |
209 | 209 |
<extension |
Also available in: Unified diff