From dd1c696a41edb43c072064d1c3a0cf3ead83cec3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 Jan 2015 12:24:14 +0000 Subject: [PATCH] adapted menu and view labels for validation framework, removed menu for problems view --- .../OSGI-INF/l10n/plugin.properties | 12 +++++- .../OSGI-INF/l10n/plugin_de.properties | 12 +++++- .../OSGI-INF/l10n/plugin_en.properties | 12 +++++- eu.etaxonomy.taxeditor.editor/plugin.xml | 42 ++++++++++--------- .../OSGI-INF/l10n/bundle_de.properties | 2 +- eu.etaxonomy.taxeditor.store/plugin.xml | 8 ++-- 6 files changed, 61 insertions(+), 27 deletions(-) diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties index 8224ccffd..529481422 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties @@ -129,4 +129,14 @@ command.name.37 = Use Existing Image command.name.38 = Open Checklist Editor command.name.39 = New Datasource wizard.name = Specimen Search/Import -wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100. \ No newline at end of file +wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100. +command.name.40 = Validation +view.name.6 = Validation +marker.field.0 = Object Type +marker.field.1 = Object +marker.field.2 = Attribute +marker.field.3 = Problematic Value +marker.field.4 = Problem description +marker.field.5 = Validator +marker.field.6 = Entity Class +marker.field.7 = Entity Id \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties index cde90f57a..a44064c3a 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties @@ -128,4 +128,14 @@ command.name.37 = Benutze vorhandenes Bild command.name.38 = \u00d6ffne Checklist Editor command.name.39 = Neue Datenquelle wizard.name = Specimen Suche/Import -wizard.description = Sendet eine Anfrage mit den eingegebenen Parametern an den Datenprovider.\nHinweis: Die Anzahl der Anfrageergebnisse sind auf 100 begrenzt. \ No newline at end of file +wizard.description = Sendet eine Anfrage mit den eingegebenen Parametern an den Datenprovider.\nHinweis: Die Anzahl der Anfrageergebnisse sind auf 100 begrenzt. +command.name.40 = Validierung +view.name.6 = Validierung +marker.field.0 = Objekt Typ +marker.field.1 = Objekt +marker.field.2 = Attribut +marker.field.3 = Problematischer Wert +marker.field.4 = Problem Beschreibung +marker.field.5 = Validierer +marker.field.6 = Entitäts Klasse +marker.field.7 = Entitäts ID \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties index 552f93a52..65d48bae5 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties @@ -128,4 +128,14 @@ command.name.37 = Use Existing Image command.name.38 = Open Checklist Editor command.name.39 = New Datasource wizard.name = Specimen Search/Import -wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100. \ No newline at end of file +wizard.description = Queries data provider for specimens with specified parameters.\nNote: Query results are currently limited to 100. +command.name.40 = Validation +view.name.6 = Validation +marker.field.0 = Object Type +marker.field.1 = Object +marker.field.2 = Attribute +marker.field.3 = Problematic Value +marker.field.4 = Problem description +marker.field.5 = Validator +marker.field.6 = Entity Class +marker.field.7 = Entity Id \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.editor/plugin.xml b/eu.etaxonomy.taxeditor.editor/plugin.xml index 97d74efb4..f0ff65922 100644 --- a/eu.etaxonomy.taxeditor.editor/plugin.xml +++ b/eu.etaxonomy.taxeditor.editor/plugin.xml @@ -144,14 +144,26 @@ id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView" name="%view.name.5"> + + - + + + - - - - @@ -203,42 +205,42 @@ + name="%marker.field.0"> + name="%marker.field.1"> + name="%marker.field.2 = Attribute"> + name="%marker.field.3 = Problematic Value"> + name="%marker.field.4 = Problem description"> + name="%marker.field.5"> + name="%marker.field.6"> + name="%marker.field.7"> diff --git a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties index 35df528a6..4f79394c0 100644 --- a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties +++ b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties @@ -38,7 +38,7 @@ editor.name = Editor f\u00fcr definierte Begriffe menu.label = Zeige Ansicht command.label = Derivatsuche command.label.0 = Details -command.label.1 = Zusatz +command.label.1 = Zusatzdaten command.label.2 = Datenquelle command.label.3 = Fehlermeldungen command.label.4 = Berichte diff --git a/eu.etaxonomy.taxeditor.store/plugin.xml b/eu.etaxonomy.taxeditor.store/plugin.xml index df4e937ea..efdf9f78a 100644 --- a/eu.etaxonomy.taxeditor.store/plugin.xml +++ b/eu.etaxonomy.taxeditor.store/plugin.xml @@ -305,14 +305,16 @@ - + -- 2.34.1