Translate description in DAO files
[civicrm-core.git] / CRM / ACL / DAO / EntityRole.php
index 9b3ecdd26c487ad82c69bc58bce5ad636344879f..af7071f8a3777072e67abfa890f69e8a59866970 100644 (file)
@@ -98,7 +98,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Role'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -109,7 +109,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'acl_role_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Role ID'),
-          'description' => 'Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)',
+          'description' => ts('Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -120,7 +120,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Table of the object joined to the ACL Role (Contact or Group)',
+          'description' => ts('Table of the object joined to the ACL Role (Contact or Group)'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -133,7 +133,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Entity ID'),
-          'description' => 'ID of the group/contact object being joined',
+          'description' => ts('ID of the group/contact object being joined'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -144,7 +144,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('ACL Entity Role is Active'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',