Mercurial > mplayer.hg
annotate DOCS/xml/pl/html-common.xsl @ 21996:05d024607a60
Clarify -delay.
author | diego |
---|---|
date | Thu, 25 Jan 2007 17:44:29 +0000 |
parents | 6668da86cff9 |
children |
rev | line source |
---|---|
21628
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
2 |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
4 version="1.0"> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
5 |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
6 <xsl:param name="local.l10n.xml" select="document('')"/> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
7 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
8 <l:l10n language="pl"> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
9 <l:gentext key="NOTE" text="Informacja"/> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
10 <l:gentext key="Note" text="Informacja"/> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
11 <l:gentext key="note" text="Informacja"/> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
12 </l:l10n> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
13 </l:i18n> |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
14 |
6668da86cff9
Partially revert r20940, we had some local modifications.
torinthiel
parents:
diff
changeset
|
15 </xsl:stylesheet> |