Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / MappingField.php
index 8572fd5032c2c4f968a4fbed560a913516c72b9a..202aa2350768d3daca184e583894e18eb86165e3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MappingField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6e729c48a9732fd57132ddfe6f9d02b9)
+ * (GenCodeChecksum:4c827f0d31c1d9304836b198b0d93374)
  */
 
 /**
@@ -162,7 +162,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Field ID'),
-          'description' => 'Mapping Field ID',
+          'description' => ts('Mapping Field ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -173,7 +173,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'mapping_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Mapping to which this field belongs',
+          'description' => ts('Mapping to which this field belongs'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -185,7 +185,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Mapping field key',
+          'description' => ts('Mapping field key'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping_field',
@@ -197,7 +197,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'contact_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type'),
-          'description' => 'Contact Type in mapping',
+          'description' => ts('Contact Type in mapping'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mapping_field',
@@ -212,7 +212,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'column_number',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Column Number'),
-          'description' => 'Column number for mapping set',
+          'description' => ts('Column number for mapping set'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -223,7 +223,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location type ID'),
-          'description' => 'Location type of this mapping, if required',
+          'description' => ts('Location type of this mapping, if required'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -234,7 +234,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'phone_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone type ID'),
-          'description' => 'Which type of phone does this number belongs.',
+          'description' => ts('Which type of phone does this number belongs.'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -244,7 +244,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'im_provider_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM provider ID'),
-          'description' => 'Which type of IM Provider does this name belong.',
+          'description' => ts('Which type of IM Provider does this name belong.'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -261,7 +261,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'website_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Website type ID'),
-          'description' => 'Which type of website does this site belong',
+          'description' => ts('Which type of website does this site belong'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -278,7 +278,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'relationship_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship type ID'),
-          'description' => 'Relationship type, if required',
+          'description' => ts('Relationship type, if required'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -300,9 +300,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'grouping',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Grouping'),
-          'description' => 'Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
+          'description' => ts('Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
       mappings).
-    ',
+    '),
           'default' => '1',
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -313,7 +313,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'operator',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Operator'),
-          'description' => 'SQL WHERE operator for search-builder mapping fields (search criteria).',
+          'description' => ts('SQL WHERE operator for search-builder mapping fields (search criteria).'),
           'maxlength' => 16,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mapping_field',
@@ -331,7 +331,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Value'),
-          'description' => 'SQL WHERE value for search-builder mapping fields.',
+          'description' => ts('SQL WHERE value for search-builder mapping fields.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping_field',