fixed missing ts tags in mailing form and member dashboard
[civicrm-core.git] / templates / CRM / Member / Page / MembershipType.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.4 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2010 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {htxt id="rel-type-title"}
27 {ts}Relationship Type{/ts}
28 {/htxt}
29 {htxt id="rel-type"}
30 <p>{ts}Use this field to configure Membership Types where memberships are automatically granted to related contacts. Examples:{/ts}</p>
31
32 <table>
33 <tr>
34 <th>{ts}Relationship Type{/ts}</th>
35 <th>{ts}Direct member is:{/ts}</th>
36 <th>{ts}Membership is automatically granted to:{/ts}</th>
37 </tr>
38 <tr>
39 <td><strong>'{ts}Household Member is{/ts}'</strong></td>
40 <td>{ts}a household{/ts}</td>
41 <td>{ts}'Household Members' of that household{/ts}</td>
42 </tr>
43 <tr>
44 <td><strong>'{ts}Employer of{/ts}'</strong></td>
45 <td>{ts}an organization{/ts}</td>
46 <td>{ts}'Employees' of that organization{/ts}</td>
47 </tr>
48 <tr>
49 <td><strong>'{ts}Parent of{/ts}'</strong></td>
50 <td>{ts}an individual{/ts}</td>
51 <td>{ts}'Children' of that individual{/ts}</td>
52 </tr>
53 </table>
54 {/htxt}
55
56 {htxt id="period-type-title"}
57 {ts}Membership Period{/ts}
58 {/htxt}
59 {htxt id="period-type"}
60 <p>
61 {ts}Select 'rolling' if membership periods begin at date of signup. Select 'fixed' if membership periods begin on a set calendar date. If membership duration is specified in years, you will be able to specify the exact month and day for memberships to start. If membership duration is specified in months, memberships will start on the 1st of the current month and run for the number of specified months.{/ts}
62 </p>
63 <p>
64 <strong>{ts}EXAMPLES{/ts}</strong><br />
65 <ul>
66 <li>{ts}<strong>Fixed Membership Period - 1 Year Duration:</strong> Fixed period start date is set to January 1. A person signs up for membership on February 15th, 2008. Their membership start date is set to January 1, 2008 - and the end date is December 31, 2008.{/ts}</li>
67 <li>{ts}<strong>Fixed Membership - 3 Months Duration:</strong> A person signs up on February 15th, 2008. Their membership start date is set to February 1, 2008 - and the end date is April 30, 2008.{/ts}</li>
68 <li>{ts}<strong>Rolling Membership Period - 1 Year Duration:</strong> A person signs up on February 15th, 2008. Their membership start date is February 15th, 2008 - and the end date is February 14th, 2009.{/ts}</li>
69 </ul>
70 {/htxt}