Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / Managed.php
index a764c6a79ebffffc95a5d790aad1f6aebb8ad987..ddf9eedce276aedb3f446de7afbf7dfdf6895b1d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Managed.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:49d518366db653a210558061604fb8cf)
+ * (GenCodeChecksum:47e95661423fb2f97b3fd2069c4e404f)
  */
 
 /**
@@ -90,7 +90,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Managed ID'),
-          'description' => 'Surrogate Key',
+          'description' => ts('Surrogate Key'),
           'required' => TRUE,
           'table_name' => 'civicrm_managed',
           'entity' => 'Managed',
@@ -101,7 +101,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'module',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Module'),
-          'description' => 'Name of the module which declared this object',
+          'description' => ts('Name of the module which declared this object'),
           'required' => TRUE,
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
@@ -114,7 +114,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Symbolic name used by the module to identify the object',
+          'description' => ts('Symbolic name used by the module to identify the object'),
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_managed',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'entity_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Type'),
-          'description' => 'API entity type',
+          'description' => ts('API entity type'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -139,7 +139,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'required' => TRUE,
           'table_name' => 'civicrm_managed',
           'entity' => 'Managed',
@@ -150,7 +150,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'cleanup',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cleanup Setting'),
-          'description' => 'Policy on when to cleanup entity (always, never, unused)',
+          'description' => ts('Policy on when to cleanup entity (always, never, unused)'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_managed',