diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 09:10:26 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-17 09:10:26 +0000 |
commit | 8c9872310914daee6bc88b8a4c5daf916b31d51a (patch) | |
tree | c3158e1cc9b1814679d905153649bff1fa5ffa49 /DOCS/xml/pl | |
parent | 2121e94480fdc9df76a83d273a00b9d5c1809c04 (diff) |
Partially revert r20940, we had some local modifications.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21644 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/pl')
-rw-r--r-- | DOCS/xml/pl/html-chunk.xsl | 8 | ||||
-rw-r--r-- | DOCS/xml/pl/html-common.xsl | 15 | ||||
-rw-r--r-- | DOCS/xml/pl/html-single.xsl | 8 |
3 files changed, 31 insertions, 0 deletions
diff --git a/DOCS/xml/pl/html-chunk.xsl b/DOCS/xml/pl/html-chunk.xsl new file mode 100644 index 0000000000..26cfa2f125 --- /dev/null +++ b/DOCS/xml/pl/html-chunk.xsl @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + + <xsl:import href="../html-chunk.xsl"/> + <xsl:include href="html-common.xsl"/> + +</xsl:stylesheet> diff --git a/DOCS/xml/pl/html-common.xsl b/DOCS/xml/pl/html-common.xsl new file mode 100644 index 0000000000..b3c85812ce --- /dev/null +++ b/DOCS/xml/pl/html-common.xsl @@ -0,0 +1,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> diff --git a/DOCS/xml/pl/html-single.xsl b/DOCS/xml/pl/html-single.xsl new file mode 100644 index 0000000000..b263daf761 --- /dev/null +++ b/DOCS/xml/pl/html-single.xsl @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + + <xsl:import href="../html-single.xsl"/> + <xsl:include href="html-common.xsl"/> + +</xsl:stylesheet> |