<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — A couple of non-gettext strings in the following official extensions]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7444</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7444&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in A couple of non-gettext strings in the following official extensions.]]></description>
		<lastBuildDate>Sat, 07 Apr 2018 05:23:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: A couple of non-gettext strings in the following official extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31343#p31343</link>
			<description><![CDATA[<p>@poncho1234: Thanks. <a href="https://github.com/apmuthu/FA24extensions/commit/a87d5d3c992bcd1eefc4024e573f62a1923e213e">Committed</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 07 Apr 2018 05:23:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31343#p31343</guid>
		</item>
		<item>
			<title><![CDATA[A couple of non-gettext strings in the following official extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31338#p31338</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 06 Apr 2018 19:39:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31338#p31338</guid>
		</item>
	</channel>
</rss>
