svn commit: r46760 - head/de_DE.ISO8859-1/share/xml

Johann Kois <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: jkois
Date: Thu Jun  4 12:45:38 2015
New Revision: 46760
URL: https://svnweb.freebsd.org/changeset/doc/46760

Log:
  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

Modified:
  head/de_DE.ISO8859-1/share/xml/freebsd-xhtml.xsl

Modified: head/de_DE.ISO8859-1/share/xml/freebsd-xhtml.xsl
==============================================================================
--- head/de_DE.ISO8859-1/share/xml/freebsd-xhtml.xsl	Thu Jun  4 12:34:49 2015	(r46759)
+++ head/de_DE.ISO8859-1/share/xml/freebsd-xhtml.xsl	Thu Jun  4 12:45:38 2015	(r46760)
@@ -13,4 +13,13 @@
     Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine E-Mail an
     &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;.</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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.