changeset 20441:634b7aa76477

Improve translation of autogenerated labels
author torinthiel
date Thu, 26 Oct 2006 09:14:39 +0000
parents ef1252f1ac2d
children 4d966872fba9
files DOCS/xml/pl/html-common.xsl
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/pl/html-common.xsl	Thu Oct 26 09:10:32 2006 +0000
+++ b/DOCS/xml/pl/html-common.xsl	Thu Oct 26 09:14:39 2006 +0000
@@ -5,5 +5,13 @@
 
   <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/>
   <xsl:output encoding="iso-8859-2"/>
+  <xsl:param name="local.l10n.xml" select="document('')"/>
+  <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
+    <l:l10n language="pl">
+	  <l:gentext key="NOTE" text="Informacja"/>
+	  <l:gentext key="Note" text="Informacja"/>
+	  <l:gentext key="note" text="Informacja"/>
+	</l:l10n>
+  </l:i18n>
 
 </xsl:stylesheet>