view DOCS/xml/pl/html-common.xsl @ 24888:b2402b4f0afa

libaf: change filter input/output ratio calculations Change the audio filters to use a double instead of rationals for the ratio of output to input size. The rationals could overflow when calculating the overall ratio of a filter chain and gave no real advantage compared to doubles.
author uau
date Thu, 01 Nov 2007 06:52:01 +0000
parents 6668da86cff9
children
line wrap: on
line source

<?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>