Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / EntityFile.php
index 32efe862984557aa21d9cbe88fdc73c84e6ef313..037deb4aa4fc42908bb8cc8d00df8d6c46234a94 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityFile.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d2d6205c8973c5ad7a989ecb674b9f94)
+ * (GenCodeChecksum:febc5ccbfb965f8f4ba8477d4db0e5f3)
  */
 
 /**
@@ -92,7 +92,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity File ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_file',
           'entity' => 'EntityFile',
@@ -103,7 +103,7 @@ class CRM_Core_DAO_EntityFile 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_file',
@@ -115,7 +115,7 @@ class CRM_Core_DAO_EntityFile 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_file',
           'entity' => 'EntityFile',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'file_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('File'),
-          'description' => 'FK to civicrm_file',
+          'description' => ts('FK to civicrm_file'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_file',
           'entity' => 'EntityFile',