Merge pull request #17808 from colemanw/bridge
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Localization.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
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 |
8 +--------------------------------------------------------------------+
9 *}
10 {capture assign="money_format_help"}
11 {ts}Special symbols include:{/ts}
12 <ul>
13 <li><strong>%c</strong> {ts}currency symbol (e.g. '$'){/ts}</li>
14 <li><strong>%C</strong> {ts}currency ISO code (e.g. 'USD'){/ts}</li>
15 <li><strong>%a</strong> {ts}monetary amount, formatted according to selected Monetary Locale{/ts}</li>
16 </ul>
17 {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}
18 {/capture}
19 {htxt id="defaultCurrency"}
20 <p>
21 {ts}Default currency assigned to contributions and other monetary transactions.{/ts}
22 </p>
23 {/htxt}
24 {htxt id="moneyformat"}
25 <p>
26 {ts}Format for displaying monetary amounts with currency symbol.{/ts}
27 </p><p>
28 {$money_format_help}
29 </p>
30 {/htxt}
31 {htxt id="moneyvalueformat"}
32 <p>
33 {ts}Format for displaying monetary values without the currency symbol.{/ts}
34 </p><p>
35 {$money_format_help}
36 </p>
37 {/htxt}
38 {htxt id="customTranslateFunction"}
39 <p>
40 {ts}You may override the ts() function in CiviCRM by defining your own translation function.{/ts}
41 </p>
42 {/htxt}
43 {htxt id="legacyEncoding"}
44 <p>
45 {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}
46 </p>
47 {/htxt}
48 {htxt id="fieldSeparator"}
49 <p>
50 {ts}Global CSV separator character. Modify this setting to enable import and export of different kinds of CSV files (for example: ',' ';' ':' '|' ).{/ts}
51 </p>
52 {/htxt}
53 {htxt id="defaultContactCountry"}
54 <p>
55 {ts}This value is selected by default when adding a new contact address.{/ts}
56 </p>
57 {/htxt}
58 {htxt id="countryLimit"}
59 <p>
60 {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}
61 </p>
62 {/htxt}
63 {htxt id="provinceLimit"}
64 <p>
65 {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}
66 </p>
67 {/htxt}