{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}

{ts}Language and Currency{/ts}

{if $form.languageLimit} {/if}
{$form.lcMessages.label} {$form.lcMessages.html}
{ts}Default language used for this installation.{/ts}
{$form.languageLimit.label} {$form.languageLimit.html}
{ts}Languages available to users of this installation.{/ts}
{$form.addLanguage.label} {$form.addLanguage.html}
{ts}Add a new language to this installation.{/ts}
{$form.inheritLocale.label} {$form.inheritLocale.html}
{ts}If checked, CiviCRM will follow CMS language changes.{/ts}
{$form.defaultCurrency.label} {$form.defaultCurrency.html}
{ts}Default currency assigned to contributions and other monetary transactions.{/ts}
{$form.monetaryThousandSeparator.label} {$form.monetaryThousandSeparator.html}
{$form.monetaryDecimalPoint.label} {$form.monetaryDecimalPoint.html}
{$form.currencyLimit.label} {$form.currencyLimit.html}
{$form.moneyformat.label} {$form.moneyformat.html}
{ts}Format for displaying monetary amounts.{/ts}
{$form.moneyvalueformat.label} {$form.moneyvalueformat.html}
{ts}Format for displaying monetary values.{/ts}
{$form.customTranslateFunction.label} {$form.customTranslateFunction.html}
{ts}Function name to use for translation inplace of the default CiviCRM translate function. {/ts}
{$form.legacyEncoding.label} {$form.legacyEncoding.html}
{ts}If import files are NOT encoded as UTF-8, specify an alternate character encoding for these files. The default of Windows-1252 will work for Excel-created .CSV files on many computers.{/ts}
{$form.fieldSeparator.label} {$form.fieldSeparator.html}
{ts}Global CSV separator character. Modify this setting to enable import and export of different kinds of CSV files (for example: ',' ';' ':' '|' ).{/ts}

{ts}Contact Address Fields - Selection Values{/ts}

{$form.defaultContactCountry.label} {$form.defaultContactCountry.html}
{ts}This value is selected by default when adding a new contact address.{/ts}
{$form.defaultContactStateProvince.label} {$form.defaultContactStateProvince.html}
{ts}This value is selected by default when adding a new contact address.{/ts}
{$form.countryLimit.label} {$form.countryLimit.html}
{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}
{$form.provinceLimit.label} {$form.provinceLimit.html}
{ts}State/province listings are populated dynamically based on the selected Country for all standard contact address editing forms, as well as for Profile forms which include both a Country and a State/Province field. This setting controls which countries' states and/or provinces are available in the State / Province selection field for Custom Fields or for Profile forms which do NOT include a Country field.{/ts}

{ts}Multiple Languages Support{/ts}

{if $form.languageLimit} {elseif $form.makeMultilingual} {else} {/if}
{ts 1="http://documentation.civicrm.org"}This is a multilingual installation. It contains certain schema differences compared to regular installations of CiviCRM. Please refer to the documentation for details.{/ts}
{$form.makeSinglelingual.label} {$form.makeSinglelingual.html}
{ts}Check this box and click 'Save' to switch this installation from multi- to single-language.{/ts}

{$warning}
{$form.makeMultilingual.label} {$form.makeMultilingual.html}
{ts}Check this box and click 'Save' to switch this installation from single- to multi-language, then add further languages.{/ts}

{$warning}
{ts}In order to use this functionality, the installation's database user must have privileges to create triggers (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currenly cannot be enabled on installations with enabled logging.){/ts}

{$warning}
{include file="CRM/common/formButtons.tpl" location="bottom"}