Merge pull request #13173 from christianwach/issue-557
[civicrm-core.git] / CRM / Core / DAO / ActionLog.php
index 3958e5ff22f7746ee86b04ac929fe67138d5028b..6b44f54cc3b7dd83d82bd2485af6d9b127863353 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4ef96df03630ecc884c881b79a40818f)
+ * (GenCodeChecksum:38f897676ff054f67ba7188470e41dee)
  */
 
 /**
@@ -143,7 +143,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Action Schedule Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -154,7 +154,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to id of the entity that the action was performed on. Pseudo - FK.',
+          'description' => ts('FK to id of the entity that the action was performed on. Pseudo - FK.'),
           'required' => TRUE,
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -165,7 +165,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant',
+          'description' => ts('name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_log',
@@ -177,7 +177,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'action_schedule_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Schedule'),
-          'description' => 'FK to the action schedule that this action originated from.',
+          'description' => ts('FK to the action schedule that this action originated from.'),
           'required' => TRUE,
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'action_date_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Action Date And Time'),
-          'description' => 'date time that the action was performed on.',
+          'description' => ts('date time that the action was performed on.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'is_error',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Error?'),
-          'description' => 'Was there any error sending the reminder?',
+          'description' => ts('Was there any error sending the reminder?'),
           'default' => '0',
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -210,7 +210,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'message',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Message'),
-          'description' => 'Description / text in case there was an error encountered.',
+          'description' => ts('Description / text in case there was an error encountered.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -220,7 +220,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'repetition_number',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Repetition Number'),
-          'description' => 'Keeps track of the sequence number of this repetition.',
+          'description' => ts('Keeps track of the sequence number of this repetition.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -230,7 +230,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'reference_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Reference Date'),
-          'description' => 'Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders)',
+          'description' => ts('Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders)'),
           'default' => 'NULL',
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',