X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FTimezone.php;h=67eb847480c5b05090e53ac95a6e7ac844e14136;hb=215b423e0a601cd30e6af5290eaa398dcee690b9;hp=f3e73a11d78aea15a064019b0f55f3b5ed09b147;hpb=dbf3ef22cc2675668c2fff2d851f692d6f048b11;p=civicrm-core.git diff --git a/CRM/Core/DAO/Timezone.php b/CRM/Core/DAO/Timezone.php index f3e73a11d7..67eb847480 100644 --- a/CRM/Core/DAO/Timezone.php +++ b/CRM/Core/DAO/Timezone.php @@ -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',