Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / JobLog.php
index f441f19c34b31a8fdb0fb33b4fd9f31e2f999cb7..c89f8caf66cb250321251630ccf5496ff7c3e9ba 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Core/JobLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
@@ -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',