Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / EntityTag.php
index 43fe3f5b763d47fb8f7bfdf32f73012e805c8161..f16b40722e52373cbd5c8cf969345437779d3a4b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityTag.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cb9ae7d6e83dd7423a431498f8dee5c8)
+ * (GenCodeChecksum:721b045d10e22535a86c5e927e489477)
  */
 
 /**
@@ -92,7 +92,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Tag ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',
@@ -103,7 +103,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to file, e.g. civicrm_contact',
+          'description' => ts('physical tablename for entity being joined to file, e.g. civicrm_contact'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_entity_tag',
@@ -119,7 +119,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'tag_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Tag'),
-          'description' => 'FK to civicrm_tag',
+          'description' => ts('FK to civicrm_tag'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',