Merge pull request #17970 from eileenmcnaughton/case_export
[civicrm-core.git] / settings / Developer.setting.php
index 4ab27dd90a5099a1e31c69cf711b2c56f7a7f59b..ced086397de197369012df8d06b9c366eee0563c 100644 (file)
@@ -1,36 +1,18 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 5                                                  |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
- +--------------------------------------------------------------------+
- | 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.   |
+ | Copyright CiviCRM LLC. All rights reserved.                        |
  |                                                                    |
- | 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        |
+ | 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       |
  +--------------------------------------------------------------------+
  */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
- * $Id$
- *
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  */
 /*
  * Settings metadata file
@@ -49,10 +31,10 @@ return [
     ],
     'default' => 'auto',
     'add' => '4.7',
-    'title' => 'Asset Caching',
+    'title' => ts('Asset Caching'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => 'Store computed JS/CSS content in cache files? (Note: In "Auto" mode, the "Debug" setting will determine whether to activate the cache.)',
+    'description' => ts('Store computed JS/CSS content in cache files? (Note: In "Auto" mode, the "Debug" setting will determine whether to activate the cache.)'),
     'help_text' => NULL,
     'pseudoconstant' => [
       'callback' => '\Civi\Core\AssetBuilder::getCacheModes',
@@ -66,10 +48,10 @@ return [
     'quick_form_type' => 'YesNo',
     'default' => '0',
     'add' => '4.3',
-    'title' => 'Enable Drupal Watchdog Logging',
+    'title' => ts('Enable Drupal Watchdog Logging'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => "Set this value to Yes if you want CiviCRM error/debugging messages to appear in the Drupal error logs",
+    'description' => ts('Set this value to Yes if you want CiviCRM error/debugging messages to appear in the Drupal error logs.'),
     'help_text' => "Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS' error log. In the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal's watchdog enabled)",
   ],
   'debug_enabled' => [
@@ -82,10 +64,10 @@ return [
     'quick_form_type' => 'YesNo',
     'default' => '0',
     'add' => '4.3',
-    'title' => 'Enable Debugging',
+    'title' => ts('Enable Debugging'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => "Set this value to Yes if you want to use one of CiviCRM's debugging tools. This feature should NOT be enabled for production sites",
+    'description' => ts("Set this value to Yes if you want to use one of CiviCRM's debugging tools. This feature should NOT be enabled for production sites."),
     'help_text' => 'Do not turn this on on production sites',
   ],
   'backtrace' => [
@@ -96,10 +78,10 @@ return [
     'quick_form_type' => 'YesNo',
     'default' => '0',
     'add' => '4.3',
-    'title' => 'Display Backtrace',
+    'title' => ts('Display Backtrace'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => "Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites",
+    'description' => ts('Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites.'),
   ],
   'environment' => [
     'group_name' => 'Developer Preferences',
@@ -113,10 +95,10 @@ return [
       'optionGroupName' => 'environment',
     ],
     'add' => '4.7',
-    'title' => 'Environment',
+    'title' => ts('Environment'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => "Setting to define the environment in which this CiviCRM instance is running.",
+    'description' => ts('Setting to define the environment in which this CiviCRM instance is running.'),
     'on_change' => [
       'CRM_Core_BAO_Setting::onChangeEnvironmentSetting',
     ],
@@ -130,9 +112,9 @@ return [
     'html_type' => 'text',
     'default' => NULL,
     'add' => '4.3',
-    'title' => 'Fatal Error Handler',
+    'title' => ts('Fatal Error Handler'),
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => "Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.",
+    'description' => ts('Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.'),
   ],
 ];