Translate description in DAO files
[civicrm-core.git] / CRM / Financial / DAO / Currency.php
index 3dd5bc37650d9b80ae17063f71eed4b56c3e7b5b..2359bc6c3b06c60aa7a7d29f11c6cdf0db84a85e 100644 (file)
@@ -83,7 +83,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Currency ID'),
-          'description' => 'Currency Id',
+          'description' => ts('Currency Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_currency',
           'entity' => 'Currency',
@@ -94,7 +94,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => 'Currency Name',
+          'description' => ts('Currency Name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -114,7 +114,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'symbol',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency Symbol'),
-          'description' => 'Currency Symbol',
+          'description' => ts('Currency Symbol'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_currency',
@@ -129,7 +129,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'numeric_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency Numeric Code'),
-          'description' => 'Numeric currency code',
+          'description' => ts('Numeric currency code'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -146,7 +146,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'full_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Full Currency Name'),
-          'description' => 'Full currency name',
+          'description' => ts('Full currency name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_currency',