<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Hard coded items unable to translate]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3788&amp;type=atom" />
	<updated>2013-01-28T14:57:27Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3788</id>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15336#p15336" />
			<content type="html"><![CDATA[<p>Thanks Joe - HG 3166/3167 fixes it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-28T14:57:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15336#p15336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15332#p15332" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-28T13:41:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15332#p15332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15329#p15329" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-01-28T10:42:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15329#p15329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15328#p15328" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-01-28T09:43:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15328#p15328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15327#p15327" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-01-28T09:21:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15327#p15327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15288#p15288" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-27T13:05:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15288#p15288</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15197#p15197" />
			<content type="html"><![CDATA[<p>Fixed. HG repository updated. A new empty.po will have to wait until next minor.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2013-01-22T22:57:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15197#p15197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hard coded items unable to translate]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15191#p15191" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-01-22T19:27:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15191#p15191</id>
		</entry>
</feed>
