changeset 21628:6668da86cff9

Partially revert r20940, we had some local modifications.
author torinthiel
date Sun, 17 Dec 2006 09:10:26 +0000
parents 5fe4721562ed
children 1cdd7e6e4e87
files DOCS/xml/pl/html-chunk.xsl DOCS/xml/pl/html-common.xsl DOCS/xml/pl/html-single.xsl
diffstat 3 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/pl/html-chunk.xsl	Sun Dec 17 09:10:26 2006 +0000
@@ -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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/pl/html-common.xsl	Sun Dec 17 09:10:26 2006 +0000
@@ -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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/pl/html-single.xsl	Sun Dec 17 09:10:26 2006 +0000
@@ -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>