Fix/translate the "last modified" line for docs like handbook/FAQ/fdp-primer/...
Old: $date von $committerName. New: Zuletzt bearbeitet am $date von $committerName. Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
db3496557e
commit
9b183536ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46760
1 changed files with 9 additions and 0 deletions
|
@ -13,4 +13,13 @@
|
|||
Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine E-Mail an
|
||||
<<a href="mailto:de-bsd-translators@de.FreeBSD.org">de-bsd-translators@de.FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:param name="local.l10n.xml" select="document('')"/>
|
||||
<i18n xmlns="http://docbook.sourceforge.net/xmlns/l10n/1.0">
|
||||
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="de">
|
||||
<l:gentext key="Lastmodified" text="Zuletzt bearbeitet"/>
|
||||
<l:gentext key="on" text="am"/>
|
||||
</l:l10n>
|
||||
</i18n>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue