Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / Mapping.php
index 80d1edda9aa46012a3083205a37d6763d44d739a..df387a3615ed544983f8110d8775276151dff995 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Core/Mapping.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
@@ -76,7 +76,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Mapping ID',
+          'description' => ts('Mapping ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
@@ -87,7 +87,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of Mapping',
+          'description' => ts('Name of Mapping'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mapping',
@@ -99,7 +99,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Description of Mapping.',
+          'description' => ts('Description of Mapping.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping',
@@ -111,7 +111,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'mapping_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Type'),
-          'description' => 'Mapping Type',
+          'description' => ts('Mapping Type'),
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',