Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / CustomGroup.php
index 93d82140553e3dd3207fc9a3e87752bb8ec6546a..377c487e75b4ebd2d92bed6b66ebc0858a7f4348 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6b88842459aadee0598c08bd4d7518f2)
+ * (GenCodeChecksum:9131714b35a45d028cf14456d1e57170)
  */
 
 /**
@@ -210,7 +210,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group ID'),
-          'description' => 'Unique Custom Group ID',
+          'description' => ts('Unique Custom Group ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -221,7 +221,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Name'),
-          'description' => 'Variable name/programmatic handle for this group.',
+          'description' => ts('Variable name/programmatic handle for this group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_custom_group',
@@ -233,7 +233,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Title'),
-          'description' => 'Friendly Name.',
+          'description' => ts('Friendly Name.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -246,7 +246,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Extends'),
-          'description' => 'Type of object this group extends (can add other options later e.g. contact_address, etc.).',
+          'description' => ts('Type of object this group extends (can add other options later e.g. contact_address, etc.).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'Contact',
@@ -259,7 +259,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends_entity_column_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group Subtype List'),
-          'description' => 'FK to civicrm_option_value.id (for option group custom_data_type.)',
+          'description' => ts('FK to civicrm_option_value.id (for option group custom_data_type.)'),
           'default' => 'NULL',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -277,7 +277,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends_entity_column_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Subtype'),
-          'description' => 'linking custom group for dynamic object',
+          'description' => ts('linking custom group for dynamic object'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_group',
@@ -290,7 +290,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'style',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Style'),
-          'description' => 'Visual relationship between this form and its parent.',
+          'description' => ts('Visual relationship between this form and its parent.'),
           'maxlength' => 15,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_custom_group',
@@ -308,7 +308,8 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'collapse_display',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Custom Group?'),
-          'description' => 'Will this group be in collapsed or expanded mode on initial display ?',
+          'description' => ts('Will this group be in collapsed or expanded mode on initial display ?'),
+          'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -318,7 +319,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Group Pre Text'),
-          'description' => 'Description and/or help text to display before fields in form.',
+          'description' => ts('Description and/or help text to display before fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_custom_group',
@@ -333,7 +334,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Group Post Text'),
-          'description' => 'Description and/or help text to display after fields in form.',
+          'description' => ts('Description and/or help text to display after fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_custom_group',
@@ -348,7 +349,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display order when multiple extended property groups are setup for the same class.',
+          'description' => ts('Controls display order when multiple extended property groups are setup for the same class.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
@@ -360,7 +361,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Group Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -371,7 +372,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'table_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Table Name'),
-          'description' => 'Name of the table that holds the values for this group.',
+          'description' => ts('Name of the table that holds the values for this group.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_group',
@@ -383,7 +384,8 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_multiple',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Supports Multiple Records'),
-          'description' => 'Does this group hold multiple values?',
+          'description' => ts('Does this group hold multiple values?'),
+          'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -393,7 +395,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'min_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Minimum Multiple Records'),
-          'description' => 'minimum number of multiple records (typically 0?)',
+          'description' => ts('minimum number of multiple records (typically 0?)'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -403,7 +405,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'max_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Multiple Records'),
-          'description' => 'maximum number of multiple records, if 0 - no max',
+          'description' => ts('maximum number of multiple records, if 0 - no max'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -413,7 +415,8 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'collapse_adv_display',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Group Display'),
-          'description' => 'Will this group be in collapsed or expanded mode on advanced search display ?',
+          'description' => ts('Will this group be in collapsed or expanded mode on advanced search display ?'),
+          'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -423,7 +426,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group Created By'),
-          'description' => 'FK to civicrm_contact, who created this custom group',
+          'description' => ts('FK to civicrm_contact, who created this custom group'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -434,7 +437,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Custom Group Created Date'),
-          'description' => 'Date and time this custom group was created.',
+          'description' => ts('Date and time this custom group was created.'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -444,7 +447,8 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved Group?'),
-          'description' => 'Is this a reserved Custom Group?',
+          'description' => ts('Is this a reserved Custom Group?'),
+          'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -454,7 +458,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_public',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Group Is Public?'),
-          'description' => 'Is this property public?',
+          'description' => ts('Is this property public?'),
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',