Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / Job.php
index 2a3abb54f68a9457bf3d5b71a9652781dc734959..555d8f428fb380272d83a38daafb812d3c7b59e0 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Core/Job.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ec2775b0ba09eb61d32f1565ebbaf4f8)
+ * (GenCodeChecksum:6a87295b587fb722d7b2026e2f2dbfe7)
  */
 
 /**
@@ -140,7 +140,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job ID'),
-          'description' => 'Job Id',
+          'description' => ts('Job Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
@@ -151,7 +151,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job Domain'),
-          'description' => 'Which Domain is this scheduled job for',
+          'description' => ts('Which Domain is this scheduled job for'),
           'required' => TRUE,
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
@@ -168,7 +168,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'run_frequency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Frequency'),
-          'description' => 'Scheduled job run frequency.',
+          'description' => ts('Scheduled job run frequency.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'Daily',
@@ -187,7 +187,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'last_run',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Last Run'),
-          'description' => 'When was this cron entry last run',
+          'description' => ts('When was this cron entry last run'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_job',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'scheduled_run_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Scheduled Run Date'),
-          'description' => 'When is this cron entry scheduled to run',
+          'description' => ts('When is this cron entry scheduled to run'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_job',
@@ -211,7 +211,7 @@ class CRM_Core_DAO_Job 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',
@@ -223,7 +223,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Description'),
-          'description' => 'Description of the job',
+          'description' => ts('Description of the job'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -235,7 +235,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'api_entity',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('API Entity'),
-          'description' => 'Entity of the job api call',
+          'description' => ts('Entity of the job api call'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -247,7 +247,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'api_action',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('API Action'),
-          'description' => 'Action of the job api call',
+          'description' => ts('Action of the job api call'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -259,7 +259,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'parameters',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('API Parameters'),
-          'description' => 'List of parameters to the command.',
+          'description' => ts('List of parameters to the command.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_job',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Job Is Active?'),
-          'description' => 'Is this job active?',
+          'description' => ts('Is this job active?'),
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',