<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Hard coded items unable to translate]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3788</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3788&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Hard coded items unable to translate.]]></description>
		<lastBuildDate>Mon, 28 Jan 2013 14:57:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15336#p15336</link>
			<description><![CDATA[<p>Thanks Joe - HG 3166/3167 fixes it.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 28 Jan 2013 14:57:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15336#p15336</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15332#p15332</link>
			<description><![CDATA[<p>In the same file <strong>gl/gl_bank.php</strong> line 73 with the same variable $trans_no is coded as:<br /></p><div class="codebox"><pre><code>       display_notification_centered(sprintf(_(&quot;Payment %d has been entered&quot;), $trans_no));</code></pre></div><p>whereas line 122 is coded as:<br /></p><div class="codebox"><pre><code>       display_notification_centered(_(&quot;Deposit $trans_no has been modified&quot;));</code></pre></div><p>Line 122 should hence be coded as<br /></p><div class="codebox"><pre><code>       display_notification_centered(sprintf(_(&quot;Deposit %d has been modified&quot;), $trans_no));</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 28 Jan 2013 13:41:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15332#p15332</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15329#p15329</link>
			<description><![CDATA[<p>latest version 2.3.14....</p><p>But i see now the original text for this item is not in the default PO file and therefore it&#039;s unable to translate it</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Mon, 28 Jan 2013 10:42:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15329#p15329</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15328#p15328</link>
			<description><![CDATA[<p>Which release do you refer to?</p><p>I have this gettextized in /gl/gl_bank.php, line 122:<br /></p><div class="codebox"><pre><code>       display_notification_centered(_(&quot;Deposit $trans_no has been modified&quot;));</code></pre></div><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 28 Jan 2013 09:43:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15328#p15328</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15327#p15327</link>
			<description><![CDATA[<p>Another line, unable to translate.....</p><p>when changing a bank deposit entry after submitting appears:</p><br /><p>Deposit XXX has been modified</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Mon, 28 Jan 2013 09:21:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15327#p15327</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15288#p15288</link>
			<description><![CDATA[<p>If you are in a hurry, then <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.UpdateEmptyPoFiles">make your own empty.po</a> files from the latest FA repo code and grab the <a href="https://frontaccounting.com/fawiki/uploads/Devel/GettextFA.zip">script from the Wki</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 27 Jan 2013 13:05:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15288#p15288</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15197#p15197</link>
			<description><![CDATA[<p>Fixed. HG repository updated. A new empty.po will have to wait until next minor.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 22 Jan 2013 22:57:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15197#p15197</guid>
		</item>
		<item>
			<title><![CDATA[Hard coded items unable to translate]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15191#p15191</link>
			<description><![CDATA[<p>I will post here the words/sentences which are hardcoded and so unable to translate:</p><br /><br /><p>Screen backup:&nbsp; &nbsp; &quot;File uploaded to backup directory&quot;</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Tue, 22 Jan 2013 19:27:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15191#p15191</guid>
		</item>
	</channel>
</rss>
