Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / PreferencesDate.php
index 8d395e56acc4dfdfd3d21ea05433b14ecc3f5452..c2ac3698debd4c6fe3db247fd9284eba63b8e7a5 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/PreferencesDate.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:50b4071bc8734a772c01b450d22f5920)
+ * (GenCodeChecksum:46e5c6a6ea6b21e1966679f41782c340)
  */
 
 /**
@@ -105,7 +105,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Date Preference Name'),
-          'description' => 'The meta name for this date (fixed in code)',
+          'description' => ts('The meta name for this date (fixed in code)'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -118,7 +118,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Description of this date type.',
+          'description' => ts('Description of this date type.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_preferences_date',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'start',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Start'),
-          'description' => 'The start offset relative to current year',
+          'description' => ts('The start offset relative to current year'),
           'required' => TRUE,
           'table_name' => 'civicrm_preferences_date',
           'entity' => 'PreferencesDate',
@@ -141,7 +141,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'end',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('End Offset'),
-          'description' => 'The end offset relative to current year, can be negative',
+          'description' => ts('The end offset relative to current year, can be negative'),
           'required' => TRUE,
           'table_name' => 'civicrm_preferences_date',
           'entity' => 'PreferencesDate',
@@ -152,7 +152,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'date_format',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Date Format'),
-          'description' => 'The date type',
+          'description' => ts('The date type'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_preferences_date',
@@ -164,7 +164,7 @@ class CRM_Core_DAO_PreferencesDate extends CRM_Core_DAO {
           'name' => 'time_format',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Time Format'),
-          'description' => 'time format',
+          'description' => ts('time format'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_preferences_date',