Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / JobLog.php
index 55ea6a015b1bbe5c3fdba2c29ec7582f9015a333..c89f8caf66cb250321251630ccf5496ff7c3e9ba 100644 (file)
@@ -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',