Merge pull request #13345 from GinkgoFJG/generic-settings-form
[civicrm-core.git] / CRM / Contact / DAO / ContactType.php
index 14772d114027f58ac4f096fe0206f0a76a9feef7..0ee5120228e9bc3f82005d08b9cd52088e503d03 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Contact/ContactType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0323c01f0e0b176df66fe4fa02e0a342)
+ * (GenCodeChecksum:ab123a55d492c003df354c32e8b9863c)
  */
 
 /**
@@ -119,7 +119,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact Type ID'),
-          'description' => 'Contact Type ID',
+          'description' => ts('Contact Type ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
@@ -130,7 +130,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Internal name of Contact Type (or Subtype).',
+          'description' => ts('Internal name of Contact Type (or Subtype).'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_contact_type',
@@ -142,7 +142,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type Label'),
-          'description' => 'localized Name of Contact Type.',
+          'description' => ts('localized Name of Contact Type.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_contact_type',
@@ -154,7 +154,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Contact Type Description'),
-          'description' => 'localized Optional verbose description of the type.',
+          'description' => ts('localized Optional verbose description of the type.'),
           'rows' => 2,
           'cols' => 60,
           'table_name' => 'civicrm_contact_type',
@@ -169,7 +169,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'image_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type Image URL'),
-          'description' => 'URL of image if any.',
+          'description' => ts('URL of image if any.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contact_type',
@@ -181,7 +181,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact Type Parent'),
-          'description' => 'Optional FK to parent contact type.',
+          'description' => ts('Optional FK to parent contact type.'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
@@ -198,7 +198,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Contact Type Is Active?'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
@@ -208,7 +208,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Contact Type is Reserved?'),
-          'description' => 'Is this contact type a predefined system type',
+          'description' => ts('Is this contact type a predefined system type'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',