Merge pull request #12639 from aniesshsethh/issue_314
[civicrm-core.git] / CRM / Core / DAO / IM.php
index 35a1b01d9eb39f224f9070a3f3346f06a6bd1b07..c1183ba4c0b62df88929f45623c26049a2fbddcf 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/Core/IM.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fe754a68bdda23ca881ac6425750eeba)
+ * (GenCodeChecksum:c112fd2803d82fb22d2635f7929c391c)
  */
 
 /**
@@ -112,7 +112,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Instant Messenger ID'),
-          'description' => 'Unique IM ID',
+          'description' => ts('Unique IM ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
@@ -123,7 +123,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -134,7 +134,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Location Type'),
-          'description' => 'Which Location does this email belong to.',
+          'description' => ts('Which Location does this email belong to.'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -152,7 +152,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('IM Screen Name'),
-          'description' => 'IM screen name',
+          'description' => ts('IM screen name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -172,7 +172,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'provider_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Provider'),
-          'description' => 'Which IM Provider does this screen name belong to.',
+          'description' => ts('Which IM Provider does this screen name belong to.'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is IM Primary?'),
-          'description' => 'Is this the primary IM for this contact and location.',
+          'description' => ts('Is this the primary IM for this contact and location.'),
           'default' => '0',
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
@@ -200,7 +200,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'is_billing',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is IM Billing?'),
-          'description' => 'Is this the billing?',
+          'description' => ts('Is this the billing?'),
           'default' => '0',
           'table_name' => 'civicrm_im',
           'entity' => 'IM',