Merge pull request #13337 from GinkgoFJG/crmPageTitle
[civicrm-core.git] / CRM / Core / DAO / OpenID.php
index 0033e3f37e27ade2aa238bc61f6326b9c74697d7..e891899d581e102069c34a5045e53004f14265ec 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Core/OpenID.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cf502fe1aae4bbe85faa570c2c341336)
+ * (GenCodeChecksum:8f43063bba0682c56356dbf7afa64658)
  */
 
 /**
@@ -105,7 +105,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Open ID identifier'),
-          'description' => 'Unique OpenID ID',
+          'description' => ts('Unique OpenID ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
@@ -116,7 +116,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('OpenID Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
@@ -127,7 +127,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('OpenID Location Type'),
-          'description' => 'Which Location does this email belong to.',
+          'description' => ts('Which Location does this email belong to.'),
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
@@ -137,7 +137,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'openid',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('OpenID'),
-          'description' => 'the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM',
+          'description' => ts('the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -155,7 +155,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'allowed_to_login',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allowed to login?'),
-          'description' => 'Whether or not this user is allowed to login',
+          'description' => ts('Whether or not this user is allowed to login'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_openid',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is OpenID Primary?'),
-          'description' => 'Is this the primary email for this contact and location.',
+          'description' => ts('Is this the primary email for this contact and location.'),
           'default' => '0',
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',