Mercurial > mplayer.hg
annotate 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 |
rev | line source |
---|---|
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="ISO-8859-1"?> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
2 |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
4 version="1.0"> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
5 |
11259
c0a674107197
Polish HTML encoding standard is iso-8859-2 not utf-8.
wight
parents:
11188
diff
changeset
|
6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/> |
11274 | 7 <xsl:output encoding="iso-8859-2"/> |
20441 | 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> | |
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
16 |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
17 </xsl:stylesheet> |