Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / Persistent.php
index b6cdf47d6d46edada2895688dd04b8305ed4fa33..38c7c6af01146d62da03c6e2aa68c5c74bee5ac4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Persistent.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f215d2eac0f061ca085bcee3c4dca25f)
+ * (GenCodeChecksum:0c52f813dd1e954e1709b819128790f3)
  */
 
 /**
@@ -83,7 +83,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Persistent ID'),
-          'description' => 'Persistent Record Id',
+          'description' => ts('Persistent Record Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_persistent',
           'entity' => 'Persistent',
@@ -94,7 +94,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'context',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Context'),
-          'description' => 'Context for which name data pair is to be stored',
+          'description' => ts('Context for which name data pair is to be stored'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -107,7 +107,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of Context',
+          'description' => ts('Name of Context'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -120,7 +120,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Data'),
-          'description' => 'data associated with name',
+          'description' => ts('data associated with name'),
           'table_name' => 'civicrm_persistent',
           'entity' => 'Persistent',
           'bao' => 'CRM_Core_BAO_Persistent',
@@ -130,8 +130,9 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'is_config',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Configuration?'),
-          'description' => 'Config Settings',
+          'description' => ts('Config Settings'),
           'required' => TRUE,
+          'default' => '0',
           'table_name' => 'civicrm_persistent',
           'entity' => 'Persistent',
           'bao' => 'CRM_Core_BAO_Persistent',