X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFriend%2FDAO%2FFriend.php;h=21c81bdb1068effb2eb64871bc0b61fc1b59fce3;hb=0f0b0ad290e34b192018b37b7f7cf52766a55715;hp=c98623ee74a8b06aeff0295c78cd3f0ead198905;hpb=4807323251568e978523a3c1fb05bda3ee7a041c;p=civicrm-core.git diff --git a/CRM/Friend/DAO/Friend.php b/CRM/Friend/DAO/Friend.php index c98623ee74..21c81bdb10 100644 --- a/CRM/Friend/DAO/Friend.php +++ b/CRM/Friend/DAO/Friend.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2017 + * @copyright CiviCRM LLC (c) 2004-2018 * * Generated from xml/schema/CRM/Friend/Friend.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0f2c6f4aab46e551d1e3ec7fdd55f0f5) + * (GenCodeChecksum:a0a82714195ed8bafcbb12ef6c829521) */ /** @@ -129,7 +129,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Friend ID'), - 'description' => 'Friend ID', + 'description' => ts('Friend ID'), 'required' => TRUE, 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', @@ -140,7 +140,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'entity_table', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Entity Table'), - 'description' => 'Name of table where item being referenced is stored.', + 'description' => ts('Name of table where item being referenced is stored.'), 'required' => TRUE, 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, @@ -153,7 +153,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Entity ID'), - 'description' => 'Foreign key to the referenced item.', + 'description' => ts('Foreign key to the referenced item.'), 'required' => TRUE, 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', @@ -178,7 +178,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'intro', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Intro'), - 'description' => 'Introductory message to contributor or participant displayed on the Tell a Friend form.', + 'description' => ts('Introductory message to contributor or participant displayed on the Tell a Friend form.'), 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', @@ -191,7 +191,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'suggested_message', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Suggested Message'), - 'description' => 'Suggested message to friends, provided as default on the Tell A Friend form.', + 'description' => ts('Suggested message to friends, provided as default on the Tell A Friend form.'), 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend', @@ -204,7 +204,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'general_link', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('General Link'), - 'description' => 'URL for general info about the organization - included in the email sent to friends.', + 'description' => ts('URL for general info about the organization - included in the email sent to friends.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'import' => TRUE, @@ -224,7 +224,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'thankyou_title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Thank You Title'), - 'description' => 'Text for Tell a Friend thank you page header and HTML title.', + 'description' => ts('Text for Tell a Friend thank you page header and HTML title.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_tell_friend', @@ -239,7 +239,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO { 'name' => 'thankyou_text', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Thank You Text'), - 'description' => 'Thank you message displayed on success page.', + 'description' => ts('Thank you message displayed on success page.'), 'table_name' => 'civicrm_tell_friend', 'entity' => 'Friend', 'bao' => 'CRM_Friend_BAO_Friend',