Mercurial > mplayer.hg
comparison DOCS/xml/pl/html-common.xsl @ 20441:634b7aa76477
Improve translation of autogenerated labels
author | torinthiel |
---|---|
date | Thu, 26 Oct 2006 09:14:39 +0000 |
parents | 294b88c739ed |
children |
comparison
equal
deleted
inserted
replaced
20440:ef1252f1ac2d | 20441:634b7aa76477 |
---|---|
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
4 version="1.0"> | 4 version="1.0"> |
5 | 5 |
6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/> | 6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/> |
7 <xsl:output encoding="iso-8859-2"/> | 7 <xsl:output encoding="iso-8859-2"/> |
8 <xsl:param name="local.l10n.xml" select="document('')"/> | |
9 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | |
10 <l:l10n language="pl"> | |
11 <l:gentext key="NOTE" text="Informacja"/> | |
12 <l:gentext key="Note" text="Informacja"/> | |
13 <l:gentext key="note" text="Informacja"/> | |
14 </l:l10n> | |
15 </l:i18n> | |
8 | 16 |
9 </xsl:stylesheet> | 17 </xsl:stylesheet> |