Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / County.php
index e1e686db8f27f9817a573c2d9874eca8c9ad0722..cad0763faeec52affc9c0a8c064d0de904fbfd5b 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Core/County.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:deaadd903f7cfee93f6b70fb2e9fc012)
+ * (GenCodeChecksum:74b37d0061cdff5aa638ff68f3879b6c)
  */
 
 /**
@@ -91,7 +91,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('County ID'),
-          'description' => 'County ID',
+          'description' => ts('County ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_county',
           'entity' => 'County',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('County'),
-          'description' => 'Name of County',
+          'description' => ts('Name of County'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -119,7 +119,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'abbreviation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('County Abbreviation'),
-          'description' => '2-4 Character Abbreviation of County',
+          'description' => ts('2-4 Character Abbreviation of County'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_county',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'state_province_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('State'),
-          'description' => 'ID of State/Province that County belongs',
+          'description' => ts('ID of State/Province that County belongs'),
           'required' => TRUE,
           'table_name' => 'civicrm_county',
           'entity' => 'County',