Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / Note.php
index de88dcb39058694c45834475e248d40aa9ccb804..79f40d080586aceb931ef2935f834f4a24ac9de1 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note ID'),
-          'description' => 'Note ID',
+          'description' => ts('Note ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Note Entity'),
-          'description' => 'Name of table where item being referenced is stored.',
+          'description' => ts('Name of table where item being referenced is stored.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -147,7 +147,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'required' => TRUE,
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
@@ -158,7 +158,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'note',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Note'),
-          'description' => 'Note and/or Comment.',
+          'description' => ts('Note and/or Comment.'),
           'rows' => 4,
           'cols' => 60,
           'import' => TRUE,
@@ -178,7 +178,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note Created By'),
-          'description' => 'FK to Contact ID creator',
+          'description' => ts('FK to Contact ID creator'),
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Note Modified By'),
-          'description' => 'When was this note last modified/edited',
+          'description' => ts('When was this note last modified/edited'),
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Subject'),
-          'description' => 'subject of note description',
+          'description' => ts('subject of note description'),
           'maxlength' => 255,
           'size' => 60,
           'table_name' => 'civicrm_note',
@@ -214,7 +214,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'privacy',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Privacy'),
-          'description' => 'Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)',
+          'description' => ts('Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_note',