Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / Timezone.php
index f3e73a11d78aea15a064019b0f55f3b5ed09b147..63b4bcd6a7902b1cc98868bb457b0b8719b77c44 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Timezone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0f44e0b7202cc3ace2ec6b7003fc941a)
+ * (GenCodeChecksum:e54363ef08090c4dfbed076c842edd03)
  */
 
 /**
@@ -103,7 +103,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Timezone ID'),
-          'description' => 'Timezone Id',
+          'description' => ts('Timezone Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_timezone',
           'entity' => 'Timezone',
@@ -114,7 +114,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Timezone Name'),
-          'description' => 'Timezone full name',
+          'description' => ts('Timezone full name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_timezone',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'name' => 'abbreviation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Timezone Abbreviation'),
-          'description' => 'ISO Code for timezone abbreviation',
+          'description' => ts('ISO Code for timezone abbreviation'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_timezone',
@@ -138,7 +138,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'name' => 'gmt',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('GMT Name of Timezone'),
-          'description' => 'GMT name of the timezone',
+          'description' => ts('GMT name of the timezone'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_timezone',
@@ -159,7 +159,7 @@ class CRM_Core_DAO_Timezone extends CRM_Core_DAO {
           'name' => 'country_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Country'),
-          'description' => 'Country Id',
+          'description' => ts('Country Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_timezone',
           'entity' => 'Timezone',