Translate description in DAO files
[civicrm-core.git] / CRM / Contribute / DAO / ContributionSoft.php
index 88c9c47f0017f7472eee5507315b47093bba0319..7f292aaf630a3192005132def40f0d3d7ab8dbe2 100644 (file)
@@ -129,7 +129,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution ID'),
-          'description' => 'Soft Contribution ID',
+          'description' => ts('Soft Contribution ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution_soft.id',
@@ -145,7 +145,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution - Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',
@@ -157,7 +157,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution_soft.contact_id',
@@ -174,7 +174,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Soft Contribution Amount'),
-          'description' => 'Amount of this soft contribution.',
+          'description' => ts('Amount of this soft contribution.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -194,7 +194,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Soft Contribution Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -216,7 +216,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'pcp_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution PCP'),
-          'description' => 'FK to civicrm_pcp.id',
+          'description' => ts('FK to civicrm_pcp.id'),
           'default' => 'NULL',
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',
@@ -270,7 +270,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'soft_credit_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Credit Type'),
-          'description' => 'Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.',
+          'description' => ts('Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',