Merge pull request #13223 from colemanw/select2
[civicrm-core.git] / CRM / Core / DAO / OptionValue.php
index ba11ef224af76d93bd6aa8429a4c7a4c1ff0cc76..cac7b585c7b59f227010a1391902fce0399d53c9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OptionValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c2177ac5574657232c71d57dbf7e0e55)
+ * (GenCodeChecksum:356278f04173ed064fa82cacafa7edbe)
  */
 
 /**
@@ -189,7 +189,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Value ID'),
-          'description' => 'Option ID',
+          'description' => ts('Option ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -200,7 +200,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'option_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Group ID'),
-          'description' => 'Group which this option belongs to.',
+          'description' => ts('Group which this option belongs to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -220,7 +220,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Label'),
-          'description' => 'Option string as displayed to users - e.g. the label in an HTML OPTION tag.',
+          'description' => ts('Option string as displayed to users - e.g. the label in an HTML OPTION tag.'),
           'required' => TRUE,
           'maxlength' => 512,
           'size' => CRM_Utils_Type::HUGE,
@@ -233,7 +233,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Value'),
-          'description' => 'The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key.',
+          'description' => ts('The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key.'),
           'required' => TRUE,
           'maxlength' => 512,
           'size' => CRM_Utils_Type::HUGE,
@@ -246,7 +246,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Name'),
-          'description' => 'Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row.',
+          'description' => ts('Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -263,7 +263,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'grouping',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Grouping Name'),
-          'description' => 'Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners.',
+          'description' => ts('Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_option_value',
@@ -275,7 +275,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'filter',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Filter'),
-          'description' => 'Bitwise logic can be used to create subsets of options within an option_group for different uses.',
+          'description' => ts('Bitwise logic can be used to create subsets of options within an option_group for different uses.'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -285,7 +285,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option is Default?'),
-          'description' => 'Is this the default option for the group?',
+          'description' => ts('Is this the default option for the group?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -296,7 +296,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display sort order.',
+          'description' => ts('Controls display sort order.'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -307,7 +307,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Option Description'),
-          'description' => 'Optional description.',
+          'description' => ts('Optional description.'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_option_value',
@@ -322,7 +322,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_optgroup',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option is Header?'),
-          'description' => 'Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?',
+          'description' => ts('Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -333,7 +333,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Is Reserved?'),
-          'description' => 'Is this a predefined system object?',
+          'description' => ts('Is this a predefined system object?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -344,7 +344,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Is Active'),
-          'description' => 'Is this option active?',
+          'description' => ts('Is this option active?'),
           'default' => '1',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -355,7 +355,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Component'),
-          'description' => 'Component that this option value belongs/caters to.',
+          'description' => ts('Component that this option value belongs/caters to.'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -374,7 +374,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Domain'),
-          'description' => 'Which Domain is this option value for',
+          'description' => ts('Which Domain is this option value for'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -404,7 +404,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'icon',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Icon'),
-          'description' => 'crm-i icon class',
+          'description' => ts('crm-i icon class'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -417,7 +417,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'color',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Color'),
-          'description' => 'Hex color value e.g. #ffffff',
+          'description' => ts('Hex color value e.g. #ffffff'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',