File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
mir-module/src/main/resources Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ mir.editor.subject.provider.variantName = Namensvarianten
180
180
mir.editor.subject.provider.website = Webseite
181
181
mir.editor.subject.provider.gndLink = GND-Link
182
182
mir.editor.subject.provider.place.biographicalOrHistoricalInformation = Biographische oder historische Informationen
183
-
183
+ mir.metaData.detailBox.by = von
184
184
185
185
mir.subject.bagde.gnd = GND
186
186
mir.subject.bagde.lcsh = LCSH
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ mir.editor.subject.provider.variantName = Variant Name
174
174
mir.editor.subject.provider.website = Website
175
175
mir.editor.subject.provider.gndLink = GND Link
176
176
mir.editor.subject.provider.place.biographicalOrHistoricalInformation = Biographical or Historical Information
177
-
177
+ mir.metaData.detailBox.by = by
178
178
img.alt.search.complex = complex search
179
179
img.alt.search.simple = simple search
180
180
Original file line number Diff line number Diff line change 32
32
</xsl : call-template >
33
33
<xsl : call-template name =" printMetaDate" >
34
34
<xsl : with-param select =" mycoreobject/service/servflags/servflag[@type='createdby']" name =" nodes" />
35
- <xsl : with-param select =" i18n:translate('metaData.createdby ')" name =" label" />
35
+ <xsl : with-param select =" i18n:translate('mir. metaData.detailBox.by ')" name =" label" />
36
36
</xsl : call-template >
37
37
<xsl : for-each select =" mycoreobject/metadata/def.modsContainer/modsContainer/mods:mods/mods:note" >
38
38
<xsl : variable name =" noteType" >
67
67
</xsl : call-template >
68
68
<xsl : call-template name =" printMetaDate" >
69
69
<xsl : with-param select =" mycoreobject/service/servflags/servflag[@type='modifiedby']" name =" nodes" />
70
- <xsl : with-param select =" i18n:translate('metaData.modifiedBy ')" name =" label" />
70
+ <xsl : with-param select =" i18n:translate('mir. metaData.detailBox.by ')" name =" label" />
71
71
</xsl : call-template >
72
72
<!-- *** MyCoRe-ID and intern ID *************************** -->
73
73
<tr >
129
129
</div >
130
130
</div >
131
131
</xsl : template >
132
- </xsl : stylesheet >
132
+ </xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments