Translate description in DAO files
[civicrm-core.git] / CRM / Mailing / DAO / MailingComponent.php
index 3a341b0f2c6eccd8376b7d34a3fd71f3f97785b3..7eb9817f159f60b5effa3a3cf846a0fc1e3d935c 100644 (file)
@@ -110,7 +110,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Component Name'),
-          'description' => 'The name of this component',
+          'description' => ts('The name of this component'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mailing_component',
@@ -122,7 +122,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'component_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Component Type'),
-          'description' => 'Type of Component.',
+          'description' => ts('Type of Component.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mailing_component',
@@ -151,7 +151,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'body_html',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Mailing Component Body HTML'),
-          'description' => 'Body of the component in html format.',
+          'description' => ts('Body of the component in html format.'),
           'rows' => 8,
           'cols' => 80,
           'table_name' => 'civicrm_mailing_component',
@@ -166,7 +166,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'body_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Body Text'),
-          'description' => 'Body of the component in text format.',
+          'description' => ts('Body of the component in text format.'),
           'rows' => 8,
           'cols' => 80,
           'table_name' => 'civicrm_mailing_component',
@@ -181,7 +181,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Component is Default?'),
-          'description' => 'Is this the default component for this component_type?',
+          'description' => ts('Is this the default component for this component_type?'),
           'default' => '0',
           'table_name' => 'civicrm_mailing_component',
           'entity' => 'MailingComponent',
@@ -192,7 +192,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Component Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_mailing_component',
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',