From 92bf289f84826f87b86cb69066d12597f238900c Mon Sep 17 00:00:00 2001 From: Antti Kuosmanen Date: Mon, 4 Aug 2014 10:31:18 +0300 Subject: [PATCH] Wrapped some unlocalised elements in ts-tags --- templates/CRM/Report/Form/Criteria.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Report/Form/Criteria.tpl b/templates/CRM/Report/Form/Criteria.tpl index 7260b7d02b..b3fa82d23d 100644 --- a/templates/CRM/Report/Form/Criteria.tpl +++ b/templates/CRM/Report/Form/Criteria.tpl @@ -29,7 +29,7 @@ {if $componentName eq 'Grant'}

{ts}Include these Statistics{/ts}

{else} -

Display Columns

+

{ts}Display Columns{/ts}

{/if} {foreach from=$colGroups item=grpFields key=dnc} {assign var="count" value="0"} @@ -65,7 +65,7 @@ {if $groupByElements}
-

Group by Columns

+

{ts}Group by Columns{/ts}

{assign var="count" value="0"} @@ -91,15 +91,15 @@ {if $orderByOptions}
-

Order by Columns

+

{ts}Order by Columns{/ts}

- - - - + + + + {section name=rowLoop start=1 loop=6} @@ -162,7 +162,7 @@ {if $otherOptions}
-

Other Options

+

{ts}Other Options{/ts}

  Column Order Section Header / Group By Page Break {ts}Column{/ts} {ts}Order{/ts} {ts}Section Header / Group By{/ts} {ts}Page Break{/ts}
{assign var="optionCount" value=0} @@ -183,7 +183,7 @@ {if $filters}
-

Set Filters

+

{ts}Set Filters{/ts}

{assign var="counter" value=1} {foreach from=$filters item=table key=tableName} -- 2.25.1