Translate description in DAO files
[civicrm-core.git] / CRM / Core / DAO / Timezone.php
index f3e73a11d78aea15a064019b0f55f3b5ed09b147..67eb847480c5b05090e53ac95a6e7ac844e14136 100644 (file)
@@ -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',