[MPlayer-translations] r20457 - trunk/DOCS/xml/pl/html-common.xsl

torinthiel subversion at mplayerhq.hu
Thu Oct 26 11:14:39 CEST 2006


Author: torinthiel
Date: Thu Oct 26 11:14:39 2006
New Revision: 20457

Modified:
   trunk/DOCS/xml/pl/html-common.xsl

Log:
Improve translation of autogenerated labels

Modified: trunk/DOCS/xml/pl/html-common.xsl
==============================================================================
--- trunk/DOCS/xml/pl/html-common.xsl	(original)
+++ trunk/DOCS/xml/pl/html-common.xsl	Thu Oct 26 11:14:39 2006
@@ -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>



More information about the MPlayer-translations mailing list