X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FJobLog.php;h=a7316388941daca13954176bbc0f642f6de92ff2;hb=39c3fbcda92848d435b973f403d041fff51e4d4e;hp=55ea6a015b1bbe5c3fdba2c29ec7582f9015a333;hpb=5e27028609a22fb01370d7ed1d7a9290ff27918f;p=civicrm-core.git diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index 55ea6a015b..a731638894 100644 --- a/CRM/Core/DAO/JobLog.php +++ b/CRM/Core/DAO/JobLog.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/JobLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8bf259a1e340e91eb72255dd7cdba531) + * (GenCodeChecksum:68e8b90d050e64feef2b1868d83a7923) */ /** @@ -119,7 +119,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Job Log ID'), - 'description' => 'Job log entry Id', + 'description' => ts('Job log entry Id'), 'required' => TRUE, 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', @@ -130,7 +130,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Domain ID'), - 'description' => 'Which Domain is this scheduled job for', + 'description' => ts('Which Domain is this scheduled job for'), 'required' => TRUE, 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', @@ -147,7 +147,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'run_time', 'type' => CRM_Utils_Type::T_TIMESTAMP, 'title' => ts('Timestamp'), - 'description' => 'Log entry date', + 'description' => ts('Log entry date'), 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', @@ -157,7 +157,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'job_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Job ID'), - 'description' => 'Pointer to job id - not a FK though, just for logging purposes', + 'description' => ts('Pointer to job id - not a FK though, just for logging purposes'), 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog', @@ -167,7 +167,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Job Name'), - 'description' => 'Title of the job', + 'description' => ts('Title of the job'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_job_log', @@ -179,7 +179,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'command', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Command'), - 'description' => 'Full path to file containing job script', + 'description' => ts('Full path to file containing job script'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_job_log', @@ -191,7 +191,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'description', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Description'), - 'description' => 'Title line of log entry', + 'description' => ts('Title line of log entry'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_job_log', @@ -203,7 +203,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO { 'name' => 'data', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Extended Data'), - 'description' => 'Potential extended data for specific job run (e.g. tracebacks).', + 'description' => ts('Potential extended data for specific job run (e.g. tracebacks).'), 'table_name' => 'civicrm_job_log', 'entity' => 'JobLog', 'bao' => 'CRM_Core_DAO_JobLog',