{* +--------------------------------------------------------------------+ | CiviCRM version 4.3 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2013 | +--------------------------------------------------------------------+ | 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"}
{$form.dashboardCacheTimeout.label} {$form.dashboardCacheTimeout.html}
{ts}The number of minutes to cache dashlet content on dashboard.{/ts}
{$form.checksumTimeout.label} {$form.checksumTimeout.html}
{ts}The number of days before a personalized (hashed) link will expire.{/ts}
{$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 performed on non-cache tables will be logged (in the respective log_* tables).{/ts}

{ts}Logging functionality is currently in beta. Please test this feature on a copy of your database prior to using it on a production site.{/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.wkhtmltopdfPath.label} {$form.wkhtmltopdfPath.html}

{ts 1="http://code.google.com/p/wkhtmltopdf/"}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.versionAlert.label} {$form.versionAlert.html}

{ts}Displays an on-screen alert to users with "Administer CiviCRM" permissions when a new version of CiviCRM is available. This setting will only work if the "Version Check & Statistics Reporting" setting is enabled.{/ts}

{$form.versionCheck.label} {$form.versionCheck.html}

{ts}When enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.{/ts}

{$form.max_attachments.label} {$form.max_attachments.html}
{ts}Maximum number of files (documents, images, etc.) which can attached to emails or activities.{/ts}
{$form.maxFileSize.label} {$form.maxFileSize.html}
{$maxFileSize_description}

{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 an comma seperated data.(eg: theme:'blackglass', lang : 'fr' ).
You can check the available options for reCAPTCHA here Customizing the Look and Feel of reCAPTCHA.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}