Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / StateProvince.php
index eecaa677ca018a33e1eb0c44634e490502b186a9..b447c9b0d9bc599c9105033358ee1eb4adca8856 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/StateProvince.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7688143f6e0d809b020a3153f60aff7e)
+ * (GenCodeChecksum:66bbfa3f81cb6baec8d7175f5f32718a)
  */
 
 /**
@@ -91,7 +91,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('State ID'),
-          'description' => 'State/Province ID',
+          'description' => ts('State/Province ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_state_province',
           'entity' => 'StateProvince',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('State'),
-          'description' => 'Name of State/Province',
+          'description' => ts('Name of State/Province'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -119,7 +119,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'abbreviation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('State Abbreviation'),
-          'description' => '2-4 Character Abbreviation of State/Province',
+          'description' => ts('2-4 Character Abbreviation of State/Province'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_state_province',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'country_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Country'),
-          'description' => 'ID of Country that State/Province belong',
+          'description' => ts('ID of Country that State/Province belong'),
           'required' => TRUE,
           'table_name' => 'civicrm_state_province',
           'entity' => 'StateProvince',