Merge pull request #16258 from samuelsov/i18ncountriesorder
[civicrm-core.git] / templates / CRM / Core / Form / RecurringEntity.hlp
CommitLineData
62933949 1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
62933949 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
62933949 8 +--------------------------------------------------------------------+
9*}
0865a4ed 10{capture assign='entityType'}{$params.entityType|lower}{/capture}
62933949 11
12{htxt id="id-repeats-title"}
0865a4ed 13 {ts}Repeats{/ts}
62933949 14{/htxt}
15{htxt id="id-repeats"}
b1e18356
CW
16 {ts 1=$entityType}Access the drop-down menus here to select how frequently your %1 occurs.{/ts}
17 {ts 1=$entityType}Example: You would select options "1 month", if your %1 occurs every month.{/ts}
62933949 18{/htxt}
19
20{htxt id="id-repeats-on-title"}
0865a4ed 21 {ts}Repeats on{/ts}
62933949 22{/htxt}
23{htxt id="id-repeats-on"}
0865a4ed
CW
24 {ts 1=$entityType}You can choose to select your %1 to repeat on weekdays, weekends or any combination of day of the week.{/ts}<br/>
25 {ts 1=$entityType}Example: You can select Monday, Wednesday and Friday for your %1 to occur on alternate weekdays.{/ts}
62933949 26{/htxt}
27
28{htxt id="id-repeats-by-month-title"}
0865a4ed 29 {ts}Repeats by day of the month{/ts}
62933949 30{/htxt}
31{htxt id="id-repeats-by-month"}
0865a4ed
CW
32 {ts}Options given here are days of a month from 1 - 31{/ts}<br/>
33 {ts 1=$entityType}Example: If your %1 repeats 8th of every month then you would select 8.{/ts}
62933949 34{/htxt}
35
36{htxt id="id-repeats-by-week-title"}
0865a4ed 37 {ts}Repeats by day of the week{/ts}
62933949 38{/htxt}
39{htxt id="id-repeats-by-week"}
0865a4ed 40 {ts 1=$entityType}You can choose to select %1 occurring every third Friday, last Monday, fourth Wednesday of the month and various other combinations given in the dropdown.{/ts}
62933949 41{/htxt}
42
43{htxt id="id-ends-after-title"}
0865a4ed 44 {ts}Ends{/ts}
62933949 45{/htxt}
46{htxt id="id-ends-after"}
0865a4ed 47 {ts 1=$entityType}Use this field to limit/end the repetition of the %1.{/ts}<br/>
b1e18356 48 {ts 1=$entityType}Example: If you want to repeat an %1 6 times, then set 6 as a value for this field.{/ts}
62933949 49{/htxt}
50
51{htxt id="id-ends-on-title"}
0865a4ed 52 {ts}Ends{/ts}
62933949 53{/htxt}
54{htxt id="id-ends-on"}
0865a4ed 55 {ts}Choose a specific date to limit/end the repetition.{/ts}
62933949 56{/htxt}
57
58{htxt id="id-exclude-date-title"}
0865a4ed 59 {ts}Exclude Date(s){/ts}
62933949 60{/htxt}
61{htxt id="id-exclude-date"}
0865a4ed 62 {ts}This field enables you to alter certain sessions, skip holidays, or create gaps in the sequence for other reasons.{/ts}
1188c7a8 63{/htxt}