Merge pull request #7970 from otetard/CRM-18235
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Localization.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2016 |
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 {capture assign="money_format_help"}
27 {ts}Special symbols include:{/ts}
28 <ul>
29 <li><strong>%c</strong> {ts}currency symbol (e.g. '$'){/ts}</li>
30 <li><strong>%C</strong> {ts}currency ISO code (e.g. 'USD'){/ts}</li>
31 <li><strong>%a</strong> {ts}monetary amount, formatted according to selected Monetary Locale{/ts}</li>
32 </ul>
33 {ts 1='href="http://php.net/manual/en/function.money-format.php"'}For a full list of options see the php <a %1>money_format documentation</a>.{/ts}
34 {/capture}
35 {htxt id="inheritLocale"}
36 <p>
37 {ts}If checked, CiviCRM will follow CMS language changes.{/ts}
38 </p>
39 {/htxt}
40 {htxt id="defaultCurrency"}
41 <p>
42 {ts}Default currency assigned to contributions and other monetary transactions.{/ts}
43 </p>
44 {/htxt}
45 {htxt id="moneyformat"}
46 <p>
47 {ts}Format for displaying monetary amounts with currency symbol.{/ts}
48 </p><p>
49 {$money_format_help}
50 </p>
51 {/htxt}
52 {htxt id="moneyvalueformat"}
53 <p>
54 {ts}Format for displaying monetary values without the currency symbol.{/ts}
55 </p><p>
56 {$money_format_help}
57 </p>
58 {/htxt}
59 {htxt id="customTranslateFunction"}
60 <p>
61 {ts}You may override the ts() function in CiviCRM by defining your own translation function.{/ts}
62 </p>
63 {/htxt}
64 {htxt id="legacyEncoding"}
65 <p>
66 {ts}If import files are NOT encoded as UTF-8, specify an alternate character encoding for these files. The default of <strong>Windows-1252</strong> will work for Excel-created .CSV files on many computers.{/ts}
67 </p>
68 {/htxt}
69 {htxt id="fieldSeparator"}
70 <p>
71 {ts}Global CSV separator character. Modify this setting to enable import and export of different kinds of CSV files (for example: ',' ';' ':' '|' ).{/ts}
72 </p>
73 {/htxt}
74 {htxt id="defaultContactCountry"}
75 <p>
76 {ts}This value is selected by default when adding a new contact address.{/ts}
77 </p>
78 {/htxt}
79 {htxt id="countryLimit"}
80 <p>
81 {ts}Which countries are available in the Country selection field when adding or editing contact addresses. Profile and Custom 'Country' fields also use this setting. To include ALL countries, leave the right-hand box empty.{/ts}
82 </p>
83 {/htxt}
84 {htxt id="provinceLimit"}
85 <p>
86 {ts}State/province listings are populated dynamically based on the selected Country for all standard contact address editing forms, as well as for <strong>Profile forms which include both a Country and a State/Province field</strong>. This setting controls which countries' states and/or provinces are available in the State/Province selection field <strong>for Custom Fields</strong> or for Profile forms which do NOT include a Country field.{/ts}
87 </p>
88 {/htxt}