<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — 3 Minor bugs in code that affect translations]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1892</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1892&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 3 Minor bugs in code that affect translations.]]></description>
		<lastBuildDate>Fri, 11 Feb 2011 15:12:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 3 Minor bugs in code that affect translations]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8311#p8311</link>
			<description><![CDATA[<p>Thank you for pointing this out. Will be fixed in 2.3.2<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 11 Feb 2011 15:12:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8311#p8311</guid>
		</item>
		<item>
			<title><![CDATA[3 Minor bugs in code that affect translations]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8302#p8302</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (eclipxe)]]></author>
			<pubDate>Thu, 10 Feb 2011 16:27:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8302#p8302</guid>
		</item>
	</channel>
</rss>
