Opened 15 years ago

Closed 14 years ago

#124 closed enhancement (fixed)

editor / add contextual label translation

Reported by: fxp Owned by: Fxp
Priority: minor Milestone: v2.5.0
Component: User interface (web) Version: v2.5.0
Keywords: Cc:

Description

Add contextual label according to parent element in order to make a distinction between metadata language and dataset language.

Example :

<element name="gmd:language" context="gmd:MD_Metadata" id="3.0">
        <label>Metadata language</label>
        <description>language used for documenting metadata</description>
        <condition>conditional</condition>
    </element>
    <element name="gmd:language" context="gmd:MD_DataIdentification" id="39.0">
        <label>Language</label>
        <description>language(s) used within the dataset</description>
        <help>language(s) used within the dataset</help>
        <_condition>Mandatory</_condition>
    </element>
    

Attachments (2)

label-with-context.patch (20.9 KB ) - added by fxp 15 years ago.
label-with-context-locfiles.patch (678.2 KB ) - added by fxp 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by fxp, 15 years ago

Type: defectenhancement

by fxp, 15 years ago

Attachment: label-with-context.patch added

comment:2 by fxp, 14 years ago

Resolution: fixed
Status: newclosed

Revision: 5100

Note: See TracTickets for help on using tickets.