summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/pl/html-common.xsl
blob: b3c85812ce301adf7ca3b0c13b823785f587dac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

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