{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
{$form.checksum_timeout.label} {$form.checksum_timeout.html}
{ts}The number of days before a personalized (hashed) link will expire.{/ts}
{foreach from=$pure_config_settings item=setting_name} {/foreach}
{$form.contact_undelete.label} {$form.contact_undelete.html}

{ts}{$contact_undelete_description}{/ts}

{$form.logging.label} {$form.logging.html}
{if $validTriggerPermission}

{ts}If enabled, all actions will be logged with a complete record of changes.{/ts}

{else}

{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}This functionality cannot be enabled on multilingual installations.{/ts}

{/if}
{$form.doNotAttachPDFReceipt.label} {$form.doNotAttachPDFReceipt.html}

{ts}If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.{/ts}

{$form.recordGeneratedLetters.label} {$form.recordGeneratedLetters.html}

{ts}When generating a letter (PDF/Word) via mail-merge, how should the letter be recorded?{/ts}

{$form.wkhtmltopdfPath.label} {$form.wkhtmltopdfPath.html}

{ts 1="http://wkhtmltopdf.org/"}wkhtmltopdf is an alternative utility for generating PDF's which may provide better performance especially if you are generating a large number of PDF letters or receipts. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}

{$form.$setting_name.label} {$form.$setting_name.html}
{$setting_descriptions.$setting_name}
{$form.remote_profile_submissions.label} {$form.remote_profile_submissions.html}

{ts}If enabled, CiviCRM will allow users to submit profiles from external sites. This is disabled by default to limit abuse.{/ts}

{$form.allow_alert_autodismissal.label} {$form.allow_alert_autodismissal.html}

{ts}If disabled, CiviCRM will not automatically dismiss any alerts after 10 seconds.{/ts}

{ts}reCAPTCHA Keys{/ts}

{ts 1="https://www.google.com/recaptcha"}reCAPTCHA is a free service that helps prevent automated abuse of your site. To use reCAPTCHA on public-facing CiviCRM forms: sign up at Google's reCaptcha site; enter the provided public and private reCAPTCHA keys here; then enable reCAPTCHA under Advanced Settings in any Profile.{/ts}
{$form.recaptchaPublicKey.label} {$form.recaptchaPublicKey.html}
{$form.recaptchaPrivateKey.label} {$form.recaptchaPrivateKey.html}
{$form.recaptchaOptions.label} {$form.recaptchaOptions.html}
{ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts}
{ts 1='href="https://developers.google.com/recaptcha/docs/display#config" target="_blank"'}Check the available options at Customizing the Look and Feel of reCAPTCHA.{/ts}
{$form.forceRecaptcha.label} {$form.forceRecaptcha.html}

{ts}If enabled, reCAPTCHA will show on all contribution pages.{/ts}

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