<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — 3 Minor bugs in code that affect translations]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1892&amp;type=atom" />
	<updated>2011-02-11T15:12:48Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1892</id>
		<entry>
			<title type="html"><![CDATA[Re: 3 Minor bugs in code that affect translations]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8311#p8311" />
			<content type="html"><![CDATA[<p>Thank you for pointing this out. Will be fixed in 2.3.2<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-02-11T15:12:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8311#p8311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[3 Minor bugs in code that affect translations]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8302#p8302" />
			<content type="html"><![CDATA[<p>The file includes/packages.inc line 190 contains:<br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>display_error(_(&quot;No key field &#039;$index&#039; in file &#039;$file&#039;&quot;));</code></pre></div><p>Should be: <br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>display_error(sprintf( _(&quot;No key field &#039;%s&#039; in file &#039;%s&#039;&quot;), $index, $file) );</code></pre></div><p>&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />The file gl/includes/db/gl_db_rates.inc line 128 contains:<br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>display_warning(_(&quot;Cannot retrieve currency rate from $provider page. Please set the rate manually.&quot;));</code></pre></div><p>Should be:<br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>display_warning(sprintf(_(&quot;Cannot retrieve currency rate from %s page. Please set the rate manually.&quot;), $provider));</code></pre></div><p>&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />The file includes/access_levels.inc line 69 contains:<br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>SS_MANUF =&gt; _(&quot;Manufacturing transations&quot;),</code></pre></div><p>Should be<br />&nbsp; &nbsp; </p><div class="codebox"><pre><code>SS_MANUF =&gt; _(&quot;Manufacturing transactions&quot;),</code></pre></div>]]></content>
			<author>
				<name><![CDATA[eclipxe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1024</uri>
			</author>
			<updated>2011-02-10T16:27:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8302#p8302</id>
		</entry>
</feed>
