Merge pull request #12639 from aniesshsethh/issue_314
[civicrm-core.git] / CRM / Core / DAO / ActionSchedule.php
index c7ee8457f1adc3bf7caff8d10eeaf4319df77c46..8101c1d02305efd7d799c8b507d8ba6d7fc3af23 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Core/ActionSchedule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d158b2da297ca83e4210a3fa0da8d5eb)
+ * (GenCodeChecksum:4d6dca3786a9d3ab90b492be017b045b)
  */
 
 /**
@@ -336,7 +336,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of the action(reminder)',
+          'description' => ts('Name of the action(reminder)'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -348,7 +348,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => 'Title of the action(reminder)',
+          'description' => ts('Title of the action(reminder)'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -360,7 +360,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient'),
-          'description' => 'Recipient',
+          'description' => ts('Recipient'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -372,7 +372,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'limit_to',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Limit To'),
-          'description' => 'Is this the recipient criteria limited to OR in addition to?',
+          'description' => ts('Is this the recipient criteria limited to OR in addition to?'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -382,7 +382,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'entity_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Value'),
-          'description' => 'Entity value',
+          'description' => ts('Entity value'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -394,7 +394,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'entity_status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Status'),
-          'description' => 'Entity status',
+          'description' => ts('Entity status'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -406,7 +406,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_offset',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Start Action Offset'),
-          'description' => 'Reminder Interval.',
+          'description' => ts('Reminder Interval.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -417,7 +417,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Unit'),
-          'description' => 'Time units for reminder.',
+          'description' => ts('Time units for reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -435,7 +435,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_condition',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Condition'),
-          'description' => 'Reminder Action',
+          'description' => ts('Reminder Action'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -447,7 +447,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_date',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Date'),
-          'description' => 'Entity date',
+          'description' => ts('Entity date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -469,7 +469,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'repetition_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Repetition Frequency Unit'),
-          'description' => 'Time units for repetition of reminder.',
+          'description' => ts('Time units for repetition of reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -487,7 +487,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'repetition_frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Repetition Frequency Interval'),
-          'description' => 'Time interval for repeating the reminder.',
+          'description' => ts('Time interval for repeating the reminder.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -498,7 +498,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Frequency Unit'),
-          'description' => 'Time units till repetition of reminder.',
+          'description' => ts('Time units till repetition of reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -516,7 +516,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('End Frequency Interval'),
-          'description' => 'Time interval till repeating the reminder.',
+          'description' => ts('Time interval till repeating the reminder.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -527,7 +527,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_action',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Action'),
-          'description' => 'Reminder Action till repeating the reminder.',
+          'description' => ts('Reminder Action till repeating the reminder.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_action_schedule',
@@ -539,7 +539,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Date'),
-          'description' => 'Entity end date',
+          'description' => ts('Entity end date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -551,7 +551,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Schedule is Active?'),
-          'description' => 'Is this option active?',
+          'description' => ts('Is this option active?'),
           'default' => '1',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -562,7 +562,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient_manual',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient Manual'),
-          'description' => 'Contact IDs to which reminder should be sent.',
+          'description' => ts('Contact IDs to which reminder should be sent.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -574,7 +574,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient_listing',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient Listing'),
-          'description' => 'listing based on recipient field.',
+          'description' => ts('listing based on recipient field.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -586,7 +586,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'body_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Reminder Text'),
-          'description' => 'Body of the mailing in text format.',
+          'description' => ts('Body of the mailing in text format.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -596,7 +596,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'body_html',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Reminder HTML'),
-          'description' => 'Body of the mailing in html format.',
+          'description' => ts('Body of the mailing in html format.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -606,7 +606,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'sms_body_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('SMS Reminder Text'),
-          'description' => 'Content of the SMS text.',
+          'description' => ts('Content of the SMS text.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -616,7 +616,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder Subject'),
-          'description' => 'Subject of mailing',
+          'description' => ts('Subject of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -628,7 +628,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'record_activity',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Record Activity for Reminder?'),
-          'description' => 'Record Activity for this reminder?',
+          'description' => ts('Record Activity for this reminder?'),
           'default' => 'NULL',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -639,7 +639,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'mapping_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder Mapping'),
-          'description' => 'Name/ID of the mapping to use on this table',
+          'description' => ts('Name/ID of the mapping to use on this table'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -651,7 +651,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Reminder Group'),
-          'description' => 'FK to Group',
+          'description' => ts('FK to Group'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -670,7 +670,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'msg_template_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Reminder Template'),
-          'description' => 'FK to the message template.',
+          'description' => ts('FK to the message template.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -681,7 +681,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'sms_template_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Reminder Template'),
-          'description' => 'FK to the message template.',
+          'description' => ts('FK to the message template.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -692,7 +692,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'absolute_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Fixed Date for Reminder'),
-          'description' => 'Date on which the reminder be sent.',
+          'description' => ts('Date on which the reminder be sent.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -702,7 +702,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'from_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder from Name'),
-          'description' => 'Name in "from" field',
+          'description' => ts('Name in "from" field'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -714,7 +714,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'from_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder From Email'),
-          'description' => 'Email address in "from" field',
+          'description' => ts('Email address in "from" field'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -726,7 +726,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'mode',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Message Mode'),
-          'description' => 'Send the message as email or sms or both.',
+          'description' => ts('Send the message as email or sms or both.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'Email',
@@ -759,7 +759,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'used_for',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Used For'),
-          'description' => 'Used for repeating entity',
+          'description' => ts('Used for repeating entity'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -771,7 +771,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'filter_contact_language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Filter Contact Language'),
-          'description' => 'Used for multilingual installation',
+          'description' => ts('Used for multilingual installation'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -783,7 +783,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'communication_language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Communication Language'),
-          'description' => 'Used for multilingual installation',
+          'description' => ts('Used for multilingual installation'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',