<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — A couple of non-gettext strings in the following official extensions]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7444&amp;type=atom" />
	<updated>2018-04-07T05:23:26Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7444</id>
		<entry>
			<title type="html"><![CDATA[Re: A couple of non-gettext strings in the following official extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31343#p31343" />
			<content type="html"><![CDATA[<p>@poncho1234: Thanks. <a href="https://github.com/apmuthu/FA24extensions/commit/a87d5d3c992bcd1eefc4024e573f62a1923e213e">Committed</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-04-07T05:23:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31343#p31343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[A couple of non-gettext strings in the following official extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31338#p31338" />
			<content type="html"><![CDATA[<p>A couple of non-gettext strings in the following official extensions:-</p><p>Cash Flow Statement<br />Annual Balance Breakdown - Detailed<br />Annual Expense Breakdown – Detailed</p><p>The months and the string ‘Account’ in the header row will not translate; the following fix works:-<br /> File: modules\rep_cash_flow_statement\reporting\rep_cash_flow_statement.php<br />change <br /></p><div class="codebox"><pre><code>251:     $headers2[0] = &#039;Account&#039;; </code></pre></div><p>to<br /></p><div class="codebox"><pre><code>251:     $headers2[0] = _(&#039;Account&#039;); </code></pre></div><p>And to translate the months<br />In the same file: modules\rep_cash_flow_statement\reporting\rep_cash_flow_statement.php<br />change<br /></p><div class="codebox"><pre><code>260:             $headers2[] = substr($header_row[$i], 0, $wrap_point); </code></pre></div><p>to<br /> </p><div class="codebox"><pre><code>260:             $headers2[] = _(substr($header_row[$i], 0, $wrap_point)); </code></pre></div><p>File: modules\rep_annual_expense_breakdown\reporting\rep_annual_expense_breakdown.php<br />Lines 275 &amp; 284 respectively</p><p>File: modules\rep_annual_balance_breakdown\reporting\rep_annual_balance_breakdown.php<br />Lines 273 &amp; 282 respectively</p>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-04-06T19:39:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31338#p31338</id>
		</entry>
</feed>
