X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FForm%2FContribution%2FConfirm.tpl;h=95385beccf6764564fe3908a0d4eada53c260d10;hb=94ff53e06ecb16a9450ebbbbd0117ef26e50f8c7;hp=617dadbabc796c7b4cbba28bd77f26b7a3c9e017;hpb=8fcd163fd85f5b4b9d719386d5c9addca1f09f06;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 617dadbabc..95385beccf 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -110,14 +110,28 @@ {/if} {else} {if $frequency_interval > 1} -

- {ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts} -

+ {if $frequency_unit eq 'day'} +

{ts 1=$frequency_interval}I want to contribute this amount every %1 days.{/ts}

+ {elseif $frequency_unit eq 'week'} +

{ts 1=$frequency_interval}I want to contribute this amount every %1 weeks.{/ts}

+ {elseif $frequency_unit eq 'month'} +

{ts 1=$frequency_interval}I want to contribute this amount every %1 months.{/ts}

+ {elseif $frequency_unit eq 'year'} +

{ts 1=$frequency_interval}I want to contribute this amount every %1 years.{/ts}

+ {/if} {else} -

{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}

+ {if $frequency_unit eq 'day'} +

{ts}I want to contribute this amount every day.{/ts}

+ {elseif $frequency_unit eq 'week'} +

{ts}I want to contribute this amount every week.{/ts}

+ {elseif $frequency_unit eq 'month'} +

{ts}I want to contribute this amount every month.{/ts}

+ {elseif $frequency_unit eq 'year'} +

{ts}I want to contribute this amount every year.{/ts}

+ {/if} {/if} {/if} -

{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}

+

{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}

{/crmRegion} {/if} {/if} @@ -155,7 +169,7 @@
- {$honorName}
+ {$honorName}
{include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields mode=8 prefix='honor'}